
/*
Theme Name: LinzaHub 3.1 Premium Description
Theme URI: https://linzahub.com.ua
Author: LinzaHub
Description: Custom WooCommerce storefront matching the approved LinzaHub light mockup.
Version: 31.0.0
Text Domain: linzahub
*/
:root{
  --teal:#10aaa8;
  --teal-dark:#078f91;
  --ink:#071426;
  --muted:#5c6776;
  --line:#e4ecef;
  --soft:#f3fbfc;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.lh-wrap{max-width:1440px;margin:0 auto;padding:0 30px}
.lh-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.lh-header-inner{height:82px;display:flex;align-items:center;gap:28px}
.lh-logo{display:flex;align-items:center;gap:12px;font-size:29px;font-weight:800;white-space:nowrap}
.lh-logo-badge{width:42px;height:42px;border:2px solid var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px}
.lh-logo span{color:var(--teal)}
.lh-catalog-btn,.lh-btn{background:linear-gradient(90deg,var(--teal),#14b8b3);color:#fff;border-radius:11px;padding:14px 24px;font-weight:800;display:inline-flex;align-items:center;gap:8px}
.lh-nav{margin-left:auto;display:flex;gap:28px;font-weight:700;align-items:center}
.lh-nav a:hover{color:var(--teal)}
.lh-icons{display:flex;gap:16px;margin-left:14px;font-size:22px}
.lh-hero{background:linear-gradient(110deg,#fff 55%,#effbfc);padding:44px 0 26px}
.lh-hero-grid{display:grid;grid-template-columns:0.9fr 1.1fr;align-items:center;min-height:435px}
.lh-hero-copy{padding:18px 0 16px}
.lh-hero h1{font-size:60px;line-height:0.98;margin:0 0 22px;letter-spacing:-1.6px;max-width:690px}
.lh-hero h1 span{color:var(--teal)}
.lh-hero p{font-size:19px;line-height:1.5;margin:0;color:#1b2633}
.lh-actions{display:flex;gap:14px;margin:26px 0 30px}
.lh-btn-outline{background:#fff;color:var(--teal);border:1px solid var(--teal)}
.lh-trust{display:flex;gap:34px;flex-wrap:wrap}
.lh-trust-item{display:grid;grid-template-columns:34px auto;gap:10px;align-items:center;min-width:165px}
.lh-trust-icon{width:30px;height:30px;border:2px solid var(--teal);border-radius:8px;color:var(--teal);display:flex;align-items:center;justify-content:center;font-weight:800}
.lh-trust-item b{display:block;font-size:15px}
.lh-trust-item small{color:#4f5c69}
.lh-hero-art{display:flex;align-items:center;justify-content:center;height:400px;overflow:hidden}
.lh-hero-art img{width:100%;max-width:700px;object-fit:contain;filter:saturate(.9)}
.lh-brands{margin-top:-4px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 26px rgba(16,58,68,.08);padding:25px 30px;display:flex;justify-content:space-around;align-items:center;gap:24px;flex-wrap:wrap}
.lh-brand{font-size:24px;color:#1d4260;font-weight:700}
.lh-brand.light{font-weight:500;color:#4f5d6d}
.lh-section{padding:32px 0}
.lh-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.lh-section-title{font-size:27px;margin:0}
.lh-see-all{color:var(--teal);font-weight:700}
.lh-products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.lh-product{border:1px solid var(--line);border-radius:15px;padding:16px;box-shadow:0 5px 24px rgba(14,64,76,.06);background:#fff}
.lh-product-media{height:215px;border-radius:11px;background:linear-gradient(145deg,#f7fbfc,#fff);display:flex;align-items:center;justify-content:center;overflow:hidden}
.lh-product-media img{width:100%;height:100%;object-fit:cover}
.lh-product h3{font-size:19px;margin:14px 0 6px;min-height:44px}
.lh-product small{color:#6b7682}
.lh-price{font-size:22px;font-weight:800;margin:15px 0}
.lh-price small{font-size:12px;font-weight:400}
.lh-product .lh-btn{display:flex;justify-content:center;padding:11px 15px}
.lh-why{background:linear-gradient(90deg,#edfafa,#fff);border-radius:16px;padding:20px 24px}
.lh-why h2{text-align:center;margin:0 0 12px;font-size:25px}
.lh-why h2 span{color:var(--teal)}
.lh-features{display:grid;grid-template-columns:repeat(4,1fr)}
.lh-feature{text-align:center;padding:18px 24px;border-right:1px solid #cce7e7}
.lh-feature:last-child{border-right:0}
.lh-feature-icon{font-size:42px;color:var(--teal);line-height:1}
.lh-feature b{display:block;margin:10px 0 6px}
.lh-feature p{margin:0;color:#4d5c69;line-height:1.45}
.lh-bonus{margin-top:18px;background:linear-gradient(90deg,#eaf9fb,#fff);border-radius:16px;padding:24px 34px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;min-height:140px}
.lh-bonus h2{margin:0 0 7px;font-size:26px}
.lh-bonus p{margin:0 0 16px;color:#43515f}
.lh-bonus-art{display:flex;justify-content:flex-end}
.lh-bonus-art img{max-height:125px;object-fit:contain}
.lh-lower{display:grid;grid-template-columns:1fr 2fr;gap:20px}
.lh-review,.lh-benefits{border:1px solid var(--line);border-radius:15px;padding:22px;background:#fff}
.lh-review h3{margin-top:0}
.lh-stars{color:var(--teal);letter-spacing:3px;font-size:20px}
.lh-benefits{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;align-items:center}
.lh-benefit{padding:12px}
.lh-benefit .ico{font-size:34px;color:var(--teal)}
.lh-benefit h4{margin:8px 0 4px}
.lh-benefit p{margin:0;color:#5a6875;font-size:13px}
.lh-footer{margin-top:28px;border-top:1px solid var(--line);padding:38px 0 22px}
.lh-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:38px}
.lh-footer h4{margin-top:0}
.lh-footer p,.lh-footer li{color:#5e6b78;line-height:1.75}
.lh-footer ul{list-style:none;padding:0;margin:0}
.lh-copy{margin-top:28px;padding-top:18px;border-top:1px solid var(--line);color:#74808b;font-size:13px}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--teal)!important;color:#fff!important;border-radius:9px!important}
@media(max-width:1050px){.lh-nav{display:none}.lh-hero-grid{grid-template-columns:1fr}.lh-hero-art{height:320px}.lh-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.lh-wrap{padding:0 18px}.lh-header-inner{height:70px}.lh-catalog-btn{margin-left:auto}.lh-icons{display:none}.lh-hero{padding-top:24px}.lh-hero h1{font-size:40px}.lh-hero-grid{min-height:0}.lh-hero-art{height:240px}.lh-actions{flex-direction:column;align-items:stretch}.lh-actions .lh-btn{justify-content:center}.lh-trust{gap:15px}.lh-brands{justify-content:flex-start;overflow:auto;flex-wrap:nowrap}.lh-products,.lh-features,.lh-benefits,.lh-bonus,.lh-lower,.lh-footer-grid{grid-template-columns:1fr}.lh-feature{border-right:0;border-bottom:1px solid #cce7e7}.lh-feature:last-child{border-bottom:0}.lh-bonus-art{justify-content:center;margin-top:10px}}


/* v4 refinements */
.lh-brands{
  padding:24px 36px;
}
.lh-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  font-size:0;
}
.lh-brand img{
  max-height:44px;
  max-width:190px;
  width:auto;
  object-fit:contain;
}
.lh-product-media{
  height:230px;
  padding:10px;
  background:#fff;
}
.lh-product-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.lh-product{
  display:flex;
  flex-direction:column;
}
.lh-product h3{
  min-height:46px;
}
.lh-product .lh-btn{
  margin-top:auto;
}


/* v5: hide stray baked-in text visible at the bottom-left of the hero artwork */
.lh-hero-visual{
  overflow:hidden;
}
.lh-hero-visual::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:34%;
  height:24%;
  background:linear-gradient(90deg,#ffffff 0%,#ffffff 72%,rgba(255,255,255,0) 100%);
  z-index:2;
  pointer-events:none;
}
.lh-hero-visual img{
  position:relative;
  z-index:1;
}
@media(max-width:900px){
  .lh-hero-visual::after{width:42%;height:20%}
}

/* v6 logo row exact alignment */
.lh-brands{
 display:grid!important;
 grid-template-columns:repeat(5,minmax(120px,1fr)) auto!important;
 align-items:center!important;
 gap:24px!important;
 padding:20px 38px!important;
}
.lh-brand{height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.lh-brand img{display:block!important;width:100%!important;max-width:190px!important;height:58px!important;object-fit:contain!important;object-position:center!important}
.lh-see-all{white-space:nowrap!important}
@media(max-width:900px){
 .lh-brands{grid-template-columns:repeat(2,1fr)!important}
 .lh-see-all{grid-column:1/-1!important;text-align:center!important}
}

/* v7 reliable CSS icons — no font glyph dependency */
.lh-trust-icon,.lh-feature-icon{position:relative;display:inline-block;box-sizing:border-box;color:#08aaa8;flex:0 0 auto}
.lh-icon-shield{width:34px;height:38px;border:2px solid currentColor;border-radius:15px 15px 18px 18px;clip-path:polygon(50% 0,100% 18%,92% 72%,50% 100%,8% 72%,0 18%)}
.lh-icon-shield:after{content:"";position:absolute;width:10px;height:5px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);left:10px;top:13px}
.lh-icon-truck{width:40px;height:25px;border:2px solid currentColor;border-radius:3px;margin-top:6px}
.lh-icon-truck:before{content:"";position:absolute;width:14px;height:18px;border:2px solid currentColor;border-left:0;right:-15px;top:5px;border-radius:0 4px 4px 0}
.lh-icon-truck:after{content:"";position:absolute;width:7px;height:7px;border:2px solid currentColor;border-radius:50%;left:5px;bottom:-8px;box-shadow:29px 0 0 -2px white,29px 0 0 0 currentColor}
.lh-icon-card{width:38px;height:27px;border:2px solid currentColor;border-radius:4px;margin-top:4px}
.lh-icon-card:before{content:"";position:absolute;left:0;right:0;top:7px;border-top:2px solid currentColor}
.lh-icon-card:after{content:"";position:absolute;width:9px;left:5px;bottom:5px;border-top:2px solid currentColor}
.lh-icon-drop{width:28px;height:36px;border:2px solid currentColor;border-radius:55% 55% 60% 60%;transform:rotate(45deg);margin-top:2px}
.lh-feature-icon.lh-icon-shield,.lh-feature-icon.lh-icon-truck,.lh-feature-icon.lh-icon-card,.lh-feature-icon.lh-icon-drop{margin-left:auto;margin-right:auto;margin-bottom:14px}
.lh-feature-icon.lh-icon-drop{transform:rotate(45deg)}

/* v8 robust SVG icons */
.lh-svg-icon{width:38px;height:38px;display:block;flex:0 0 auto;fill:none;stroke:#08aaa8;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;box-sizing:border-box}.lh-trust-item .lh-svg-icon{width:32px;height:32px}.lh-feature .lh-svg-icon{width:48px;height:48px;margin:0 auto 14px}


/* ==========================================================
   LINZAHUB V10.0.1 — PREMIUM PRODUCT PAGE
   ========================================================== */
:root{--lh-teal:#12b8b0;--lh-teal-dark:#078d8a;--lh-teal-soft:#e9fbfa;--lh-navy:#07172d;--lh-text:#24354b;--lh-muted:#718096;--lh-line:#e5eef1;--lh-shadow:0 20px 55px rgba(7,23,45,.10);--lh-radius:24px}
.single-product .woocommerce-breadcrumb{max-width:1440px;margin:16px auto 22px;padding:0 28px;color:#8b98a8;font-size:13px}
.single-product .woocommerce-breadcrumb a{color:#8b98a8;text-decoration:none}
.single-product div.product{max-width:1440px;margin:0 auto;padding:0 28px 70px;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);gap:56px;align-items:start}
.single-product div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;padding:28px;border:1px solid var(--lh-line);border-radius:var(--lh-radius);background:#fff;box-shadow:var(--lh-shadow);position:sticky;top:100px;overflow:hidden}
.single-product .woocommerce-product-gallery__wrapper{border-radius:18px;overflow:hidden}
.single-product .woocommerce-product-gallery__image img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}
.single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:18px 0 0!important}
.single-product .flex-control-thumbs li{width:auto!important;float:none!important;margin:0!important}
.single-product .flex-control-thumbs img{border:1px solid var(--lh-line);border-radius:12px;padding:5px;opacity:.7;transition:.2s;background:#fff}
.single-product .flex-control-thumbs img.flex-active,.single-product .flex-control-thumbs img:hover{opacity:1;border-color:var(--lh-teal);box-shadow:0 0 0 3px rgba(18,184,176,.11)}
.single-product div.product .summary{width:100%!important;float:none!important;margin:0!important;padding:38px;border:1px solid var(--lh-line);border-radius:var(--lh-radius);background:#fff;box-shadow:var(--lh-shadow)}
.single-product .product_title{margin:0 0 14px!important;color:var(--lh-navy);font-size:clamp(34px,3.1vw,50px);line-height:1.06;letter-spacing:-.04em;font-weight:800}
.single-product .lh-product-badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}
.single-product .lh-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #dff1f1;border-radius:999px;background:var(--lh-teal-soft);color:#066f70;font-size:12px;font-weight:800}
.single-product div.product p.price,.single-product div.product span.price{margin:17px 0 20px!important;color:var(--lh-teal-dark)!important;font-size:32px!important;line-height:1.1;font-weight:800!important}
.single-product .woocommerce-product-details__short-description{color:#435169;font-size:16px;line-height:1.7;margin-bottom:26px}
.single-product form.variations_form{border-top:1px solid var(--lh-line);padding-top:25px}
.single-product table.variations{width:100%;margin:0!important;border:0!important}
.single-product table.variations tr{display:grid;grid-template-columns:175px 1fr;align-items:center;gap:18px;margin-bottom:14px}
.single-product table.variations th,.single-product table.variations td{display:block;padding:0!important;border:0!important;background:transparent!important}
.single-product table.variations label{color:var(--lh-navy);font-size:15px;font-weight:800}
.single-product table.variations select{width:100%;min-height:54px;padding:0 46px 0 16px;border:1px solid #d8e6e8;border-radius:14px;background:#fff;color:var(--lh-text);font-size:15px;font-weight:600;box-shadow:0 6px 18px rgba(7,23,45,.045)}
.single-product table.variations select:focus{border-color:var(--lh-teal);box-shadow:0 0 0 4px rgba(18,184,176,.13);outline:0}
.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){display:flex;align-items:stretch;gap:12px;margin-top:22px}
.single-product .quantity{display:flex;align-items:center;margin:0!important;border:1px solid #d8e6e8;border-radius:14px;background:#fff;overflow:hidden}
.single-product .lh-qty-btn{width:42px;border:0;background:#fff;color:var(--lh-navy);font-size:22px;font-weight:700;cursor:pointer}
.single-product .lh-qty-btn:hover{background:var(--lh-teal-soft);color:var(--lh-teal-dark)}
.single-product form.cart .qty{width:54px!important;height:54px;border:0!important;background:#fff;color:var(--lh-navy);font-size:16px;font-weight:800;text-align:center;box-shadow:none!important}
.single-product form.cart .single_add_to_cart_button{min-height:56px;flex:1;border:0!important;border-radius:14px!important;padding:14px 30px!important;background:linear-gradient(135deg,#16c8bf,#079a98)!important;color:#fff!important;font-size:16px!important;font-weight:800!important;box-shadow:0 14px 30px rgba(7,157,153,.26)}
.single-product .lh-product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}
.single-product .lh-trust-item{padding:14px 10px;border:1px solid var(--lh-line);border-radius:14px;background:#fbfefe;text-align:center}
.single-product .lh-trust-icon{display:block;margin-bottom:5px;font-size:21px}
.single-product .lh-trust-title{display:block;color:var(--lh-navy);font-size:12px;font-weight:800}
.single-product .lh-trust-text{display:block;margin-top:2px;color:var(--lh-muted);font-size:11px;line-height:1.35}
.single-product .product_meta{margin-top:24px;padding-top:18px;border-top:1px solid var(--lh-line);color:var(--lh-muted);font-size:13px;line-height:1.7}
.single-product .woocommerce-tabs{grid-column:1/-1;margin-top:22px;padding:18px 30px 34px;border:1px solid var(--lh-line);border-radius:var(--lh-radius);background:#fff;box-shadow:0 14px 40px rgba(7,23,45,.06)}
.single-product .related.products,.single-product .upsells.products{grid-column:1/-1;margin-top:32px}
@media(max-width:1080px){.single-product div.product{grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr);gap:30px}.single-product div.product .summary{padding:28px}.single-product table.variations tr{grid-template-columns:145px 1fr}}
@media(max-width:780px){.single-product .woocommerce-breadcrumb{margin-top:10px;padding:0 16px}.single-product div.product{display:block;padding:0 14px 42px}.single-product div.product .woocommerce-product-gallery{position:static;padding:14px;margin-bottom:18px!important;border-radius:18px}.single-product div.product .summary{padding:22px 18px;border-radius:18px}.single-product .product_title{font-size:30px}.single-product table.variations tr{grid-template-columns:1fr;gap:7px;margin-bottom:16px}.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){display:grid;grid-template-columns:138px 1fr}.single-product .lh-product-trust{grid-template-columns:1fr}.single-product .woocommerce-tabs{margin-top:20px;padding:10px 18px 24px;border-radius:18px}}
@media(max-width:430px){.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form){grid-template-columns:1fr}.single-product .quantity{width:100%;justify-content:space-between}.single-product form.cart .qty{flex:1}}


/* ==========================================================
   LINZAHUB V11 — UKRAINIAN SHOP POLISH
   ========================================================== */
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-weight: 800;
}

.woocommerce ul.products li.product .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  border-radius: 11px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: var(--lh-muted, #718096);
}

.woocommerce .woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid #d8e6e8;
  border-radius: 11px;
  padding: 0 38px 0 13px;
  background: #fff;
}

.widget_product_search input[type="search"],
.woocommerce-product-search input[type="search"] {
  min-height: 44px;
  border: 1px solid #d8e6e8;
  border-radius: 11px;
  padding: 0 13px;
}

.widget_product_search button,
.woocommerce-product-search button {
  min-height: 44px;
  border: 0;
  border-radius: 11px;
  padding: 0 18px;
  background: linear-gradient(135deg, #16c8bf, #079a98);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}


/* ==========================================================
   LINZAHUB V12 — PREMIUM SHOP CATALOG
   ========================================================== */

.post-type-archive-product .site-content,
.tax-product_cat .site-content,
.tax-product_tag .site-content {
  background:
    radial-gradient(circle at 12% 0%, rgba(18,184,176,.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
}

.woocommerce-shop-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 42px 28px 14px;
}

.woocommerce-products-header {
  max-width: 1440px;
  margin: 0 auto 22px;
  padding: 26px 28px 8px;
}

.woocommerce-products-header__title.page-title {
  margin: 0;
  color: var(--lh-navy, #07172d);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 850;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 20px;
  color: #718096;
  font-size: 14px;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 24px;
}

.woocommerce .woocommerce-ordering select {
  min-width: 260px;
  min-height: 48px;
  border: 1px solid #d8e6e8;
  border-radius: 13px;
  background: #fff;
  padding: 0 42px 0 15px;
  color: #24354b;
  font-weight: 650;
  box-shadow: 0 7px 20px rgba(7,23,45,.05);
}

/* Catalog container */
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 28px 70px;
}

/* Product grid */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 16px 16px 18px !important;
  border: 1px solid #e4edef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7,23,45,.065);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  border-color: rgba(18,184,176,.34);
  box-shadow: 0 22px 48px rgba(7,23,45,.12);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 0 15px !important;
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 42%, #ffffff 0%, #f7fbfc 72%, #eef7f8 100%);
  transition: transform .28s ease;
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.025);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--lh-navy, #07172d);
  font-size: 17px !important;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.012em;
}

.woocommerce ul.products li.product .price {
  display: block;
  margin: 12px 0 16px !important;
  color: var(--lh-teal-dark, #078d8a) !important;
  font-size: 20px !important;
  font-weight: 850 !important;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  min-height: 48px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #16c8bf, #079a98) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  box-shadow: 0 10px 24px rgba(7,157,153,.22);
  transition: .2s ease;
}

.woocommerce ul.products li.product .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(7,157,153,.29);
}

/* Sale badge */
.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--lh-teal, #12b8b0);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(18,184,176,.24);
}

/* Store feature strip */
.lh-shop-benefits {
  max-width: 1440px;
  margin: 6px auto 30px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.lh-shop-benefit {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 18px;
  border: 1px solid #e3edef;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 9px 26px rgba(7,23,45,.05);
}

.lh-shop-benefit-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 13px;
  background: #e9fbfa;
  font-size: 21px;
}

.lh-shop-benefit strong {
  display: block;
  color: #07172d;
  font-size: 14px;
}

.lh-shop-benefit span {
  display: block;
  margin-top: 2px;
  color: #718096;
  font-size: 12px;
  line-height: 1.35;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination {
  margin-top: 38px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0 !important;
  display: inline-flex;
  gap: 8px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #dfeaec;
  border-radius: 11px;
  background: #fff;
  color: #24354b;
  font-weight: 750;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  border-color: var(--lh-teal, #12b8b0);
  background: var(--lh-teal, #12b8b0);
  color: #fff;
}

/* Empty state/search */
.woocommerce .woocommerce-info {
  border: 1px solid #dfeaec;
  border-top: 3px solid var(--lh-teal, #12b8b0);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7,23,45,.06);
}

/* Tablet */
@media (max-width: 1100px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 760px) {
  .woocommerce-products-header {
    padding: 20px 15px 6px;
  }

  .woocommerce-products-header__title.page-title {
    font-size: 34px;
  }

  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main {
    padding: 0 14px 44px;
  }

  .lh-shop-benefits {
    grid-template-columns: 1fr;
    padding: 0 14px;
    margin-bottom: 20px;
  }

  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
  }

  .woocommerce ul.products li.product {
    padding: 10px 10px 12px !important;
    border-radius: 16px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 55px;
    font-size: 14px !important;
  }

  .woocommerce ul.products li.product .price {
    font-size: 17px !important;
    margin: 9px 0 12px !important;
  }

  .woocommerce ul.products li.product .button {
    min-height: 43px;
    padding: 10px 8px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 390px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: auto;
    font-size: 16px !important;
  }
}


/* ==========================================================
   LINZAHUB V13 — MOBILE PRODUCT TITLE FIX
   Исправляет перекрытие названия товара галереей
   ========================================================== */

@media (max-width: 780px) {
  .single-product div.product {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  .single-product div.product .woocommerce-product-gallery {
    order: 1 !important;
    position: static !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 22px !important;
    transform: none !important;
    z-index: 1 !important;
  }

  .single-product div.product .summary {
    order: 2 !important;
    position: relative !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-top: 24px !important;
    transform: none !important;
    z-index: 2 !important;
    overflow: visible !important;
  }

  .single-product .summary .product_title,
  .single-product .product_title {
    display: block !important;
    position: relative !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    clip: auto !important;
    transform: none !important;
    white-space: normal !important;
    word-break: normal !important;
    z-index: 3 !important;
  }

  .single-product .woocommerce-tabs {
    order: 3 !important;
    width: 100% !important;
  }

  .single-product .related.products,
  .single-product .upsells.products {
    order: 4 !important;
    width: 100% !important;
  }
}

/* Дополнительная страховка для узких iPhone */
@media (max-width: 430px) {
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 26px !important;
  }

  .single-product div.product .summary {
    padding-top: 26px !important;
  }

  .single-product .product_title {
    font-size: 29px !important;
    line-height: 1.15 !important;
  }
}


/* ==========================================================
   LINZAHUB V14 — CLEAN PRODUCT TRUST BLOCKS
   ========================================================== */

.single-product .lh-product-trust {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 24px !important;
}

.single-product .lh-trust-item {
  min-height: 82px !important;
  padding: 14px 16px !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0,1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 12px !important;
  align-items: center !important;
  text-align: left !important;
  border: 1px solid #dfeaec !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 100%) !important;
  box-shadow: 0 8px 22px rgba(7,23,45,.045) !important;
}

.single-product .lh-trust-icon {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 12px !important;
  background: #e9fbfa !important;
  font-size: 21px !important;
  line-height: 1 !important;
}

.single-product .lh-trust-title {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: block !important;
  margin: 0 !important;
  color: #07172d !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  white-space: normal !important;
}

.single-product .lh-trust-text {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: block !important;
  margin: 2px 0 0 !important;
  color: #718096 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

/* Desktop: prevent awkward word-by-word wrapping */
@media (min-width: 1101px) {
  .single-product .lh-trust-title,
  .single-product .lh-trust-text {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}

/* Tablet: stack to two columns for readability */
@media (min-width: 781px) and (max-width: 1100px) {
  .single-product .lh-product-trust {
    grid-template-columns: 1fr !important;
  }

  .single-product .lh-trust-item {
    min-height: 74px !important;
  }
}

/* Mobile: simple vertical list */
@media (max-width: 780px) {
  .single-product .lh-product-trust {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .single-product .lh-trust-item {
    min-height: 72px !important;
    padding: 13px 14px !important;
  }

  .single-product .lh-trust-title {
    font-size: 14px !important;
  }

  .single-product .lh-trust-text {
    font-size: 12px !important;
  }
}


/* ==========================================================
   LINZAHUB V15 — LEGAL & INFORMATION PAGES
   ========================================================== */
.lh-legal-page {
  max-width: 1040px;
  margin: 44px auto 72px;
  padding: 42px 48px;
  border: 1px solid #e3edef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7,23,45,.075);
  color: #33445b;
  font-size: 16px;
  line-height: 1.75;
}

.lh-legal-page h1 {
  margin: 0 0 28px;
  color: #07172d;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 850;
}

.lh-legal-page h2 {
  margin: 34px 0 14px;
  color: #07172d;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 820;
}

.lh-legal-page h3 {
  margin: 24px 0 10px;
  color: #0b6f70;
  font-size: 19px;
  font-weight: 800;
}

.lh-legal-page p { margin: 0 0 14px; }
.lh-legal-page ul,
.lh-legal-page ol { margin: 8px 0 18px 24px; }
.lh-legal-page li { margin: 5px 0; }

.lh-legal-note {
  margin: 22px 0;
  padding: 17px 19px;
  border-left: 4px solid #12b8b0;
  border-radius: 12px;
  background: #e9fbfa;
  color: #175c60;
}

.lh-contact-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin: 20px 0;
}

.lh-contact-card > div {
  padding: 18px;
  border: 1px solid #e3edef;
  border-radius: 16px;
  background: #fbfefe;
}

.lh-footer a {
  color: inherit;
  text-decoration: none;
}

.lh-footer a:hover {
  color: #12b8b0;
}

.lh-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 13px;
}

@media (max-width: 700px) {
  .lh-legal-page {
    margin: 20px 14px 42px;
    padding: 25px 19px;
    border-radius: 18px;
  }

  .lh-legal-page h1 { font-size: 32px; }
  .lh-legal-page h2 { font-size: 22px; }
  .lh-contact-card { grid-template-columns: 1fr; }
}


/* ==========================================================
   LINZAHUB V16 — PREMIUM INFORMATION PAGES & FAQ
   ========================================================== */

.lh-info-page {
  max-width: 1180px;
  margin: 44px auto 76px;
  padding: 0 24px;
}

.lh-info-hero {
  padding: 48px;
  border: 1px solid #e1ecee;
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 15%, rgba(18,184,176,.15), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f6fbfc 100%);
  box-shadow: 0 20px 54px rgba(7,23,45,.075);
}

.lh-info-hero h1 {
  margin: 0 0 16px;
  max-width: 820px;
  color: #07172d;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 880;
}

.lh-info-hero p {
  max-width: 760px;
  margin: 0;
  color: #53657d;
  font-size: 18px;
  line-height: 1.7;
}

.lh-section {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid #e3edef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(7,23,45,.055);
}

.lh-section h2 {
  margin: 0 0 18px;
  color: #07172d;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -.03em;
  font-weight: 850;
}

.lh-section p {
  color: #53657d;
  line-height: 1.75;
}

.lh-feature-grid,
.lh-brand-grid,
.lh-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}

.lh-feature-card,
.lh-brand-card,
.lh-contact-box {
  padding: 22px;
  border: 1px solid #e2edef;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbfefe 100%);
  box-shadow: 0 9px 25px rgba(7,23,45,.045);
}

.lh-feature-icon,
.lh-brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  border-radius: 14px;
  background: #e8fbfa;
  color: #078f8c;
  font-size: 21px;
  font-weight: 900;
}

.lh-feature-card h3,
.lh-brand-card h3,
.lh-contact-box h3 {
  margin: 0 0 8px;
  color: #07172d;
  font-size: 18px;
  font-weight: 830;
}

.lh-feature-card p,
.lh-brand-card p,
.lh-contact-box p {
  margin: 0;
  color: #6a7b91;
  font-size: 14px;
  line-height: 1.6;
}

.lh-brand-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.lh-brand-card .lh-button {
  margin-top: auto;
}

.lh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 13px;
  background: linear-gradient(135deg, #16c8bf, #079a98);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 820;
  box-shadow: 0 10px 24px rgba(7,157,153,.22);
}

.lh-button:hover {
  transform: translateY(-1px);
}

/* FAQ */
.lh-faq-list {
  display: grid;
  gap: 12px;
}

.lh-faq-item {
  overflow: hidden;
  border: 1px solid #dfeaec;
  border-radius: 16px;
  background: #fff;
}

.lh-faq-question {
  width: 100%;
  min-height: 64px;
  padding: 17px 54px 17px 20px;
  position: relative;
  border: 0;
  background: transparent;
  color: #07172d;
  text-align: left;
  font-size: 16px;
  font-weight: 810;
  cursor: pointer;
}

.lh-faq-question::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #0a9d99;
  font-size: 27px;
  font-weight: 500;
}

.lh-faq-item.is-open .lh-faq-question::after {
  content: '−';
}

.lh-faq-answer {
  display: none;
  padding: 0 20px 19px;
  color: #5c6e84;
  line-height: 1.7;
}

.lh-faq-item.is-open .lh-faq-answer {
  display: block;
}

.lh-faq-warning {
  padding: 18px 20px;
  border-left: 4px solid #12b8b0;
  border-radius: 13px;
  background: #eafafa;
  color: #165c60;
}

/* Header menu */
.lh-main-nav a {
  text-decoration: none;
}

@media (max-width: 980px) {
  .lh-feature-grid,
  .lh-brand-grid,
  .lh-contact-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 700px) {
  .lh-info-page {
    margin: 20px auto 48px;
    padding: 0 14px;
  }

  .lh-info-hero {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .lh-section {
    padding: 24px 18px;
    border-radius: 19px;
  }

  .lh-feature-grid,
  .lh-brand-grid,
  .lh-contact-grid {
    grid-template-columns: 1fr;
  }

  .lh-info-hero p {
    font-size: 16px;
  }
}


/* ==========================================================
   LINZAHUB 3.0 CLEAN — STABLE WOOCOMMERCE ARCHITECTURE
   ========================================================== */

/* Never show a classic WordPress/WooCommerce sidebar */
.widget-area,
#secondary,
.woocommerce-sidebar,
.sidebar {
  display: none !important;
}

.lh-woocommerce-main {
  width: 100%;
  min-height: 60vh;
}

/* Stable header layout */
.lh-header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
}

.lh-main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  margin-left: auto;
}

.lh-main-nav a {
  position: relative;
  padding: 8px 0;
  color: #07172d;
  font-weight: 680;
  white-space: nowrap;
  text-decoration: none;
}

.lh-main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  border-radius: 999px;
  background: #12b8b0;
  transform: scaleX(0);
  transition: transform .2s ease;
}

.lh-main-nav a:hover {
  color: #079a98;
}

.lh-main-nav a:hover::after {
  transform: scaleX(1);
}

/* Safe inline SVG icons */
.lh-icon-svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lh-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lh-header-actions a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #07172d;
  text-decoration: none;
  transition: .2s ease;
}

.lh-header-actions a:hover {
  color: #079a98;
  background: #eafafa;
  border-color: #d8eeee;
}

/* Product page: clean two-column layout */
.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 58px;
  align-items: start;
  max-width: 1480px;
  margin: 36px auto 70px;
  padding: 0 30px;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.single-product div.product .summary {
  padding: 40px !important;
  border: 1px solid #e2ecee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(7,23,45,.075);
}

.single-product .product_title {
  margin: 0 0 16px !important;
  color: #07172d;
  font-size: clamp(38px, 3.3vw, 56px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em;
  font-weight: 880;
}

.single-product .summary p.price,
.single-product .summary .price {
  color: #078f8b !important;
  font-size: 38px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.single-product table.variations select {
  min-height: 58px !important;
  border: 1px solid #dce9eb !important;
  border-radius: 15px !important;
  background-color: #fff !important;
  padding: 0 46px 0 17px !important;
  box-shadow: 0 8px 22px rgba(7,23,45,.045) !important;
}

.single-product form.cart .single_add_to_cart_button {
  min-height: 60px !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, #16c8bf, #079a98) !important;
  box-shadow: 0 14px 34px rgba(7,157,153,.25) !important;
}

/* Archive layout */
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
  width: 100%;
}

/* Remove any accidental list styling around WooCommerce */
.woocommerce-page .site-main > ul:not(.products),
.single-product .site-main > ul:not(.products) {
  list-style: none;
  padding-left: 0;
}

/* Footer must clear product floats from third-party plugins */
.lh-footer {
  clear: both;
}

/* Tablet/mobile */
@media (max-width: 1100px) {
  .lh-main-nav {
    gap: 20px;
  }

  .single-product div.product {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 780px) {
  .single-product div.product {
    display: flex;
    flex-direction: column;
    margin: 18px auto 46px;
    padding: 0 14px;
  }

  .single-product div.product .summary {
    padding: 26px 19px !important;
  }

  .single-product .product_title {
    font-size: 31px !important;
  }

  .lh-header-actions a {
    width: 38px;
    height: 38px;
  }
}


/* ==========================================================
   LINZAHUB 3.1 — PREMIUM PRODUCT DESCRIPTION
   ========================================================== */

.single-product .woocommerce-tabs {
  max-width: 1440px;
  margin: 40px auto 80px !important;
  padding: 0 30px;
}

.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 10px;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after {
  display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dfeaec !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: 0 7px 20px rgba(7,23,45,.04);
}

.single-product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 13px 20px !important;
  color: #53657d !important;
  font-weight: 760 !important;
}

.single-product .woocommerce-tabs ul.tabs li.active {
  border-color: #12b8b0 !important;
  background: #eafafa !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #087c79 !important;
}

.single-product .woocommerce-Tabs-panel {
  margin: 0 !important;
  padding: 42px 46px !important;
  border: 1px solid #e2ecee;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 5%, rgba(18,184,176,.07), transparent 24%),
    #fff;
  box-shadow: 0 18px 48px rgba(7,23,45,.065);
}

.single-product .woocommerce-Tabs-panel > h2:first-child {
  display: none;
}

.lh-product-description {
  color: #42546c;
  font-size: 16px;
  line-height: 1.75;
}

.lh-product-description .lh-desc-hero {
  padding: 34px 36px;
  border: 1px solid #dfeaec;
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 20%, rgba(18,184,176,.15), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7fbfc 100%);
}

.lh-product-description .lh-desc-eyebrow {
  margin-bottom: 9px;
  color: #079a98;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lh-product-description h2 {
  margin: 0 0 14px;
  color: #07172d;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 870;
}

.lh-product-description h3 {
  margin: 0 0 16px;
  color: #07172d;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 830;
}

.lh-product-description p {
  margin: 0 0 14px;
}

.lh-desc-section {
  margin-top: 22px;
  padding: 28px 30px;
  border: 1px solid #e3edef;
  border-radius: 18px;
  background: #fff;
}

.lh-desc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 15px;
}

.lh-desc-feature {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 17px;
  border: 1px solid #e3edef;
  border-radius: 15px;
  background: #fbfefe;
}

.lh-desc-feature-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 11px;
  background: #e9fbfa;
  color: #078f8b;
  font-size: 17px;
  font-weight: 900;
}

.lh-desc-feature strong {
  display: block;
  margin-bottom: 3px;
  color: #07172d;
  font-size: 15px;
}

.lh-desc-feature span {
  color: #66788e;
  font-size: 14px;
  line-height: 1.5;
}

.lh-desc-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  overflow: hidden;
  border: 1px solid #e2ecee;
  border-radius: 15px;
}

.lh-desc-spec {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 17px;
  border-bottom: 1px solid #edf2f3;
}

.lh-desc-spec:nth-child(odd) {
  border-right: 1px solid #edf2f3;
}

.lh-desc-spec:nth-last-child(-n+2) {
  border-bottom: 0;
}

.lh-desc-spec span {
  color: #75859a;
}

.lh-desc-spec strong {
  color: #07172d;
  text-align: right;
}

.lh-desc-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid #12b8b0;
  border-radius: 13px;
  background: #eafafa;
  color: #175d60;
}

.lh-desc-cta {
  margin-top: 22px;
  padding: 24px 26px;
  border-radius: 18px;
  background: #07172d;
  color: #fff;
}

.lh-desc-cta h3,
.lh-desc-cta p {
  color: #fff;
}

@media (max-width: 780px) {
  .single-product .woocommerce-tabs {
    margin: 24px auto 50px !important;
    padding: 0 14px;
  }

  .single-product .woocommerce-Tabs-panel {
    padding: 24px 18px !important;
    border-radius: 19px;
  }

  .lh-product-description .lh-desc-hero {
    padding: 25px 20px;
  }

  .lh-desc-section {
    padding: 22px 18px;
  }

  .lh-desc-grid,
  .lh-desc-specs {
    grid-template-columns: 1fr;
  }

  .lh-desc-spec:nth-child(odd) {
    border-right: 0;
  }

  .lh-desc-spec:nth-last-child(-n+2) {
    border-bottom: 1px solid #edf2f3;
  }

  .lh-desc-spec:last-child {
    border-bottom: 0;
  }
}
