/* HomeGlo reference redesign — warm editorial ecommerce */
:root{
  --hg-cream:#FAF6F0;
  --hg-charcoal:#2B2622;
  --hg-terracotta:#C4693B;
  --hg-sand:#E4DED3;
  --hg-card:#EDEAE3;
  --hg-taupe:#8A8378;
  --hg-sage:#5C6B4F;
  --hg-white:#FFFFFF;
  --hg-radius:14px;
}
body.hg-ref-body{background:var(--hg-cream)!important;color:var(--hg-charcoal)!important;font-family:"Manrope",sans-serif;}
body.hg-ref-body a{color:inherit}
.hg-shell{width:min(1380px,calc(100% - 56px))!important}

/* Announcement + header */
.hg-ref-announcement{background:var(--hg-charcoal)!important;color:#fff!important;padding:0!important;min-height:30px!important;text-transform:none!important;letter-spacing:0!important;font-size:10px!important}
.hg-ref-announcement-inner{display:flex;justify-content:space-between;align-items:center;gap:28px;min-height:30px}
.hg-ref-announcement-inner>div{display:flex;align-items:center;gap:10px}
.hg-ref-announcement i{opacity:.45;font-style:normal}
.hg-ref-toplinks{gap:18px!important;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.hg-ref-toplinks a{text-decoration:none;opacity:.92}
.hg-ref-header{background:rgba(250,246,240,.97)!important;border-color:rgba(43,38,34,.14)!important;backdrop-filter:blur(15px)}
.hg-ref-header-row{grid-template-columns:minmax(170px,210px) minmax(500px,1fr) minmax(420px,520px)!important;min-height:70px!important;gap:20px!important}
.hg-ref-brand{display:inline-flex!important;align-items:center!important;gap:5px!important;text-decoration:none!important;line-height:1!important}
.hg-ref-brand-word{font-family:"Cormorant Garamond",serif;font-size:36px;line-height:.8;font-weight:600;letter-spacing:-.035em;color:var(--hg-charcoal)}
.hg-ref-brand-mark{position:relative;display:inline-block;width:25px;height:25px;border-radius:50%;background:var(--hg-terracotta);flex:none;transform-origin:center;animation:hgLogoGlow 3.2s cubic-bezier(.4,0,.2,1) infinite;will-change:transform,filter,box-shadow}
.hg-ref-brand-mark:before,.hg-ref-brand-mark:after{content:"";position:absolute;left:50%;top:50%;width:35px;height:4px;border-radius:99px;background:var(--hg-terracotta);transform-origin:center}
.hg-ref-brand-mark:before{transform:translate(-50%,-50%) rotate(45deg)}
.hg-ref-brand-mark:after{transform:translate(-50%,-50%) rotate(-45deg)}
.hg-ref-brand:hover .hg-ref-brand-mark{animation-duration:1.15s}
@keyframes hgLogoGlow{0%,100%{transform:translateY(0) scale(1);box-shadow:0 0 0 0 rgba(196,105,59,0);filter:drop-shadow(0 0 0 rgba(196,105,59,0))}45%{transform:translateY(-1px) scale(1.08);box-shadow:0 0 0 6px rgba(196,105,59,.10);filter:drop-shadow(0 0 8px rgba(196,105,59,.22))}55%{transform:translateY(-1px) scale(1.08);box-shadow:0 0 0 9px rgba(196,105,59,.04);filter:drop-shadow(0 0 12px rgba(196,105,59,.18))}}
@media (prefers-reduced-motion:reduce){.hg-ref-brand-mark{animation:none!important}.hg-ref-brand:hover .hg-ref-brand-mark{transform:none!important}}
.hg-ref-nav .hg-nav-list{gap:clamp(24px,2vw,38px)!important}
.hg-ref-nav .hg-nav-list>li>a{padding:30px 0!important;font-size:13px!important;font-weight:700!important;letter-spacing:.02em!important;text-transform:none!important}
.hg-ref-nav .hg-nav-list>li>a:after{background:var(--hg-terracotta)!important;bottom:20px!important;height:2px!important}
.hg-ref-nav .is-sale-link>a{color:var(--hg-terracotta)!important}
.hg-ref-actions{align-items:center;gap:2px!important}
.hg-ref-search{position:relative;width:min(250px,22vw);height:38px;border:1px solid #d8d0c5;border-radius:9px;background:#fff;display:flex;align-items:center;margin-right:6px;transition:width .3s ease,border-color .2s ease,box-shadow .2s ease}
.hg-ref-search:focus-within{width:min(300px,25vw);border-color:var(--hg-terracotta);box-shadow:0 0 0 3px rgba(196,105,59,.08)}
.hg-ref-search input[type=search]{width:100%;height:100%;border:0!important;background:transparent!important;padding:0 42px 0 13px!important;outline:0!important;font-size:10px;color:var(--hg-charcoal)}
.hg-ref-search>button{position:absolute;right:2px;top:2px;width:34px;height:34px;border:0;background:transparent;color:var(--hg-charcoal);display:grid;place-items:center;cursor:pointer}
.hg-ref-search>button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6}
.hg-ref-actions .hg-icon-button{width:38px;height:38px!important}
.hg-ref-actions .hg-icon-button svg{width:19px;height:19px}
.hg-ref-actions .hg-cart-count,.hg-ref-actions .hg-wishlist-count{background:var(--hg-terracotta)!important;color:#fff!important}
.hg-search-suggestions{position:absolute!important;top:44px!important;right:0!important;width:min(520px,80vw)!important;max-height:520px;overflow:auto;background:#fff!important;border:1px solid var(--hg-sand)!important;border-radius:12px!important;box-shadow:0 22px 60px rgba(43,38,34,.16)!important;padding:12px!important;z-index:100}
.hg-search-group-label{padding:8px 10px 6px;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hg-taupe)}
.hg-search-result{display:grid!important;grid-template-columns:48px 1fr auto!important;gap:11px!important;align-items:center;padding:9px!important;border-radius:8px!important;text-decoration:none!important;background:#fff!important;border:0!important}
.hg-search-result:hover{background:var(--hg-cream)!important}
.hg-search-result img{width:48px!important;height:48px!important;border-radius:7px!important;object-fit:cover!important}
.hg-search-result strong{display:block!important;font-size:11px!important;color:var(--hg-charcoal)!important}
.hg-search-result small{display:block!important;margin-top:2px!important;font-size:9px!important;color:var(--hg-taupe)!important}
.hg-search-result-price{font-size:11px!important;font-weight:700!important;color:var(--hg-charcoal)!important}
.hg-search-category{display:flex!important;justify-content:space-between!important;padding:10px!important;text-decoration:none!important;font-size:11px!important;border-radius:7px!important}
.hg-search-category:hover{background:var(--hg-cream)!important}

/* Homepage */
.hg-ref-home{overflow:hidden}
.hg-ref-hero{padding:18px 0 0;background:var(--hg-cream)}
.hg-ref-hero-frame{position:relative;height:620px;overflow:hidden;margin-top:0;border-radius:0 0 18px 18px;box-shadow:0 18px 50px rgba(43,38,34,.08)}
.hg-ref-hero-media,.hg-ref-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hg-ref-hero-media img{object-position:center 52%;transform:scale(1.005);animation:hgHeroDrift 16s ease-in-out infinite alternate;will-change:transform}
.hg-ref-hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,246,240,.97) 0%,rgba(250,246,240,.92) 25%,rgba(250,246,240,.62) 43%,rgba(250,246,240,.14) 64%,rgba(43,38,34,.08) 100%)}
.hg-ref-hero-copy{position:absolute;z-index:2;left:5%;top:50%;transform:translateY(-50%);width:min(500px,42%);padding:28px 30px 30px;border-left:3px solid var(--hg-terracotta);background:linear-gradient(90deg,rgba(250,246,240,.72),rgba(250,246,240,.18));backdrop-filter:blur(2px)}
.hg-ref-eyebrow{margin:0 0 16px;font-size:9px;letter-spacing:.24em;text-transform:uppercase;color:#6f675f;font-weight:700}
.hg-ref-hero h1{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(58px,5.25vw,82px);line-height:.86;letter-spacing:-.045em;font-weight:600;color:var(--hg-charcoal)}
.hg-ref-hero-lead{max-width:380px;margin:22px 0 0;font-family:"Cormorant Garamond",serif;font-size:19px;line-height:1.28;color:#3d3732}
.hg-ref-btn{display:inline-flex;align-items:center;gap:15px;min-height:46px;padding:0 22px;margin-top:25px;background:var(--hg-terracotta);color:#fff!important;text-decoration:none;border-radius:5px;font-size:10px;font-weight:700;letter-spacing:.01em;box-shadow:0 8px 20px rgba(196,105,59,.16);transition:transform .25s ease,background .2s ease,box-shadow .25s ease}
.hg-ref-btn:hover{transform:translateY(-2px);background:#ad5730;box-shadow:0 12px 26px rgba(196,105,59,.24)}
.hg-ref-btn span{font-size:16px;line-height:1}
.hg-ref-script{position:absolute;z-index:2;right:4.5%;bottom:34px;color:#fff;font-family:"Cormorant Garamond",serif;font-style:italic;font-size:27px;line-height:.95;text-align:right;text-shadow:0 2px 14px rgba(43,38,34,.42);transform:rotate(-5deg)}
@keyframes hgHeroDrift{from{transform:scale(1.005) translate3d(0,0,0)}to{transform:scale(1.035) translate3d(-.45%,.15%,0)}}
@media (prefers-reduced-motion:reduce){.hg-ref-hero-media img{animation:none!important;transform:none!important}}
.hg-ref-benefits{background:#fff;border-bottom:1px solid var(--hg-sand)}
.hg-ref-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.hg-ref-benefit-grid>div{display:flex;align-items:center;gap:14px;padding:17px 20px;border-right:1px solid var(--hg-sand)}
.hg-ref-benefit-grid>div:first-child{padding-left:0}.hg-ref-benefit-grid>div:last-child{border-right:0}
.hg-ref-benefit-grid svg{width:27px;height:27px;fill:none;stroke:var(--hg-charcoal);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;flex:none}
.hg-ref-benefit-grid strong{display:block;font-size:10px}.hg-ref-benefit-grid small{display:block;margin-top:2px;color:var(--hg-taupe);font-size:8px}
.hg-ref-section{padding:52px 0}
.hg-ref-category-section{background:#fff}
.hg-ref-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:22px}
.hg-ref-section-head h2{margin:0;font-family:"Cormorant Garamond",serif;font-size:38px;line-height:1;font-weight:600;letter-spacing:-.025em}
.hg-ref-section-head>a,.hg-ref-tabs>a{color:var(--hg-terracotta)!important;text-decoration:none;font-size:9px;font-weight:700}
.hg-ref-category-track{display:flex;gap:34px;overflow-x:auto;scrollbar-width:none;padding:10px 8px 20px;scroll-snap-type:x proximity}.hg-ref-category-track::-webkit-scrollbar{display:none}
.hg-ref-category{flex:0 0 202px;min-width:202px;text-align:center;text-decoration:none;scroll-snap-align:start}
.hg-ref-category>span{display:block;width:184px;height:184px;margin:0 auto 15px;border-radius:50%;overflow:hidden;background:var(--hg-card);border:1px solid #e2dbd1;transition:transform .25s ease,box-shadow .25s ease}
.hg-ref-category:hover>span{transform:translateY(-4px) scale(1.02);box-shadow:0 16px 34px rgba(43,38,34,.12)}
.hg-ref-category img{width:100%;height:100%;object-fit:cover}
.hg-ref-category strong{font-size:13px;font-weight:700}
.hg-ref-favourites{background:var(--hg-cream)}
.hg-ref-products-head{align-items:center}
.hg-ref-tabs{display:flex;align-items:center;gap:23px;font-size:9px;color:var(--hg-taupe)}
.hg-ref-tabs span{padding-bottom:5px;border-bottom:1px solid transparent}.hg-ref-tabs .is-active{color:var(--hg-charcoal);border-color:var(--hg-terracotta)}
.hg-ref-tabs a{margin-left:14px}
.hg-ref-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.hg-ref-product-card{position:relative;min-width:0;border:1px solid #ded7cd;border-radius:5px;background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.hg-ref-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(43,38,34,.09)}
.hg-ref-product-media{position:relative;aspect-ratio:1.1/1;overflow:hidden;background:var(--hg-card)}
.hg-ref-product-media>a{display:block;width:100%;height:100%}.hg-ref-product-media img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important;transition:transform .4s ease}
.hg-ref-product-card:hover .hg-ref-product-media img{transform:scale(1.025)}
.hg-ref-heart{position:absolute;right:10px;top:10px;width:30px;height:30px;border:1px solid #ddd5cb;background:rgba(255,255,255,.92);border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--hg-charcoal)}
.hg-ref-heart svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5}
.hg-ref-heart.is-saved{background:var(--hg-terracotta);border-color:var(--hg-terracotta);color:#fff}.hg-ref-heart.is-saved svg{fill:currentColor}
.hg-ref-product-copy{padding:12px 12px 10px}
.hg-ref-product-cat{display:block;margin-bottom:4px;color:var(--hg-taupe);font-size:7px;letter-spacing:.1em;text-transform:uppercase}
.hg-ref-product-copy h3{margin:0 0 6px;font-size:11px;line-height:1.35;font-weight:650}.hg-ref-product-copy h3 a{text-decoration:none}
.hg-ref-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:26px}.hg-ref-price{font-size:10px;font-weight:700}.hg-ref-price del{opacity:.48;margin-right:4px}.hg-ref-price ins{text-decoration:none}
.hg-ref-rating .star-rating{float:none!important;margin:0!important;font-size:9px!important;color:var(--hg-terracotta)!important}
.hg-ref-add{display:flex;align-items:center;justify-content:center;width:100%;height:34px;margin-top:8px;background:var(--hg-terracotta);color:#fff!important;text-decoration:none;border-radius:2px;font-size:9px;font-weight:700;transition:background .2s ease}.hg-ref-add:hover{background:#ad5730}
.hg3-card-actions{display:none!important}
.hg-ref-look{padding:0 0 56px;background:var(--hg-cream)}
.hg-ref-look-card{position:relative;height:235px;overflow:hidden;border-radius:2px}
.hg-ref-look-media,.hg-ref-look-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hg-ref-look-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(230,218,204,.95),rgba(230,218,204,.72) 37%,rgba(43,38,34,.12) 65%)}
.hg-ref-look-copy{position:absolute;left:34px;top:50%;transform:translateY(-50%);z-index:2;width:min(390px,45%)}.hg-ref-look-copy h2{margin:0;font-family:"Cormorant Garamond",serif;font-size:39px;line-height:1;font-weight:600}.hg-ref-look-copy p{margin:9px 0 0;font-size:10px;line-height:1.5}.hg-ref-look-copy .hg-ref-btn{margin-top:14px;min-height:36px;font-size:9px;padding:0 15px}
.hg-ref-look-note{position:absolute;right:28px;bottom:24px;z-index:2;color:#fff;font-family:"Cormorant Garamond",serif;font-style:italic;font-size:22px;line-height:.92;text-align:right;transform:rotate(-5deg);text-shadow:0 2px 12px rgba(43,38,34,.4)}

/* WooCommerce listing */
.hg-shop-main{background:var(--hg-cream)!important;padding:44px 0 80px!important}
.woocommerce .woocommerce-breadcrumb{color:var(--hg-taupe)!important;font-size:9px!important}
.woocommerce-products-header__title.page-title{font-family:"Cormorant Garamond",serif!important;font-size:48px!important;font-weight:600!important;letter-spacing:-.03em!important}
.woocommerce .woocommerce-ordering select{border:1px solid #d8d0c5!important;background:#fff!important;border-radius:7px!important;box-shadow:none!important;height:42px!important;min-width:185px!important;font-size:10px!important}
.woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.woocommerce ul.products li.product{padding:0!important;border:1px solid #ded7cd!important;border-radius:5px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}
.woocommerce ul.products li.product:hover{transform:translateY(-3px)!important;box-shadow:0 14px 34px rgba(43,38,34,.09)!important}
.woocommerce ul.products li.product a img{border-radius:0!important;margin:0 0 11px!important;aspect-ratio:1.08/1!important;background:var(--hg-card)!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:38px!important;margin:0 12px 5px!important;text-align:left!important;font-size:11px!important;line-height:1.35!important}
.woocommerce ul.products li.product .price{margin:0 12px 11px!important;text-align:left!important;font-size:10px!important;min-height:20px!important}
.woocommerce ul.products li.product .button{width:calc(100% - 24px)!important;height:34px!important;min-height:34px!important;margin:0 12px 12px!important;border:0!important;border-radius:2px!important;background:var(--hg-terracotta)!important;color:#fff!important;font-size:9px!important;text-transform:none!important;letter-spacing:0!important}
.woocommerce ul.products li.product .button:before{display:none!important}.woocommerce ul.products li.product .button:hover{background:#ad5730!important;color:#fff!important}
.woocommerce span.onsale{top:10px!important;left:10px!important;border-radius:3px!important;background:var(--hg-sage)!important;padding:6px 9px!important;font-size:8px!important;box-shadow:none!important}
.hg-product-card-actions{right:10px!important;top:10px!important}.hg-product-float-action{width:30px!important;height:30px!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;border:1px solid #ddd5cb!important}.hg-product-float-action.is-saved{background:var(--hg-terracotta)!important;color:#fff!important;border-color:var(--hg-terracotta)!important}

/* Product detail */
.single-product .hg-shop-main{padding-top:32px!important}
.woocommerce div.product{grid-template-columns:1.04fr .96fr!important;gap:clamp(34px,5vw,72px)!important;align-items:start}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{background:var(--hg-card)}
.woocommerce div.product div.images .woocommerce-product-gallery__image img{width:100%!important;object-fit:cover}
.woocommerce div.product .product_title{font-family:"Cormorant Garamond",serif!important;font-size:clamp(46px,4.5vw,68px)!important;line-height:.93!important;font-weight:600!important;letter-spacing:-.035em!important}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:19px!important;font-weight:700!important;margin:10px 0!important}
.woocommerce div.product .woocommerce-product-details__short-description{font-size:11px!important;line-height:1.65!important;color:var(--hg-taupe)!important;margin:20px 0!important}
.woocommerce div.product form.cart{display:flex!important;gap:10px!important;align-items:stretch!important;margin-top:18px!important}
.woocommerce div.product form.cart .button,.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt{background:var(--hg-terracotta)!important;color:#fff!important;border-radius:3px!important;min-height:46px!important;font-size:9px!important;text-transform:none!important;letter-spacing:.01em!important;font-weight:700!important}
.woocommerce div.product form.cart .button:hover,.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover{background:#ad5730!important}
.hg-qty-stepper{border:1px solid #d8d0c5!important;border-radius:4px!important;overflow:hidden!important;background:#fff!important}.hg-qty-btn{background:#fff!important;border:0!important}.woocommerce .quantity .qty{height:44px!important;border:0!important;background:#fff!important}
.woocommerce div.product .product_meta{font-size:10px!important;color:var(--hg-taupe)!important;border-top:1px solid var(--hg-sand);padding-top:15px}
.woocommerce div.product .woocommerce-tabs{padding-top:28px!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:9px!important}.woocommerce div.product .woocommerce-tabs .panel{font-size:11px;line-height:1.7;color:#5f5952}

/* Cart + checkout */
.woocommerce-cart .hg-shop-main,.woocommerce-checkout .hg-shop-main{padding-top:42px!important}
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{color:var(--hg-charcoal)}
.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-checkout #customer_details>div,.woocommerce-account #customer_login>div,.woocommerce-MyAccount-content{background:#fff!important;border:1px solid #ded7cd!important;border-radius:7px!important;box-shadow:none!important}
.woocommerce-cart-form{padding:20px!important}.woocommerce table.shop_table{border:0!important;border-radius:0!important;background:#fff!important}.woocommerce table.shop_table th{font-size:8px!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:var(--hg-taupe)!important}.woocommerce table.shop_table td{font-size:11px!important}.woocommerce table.shop_table img{width:72px!important;border-radius:3px!important}
.woocommerce-cart .hg-commerce-content>.woocommerce{display:grid!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:30px!important;align-items:start!important;width:100%!important}
.woocommerce-cart .hg-commerce-content>.woocommerce>.woocommerce-notices-wrapper,.woocommerce-cart .hg-commerce-content>.woocommerce>.woocommerce-message,.woocommerce-cart .hg-commerce-content>.woocommerce>.woocommerce-info,.woocommerce-cart .hg-commerce-content>.woocommerce>.woocommerce-error{grid-column:1/-1!important;margin:0!important}
.woocommerce-cart .hg-commerce-content>.woocommerce>.woocommerce-cart-form{grid-column:1!important;grid-row:2!important;margin:0!important;min-width:0!important;width:100%!important}
.woocommerce-cart .hg-commerce-content>.woocommerce>.cart-collaterals{grid-column:2!important;grid-row:2!important;display:block!important;width:100%!important;max-width:none!important;margin:0!important;min-width:0!important}
.woocommerce-cart .hg-commerce-content>.woocommerce>.wc-empty-cart-message,.woocommerce-cart .hg-commerce-content>.woocommerce>.return-to-shop{grid-column:1/-1!important}
.woocommerce-cart .cart-collaterals .cart_totals{display:block!important;width:100%!important;max-width:none!important;float:none!important;margin:0!important;padding:28px!important;position:sticky;top:118px;border-radius:14px!important;overflow:hidden!important}
.woocommerce-cart .cart-collaterals .cart_totals table{width:100%!important;table-layout:auto!important}.woocommerce-cart .cart-collaterals .cart_totals th{width:42%!important}.woocommerce-cart .cart-collaterals .cart_totals td{text-align:right!important;white-space:normal!important}.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-methods{text-align:left!important;padding-left:0!important}.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{text-align:left!important;line-height:1.55!important}
.cart_totals h2{font-family:"Cormorant Garamond",serif!important;font-size:34px!important;margin:0 0 18px!important}.wc-proceed-to-checkout a.checkout-button{width:100%!important;background:var(--hg-terracotta)!important;border-radius:6px!important;font-size:10px!important;text-transform:none!important;letter-spacing:.01em!important}
.woocommerce-cart .coupon{display:grid!important;grid-template-columns:minmax(180px,1fr) auto!important;gap:10px!important;align-items:center!important}.woocommerce-cart .coupon .input-text{width:100%!important;min-width:0!important;border:1px solid #d8d0c5!important;border-radius:6px!important;background:#fff!important}.woocommerce button.button{border-radius:6px!important;background:var(--hg-charcoal)!important;color:#fff!important;font-size:9px!important;min-height:42px!important}.woocommerce button.button:hover{background:var(--hg-terracotta)!important;color:#fff!important}
.woocommerce-checkout form.checkout{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr)!important;gap:24px!important;align-items:start}.woocommerce-checkout #customer_details{grid-column:1!important;display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.woocommerce-checkout #customer_details>div{width:100%!important;float:none!important;padding:24px!important}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:2!important}.woocommerce-checkout #order_review{background:#fff!important;border:1px solid #ded7cd!important;border-radius:7px!important;padding:24px!important}.woocommerce-checkout #order_review_heading{font-family:"Cormorant Garamond",serif!important;font-size:34px!important;margin:0 0 -8px!important}.woocommerce-checkout #payment{background:var(--hg-card)!important;border-radius:5px!important}.woocommerce-checkout .form-row label{font-size:9px!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid #d8d0c5!important;border-radius:4px!important;background:#fff!important;font-size:11px!important;padding:12px 13px!important}

/* Account */
.woocommerce-account .hg-shop-main{padding-top:45px!important}.woocommerce-account .woocommerce{display:grid!important;grid-template-columns:220px 1fr!important;gap:24px!important}.woocommerce-account .woocommerce-MyAccount-navigation{width:100%!important;float:none!important;background:#fff;border:1px solid #ded7cd;border-radius:7px;padding:12px}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0!important;padding:0!important;list-style:none!important}.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:10px 12px;border-radius:4px;text-decoration:none;font-size:10px;color:var(--hg-charcoal)}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:#f3e2d7;color:var(--hg-terracotta);font-weight:700}.woocommerce-account .woocommerce-MyAccount-content{width:100%!important;float:none!important;padding:26px!important;min-height:340px}.woocommerce-account h2{font-family:"Cormorant Garamond",serif!important;font-size:34px!important}.woocommerce-account #customer_login{grid-column:1/-1!important;display:grid!important;grid-template-columns:minmax(0,520px)!important;justify-content:center!important}.woocommerce-account #customer_login>div{padding:32px!important}.hg-account-switch button{color:var(--hg-terracotta)!important}

/* Newsletter + Footer */
.hg-newsletter{background:var(--hg-charcoal);color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.hg-newsletter-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:72px;align-items:center;padding-top:58px;padding-bottom:58px}
.hg-newsletter-kicker{margin:0 0 12px;font-size:9px;font-weight:700;letter-spacing:.24em;color:var(--hg-terracotta)}
.hg-newsletter-copy h2{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(44px,4.2vw,66px);font-weight:500;line-height:.96;letter-spacing:-.035em;color:#fff}
.hg-newsletter-copy>p:last-child{max-width:620px;margin:18px 0 0;color:rgba(255,255,255,.68);font-size:14px;line-height:1.7}
.hg-newsletter-form{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0;background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.18)}
.hg-newsletter-form input[type=email]{width:100%;min-height:62px;border:0!important;background:#fff!important;color:var(--hg-charcoal)!important;padding:0 20px!important;font-size:13px!important;box-shadow:none!important;outline:none!important}
.hg-newsletter-form input[type=email]::placeholder{color:#8a837a}
.hg-newsletter-form button{min-width:168px;border:0;background:var(--hg-terracotta);color:#fff;padding:0 24px;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,transform .2s ease}
.hg-newsletter-form button:hover{background:#ad5530}.hg-newsletter-form button:active{transform:translateY(1px)}
.hg-newsletter-privacy{margin:11px 0 0;color:rgba(255,255,255,.48);font-size:9px;line-height:1.5}.hg-newsletter-status{margin:9px 0 0;font-size:10px;font-weight:700}.hg-newsletter-status.is-success{color:#b8c7a7}.hg-newsletter-status.is-error{color:#f0a889}.hg-newsletter-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.hg-footer{background:var(--hg-sand)!important;color:var(--hg-charcoal)!important;border-top:1px solid #d7cec2}.hg-footer-top{padding-top:54px!important;padding-bottom:44px!important}.hg-footer-brand p{color:#625b54!important}.hg-footer-col h3{color:var(--hg-taupe)!important}.hg-footer-links a{color:#5e5750!important}.hg-footer-links a:hover{color:var(--hg-terracotta)!important}.hg-footer-contact{color:var(--hg-charcoal)!important}.hg-footer-bottom{border-color:#cfc6bb!important;color:#7c756c!important}.hg-brand-footer .hg-ref-brand-word{font-size:34px}
.hg-wishlist-popover{border:1px solid #ded7cd!important;background:#fff!important;box-shadow:0 20px 60px rgba(43,38,34,.15)!important;border-radius:8px!important}.hg-wishlist-popover h3{font-family:"Cormorant Garamond",serif!important;font-size:28px!important}.hg-wishlist-item{border-color:#e6dfd6!important}.hg-wishlist-item:hover{background:var(--hg-cream)!important}
.hg-toast{background:var(--hg-charcoal)!important;color:#fff!important}

@media(max-width:1180px){
  .hg-ref-header-row{grid-template-columns:48px 1fr 155px!important}.hg-ref-brand{justify-self:center}.hg-ref-brand-word{font-size:32px}.hg-ref-search{display:none}.hg-account-link{display:inline-flex!important}.hg-ref-nav{display:none!important}.hg-menu-button{display:inline-flex!important}
  .hg-ref-product-grid{grid-template-columns:repeat(3,1fr)}.woocommerce ul.products{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:900px){
  .hg-shell{width:min(100% - 34px,1380px)!important}.hg-ref-announcement-inner{justify-content:center}.hg-ref-toplinks{display:none!important}.hg-ref-announcement-inner>div:first-child span:nth-of-type(2),.hg-ref-announcement-inner>div:first-child i{display:none}
  .hg-ref-hero-frame{height:560px}.hg-ref-hero-copy{left:4%;width:55%;padding:24px 26px}.hg-ref-hero h1{font-size:60px}.hg-ref-benefit-grid{grid-template-columns:repeat(2,1fr)}.hg-ref-benefit-grid>div:nth-child(2){border-right:0}.hg-ref-benefit-grid>div:nth-child(-n+2){border-bottom:1px solid var(--hg-sand)}
  .hg-ref-product-grid{grid-template-columns:repeat(2,1fr)}.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}.woocommerce div.product{grid-template-columns:1fr!important}.woocommerce-cart .hg-commerce-content>.woocommerce{grid-template-columns:1fr!important}.woocommerce-cart .hg-commerce-content>.woocommerce>.woocommerce-cart-form,.woocommerce-cart .hg-commerce-content>.woocommerce>.cart-collaterals{grid-column:1!important;grid-row:auto!important}.woocommerce-cart .cart-collaterals .cart_totals{position:static!important;width:100%!important}.woocommerce-checkout form.checkout{grid-template-columns:1fr!important}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1!important}.woocommerce-account .woocommerce{grid-template-columns:1fr!important}.woocommerce-account .woocommerce-MyAccount-navigation{overflow-x:auto}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;min-width:max-content}.hg-newsletter-inner{grid-template-columns:1fr;gap:28px;padding-top:46px;padding-bottom:46px}.hg-newsletter-copy>p:last-child{max-width:720px}.hg-newsletter-form-wrap{max-width:720px;width:100%}
}
@media(max-width:680px){
  .hg-shell{width:min(100% - 24px,1380px)!important}.hg-ref-announcement{font-size:8px!important}.hg-ref-header-row{grid-template-columns:44px 1fr 120px!important;min-height:62px!important}.hg-ref-brand-word{font-size:28px}.hg-ref-brand-mark{width:20px;height:20px}.hg-ref-brand-mark:before,.hg-ref-brand-mark:after{width:28px;height:3px}.hg-ref-actions .hg-icon-button{width:36px!important}.hg-ref-actions .hg-account-link{display:none!important}
  .hg-ref-hero{padding:10px 0 0}.hg-ref-hero-frame{width:100%!important;height:540px;border-radius:0}.hg-ref-hero-media img{object-position:58% center}.hg-ref-hero-wash{background:linear-gradient(180deg,rgba(43,38,34,.02) 0%,rgba(43,38,34,.08) 38%,rgba(250,246,240,.94) 76%,rgba(250,246,240,.99) 100%)}.hg-ref-hero-copy{left:18px;right:18px;top:auto;bottom:24px;transform:none;width:auto;padding:20px 20px 20px;border-left:3px solid var(--hg-terracotta);background:rgba(250,246,240,.88);backdrop-filter:blur(5px)}.hg-ref-hero h1{font-size:50px}.hg-ref-hero-lead{font-size:16px;margin-top:14px}.hg-ref-btn{margin-top:18px}.hg-ref-script{display:none}
  .hg-ref-benefit-grid{grid-template-columns:1fr}.hg-ref-benefit-grid>div{border-right:0!important;border-bottom:1px solid var(--hg-sand)!important;padding:14px 0!important}.hg-ref-benefit-grid>div:last-child{border-bottom:0!important}.hg-ref-section{padding:40px 0}.hg-ref-section-head{align-items:flex-start}.hg-ref-section-head h2{font-size:34px}.hg-ref-tabs{display:none}.hg-ref-category{min-width:104px}.hg-ref-category>span{width:92px;height:92px}.hg-ref-product-grid{grid-template-columns:1fr 1fr;gap:10px}.hg-ref-product-copy{padding:10px 9px 9px}.hg-ref-product-copy h3{font-size:10px}.hg-ref-look-card{height:300px}.hg-ref-look-copy{left:20px;width:68%}.hg-ref-look-copy h2{font-size:35px}.hg-ref-look-note{display:none}.hg-newsletter-copy h2{font-size:42px}.hg-newsletter-form{grid-template-columns:1fr}.hg-newsletter-form button{min-height:54px;width:100%}.hg-newsletter-form input[type=email]{min-height:58px}.hg-newsletter-inner{gap:24px;padding-top:40px;padding-bottom:40px}
  .woocommerce-products-header__title.page-title{font-size:42px!important}.woocommerce ul.products{grid-template-columns:1fr 1fr!important;gap:10px!important}.woocommerce ul.products li.product .button{width:calc(100% - 18px)!important;margin:0 9px 9px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price{margin-left:9px!important;margin-right:9px!important}.woocommerce div.product .product_title{font-size:44px!important}.woocommerce-cart-form{padding:12px!important}.woocommerce table.shop_table img{width:58px!important}.woocommerce-cart .coupon{flex-wrap:wrap!important}.woocommerce-cart .coupon .input-text{width:100%!important}.woocommerce-checkout #customer_details>div,.woocommerce-checkout #order_review{padding:16px!important}
}

/* HomeGlo editorial category archive */
.hg-category-archive{padding:0 0 72px!important;background:var(--hg-cream)!important}
.hg-category-archive>.hg-shell{width:min(1440px,calc(100% - 56px))!important}
.hg-category-hero{display:grid;grid-template-columns:.78fr 1.22fr;min-height:280px;margin:0 0 10px;border-bottom:1px solid var(--hg-sand);background:#f8f2ea;overflow:hidden}
.hg-category-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:32px 38px 34px 8px}
.hg-category-hero .woocommerce-breadcrumb{margin:0 0 18px!important;color:var(--hg-taupe)!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.06em}
.hg-category-hero h1{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(58px,5.8vw,88px);font-weight:600;line-height:.86;letter-spacing:-.045em;color:var(--hg-charcoal)}
.hg-category-description{margin:14px 0 0;font-family:"Cormorant Garamond",serif;font-size:19px;line-height:1.3;color:var(--hg-charcoal)}
.hg-category-description p{margin:0}.hg-category-intro{max-width:560px;margin:10px 0 0;color:var(--hg-taupe);font-size:12px;line-height:1.65}
.hg-category-hero-media{position:relative;min-height:280px;overflow:hidden;background:#ded5c8}
.hg-category-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,246,240,.14),transparent 38%,rgba(43,38,34,.08))}
.hg-category-hero-image{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 52%!important}
.hg-category-hero-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#ded4c7,#f3eadf)}
.hg-category-hero-script{position:absolute;z-index:2;right:20%;top:34%;font-family:"Cormorant Garamond",serif;font-style:italic;font-size:28px;line-height:.9;transform:rotate(-5deg);color:rgba(43,38,34,.72);text-shadow:0 1px 10px rgba(255,255,255,.5)}
.hg-category-hero-stamp{position:absolute;z-index:2;right:28px;top:50%;transform:translateY(-50%);display:grid;gap:2px;padding-left:16px;border-left:2px solid var(--hg-terracotta);font-size:9px;letter-spacing:.26em;color:rgba(43,38,34,.68)}
.hg-category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0 14px;border-bottom:1px solid var(--hg-sand)}
.hg-category-filters,.hg-category-sort{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hg-filter-label,.hg-category-sort>span{font-size:10px;font-weight:700;color:var(--hg-charcoal)}
.hg-filter-menu{position:relative}.hg-filter-menu summary,.hg-filter-pill{list-style:none;display:inline-flex;align-items:center;gap:9px;min-height:36px;padding:0 14px;border:1px solid #d9d0c5;border-radius:18px;background:#fff;color:var(--hg-charcoal);font-size:9px;font-weight:600;text-decoration:none;cursor:pointer}
.hg-filter-menu summary::-webkit-details-marker{display:none}.hg-filter-menu summary:after{content:"⌄";font-size:11px;color:var(--hg-taupe)}
.hg-filter-menu[open] summary,.hg-filter-pill.is-active{border-color:var(--hg-terracotta);color:var(--hg-terracotta);background:#fff8f3}
.hg-filter-pill span{width:12px;height:12px;border:1px solid #bfb5a9;border-radius:3px;background:#fff}.hg-filter-pill.is-active span{background:var(--hg-terracotta);border-color:var(--hg-terracotta);box-shadow:inset 0 0 0 2px #fff}
.hg-filter-menu-panel{position:absolute;z-index:30;top:calc(100% + 7px);left:0;min-width:180px;padding:8px;border:1px solid #dcd4ca;border-radius:8px;background:#fff;box-shadow:0 16px 38px rgba(43,38,34,.13)}
.hg-filter-menu-panel a{display:block;padding:9px 10px;border-radius:5px;color:var(--hg-charcoal);font-size:10px;text-decoration:none}.hg-filter-menu-panel a:hover,.hg-filter-menu-panel a.is-current{background:var(--hg-card);color:var(--hg-terracotta)}
.hg-filter-clear{color:var(--hg-terracotta);font-size:9px;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor}
.hg-category-sort{justify-content:flex-end}.hg-category-sort .woocommerce-ordering{float:none!important;margin:0!important}.hg-category-sort .woocommerce-ordering select{height:36px!important;min-width:150px!important;border-radius:6px!important}.hg-category-sort .woocommerce-result-count{float:none!important;margin:0 0 0 8px!important;color:var(--hg-taupe)!important;font-size:9px!important;white-space:nowrap}
.hg-category-archive .woocommerce-before-shop-loop{display:none!important}
.hg-category-archive ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin:14px 0 0!important}
.hg-category-archive ul.products:before,.hg-category-archive ul.products:after{display:none!important}
.hg-category-archive ul.products li.product{position:relative!important;width:auto!important;float:none!important;margin:0!important;border:1px solid #ddd5ca!important;border-radius:5px!important;background:#fff!important;overflow:hidden!important;transition:transform .25s ease,box-shadow .25s ease!important}
.hg-category-archive ul.products li.product:hover{transform:translateY(-3px)!important;box-shadow:0 14px 34px rgba(43,38,34,.08)!important}
.hg-category-archive ul.products li.product>a.woocommerce-loop-product__link{display:block!important;text-decoration:none!important}
.hg-category-archive ul.products li.product a img{width:100%!important;height:auto!important;aspect-ratio:1.5/1!important;object-fit:cover!important;object-position:center!important;margin:0!important;background:var(--hg-card)!important}
.hg-category-archive ul.products li.product .woocommerce-loop-product__title{min-height:auto!important;margin:13px 14px 3px!important;font-family:"Manrope",sans-serif!important;font-size:12px!important;font-weight:600!important;line-height:1.4!important;color:var(--hg-charcoal)!important}
.hg-category-archive .hg-loop-excerpt{min-height:34px;margin:0 14px 5px;color:var(--hg-taupe);font-size:9px;line-height:1.45}
.hg-category-archive ul.products li.product .price{display:block!important;margin:0 130px 14px 14px!important;min-height:20px!important;color:var(--hg-charcoal)!important;font-size:11px!important;font-weight:700!important;text-align:left!important}
.hg-category-archive ul.products li.product .price del{color:var(--hg-taupe)!important;font-weight:400!important}.hg-category-archive ul.products li.product .price ins{text-decoration:none!important}
.hg-category-archive ul.products li.product .button{position:absolute!important;right:14px!important;bottom:13px!important;width:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:var(--hg-terracotta)!important;font-size:9px!important;font-weight:700!important;text-transform:none!important}.hg-category-archive ul.products li.product .button:after{content:" →"}.hg-category-archive ul.products li.product .button:hover{background:transparent!important;color:#a6502b!important;transform:translateX(2px)}
.hg-category-archive .woocommerce span.onsale{top:12px!important;left:12px!important;background:var(--hg-terracotta)!important;border-radius:18px!important;padding:6px 10px!important;font-size:9px!important}
.hg-category-archive .hg-product-card-actions{right:12px!important;top:12px!important;gap:7px!important}.hg-category-archive .hg-product-float-action{width:34px!important;height:34px!important}
.hg-category-editorial-card{position:relative;min-height:100%;overflow:hidden;border:1px solid #ddd5ca;border-radius:5px;background:linear-gradient(145deg,#f3eadf,#e7dacc);list-style:none}
.hg-editorial-card-image{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(.72) brightness(1.05)}.hg-editorial-card-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,246,240,.95) 0%,rgba(250,246,240,.8) 58%,rgba(250,246,240,.14) 100%)}
.hg-category-editorial-card-2{background:linear-gradient(145deg,#efe7db,#d9c5b3)}.hg-category-editorial-card-2 .hg-editorial-card-overlay{background:linear-gradient(135deg,rgba(250,246,240,.98),rgba(250,246,240,.72))}
.hg-editorial-card-copy{position:relative;z-index:2;display:flex;min-height:100%;flex-direction:column;align-items:flex-start;justify-content:center;padding:34px 30px}.hg-editorial-card-copy>p{margin:0 0 18px;color:var(--hg-taupe);font-size:8px;font-weight:700;letter-spacing:.26em;line-height:1.7}.hg-editorial-card-copy h2{margin:0;font-family:"Cormorant Garamond",serif;font-size:42px;font-weight:600;line-height:.9;letter-spacing:-.03em}.hg-editorial-card-copy>span{max-width:280px;margin-top:18px;color:var(--hg-taupe);font-size:10px;line-height:1.7}.hg-editorial-card-copy a{display:inline-flex;align-items:center;gap:16px;margin-top:24px;padding:12px 16px;border-radius:4px;background:var(--hg-terracotta);color:#fff;font-size:9px;font-weight:700;text-decoration:none}.hg-editorial-card-copy a:hover{background:#a6502b}.hg-editorial-card-copy b{font-size:13px;font-weight:400}
.hg-category-proof{display:grid;grid-template-columns:repeat(4,1fr);margin-top:28px;border-top:1px solid var(--hg-sand);border-bottom:1px solid var(--hg-sand)}.hg-category-proof>div{display:flex;align-items:center;gap:14px;padding:17px 18px;border-right:1px solid var(--hg-sand)}.hg-category-proof>div:last-child{border-right:0}.hg-category-proof svg{width:25px;height:25px;flex:0 0 auto;fill:none;stroke:var(--hg-charcoal);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.hg-category-proof span{display:grid;gap:2px}.hg-category-proof strong{font-family:"Cormorant Garamond",serif;font-size:15px;font-weight:600}.hg-category-proof small{color:var(--hg-taupe);font-size:8px}
.hg-category-archive .woocommerce-pagination{margin:30px 0 0!important}

@media(max-width:1050px){.hg-category-hero{grid-template-columns:1fr 1fr}.hg-category-hero-copy{padding-left:0}.hg-category-hero h1{font-size:60px}.hg-category-hero-script{display:none}.hg-category-toolbar{align-items:flex-start;flex-direction:column}.hg-category-sort{width:100%;justify-content:space-between}.hg-category-archive ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hg-category-editorial-card{min-height:360px}.hg-category-proof{grid-template-columns:repeat(2,1fr)}.hg-category-proof>div:nth-child(2){border-right:0}.hg-category-proof>div:nth-child(-n+2){border-bottom:1px solid var(--hg-sand)}}
@media(max-width:680px){.hg-category-archive>.hg-shell{width:min(100% - 20px,1440px)!important}.hg-category-hero{grid-template-columns:1fr;min-height:0;border-radius:0}.hg-category-hero-copy{padding:22px 4px 20px}.hg-category-hero h1{font-size:46px;line-height:.9}.hg-category-description{font-size:16px}.hg-category-intro{font-size:10.5px;line-height:1.55}.hg-category-hero-media{min-height:170px}.hg-category-hero-stamp{right:12px}.hg-category-toolbar{padding:10px 0;gap:10px}.hg-category-filters{gap:7px}.hg-filter-label{width:100%;font-size:9px}.hg-filter-menu summary,.hg-filter-pill{min-height:32px;padding:0 10px;font-size:8px}.hg-category-sort{align-items:center;gap:6px}.hg-category-sort>span{font-size:9px}.hg-category-sort .woocommerce-ordering select{min-width:132px!important;height:34px!important;font-size:10px!important}.hg-category-sort .woocommerce-result-count{display:none}.hg-category-archive ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:10px!important}.hg-category-archive ul.products li.product{border-radius:8px!important}.hg-category-archive ul.products li.product a img{aspect-ratio:1/1!important}.hg-category-archive ul.products li.product .woocommerce-loop-product__title{margin:9px 9px 3px!important;font-size:10.5px!important;line-height:1.3!important}.hg-category-archive .hg-loop-excerpt{display:none!important}.hg-category-archive ul.products li.product .price{margin:0 9px 8px!important;min-height:0!important;font-size:10px!important}.hg-category-archive ul.products li.product .button{position:static!important;display:block!important;margin:0 9px 10px!important;padding:0!important;font-size:8.5px!important;text-align:left!important}.hg-category-archive .hg-product-card-actions{right:8px!important;top:8px!important;gap:5px!important}.hg-category-archive .hg-product-float-action{width:30px!important;height:30px!important}.hg-category-archive .woocommerce span.onsale{top:8px!important;left:8px!important;padding:5px 8px!important;font-size:8px!important}.hg-category-editorial-card{grid-column:1/-1;min-height:280px}.hg-editorial-card-copy{padding:26px 22px}.hg-editorial-card-copy h2{font-size:36px}.hg-category-proof{grid-template-columns:1fr}.hg-category-proof>div{border-right:0!important;border-bottom:1px solid var(--hg-sand)!important}.hg-category-proof>div:last-child{border-bottom:0!important}}
