:root{
  --pv-green:#26872e;
  --pv-green-dark:#17651f;
  --pv-ink:#141915;
  --pv-muted:#667269;
  --pv-bg:#f6f8f2;
  --pv-card:#ffffff;
  --pv-border:#e4e7dd;
  --pv-soft:#eef8ef;
  --pv-radius:22px;
  --pv-shadow:0 10px 28px rgba(20,25,21,.08);
  --pv-container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--pv-bg);
  color:var(--pv-ink);
  font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;
  line-height:1.6;
  text-rendering:optimizeLegibility;
}
body,button,input,select,textarea{font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif}
a{color:inherit;text-decoration:none}
a:hover{color:var(--pv-green-dark)}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.pv-skip,.screen-reader-text{position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.pv-skip:focus{position:fixed;inset-block-start:10px;inset-inline-start:10px;z-index:9999;width:auto;height:auto;clip:auto;background:#fff;color:#000;border:2px solid var(--pv-green);border-radius:10px;padding:10px 14px}
.pv-container{width:min(calc(100% - 24px),var(--pv-container));margin-inline:auto}
.pv-main{min-height:55vh}
.pv-header{background:#fff;border-bottom:1px solid var(--pv-border);position:sticky;top:0;z-index:50;box-shadow:0 2px 14px rgba(0,0,0,.035)}
body.admin-bar .pv-header{top:32px}
.pv-topbar{background:var(--pv-green);color:#fff;font-weight:900;font-size:.92rem;text-align:center}
.pv-topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:center;padding-block:5px}
.pv-header__inner{min-height:76px;display:grid;grid-template-columns:1fr auto 44px;align-items:center;gap:16px}
.pv-brand{display:flex;justify-content:center;align-items:center}
.pv-brand img{max-height:62px;width:auto;object-fit:contain}
.pv-brand__name{font-size:1.7rem;font-weight:950;color:var(--pv-green);letter-spacing:-.03em}
.pv-menu{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}
.pv-menu a{display:inline-flex;padding:8px 12px;border-radius:999px;font-weight:850;color:#2b332d;font-size:.95rem}
.pv-menu a:hover{background:var(--pv-soft);color:var(--pv-green-dark)}
.pv-header__cart{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--pv-border);border-radius:50%;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.04)}
.pv-home-products,.pv-shop,.pv-page-list,.pv-page,.pv-product{padding-block:18px 44px}
.pv-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.pv-card{background:var(--pv-card);border:1px solid var(--pv-border);border-radius:20px;overflow:hidden;box-shadow:0 5px 16px rgba(20,25,21,.055);display:flex;flex-direction:column;min-width:0;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.pv-card:hover{transform:translateY(-2px);box-shadow:var(--pv-shadow);border-color:#cbe9cf}
.pv-card__media{display:grid;place-items:center;aspect-ratio:1/1;background:linear-gradient(180deg,#fff,#fbfcf8);padding:8px}
.pv-card__media img{width:100%;height:100%;object-fit:contain}
.pv-card__body{padding:10px;text-align:center;display:flex;flex-direction:column;gap:7px;flex:1}
.pv-card__title{font-size:.82rem;line-height:1.32;margin:0;min-height:2.2em;font-weight:950;text-transform:uppercase;display:flex;align-items:center;justify-content:center}
.pv-card__price{font-size:.95rem;font-weight:950;color:var(--pv-green-dark);min-height:1.6em}
.pv-card__price del{color:#8e9991;font-weight:650;margin-inline-end:4px}
.pv-card__price ins{text-decoration:none}
.pv-btn,.button,.added_to_cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:var(--pv-green);color:#fff!important;font-weight:950;min-height:48px;padding:12px 20px;box-shadow:0 8px 18px rgba(38,135,46,.22);transition:background .16s ease,transform .16s ease,opacity .16s ease}
.pv-btn:hover,.button:hover,.added_to_cart:hover{background:var(--pv-green-dark);color:#fff!important;transform:translateY(-1px)}
.pv-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}
.pv-btn--small{min-height:38px;padding:8px 12px;width:100%;font-size:.82rem}
.pv-btn--wide{width:100%}
.pv-empty,.pv-content-card{background:#fff;border:1px solid var(--pv-border);border-radius:var(--pv-radius);padding:24px;box-shadow:var(--pv-shadow)}
.pv-entry-title{font-size:clamp(1.4rem,3vw,2.2rem);margin:0 0 14px;line-height:1.25}
.pv-entry-content{color:#28322b;font-weight:500}
.pv-entry-content :where(h1,h2,h3){line-height:1.25;margin:1.1em 0 .45em;color:#1b231d}
.pv-entry-content p{margin:.65em 0}
.pv-entry-content :where(ul,ol){padding-inline-start:1.25em}
.pv-entry-content a{text-decoration:underline;text-underline-offset:3px;color:var(--pv-green-dark);font-weight:800}
.pv-entry-content img{border-radius:16px;margin:12px auto;max-width:100%;height:auto}
.pv-shop__head{margin-bottom:18px;background:#fff;border:1px solid var(--pv-border);border-radius:var(--pv-radius);padding:18px;box-shadow:0 4px 16px rgba(0,0,0,.04)}
.pv-shop__head h1{margin:0;font-size:clamp(1.35rem,3vw,2.1rem)}
.woocommerce-result-count,.woocommerce-ordering{margin:0 0 14px;color:var(--pv-muted);font-weight:750}
.woocommerce-ordering select{border:1px solid var(--pv-border);background:#fff;border-radius:999px;padding:9px 12px}
.woocommerce-pagination{margin-top:26px;text-align:center}
.woocommerce-pagination ul{display:flex;justify-content:center;gap:7px;list-style:none;margin:0;padding:0}
.woocommerce-pagination a,.woocommerce-pagination span{display:grid;place-items:center;min-width:38px;height:38px;background:#fff;border:1px solid var(--pv-border);border-radius:12px;font-weight:900}
.woocommerce-pagination .current{background:var(--pv-green);border-color:var(--pv-green);color:#fff}
.pv-breadcrumb{font-size:.88rem;color:var(--pv-muted);font-weight:750;margin:0 0 12px}
.pv-breadcrumb a{color:var(--pv-green-dark)}
.pv-breadcrumb span{margin-inline:6px;color:#a1aaa4}
.pv-product-hero{display:grid;grid-template-areas:"gallery" "buy";gap:14px;direction:ltr;align-items:start}
.pv-gallery-card{grid-area:gallery;direction:rtl;background:#fff;border:1px solid var(--pv-border);border-radius:26px;box-shadow:var(--pv-shadow);padding:12px;overflow:hidden}
.pv-buy-card{grid-area:buy;direction:rtl;background:#fff;border:1px solid var(--pv-border);border-radius:26px;box-shadow:var(--pv-shadow);padding:16px}
.pv-main-image{display:grid;place-items:center;min-height:220px;background:linear-gradient(180deg,#fff,#fbfcf8);border-radius:20px;overflow:hidden}
.pv-main-image img{width:100%;height:auto;max-height:560px;object-fit:contain}
.pv-thumbs{display:flex;gap:8px;overflow-x:auto;padding-block-start:10px}
.pv-thumb{flex:0 0 72px;height:72px;border:1px solid var(--pv-border);background:#fff;border-radius:14px;padding:4px;display:grid;place-items:center}
.pv-thumb img{width:100%;height:100%;object-fit:contain;border-radius:10px}
.pv-thumb.is-active,.pv-thumb:hover{border-color:var(--pv-green);box-shadow:0 0 0 3px rgba(38,135,46,.12)}
.pv-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.pv-trust-row span{display:inline-flex;align-items:center;justify-content:center;background:var(--pv-soft);color:var(--pv-green-dark);border:1px solid #cce8d0;border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:950}
.pv-product-title{font-size:clamp(1.55rem,4vw,2.55rem);line-height:1.12;margin:0 0 8px;font-weight:1000;letter-spacing:-.03em;text-transform:uppercase;color:#151915}
.pv-product-price{font-size:1.55rem;font-weight:1000;color:var(--pv-green-dark);margin-bottom:12px}
.pv-product-price del{color:#8c968f;font-weight:700;font-size:1rem;margin-inline-start:6px}
.pv-product-price ins{text-decoration:none}
.pv-short-desc{background:#fbfcf8;border:1px solid var(--pv-border);border-radius:18px;padding:12px;color:#26312a;font-weight:650;margin-bottom:12px}
.pv-short-desc p{margin:.3em 0}
.pv-checks{display:grid;gap:7px;list-style:none;margin:0 0 14px;padding:0}
.pv-checks li{position:relative;padding-inline-start:28px;color:#2f3933;font-weight:850;font-size:.92rem}
.pv-checks li::before{content:"✓";position:absolute;inset-inline-start:0;top:0;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--pv-soft);color:var(--pv-green);font-weight:1000;font-size:.75rem}
.pv-cod{border:1px solid #bde4c3;border-radius:22px;background:#f3fbf4;padding:13px}
.pv-cod__title{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.pv-cod__icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--pv-green);color:#fff;font-weight:1000;box-shadow:0 8px 18px rgba(38,135,46,.20)}
.pv-cod__title strong{display:block;color:var(--pv-green-dark);font-size:1.02rem;line-height:1.25}
.pv-cod__title small{display:block;color:var(--pv-muted);font-weight:750;font-size:.86rem}
.pv-cod-form{display:grid;gap:10px}
.pv-form-grid{display:grid;grid-template-columns:1fr;gap:10px}
.pv-field{display:grid;gap:5px;font-weight:900;color:#1e2921}
.pv-field span{font-size:.86rem}
.pv-field input,.pv-field select,.pv-field textarea{width:100%;border:1px solid #dce8de;border-radius:15px;background:#fff;padding:12px 13px;outline:none;color:var(--pv-ink);min-height:48px}
.pv-field textarea{resize:vertical;min-height:70px}
.pv-field input:focus,.pv-field select:focus,.pv-field textarea:focus{border-color:var(--pv-green);box-shadow:0 0 0 3px rgba(38,135,46,.13)}
.pv-submit{font-size:1.02rem;min-height:52px}
.pv-cod-form__message{min-height:22px;text-align:center;font-weight:900;font-size:.92rem}
.pv-cod-form__message.is-success{color:var(--pv-green-dark)}
.pv-cod-form__message.is-error{color:#bd2f2f}
.pv-cod-form__message.is-loading{color:var(--pv-muted)}
.pv-description-card,.pv-related{margin-top:18px;background:#fff;border:1px solid var(--pv-border);border-radius:26px;box-shadow:var(--pv-shadow);padding:18px}
.pv-description-card h2,.pv-related h2{font-size:clamp(1.25rem,3vw,1.8rem);margin:0 0 12px;line-height:1.25}
.pv-mobile-order{position:fixed;left:12px;right:12px;bottom:12px;z-index:60;display:none;align-items:center;justify-content:center;min-height:50px;border-radius:999px;background:var(--pv-green);color:#fff!important;font-weight:1000;box-shadow:0 10px 24px rgba(38,135,46,.30)}
.pv-thanks{min-height:60vh;display:grid;place-items:center;padding-block:40px}
.pv-thanks__card{width:min(100%,680px);background:#fff;border:1px solid var(--pv-border);border-radius:30px;padding:28px;text-align:center;box-shadow:var(--pv-shadow)}
.pv-thanks__icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--pv-soft);color:var(--pv-green);font-size:2.2rem;font-weight:1000;margin:0 auto 12px}
.pv-order-number{display:inline-flex;background:#f6f8f2;border:1px solid var(--pv-border);border-radius:999px;padding:8px 14px;font-weight:950}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#fff;border:1px solid var(--pv-border);border-radius:16px;padding:12px 14px;box-shadow:0 4px 16px rgba(0,0,0,.04);list-style:none;font-weight:750}.woocommerce-error{border-color:#ffd1d1}.woocommerce-message{border-color:#cbe8ce}
.pv-footer{background:#101512;color:#e9f1ea;margin-top:34px}
.pv-footer__grid{display:grid;grid-template-columns:1fr;gap:22px;padding-block:28px}
.pv-footer h3{font-size:1.04rem;margin:0 0 8px}.pv-footer p,.pv-footer a,.pv-footer li{color:#c7d4ca}.pv-footer ul,.pv-footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:6px}.pv-footer a:hover{color:#fff}.pv-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:12px;text-align:center;color:#b8c4ba;font-weight:750;font-size:.9rem}
@media (max-width:782px){body.admin-bar .pv-header{top:46px}}
@media (max-width:760px){
  .pv-container{width:min(calc(100% - 16px),var(--pv-container))}
  .pv-topbar{font-size:.78rem}.pv-topbar__inner{min-height:32px}
  .pv-header__inner{grid-template-columns:1fr auto 40px;min-height:64px;gap:8px}
  .pv-nav{display:none}.pv-brand img{max-height:54px}.pv-brand__name{font-size:1.35rem}.pv-header__cart{width:38px;height:38px}
  .pv-home-products,.pv-shop,.pv-page-list,.pv-page,.pv-product{padding-block:12px 34px}
  .pv-products-grid{gap:10px}.pv-card{border-radius:16px}.pv-card__media{padding:6px}.pv-card__body{padding:9px}.pv-card__title{font-size:.76rem}.pv-card__price{font-size:.88rem}.pv-btn--small{min-height:36px;font-size:.78rem;padding:7px 10px}
  .pv-product-hero{gap:10px}.pv-gallery-card,.pv-buy-card,.pv-description-card,.pv-related{border-radius:20px;padding:11px}.pv-main-image{min-height:180px;border-radius:15px}.pv-product-title{font-size:1.55rem}.pv-product-price{font-size:1.28rem}.pv-form-grid{grid-template-columns:1fr}.pv-mobile-order{display:flex}body.pv-single-product-page{padding-bottom:72px}.pv-breadcrumb{font-size:.78rem;white-space:nowrap;overflow-x:auto;padding-bottom:2px}
}
@media (min-width:620px){.pv-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pv-form-grid{grid-template-columns:1fr 1fr}}
@media (min-width:900px){
  .pv-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
  .pv-card__body{padding:13px}.pv-card__title{font-size:.95rem}.pv-card__price{font-size:1.05rem}.pv-card__media{padding:13px}
  .pv-product-hero{grid-template-columns:minmax(0,1fr) minmax(380px,450px);grid-template-areas:"gallery buy";gap:18px}
  .pv-buy-card{position:sticky;top:132px;padding:18px}.pv-gallery-card{padding:16px}.pv-description-card,.pv-related{padding:22px}
  .pv-footer__grid{grid-template-columns:1.2fr .8fr .8fr}
}
@media (min-width:1180px){.pv-products-grid{gap:18px}.pv-product-hero{gap:22px}.pv-buy-card{padding:22px}.pv-gallery-card{padding:18px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition:none!important}}


/* V3 Minimal product page fixes */
.pv-header__inner--center-logo{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:76px;
  text-align:center;
}
.pv-brand--centered{margin-inline:auto;justify-content:center;text-align:center;width:100%;}
.pv-brand--centered a{display:inline-flex;align-items:center;justify-content:center;}
.pv-brand--centered img{margin-inline:auto;max-height:70px;}
.pv-single-product-page .pv-breadcrumb{display:none!important;}
.pv-single-product-page .pv-trust-row,
.pv-single-product-page .pv-product-title,
.pv-single-product-page .pv-product-price,
.pv-single-product-page .pv-short-desc,
.pv-single-product-page .pv-checks{display:none!important;}
.pv-buy-card--form-only{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.pv-buy-card--form-only .pv-cod{margin:0;background:#f3fbf4;border:1px solid #bde4c3;border-radius:26px;padding:18px;box-shadow:var(--pv-shadow);}
.pv-single-product-page .pv-product{padding-block:34px 44px;}
.pv-single-product-page .pv-product-hero{align-items:start;}
@media (min-width:900px){
  .pv-single-product-page .pv-product-hero{grid-template-columns:minmax(0,1fr) minmax(360px,430px);}
  .pv-buy-card--form-only{position:sticky;top:132px;}
}
@media (max-width:760px){
  .pv-header__inner--center-logo{min-height:64px;}
  .pv-brand--centered img{max-height:56px;}
  .pv-single-product-page .pv-product{padding-block:14px 34px;}
  .pv-buy-card--form-only .pv-cod{padding:13px;border-radius:20px;}
}


/* V5 visible text offer cards */
.pv-offers{display:grid;gap:10px;margin-bottom:10px;order:-1}
.pv-offers__title{text-align:center;color:var(--pv-green-dark);font-weight:1000;font-size:1rem;line-height:1.25}
.pv-offers__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;direction:rtl}
.pv-offer-card{appearance:none;position:relative;border:2px solid #dce8de;background:#fff;border-radius:16px;padding:12px 8px 10px;display:grid;gap:6px;cursor:pointer;text-align:center;box-shadow:0 4px 10px rgba(20,25,21,.05);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;min-width:0;min-height:82px;align-content:center}
.pv-offer-card:hover,.pv-offer-card.is-selected{border-color:var(--pv-green);box-shadow:0 0 0 3px rgba(38,135,46,.12),0 8px 18px rgba(20,25,21,.08);transform:translateY(-1px);background:#f7fff8}
.pv-offer-card__badge{position:absolute;top:-11px;right:50%;transform:translateX(50%);background:#f59e0b;color:#fff;border-radius:999px;padding:3px 9px;font-size:.65rem;font-weight:1000;white-space:nowrap;line-height:1.1}
.pv-offer-card__label{font-size:.95rem;font-weight:1000;color:#172018;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}
.pv-offer-card__price{display:inline-flex;align-items:center;justify-content:center;background:var(--pv-green);color:#fff;border-radius:10px;padding:6px 8px;font-size:.95rem;font-weight:1000;line-height:1.1;direction:rtl;min-height:30px}
.pv-offer-card__price del{display:none}.pv-offer-card__price ins{text-decoration:none;color:#fff}
@media (max-width:520px){.pv-offers__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.pv-offer-card{padding:11px 5px 8px;border-radius:13px;min-height:74px}.pv-offer-card__label{font-size:.78rem}.pv-offer-card__price{font-size:.76rem;padding:5px 4px}.pv-offers__title{font-size:.9rem}.pv-offer-card__badge{font-size:.56rem;padding:3px 7px}}

