/* THREADS THERAPY — FINAL CLEAN RESPONSIVE PATCH */
html,body{width:100%;max-width:100%;overflow-x:hidden}

@media (max-width:800px){
  :root{--tt-header:68px;--tt-nav:48px}
  body{padding-top:0!important;padding-bottom:70px!important}

  /* HEADER: one stable row */
  .header{position:sticky!important;top:0!important;left:0!important;width:100%!important;height:var(--tt-header)!important;min-height:var(--tt-header)!important;z-index:2147483000!important;background:#fffaf6!important;border-bottom:1px solid #eadfd5!important;box-shadow:0 4px 18px rgba(42,26,18,.08)!important}
  .header .headrow{width:100%!important;height:var(--tt-header)!important;min-height:var(--tt-header)!important;margin:0!important;padding:5px 8px!important;display:flex!important;align-items:center!important;gap:7px!important;box-sizing:border-box!important}
  .header .mobileMenuBtn{display:grid!important;place-items:center!important;flex:0 0 32px!important;width:32px!important;height:32px!important;min-width:32px!important;margin:0!important;padding:0!important;border:1px solid #dfcfc5!important;border-radius:9px!important;background:#fff!important;color:#741a2b!important;font-size:0!important;line-height:1!important}
  .header .mobileMenuBtn:before{content:'☰';font-size:19px!important;line-height:1!important}
  .header .brandLink{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 1 92px!important;width:92px!important;min-width:72px!important;height:48px!important;margin:0!important;padding:0!important;overflow:visible!important}
  .header .headerLogo{display:block!important;width:90px!important;max-width:90px!important;height:38px!important;max-height:38px!important;object-fit:contain!important;object-position:center!important;margin:0!important}

  /* Search is icon-only until clicked */
  .header .search{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 38px!important;width:38px!important;min-width:38px!important;height:40px!important;margin-left:auto!important;padding:0!important;border:0!important;border-radius:22px!important;background:transparent!important;overflow:visible!important;z-index:2147483640!important}
  .header .search input{display:none!important}
  .header .searchVoice{display:none!important}
  .header .searchSubmit{display:grid!important;place-items:center!important;flex:0 0 38px!important;width:38px!important;min-width:38px!important;height:38px!important;margin:0!important;padding:0!important;border:1px solid #eadbd1!important;border-radius:50%!important;background:#fff!important;color:#2c2420!important;font-size:0!important}
  .header .searchSubmit span{display:block!important;font-size:22px!important;line-height:1!important}

  /* Open search: stays in the same page/header, icon at right */
  .header .search.mobileSearchOpen{position:absolute!important;left:8px!important;right:8px!important;top:9px!important;width:auto!important;height:50px!important;min-height:50px!important;display:flex!important;flex:none!important;justify-content:stretch!important;padding:0 4px 0 12px!important;border:1px solid #ddcec5!important;border-radius:15px!important;background:#fff!important;box-shadow:0 12px 35px rgba(42,26,18,.18)!important;z-index:2147483647!important}
  .header .search.mobileSearchOpen input{display:block!important;flex:1 1 auto!important;width:1px!important;min-width:0!important;height:46px!important;border:0!important;outline:0!important;background:transparent!important;padding:8px 8px 8px 0!important;font-size:14px!important;color:#241916!important}
  .header .search.mobileSearchOpen .searchSubmit{flex:0 0 38px!important;width:38px!important;min-width:38px!important;height:38px!important}
  .header .search .suggestions,.header .search .suggestions.show{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 7px)!important;width:auto!important;max-height:min(55vh,430px)!important;overflow:auto!important;background:#fff!important;border:1px solid #eadfd5!important;border-radius:14px!important;box-shadow:0 18px 45px rgba(42,26,18,.2)!important;z-index:2147483647!important}

  /* Header action icons remain visible */
  .header .actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex:0 0 auto!important;gap:4px!important;width:auto!important;height:42px!important;margin:0!important;padding:0!important;border:0!important;overflow:visible!important}
  .header .actions .iconbtn{position:relative!important;display:grid!important;place-items:center!important;flex:0 0 31px!important;width:31px!important;min-width:31px!important;height:31px!important;min-height:31px!important;padding:0!important;margin:0!important;border:1px solid #eadbd1!important;border-radius:50%!important;background:#fff!important;color:#741a2b!important;box-shadow:0 3px 9px rgba(53,11,19,.07)!important;font-size:0!important}
  .header .actions .iconbtn svg{position:static!important;width:16px!important;height:16px!important;transform:none!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .header .actions .actionText{display:none!important}
  .header .actions .iconbtn b{position:absolute!important;right:-4px!important;top:-5px!important;display:grid!important;place-items:center!important;min-width:13px!important;height:13px!important;padding:0 3px!important;border:1.5px solid #fff!important;border-radius:999px!important;background:#741a2b!important;color:#fff!important;font:700 7px/1 Arial,sans-serif!important}

  /* NAV: always visible below sticky header, no mystery blank strip */
  .nav{position:sticky!important;top:var(--tt-header)!important;left:0!important;width:100%!important;height:var(--tt-nav)!important;min-height:var(--tt-nav)!important;margin:0!important;padding:0!important;display:block!important;z-index:2147482990!important;background:#fffdfa!important;border-top:1px solid #eadfd5!important;border-bottom:1px solid #eadfd5!important;box-shadow:0 3px 12px rgba(42,26,18,.06)!important}
  .nav .compactNav{display:none!important}
  .nav .navrow{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;width:100%!important;height:var(--tt-nav)!important;min-height:var(--tt-nav)!important;margin:0!important;padding:0 5px!important;gap:0!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;visibility:visible!important;opacity:1!important}
  .nav .navrow::-webkit-scrollbar{display:none!important}
  .nav .navrow>a,.nav .navrow>.navItem>a{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;min-width:max-content!important;height:40px!important;margin:4px 1px!important;padding:0 10px!important;border:1px solid transparent!important;border-radius:22px!important;background:transparent!important;color:#211b18!important;font-size:10px!important;line-height:1!important;font-weight:800!important;letter-spacing:.55px!important;text-transform:uppercase!important;white-space:nowrap!important;gap:5px!important;transform:none!important}
  .nav .navrow>a:hover,.nav .navrow>a.active,.nav .navrow>.navItem>a:hover,.nav .navrow>.navItem>a.active{color:#741a2b!important;background:#fff7f2!important;border-color:#e3c8bf!important}
  .nav .navItem{position:relative!important;display:flex!important;align-items:center!important;flex:0 0 auto!important;height:100%!important}
  .nav .navItem>a .navChevron{display:inline-block!important;position:static!important;flex:0 0 7px!important;width:7px!important;height:7px!important;margin:0 0 3px 0!important;border-right:1.5px solid currentColor!important;border-bottom:1.5px solid currentColor!important;transform:rotate(45deg)!important}
  .nav .shopMega{display:none!important}
  .nav.mobileFixed{position:sticky!important;top:var(--tt-header)!important}
  body.mobile-nav-fixed .nav{position:sticky!important;top:var(--tt-header)!important}
  .mobileNavSpacer{display:none!important;height:0!important}

  /* HERO: full image visible, overlay copy, no separate black text block */
  body.homePage .refinedHero.collectionHero{position:relative!important;display:block!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border-radius:0!important;background:#cbb8ab!important;isolation:isolate!important;aspect-ratio:1.28!important}
  body.homePage .refinedHero.collectionHero>.hero-img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;display:block!important;object-fit:fill!important;object-position:center!important;transform:none!important;z-index:0!important}
  body.homePage .refinedHero.collectionHero .refinedHeroShade{display:block!important;position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(180deg,rgba(20,12,9,.04) 18%,rgba(20,12,9,.12) 42%,rgba(20,12,9,.72) 100%)!important}
  body.homePage .refinedHero.collectionHero .container.refinedHeroCopy{position:absolute!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:12px 14px 14px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;align-items:flex-start!important;background:transparent!important;z-index:2!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer{display:flex!important;align-items:center!important;width:100%!important;max-width:none!important;margin:0 0 6px!important;padding:5px 7px!important;border-radius:9px!important;background:rgba(24,15,12,.46)!important;border:1px solid rgba(255,255,255,.25)!important;box-sizing:border-box!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer .offerSpark{width:20px!important;height:20px!important;min-width:20px!important;font-size:11px!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer small{font-size:6px!important;line-height:1!important;color:#fff!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer strong{font-size:12px!important;line-height:1!important;color:#fff!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer em{font-size:6px!important;line-height:1!important;color:#f5ddd5!important}
  body.homePage .refinedHero.collectionHero .eyebrow{font-size:8px!important;line-height:1.1!important;letter-spacing:1.2px!important;margin:0 0 3px!important;color:#fff!important}
  body.homePage .refinedHero.collectionHero .refinedHeroCopy h1{font-size:clamp(25px,8vw,34px)!important;line-height:.98!important;letter-spacing:-.8px!important;margin:0 0 5px!important;color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.45)!important}
  body.homePage .refinedHero.collectionHero .refinedHeroCopy h1 em{color:#fff!important}
  body.homePage .refinedHero.collectionHero .refinedHeroCopy p{font-size:10px!important;line-height:1.25!important;max-width:95%!important;margin:0!important;color:#fff!important;text-shadow:0 1px 7px rgba(0,0,0,.45)!important}
  body.homePage .refinedHero.collectionHero .refinedActions{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:7px!important;width:100%!important;margin:8px 0 0!important}
  body.homePage .refinedHero.collectionHero .refinedActions .btn{display:flex!important;align-items:center!important;justify-content:center!important;flex:1 1 0!important;width:auto!important;min-width:0!important;min-height:36px!important;height:36px!important;margin:0!important;padding:6px 8px!important;border-radius:7px!important;font-size:10px!important;line-height:1!important;text-align:center!important;white-space:nowrap!important}

  /* Bottom navigation */
  .mobilebar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:70px!important;min-height:70px!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;padding:5px 10px 7px!important;background:#fff!important;border-top:1px solid #e5ddd7!important;box-shadow:0 -8px 25px rgba(35,22,17,.1)!important;z-index:2147483640!important}
  .mobilebar a{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:3px!important;width:100%!important;height:58px!important;background:#fff!important;color:#5c504b!important;border-radius:10px!important}
  .mobilebar a:nth-child(4),.mobilebar a:nth-child(5){display:none!important}
  .mobilebar a span{font-size:31px!important;line-height:1!important;font-weight:500!important}
  .mobilebar a small{font-size:10px!important;line-height:1!important;color:#5c504b!important;font-weight:800!important}
  .mobilebar a.active,.mobilebar a[aria-current="page"]{color:#741a2b!important;background:#fff!important}
}

@media (max-width:390px){
  .header .headrow{padding-left:5px!important;padding-right:5px!important;gap:5px!important}
  .header .mobileMenuBtn{flex-basis:30px!important;width:30px!important;min-width:30px!important;height:30px!important}
  .header .brandLink{flex-basis:78px!important;width:78px!important;min-width:68px!important}
  .header .headerLogo{width:78px!important;max-width:78px!important;height:35px!important}
  .header .search{flex-basis:36px!important;width:36px!important;min-width:36px!important}
  .header .searchSubmit{flex-basis:36px!important;width:36px!important;min-width:36px!important;height:36px!important}
  .header .actions{gap:3px!important}
  .header .actions .iconbtn{flex-basis:29px!important;width:29px!important;min-width:29px!important;height:29px!important;min-height:29px!important}
  .header .actions .iconbtn svg{width:15px!important;height:15px!important}
  .nav .navrow>a,.nav .navrow>.navItem>a{padding:0 8px!important;font-size:9px!important;letter-spacing:.35px!important}
  body.homePage .refinedHero.collectionHero{aspect-ratio:1.12!important}
  body.homePage .refinedHero.collectionHero .container.refinedHeroCopy{padding:10px 11px 11px!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer{margin-bottom:4px!important;padding:4px 6px!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer strong{font-size:10px!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer small,body.homePage .refinedHero.collectionHero .firstOrderOffer em{font-size:5px!important}
  body.homePage .refinedHero.collectionHero .eyebrow{font-size:7px!important}
  body.homePage .refinedHero.collectionHero .refinedHeroCopy h1{font-size:23px!important;margin-bottom:4px!important}
  body.homePage .refinedHero.collectionHero .refinedHeroCopy p{font-size:9px!important;line-height:1.18!important}
  body.homePage .refinedHero.collectionHero .refinedActions{gap:5px!important;margin-top:6px!important}
  body.homePage .refinedHero.collectionHero .refinedActions .btn{height:32px!important;min-height:32px!important;font-size:9px!important;padding:5px 6px!important}
}

@media (max-width:350px){
  .header .brandLink{flex-basis:68px!important;width:68px!important;min-width:62px!important}
  .header .headerLogo{width:68px!important;max-width:68px!important}
  .header .actions .iconbtn{flex-basis:27px!important;width:27px!important;min-width:27px!important;height:27px!important}
  .nav .navrow>a,.nav .navrow>.navItem>a{padding:0 7px!important;font-size:8px!important}
}

/* ================================================================
   V13 FINAL MOBILE/TABLET CORRECTION
   Header/search/nav + left-side hero copy
   ================================================================ */
@media (max-width:1024px){
  html,body{overflow-x:hidden!important;width:100%!important;max-width:100%!important}

  /* Keep the whole header fixed and stable. */
  .header,
  body.homePage .header{
    position:fixed!important;
    top:0!important;left:0!important;right:0!important;
    width:100%!important;height:64px!important;min-height:64px!important;
    z-index:2147483000!important;
    background:#fffaf6!important;
  }
  .header .headrow{
    width:100%!important;height:64px!important;min-height:64px!important;
    display:flex!important;align-items:center!important;
    padding:0 6px!important;margin:0!important;gap:6px!important;
    box-sizing:border-box!important;
  }
  .header .mobileMenuBtn{
    position:relative!important;display:grid!important;place-items:center!important;
    flex:0 0 34px!important;width:34px!important;height:34px!important;min-width:34px!important;
    padding:0!important;font-size:0!important;z-index:20!important;
  }
  .header .mobileMenuBtn:before{content:'☰'!important;font-size:20px!important;line-height:1!important}
  .header .brandLink{
    flex:0 0 84px!important;width:84px!important;min-width:70px!important;
    height:48px!important;display:flex!important;align-items:center!important;
    justify-content:flex-start!important;overflow:visible!important;z-index:20!important;
  }
  .header .headerLogo{
    display:block!important;width:84px!important;max-width:84px!important;
    height:40px!important;max-height:40px!important;object-fit:contain!important;
    object-position:center!important;
  }

  /* Search is ALWAYS visible as an icon on mobile/tablet. */
  .header .search{
    position:absolute!important;
    left:auto!important;right:112px!important;top:12px!important;
    width:38px!important;min-width:38px!important;height:40px!important;
    display:flex!important;visibility:visible!important;opacity:1!important;
    align-items:center!important;justify-content:center!important;
    margin:0!important;padding:0!important;
    border:0!important;border-radius:50%!important;background:transparent!important;
    overflow:visible!important;z-index:2147483642!important;
  }
  .header .search input{display:none!important}
  .header .searchVoice{display:none!important}
  .header .searchSubmit{
    display:grid!important;place-items:center!important;
    width:38px!important;min-width:38px!important;height:38px!important;
    padding:0!important;margin:0!important;border:1px solid #eadbd1!important;
    border-radius:50%!important;background:#fff!important;color:#741a2b!important;
    font-size:0!important;visibility:visible!important;opacity:1!important;
  }
  .header .searchSubmit span{display:block!important;font-size:22px!important;line-height:1!important}

  /* Search expands in the same header; suggestions stay below it. */
  .header .search.mobileSearchOpen{
    left:6px!important;right:6px!important;top:7px!important;
    width:auto!important;height:50px!important;min-height:50px!important;
    display:flex!important;align-items:center!important;
    border:1px solid #ddcec5!important;border-radius:14px!important;
    background:#fff!important;box-shadow:0 12px 35px rgba(42,26,18,.18)!important;
    z-index:2147483647!important;
  }
  .header .search.mobileSearchOpen input{
    display:block!important;flex:1 1 auto!important;width:1px!important;min-width:0!important;
    height:46px!important;padding:8px 8px!important;border:0!important;outline:0!important;
    background:transparent!important;font-size:14px!important;color:#241916!important;
  }
  .header .search.mobileSearchOpen .searchSubmit{width:40px!important;min-width:40px!important;height:40px!important}
  .header .search .suggestions,
  .header .search .suggestions.show{
    position:absolute!important;left:0!important;right:0!important;top:calc(100% + 7px)!important;
    width:auto!important;max-height:55vh!important;overflow:auto!important;
    display:block!important;background:#fff!important;border:1px solid #eadfd5!important;
    border-radius:14px!important;box-shadow:0 18px 45px rgba(42,26,18,.20)!important;
    z-index:2147483647!important;
  }

  /* Account + wishlist + cart remain visible on the right. */
  .header .actions{
    position:absolute!important;right:6px!important;top:11px!important;
    display:flex!important;align-items:center!important;justify-content:flex-end!important;
    gap:4px!important;width:auto!important;height:42px!important;margin:0!important;padding:0!important;
    z-index:2147483641!important;overflow:visible!important;
  }
  .header .actions .iconbtn{
    display:grid!important;place-items:center!important;position:relative!important;
    flex:0 0 30px!important;width:30px!important;min-width:30px!important;
    height:30px!important;min-height:30px!important;padding:0!important;margin:0!important;
    border:1px solid #eadbd1!important;border-radius:50%!important;background:#fff!important;
    color:#741a2b!important;font-size:0!important;
  }
  .header .actions .iconbtn svg{position:static!important;width:16px!important;height:16px!important;display:block!important;transform:none!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important}
  .header .actions .iconbtn b{position:absolute!important;right:-4px!important;top:-5px!important;min-width:13px!important;height:13px!important;font-size:7px!important}

  /* Real primary navbar — visible and fixed below header. */
  .nav,
  body.homePage .nav{
    position:fixed!important;top:64px!important;left:0!important;right:0!important;
    width:100%!important;height:46px!important;min-height:46px!important;
    display:block!important;visibility:visible!important;opacity:1!important;
    margin:0!important;padding:0!important;background:#fffdfa!important;
    border-top:1px solid #eadfd5!important;border-bottom:1px solid #eadfd5!important;
    box-shadow:0 4px 15px rgba(42,26,18,.08)!important;z-index:2147482990!important;
  }
  .nav .compactNav{display:none!important}
  .nav .navrow{
    display:flex!important;visibility:visible!important;opacity:1!important;
    align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;
    width:100%!important;height:46px!important;min-height:46px!important;
    margin:0!important;padding:0 6px!important;gap:0!important;
    overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;
  }
  .nav .navrow::-webkit-scrollbar{display:none!important}
  .nav .navrow>a,
  .nav .navrow>.navItem,
  .nav .navrow>.navItem>a{
    display:flex!important;visibility:visible!important;opacity:1!important;
    flex:0 0 auto!important;align-items:center!important;justify-content:center!important;
  }
  .nav .navrow>a,
  .nav .navrow>.navItem>a{
    height:38px!important;min-width:max-content!important;padding:0 11px!important;
    margin:4px 1px!important;border:1px solid transparent!important;border-radius:20px!important;
    color:#211b18!important;background:transparent!important;font-size:10px!important;
    line-height:1!important;font-weight:800!important;letter-spacing:.45px!important;
    text-transform:uppercase!important;white-space:nowrap!important;gap:5px!important;
  }
  .nav .navItem{position:relative!important;height:46px!important}
  .nav .navItem>a .navChevron{
    display:inline-block!important;position:static!important;flex:0 0 7px!important;
    width:7px!important;height:7px!important;margin:0 0 3px!important;
    border-right:1.5px solid currentColor!important;border-bottom:1.5px solid currentColor!important;
    transform:rotate(45deg)!important;
  }
  .nav .shopMega{display:none!important}

  /* Main starts exactly below the two fixed bars. */
  main,body.homePage main{padding-top:110px!important}

  /* HERO: original image ratio = no crop. Copy stays on LEFT so it never covers the model. */
  body.homePage .refinedHero.collectionHero{
    position:relative!important;display:block!important;width:100%!important;
    height:auto!important;min-height:0!important;aspect-ratio:1672/941!important;
    margin:0!important;padding:0!important;border-radius:0!important;overflow:hidden!important;
    background:#cbb8ab!important;isolation:isolate!important;
  }
  body.homePage .refinedHero.collectionHero>.hero-img{
    position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
    max-width:none!important;display:block!important;object-fit:cover!important;
    object-position:center center!important;z-index:0!important;transform:none!important;
  }
  body.homePage .refinedHero.collectionHero .refinedHeroShade{
    position:absolute!important;inset:0!important;display:block!important;z-index:1!important;
    background:linear-gradient(90deg,rgba(24,14,11,.72) 0%,rgba(24,14,11,.48) 34%,rgba(24,14,11,.08) 58%,rgba(24,14,11,0) 100%)!important;
  }
  body.homePage .refinedHero.collectionHero .container.refinedHeroCopy{
    position:absolute!important;left:0!important;right:auto!important;bottom:0!important;
    width:55%!important;height:auto!important;min-height:0!important;margin:0!important;
    padding:10px 8px 10px 12px!important;box-sizing:border-box!important;
    display:flex!important;flex-direction:column!important;justify-content:flex-end!important;
    align-items:flex-start!important;background:transparent!important;z-index:2!important;
  }
  body.homePage .refinedHero.collectionHero .firstOrderOffer{
    width:100%!important;max-width:100%!important;margin:0 0 3px!important;padding:3px 5px!important;
    display:flex!important;align-items:center!important;gap:3px!important;
    border-radius:6px!important;background:rgba(30,18,15,.48)!important;border:1px solid rgba(255,255,255,.25)!important;
  }
  body.homePage .refinedHero.collectionHero .firstOrderOffer .offerSpark{width:16px!important;height:16px!important;font-size:9px!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer small{font-size:4.5px!important;line-height:1!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer strong{font-size:8px!important;line-height:1!important}
  body.homePage .refinedHero.collectionHero .firstOrderOffer em{font-size:4.5px!important;line-height:1!important}
  body.homePage .refinedHero.collectionHero .eyebrow{font-size:5.5px!important;line-height:1!important;letter-spacing:.8px!important;margin:1px 0!important;color:#fff!important}
  body.homePage .refinedHero.collectionHero .refinedHeroCopy h1{
    font-size:clamp(18px,6vw,26px)!important;line-height:.92!important;letter-spacing:-.5px!important;
    margin:1px 0 3px!important;color:#fff!important;text-shadow:0 2px 9px rgba(0,0,0,.5)!important;
  }
  body.homePage .refinedHero.collectionHero .refinedHeroCopy h1 em{color:#fff!important}
  body.homePage .refinedHero.collectionHero .refinedHeroCopy p{
    max-width:100%!important;font-size:6.5px!important;line-height:1.18!important;
    margin:0 0 4px!important;color:#fff!important;text-shadow:0 1px 6px rgba(0,0,0,.5)!important;
  }
  body.homePage .refinedHero.collectionHero .refinedActions{
    display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;width:100%!important;
    gap:4px!important;margin:0!important;
  }
  body.homePage .refinedHero.collectionHero .refinedActions .btn{
    flex:1 1 0!important;min-width:0!important;width:auto!important;height:25px!important;min-height:25px!important;
    margin:0!important;padding:4px 4px!important;border-radius:5px!important;font-size:6.5px!important;
    line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
  }
}

@media (max-width:390px){
  .header .brandLink{flex-basis:76px!important;width:76px!important;min-width:66px!important}
  .header .headerLogo{width:76px!important;max-width:76px!important;height:36px!important}
  .header .search{right:105px!important;width:35px!important;min-width:35px!important}
  .header .searchSubmit{width:35px!important;min-width:35px!important;height:35px!important}
  .header .actions{right:5px!important;gap:3px!important}
  .header .actions .iconbtn{width:28px!important;min-width:28px!important;height:28px!important}
  .header .actions .iconbtn svg{width:15px!important;height:15px!important}
  .nav .navrow>a,.nav .navrow>.navItem>a{padding:0 9px!important;font-size:9px!important}
  body.homePage .refinedHero.collectionHero .container.refinedHeroCopy{width:57%!important;padding:8px 6px 8px 10px!important}
  body.homePage .refinedHero.collectionHero .refinedHeroCopy h1{font-size:20px!important}
  body.homePage .refinedHero.collectionHero .refinedHeroCopy p{font-size:6px!important}
  body.homePage .refinedHero.collectionHero .refinedActions .btn{height:23px!important;min-height:23px!important;font-size:6px!important}
}
.nav-more {
    position: relative;
}

.nav-more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    border: 0;
    background: transparent;
    padding: 0;

    white-space: nowrap;
}

.nav-more-toggle .dropdown-icon {
    width: 14px;
    min-width: 14px;
    height: 14px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}