.hco-body .ast-above-header-wrap,.hco-body .ast-main-header-wrap,.hco-body .ast-below-header-wrap,.hco-body #masthead{display:none!important}.hco-header{position:sticky;top:0;z-index:var(--hco-z-header);background:var(--hco-bg);box-shadow:var(--hco-shadow-xs);transition:box-shadow var(--hco-dur-base) var(--hco-ease)}.hco-header.is-scrolled{box-shadow:var(--hco-shadow-md)}.hco-eyebrow{background:var(--hco-brand);color:var(--hco-white);font-size:var(--hco-text-xs);letter-spacing:.02em}.hco-eyebrow__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--hco-space-3);padding-top:var(--hco-space-2);padding-bottom:var(--hco-space-2)}.hco-eyebrow__msg{margin:0;flex:1}.hco-eyebrow__social{display:inline-flex;gap:var(--hco-space-3);align-items:center}.hco-eyebrow__social a{color:inherit;opacity:.9;transition:opacity var(--hco-dur-fast)}.hco-eyebrow__social a:hover{opacity:1;color:var(--hco-white)}.hco-eyebrow__close{background:#fff0;border:0;color:inherit;font-size:1.2rem;line-height:1;cursor:pointer;padding:var(--hco-space-1) var(--hco-space-2);opacity:.7}.hco-eyebrow__close:hover{opacity:1}@media (max-width:720px){.hco-eyebrow__msg{font-size:11px}.hco-eyebrow__close{display:none}}.hco-main-header{padding:var(--hco-space-4) 0;border-bottom:1px solid var(--hco-border)}.hco-main-header__inner{display:grid;grid-template-columns:auto 1fr 2fr auto;align-items:center;gap:var(--hco-space-5)}@media (max-width:920px){.hco-main-header{padding:var(--hco-space-3) 0}.hco-main-header__inner{grid-template-columns:auto 1fr auto;gap:var(--hco-space-3)}.hco-search{grid-column:1 / -1;order:5}}.hco-burger{display:none;width:40px;height:40px;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#fff0;border:1px solid var(--hco-border);border-radius:var(--hco-radius-md);cursor:pointer;padding:0}.hco-burger span{display:block;width:18px;height:2px;background:var(--hco-text);border-radius:1px;transition:transform var(--hco-dur-base) var(--hco-ease)}@media (max-width:920px){.hco-burger{display:inline-flex}}.hco-logo{display:inline-flex;align-items:center}.hco-logo img{display:block;max-height:56px;width:auto}@media (max-width:920px){.hco-logo img{max-height:40px}}.hco-logo__text{font-weight:var(--hco-fw-bold);color:var(--hco-heading);font-size:var(--hco-text-xl)}.hco-search{display:flex;align-items:stretch;max-width:560px;width:100%}.hco-search__input{flex:1;padding:var(--hco-space-3) var(--hco-space-4);border:1px solid var(--hco-border-strong);border-right:0;border-radius:var(--hco-radius-md) 0 0 var(--hco-radius-md);font-size:var(--hco-text-base);font-family:inherit;background:var(--hco-bg);color:var(--hco-text);min-height:44px}.hco-search__input:focus{outline:none;border-color:var(--hco-brand);box-shadow:0 0 0 3px rgb(153 0 0 / .14)}.hco-search__btn{background:var(--hco-brand);color:var(--hco-white);border:0;padding:0 var(--hco-space-4);border-radius:0 var(--hco-radius-md) var(--hco-radius-md) 0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background var(--hco-dur-fast);min-width:52px;min-height:44px}.hco-search__btn:hover{background:var(--hco-brand-600)}.hco-header-actions{display:inline-flex;align-items:center;gap:var(--hco-space-3)}.hco-header-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--hco-text);border-radius:var(--hco-radius-full);position:relative;transition:background var(--hco-dur-fast),color var(--hco-dur-fast)}.hco-header-icon:hover{background:var(--hco-gray-100);color:var(--hco-brand)}.hco-header-icon--cart .hco-cart-count{position:absolute;top:2px;right:2px;min-width:20px;height:20px;background:var(--hco-brand);color:var(--hco-white);font-size:11px;font-weight:var(--hco-fw-bold);border-radius:var(--hco-radius-full);display:inline-flex;align-items:center;justify-content:center;padding:0 5px;line-height:1}@media (max-width:920px){.hco-header-icon--wishlist{display:none}}.hco-nav{background:var(--hco-bg-alt);border-bottom:1px solid var(--hco-border)}.hco-nav__inner{display:flex;align-items:center;gap:var(--hco-space-5)}.hco-nav__shop-toggle{display:inline-flex;align-items:center;gap:var(--hco-space-2);padding:var(--hco-space-3) var(--hco-space-4);background:var(--hco-brand);color:var(--hco-white);border:0;border-radius:var(--hco-radius-md);font-weight:var(--hco-fw-semibold);font-size:var(--hco-text-sm);cursor:pointer;transition:background var(--hco-dur-fast)}.hco-nav__shop-toggle:hover,.hco-nav__shop-toggle[aria-expanded="true"]{background:var(--hco-brand-600);color:var(--hco-white)}.hco-nav__menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:var(--hco-space-1);flex-wrap:wrap}.hco-nav__menu>li{position:relative}.hco-nav__menu>li>a{display:inline-flex;align-items:center;gap:var(--hco-space-1);padding:var(--hco-space-3) var(--hco-space-4);color:var(--hco-text);font-weight:var(--hco-fw-medium);font-size:var(--hco-text-sm);text-decoration:none;border-radius:var(--hco-radius-md);transition:color var(--hco-dur-fast),background var(--hco-dur-fast)}.hco-nav__menu>li>a:hover,.hco-nav__menu>li.current-menu-item>a,.hco-nav__menu>li.current-page-ancestor>a{color:var(--hco-brand);background:var(--hco-bg)}.hco-caret{transition:transform var(--hco-dur-fast)}.hco-nav__menu>li.hco-has-children:hover .hco-caret{transform:rotate(180deg)}.hco-submenu{position:absolute;top:100%;left:0;min-width:240px;background:var(--hco-bg);border:1px solid var(--hco-border);border-radius:var(--hco-radius-md);box-shadow:var(--hco-shadow-lg);list-style:none;margin:0;padding:var(--hco-space-2);display:none;z-index:var(--hco-z-dropdown)}.hco-nav__menu li:hover>.hco-submenu,.hco-nav__menu li:focus-within>.hco-submenu{display:block}.hco-submenu li{position:relative}.hco-submenu a{display:block;padding:var(--hco-space-2) var(--hco-space-3);color:var(--hco-text);font-size:var(--hco-text-sm);border-radius:var(--hco-radius-sm);transition:background var(--hco-dur-fast),color var(--hco-dur-fast)}.hco-submenu a:hover{background:var(--hco-bg-alt);color:var(--hco-brand)}.hco-submenu .hco-submenu{left:100%;top:0;margin-left:var(--hco-space-1)}@media (max-width:920px){.hco-nav{display:none}}.hco-megacats{position:absolute;left:0;right:0;background:var(--hco-bg);border-bottom:1px solid var(--hco-border);box-shadow:var(--hco-shadow-md);padding:var(--hco-space-5) 0;z-index:var(--hco-z-dropdown)}.hco-megacats[hidden]{display:none}.hco-megacats__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--hco-space-3)}.hco-megacats__list a{display:flex;align-items:center;gap:var(--hco-space-3);padding:var(--hco-space-2) var(--hco-space-3);border-radius:var(--hco-radius-md);transition:background var(--hco-dur-fast);color:var(--hco-text)}.hco-megacats__list a:hover{background:var(--hco-bg-alt);color:var(--hco-brand)}.hco-megacats__thumb{width:40px;height:40px;background:var(--hco-bg-alt);border-radius:var(--hco-radius-md);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.hco-megacats__thumb img{width:100%;height:100%;object-fit:cover}.hco-megacats__name{flex:1;font-weight:var(--hco-fw-medium);font-size:var(--hco-text-sm)}.hco-megacats__count{color:var(--hco-text-muted);font-size:var(--hco-text-xs)}.hco-mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:min(360px, 90vw);background:var(--hco-bg);z-index:var(--hco-z-drawer);transform:translateX(-100%);transition:transform var(--hco-dur-base) var(--hco-ease);overflow-y:auto;display:flex;flex-direction:column}.hco-mobile-drawer:not([hidden]){transform:translateX(0)}.hco-mobile-drawer[hidden]{display:flex;pointer-events:none}.hco-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:var(--hco-space-4);border-bottom:1px solid var(--hco-border)}.hco-mobile-drawer__head .hco-logo img{max-height:36px}.hco-mobile-drawer__close{background:#fff0;border:0;font-size:1.6rem;line-height:1;width:36px;height:36px;border-radius:var(--hco-radius-md);cursor:pointer;color:var(--hco-text)}.hco-mobile-drawer__close:hover{background:var(--hco-gray-100)}.hco-mobile-drawer__body{padding:var(--hco-space-4)}.hco-drawer__menu{list-style:none;padding:0;margin:var(--hco-space-4) 0 0}.hco-drawer__menu li{border-bottom:1px solid var(--hco-border)}.hco-drawer__menu a{display:block;padding:var(--hco-space-3) 0;color:var(--hco-text);font-size:var(--hco-text-base);font-weight:var(--hco-fw-medium)}.hco-drawer__menu .sub-menu,.hco-drawer__menu .hco-submenu{list-style:none;margin:0;padding-left:var(--hco-space-4);display:none}.hco-drawer__menu .menu-item-has-children.is-open>.sub-menu,.hco-drawer__menu .menu-item-has-children.is-open>.hco-submenu{display:block}.hco-mobile-drawer__cats h3{font-size:var(--hco-text-sm);text-transform:uppercase;letter-spacing:.05em;margin:var(--hco-space-5) 0 var(--hco-space-2);color:var(--hco-text-muted)}.hco-mobile-drawer__cats ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:var(--hco-space-2)}.hco-mobile-drawer__cats a{padding:var(--hco-space-2) var(--hco-space-3);background:var(--hco-bg-alt);border-radius:var(--hco-radius-md);font-size:var(--hco-text-sm)}.hco-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .45);z-index:calc(var(--hco-z-drawer) - 1);opacity:0;transition:opacity var(--hco-dur-base) var(--hco-ease);pointer-events:none}.hco-overlay:not([hidden]){opacity:1;pointer-events:auto}.hco-overlay[hidden]{display:block}body.hco-no-scroll{overflow:hidden}.hco-body .site-footer,.hco-body .ast-small-footer,.hco-body .footer-widget-area,.hco-body .ast-builder-footer-grid-columns,.hco-body .site-footer-primary-section-1,.hco-body .site-below-footer-wrap,.hco-body .ast-footer-overlay,.hco-body footer.site-footer{display:none!important}.hco-body .hco-footer{display:block!important}.hco-footer{background:var(--hco-bg-dark);color:#c6c6c6}.hco-footer a{color:#c6c6c6;transition:color var(--hco-dur-fast)}.hco-footer a:hover{color:var(--hco-white)}.hco-footer h3{color:var(--hco-white);font-size:var(--hco-text-base);margin-bottom:var(--hco-space-4);position:relative;padding-bottom:var(--hco-space-2);font-weight:var(--hco-fw-bold)}.hco-footer h3::after{content:'';position:absolute;left:0;bottom:0;width:36px;height:2px;background:var(--hco-brand)}.hco-footer__usp{background:var(--hco-bg);border-top:1px solid var(--hco-border);border-bottom:1px solid var(--hco-border);padding:var(--hco-space-5) 0}.hco-footer__usp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--hco-space-5);align-items:center}.hco-usp{display:flex;align-items:center;gap:var(--hco-space-3);color:var(--hco-text)}.hco-usp svg{color:var(--hco-brand);flex-shrink:0}.hco-usp strong{display:block;font-weight:var(--hco-fw-bold);color:var(--hco-heading);font-size:var(--hco-text-base)}.hco-usp span{font-size:var(--hco-text-sm);color:var(--hco-text-muted)}.hco-footer__main{padding:var(--hco-space-7) 0}.hco-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.5fr;gap:var(--hco-space-6)}@media (max-width:920px){.hco-footer__grid{grid-template-columns:1fr 1fr}.hco-footer__col--brand,.hco-footer__col--newsletter{grid-column:1 / -1}}@media (max-width:540px){.hco-footer__grid{grid-template-columns:1fr}}.hco-footer__col ul{list-style:none;padding:0;margin:0}.hco-footer__col li{padding:var(--hco-space-1) 0}.hco-footer__logo{background:var(--hco-white);padding:6px 12px;border-radius:var(--hco-radius-sm);margin-bottom:var(--hco-space-4);display:inline-block}.hco-footer__col--brand p{font-size:var(--hco-text-sm);line-height:1.7}.hco-footer__social{display:flex;gap:var(--hco-space-2);margin-top:var(--hco-space-3)}.hco-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgb(255 255 255 / .08);border-radius:var(--hco-radius-full)}.hco-footer__social a:hover{background:var(--hco-brand);color:var(--hco-white)}.hco-newsletter{display:flex;gap:var(--hco-space-2);margin-top:var(--hco-space-3)}.hco-newsletter .hco-input{background:var(--hco-white);color:var(--hco-text);flex:1}.hco-footer__col--newsletter small{display:block;margin-top:var(--hco-space-2);font-size:var(--hco-text-xs);color:rgb(255 255 255 / .5)}.hco-footer__bar{background:rgb(0 0 0 / .3);padding:var(--hco-space-4) 0}.hco-footer__bar-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--hco-space-4);flex-wrap:wrap}.hco-footer__bar p{margin:0;font-size:var(--hco-text-sm);color:rgb(255 255 255 / .7)}.hco-payments{display:inline-flex;gap:var(--hco-space-2)}.hco-main{min-height:50vh}