:root {
  --lv-green: #064d2b;
  --lv-green-2: #0d6a3c;
  --lv-mint: #e9f4ec;
  --lv-cream: #f7f4ed;
  --lv-ink: #17221b;
  --lv-muted: #607067;
  --lv-line: #dce5de;
  --lv-white: #fff;
  --lv-radius: 24px;
  --lv-shadow: 0 18px 60px rgba(11, 68, 39, .09);
}

.single-product .summary .kk-star-ratings { display: none !important; }

.lv-sales,
.lv-sales * { box-sizing: border-box; }
.lv-sales { color: var(--lv-ink); overflow: hidden; }
.lv-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.lv-kicker { color: var(--lv-green-2); font-size: 13px; font-weight: 800; letter-spacing: .1em; margin: 0 0 14px; text-transform: uppercase; }
.lv-lead { color: var(--lv-muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.lv-hero { background: linear-gradient(135deg, #f4f8f2 0%, #fff 55%, #edf6ee 100%); padding: 72px 0 66px; }
.lv-hero__grid { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); }
.lv-hero h1,
.lv-page-hero h1 { color: var(--lv-ink); font-size: clamp(42px, 5.1vw, 70px); letter-spacing: -.045em; line-height: 1.03; margin: 0 0 26px; max-width: 900px; }
.lv-hero__copy .lv-lead { max-width: 720px; }
.lv-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lv-btn { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 15px; font-weight: 800; justify-content: center; min-height: 50px; padding: 13px 24px; text-decoration: none !important; transition: .2s ease; }
.lv-btn--primary { background: var(--lv-green); color: #fff !important; }
.lv-btn--primary:hover { background: var(--lv-green-2); transform: translateY(-1px); }
.lv-btn--light { background: #fff; border-color: var(--lv-line); color: var(--lv-ink) !important; }
.lv-btn--outline { border-color: var(--lv-green); color: var(--lv-green) !important; }
.lv-hero__visual { min-height: 500px; position: relative; }
.lv-hero__halo { background: #dcebdc; border-radius: 50%; height: 420px; left: 50%; position: absolute; top: 45%; transform: translate(-50%, -50%); width: 420px; }
.lv-hero__visual img { filter: drop-shadow(0 28px 30px rgba(23,34,27,.18)); height: auto; left: 50%; max-height: 470px; object-fit: contain; position: absolute; top: 46%; transform: translate(-50%, -50%); width: min(430px, 92%); z-index: 2; }
.lv-hero__note { background: rgba(255,255,255,.96); border: 1px solid var(--lv-line); border-radius: 16px; bottom: 16px; box-shadow: var(--lv-shadow); font-size: 13px; left: 50%; line-height: 1.4; padding: 14px 18px; position: absolute; transform: translateX(-50%); width: min(320px, 90%); z-index: 3; }
.lv-proof { background: var(--lv-green); color: #fff; }
.lv-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lv-proof__grid > div { border-right: 1px solid rgba(255,255,255,.18); padding: 25px 22px; }
.lv-proof__grid > div:last-child { border-right: 0; }
.lv-proof strong,
.lv-proof span { display: block; }
.lv-proof strong { font-size: 15px; margin-bottom: 5px; }
.lv-proof span { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.4; }
.lv-section { padding: 92px 0; }
.lv-section--soft { background: var(--lv-cream); }
.lv-section__head { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 40px; }
.lv-section__head h2,
.lv-choice h2 { font-size: clamp(32px, 4vw, 50px); letter-spacing: -.035em; line-height: 1.08; margin: 0; }
.lv-section__head > p { color: var(--lv-muted); line-height: 1.6; margin: 0; max-width: 480px; }
.lv-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lv-card { background: #fff; border: 1px solid var(--lv-line); border-radius: var(--lv-radius); display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: .2s ease; }
.lv-card:hover { box-shadow: var(--lv-shadow); transform: translateY(-3px); }
.lv-card__image { align-items: center; background: linear-gradient(155deg, #f6f6f2, #edf5ee); display: flex; justify-content: center; min-height: 270px; padding: 20px; }
.lv-card__image img { height: 235px; object-fit: contain; width: 100%; }
.lv-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.lv-card .lv-kicker { font-size: 10px; margin-bottom: 8px; }
.lv-card h3 { font-size: 20px; line-height: 1.25; margin: 0 0 10px; }
.lv-card h3 a { color: var(--lv-ink); text-decoration: none; }
.lv-card__sku { color: var(--lv-muted); font-size: 11px; margin: 0 0 18px; }
.lv-card__bottom { align-items: center; display: flex; gap: 12px; justify-content: space-between; margin-top: auto; }
.lv-price { font-size: 18px; font-weight: 850; }
.lv-price del { color: #87928b; font-size: 12px; }
.lv-price ins { text-decoration: none; }
.lv-add.button { background: var(--lv-green) !important; border: 0 !important; border-radius: 999px !important; color: #fff !important; font-size: 12px !important; font-weight: 800 !important; line-height: 1.2 !important; margin: 0 !important; outline: 0 !important; padding: 11px 15px !important; white-space: nowrap; }
.lv-add.button:focus-visible { outline: 3px solid #8fc9a8 !important; outline-offset: 2px !important; }
.lv-center { display: flex; justify-content: center; margin-top: 42px; }
.lv-steps { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.lv-steps article { background: #fff; border-radius: var(--lv-radius); min-height: 260px; padding: 30px; }
.lv-steps article > span { align-items: center; background: var(--lv-green); border-radius: 50%; color: #fff; display: flex; font-weight: 900; height: 42px; justify-content: center; margin-bottom: 30px; width: 42px; }
.lv-steps h3 { font-size: 24px; margin: 0 0 12px; }
.lv-steps p { color: var(--lv-muted); line-height: 1.65; margin: 0; }
.lv-choice { align-items: center; background: var(--lv-mint); border-radius: 34px; display: grid; gap: 70px; grid-template-columns: 1.2fr .8fr; padding: 58px; }
.lv-choice .lv-lead { font-size: 17px; }
.lv-choice__facts { display: grid; gap: 12px; }
.lv-choice__facts > div { background: rgba(255,255,255,.8); border-radius: 18px; padding: 20px; }
.lv-choice__facts strong,
.lv-choice__facts span { display: block; }
.lv-choice__facts strong { color: var(--lv-green); font-size: 24px; }
.lv-choice__facts span { color: var(--lv-muted); font-size: 13px; margin-top: 4px; }
.lv-legal { background: #f1efe8; padding: 30px 0; }
.lv-legal p { color: var(--lv-muted); font-size: 13px; line-height: 1.6; margin: 6px 0 0; }
.lv-page-hero { background: linear-gradient(140deg, #eef7ef, #fff); padding: 78px 0; text-align: center; }
.lv-page-hero .lv-lead { margin-left: auto; margin-right: auto; max-width: 800px; }
.lv-page-hero .lv-actions { justify-content: center; }
.lv-faq { display: grid; gap: 12px; margin: 0 auto; max-width: 900px; }
.lv-faq details { background: #fff; border: 1px solid var(--lv-line); border-radius: 18px; padding: 0 22px; }
.lv-faq summary { cursor: pointer; font-size: 17px; font-weight: 800; padding: 21px 0; }
.lv-faq details p { color: var(--lv-muted); line-height: 1.7; margin: -4px 0 22px; }

body.tax-product_cat.term-mieszanki-ziolowe .woocommerce-products-header,
body.tax-product_cat.term-mieszanki-ziolowe .woocommerce-products-header__title { display: none !important; }
body.tax-product_cat.term-mieszanki-ziolowe .site-content { background: #f8faf8; }
.lv-category-intro { background: linear-gradient(135deg, #edf7ee, #fff); border-radius: 28px; margin: 10px 0 34px; padding: 42px; }
.lv-category-intro h1 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -.035em; line-height: 1.08; margin: 0 0 16px; }
.lv-category-intro > p:not(.lv-kicker) { color: var(--lv-muted); font-size: 17px; line-height: 1.65; max-width: 760px; }
.lv-category-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.lv-category-points span { background: #fff; border: 1px solid var(--lv-line); border-radius: 999px; color: var(--lv-green); font-size: 12px; font-weight: 800; padding: 9px 14px; }
body.tax-product_cat.term-mieszanki-ziolowe ul.products li.product { background: #fff; border: 1px solid var(--lv-line); border-radius: 22px; overflow: hidden; padding-bottom: 22px; transition: .2s ease; }
body.tax-product_cat.term-mieszanki-ziolowe ul.products li.product:hover { box-shadow: var(--lv-shadow); transform: translateY(-3px); }
body.tax-product_cat.term-mieszanki-ziolowe ul.products li.product img { background: #f2f6f1; margin-bottom: 18px; }
body.tax-product_cat.term-mieszanki-ziolowe ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat.term-mieszanki-ziolowe ul.products li.product .price,
body.tax-product_cat.term-mieszanki-ziolowe ul.products li.product .button { margin-left: 20px; margin-right: 20px; }

body.single-product .product.type-product { padding-top: 25px; }
.lv-product-eyebrow { color: var(--lv-green-2); font-size: 12px; font-weight: 800; letter-spacing: .08em; margin: 0 0 10px; text-transform: uppercase; }
body.single-product div.product .summary h1 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -.035em; line-height: 1.08; }
body.single-product div.product .summary .price { color: var(--lv-green); font-size: 26px; font-weight: 850; }
body.single-product div.product form.cart .button { background: var(--lv-green); border-radius: 999px; min-height: 48px; padding-left: 24px; padding-right: 24px; }
.lv-product-facts { border-bottom: 1px solid var(--lv-line); border-top: 1px solid var(--lv-line); display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin-top: 25px; }
.lv-product-facts > div { border-right: 1px solid var(--lv-line); padding: 17px 14px 17px 0; }
.lv-product-facts > div:not(:first-child) { padding-left: 14px; }
.lv-product-facts > div:last-child { border-right: 0; }
.lv-product-facts strong,
.lv-product-facts span { display: block; }
.lv-product-facts strong { font-size: 12px; margin-bottom: 5px; }
.lv-product-facts span { color: var(--lv-muted); font-size: 11px; line-height: 1.35; }
body.single-product .woocommerce-tabs { background: #f7f8f5; margin-top: 70px; padding: 55px max(20px, calc((100vw - 1180px) / 2)); }
body.single-product .woocommerce-tabs .panel { background: #fff; border-radius: 24px; padding: 35px; }
.lv-product-legal p { color: var(--lv-muted); line-height: 1.7; }

@media (max-width: 960px) {
  .lv-hero__grid { gap: 30px; grid-template-columns: 1fr 360px; }
  .lv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lv-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .lv-proof__grid > div:nth-child(2) { border-right: 0; }
  .lv-choice { gap: 35px; padding: 42px; }
}

@media (max-width: 700px) {
  .lv-wrap { width: min(100% - 28px, 1180px); }
  .lv-hero { padding: 44px 0 34px; }
  .lv-hero__grid { gap: 22px; grid-template-columns: 1fr; }
  .lv-hero h1,
  .lv-page-hero h1 { font-size: 40px; }
  .lv-hero__visual { min-height: 365px; }
  .lv-hero__halo { height: 300px; width: 300px; }
  .lv-hero__visual img { max-height: 350px; }
  .lv-actions { align-items: stretch; flex-direction: column; }
  .lv-btn { width: 100%; }
  .lv-proof__grid { grid-template-columns: 1fr 1fr; }
  .lv-proof__grid > div { min-height: 105px; padding: 18px 14px; }
  .lv-section { padding: 62px 0; }
  .lv-section__head { align-items: start; flex-direction: column; gap: 15px; margin-bottom: 28px; }
  .lv-grid { gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lv-card { border-radius: 16px; }
  .lv-card__image { min-height: 185px; padding: 12px; }
  .lv-card__image img { height: 170px; }
  .lv-card__body { padding: 15px; }
  .lv-card .lv-kicker { display: none; }
  .lv-card h3 { font-size: 16px; }
  .lv-card__sku { display: none; }
  .lv-card__bottom { align-items: stretch; flex-direction: column; }
  .lv-add.button { text-align: center; width: 100%; }
  .lv-steps { grid-template-columns: 1fr; }
  .lv-steps article { min-height: 0; padding: 25px; }
  .lv-choice { border-radius: 24px; grid-template-columns: 1fr; padding: 30px 22px; }
  .lv-page-hero { padding: 55px 0; }
  .lv-category-intro { border-radius: 20px; padding: 25px 20px; }
  .lv-product-facts { grid-template-columns: 1fr; }
  .lv-product-facts > div,
  .lv-product-facts > div:not(:first-child) { border-bottom: 1px solid var(--lv-line); border-right: 0; padding: 12px 0; }
  .lv-product-facts > div:last-child { border-bottom: 0; }
  body.single-product .woocommerce-tabs { margin-top: 40px; padding: 35px 14px; }
  body.single-product .woocommerce-tabs .panel { border-radius: 18px; padding: 22px; }
}
