/* ================================================================
   TrueKatana — Site CSS (100010)
   Merged: onenav + one.storefront + layout (PHAT-only subset)
           + storefront skin + components
   Loaded by: components/storefront/head.php
   Legacy pages (account.*, tags.php) still use layout.css + components.css
   ================================================================ */


/* =========================================================
   1. Design Tokens
   ========================================================= */
:root {
  /* ── V2 Tamahagane 暖钢灰 · 背景层级 ── */
  --one-bg-void:      #0D0E10;
  --one-bg-hero:      #121315;
  --one-bg-primary:   #151619;
  --one-bg-card:      #1C1D21;
  --one-bg-elevated:  #242528;
  --one-bg-surface:   #2D2E32;

  /* ── 红色系（CTA 专用，降饱和） ── */
  --one-red:          #C8322D;
  --one-red-hover:    #A8281F;
  --one-red-active:   #8C2019;

  /* ── 文字层级 ── */
  --one-text-body:      #E0E0E0;
  --one-text-primary:   #F0F0F0;
  --one-text-secondary: #A0A0A0;
  --one-text-muted:     #5C6370;
  --one-text-inverse:   #FFFFFF;

  /* ── 链接 ── */
  --one-link:         #7A9BB5;
  --one-link-hover:   #9AB5CC;
  --one-link-active:  #5A839E;

  /* ── 边框 ── */
  --one-border:        #282930;
  --one-border-subtle: #1E1F24;
  --one-border-hover:  #3A3B40;

  /* ── 功能色 ── */
  --one-success:       #2B8A4A;
  --one-success-vivid: #98E140;
  --one-warning:       #C49530;
  --one-warning-vivid: #FFE000;
  --one-info:          #7A9BB5;
  --one-cta-secondary: #0d6efd;
  --one-cta-secondary-hover: #0058db;
  --one-sale:          #C8322D;
  --one-star:          #D4A530;

  /* ── 胶囊/标签 ── */
  --one-pill-bg:          var(--one-bg-card);
  --one-pill-text:        #9EA1A8;
  --one-pill-border:      var(--one-border-hover);
  --one-pill-hover-border: #4A4B52;
  --one-pill-hover-text:  var(--one-text-primary);
  --one-pill-active-bg:   var(--one-red);
  --one-pill-active-text: var(--one-text-inverse);
  --one-pill-active-border: var(--one-red);

  /* ── 文章内标签 ── */
  --one-tag-color:     var(--one-link);
  --one-tag-bg:        rgba(122,155,181,0.10);
  --one-tag-border:    rgba(122,155,181,0.20);
  --one-tag-hover-bg:  rgba(122,155,181,0.20);

  /* ── 圆角 ── */
  --one-radius-none: 0px;
  --one-radius-xs:   2px;
  --one-radius-sm:   4px;
  --one-radius-md:   6px;
  --one-radius-full: 9999px;

  /* ── 字体 ── */
  --one-font-heading: 'Nunito', sans-serif;
  --one-font-body: 'Inter', sans-serif;

  /* ── 间距 ── */
  --one-space-1:   4px;
  --one-space-2:   8px;
  --one-space-3:   12px;
  --one-space-4:   16px;
  --one-space-5:   20px;
  --one-space-6:   24px;
  --one-space-8:   32px;
  --one-space-10:  40px;
  --one-space-12:  48px;
  --one-space-16:  64px;
  --one-space-20:  80px;
  --one-space-24:  96px;

  /* ── Z-Index ── */
  --one-z-base:     1;
  --one-z-dropdown: 10;
  --one-z-sticky:   100;
  --one-z-overlay:  500;
  --one-z-modal:    1000;
  --one-z-toast:    2000;

  /* ── 阴影 ── */
  --one-shadow-sm:  0 1px 3px rgba(0,0,0,0.4);
  --one-shadow-md:  0 4px 12px rgba(0,0,0,0.5);
  --one-shadow-lg:  0 8px 24px rgba(0,0,0,0.6);

  /* ── 动画 ── */
  --one-ease:          cubic-bezier(0.25, 0.1, 0.25, 1);
  --one-duration-fast: 150ms;
  --one-duration:      250ms;
  --one-duration-slow: 400ms;
}


/* =========================================================
   2. Global Reset
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }

html, body { max-width: 100%; overflow-x: hidden; }

html.mnav-lock, body.mnav-lock { overflow: hidden; }

html, body, a, button, label { -webkit-tap-highlight-color: transparent; }

a, a:hover { text-decoration: none; }


/* =========================================================
   3. Body & Typography
   ========================================================= */
body {
  background: var(--one-bg-void);
  color: var(--one-text-body);
  font-family: var(--one-font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.70;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a { color: var(--one-link); }
body a:hover { color: var(--one-link-hover); }

body h1 { color: var(--one-text-primary); font-family: var(--one-font-heading); }
body h2,
body h3 { color: var(--one-text-primary); font-family: var(--one-font-body); }

body .text-secondary { color: var(--one-text-secondary) !important; }

@media (max-width: 991.98px) {
  body { padding-top: 80px; }
}

/* Heading font-family map — large display titles use Nunito */
body .one-display,
body .one-error-title,
body .one-subscribe-pop-title,
body .one-subscribe-success-title,
body .one-subscribe-title,
body .one-footer-subscribe-h1,
body .one-home-mobile-list-title,
body .one-marquee-title a,
body .one-home-blog-title,
body .one-home-subscribe-h3,
body .one-home-items-title a,
body .one-home-pages-title,
body .one-catalog-nav-h1,
body .one-catalog-related-title,
body .one-catalog-sublist-h3,
body .one-catalog-faqs-title,
body .one-catalog-review-h3,
body .one-catalog-pages-title,
body .one-collections-nav-title,
body .one-collections-group-title,
body .one-collections-related-title,
body .one-collections-explore-title,
body .one-collections-faqs-title,
body .one-collections-review-h4,
body .one-page-title,
body .one-base-h1,
body .one-base-header-container h1,
body .one-base-collections-h2,
body .one-base-related-articles h2,
body .one-base-tag-header h1,
body .one-blog-hero h1,
body .one-featured-title,
body .one-blog-tag-hero h1,
body .one-blog-post-title,
body .one-blogs-explore-h2,
body .one-blogs-related-h2,
body .one-blogs-cta-banner h3,
body .one-product-title,
body .one-product-desc-container h2,
body .one-products-faqs-title,
body .one-product-tags-title,
body .one-product-related-title,
body .one-product-explore-title,
body .one-product-reviews-h3,
body .page-reviews-title,
body .page-reviews-item-h3,
body .one-gallery-nav-title,
body .one-gallery-promo-title,
body .one-gallery-cta-title,
body .one-onsale-title,
body .one-offers-title,
body .one-offers-card-title,
body .one-search-header-title {
  font-family: var(--one-font-heading) !important;
}


/* =========================================================
   4. Utilities & Animations
   ========================================================= */
.one-storefront-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.one-storefront-modal-open { overflow: hidden; }

@keyframes oneFadeDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.one-animate-fade-down { animation: oneFadeDown .22s ease-out both; }

@keyframes one-subscribe-spin {
  to { transform: rotate(360deg); }
}


/* =========================================================
   5. Mobile Drawer — Base Structure (.mnav__*)
   ========================================================= */
.mnav {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  z-index: 9999;
}
.mnav.is-open { pointer-events: auto; }

.mnav__overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 100%;
  display: none;
}

.mnav__drawer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  max-width: 100vw;
  transform: translateX(-100%);
  transition: transform .25s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
}
.mnav.is-open .mnav__drawer { transform: translateX(0); }

.mnav__track {
  position: relative;
  flex: 1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mnav__panel {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  transform: translateX(100%);
  transition: transform .25s ease;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
}

.mnav__header {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  padding: 12px 12px;
  box-sizing: border-box;
}
.mnav__header-left,
.mnav__header-right {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mnav__title {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mnav__spacer { width: 44px; height: 44px; }

.mnav__back,
.mnav__close-top {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
}

.mnav__list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.mnav__item { box-sizing: border-box; }

.mnav__link {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.mnav__link--leaf { text-decoration: none; }

.mnav__left {
  display: flex;
  align-items: center;
  min-width: 0;
}

.mnav__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.mnav__icon svg { width: 20px; height: 20px; display: block; }

.mnav__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mnav__arrow {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mnav__arrow svg { width: 22px; height: 22px; display: block; }

.one-no-icon .mnav__icon { display: none; }
.one-leaf    .mnav__arrow { display: none; }

.one-lv-1 .mnav__label { font-weight: 800; }
.one-lv-2 .mnav__label { font-weight: 700; }
.one-lv-3 .mnav__label { font-weight: 600; }
.one-lv-4 .mnav__label { font-weight: 500; }

.mnav__drawer,
.mnav__track,
.mnav__panel,
.mnav__list,
.mnav__link { overflow-x: hidden; }


/* =========================================================
   6. Mobile Drawer — TrueKatana Skin (.one-storefront-drawer)
   ========================================================= */
.one-storefront-drawer .mnav__drawer,
.one-storefront-drawer .mnav__panel {
  background: var(--one-bg-void);
  color: var(--one-text-primary);
}
.one-storefront-drawer .mnav__header,
.one-storefront-drawer .mnav__item {
  border-bottom: 1px solid var(--one-border-subtle);
}
.one-storefront-drawer .mnav__title {
  color: var(--one-text-primary);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}
.one-storefront-drawer .mnav__link {
  color: inherit;
  font-size: 16px;
  font-weight: 800;
  padding: 14px 30px;
}
.one-storefront-drawer .mnav__link:hover { background: rgba(255,255,255,.06); }
.one-storefront-drawer .mnav__arrow,
.one-storefront-drawer .mnav__icon,
.one-storefront-drawer .mnav__back,
.one-storefront-drawer .mnav__close-top {
  color: var(--one-text-primary);
}
.one-storefront-drawer .mnav__item.is-active > .mnav__link,
.one-storefront-drawer .mnav__item.is-active > a.mnav__link {
  color: #ff0000;
}
.one-storefront-drawer .one-lv-3 .mnav__label { font-weight: 700; }


/* =========================================================
   7. Storefront Header — Common
   ========================================================= */
.one-storefront-header {
  background: var(--one-bg-void);
  color: var(--one-text-primary);
  font-family: var(--one-font-body);
}
.one-storefront-header a,
.one-storefront-footer a { text-decoration: none; }
.one-storefront-header ul,
.one-storefront-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.one-storefront-header svg {
  display: block;
  height: 1em;
  width: 1em;
}

.one-storefront-desktop { display: none; }
.one-storefront-mobile  { display: block; position: relative; }


/* =========================================================
   8. Storefront — Topbar
   ========================================================= */
.one-storefront-topbar {
  align-items: center;
  border-bottom: 1px solid var(--one-border-subtle);
  color: var(--one-text-primary);
  display: grid;
  font-size: 15px;
  font-weight: 800;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr);
  min-height: 42px;
  padding: 0 36px;
}
.one-storefront-topbar-start,
.one-storefront-topbar-center,
.one-storefront-utility { min-width: 0; }
.one-storefront-topbar-center { text-align: center; }

.one-storefront-promo-link {
  color: #ff1100;
  font-family: var(--one-font-body);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.one-storefront-promo-link:hover { color: #ff1100; }

.one-storefront-utility {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.one-storefront-utility-link,
.one-storefront-cart-link,
.one-storefront-mobile-cart {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  position: relative;
}

.one-storefront-utility-link {
  color: var(--one-text-primary);
  font-size: 15px;
  font-weight: 800;
}
.one-storefront-utility-link:hover { color: var(--one-text-inverse); }
.one-storefront-utility-link svg { flex: 0 0 auto; margin-top: -4px; }

#one-storefront-desktop-orders svg { height: 19px; width: 19px; }
#one-storefront-desktop-cart   svg { height: 17px; width: 17px; }


/* =========================================================
   9. Storefront — Brand & Logo
   ========================================================= */
.one-storefront-brand-row {
  align-items: center;
  display: grid;
  gap: 28px;
  min-width: 0;
  padding: 20px;
}

.one-storefront-logo {
  display: inline-flex;
  justify-self: center;
  min-width: 0;
}

.one-storefront-logo img,
.one-storefront-mobile-logo img,
.one-storefront-footer-logo img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom: 15px;
}


/* =========================================================
   10. Storefront — Search
   ========================================================= */
.one-storefront-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
}
.one-storefront-search input,
.one-storefront-search button {
  border-radius: 0;
  font: inherit;
  min-height: 46px;
}
.one-storefront-search input {
  background: #000;
  border: 1px solid var(--one-border);
  border-right: 0;
  color: var(--one-text-primary);
  min-width: 0;
  padding: 0 16px;
}
.one-storefront-search button {
  align-items: center;
  background: #000;
  border: 1px solid var(--one-border);
  color: var(--one-text-primary);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-width: 54px;
}
.one-storefront-search button:hover { color: var(--one-red); }


/* =========================================================
   11. Storefront — Nav & Subnav
   ========================================================= */
.one-storefront-nav {
  display: flex;
  justify-content: center;
  padding: 0 24px 35px;
  position: relative;
  z-index: 2;
}

.one-storefront-nav-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.one-storefront-nav-item { position: relative; }

.one-storefront-nav-link {
  align-items: center;
  color: var(--one-text-primary);
  display: inline-flex;
  font-size: 17px;
  font-weight: 900;
  gap: 4px;
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.one-storefront-nav-link:hover { color: var(--one-red); }

.one-storefront-nav-caret { flex: 0 0 auto; height: 15px; width: 15px; }

.one-storefront-nav-item.has-children::after {
  content: "";
  display: none;
  height: 26px;
  left: 20px;
  position: absolute;
  top: 100%;
  width: 350px;
  z-index: 4;
}
.one-storefront-nav-item.has-children:hover::after,
.one-storefront-nav-item.has-children:focus-within::after {
  display: block;
}

.one-storefront-subnav {
  background: #242528;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  left: 20px;
  margin: 45px 0 0;
  min-width: 210px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 25px;
  transform: none;
  transition: all .25s ease-in-out;
  width: 350px;
  z-index: 5;
}
.one-storefront-subnav::before {
  border-bottom: 6px solid #181C21;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: block;
  left: 30px;
  position: absolute;
  top: -6px;
  width: 0;
}
.one-storefront-nav-item:hover > .one-storefront-subnav,
.one-storefront-nav-item:focus-within > .one-storefront-subnav {
  margin-top: 22px;
  opacity: 1;
  pointer-events: auto;
}

.one-storefront-subnav-link {
  align-items: center;
  color: var(--one-text-primary);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  min-height: 0;
  padding: 4px 15px;
  text-transform: capitalize;
  width: 350px;
}
.one-storefront-subnav li:first-child > .one-storefront-subnav-link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.one-storefront-subnav li:last-child > .one-storefront-subnav-link {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.one-storefront-subnav-link:hover {
  background: var(--one-red);
  color: #fff;
}

.one-storefront-subnav-separator {
  background: transparent;
  border-bottom: 1px solid #303030;
  height: 1px;
  margin: 0 0 10px;
  padding-top: 10px;
}
.one-storefront-subnav-icon { margin-right: .5rem; }

.one-storefront-color-dot {
  border-radius: 9999px;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 15%) inset;
  display: inline-block;
  flex: 0 0 .8rem;
  height: .8rem;
  margin: .144em;
  width: .8rem;
}

.one-storefront-cart-dot {
  background: var(--one-red);
  border-radius: 9999px;
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 14px;
  top: 3px;
  width: 9px;
}


/* =========================================================
   12. Storefront — Mobile Bar
   ========================================================= */
.one-storefront-mobile {
  background: var(--one-bg-void);
  box-shadow: none;
  color: var(--one-text-primary);
}

.one-storefront-mobile-bar {
  align-items: center;
  background: var(--one-bg-void);
  border-bottom: 1px solid var(--one-border-subtle);
  box-shadow: var(--one-shadow-md);
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  left: 0;
  min-height: 80px;
  padding: 0 5px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.one-storefront-menu-button,
.one-storefront-mobile-cart {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--one-text-inverse);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
}
.one-storefront-menu-button:hover,
.one-storefront-mobile-cart:hover { color: var(--one-text-inverse); }
.one-storefront-menu-button svg { height: 36px; width: 36px; }
.one-storefront-mobile-cart svg { height: 29px; width: 29px; }

.one-storefront-mobile-logo {
  display: inline-flex;
  justify-self: center;
  min-width: 0;
}
.one-storefront-mobile-logo img {
  margin-bottom: 5px;
  max-height: 60px;
}

.one-storefront-mobile-promo {
  background: #000;
  min-height: 45px;
  text-align: center;
}
.one-storefront-mobile-promo a {
  color: #ff1100;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 45px;
}


/* =========================================================
   13. Storefront — Footer
   ========================================================= */
.one-storefront-footer {
  background: var(--one-bg-card);
  border-top: 1px solid var(--one-border);
  color: var(--one-text-primary);
  overflow: hidden;
}

.one-storefront-footer-inner {
  display: grid;
  gap: 40px;
  margin: 0 auto;
  max-width: 1600px;
  min-height: 400px;
  padding: 56px 24px 44px;
  width: min(100%, 1600px);
}

.one-storefront-footer-brand { min-width: 0; }

.one-storefront-footer-logo img { max-width: 120px; }

.one-storefront-contact-list {
  color: var(--one-text-primary);
  display: grid;
  font-size: 15px;
  gap: 8px;
  margin-top: 24px;
}
.one-storefront-contact-list li,
.one-storefront-contact-list a {
  align-items: center;
  display: flex;
  gap: 6px;
}
.one-storefront-contact-list a,
.one-storefront-social a,
.one-storefront-footer-nav a { color: var(--one-text-primary); }
.one-storefront-contact-list a:hover,
.one-storefront-social a:hover,
.one-storefront-footer-nav a:hover { color: var(--one-link); }

.one-storefront-contact-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 22px;
  justify-content: center;
}
.one-storefront-contact-icon svg { display: block; }

.one-storefront-social {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.one-storefront-social a {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
}
.one-storefront-social svg { display: block; height: 20px; width: 20px; }

.one-storefront-footer-menus {
  display: grid;
  gap: 28px;
}
.one-storefront-footer-nav h2 {
  color: var(--one-text-primary);
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 14px;
}
.one-storefront-footer-nav ul {
  display: grid;
  gap: 2px;
}
.one-storefront-footer-nav a {
  font-size: 15px;
  line-height: 1.55;
}

.one-storefront-copyright {
  background: var(--one-bg-void);
  color: var(--one-text-secondary);
  padding: 16px 24px;
  text-align: center;
}
.one-storefront-copyright p { margin: 0; }


/* =========================================================
   14. Subscribe Modal — Common
   ========================================================= */
.one-storefront-subscribe-modal {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 24px;
  position: fixed;
  z-index: var(--one-z-modal);
}
.one-storefront-subscribe-modal[hidden] { display: none; }

.one-storefront-subscribe-backdrop {
  background: rgba(0, 0, 0, .9);
  inset: 0;
  position: absolute;
}

.one-storefront-subscribe-dialog {
  max-height: min(92vh, 760px);
  max-width: 880px;
  overflow: auto;
  position: relative;
  width: min(100%, 880px);
}

.one-storefront-subscribe-panel {
  background: var(--one-bg-elevated);
  border-radius: var(--one-radius-md);
  box-shadow: var(--one-shadow-lg);
  overflow: hidden;
}

.one-storefront-subscribe-panel[data-one-subscribe-form-panel] {
  background: linear-gradient(90deg, rgba(5,6,8,0.25), rgba(13,14,16,0.92)),
              url("https://d3524jlyu2md0e.cloudfront.net/01/17730804521854903538.jpg") center center / cover no-repeat;
  border: 3px solid rgba(255,255,255,0.16);
}

.one-storefront-subscribe-header {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 48px;
  padding: 8px 14px;
}
.one-storefront-subscribe-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 32px;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  min-width: 42px;
  padding: 0;
}

.one-storefront-subscribe-body { text-align: center; }

.one-storefront-subscribe-body .one-subscribe-pop-title,
.one-storefront-subscribe-success .one-subscribe-success-title {
  color: inherit;
}

.one-storefront-subscribe-form {
  display: grid;
  gap: 10px;
}

.one-storefront-subscribe-input,
.one-storefront-subscribe-submit,
.one-storefront-subscribe-success-button {
  border: 0;
  border-radius: 0;
  font: inherit;
  min-height: 52px;
  width: 100%;
}
.one-storefront-subscribe-input {
  background: #fff;
  color: #111;
  padding: 0 16px;
}
.one-storefront-subscribe-input.is-invalid {
  outline: 3px solid var(--one-red);
}

.one-storefront-subscribe-submit,
.one-storefront-subscribe-success-button {
  align-items: center;
  background: #111;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 0 18px;
  text-transform: uppercase;
}
.one-storefront-subscribe-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.one-storefront-subscribe-alert {
  color: var(--one-red);
  font-weight: 700;
  margin: 0;
  min-height: 1.4em;
}

.one-storefront-subscribe-link {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 8px 12px;
  text-decoration: underline;
}

.one-storefront-subscribe-success {
  background: var(--one-bg-card);
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--one-text-primary);
  text-align: center;
}
.one-storefront-subscribe-success-icon {
  display: block;
  height: auto;
  margin: 0 auto 14px;
  max-width: 120px;
}
.one-storefront-subscribe-success-button {
  min-width: 150px;
  width: auto;
}


/* =========================================================
   15. Subscribe Popup — TrueKatana Skin
   ========================================================= */
.one-subscribe-pop-header {
  background-color: transparent !important;
  color: var(--one-text-primary);
}
.one-subscribe-pop-body {
  background-color: transparent !important;
  color: var(--one-text-primary);
  padding: 130px 80px 40px 80px !important;
}
.one-subscribe-pop-logo { max-width: 160px; }
.one-subscribe-pop-title {
  color: var(--one-text-primary);
  font-size: 4em;
  font-family: var(--one-font-body);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  text-shadow: 0 2px 18px rgba(0,0,0,0.7);
}
.one-subscribe-pop-subtitle {
  color: var(--one-text-primary);
  font-size: 16px;
  line-height: 1.45;
  margin: auto auto 20px;
  max-width: 600px;
}
.one-subscribe-pop-input {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 5px;
  color: #111;
}
.one-subscribe-pop-input:focus { outline: 0; box-shadow: none; }
.one-subscribe-pop-input::placeholder { color: #666; font-size: 14px; }

.one-subscribe-pop-btn {
  background: var(--one-red) !important;
  border-radius: 5px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
}
.one-subscribe-pop-btn:hover { background: var(--one-red-hover) !important; }
.one-subscribe-pop-link { color: var(--one-text-primary); }

.one-subscribe-success-body { padding: 50px 60px !important; }
.one-subscribe-success-title {
  font-family: var(--one-font-body);
  font-size: 2.5em;
  margin-bottom: 0;
}
.one-subscribe-success-subtitle {
  font-size: 15px;
  margin: auto auto 20px;
  max-width: 550px;
}

.one-subscribe-float {
  background: var(--one-link);
  border-radius: var(--one-radius-xs);
  bottom: 12px;
  font-family: var(--one-font-body);
  max-width: 300px;
  position: fixed;
  right: 15px;
}
.one-subscribe-float a {
  color: var(--one-text-inverse);
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 10px;
}
.one-subscribe-float svg {
  color: var(--one-text-inverse);
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .one-subscribe-pop-body { padding: 35px 25px 30px 25px !important; }
  .one-subscribe-pop-logo { max-width: 130px; }
  .one-subscribe-pop-title { font-size: 3.5em; line-height: 1em; }
  .one-subscribe-pop-subtitle { font-size: 14px; }
  .one-subscribe-success-body { padding: 30px 30px !important; }
}


/* =========================================================
   16. Subscribe Page (/subscribe)
   ========================================================= */
.one-subscribe {
  background-color: var(--one-bg-primary) !important;
  border-top: 1px solid var(--one-border-subtle);
  border-bottom: 1px solid var(--one-border-subtle);
  color: var(--one-text-primary);
  min-height: 480px;
  padding: 120px 15px;
}
.one-subscribe-box {
  margin: auto;
  max-width: 650px;
  text-align: center;
}
.one-subscribe-title {
  font-family: var(--one-font-body);
  font-size: 4.5em;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: 16px;
}
.one-subscribe-subtitle {
  color: var(--one-text-secondary);
  font-size: 1.2em;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 650px;
}
.one-subscribe-form { padding: 30px 0; }
.one-subscribe-form input {
  background-color: var(--one-bg-void);
  border: 1px solid var(--one-border-hover);
  color: var(--one-text-primary);
}
.one-subscribe-form input:focus {
  background-color: var(--one-bg-void);
  border-color: var(--one-link);
  box-shadow: 0 0 0 2px rgba(74,127,170,0.15);
  color: var(--one-text-primary);
}
.one-subscribe-form input::placeholder {
  color: var(--one-text-muted);
  font-size: 14px;
}
.one-subscribe-text {
  color: var(--one-text-muted);
  font-size: 0.85em;
  line-height: 1.6;
  margin: auto;
  max-width: 480px;
  text-align: center;
}

.one-subscribe-label {
  display: block;
  height: 0;
  overflow: hidden;
}
.one-subscribe-input {
  border-radius: var(--one-radius-none);
  display: block;
  font-family: var(--one-font-body);
  font-size: 18px;
  margin-bottom: 12px;
  padding: 15px 18px;
  width: 100%;
}
.one-subscribe-input.is-invalid {
  border-color: var(--one-red) !important;
  box-shadow: 0 0 0 2px rgba(211,47,47,0.2);
}
.one-subscribe-submit {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-width: 180px;
  width: 100%;
}
.one-subscribe-submit:disabled {
  cursor: wait;
  opacity: 0.75;
}
.one-subscribe-spinner {
  animation: one-subscribe-spin 0.7s linear infinite;
  border: 2px solid rgba(255,255,255,0.45);
  border-radius: 50%;
  border-top-color: #fff;
  height: 14px;
  width: 14px;
}
.one-subscribe-alert {
  color: var(--one-red);
  font-size: 13px;
  margin: 10px 0 0;
  min-height: 20px;
}

@media (max-width: 991.98px) {
  .one-subscribe { padding: 60px 15px; }
  .one-subscribe-title { font-size: 2.2em; }
  .one-subscribe-subtitle { font-size: 15px; }
}


/* =========================================================
   17. Pagination — PHAT
   ========================================================= */
.one-storefront-pagination {
  align-items: center;
  display: grid;
  justify-items: center;
  margin: 48px auto 60px;
  row-gap: 16px;
}

.one-storefront-pagination-status {
  color: var(--one-text-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.one-storefront-pagination-desktop { display: block; }
.one-storefront-pagination-mobile  { display: none; }

.one-storefront-pagination-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.one-storefront-page-link {
  align-items: center;
  background: var(--one-bg-card);
  border: 1px solid var(--one-border);
  border-radius: var(--one-radius-sm);
  color: var(--one-text-primary);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  min-width: 40px;
  padding: 10px 12px;
  text-align: center;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, opacity .16s ease;
  white-space: nowrap;
}
.one-storefront-page-link-edge,
.one-storefront-page-link-step { font-size: 14px; }

.one-storefront-page-link:hover {
  background: var(--one-bg-elevated);
  border-color: var(--one-border-hover);
  color: var(--one-text-primary);
}
.one-storefront-page-link.is-active {
  background: var(--one-red);
  border-color: var(--one-red);
  color: #fff;
  cursor: default;
}
.one-storefront-page-link.is-disabled {
  color: var(--one-text-muted);
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.one-storefront-page-link:focus-visible {
  outline: 2px solid var(--one-red);
  outline-offset: 3px;
}

.one-storefront-pagination-next,
.one-storefront-pagination-mobile-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.one-storefront-pagination-next.is-disabled,
.one-storefront-pagination-mobile-link.is-disabled {
  cursor: default;
  pointer-events: none;
}

.one-storefront-pagination-mobile-actions {
  align-items: center;
  display: flex;
  justify-content: center;
}
.one-storefront-pagination-divider { display: block; }

.one-storefront-pagination-jump { position: relative; }
.one-storefront-pagination-jump summary {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  list-style: none;
}
.one-storefront-pagination-jump summary::-webkit-details-marker { display: none; }

.one-storefront-pagination-jump-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  z-index: 10;
}


/* =========================================================
   18. V2 Utilities — Sections, Display, Buttons, Cards
   ========================================================= */
.one-section-void { background-color: var(--one-bg-void); }
.one-section-base { background-color: var(--one-bg-primary); }

.one-section-divider {
  background: linear-gradient(90deg,
    transparent,
    rgba(200,168,106,0.06) 20%,
    rgba(200,168,106,0.06) 80%,
    transparent);
  height: 1px;
}

.one-display {
  font-family: var(--one-font-heading);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.10;
  text-transform: uppercase;
}
.one-section-title {
  color: var(--one-text-primary);
  font-family: var(--one-font-body);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.20;
  text-transform: uppercase;
}

.one-btn-primary {
  background: var(--one-red);
  border: none;
  border-radius: var(--one-radius-none);
  color: var(--one-text-inverse);
  cursor: pointer;
  display: inline-block;
  font-family: var(--one-font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: background var(--one-duration) var(--one-ease);
}
.one-btn-primary:hover  { background: var(--one-red-hover);  color: var(--one-text-inverse); }
.one-btn-primary:active { background: var(--one-red-active); }

.one-btn-ghost {
  background: transparent;
  border: 1px solid rgba(232,230,225,0.20);
  border-radius: var(--one-radius-none);
  color: var(--one-text-primary);
  cursor: pointer;
  display: inline-block;
  font-family: var(--one-font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 13px 28px;
  text-transform: uppercase;
  transition: all var(--one-duration) var(--one-ease);
}
.one-btn-ghost:hover {
  background: rgba(232,230,225,0.06);
  border-color: rgba(232,230,225,0.35);
  color: var(--one-text-primary);
}

.one-card {
  background: var(--one-bg-card);
  border: 0.5px solid rgba(138,134,128,0.10);
  border-radius: var(--one-radius-xs);
  overflow: hidden;
  transition: border-color var(--one-duration) var(--one-ease),
              transform var(--one-duration) var(--one-ease);
}
.one-card:hover {
  border-color: var(--one-border-hover);
  transform: translateY(-2px);
}


/* =========================================================
   19. Error Pages — 404 / 410
   ========================================================= */
.one-error {
  background: #000;
  color: var(--one-text-primary);
  font-family: var(--one-font-body);
}
.one-error-main { background: #000; }

.one-error-hero {
  align-items: center;
  background: #000;
  display: flex;
  justify-content: center;
  min-height: 560px;
}
.one-error-hero-container {
  padding-top: 96px;
  padding-bottom: 96px;
  width: 100%;
}
.one-error-copy {
  margin: 0 auto;
  max-width: 740px;
  text-align: center;
}
.one-error-eyebrow {
  align-items: center;
  color: var(--one-text-secondary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.one-error-eyebrow::before {
  background: var(--one-red);
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 12px;
  width: 42px;
}
.one-error-title {
  color: var(--one-text-primary);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 auto 22px;
  max-width: 760px;
  text-transform: uppercase;
}
.one-error-message {
  color: var(--one-text-secondary);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
  margin: 0 auto 30px;
  max-width: 620px;
}
.one-error-actions {
  align-items: center;
  display: flex;
  justify-content: center;
}
.one-error-btn {
  align-items: center;
  border-radius: var(--one-radius-sm);
  display: inline-flex;
  font-family: var(--one-font-body);
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  min-height: 44px;
  padding: 13px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.one-error-btn:hover { text-decoration: none; }
.one-error-btn-primary {
  background: var(--one-red);
  border: 1px solid var(--one-red);
  color: var(--one-text-inverse);
}
.one-error-btn-primary:hover {
  background: var(--one-red-hover);
  border-color: var(--one-red-hover);
  color: var(--one-text-inverse);
}

.one-404-title { font-size: 4vw !important; }


/* =========================================================
   20. Product Grid & Card
   ========================================================= */
.one-product-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.one-product-grid-append { margin-top: 4px; }
.one-product-grid-item { min-width: 0; }

.one-product-card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  display: flex;
  flex-direction: column;
  margin-bottom: .5rem;
  min-width: 0;
  overflow: hidden;
}
.one-product-card-media {
  aspect-ratio: 6 / 7;
  background-color: #000;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.one-product-card-ship-badge {
  align-items: center;
  background-color: #774BDD;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 5px;
  left: 15px;
  letter-spacing: .06em;
  line-height: 1;
  padding: 6px 10px;
  pointer-events: none;
  position: absolute;
  top: 15px;
  z-index: 2;
}
.one-product-card-ship-badge svg { flex: 0 0 auto; }

.one-product-card-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.one-product-card-body {
  background-color: #fff;
  flex: 1 1 auto;
  padding: 20px 20px 30px 20px;
  text-align: center;
}
.one-product-card-title {
  color: #222;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.one-product-card-title:hover { color: var(--one-red) !important; }

.one-product-card-reviews { line-height: 1.25; }
.one-product-card-review-star  { color: var(--one-red); }
.one-product-card-review-count {
  color: #111;
  font-weight: 700;
  margin-left: .25rem;
}

.one-product-card-shipping {
  color: #008b15;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 3px;
}
.one-product-card-shipping svg { margin-right: 3px; }

.one-product-card-sale-pill {
  background-color: #fff59d;
  border-radius: 50px;
  color: #000;
  font-size: 11px;
  font-weight: 900;
  margin: auto;
  padding: 2px 12px;
  width: fit-content;
}
.one-product-card-sale-price,
.one-product-card-price {
  color: #000;
  font-family: var(--one-font-body);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.3px;
}
.one-product-card-compare-price {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-decoration: line-through;
}

.one-product-card-actions { margin-top: 8px; }
.one-product-card-cart {
  background: var(--one-red);
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto 8px;
  min-width: 60%;
  padding: 8px 20px;
}
.one-product-card-cart:hover { background: var(--one-red-hover); }

.one-product-card-wishlist {
  color: #999;
  font-size: 0.9em;
}
.one-product-card-wishlist:hover { color: var(--one-red); }
.one-product-card-wishlist-added {
  color: var(--one-red);
  font-size: 0.9em;
}


/* =========================================================
   21. Infinite-Scroll Loader
   ========================================================= */
.one-loader {
  padding: 12px 0 26px;
  text-align: center;
}
.one-loader-pulse {
  color: var(--one-text-secondary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.75;
}


/* =========================================================
   22. Responsive — Desktop (≥992px)
   ========================================================= */
@media (min-width: 992px) {
  .one-storefront-desktop { display: block; }
  .one-storefront-mobile  { display: none; }

  .one-storefront-desktop[data-variant="center-logo"] .one-storefront-brand-row {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 220px;
  }
  .one-storefront-desktop[data-variant="center-logo"] .one-storefront-logo img {
    max-height: 160px;
  }

  .one-storefront-desktop[data-variant="logo-left"] {
    align-items: center;
    display: grid;
    grid-template-areas:
      "topbar topbar"
      "brand nav";
    grid-template-columns: minmax(180px, auto) minmax(0, 1fr);
    padding-bottom: 16px;
  }
  .one-storefront-desktop[data-variant="logo-left"] .one-storefront-topbar {
    grid-area: topbar;
  }
  .one-storefront-desktop[data-variant="logo-left"] .one-storefront-brand-row {
    grid-area: brand;
    justify-items: start;
    padding: 24px 28px 20px;
  }
  .one-storefront-desktop[data-variant="logo-left"] .one-storefront-logo img {
    max-height: 78px;
  }
  .one-storefront-desktop[data-variant="logo-left"] .one-storefront-nav {
    grid-area: nav;
    justify-content: flex-end;
    padding-right: 36px;
  }

  .one-storefront-desktop[data-variant="search-bar"] .one-storefront-brand-row {
    background: var(--one-bg-primary);
    border-bottom: 1px solid var(--one-border-subtle);
    grid-template-columns: minmax(180px, 300px) minmax(300px, 1fr);
    padding: 28px 10vw;
  }
  .one-storefront-desktop[data-variant="search-bar"] .one-storefront-logo {
    justify-self: start;
  }
  .one-storefront-desktop[data-variant="search-bar"] .one-storefront-logo img {
    max-height: 80px;
  }

  .one-storefront-footer-inner {
    grid-template-columns: minmax(240px, .9fr) minmax(0, 1.7fr);
  }
  .one-storefront-footer-menus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .one-storefront-cart-dot { right: -10px; }

  .one-product-grid {
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .one-product-grid-append { margin-top: 16px; }
  .one-product-card { margin-bottom: .25rem; }
}


/* =========================================================
   23. Responsive — Wide (≥1200px)
   ========================================================= */
@media (min-width: 1200px) {
  .one-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


/* =========================================================
   24. Responsive — Mobile (≤991.98px)
   ========================================================= */
@media (max-width: 991.98px) {
  .one-storefront-pagination-desktop { display: none; }
  .one-storefront-pagination-mobile  {
    display: grid;
    justify-items: center;
  }

  .one-storefront-footer-inner {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 48px;
  }
  .one-storefront-footer-brand,
  .one-storefront-footer-nav,
  .one-storefront-copyright { text-align: center; }
  .one-storefront-footer-brand {
    display: grid;
    justify-items: center;
  }
  .one-storefront-footer-logo { display: inline-flex; }
  .one-storefront-contact-list {
    justify-items: center;
    width: 100%;
  }
  .one-storefront-contact-list li,
  .one-storefront-contact-list a { justify-content: center; }
  .one-storefront-footer-logo,
  .one-storefront-social { justify-content: center; }
  .one-storefront-footer-nav h2 {
    font-size: 17px;
    margin-top: 16px;
  }

  .one-storefront-pagination {
    margin: 44px auto 70px;
    padding: 0 60px;
    row-gap: 18px;
    width: min(100%, 430px);
  }
  .one-storefront-pagination-status {
    font-size: 12px;
    font-weight: 700;
  }
  .one-storefront-pagination-mobile {
    gap: 20px;
    width: 100%;
  }
  .one-storefront-pagination-next {
    background: #e73345;
    border: 1px solid #ff4052;
    border-radius: 999px;
    box-shadow: 0 4px 0 rgba(0,0,0,.28), 0 12px 24px rgba(0,0,0,.24);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    gap: 18px;
    min-height: 52px;
    padding: 0 30px;
    width: 100%;
  }
  .one-storefront-pagination-next:hover {
    background: #f0384a;
    color: #fff;
  }
  .one-storefront-pagination-next svg {
    fill: none;
    height: 28px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 28px;
  }
  .one-storefront-pagination-next.is-disabled {
    background: var(--one-bg-elevated);
    border-color: var(--one-border);
    box-shadow: none;
    color: var(--one-text-muted);
    opacity: .7;
  }
  .one-storefront-pagination-mobile-actions {
    color: var(--one-text-secondary);
    gap: 20px;
    min-height: 24px;
  }
  .one-storefront-pagination-mobile-link,
  .one-storefront-pagination-jump summary {
    color: var(--one-text-secondary);
    font-size: 15px;
    font-weight: 800;
    padding: 4px 0;
  }
  .one-storefront-pagination-mobile-link:hover,
  .one-storefront-pagination-jump summary:hover {
    color: var(--one-text-primary);
  }
  .one-storefront-pagination-mobile-link.is-disabled {
    color: var(--one-text-muted);
    opacity: .55;
  }
  .one-storefront-pagination-divider {
    background: var(--one-text-muted);
    height: 20px;
    opacity: .7;
    width: 1px;
  }
  .one-storefront-pagination-jump summary { gap: 8px; }
  .one-storefront-pagination-jump summary svg {
    fill: none;
    height: 14px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 14px;
  }
  .one-storefront-pagination-jump-list {
    background: rgba(32,34,39,.98);
    border: 1px solid var(--one-border);
    border-radius: var(--one-radius-sm);
    bottom: calc(100% + 12px);
    box-shadow: 0 16px 32px rgba(0,0,0,.35);
    gap: 8px;
    left: 50%;
    padding: 10px;
    transform: translateX(-50%);
    width: min(280px, calc(100vw - 48px));
  }
  .one-storefront-pagination-jump-list a {
    align-items: center;
    background: var(--one-bg-card);
    border: 1px solid var(--one-border);
    border-radius: var(--one-radius-sm);
    color: var(--one-text-primary);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 36px;
    justify-content: center;
    min-width: 40px;
    padding: 0 10px;
  }
  .one-storefront-pagination-jump-list a.is-active {
    background: var(--one-red);
    border-color: var(--one-red);
    color: #fff;
  }

  .one-404-title { font-size: 3em; }

  .one-product-card { margin-bottom: 3px; }
  .one-product-card-body { padding: 15px 8px; }
  .one-product-card-title {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
  }
  .one-product-card-sale-price { font-weight: 800; }
  .one-product-card-price {
    font-size: 19px;
    font-weight: 800;
  }
  .one-product-card-shipping {
    font-size: 0.85em;
    margin-bottom: 3px;
  }
  .one-product-card-ship-badge {
    font-size: 10px;
    left: 10px;
    padding: 5px 8px;
    top: 12px;
  }
  .one-product-card-cart { min-width: 80%; }
}


/* =========================================================
   25. Responsive — Small Mobile (≤767.98px)
   ========================================================= */
@media (max-width: 767.98px) {
  .one-error-hero { min-height: 520px; }
  .one-error-hero-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .one-error-title {
    font-size: 40px;
    line-height: 1.08;
  }
  .one-error-btn { width: min(100%, 280px); }
}
