@font-face{font-family:Manrope;src:url('../fonts/manrope-variable.woff2') format('woff2');font-weight:200 800;font-style:normal;font-display:optional}
@font-face{font-family:Fraunces;src:url('../fonts/fraunces-latin.woff2') format('woff2');font-weight:600 800;font-style:normal;font-display:optional}

:root{
  --hc-ink:#18231f;
  --hc-ink-soft:#2d3a35;
  --hc-ember:#e76424;
  --hc-ember-dark:#b94716;
  --hc-cream:#f7f2e9;
  --hc-sand:#e7d8c6;
  --hc-white:#fff;
  --hc-muted:#68716d;
  --hc-border:#dcdedb;
  --hc-success:#e76424;
  --hc-shadow:0 18px 55px rgba(24,35,31,.1);
  --hc-radius:18px;
  --hc-shell:min(1320px,calc(100% - 40px));
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body.hc-premium{margin:0;background:#fff;color:var(--hc-ink-soft);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
.hc-premium h1,.hc-premium h2,.hc-premium h3,.hc-premium h4,.hc-premium h5,.hc-premium h6{color:var(--hc-ink);font-family:Fraunces,Georgia,serif;font-weight:700;letter-spacing:-.025em;line-height:1.08}
.hc-premium a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}
.hc-premium img{border-radius:0}
.hc-shell{width:var(--hc-shell);margin-inline:auto}
.hc-eyebrow{margin:0 0 12px;color:#a83e10;font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.hc-button,.hc-premium .button,.hc-premium button,.hc-premium input[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid transparent;border-radius:999px;box-shadow:none;font-family:Manrope,Arial,sans-serif;font-size:.84rem;font-weight:800;letter-spacing:.025em;text-decoration:none;text-shadow:none;transition:background-color .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s}
.hc-button:hover,.hc-premium .button:hover,.hc-premium button:hover,.hc-premium input[type=submit]:hover{border-color:var(--hc-ember)!important;background-color:var(--hc-ember)!important;color:#fff!important;transform:translateY(-2px)}
.hc-premium .button:focus,.hc-premium button:focus,.hc-premium input[type=submit]:focus{border-color:var(--hc-ember)!important;box-shadow:none!important;outline:3px solid rgba(231,100,36,.28);outline-offset:2px}
.hc-premium .hc-button--primary,.hc-premium .button.alt,.hc-premium button.alt,.hc-premium input[type=submit].alt{background:var(--hc-ember-dark);color:#fff}
.hc-premium .hc-button--primary:hover,.hc-premium .button.alt:hover,.hc-premium button.alt:hover{background:#8f330b;color:#fff}
.hc-button--ghost{border-color:rgba(255,255,255,.4);color:#fff;backdrop-filter:blur(7px);background:rgba(255,255,255,.07)}
.hc-button--ghost:hover{border-color:#fff;background:#fff;color:var(--hc-ink)}
.hc-button--light{background:#fff;color:var(--hc-ink)}
.hc-button--outline{border-color:var(--hc-ink);color:var(--hc-ink)}
.hc-text-link{display:inline-flex;align-items:center;gap:9px;color:var(--hc-ink);font-size:.88rem;font-weight:800;text-decoration:none}
.hc-text-link span{color:var(--hc-ember);font-size:1.1rem;transition:transform .2s}
.hc-text-link:hover span{transform:translateX(4px)}

/* Header */
.hc-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--hc-border)}
.admin-bar .hc-header{top:32px}
.hc-utility{background:var(--hc-ink);color:#fff;font-size:.74rem;font-weight:650;letter-spacing:.03em}
.hc-utility__inner{display:flex;align-items:center;justify-content:space-between;min-height:28px}
.hc-utility p{margin:0}
.hc-utility nav{display:flex;gap:28px}
.hc-utility a{color:#fff;text-decoration:none;opacity:.86}
.hc-utility a:hover{opacity:1}
.hc-header__main{display:grid;grid-template-columns:220px minmax(260px,620px) auto;gap:26px;align-items:center;min-height:76px}
.hc-brand{display:block;line-height:0}
.hc-brand img{width:190px;height:auto}
.hc-search .woocommerce-product-search{position:relative;margin:0}
.hc-search input.search-field{width:100%;height:44px;margin:0;padding:0 50px 0 18px;border:1px solid var(--hc-border);border-radius:999px;background:#f7f8f7;box-shadow:none;font-family:Manrope,Arial,sans-serif;font-size:.84rem}
.hc-search button{position:absolute;right:4px;top:4px;width:36px;min-height:36px;padding:0;border-radius:50%;overflow:hidden;color:transparent;background:var(--hc-ink)}
.hc-search button::after{content:'⌕';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:1.45rem;transform:rotate(-15deg)}
.hc-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}
.hc-icon-link{position:relative;display:grid;justify-items:center;gap:3px;color:var(--hc-ink);font-size:.7rem;font-weight:750;text-decoration:none}
.hc-icon-link svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hc-cart-link b{position:absolute;top:-7px;right:3px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:50%;background:var(--hc-ember);color:#fff;font-size:.65rem}
.hc-premium .hc-menu-toggle{display:none;width:44px;min-height:44px;padding:10px;border-radius:50%;background:var(--hc-ink)}
.hc-menu-toggle span:not(.screen-reader-text){display:block!important;width:20px!important;height:2px!important;margin:4px auto!important;background:#fff!important;border-radius:2px!important}
.hc-nav{background:#fff;border-top:1px solid #eef0ee}
.hc-nav__list{display:flex;align-items:center;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}
.hc-nav__list>li{position:relative;margin:0}
.hc-nav__list>li>a{display:block;padding:11px 16px;color:var(--hc-ink);font-size:.78rem;font-weight:800;text-decoration:none}
.hc-nav__list>li>a:hover{color:var(--hc-ember)}
.hc-nav .sub-menu{position:absolute;left:0;top:100%;min-width:240px;margin:0;padding:10px;background:#fff;border:1px solid var(--hc-border);border-radius:0 0 14px 14px;box-shadow:var(--hc-shadow);list-style:none;opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s}
.hc-nav li:hover>.sub-menu,.hc-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.hc-nav .sub-menu a{display:block;padding:10px 12px;border-radius:8px;font-size:.82rem;font-weight:650;text-decoration:none}
.hc-nav .sub-menu a:hover{background:var(--hc-cream);color:var(--hc-ember)}
.site-content{width:100%;margin:0;padding:0}

/* Hero */
.hc-hero{position:relative;height:clamp(620px,72vh,780px);overflow:hidden;background:var(--hc-ink);color:#fff}
.hc-hero__slides,.hc-hero__slide{position:absolute;inset:0}
.hc-hero__slide{display:grid;align-items:center;opacity:0;visibility:hidden;background-image:linear-gradient(90deg,rgba(10,17,14,.92) 0%,rgba(10,17,14,.68) 37%,rgba(10,17,14,.12) 72%),var(--hero-image);background-position:center;background-size:cover;transition:opacity .8s ease,visibility .8s ease}
.hc-hero__slide.is-active{opacity:1;visibility:visible}
.hc-hero__content{position:relative;z-index:2;padding-bottom:44px}
.hc-hero h1,.hc-hero h2{max-width:760px;margin:0 0 22px;color:#fff;font-size:clamp(3.1rem,5.7vw,6rem);line-height:.96}
.hc-hero__text{max-width:590px;margin:0 0 34px;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.4vw,1.18rem)}
.hc-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
.hc-hero__controls{position:absolute;z-index:5;right:0;bottom:38px;left:0;display:flex;align-items:center;gap:16px}
.hc-hero__controls>button,.hc-track-controls button{width:44px;min-height:44px;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:1.1rem;backdrop-filter:blur(6px)}
.hc-hero__dots{display:flex;gap:7px}
.hc-hero__dots button{width:24px;min-height:4px;height:4px;padding:0;border:0;border-radius:10px;background:rgba(255,255,255,.4)}
.hc-hero__dots button[aria-current=true]{width:48px;background:var(--hc-ember)}

/* Trust */
.hc-trust{position:relative;z-index:8;margin-top:-1px;background:var(--hc-cream);border-bottom:1px solid var(--hc-sand)}
.hc-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.hc-trust__grid>div{display:flex;align-items:center;gap:15px;min-height:112px;padding:20px 30px;border-right:1px solid var(--hc-sand)}
.hc-trust__grid>div:first-child{border-left:1px solid var(--hc-sand)}
.hc-trust__icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--hc-ember);font-family:Fraunces,serif;font-size:1.15rem;font-weight:800}
.hc-trust p{display:grid;margin:0;line-height:1.35}
.hc-trust strong{color:var(--hc-ink);font-size:.85rem}
.hc-trust p span{margin-top:5px;color:var(--hc-muted);font-size:.72rem}

/* Sections */
.hc-section{padding:110px 0}
.hc-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:40px}
.hc-section__head h2{margin:0;font-size:clamp(2.25rem,4vw,4rem)}
.hc-section__head .hc-eyebrow{margin-bottom:9px}
.hc-category-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr 1.25fr;gap:16px}
.hc-category-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:410px;padding:30px;overflow:hidden;border-radius:var(--hc-radius);background-position:center;background-size:cover;color:#fff;text-decoration:none;isolation:isolate}
.hc-category-card::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(16,24,21,.88),rgba(16,24,21,.08) 72%);transition:background .3s}
.hc-category-card:hover::before{background:linear-gradient(0deg,rgba(16,24,21,.93),rgba(16,24,21,.18) 72%)}
.hc-category-card::after{content:'';position:absolute;inset:0;z-index:-2;background:var(--card-image) center/cover;transition:transform .6s ease}
.hc-category-card:hover::after{transform:scale(1.04)}
.hc-category-card--wood{--card-image:url('../images/hero-buches.webp')}
.hc-category-card--pellets{--card-image:url('../images/hero-granules.webp')}
.hc-category-card--stoves{--card-image:url('../images/hero-poeles.webp')}
.hc-category-card--electric{--card-image:url('../images/hero-densifie.webp')}
.hc-category-card span{font-family:Fraunces,Georgia,serif;font-size:clamp(1.55rem,2.1vw,2.2rem);font-weight:700;line-height:1}
.hc-category-card small{margin-top:10px;color:rgba(255,255,255,.75);font-size:.74rem}
.hc-category-card b{margin-top:24px;color:#fff;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}
.hc-section--products{background:#fff;overflow:hidden}
.hc-section--new{background:var(--hc-cream)}
.hc-track-controls{display:flex;gap:8px}
.hc-track-controls button{border-color:var(--hc-border);background:#fff;color:var(--hc-ink)}

/* Product cards */
.hc-premium ul.products{margin:0}
.hc-product-track{display:flex!important;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px 2px 30px!important}
.hc-product-track::-webkit-scrollbar{display:none}
.hc-premium ul.products li.product{position:relative;display:flex!important;flex:0 0 calc((100% - 54px)/4);flex-direction:column;margin:0!important;padding:12px 12px 18px!important;overflow:hidden;border:1px solid #e5e7e5;border-radius:16px;background:#fff;text-align:left!important;scroll-snap-align:start;transition:border-color .25s,transform .25s,box-shadow .25s}
.hc-premium ul.products li.product:hover{border-color:transparent;transform:translateY(-5px);box-shadow:var(--hc-shadow)}
.hc-premium ul.products li.product img{width:100%;aspect-ratio:1/1;object-fit:contain;margin:0 0 18px!important;border-radius:11px;background:#f7f8f7}
.hc-premium ul.products li.product .woocommerce-loop-product__title{min-height:48px;margin:0 5px 8px!important;padding:0!important;color:var(--hc-ink);font-family:Manrope,Arial,sans-serif;font-size:.92rem!important;font-weight:750;line-height:1.45;letter-spacing:0}
.hc-premium ul.products li.product .price{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0 5px 16px!important;color:var(--hc-ink)!important;font-size:1.05rem!important;font-weight:800}
.hc-premium ul.products li.product .price del{color:var(--hc-muted);font-size:.8rem;font-weight:500;opacity:.75}
.hc-premium ul.products li.product .price ins{color:var(--hc-ember);text-decoration:none}
.hc-premium ul.products li.product .button{width:calc(100% - 10px);margin:auto 5px 0!important;min-height:43px;padding:0 14px;background:var(--hc-ink);color:#fff;font-size:.74rem}
.hc-premium ul.products li.product .button:hover{background:var(--hc-ember)}
.hc-premium .added_to_cart.wc-forward{display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important}
.hc-premium ul.products li.product .add_to_cart_button.loading,.hc-premium ul.products li.product .add_to_cart_button.added{border-color:var(--hc-ember)!important;background:var(--hc-ember)!important;color:#fff!important;opacity:1!important;transition:none!important}
.hc-premium .onsale{position:absolute;z-index:2;top:22px;left:22px;margin:0!important;padding:6px 10px;border:0;border-radius:999px;background:var(--hc-ember);color:#fff;font-family:Manrope,sans-serif;font-size:.65rem;font-weight:800;line-height:1;letter-spacing:.06em;text-transform:uppercase}
.hc-premium .star-rating{color:var(--hc-ember)}

/* Daily */
.hc-daily{padding:90px 0;background:var(--hc-ink);color:#fff;overflow:hidden}
.hc-daily .hc-eyebrow{color:#ffb38d}
.hc-daily__grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:90px}
.hc-daily__intro h2{margin:0 0 24px;color:#fff;font-size:clamp(3.4rem,6vw,6.5rem);line-height:.9}
.hc-daily__intro>p:not(.hc-eyebrow){max-width:480px;margin-bottom:30px;color:rgba(255,255,255,.7)}
.hc-daily__product .hc-product-track{overflow:visible;padding:0!important}
.hc-daily__product ul.products li.product{display:grid!important;grid-template-columns:1.05fr .95fr;flex:1;align-items:center;padding:22px!important;background:#fff}
.hc-daily__product ul.products li.product img{grid-row:1/6;grid-column:1;margin:0!important}
.hc-daily__product ul.products li.product .woocommerce-loop-product__link{display:contents}
.hc-daily__product ul.products li.product .woocommerce-loop-product__title,.hc-daily__product ul.products li.product .price,.hc-daily__product ul.products li.product .button{grid-column:2;width:auto;margin-right:25px!important;margin-left:28px!important}
.hc-daily__product ul.products li.product .woocommerce-loop-product__title{align-self:end;min-height:0;font-family:Fraunces,serif;font-size:1.55rem!important;line-height:1.15}
.hc-daily__product ul.products li.product .price{align-self:center;font-size:1.35rem!important}
.hc-daily__product ul.products li.product .button{align-self:start}

/* Story and help */
.hc-story{padding:120px 0;background:#efe4d5}
.hc-story__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:9vw}
.hc-story__visual{position:relative;display:flex;align-items:flex-end;min-height:610px;padding:42px;border-radius:200px 200px 20px 20px;background:linear-gradient(0deg,rgba(15,23,20,.78),rgba(15,23,20,.03)),url('../images/hero-buches.webp') 68% center/cover;color:#fff;box-shadow:var(--hc-shadow)}
.hc-story__visual span{font-family:Fraunces,serif;font-size:2rem;font-weight:700;line-height:1.1}
.hc-story__content h2{max-width:650px;margin:0 0 26px;font-size:clamp(2.5rem,4.4vw,4.6rem)}
.hc-story__content>p:not(.hc-eyebrow){font-size:1.05rem}
.hc-story__content ul{display:grid;gap:12px;margin:30px 0;padding:0;list-style:none}
.hc-story__content li{position:relative;padding-left:28px;color:var(--hc-ink);font-weight:700}
.hc-story__content li::before{content:'✓';position:absolute;left:0;color:var(--hc-ember)}
.hc-help{padding:80px 0;background:#fff}
.hc-help__inner{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:58px 64px;border-radius:var(--hc-radius);background:var(--hc-cream)}
.hc-help h2{margin:0 0 12px;font-size:clamp(2.2rem,4vw,3.8rem)}
.hc-help p{margin-bottom:0}
.hc-help__actions{display:flex;flex-wrap:wrap;gap:10px}
.hc-section,.hc-daily,.hc-story,.hc-help{content-visibility:auto;contain-intrinsic-size:auto 800px}

/* Footer */
.hc-footer{padding-top:78px;background:var(--hc-ink);color:rgba(255,255,255,.7)}
.hc-footer__grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:65px;padding-bottom:64px}
.hc-footer__brand img{width:235px;margin-bottom:25px;filter:brightness(0) invert(1)}
.hc-footer__brand>p{max-width:420px;font-size:.9rem}
.hc-footer h2{margin:0 0 22px;color:#fff;font-family:Manrope,sans-serif;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}
.hc-footer ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.hc-footer li{margin:0;font-size:.82rem}
.hc-footer a{color:rgba(255,255,255,.72);text-decoration:none}
.hc-footer a:hover{color:#fff}
.hc-contact-list{margin-top:22px!important}
.hc-footer__payments{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 0;border-top:1px solid rgba(255,255,255,.12)}
.hc-footer__payment-copy{display:grid;gap:2px;min-width:230px}
.hc-footer__payments strong{color:#fff;font-size:.85rem}
.hc-footer__payments span{font-size:.73rem}
.hc-footer__payments span a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.hc-payment-logos{display:flex!important;flex-wrap:wrap;justify-content:flex-end;gap:7px!important}
.hc-payment-logos li{display:flex;margin:0!important;border:1px solid rgba(255,255,255,.18);border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.hc-payment-logos svg{display:block;width:64px;height:30px}
.hc-footer__bottom{padding:18px 0;background:#101814;color:rgba(255,255,255,.5);font-size:.69rem}
.hc-footer__bottom .hc-shell{display:flex;justify-content:space-between;gap:20px}

/* Internal pages and WooCommerce */
.hc-premium:not(.home) .site-content{width:var(--hc-shell);margin-inline:auto;padding:52px 0 100px}
.hc-premium .woocommerce-breadcrumb{margin:0 0 30px;padding:0;background:none!important;border:0;color:var(--hc-muted);font-family:Manrope,sans-serif;font-size:.74rem;text-transform:none}
.hc-premium .woocommerce-breadcrumb a{color:var(--hc-ink);font-weight:700}
.hc-premium .site-main{margin:0}
.hc-premium .content-area{float:none;width:100%;margin:0}
.hc-premium .widget-area{display:none}
.hc-premium .page-title,.hc-premium .entry-title{margin:0 0 38px;font-size:clamp(2.7rem,5vw,5rem)}
.hc-premium .storefront-sorting{display:flex;align-items:center;justify-content:space-between;margin:0 0 34px;padding:16px 20px;border:1px solid var(--hc-border);border-radius:12px;background:#fff;box-shadow:none}
.hc-premium .woocommerce-ordering select{padding:10px 40px 10px 13px;border:1px solid var(--hc-border);border-radius:9px;background:#fff;font-family:Manrope,sans-serif}
.hc-premium.post-type-archive-product ul.products,.hc-premium.woocommerce-shop ul.products,.hc-premium.tax-product_cat ul.products,.hc-premium.tax-product_tag ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.hc-premium.post-type-archive-product ul.products::before,.hc-premium.post-type-archive-product ul.products::after,.hc-premium.woocommerce-shop ul.products::before,.hc-premium.woocommerce-shop ul.products::after,.hc-premium.tax-product_cat ul.products::before,.hc-premium.tax-product_cat ul.products::after,.hc-premium.tax-product_tag ul.products::before,.hc-premium.tax-product_tag ul.products::after{display:none!important;content:none!important}
.hc-premium.post-type-archive-product ul.products li.product,.hc-premium.woocommerce-shop ul.products li.product,.hc-premium.tax-product_cat ul.products li.product,.hc-premium.tax-product_tag ul.products li.product{width:100%!important;min-width:0;max-width:none;float:none;clear:none}

/* Compact catalogue */
.hc-premium.woocommerce-shop .site-content,.hc-premium.tax-product_cat .site-content,.hc-premium.tax-product_tag .site-content{width:min(1600px,calc(100% - 32px));padding-top:12px;padding-bottom:55px}
.hc-premium.woocommerce-shop .woocommerce-products-header,.hc-premium.tax-product_cat .woocommerce-products-header,.hc-premium.tax-product_tag .woocommerce-products-header{display:grid;grid-template-columns:125px minmax(0,1fr);align-items:center;gap:12px;min-height:38px;margin:0 0 7px;padding:0 0 6px!important;border-bottom:1px solid #e5e7e5}
.hc-premium.woocommerce-shop .page-title,.hc-premium.tax-product_cat .page-title,.hc-premium.tax-product_tag .page-title{margin:0;font-family:Manrope,Arial,sans-serif;font-size:1.05rem;letter-spacing:-.015em;line-height:1.1}
.hc-premium .woocommerce-products-header>.storefront-sorting{min-height:36px;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.hc-premium .woocommerce-products-header>.storefront-sorting .woocommerce-ordering{margin:0}
.hc-premium .woocommerce-products-header>.storefront-sorting .woocommerce-ordering select{height:32px;min-width:190px;padding:4px 34px 4px 9px;border-radius:7px;font-size:.67rem}
.hc-premium .woocommerce-products-header>.storefront-sorting .woocommerce-result-count{margin:0;color:var(--hc-muted);font-size:.64rem}
.hc-premium .woocommerce-products-header>.storefront-sorting .woocommerce-pagination{float:none!important;width:auto!important;margin:0}
.hc-premium .woocommerce-products-header>.storefront-sorting .woocommerce-pagination ul.page-numbers{display:flex!important;gap:2px;width:auto;height:auto;margin:0;border:0}
.hc-premium .woocommerce-products-header>.storefront-sorting .woocommerce-pagination ul.page-numbers>li{float:none;margin:0;border:0}
.hc-premium .woocommerce-products-header>.storefront-sorting .woocommerce-pagination a.page-numbers,.hc-premium .woocommerce-products-header>.storefront-sorting .woocommerce-pagination span.page-numbers{display:grid;place-items:center;min-width:28px;height:28px;margin:0;padding:0;border:0;border-radius:6px;font-size:.64rem;text-decoration:none}
.hc-shop-filterbar{display:grid;grid-template-columns:minmax(180px,1.25fr) 90px 90px minmax(175px,1fr) 105px;align-items:end;gap:8px;margin:0}
.hc-shop-filterbar label>span{display:block;margin:0 0 3px;color:var(--hc-muted);font-size:.58rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase}
.hc-premium .hc-shop-filterbar select,.hc-premium .hc-shop-filterbar input[type=number]{width:100%;height:38px;margin:0;padding:6px 10px;border:1px solid var(--hc-border);border-radius:9px;background:#fafbfa;font-size:.7rem}
.hc-premium .hc-shop-filterbar button{min-height:38px;height:38px;padding:0 13px;border-radius:9px;background:var(--hc-ink);color:#fff;font-size:.68rem}
.hc-premium .hc-shop-filterbar button span{margin-right:5px;color:#ff9a68}
.hc-shop-results>ul.products+ .storefront-sorting{justify-content:center;margin:20px 0 0;padding:0;border:0;background:transparent}
.hc-shop-results>ul.products{margin-top:0}
.hc-shop-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:12px;align-items:start}
.hc-shop-filters{position:sticky;top:150px;overflow:hidden;border:1px solid var(--hc-border);border-radius:11px;background:#fff}
.hc-shop-filters__head{display:flex;align-items:center;gap:7px;min-height:42px;padding:9px 12px;background:var(--hc-ink);color:#fff;font-size:.77rem}
.hc-shop-filters__head span{color:#ff9a68;font-size:.92rem}
.hc-filter-group,.hc-price-filter{padding:11px 12px;border-bottom:1px solid #eceeec}
.hc-price-filter{border-bottom:0}
.hc-filter-group h2,.hc-price-filter h2{margin:0 0 6px;font-family:Manrope,Arial,sans-serif;font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hc-filter-group ul{display:grid;gap:1px;margin:0;padding:0;list-style:none}
.hc-filter-group li{margin:0}
.hc-filter-group a{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:5px 7px;border-radius:7px;color:var(--hc-ink-soft);font-size:.68rem;font-weight:650;line-height:1.2;text-decoration:none}
.hc-filter-group a:hover,.hc-filter-group a.is-active{background:var(--hc-cream);color:var(--hc-ember-dark)}
.hc-filter-group small{flex:none;color:var(--hc-muted);font-size:.65rem}
.hc-price-filter>div{display:grid;grid-template-columns:1fr 1fr;gap:5px}
.hc-price-filter label span{display:block;margin-bottom:2px;color:var(--hc-muted);font-size:.57rem;font-weight:700}
.hc-premium .hc-price-filter input[type=number]{width:100%;height:32px;padding:5px 6px;border:1px solid var(--hc-border);border-radius:7px;background:#fafbfa;font-size:.64rem}
.hc-premium .hc-price-filter button{width:100%;min-height:32px;margin-top:6px;padding:0 10px;background:var(--hc-ember-dark);color:#fff;font-size:.64rem}
.hc-shop-results{min-width:0}
.hc-shop-results>.storefront-sorting{min-height:52px;margin-bottom:18px;padding:7px 11px;border-radius:11px;background:#fafbfa}
.hc-shop-results .woocommerce-ordering{margin:0}
.hc-shop-results .woocommerce-ordering select{height:38px;min-width:185px;padding-top:7px;padding-bottom:7px;font-size:.75rem}
.hc-shop-results .woocommerce-result-count{margin:0;color:var(--hc-muted);font-size:.72rem}
.hc-shop-results .woocommerce-pagination{float:none!important;width:auto!important;margin:0}
.hc-shop-results .woocommerce-pagination ul.page-numbers{display:flex!important;flex-wrap:nowrap;gap:3px;width:auto;height:auto;margin:0;border:0}
.hc-shop-results .woocommerce-pagination ul.page-numbers>li{float:none!important;margin:0;border:0}
.hc-shop-results .woocommerce-pagination a.page-numbers,.hc-shop-results .woocommerce-pagination span.page-numbers{display:grid;place-items:center;min-width:34px;height:34px;margin:0;padding:0;border:0;border-radius:8px;background:#fff;font-size:.72rem;text-decoration:none}
.hc-shop-results .woocommerce-pagination .current{background:var(--hc-ink);color:#fff}
.hc-shop-results>ul.products+ .storefront-sorting{justify-content:center;margin:24px 0 0;padding:0;border:0;background:transparent}
.hc-shop-results>ul.products+ .storefront-sorting .woocommerce-ordering,.hc-shop-results>ul.products+ .storefront-sorting .woocommerce-result-count{display:none}
.hc-premium.woocommerce-shop ul.products li.product,.hc-premium.tax-product_cat ul.products li.product,.hc-premium.tax-product_tag ul.products li.product{min-height:315px;padding:6px 6px 8px!important;border-radius:10px}
.hc-premium.woocommerce-shop ul.products li.product img,.hc-premium.tax-product_cat ul.products li.product img,.hc-premium.tax-product_tag ul.products li.product img{width:100%;aspect-ratio:1/.57;margin-bottom:6px!important;border-radius:7px;background:transparent;object-fit:contain;object-position:center}
.hc-product-category{display:block;margin:0 4px 3px;color:var(--hc-ember-dark);font-size:.58rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.hc-premium.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,.hc-premium.tax-product_cat ul.products li.product .woocommerce-loop-product__title,.hc-premium.tax-product_tag ul.products li.product .woocommerce-loop-product__title{display:-webkit-box;min-height:31px;margin:0 4px 3px!important;overflow:hidden;font-size:.72rem!important;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.hc-premium.woocommerce-shop ul.products li.product .price,.hc-premium.tax-product_cat ul.products li.product .price,.hc-premium.tax-product_tag ul.products li.product .price{margin:0 4px 2px!important;font-size:.88rem!important}
.hc-loop-stock{display:block;margin:0 4px 5px;color:var(--hc-muted);font-size:.59rem;font-weight:750}
.hc-loop-stock.is-in-stock{color:var(--hc-success)}
.hc-premium.woocommerce-shop ul.products li.product .button,.hc-premium.tax-product_cat ul.products li.product .button,.hc-premium.tax-product_tag ul.products li.product .button{width:calc(100% - 8px);min-height:32px;margin-right:4px!important;margin-left:4px!important;font-size:.6rem}
.hc-premium.single-product .site-content{width:min(1400px,calc(100% - 48px));padding-top:26px;padding-bottom:70px}
.hc-premium.single-product .woocommerce-breadcrumb{display:block;margin-bottom:18px}
.hc-premium.single-product div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);grid-template-areas:'gallery summary' 'tabs tabs' 'upsells upsells' 'related related';gap:38px;padding-top:0}
.hc-premium.single-product div.product::before,.hc-premium.single-product div.product::after{display:none!important;content:none!important}
.hc-premium.single-product div.product .woocommerce-product-gallery{grid-area:gallery}
.hc-premium.single-product div.product .summary{grid-area:summary}
.hc-premium.single-product div.product .woocommerce-product-gallery,.hc-premium.single-product div.product .summary{float:none!important;width:auto!important;margin:0!important}
.hc-premium.single-product div.product .woocommerce-product-gallery{display:grid;grid-template-columns:62px minmax(0,1fr);grid-template-rows:auto;column-gap:10px;align-items:start;justify-self:center;width:min(100%,570px)!important}
.hc-premium.single-product div.product .woocommerce-product-gallery img{max-height:430px;border-radius:12px;background:#f7f8f7;object-fit:contain}
.hc-premium.single-product div.product .woocommerce-product-gallery>.woocommerce-product-gallery__wrapper,.hc-premium.single-product div.product .woocommerce-product-gallery>.flex-viewport{grid-column:2;grid-row:1;width:100%;margin:0!important}
.hc-premium.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{display:flex!important;grid-column:1;grid-row:1;flex-direction:column;gap:8px;max-height:430px;margin:0!important;padding:0;overflow-y:auto;scrollbar-width:thin}
.hc-premium.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{float:none!important;width:100%!important;margin:0!important}
.hc-premium.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img{width:100%;height:58px;max-height:58px;border:1px solid transparent;border-radius:7px;background:#f7f8f7;object-fit:contain}
.hc-premium.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active{border-color:var(--hc-ember)}
.hc-premium.single-product div.product .woocommerce-product-gallery__trigger{right:10px}
.hc-premium.single-product div.product .summary{padding-top:4px}
.hc-premium.single-product div.product .product_title{margin:0 0 9px;font-size:clamp(1.45rem,1.7vw,1.85rem);line-height:1.05}
.hc-premium.single-product div.product p.price{margin:0 0 8px;color:var(--hc-ember);font-size:1.3rem;font-weight:800}
.hc-premium.single-product .woocommerce-product-details__short-description{margin-bottom:13px;font-size:.84rem;line-height:1.55}
.hc-premium.single-product .woocommerce-product-details__short-description p{margin-bottom:8px}
.hc-premium.single-product .stock{display:none!important}
.hc-product-availability{display:flex;align-items:center;gap:5px;margin:2px 0 4px;color:var(--hc-ember-dark);font-size:.67rem;font-weight:800;line-height:1.2}
.hc-product-availability span{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#fff0e8;color:var(--hc-ember-dark);font-size:.58rem}
.hc-product-availability.is-out-of-stock{color:var(--hc-muted)}
.hc-premium.single-product .cart{display:flex;gap:8px;margin-bottom:0;padding:10px 0;border-top:1px solid var(--hc-border);border-bottom:1px solid var(--hc-border)}
.hc-premium.single-product .quantity .qty{height:40px;border:1px solid var(--hc-border);border-radius:999px;background:#fff;box-shadow:none}
.hc-premium.single-product .single_add_to_cart_button{flex:1;min-height:40px}
.hc-premium .single_add_to_cart_button,.hc-premium ul.products li.product .add_to_cart_button{position:relative;overflow:hidden;transition:background-color .2s,transform .2s,box-shadow .2s,opacity .2s}
.hc-premium .single_add_to_cart_button.is-loading,.hc-premium ul.products li.product .add_to_cart_button.loading{pointer-events:none;opacity:.76}
.hc-premium .single_add_to_cart_button.is-loading::after,.hc-premium ul.products li.product .add_to_cart_button.loading::after{content:'';width:14px;height:14px;margin-left:9px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:hc-spin .7s linear infinite}
.hc-premium .single_add_to_cart_button.is-added,.hc-premium ul.products li.product .add_to_cart_button.added{background:var(--hc-ember);color:#fff}
.hc-cart-toast{position:fixed;z-index:10000;top:165px;right:22px;max-width:min(340px,calc(100% - 30px));padding:12px 17px;border-radius:11px;background:var(--hc-ink);box-shadow:0 15px 45px rgba(24,35,31,.2);color:#fff;font-size:.75rem;font-weight:750;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s,transform .2s,visibility .2s}
.hc-cart-toast::before{content:'✓';margin-right:8px;color:#8dd4aa;font-weight:900}
.hc-cart-toast.is-error{background:#8e2d1b}.hc-cart-toast.is-error::before{content:'!';color:#fff}
.hc-cart-toast.is-visible{opacity:1;visibility:visible;transform:none}
@keyframes hc-spin{to{transform:rotate(360deg)}}
.hc-cart-open{overflow:hidden}
.hc-cart-drawer{position:fixed;z-index:10050;inset:0;visibility:hidden;pointer-events:none}
.hc-cart-drawer.is-open{visibility:visible;pointer-events:auto}
.hc-cart-drawer__backdrop{position:absolute;inset:0;background:rgba(10,18,15,.48);cursor:pointer;opacity:0;transition:opacity .25s ease}
.hc-cart-drawer.is-open .hc-cart-drawer__backdrop{opacity:1}
.hc-cart-drawer__panel{position:absolute;top:0;right:0;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(390px,100%);height:100%;height:100dvh;border-left:1px solid var(--hc-border);background:#f6f7f6;box-shadow:-12px 0 32px rgba(10,18,15,.16);transform:translateX(100%);transition:transform .28s cubic-bezier(.22,.61,.36,1)}
.hc-cart-drawer.is-open .hc-cart-drawer__panel{transform:none}
.hc-cart-drawer__header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;height:66px;min-height:66px;padding:8px 14px;border-bottom:1px solid var(--hc-border);background:#fff;color:var(--hc-ink)}
.hc-cart-drawer__header span{display:block;margin-bottom:1px;color:var(--hc-ember-dark);font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hc-cart-drawer__header h2{margin:0;color:var(--hc-ink);font-family:Manrope,Arial,sans-serif;font-size:1.28rem;line-height:1.05}
.hc-cart-drawer__close{display:grid;place-items:center;width:34px;height:34px;min-height:34px!important;margin:0;padding:0!important;border:0;border-radius:8px;background:var(--hc-cream);color:var(--hc-ink)}
.hc-cart-drawer__close:hover{background:var(--hc-ember);color:#fff}
.hc-cart-drawer__close span{margin:0;color:inherit;font-family:Arial,sans-serif;font-size:21px;font-weight:400;line-height:1}
.hc-cart-drawer__body{position:relative;min-height:0;padding:10px;overflow:hidden}
.hc-cart-drawer__body>.widget_shopping_cart_content{display:flex;flex-direction:column;height:100%;min-height:0}
.hc-cart-drawer.is-loading .hc-cart-drawer__body::after{content:'';position:absolute;z-index:3;inset:0;background:rgba(255,255,255,.72)}
.hc-cart-drawer.is-loading .hc-cart-drawer__body::before{content:'';position:absolute;z-index:4;top:50%;left:50%;width:28px;height:28px;margin:-14px;border:3px solid var(--hc-sand);border-top-color:var(--hc-ember);border-radius:50%;animation:hc-spin .7s linear infinite}
.hc-cart-drawer .woocommerce-mini-cart{flex:0 1 auto;min-height:0;max-height:calc(100dvh - 230px);margin:0;padding:0;overflow-y:auto;list-style:none}
.hc-cart-drawer .woocommerce-mini-cart-item{position:relative;min-height:86px;margin:0 0 7px!important;padding:7px 32px 7px 7px!important;border:1px solid var(--hc-border);border-radius:10px;background:#fff}
.hc-cart-drawer .woocommerce-mini-cart-item>a:not(.remove){display:flex;align-items:center;gap:10px;color:var(--hc-ink);font-size:.7rem;font-weight:750;line-height:1.28;text-decoration:none}
.hc-cart-drawer .woocommerce-mini-cart-item img{flex:0 0 64px;order:-1;width:64px!important;height:64px!important;margin:0!important;border:1px solid #eceeeb;border-radius:8px;background:#f7f8f7;object-fit:contain}
.hc-cart-drawer .woocommerce-mini-cart-item .quantity{display:block;margin:-18px 0 0 74px;color:var(--hc-muted);font-size:.64rem;font-weight:650}
.hc-cart-drawer .woocommerce-mini-cart-item>a.remove{position:absolute;z-index:2;top:9px;right:8px;display:grid;width:24px;height:24px;padding:0;border:0;border-radius:7px;background:var(--hc-cream);color:var(--hc-muted)!important;font-size:16px;line-height:22px;text-align:center;text-decoration:none}
.hc-cart-drawer .woocommerce-mini-cart-item>a.remove:hover{border-color:#f0c1ae;background:#fff2ed;color:var(--hc-ember-dark)!important}
.hc-cart-drawer .woocommerce-mini-cart-item>.wpr-mini-cart-image{float:left;width:64px;height:64px;margin:0 10px 0 0}
.hc-cart-drawer .woocommerce-mini-cart-item>.wpr-mini-cart-image a{display:block;width:64px;height:64px}
.hc-cart-drawer .woocommerce-mini-cart-item>.wpr-mini-cart-image img{display:block;width:64px!important;min-width:64px!important;max-width:64px!important;height:64px!important;margin:0!important;border:1px solid #eceeeb;border-radius:8px;background:#f7f8f7;object-fit:contain}
.hc-cart-drawer .wpr-mini-cart-name-and-quantity{min-height:64px;padding:4px 18px 0 0}
.hc-cart-drawer .wpr-mini-cart-product-name a{color:var(--hc-ink);font-size:.7rem;font-weight:750;line-height:1.28;text-decoration:none}
.hc-cart-drawer .wpr-mini-cart-quantity .quantity{margin:5px 0 0;color:var(--hc-muted);font-size:.67rem;font-weight:650}
.hc-cart-drawer .wpr-mini-cart-remove{position:absolute;z-index:2;top:15px;right:0}
.hc-cart-drawer .wpr-mini-cart-remove>a.remove{position:static!important}
.hc-cart-drawer .woocommerce-mini-cart__total{display:flex;align-items:center;justify-content:space-between;margin:0;padding:10px 12px;border:1px solid var(--hc-border);border-radius:10px;background:#fff;color:var(--hc-ink);font-size:.72rem}
.hc-cart-drawer .woocommerce-mini-cart__total strong{font-size:.68rem;text-transform:none}
.hc-cart-drawer .woocommerce-mini-cart__total .amount{font-size:.88rem;font-weight:850}
.hc-cart-drawer .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;margin:auto -10px -10px!important;padding:12px 10px;border-top:1px solid var(--hc-border);background:#fff}
.hc-cart-drawer .woocommerce-mini-cart__buttons .button{box-sizing:border-box;display:grid;place-items:center;height:40px;min-height:40px;margin:0!important;padding:0 9px!important;border:1px solid var(--hc-border);border-radius:8px;background:#fff;color:var(--hc-ink);font-size:.66rem;font-weight:800;line-height:1;text-align:center;text-decoration:none}
.hc-cart-drawer .woocommerce-mini-cart__buttons .button.checkout{border-color:var(--hc-ember);background:var(--hc-ember);color:#fff}
.hc-cart-drawer .woocommerce-mini-cart__buttons .button::after{display:none!important;content:none!important}
.hc-cart-drawer .woocommerce-mini-cart__buttons .button:hover{background:var(--hc-ember);color:#fff}
.hc-cart-drawer .woocommerce-mini-cart__buttons .button.checkout:hover{background:var(--hc-ember)}
.hc-cart-drawer .woocommerce-mini-cart__empty-message{margin:80px 0 0;padding:90px 25px 0;background:radial-gradient(circle at 50% 35%,var(--hc-cream) 0 50px,transparent 51px);color:var(--hc-muted);font-size:.82rem;font-weight:700;text-align:center}
.hc-delivery-estimate{display:grid;grid-template-columns:32px 1fr;gap:8px;margin:6px 0;padding:8px 10px;border:1px solid #eed8c8;border-radius:10px;background:linear-gradient(135deg,#fffaf5,var(--hc-cream))}
.hc-delivery-estimate__icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--hc-ember-dark);color:#fff}
.hc-delivery-estimate__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.hc-delivery-estimate__head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--hc-ink);font-size:.67rem}
.hc-delivery-estimate__head span{padding:2px 6px;border-radius:999px;background:#fff0e8;color:var(--hc-ember-dark);font-size:.55rem;font-weight:800;text-transform:uppercase}
.hc-delivery-estimate__dates{display:flex;align-items:center;gap:6px;margin:2px 0 1px;color:var(--hc-ember-dark);font-size:.8rem;font-weight:850;text-transform:capitalize}
.hc-delivery-estimate__note{margin:0;color:var(--hc-muted);font-size:.56rem;line-height:1.25}
.hc-delivery-estimate__method{margin:2px 0 0;color:var(--hc-ink);font-size:.54rem;line-height:1.2}
.hc-delivery-estimate a{display:inline-block;margin-top:3px;color:var(--hc-ink);font-size:.55rem;font-weight:750}
.hc-product-confidence{margin-top:12px;padding:11px 12px;border-radius:10px;background:var(--hc-cream);color:var(--hc-ink);font-size:.68rem;font-weight:700;text-align:center}
.hc-premium.single-product .product_meta{margin-top:10px;font-size:.68rem}
.hc-premium .woocommerce-tabs{grid-area:tabs;grid-column:1/-1;margin-top:0;padding-top:22px;border-top:1px solid var(--hc-border)}
.hc-premium .woocommerce-tabs ul.tabs{width:24%}
.hc-premium .woocommerce-tabs .panel{width:70%}
.hc-premium .woocommerce-tabs h2{font-size:2rem}
.hc-premium .related.products,.hc-premium .upsells.products{grid-column:1/-1;margin-top:0;padding-top:6px}
.hc-premium .upsells.products{grid-area:upsells}.hc-premium .related.products{grid-area:related}
.hc-premium .storefront-product-pagination{display:none}
.hc-premium .woocommerce-product-gallery .flex-direction-nav{display:none!important}
.hc-premium .related.products>h2,.hc-premium .upsells.products>h2{margin:0 0 14px;font-size:1.65rem;text-align:left}
.hc-premium .related.products ul.products,.hc-premium .upsells.products ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.hc-premium .related.products ul.products::before,.hc-premium .related.products ul.products::after,.hc-premium .upsells.products ul.products::before,.hc-premium .upsells.products ul.products::after{display:none!important;content:none!important}
.hc-premium .related.products ul.products li.product,.hc-premium .upsells.products ul.products li.product{width:100%!important;min-width:0;max-width:none;min-height:330px;float:none;clear:none;flex-basis:auto;padding:7px 7px 10px!important;border-radius:11px}
.hc-premium .related.products ul.products li.product img,.hc-premium .upsells.products ul.products li.product img{aspect-ratio:1/.68;margin-bottom:8px!important;border-radius:8px;object-fit:contain}
.hc-premium .related.products ul.products li.product .woocommerce-loop-product__title,.hc-premium .upsells.products ul.products li.product .woocommerce-loop-product__title{display:-webkit-box;min-height:36px;margin:0 4px 4px!important;overflow:hidden;font-size:.76rem!important;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.hc-premium .related.products ul.products li.product .price,.hc-premium .upsells.products ul.products li.product .price{margin:0 4px 7px!important;font-size:.9rem!important}
.hc-premium .related.products ul.products li.product .button,.hc-premium .upsells.products ul.products li.product .button{width:calc(100% - 8px);min-height:34px;margin-right:4px!important;margin-left:4px!important;font-size:.62rem}
.hc-premium .woocommerce-message,.hc-premium .woocommerce-info,.hc-premium .woocommerce-error,.hc-premium .woocommerce-noreviews,.hc-premium p.no-comments{border:0;border-radius:12px;background:var(--hc-ink);color:#fff}
.hc-premium table{border-radius:12px;overflow:hidden}
.hc-premium input.input-text,.hc-premium input[type=text],.hc-premium input[type=email],.hc-premium input[type=tel],.hc-premium input[type=password],.hc-premium textarea,.hc-premium select{padding:12px 14px;border:1px solid var(--hc-border);border-radius:9px;background:#fff;box-shadow:none;font-family:Manrope,sans-serif}
.hc-premium input:focus,.hc-premium textarea:focus,.hc-premium select:focus,.hc-premium a:focus-visible,.hc-premium button:focus-visible{outline:3px solid rgba(231,100,36,.35);outline-offset:3px}
.hc-premium .woocommerce-checkout,.hc-premium .woocommerce-cart-form,.hc-premium .cart_totals,.hc-premium .woocommerce-form-login,.hc-premium .woocommerce-form-register{padding:26px;border:1px solid var(--hc-border);border-radius:16px;background:#fff}
.hc-premium #payment{border-radius:14px;background:var(--hc-cream)}
.hc-premium #order_review{padding:24px;border-radius:14px;background:#fafafa}

/* Checkout Blocks — compact 65/35 layout with native floating labels. */
.hc-premium.woocommerce-checkout .site-content{width:min(1200px,calc(100% - 28px));padding-top:12px;padding-bottom:24px}
.hc-premium.woocommerce-checkout article.hentry{margin-bottom:14px}
.hc-premium.woocommerce-checkout article.hentry>.entry-header{margin:0!important;padding:0!important}
.hc-premium.woocommerce-checkout .entry-title{margin:0 0 12px!important;font-family:Manrope,Arial,sans-serif;font-size:1.55rem!important;font-weight:800;letter-spacing:-.025em;line-height:1.15;text-align:left}
.hc-premium.woocommerce-checkout .entry-content{margin:0;font-size:.8rem;line-height:1.4}
.hc-premium.woocommerce-checkout .wp-block-woocommerce-checkout{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.hc-premium.woocommerce-checkout .wc-block-components-sidebar-layout{display:flex!important;align-items:flex-start;gap:0;margin:0 0 12px!important}
.hc-premium.woocommerce-checkout .wc-block-checkout__main{width:65%!important;max-width:none!important;padding:14px!important;border:1px solid var(--hc-border)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 7px 24px rgba(24,35,31,.055)!important}
.hc-premium.woocommerce-checkout .wc-block-checkout__sidebar{position:sticky!important;top:158px!important;align-self:flex-start;width:35%!important;max-width:none!important;margin:0!important;padding:10px!important;border:1px solid var(--hc-border)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 9px 28px rgba(24,35,31,.07)!important}
.hc-premium.woocommerce-checkout .wc-block-components-checkout-step{margin:0 0 8px!important;padding:11px!important;border:1px solid var(--hc-border)!important;border-radius:10px!important;background:#fff!important}
.hc-premium.woocommerce-checkout .wc-block-components-checkout-step__heading{margin:0 0 7px!important}
.hc-premium.woocommerce-checkout .wc-block-components-checkout-step__title{margin:0!important;font-family:Manrope,Arial,sans-serif;font-size:1.05rem!important;font-weight:800;letter-spacing:-.015em;line-height:1.2}
.hc-premium.woocommerce-checkout .wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__title{margin-top:0!important}
.hc-premium.woocommerce-checkout .wc-block-components-checkout-step__description{margin:2px 0 6px;font-size:.72rem}
.hc-premium.woocommerce-checkout .wc-block-components-address-form{display:flex!important;flex-wrap:wrap!important;column-gap:10px!important}
.hc-premium.woocommerce-checkout .wc-block-components-address-form>div{box-sizing:border-box}
.hc-premium.woocommerce-checkout .wc-block-components-address-form__first_name,.hc-premium.woocommerce-checkout .wc-block-components-address-form__last_name,.hc-premium.woocommerce-checkout .wc-block-components-address-form__postcode,.hc-premium.woocommerce-checkout .wc-block-components-address-form__city{flex:0 0 calc(50% - 5px)!important;width:calc(50% - 5px)!important}
.hc-premium.woocommerce-checkout .wc-block-components-address-form__email,.hc-premium.woocommerce-checkout .wc-block-components-address-form__country,.hc-premium.woocommerce-checkout .wc-block-components-address-form__address_1,.hc-premium.woocommerce-checkout .wc-block-components-address-form__address_2,.hc-premium.woocommerce-checkout .wc-block-components-address-form__phone{flex:0 0 100%!important;width:100%!important}
.hc-premium.woocommerce-checkout .wc-block-components-text-input,.hc-premium.woocommerce-checkout .wc-block-components-combobox,.hc-premium.woocommerce-checkout .wc-block-components-select{margin:10px 0 0!important}
.hc-premium.woocommerce-checkout .wc-block-components-address-form>:first-child{margin-top:0!important}
.hc-premium.woocommerce-checkout .wc-block-components-text-input input[type=email],.hc-premium.woocommerce-checkout .wc-block-components-text-input input[type=text],.hc-premium.woocommerce-checkout .wc-block-components-text-input input[type=tel],.hc-premium.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,.hc-premium.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container select,.hc-premium.woocommerce-checkout .wc-block-components-select__select{min-height:46px!important;height:46px!important;padding:14px 13px!important;border:1px solid #d6ccc0!important;border-radius:8px!important;background:#fbfcfb!important;color:var(--hc-ink)!important;box-shadow:none!important;font-size:16px!important}
.hc-premium.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container select{padding-top:14px!important}
.hc-premium.woocommerce-checkout .wc-block-components-text-input label,.hc-premium.woocommerce-checkout .wc-block-components-combobox label,.hc-premium.woocommerce-checkout .wc-blocks-components-select label{font-size:.78rem!important}
.hc-premium.woocommerce-checkout .wc-block-components-address-form__country{height:46px!important;margin-bottom:0!important}
.hc-premium.woocommerce-checkout .wc-block-components-address-form__address_2-toggle{margin:6px 0 0;font-size:.72rem}
.hc-premium.woocommerce-checkout .wc-block-components-radio-control__option{min-height:46px;padding:9px 12px 9px 42px!important}
.hc-premium.woocommerce-checkout .wc-block-components-checkout-place-order-button{min-height:46px!important;padding:8px 18px!important;font-size:.82rem!important}
.hc-premium.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block{overflow:hidden;border:1px solid var(--hc-border);border-radius:10px;background:#fff}
.hc-premium.woocommerce-checkout .wc-block-components-order-summary{border-radius:0}
.hc-premium.woocommerce-checkout .wc-block-components-checkout-order-summary__title{margin:0!important;padding:7px 8px!important;font-size:.9rem!important}
.hc-premium.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text{margin:0!important;font-family:Manrope,Arial,sans-serif;font-size:.95rem!important;font-weight:800;line-height:1.2}
.hc-premium.woocommerce-checkout .wc-block-components-order-summary{padding-inline:0!important}
.hc-premium.woocommerce-checkout .wc-block-components-order-summary-item{padding:4px 8px!important}
.hc-premium.woocommerce-checkout .wc-block-components-order-summary-item__image{width:42px!important;margin-top:0!important}
.hc-premium.woocommerce-checkout .wc-block-components-order-summary-item__description{padding:2px 8px 0!important;font-size:.68rem;line-height:1.2}
.hc-premium.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name{display:-webkit-box!important;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.72rem!important;line-height:1.2!important}
.hc-premium.woocommerce-checkout .wc-block-components-order-summary-item__total-price{padding-top:2px!important;font-size:.68rem!important}
.hc-premium.woocommerce-checkout .wc-block-components-totals-wrapper{padding:5px 8px!important}
.hc-premium.woocommerce-checkout .wc-block-components-totals-item{min-height:22px;padding-inline:0!important;font-size:.68rem;line-height:1.2}
.hc-premium.woocommerce-checkout .wc-block-components-totals-footer-item{font-size:.84rem}
.hc-premium.woocommerce-checkout .wc-block-components-panel{padding-inline:0!important}
.hc-premium.woocommerce-checkout .wc-block-components-panel__button{padding:5px 0!important;font-size:.68rem!important}
.hc-premium.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block{padding-bottom:0!important}
.hc-premium.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-discount-block:empty,.hc-premium.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-fee-block:empty,.hc-premium.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-taxes-block:empty{display:none!important;padding:0!important}
.hc-premium.woocommerce-checkout .wc-block-components-checkbox{margin:6px 0!important;font-size:.68rem}
.hc-premium .entry-content{font-size:1rem}
.hc-premium .entry-content h2{margin-top:1.6em;font-size:2rem}
.hc-premium .entry-content h3{font-size:1.35rem}
.hc-premium .comments-area{display:none}

/* Compact information and policy pages linked from the footer. */
.hc-premium:is(.hc-footer-page,.page-id-3,.page-id-284,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295,.page-id-296) .site-content{width:min(1120px,calc(100% - 28px));padding-top:18px;padding-bottom:38px}
.hc-premium:is(.hc-footer-page,.page-id-3,.page-id-284,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295,.page-id-296) article.hentry{margin:0!important}
.hc-premium:is(.hc-footer-page,.page-id-3,.page-id-284,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295,.page-id-296) article.hentry>.entry-header{margin:0!important;padding:0!important}
.hc-premium:is(.hc-footer-page,.page-id-3,.page-id-284,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295,.page-id-296) .entry-title{margin:0 0 14px!important;font-family:Manrope,Arial,sans-serif;font-size:1.8rem!important;font-weight:800;letter-spacing:-.025em;line-height:1.15}
.hc-premium:is(.hc-footer-page,.page-id-3,.page-id-284,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295,.page-id-296) .entry-content{margin:0;font-size:.8rem;line-height:1.42}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor{margin-bottom:0!important}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor p{margin:0 0 .58em!important}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor h2{margin:1.05em 0 .35em!important;font-size:1.3rem!important;line-height:1.2}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor h3{margin:.9em 0 .3em!important;font-size:1.05rem!important;line-height:1.25}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor h4{margin:.75em 0 .25em!important;font-size:.92rem!important;line-height:1.3}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor ul,.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor ol{margin:.3em 0 .65em!important;padding-left:1.35em!important}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor li{margin:.14em 0!important}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor table{margin:.55em 0!important;font-size:.76rem!important}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor th,.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor td{padding:6px 8px!important}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-widget-text-editor hr{margin:10px 0!important}
.hc-premium:is(.hc-policy-page,.page-id-3,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295) .elementor-element.e-con{--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px}

/* Contact keeps its two-column design without Elementor's oversized spacing. */
.hc-premium.page-id-284 .elementor-element.elementor-element-5bc45ec20{margin-top:8px!important;margin-bottom:18px!important}
.hc-premium.page-id-284 .elementor-element.elementor-element-1290a103,.hc-premium.page-id-284 .elementor-element.elementor-element-7bb54653{--spacer-size:70px!important}
.hc-premium.page-id-284 .elementor-element.elementor-element-217c29b2 .elementor-heading-title{font-size:2.25rem!important;line-height:1.1}
.hc-premium.page-id-284 .elementor-element.elementor-element-1a9a100{margin-top:24px!important;margin-bottom:28px!important}
.hc-premium.page-id-284 .elementor-element.elementor-element-628ecf19 .elementor-heading-title{font-size:1.35rem!important}
.hc-premium.page-id-284 .wpr-field-group:not(.wpr-stp-btns-wrap){margin-bottom:10px!important}
.hc-premium.page-id-284 .wpr-field-group textarea{min-height:100px!important;height:100px!important}

@media (max-width:1100px){
  :root{--hc-shell:min(100% - 32px,960px)}
  .hc-header__main{grid-template-columns:190px 1fr auto;gap:18px}.hc-brand img{width:175px}
  .hc-category-grid{grid-template-columns:1fr 1fr}.hc-category-card{min-height:350px}
  .hc-premium ul.products li.product{flex-basis:calc((100% - 36px)/3)}
  .hc-trust__grid{grid-template-columns:1fr 1fr}.hc-trust__grid>div{border-bottom:1px solid var(--hc-sand)}
  .hc-footer__grid{grid-template-columns:1.5fr 1fr 1fr}.hc-footer__grid nav:last-child{grid-column:2/4}
}

@media (max-width:980px){
  .hc-premium.woocommerce-checkout .wc-block-components-sidebar-layout{display:flex!important;flex-direction:column;gap:12px}
  .hc-premium.woocommerce-checkout .wc-block-checkout__main,.hc-premium.woocommerce-checkout .wc-block-checkout__sidebar{width:100%!important}
  .hc-premium.woocommerce-checkout .wc-block-checkout__main{padding:15px!important}
  .hc-premium.woocommerce-checkout .wc-block-checkout__sidebar{position:static!important;margin:0!important;padding:15px!important}
}

@media (max-width:768px){
	.hc-footer__payments{align-items:flex-start;flex-direction:column;gap:14px}
	.hc-payment-logos{justify-content:flex-start}
	.hc-payment-logos svg{width:58px;height:28px}
  :root{--hc-shell:calc(100% - 28px)}
  .hc-utility__inner{justify-content:center}.hc-utility p{display:none}.hc-utility nav{width:100%;justify-content:space-between;gap:12px}
  .hc-header__main{grid-template-columns:1fr auto;min-height:76px}.hc-brand img{width:180px}.hc-search{grid-column:1/-1;grid-row:2;padding-bottom:14px}.hc-actions{gap:12px}.hc-icon-link span{display:none}.hc-premium .hc-menu-toggle{display:block}
  .hc-nav{position:absolute;top:100%;right:0;left:0;max-height:0;overflow:auto;border:0;box-shadow:var(--hc-shadow);transition:max-height .3s}.hc-nav.is-open{max-height:75vh;border-top:1px solid var(--hc-border)}.hc-nav__list{display:block;padding:12px 0}.hc-nav__list>li>a{padding:12px 8px}.hc-nav .sub-menu{position:static;display:block;margin-left:14px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}
  .hc-hero{height:650px}.hc-hero__slide{background-image:linear-gradient(90deg,rgba(10,17,14,.9),rgba(10,17,14,.45)),var(--hero-image);background-position:62% center}.hc-hero h1,.hc-hero h2{font-size:clamp(2.7rem,12vw,4.2rem)}.hc-hero__actions{align-items:stretch;flex-direction:column;max-width:330px}.hc-hero__controls{bottom:24px}
  .hc-trust__grid{grid-template-columns:1fr 1fr}.hc-trust__grid>div{min-height:96px;padding:14px}.hc-trust__grid>div:nth-child(odd){border-left:1px solid var(--hc-sand)}.hc-trust__icon{display:none}
  .hc-section{padding:75px 0}.hc-section__head{align-items:flex-start}.hc-section__head>.hc-text-link{display:none}.hc-section__head h2{font-size:2.7rem}
  .hc-category-card{min-height:300px;padding:22px}.hc-category-card span{font-size:1.75rem}
  .hc-premium ul.products li.product{flex-basis:calc((100% - 18px)/2)}
  .hc-daily{padding:75px 0}.hc-daily__grid{grid-template-columns:1fr;gap:45px}.hc-daily__intro h2 br{display:none}.hc-daily__product ul.products li.product{grid-template-columns:1fr}.hc-daily__product ul.products li.product img{grid-row:auto;grid-column:1}.hc-daily__product ul.products li.product .woocommerce-loop-product__title,.hc-daily__product ul.products li.product .price,.hc-daily__product ul.products li.product .button{grid-column:1;margin-right:5px!important;margin-left:5px!important}
  .hc-story{padding:75px 0}.hc-story__grid{grid-template-columns:1fr;gap:45px}.hc-story__visual{min-height:480px}.hc-help__inner{display:block;padding:38px 28px}.hc-help__actions{margin-top:26px}
  .hc-footer__grid{grid-template-columns:1fr 1fr;gap:42px}.hc-footer__brand{grid-column:1/-1}.hc-footer__grid nav:last-child{grid-column:auto}.hc-footer__payments,.hc-footer__bottom .hc-shell{align-items:flex-start;flex-direction:column}
  .hc-premium:not(.home) .site-content{padding-top:35px}.hc-premium.post-type-archive-product ul.products,.hc-premium.woocommerce-shop ul.products,.hc-premium.tax-product_cat ul.products,.hc-premium.tax-product_tag ul.products,.hc-premium .related.products ul.products,.hc-premium .upsells.products ul.products{grid-template-columns:1fr 1fr}.hc-premium.single-product div.product{grid-template-columns:1fr;grid-template-areas:'gallery' 'summary' 'tabs' 'upsells' 'related';gap:32px}.hc-premium .woocommerce-tabs{margin-top:20px}.hc-premium .woocommerce-tabs ul.tabs,.hc-premium .woocommerce-tabs .panel{float:none;width:100%}.hc-premium .storefront-sorting{align-items:flex-start;flex-direction:column;gap:12px}.hc-shop-layout{grid-template-columns:1fr}.hc-shop-filters{position:static}.hc-filter-group ul{grid-template-columns:1fr 1fr}.hc-shop-results>.storefront-sorting{align-items:center;flex-direction:row;flex-wrap:wrap}.hc-premium.woocommerce-shop .woocommerce-products-header,.hc-premium.tax-product_cat .woocommerce-products-header,.hc-premium.tax-product_tag .woocommerce-products-header{grid-template-columns:1fr;align-items:stretch}.hc-shop-filterbar{grid-template-columns:1fr 1fr 1fr}.hc-filter-category,.hc-filter-order{grid-column:span 1}
  .hc-premium.woocommerce-checkout .site-content{width:calc(100% - 24px);padding-top:12px}.hc-premium.woocommerce-checkout .entry-title{font-size:1.35rem!important}.hc-premium.woocommerce-checkout .wc-block-checkout__main,.hc-premium.woocommerce-checkout .wc-block-checkout__sidebar{width:100%!important;padding:11px!important;border-radius:11px!important}.hc-premium.woocommerce-checkout .wc-block-components-checkout-step{padding:11px!important}.hc-premium.woocommerce-checkout .wc-block-components-address-form__first_name,.hc-premium.woocommerce-checkout .wc-block-components-address-form__last_name,.hc-premium.woocommerce-checkout .wc-block-components-address-form__postcode,.hc-premium.woocommerce-checkout .wc-block-components-address-form__city{flex-basis:100%!important;width:100%!important}
  .hc-premium:is(.hc-footer-page,.page-id-3,.page-id-284,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295,.page-id-296) .site-content{width:calc(100% - 24px);padding-top:14px;padding-bottom:28px}.hc-premium:is(.hc-footer-page,.page-id-3,.page-id-284,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295,.page-id-296) .entry-title{margin-bottom:10px!important;font-size:1.4rem!important}.hc-premium:is(.hc-footer-page,.page-id-3,.page-id-284,.page-id-289,.page-id-290,.page-id-291,.page-id-292,.page-id-293,.page-id-295,.page-id-296) .entry-content{font-size:.78rem}.hc-premium.page-id-284 .elementor-element.elementor-element-5bc45ec20{margin-top:4px!important;margin-bottom:12px!important;padding:0!important}.hc-premium.page-id-284 .elementor-element.elementor-element-1290a103,.hc-premium.page-id-284 .elementor-element.elementor-element-7bb54653{--spacer-size:45px!important}.hc-premium.page-id-284 .elementor-element.elementor-element-217c29b2 .elementor-heading-title{font-size:1.55rem!important}.hc-premium.page-id-284 .elementor-element.elementor-element-1a9a100{margin-top:16px!important;margin-bottom:20px!important;padding:0!important}
}

@media (max-width:480px){
  .hc-brand img{width:150px}.hc-actions{gap:8px}.hc-search input.search-field{height:46px}
  .hc-hero{height:600px}.hc-hero__text{font-size:.93rem}.hc-hero__actions .hc-button{min-height:46px}
  .hc-trust__grid{grid-template-columns:1fr}.hc-trust__grid>div{min-height:78px;border-left:1px solid var(--hc-sand)}
  .hc-category-grid{grid-template-columns:1fr}.hc-category-card{min-height:330px}
  .hc-premium ul.products li.product{flex-basis:82%}.hc-track-controls{display:none}
  .hc-premium.post-type-archive-product ul.products,.hc-premium.woocommerce-shop ul.products,.hc-premium.tax-product_cat ul.products,.hc-premium.tax-product_tag ul.products,.hc-premium .related.products ul.products,.hc-premium .upsells.products ul.products{gap:10px}.hc-premium.post-type-archive-product ul.products li.product,.hc-premium.woocommerce-shop ul.products li.product,.hc-premium.tax-product_cat ul.products li.product,.hc-premium.tax-product_tag ul.products li.product,.hc-premium .related.products ul.products li.product,.hc-premium .upsells.products ul.products li.product{padding:8px 8px 14px!important}.hc-premium ul.products li.product .woocommerce-loop-product__title{font-size:.78rem!important}.hc-premium ul.products li.product .price{font-size:.9rem!important}.hc-premium ul.products li.product .button{font-size:.65rem;padding:0 8px}.hc-premium.woocommerce-shop .site-content,.hc-premium.tax-product_cat .site-content,.hc-premium.tax-product_tag .site-content{width:calc(100% - 24px)}.hc-filter-group ul{grid-template-columns:1fr}.hc-shop-results>.storefront-sorting{display:grid;grid-template-columns:1fr;gap:7px}.hc-shop-results .woocommerce-ordering,.hc-shop-results .woocommerce-ordering select{width:100%}.hc-shop-results .woocommerce-pagination{overflow:auto;max-width:100%}.hc-premium.woocommerce-shop ul.products li.product,.hc-premium.tax-product_cat ul.products li.product,.hc-premium.tax-product_tag ul.products li.product{min-height:330px}.hc-shop-filterbar{grid-template-columns:1fr 1fr}.hc-filter-category,.hc-filter-order{grid-column:1/-1}.hc-shop-filterbar button{grid-column:1/-1}
  .hc-premium.single-product div.product .woocommerce-product-gallery{display:block;width:100%!important}.hc-premium.single-product div.product .woocommerce-product-gallery .flex-viewport{margin-bottom:8px!important}.hc-premium.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{display:flex!important;flex-direction:row;gap:6px;max-height:none;overflow-x:auto}.hc-premium.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{flex:0 0 64px;width:64px!important}
  .hc-footer__grid{grid-template-columns:1fr}.hc-footer__grid nav:last-child{grid-column:auto}
  .hc-cart-drawer__header{min-height:78px;padding:14px 17px}.hc-cart-drawer__body{padding-right:17px;padding-left:17px}.hc-cart-drawer .woocommerce-mini-cart__buttons{grid-template-columns:1fr}
}

@media (max-width:782px){.admin-bar .hc-header{top:46px}}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* Homepage only — denser desktop rhythm for a clearer 100% browser view. */
.hc-premium.home .hc-hero{height:clamp(350px,42vh,410px)}
.hc-premium.home .hc-hero__content{padding-bottom:12px}
.hc-premium.home .hc-hero h1,.hc-premium.home .hc-hero h2{max-width:630px;margin-bottom:9px;font-size:clamp(2.35rem,3.55vw,3.65rem);line-height:.94}
.hc-premium.home .hc-hero__text{max-width:530px;margin-bottom:12px;font-size:.9rem;line-height:1.45}
.hc-premium.home .hc-hero__actions{gap:8px}
.hc-premium.home .hc-hero__actions .hc-button{min-height:40px;padding-inline:18px;font-size:.75rem}
.hc-premium.home .hc-hero__controls{bottom:10px;gap:9px}
.hc-premium.home .hc-hero__controls>button{width:32px;min-height:32px;font-size:.9rem}
.hc-premium.home .hc-hero__dots button[aria-current=true]{width:38px}
.hc-premium.home .hc-trust__grid>div{min-height:60px;gap:9px;padding:7px 16px}
.hc-premium.home .hc-trust__icon{flex-basis:30px;width:30px;height:30px;font-size:.86rem}
.hc-premium.home .hc-trust strong{font-size:.76rem}
.hc-premium.home .hc-trust p span{font-size:.64rem}
.hc-premium.home .hc-trust p span{margin-top:2px}
.hc-premium.home .hc-section{padding:34px 0}
.hc-premium.home .hc-section__head{margin-bottom:14px}
.hc-premium.home .hc-section__head h2{font-size:clamp(1.7rem,2.45vw,2.45rem)}
.hc-premium.home .hc-section__head .hc-eyebrow{margin-bottom:4px}
.hc-premium.home .hc-category-grid{gap:10px}
.hc-premium.home .hc-category-card{min-height:220px;padding:16px}
.hc-premium.home .hc-category-card span{font-size:clamp(1.2rem,1.5vw,1.55rem)}
.hc-premium.home .hc-category-card small{margin-top:5px;font-size:.68rem}
.hc-premium.home .hc-category-card b{margin-top:9px;font-size:.67rem}
.hc-premium.home .hc-product-track{padding-bottom:8px!important}
.hc-premium.home ul.products li.product{padding:7px 7px 9px!important}
.hc-premium.home .hc-section--products ul.products li.product img{aspect-ratio:1/.78;margin-bottom:7px!important;background:#fff}
.hc-premium.home ul.products li.product .woocommerce-loop-product__title{min-height:34px;margin-bottom:4px!important;font-size:.8rem!important;line-height:1.3}
.hc-premium.home ul.products li.product .price{margin-bottom:6px!important;font-size:.92rem!important}
.hc-premium.home ul.products li.product .button{min-height:34px;font-size:.66rem}
.hc-premium.home .hc-daily{padding:38px 0}
.hc-premium.home .hc-daily__grid{gap:34px}
.hc-premium.home .hc-daily__intro h2{margin-bottom:10px;font-size:clamp(2.25rem,3.6vw,3.55rem)}
.hc-premium.home .hc-daily__intro>p:not(.hc-eyebrow){margin-bottom:12px;font-size:.88rem}
.hc-premium.home .hc-daily__product ul.products li.product{padding:10px!important}
.hc-premium.home .hc-daily__product ul.products li.product .woocommerce-loop-product__title{font-size:1.2rem!important}
.hc-premium.home .hc-story{padding:42px 0}
.hc-premium.home .hc-story__grid{gap:4vw}
.hc-premium.home .hc-story__visual{min-height:340px;padding:22px}
.hc-premium.home .hc-story__visual span{font-size:1.45rem}
.hc-premium.home .hc-story__content h2{margin-bottom:10px;font-size:clamp(1.85rem,2.8vw,2.8rem)}
.hc-premium.home .hc-story__content>p:not(.hc-eyebrow){font-size:.87rem}
.hc-premium.home .hc-story__content ul{gap:5px;margin:12px 0;font-size:.86rem}
.hc-premium.home .hc-help{padding:28px 0}
.hc-premium.home .hc-help__inner{gap:22px;padding:22px 28px}
.hc-premium.home .hc-help h2{margin-bottom:7px;font-size:clamp(1.7rem,2.5vw,2.45rem)}
.hc-premium.home .hc-help p{font-size:.86rem}
.hc-premium.home .hc-footer{padding-top:34px}
.hc-premium.home .hc-footer__grid{gap:30px;padding-bottom:28px}
.hc-premium.home .hc-footer__brand img{width:185px;margin-bottom:10px}
.hc-premium.home .hc-contact-list{margin-top:12px!important}
.hc-premium.home .hc-footer h2{margin-bottom:9px}
.hc-premium.home .hc-footer ul{gap:4px}
.hc-premium.home .hc-footer__payments{padding:11px 0}
.hc-premium.home .hc-footer__bottom{padding:9px 0}

@media (max-width:1100px){
  .hc-premium.home .hc-category-card{min-height:210px}
}

@media (max-width:768px){
  .hc-premium.home .hc-hero{height:440px}
  .hc-premium.home .hc-hero h1,.hc-premium.home .hc-hero h2{font-size:clamp(2.15rem,9vw,3.2rem)}
  .hc-premium.home .hc-section,.hc-premium.home .hc-daily,.hc-premium.home .hc-story{padding:32px 0}
  .hc-premium.home .hc-section__head h2{font-size:1.95rem}
  .hc-premium.home .hc-category-card{min-height:210px;padding:15px}
  .hc-premium.home .hc-daily__grid,.hc-premium.home .hc-story__grid{gap:24px}
  .hc-premium.home .hc-story__visual{min-height:310px}
  .hc-premium.home .hc-help{padding:26px 0}
  .hc-premium.home .hc-help__inner{padding:22px 20px}
  .hc-premium.home .hc-footer{padding-top:30px}
  .hc-premium.home .hc-footer__grid{gap:24px;padding-bottom:24px}
}

@media (max-width:480px){
  .hc-premium.home .hc-hero{height:420px}
  .hc-premium.home .hc-hero__content{padding-bottom:10px}
  .hc-premium.home .hc-hero h1,.hc-premium.home .hc-hero h2{font-size:clamp(2rem,10vw,2.8rem)}
  .hc-premium.home .hc-category-card{min-height:225px}
  .hc-premium.home .hc-story__visual{min-height:285px}
}
