:root {
    --pv-green: #008f24;
    --pv-green-dark: #006b1a;
    --pv-green-soft: #eafbea;
    --pv-cream: #fbfcf4;
    --pv-orange: #d77a19;
    --pv-text: #111827;
    --pv-muted: #667085;
    --pv-border: #d7ead8;
    --pv-white: #ffffff;
    --pv-shadow: 0 18px 50px rgba(18, 75, 30, .10);
    --pv-radius: 24px;
    --pv-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body {
    margin: 0;
    direction: rtl;
    text-align: right;
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
    color: var(--pv-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.pv-container { width: min(var(--pv-container), calc(100% - 32px)); margin-inline: auto; }
.pv-main { min-height: 60vh; background: linear-gradient(180deg, #fafff7 0%, #fff 52%); }

/* Header */
.pv-site-header { position: sticky; top: 0; z-index: 999; background: var(--pv-white); box-shadow: 0 8px 24px rgba(16, 24, 40, .06); }
.admin-bar .pv-site-header { top: 32px; }
.pv-topbar { background: var(--pv-green); color: #fff; font-weight: 800; font-size: 15px; }
.pv-topbar-inner { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.pv-navbar { background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.pv-navbar-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.pv-brand { display: flex; align-items: center; min-width: 160px; }
.custom-logo-link img { max-height: 72px; width: auto; }
.pv-logo-text { font-size: clamp(28px, 4vw, 42px); font-weight: 950; letter-spacing: -1.5px; color: #3aaa4b; line-height: 1; }
.pv-logo-text span { color: #74bf4b; }
.pv-menu-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 36px; font-weight: 800; }
.pv-menu-list a { color: #202020; }
.pv-menu-list a:hover { color: var(--pv-green); }
.pv-header-actions { display: flex; align-items: center; gap: 12px; }
.pv-icon-button, .pv-cart-button { min-height: 52px; border: 1px solid #e8f0e8; border-radius: 16px; background: #fff; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; box-shadow: 0 8px 16px rgba(16,24,40,.06); font-weight: 800; }
.pv-icon-button { width: 52px; font-size: 28px; }
.pv-cart-button span { margin-inline-start: 6px; font-size: 14px; }
.pv-mobile-toggle { display: none; border: 0; background: var(--pv-green); color: #fff; width: 46px; height: 46px; border-radius: 14px; font-size: 22px; }

/* Hero */
.pv-hero { padding: clamp(48px, 7vw, 88px) 0 70px; }
.pv-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.pv-hero-content { text-align: right; }
.pv-pill { display: inline-flex; align-items: center; width: fit-content; gap: 8px; padding: 11px 18px; border-radius: 999px; background: var(--pv-green-soft); color: var(--pv-green-dark); font-weight: 900; margin-bottom: 16px; }
.pv-hero h1 { font-size: clamp(44px, 7vw, 76px); line-height: .95; margin: 0 0 18px; letter-spacing: -2px; }
.pv-hero p { color: var(--pv-muted); font-size: clamp(18px, 2.2vw, 24px); max-width: 620px; margin: 0 0 26px; }
.pv-hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.pv-primary-link, .pv-secondary-link, .pv-card-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border-radius: 14px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.pv-primary-link { background: var(--pv-green); color: #fff; box-shadow: 0 10px 22px rgba(0, 143, 36, .24); }
.pv-secondary-link { background: #fff; color: var(--pv-green); border: 1px solid var(--pv-border); }
.pv-primary-link:hover, .pv-card-button:hover, .pv-secondary-link:hover { transform: translateY(-2px); }
.pv-hero-card { position: relative; }
.pv-fast-box { background: linear-gradient(135deg, #f3fff3 0%, #fff7dd 100%); border-radius: var(--pv-radius); padding: clamp(20px, 3vw, 34px); box-shadow: var(--pv-shadow); border: 1px solid #eff7e9; }
.pv-fast-box > h2 { margin: 0 0 18px; text-align: center; color: var(--pv-green); font-size: 28px; }
.pv-fast-box .pv-cod-form { border: 4px dotted #21c044; border-radius: 22px; background: rgba(255,255,255,.62); padding: clamp(18px, 3vw, 28px); }

.pv-showcase-card { background: linear-gradient(135deg, #f3fff3 0%, #fff7dd 100%); border-radius: var(--pv-radius); padding: clamp(22px, 3vw, 36px); box-shadow: var(--pv-shadow); border: 1px solid #eff7e9; }
.pv-showcase-label { display: inline-flex; align-items: center; width: fit-content; padding: 8px 14px; border-radius: 999px; background: #fff; color: var(--pv-green-dark); font-weight: 900; margin-bottom: 12px; border: 1px solid var(--pv-border); }
.pv-showcase-card h2 { margin: 0 0 10px; color: var(--pv-green); font-size: clamp(25px, 3vw, 36px); line-height: 1.25; }
.pv-showcase-card p { margin: 0 0 18px; color: var(--pv-muted); font-size: 16px; }
.pv-showcase-product { display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,.74); border: 3px dotted #21c044; border-radius: 22px; padding: 16px; margin: 18px 0; }
.pv-showcase-product a { flex: 0 0 118px; width: 118px; height: 118px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 18px; border: 1px solid #edf2ed; overflow: hidden; }
.pv-showcase-product img { width: 100%; height: 100%; object-fit: contain; }
.pv-showcase-product strong { display: block; font-size: 18px; line-height: 1.4; }
.pv-showcase-product span { display: block; color: var(--pv-green); font-weight: 950; margin-top: 4px; }
.pv-showcase-placeholder { width: 100%; min-height: 118px; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--pv-muted); background: #fff; border-radius: 18px; font-weight: 900; }
.pv-showcase-features { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 16px 0 20px; }
.pv-showcase-features span { background: #fff; border: 1px solid var(--pv-border); border-radius: 14px; padding: 11px 14px; font-weight: 900; }
.pv-showcase-button { width: 100%; }

/* Forms */
.pv-cod-form { width: 100%; }
.pv-field-label { display: block; font-weight: 900; margin-bottom: 8px; }
.pv-product-select { width: 100%; min-height: 56px; border: 2px solid var(--pv-border); border-radius: 14px; padding: 0 16px; background: #fff; color: var(--pv-text); margin-bottom: 14px; }
.pv-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pv-form-grid label { display: block; }
.pv-form-grid span { display: none; }
.pv-form-grid input { width: 100%; min-height: 58px; border: 2px solid var(--pv-border); background: #fff; border-radius: 16px; padding: 0 18px; outline: none; color: var(--pv-text); transition: border-color .2s ease, box-shadow .2s ease; }
.pv-form-grid input:focus, .pv-product-select:focus { border-color: var(--pv-green); box-shadow: 0 0 0 4px rgba(0,143,36,.10); }
.pv-form-grid .pv-wide { grid-column: 1 / -1; }
.pv-order-button { width: 100%; min-height: 62px; border: 0; border-radius: 16px; margin-top: 14px; background: var(--pv-green); color: #fff; font-weight: 950; font-size: 18px; box-shadow: 0 12px 24px rgba(0,143,36,.22); }
.pv-order-button:disabled { opacity: .7; cursor: wait; }
.pv-form-note { margin: 12px 0 0; color: var(--pv-muted); font-size: 14px; text-align: center; }
.pv-form-message { margin-top: 10px; font-weight: 800; text-align: center; color: var(--pv-green-dark); }
.pv-form-message.is-error { color: #c93434; }

/* Trust */
.pv-trust-strip { padding: 0 0 36px; }
.pv-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pv-trust-grid div { background: #fff; border: 1px solid #edf4ed; border-radius: 18px; min-height: 74px; display: flex; align-items: center; justify-content: center; font-weight: 900; box-shadow: 0 10px 24px rgba(16,24,40,.05); }

/* Products */
.pv-products-section { padding: 40px 0 80px; }
.pv-home-products-only { padding: clamp(18px, 4vw, 38px) 0 70px; }
.pv-section-title { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.pv-section-title h2 { font-size: clamp(28px, 4vw, 44px); margin: 0; }
.pv-section-title a { color: var(--pv-green); font-weight: 900; }
.pv-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pv-product-card { background: #fff; border: 1px solid #edf2ed; border-radius: 22px; overflow: hidden; box-shadow: 0 14px 34px rgba(16,24,40,.06); display: flex; flex-direction: column; min-width: 0; }
.pv-product-image { background: #f7fbf6; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; padding: 16px; }
.pv-product-image img { width: 100%; height: 100%; object-fit: contain; }
.pv-product-card-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.pv-product-card h3 { margin: 0 0 8px; font-size: 19px; line-height: 1.4; }
.pv-product-card p { color: var(--pv-muted); margin: 0 0 16px; font-size: 14px; }
.pv-home-product-grid .pv-product-card p { display: none; }
.pv-card-bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pv-price { color: var(--pv-green); font-weight: 950; }
.pv-card-button { min-height: 44px; padding: 0 16px; background: var(--pv-green); color: #fff; border-radius: 12px; font-size: 14px; }

/* Product page */
.pv-single-product { padding: 42px 0 28px; }
.pv-product-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 560px); gap: clamp(24px, 4vw, 52px); align-items: start; }
.pv-product-visual { order: 1; }
.pv-product-order-panel, .pv-product-summary-panel { order: 2; }
.pv-product-image-main { background: #fff; border: 1px solid #edf2ed; border-radius: 22px; padding: 18px; box-shadow: var(--pv-shadow); }
.pv-product-image-main img { width: 100%; max-height: 620px; object-fit: contain; }
.pv-product-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 14px; }
.pv-product-badges span { background: #fff; color: var(--pv-green-dark); border: 1px solid var(--pv-border); border-radius: 14px; padding: 12px; font-weight: 900; text-align: center; }
.pv-product-order-panel h1, .pv-product-summary-panel h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1; margin: 0 0 14px; }
.pv-single-price { color: var(--pv-green); font-size: clamp(26px, 4vw, 38px); font-weight: 950; margin: 0 0 14px; }
.pv-standard-cart { margin-top: 20px; background: #fff; border: 1px solid #edf2ed; border-radius: 20px; padding: 18px; box-shadow: 0 14px 34px rgba(16,24,40,.06); }
.pv-standard-cart form.cart { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 0; }
.pv-standard-cart .quantity input.qty { min-height: 48px; width: 82px; border: 2px solid var(--pv-border); border-radius: 12px; text-align: center; font-weight: 900; }
.pv-standard-cart .single_add_to_cart_button { min-height: 48px; padding-inline: 24px !important; }
.pv-short-description { color: var(--pv-muted); font-size: 18px; margin-bottom: 12px; }
.pv-stock-line { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0 18px; color: var(--pv-green-dark); font-weight: 900; }
.pv-offer-title { font-size: 18px; margin: 20px 0 10px; }
.pv-offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.pv-offer-card { border: 2px solid var(--pv-border); background: #fff; border-radius: 16px; padding: 13px 10px; display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--pv-text); box-shadow: 0 8px 18px rgba(16,24,40,.05); }
.pv-offer-card strong { font-size: 16px; }
.pv-offer-card span { background: var(--pv-green); color: #fff; font-weight: 950; padding: 4px 12px; border-radius: 999px; }
.pv-offer-card.is-selected { border-color: var(--pv-green); background: #f2fff2; box-shadow: 0 0 0 4px rgba(0,143,36,.10); }
.pv-product-form-box { margin-top: 12px; padding: 18px; }
.pv-product-form-box > h2 { font-size: 18px; }
.pv-product-form-box .pv-cod-form { border-color: #18a92e; }
.pv-product-details { padding: 34px 0 88px; }
.pv-details-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; align-items: start; }
.pv-content-card { background: #fff; border: 1px solid #edf2ed; border-radius: 22px; padding: clamp(20px, 3vw, 30px); box-shadow: 0 14px 34px rgba(16,24,40,.06); }
.pv-content-card h1, .pv-content-card h2, .pv-content-card h3 { margin-top: 0; }
.pv-side-note { background: #fafff7; }
.pv-sticky-order { position: fixed; inset-inline: 0; bottom: 12px; z-index: 998; width: min(640px, calc(100% - 28px)); margin-inline: auto; min-height: 60px; display: none; align-items: center; justify-content: center; border-radius: 16px; background: var(--pv-green); color: #fff; font-weight: 950; box-shadow: 0 18px 36px rgba(0,0,0,.20); }

/* Info + pages */
.pv-info-section { padding: 70px 0; background: #f9fff9; }
.pv-info-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; }
.pv-info-grid h2 { font-size: clamp(28px, 4vw, 44px); margin: 0 0 10px; }
.pv-info-grid p { color: var(--pv-muted); margin: 0; font-size: 18px; }
.pv-info-list { display: grid; gap: 12px; }
.pv-info-list span { background: #fff; border: 1px solid var(--pv-border); border-radius: 16px; padding: 14px 18px; font-weight: 900; }
.pv-alert { padding: 18px; border-radius: 16px; background: #fff7db; border: 1px solid #ffe4a3; color: #7a4b00; font-weight: 800; }
.pv-page-section, .pv-thank-you { padding: 64px 0 90px; }
.pv-thank-card { max-width: 760px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid #edf2ed; border-radius: 28px; padding: clamp(28px, 5vw, 56px); box-shadow: var(--pv-shadow); }
.pv-checkmark { width: 78px; height: 78px; border-radius: 50%; background: var(--pv-green); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 46px; font-weight: 950; margin-bottom: 18px; }
.pv-thank-card h1 { margin: 0 0 12px; font-size: clamp(30px, 5vw, 48px); }
.pv-thank-card p { color: var(--pv-muted); font-size: 18px; }
.pv-order-number { color: var(--pv-text) !important; }
.pv-thank-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.pv-thank-steps div { border: 1px solid var(--pv-border); background: #fafff7; border-radius: 16px; padding: 16px; display: grid; gap: 8px; }
.pv-thank-steps strong { margin: 0 auto; width: 36px; height: 36px; border-radius: 50%; background: var(--pv-green); color: #fff; display: flex; align-items: center; justify-content: center; }

/* WooCommerce generic */
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; background: #fff; border: 1px solid #edf2ed; border-radius: 20px; padding: 16px !important; box-shadow: 0 14px 34px rgba(16,24,40,.06); text-align: right; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background: var(--pv-green) !important; color: #fff !important; border-radius: 12px !important; font-weight: 900 !important; }
.woocommerce .price { color: var(--pv-green) !important; font-weight: 950 !important; }

/* Footer */
.pv-footer { background: #09240f; color: #d9f7de; padding-top: 52px; }
.pv-footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 30px; }
.pv-footer a { display: block; color: #fff; margin: 8px 0; font-weight: 800; }
.pv-footer h3 { color: #fff; margin-top: 0; }
.pv-footer-logo .pv-logo-text { color: #fff; }
.pv-disclaimer { color: #a7d8ad; }
.pv-footer-bottom { text-align: center; padding: 22px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; color: #bfe9c5; }

@media (max-width: 1050px) {
    .pv-product-grid, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
    .pv-product-layout { grid-template-columns: 1fr; }
    .pv-product-order-panel, .pv-product-summary-panel, .pv-product-visual { order: initial; }
    .pv-details-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    .admin-bar .pv-site-header { top: 46px; }
    .pv-container { width: min(100% - 24px, var(--pv-container)); }
    .pv-topbar-inner { min-height: 42px; gap: 12px; font-size: 13px; }
    .pv-navbar-inner { min-height: 74px; gap: 12px; }
    .pv-brand { min-width: 0; }
    .pv-logo-text { font-size: 28px; letter-spacing: -1px; }
    .custom-logo-link img { max-height: 48px; }
    .pv-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
    .pv-menu { display: none; position: absolute; top: 100%; inset-inline: 12px; background: #fff; border: 1px solid #edf2ed; border-radius: 18px; padding: 16px; box-shadow: 0 18px 50px rgba(16,24,40,.16); }
    .pv-menu.is-open { display: block; }
    .pv-menu-list { display: grid; gap: 14px; }
    .pv-header-actions { margin-inline-start: auto; }
    .pv-icon-button, .pv-cart-button { min-height: 44px; border-radius: 12px; padding: 0 12px; }
    .pv-icon-button { width: 44px; font-size: 22px; }
    .pv-cart-button span { display: none; }
    .pv-hero { padding: 30px 0 38px; }
    .pv-hero-grid { grid-template-columns: 1fr; gap: 26px; }
    .pv-hero-content { order: -1; text-align: center; }
    .pv-hero p { margin-inline: auto; font-size: 17px; }
    .pv-hero-actions { justify-content: center; }
    .pv-fast-box { padding: 14px; border-radius: 20px; }
    .pv-fast-box .pv-cod-form { padding: 14px; border-width: 3px; border-radius: 18px; }

    .pv-showcase-card { padding: 18px; border-radius: 20px; }
    .pv-showcase-card h2 { text-align: center; }
    .pv-showcase-card p { text-align: center; }
    .pv-showcase-label { margin-inline: auto; }
    .pv-showcase-product { flex-direction: column; text-align: center; padding: 14px; }
    .pv-showcase-product a { width: 130px; height: 130px; flex-basis: 130px; }
    .pv-form-grid { grid-template-columns: 1fr; gap: 10px; }
    .pv-form-grid input, .pv-product-select { min-height: 54px; border-radius: 14px; }
    .pv-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .pv-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .pv-products-section { padding: 18px 0 48px; }
    .pv-home-products-only { padding-top: 14px; }
    .pv-section-title { align-items: end; }
    .pv-product-card-body { padding: 10px; }
    .pv-home-product-grid .pv-product-image { padding: 8px; }
    .pv-home-product-grid .pv-product-card h3 { font-size: 14px; line-height: 1.25; margin-bottom: 6px; min-height: 35px; overflow: hidden; }
    .pv-home-product-grid .pv-price { font-size: 13px; }
    .pv-home-product-grid .pv-card-button { min-height: 34px; font-size: 12px; padding: 0 8px; border-radius: 10px; }
    .pv-card-bottom { display: grid; gap: 8px; align-items: stretch; }
    .pv-card-button { width: 100%; }
    .pv-single-product { padding-top: 22px; }
    .pv-product-layout { gap: 18px; }
    .pv-product-order-panel h1, .pv-product-summary-panel h1 { text-align: center; }
    .pv-product-order-panel .pv-pill, .pv-product-summary-panel .pv-pill { margin-inline: auto; display: flex; }
    .pv-short-description { text-align: center; font-size: 16px; }
    .pv-stock-line { justify-content: center; font-size: 14px; }
    .pv-offers { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
    .pv-offer-card { padding: 10px 6px; }
    .pv-offer-card strong { font-size: 13px; }
    .pv-offer-card span { font-size: 13px; padding: 3px 8px; }
    .pv-product-badges { grid-template-columns: 1fr 1fr; font-size: 13px; }
    .pv-product-details { padding-bottom: 84px; }
    .pv-sticky-order { display: none; }
    .pv-info-grid, .pv-footer-grid { grid-template-columns: 1fr; }
    .pv-thank-steps { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .pv-container { width: min(100% - 18px, var(--pv-container)); }
    .pv-topbar-inner span:nth-child(3) { display: none; }
    .pv-hero h1 { font-size: 42px; }
    .pv-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .pv-trust-grid { grid-template-columns: 1fr; }
    .pv-offers { grid-template-columns: repeat(3, 1fr); }
    .pv-product-badges { grid-template-columns: 1fr; }
    .pv-primary-link, .pv-secondary-link { width: 100%; }
    .pv-home-product-grid .pv-product-card-body { padding: 8px; }
    .pv-home-product-grid .pv-card-bottom { gap: 6px; }
    .pv-home-product-grid .pv-product-image { aspect-ratio: 1 / 0.92; }
    .pv-standard-cart form.cart { display: grid; grid-template-columns: 1fr; }
    .pv-standard-cart .quantity input.qty, .pv-standard-cart .single_add_to_cart_button { width: 100%; }
}
