/* HeartHubStore Premium UX Layer — v9.1.0 */
:root{
  --hhs-bg:#06101c;--hhs-panel:#0b1828;--hhs-panel-2:#0e2033;--hhs-line:#1c3650;
  --hhs-blue:#1687ff;--hhs-cyan:#35c7ff;--hhs-text:#f7fbff;--hhs-muted:#9bb0c6;
  --hhs-green:#18a979;--hhs-radius:18px;--hhs-shadow:0 18px 55px rgba(0,0,0,.24)
}
html{scroll-behavior:smooth}
body.hhs-body{background:var(--hhs-bg);color:var(--hhs-text)}
a,button,input,select{transition:.18s ease}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(53,199,255,.45)!important;outline-offset:2px}

/* Header */
.hhs-header{box-shadow:0 8px 28px rgba(0,0,0,.18)}
.hhs-search input[type="search"]{min-height:46px}
.hhs-actions>a,.hhs-menu-toggle{box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.hhs-actions>a:hover,.hhs-menu-toggle:hover{border-color:#2e5f8e!important;transform:translateY(-1px)}

/* Home */
.hhs-hero--compact .hhs-hero__grid{min-height:430px}
.hhs-hero--compact .hhs-hero__copy{padding:56px 0}
.hhs-hero--compact h1{letter-spacing:-.02em}
.hhs-hero--compact .hhs-hero__visual{min-height:430px;background:#071421}
.hhs-hero--compact .hhs-hero__visual img{filter:saturate(1.04) contrast(1.03)}
.hhs-products-section--priority,.hhs-categories--shopflow{position:relative}
.hhs-product-grid--priority{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important}
.hhs-card{position:relative;min-width:0!important;border:1px solid var(--hhs-line)!important;background:linear-gradient(180deg,#0d1c2d,#091625)!important;border-radius:16px!important;overflow:hidden;box-shadow:none;transform:translateZ(0)}
.hhs-card:hover{border-color:#2c5d88!important;transform:translateY(-3px);box-shadow:0 14px 34px rgba(0,0,0,.2)}
.hhs-card__image{position:relative;display:block;background:#fff!important;aspect-ratio:1/1;overflow:hidden;padding:0!important}
.hhs-card__image img{width:100%!important;height:100%!important;object-fit:contain!important;background:#fff}
.hhs-card__hover-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;background:#fff;transition:opacity .2s ease}
.hhs-card.has-hover-video:hover .hhs-card__hover-video{opacity:1}
.hhs-card__content{padding:12px!important}
.hhs-card__content h3{font-size:13px!important;line-height:1.55!important;min-height:42px!important;margin:0 0 8px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hhs-card__price{font-size:20px!important;font-weight:900!important;margin:4px 0 12px!important}
.hhs-card__actions{display:grid!important;grid-template-columns:1fr 1.15fr!important;gap:7px!important}
.hhs-card__button,.hhs-card__buy{min-height:38px!important;display:grid!important;place-items:center;font-size:11px!important;padding:8px 5px!important;border-radius:9px!important}
.hhs-card__buy{background:#0b2a42!important;border:1px solid #187aa9!important;color:#fff!important}
.hhs-card__buy:hover{background:#123a58!important}
.hhs-card__badge{z-index:4}

.hhs-categories--shopflow .hhs-category{border:1px solid var(--hhs-line)!important;transition:.22s ease}
.hhs-categories--shopflow .hhs-category:hover{transform:translateY(-3px);border-color:#2c5d88!important;box-shadow:var(--hhs-shadow)}
.hhs-categories--shopflow .hhs-category__media img{transition:transform .35s ease}
.hhs-categories--shopflow .hhs-category:hover .hhs-category__media img{transform:scale(1.025)}

/* Shop archive */
.woocommerce-shop .hhs-surface,.tax-product_cat .hhs-surface{background:transparent!important;border:0!important;padding:0!important}
.woocommerce .woocommerce-result-count{color:var(--hhs-muted);font-size:12px}
.woocommerce .woocommerce-ordering select{background:#fff;color:#0a1727;border:1px solid #c9d7e5;border-radius:10px;min-height:40px;padding:0 12px}
.hhs-shop-chips{display:flex;gap:8px;overflow:auto;padding:0 0 14px;margin:0 0 8px;scrollbar-width:none}
.hhs-shop-chips::-webkit-scrollbar{display:none}
.hhs-shop-chip{flex:0 0 auto;border:1px solid var(--hhs-line);background:#0b1828;color:#dcecff;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:700}
.hhs-shop-chip:hover{border-color:#2d78b6;color:#fff;background:#10243a}
.hhs-shop-chip.is-active{border-color:#1687ff;background:#0f6fe8;color:#fff}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important;content:none!important}
.woocommerce ul.products li.product{position:relative!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;float:none!important;padding:9px!important;background:linear-gradient(180deg,#0d1c2d,#091625)!important;border:1px solid var(--hhs-line)!important;border-radius:15px!important;overflow:hidden!important;box-sizing:border-box!important;transition:.2s ease}
.woocommerce ul.products li.product:hover{transform:translateY(-3px);border-color:#2c5d88!important;box-shadow:0 14px 34px rgba(0,0,0,.2)}
.woocommerce ul.products li.product a img{width:100%!important;height:auto!important;aspect-ratio:1/1!important;object-fit:contain!important;background:#fff!important;border-radius:10px!important;margin:0 0 10px!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important;line-height:1.5!important;min-height:40px!important;margin:7px 2px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.woocommerce ul.products li.product .price{font-size:17px!important;font-weight:900!important;color:#fff!important;margin:7px 2px 10px!important}
.woocommerce ul.products li.product .button{width:100%!important;min-height:38px!important;padding:9px 6px!important;font-size:11px!important;line-height:1.2!important;border-radius:9px!important;background:#0b2a42!important;border:1px solid #187aa9!important;color:#fff!important;text-align:center!important;white-space:normal!important}
.woocommerce ul.products li.product .button:hover{background:#123a58!important}
.hhs-loop-hover-video{position:absolute;top:9px;left:9px;right:9px;width:calc(100% - 18px);aspect-ratio:1/1;object-fit:cover;border-radius:10px;opacity:0;z-index:3;pointer-events:none;background:#fff;transition:opacity .2s ease}
.woocommerce ul.products li.product.has-hhs-video:hover .hhs-loop-hover-video{opacity:1}

/* Single product */
.single-product .hhs-surface{max-width:1240px}
.single-product div.product{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;gap:38px!important;align-items:start}
.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{width:100%!important;float:none!important;margin:0!important}
.single-product .woocommerce-product-gallery{background:#071421;border:1px solid var(--hhs-line);border-radius:18px!important;padding:12px;overflow:hidden}
.single-product .woocommerce-product-gallery__image{border-radius:13px;overflow:hidden;background:#fff}
.single-product .woocommerce-product-gallery__image img{width:100%!important;max-height:720px;object-fit:contain;background:#fff}
.single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;margin:10px 0 0!important;padding:0!important}
.single-product .flex-control-thumbs li{width:100%!important;float:none!important;margin:0!important}
.single-product .flex-control-thumbs img{aspect-ratio:1/1;object-fit:cover;border-radius:9px!important;border:2px solid transparent;opacity:.72!important}
.single-product .flex-control-thumbs img.flex-active,.single-product .flex-control-thumbs img:hover{opacity:1!important;border-color:var(--hhs-blue)!important}
.single-product .summary{background:linear-gradient(180deg,#0d1c2d,#091625);border:1px solid var(--hhs-line);border-radius:18px;padding:24px!important;position:sticky;top:110px}
.single-product .product_title{font-size:clamp(28px,3vw,40px)!important;line-height:1.35!important;margin:0 0 12px!important}
.single-product .summary .price{font-size:30px!important;font-weight:900!important;color:#fff!important;margin:8px 0 16px!important}
.single-product .woocommerce-product-details__short-description{color:#c7d5e4!important;line-height:1.9;font-size:14px}
.single-product table.variations{width:100%!important;margin:18px 0 12px!important;border-collapse:separate!important;border-spacing:0 9px!important}
.single-product table.variations tr,.single-product table.variations th,.single-product table.variations td{display:block!important;width:100%!important;padding:0!important;border:0!important}
.single-product table.variations label{display:block;color:#fff!important;font-size:13px!important;font-weight:800!important;margin-bottom:6px}
.single-product table.variations select{width:100%!important;min-height:48px!important;background:#fff!important;color:#091625!important;border:1px solid #bcd0e3!important;border-radius:10px!important;padding:0 12px!important;font-size:13px!important;font-weight:700!important}
.single-product .quantity .qty{width:70px!important;height:48px!important;background:#fff!important;color:#091625!important;border:1px solid #bcd0e3!important;border-radius:10px!important;text-align:center!important;font-weight:800}
.single-product form.cart{display:flex!important;gap:9px!important;align-items:center!important;flex-wrap:wrap!important}
.single-product .single_add_to_cart_button{min-height:48px!important;padding:11px 22px!important;border-radius:10px!important;background:linear-gradient(135deg,#1687ff,#0b6fe6)!important;color:#fff!important;border:0!important;font-weight:900!important;box-shadow:0 10px 28px rgba(22,135,255,.18)!important}
.single-product .single_add_to_cart_button:not(.disabled):hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(22,135,255,.27)!important}
.single-product .single_add_to_cart_button.disabled{background:#29415d!important;color:#9fb2c7!important;box-shadow:none!important}
.single-product .yith-wcwl-add-to-wishlist,.single-product .tinv-wraper,.single-product .hw-wishlist-button{display:none!important}
.single-product .reset_variations{color:var(--hhs-cyan)!important;font-size:11px!important}
.single-product .product_meta{font-size:11px;color:var(--hhs-muted);line-height:1.8}
.single-product .woocommerce-tabs{grid-column:1/-1;margin-top:10px}
.single-product .woocommerce-tabs ul.tabs{gap:7px!important;border:0!important}
.single-product .woocommerce-tabs .panel{background:#0b1828!important;border:1px solid var(--hhs-line)!important;border-radius:16px!important;padding:22px!important;color:#d8e5f2!important;line-height:1.9}
.single-product .related,.single-product .upsells,.hhs-recently-viewed{grid-column:1/-1;margin-top:24px}
.single-product .related>h2,.single-product .upsells>h2,.hhs-recently-viewed>h2{font-size:24px;margin:0 0 14px}
.hhs-recently-viewed__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.hhs-recent-card{display:block;background:#0b1828;border:1px solid var(--hhs-line);border-radius:14px;padding:10px;color:#fff}
.hhs-recent-card:hover{transform:translateY(-2px);border-color:#2c5d88}
.hhs-recent-card img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:10px}
.hhs-recent-card strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:1.5;min-height:36px;margin:8px 0}
.hhs-recent-card span{font-size:16px;font-weight:900}

/* Checkout */
.woocommerce-checkout .hhs-surface,.woocommerce-cart .hhs-surface{max-width:1180px}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:24px}
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:100%!important;float:none!important}
.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:2}
.woocommerce-checkout #customer_details{grid-row:1/3}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{width:100%!important;float:none!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:46px;border-radius:9px;border:1px solid #c7d5e3;padding:10px 12px}
.woocommerce-checkout #order_review{background:#fff;color:#10213a;border-radius:16px;padding:18px;box-shadow:0 16px 45px rgba(0,0,0,.18)}
.woocommerce-checkout #place_order{width:100%;min-height:52px;border-radius:10px;font-weight:900;background:#1687ff!important}

/* Footer: clean, no salesy payment block */
.hhs-footer{border-top:1px solid var(--hhs-line)}
.hhs-footer__grid{padding-top:42px;padding-bottom:34px}
.hhs-footer__grid h3{font-size:14px;margin-bottom:12px}
.hhs-footer__grid a{color:#9fb2c7;line-height:2}
.hhs-footer__grid a:hover{color:#fff}
.hhs-payments{display:none!important}
.hhs-footer__copy{border-top:1px solid rgba(255,255,255,.06);padding-top:16px;padding-bottom:22px;color:#7890a8;font-size:11px}

/* Tablet */
@media (max-width:1100px){
  .hhs-product-grid--priority,.woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .single-product div.product{grid-template-columns:1fr 1fr!important;gap:24px!important}
  .single-product .summary{position:static}
}

/* Mobile */
@media (max-width:767px){
  .hhs-announcement .hhs-container{white-space:nowrap;overflow:auto;justify-content:flex-start;scrollbar-width:none}
  .hhs-header__row{grid-template-columns:1fr auto!important;gap:10px!important}
  .hhs-brand img{width:46px!important;height:46px!important}.hhs-brand strong{font-size:22px!important}.hhs-brand small{display:none!important}
  .hhs-search{grid-column:1/-1;grid-row:2}
  .hhs-actions>a,.hhs-menu-toggle{width:46px!important;height:46px!important}
  .hhs-hero--compact .hhs-hero__copy{padding:28px 0 22px!important}.hhs-hero--compact h1{font-size:32px!important}.hhs-hero--compact .hhs-hero__visual{height:220px!important;min-height:220px!important}
  .hhs-product-grid--priority{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important;padding:0!important;overflow:visible!important}
  .hhs-product-grid--priority .hhs-card{max-width:none!important;flex:none!important}
  .hhs-card__content{padding:9px!important}.hhs-card__content h3{font-size:11px!important;min-height:34px!important}.hhs-card__price{font-size:16px!important}.hhs-card__actions{grid-template-columns:1fr!important}.hhs-card__button{display:none!important}.hhs-card__buy{font-size:10px!important;min-height:36px!important}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .woocommerce ul.products li.product{padding:8px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:11px!important;min-height:34px!important}.woocommerce ul.products li.product .price{font-size:16px!important}.woocommerce ul.products li.product .button{font-size:10px!important;min-height:36px!important}
  .single-product div.product{display:block!important}.single-product .woocommerce-product-gallery{margin-bottom:14px!important}.single-product .summary{padding:17px!important}.single-product .product_title{font-size:24px!important}.single-product .summary .price{font-size:24px!important}.single-product form.cart{position:static!important;display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important}.single-product .quantity .qty{width:64px!important}.single-product .woocommerce-tabs{margin-top:18px}.single-product .flex-control-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))!important}.single-product .related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hhs-recently-viewed__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce-checkout form.checkout{display:block}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{margin-top:18px}.woocommerce-checkout #order_review{padding:14px}
  .hhs-footer__grid{grid-template-columns:1fr 1fr!important;gap:28px 18px!important}.hhs-footer__brand{grid-column:1/-1}
}

/* v9.1.2 — hard mobile lock, including WooCommerce columns-* and wide phones */
@media (max-width:900px), (hover:none) and (pointer:coarse) and (max-width:1100px){
  body.woocommerce-page ul.products,
  body.woocommerce-page ul.products.columns-2,
  body.woocommerce-page ul.products.columns-3,
  body.woocommerce-page ul.products.columns-4,
  body.woocommerce-page ul.products.columns-5,
  body.woocommerce-page ul.products.columns-6,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products,
  body.home .hhs-product-grid,
  body.home .hhs-product-grid--priority{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body.woocommerce-page ul.products::before,
  body.woocommerce-page ul.products::after{display:none!important;content:none!important}
  body.woocommerce-page ul.products li.product,
  body.post-type-archive-product ul.products li.product,
  body.tax-product_cat ul.products li.product{
    float:none!important;
    clear:none!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
  }
}
@media (max-width:420px){.hhs-brand strong{font-size:20px!important}.hhs-categories--shopflow .hhs-categories__grid{gap:8px!important}.hhs-categories--shopflow .hhs-category__media{height:112px!important}}

/* v9.1 — optional light mode + definitive mobile layout */
.hhs-theme-toggle{width:48px;height:48px;flex:0 0 48px;border-radius:13px;border:1px solid var(--hhs-line,var(--line));background:#0b1a2b;color:#fff;display:grid;place-items:center;cursor:pointer;font-size:21px;line-height:1;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.hhs-theme-toggle:hover{transform:translateY(-1px)}
.hhs-header__row{grid-template-columns:245px minmax(320px,1fr) 176px}

html.hhs-light{--bg:#edf4fb;--bg-deep:#f7fbff;--panel:#fff;--panel-2:#e8f1fa;--line:rgba(31,71,112,.18);--text:#102239;--muted:#60738a;--hhs-bg:#edf4fb;--hhs-panel:#fff;--hhs-panel-2:#e8f1fa;--hhs-line:rgba(31,71,112,.18);--hhs-text:#102239;--hhs-muted:#60738a;color-scheme:light}
html.hhs-light body.hhs-body{background:linear-gradient(180deg,#f8fbff,#edf4fb 45%,#e7f0f8);color:#102239}
html.hhs-light .hhs-announcement{background:#dfeefa;color:#18334f}
html.hhs-light .hhs-header{background:rgba(255,255,255,.94)}
html.hhs-light .hhs-nav{border-color:rgba(31,71,112,.12)}
html.hhs-light .hhs-nav a{color:#18334f}
html.hhs-light .hhs-search form{background:#f3f7fb;border-color:rgba(31,71,112,.2)}
html.hhs-light .hhs-search input{color:#102239}
html.hhs-light .hhs-search button{background:#dbeaf7;color:#102239}
html.hhs-light .hhs-actions>a,html.hhs-light .hhs-menu-toggle,html.hhs-light .hhs-theme-toggle{background:#eef5fb;color:#102239;border-color:rgba(31,71,112,.2)}
html.hhs-light .hhs-hero{background:linear-gradient(105deg,#eef6fd,#fff 48%,#e8f2fb)}
html.hhs-light .hhs-hero__copy p{color:#4f657d}
html.hhs-light .hhs-btn--secondary{background:#fff;color:#102239;border-color:rgba(31,71,112,.2)}
html.hhs-light .hhs-products-section--priority,html.hhs-light .hhs-categories--shopflow,html.hhs-light .hhs-categories{background:#edf4fb}
html.hhs-light .hhs-card,html.hhs-light .hhs-category,html.hhs-light .hhs-surface,html.hhs-light .woocommerce ul.products li.product,html.hhs-light .single-product .summary,html.hhs-light .single-product .woocommerce-product-gallery,html.hhs-light .woocommerce div.product,html.hhs-light .woocommerce div.product .woocommerce-tabs .panel{background:#fff!important;color:#102239!important;border-color:rgba(31,71,112,.16)!important;box-shadow:0 12px 30px rgba(31,71,112,.08)}
html.hhs-light .hhs-card__content h3,html.hhs-light .hhs-card__price,html.hhs-light .woocommerce ul.products li.product .woocommerce-loop-product__title,html.hhs-light .woocommerce ul.products li.product .price,html.hhs-light .single-product .product_title,html.hhs-light .single-product .summary .price{color:#102239!important}
html.hhs-light .hhs-card__button{background:#edf4fb;color:#18334f}
html.hhs-light .hhs-footer{background:#dfeaf5;color:#102239}
html.hhs-light .hhs-footer p,html.hhs-light .hhs-footer a{color:#536b83}

@media (max-width:767px){
  .hhs-actions{gap:6px!important}
  .hhs-brand strong{font-size:18px!important}
  .hhs-actions>a,.hhs-menu-toggle,.hhs-theme-toggle{width:42px!important;height:42px!important;flex-basis:42px;font-size:19px}
  .hhs-hero--compact .hhs-hero__grid{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:'visual' 'copy'!important;gap:0!important}
  .hhs-hero--compact .hhs-hero__visual{grid-area:visual!important;height:220px!important;min-height:220px!important;margin:0 -9px!important}
  .hhs-hero--compact .hhs-hero__copy{grid-area:copy!important;padding:22px 0 26px!important}
  .hhs-product-grid,.hhs-product-grid--priority,body.home .hhs-products-section .hhs-product-grid,body.home .hhs-product-grid.hhs-product-grid--priority,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;overflow:visible!important}
  .hhs-product-grid .hhs-card,.hhs-product-grid--priority .hhs-card{width:100%!important;max-width:none!important;min-width:0!important;flex:none!important}
}
