/* ZShop Pages CMS frontend — scoped, RTL, mobile first */
.zshop-page-body{background:var(--zshop-bg,#f7f9f7);color:var(--zshop-text,#17352d)}
.zshop-page{--zshop-section-gap:32px;--zshop-page-radius:16px;direction:rtl;margin:0 auto;padding:24px 16px 56px;min-height:40vh}
.zshop-page-container-full{max-width:none;padding-inline:0}.zshop-page-container-wide{max-width:1320px}.zshop-page-container-normal{max-width:1180px}.zshop-page-container-narrow{max-width:880px}
.zshop-page-block{position:relative;margin-block:var(--zshop-section-gap);overflow:clip}.zshop-page-block:first-child{margin-top:0}.zshop-page-block h1,.zshop-page-block h2,.zshop-page-block h3,.zshop-page-block h4{color:inherit;line-height:1.45}.zshop-page-block img{max-width:100%;height:auto}.zshop-page-block a{color:inherit}.zshop-width-full{width:100%;max-width:none}.zshop-width-wide{width:min(100%,1240px);margin-inline:auto}.zshop-width-normal{width:min(100%,1080px);margin-inline:auto}.zshop-width-narrow{width:min(100%,760px);margin-inline:auto}
.zshop-richtext{line-height:2;color:inherit}.zshop-richtext p{margin:0 0 1em}.zshop-richtext a{text-decoration:underline;text-underline-offset:3px}.zshop-richtext ul,.zshop-richtext ol{padding-right:1.35em}.zshop-text-block.align-center{text-align:center}.zshop-text-block.align-left{text-align:left}.zshop-text-block .title-sm{font-size:1.35rem}.zshop-text-block .title-md{font-size:1.8rem}.zshop-text-block .title-lg{font-size:2.35rem}
.zshop-page-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 18px;border-radius:12px;text-decoration:none;font-weight:800;border:1px solid transparent}.zshop-page-btn.primary{background:var(--zshop-primary,#073f31);color:#fff}.zshop-page-btn.secondary,.zshop-page-btn.ghost{background:#fff;color:var(--zshop-primary,#073f31);border-color:rgba(7,63,49,.2)}.zshop-page-btn.size-sm{min-height:38px;padding:7px 13px;font-size:.9rem}.zshop-page-btn.size-lg{min-height:52px;padding:13px 24px}.zshop-button-row.align-center{text-align:center}.zshop-button-row.align-left{text-align:left}
.zshop-hero{position:relative;display:grid;align-items:center;border-radius:var(--zshop-page-radius);overflow:hidden;min-height:360px;padding:clamp(28px,6vw,72px);background:#073f31;color:#fff;background-image:linear-gradient(rgba(7,63,49,var(--zshop-hero-overlay,.25)),rgba(7,63,49,var(--zshop-hero-overlay,.25))),var(--zshop-hero-image);background-size:cover;background-position:center}.zshop-hero.height-sm{min-height:300px}.zshop-hero.height-lg{min-height:520px}.zshop-hero-copy{max-width:720px;position:relative;z-index:2}.zshop-hero.align-center .zshop-hero-copy{margin-inline:auto;text-align:center}.zshop-hero.align-left .zshop-hero-copy{margin-right:auto;text-align:left}.zshop-hero h1{font-size:clamp(2rem,5vw,4.2rem);margin:.2em 0}.zshop-hero p{font-size:clamp(1rem,2vw,1.18rem);line-height:2}.zshop-kicker{font-weight:800;opacity:.85}.zshop-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.zshop-hero .zshop-page-btn.secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.28)}
.zshop-image{text-align:center;margin:0}.zshop-image img{display:block;margin-inline:auto;border-radius:var(--zshop-page-radius)}.zshop-image.width-full img{width:100%}.zshop-image.width-half img{width:min(100%,620px)}.zshop-image figcaption,.zshop-gallery figcaption{margin-top:8px;color:#6b7772;font-size:.9rem}
.zshop-columns2{display:grid;grid-template-columns:1fr;gap:22px;align-items:center}.zshop-column{min-width:0}.zshop-column img{width:100%;border-radius:var(--zshop-page-radius);margin-bottom:16px}
.zshop-grid,.zshop-benefits,.zshop-tax-grid,.zshop-gallery{display:grid;grid-template-columns:1fr;gap:16px}.zshop-grid-card,.zshop-benefits>div,.zshop-tax-grid>a{background:#fff;border:1px solid rgba(7,63,49,.1);border-radius:var(--zshop-page-radius);padding:18px;text-decoration:none}.zshop-grid-card img,.zshop-tax-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:calc(var(--zshop-page-radius) - 5px);margin-bottom:12px}.zshop-grid-card h3{margin:0 0 8px}.zshop-grid-card>a{display:inline-flex;margin-top:10px;font-weight:800}.zshop-benefits>div{display:flex;gap:12px;align-items:flex-start}.zshop-benefits>div>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eaf4ef;color:#073f31;font-weight:900;flex:0 0 auto}.zshop-benefits strong{display:block;margin-bottom:4px}.zshop-tax-grid>a{text-align:center}.zshop-tax-grid strong{display:block}
.zshop-faq{display:grid;gap:10px}.zshop-faq details{background:#fff;border:1px solid rgba(7,63,49,.12);border-radius:14px;padding:0 16px}.zshop-faq summary{cursor:pointer;font-weight:800;padding:16px 0;list-style:none}.zshop-faq summary::-webkit-details-marker{display:none}.zshop-faq details[open]{box-shadow:0 10px 30px rgba(7,63,49,.06)}.zshop-faq details .zshop-richtext{padding:0 0 16px}
.zshop-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.zshop-products-grid>.col-xl-3{width:100%;max-width:none}.zshop-empty{padding:24px;border:1px dashed rgba(7,63,49,.2);border-radius:14px;text-align:center;color:#6b7772;grid-column:1/-1}
.zshop-banner{position:relative;display:block;border-radius:var(--zshop-page-radius);overflow:hidden;text-decoration:none}.zshop-banner picture,.zshop-banner img{display:block;width:100%}.zshop-banner span{position:absolute;right:20px;bottom:20px;background:#fff;color:#073f31;padding:10px 16px;border-radius:12px;font-weight:900}.zshop-gallery figure{margin:0}.zshop-gallery img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--zshop-page-radius)}
.zshop-video-link{display:flex;min-height:160px;border-radius:var(--zshop-page-radius);background:#073f31;color:#fff!important;align-items:center;justify-content:center;text-decoration:none;font-weight:900}.zshop-page video{width:100%;max-height:680px;border-radius:var(--zshop-page-radius);background:#111}.zshop-page-block hr{border:0;border-top:1px solid rgba(7,63,49,.14)}
.zshop-cta{display:flex;flex-direction:column;gap:18px;align-items:flex-start;padding:clamp(22px,5vw,46px);background:linear-gradient(135deg,#073f31,#0b5f4b);color:#fff;border-radius:var(--zshop-page-radius)}.zshop-cta>span{font-size:2rem}.zshop-cta h2{margin:0 0 6px}.zshop-cta p{margin:0;line-height:1.9}.zshop-cta .zshop-page-btn{background:#fff;color:#073f31}
.zshop-contact-block{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:16px}.zshop-contact-block>div{background:#fff;border:1px solid rgba(7,63,49,.12);border-radius:14px;padding:16px}.zshop-contact-block strong,.zshop-contact-block span{display:block}.zshop-contact-block span{margin-top:4px;color:#64746f}.zshop-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 18px;font-size:.92rem;color:#64746f}.zshop-breadcrumb a{text-decoration:none;color:#073f31;font-weight:800}.zshop-builder-error{padding:14px;border-radius:12px;background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}
.zshop-vis-desktop{display:none}.zshop-vis-mobile{display:block}.zshop-system-region{width:min(100% - 32px,1180px);margin:18px auto}
@media(min-width:700px){.zshop-page{padding:34px 24px 72px}.zshop-columns2{grid-template-columns:1fr 1fr}.zshop-columns2.ratio-2-1{grid-template-columns:2fr 1fr}.zshop-columns2.ratio-1-2{grid-template-columns:1fr 2fr}.zshop-grid.cols-2,.zshop-tax-grid.cols-2,.zshop-gallery.cols-2{grid-template-columns:repeat(2,1fr)}.zshop-grid.cols-3,.zshop-tax-grid.cols-3,.zshop-gallery.cols-3{grid-template-columns:repeat(3,1fr)}.zshop-grid.cols-4,.zshop-tax-grid.cols-4,.zshop-gallery.cols-4{grid-template-columns:repeat(4,1fr)}.zshop-tax-grid.cols-5,.zshop-gallery.cols-5{grid-template-columns:repeat(5,1fr)}.zshop-tax-grid.cols-6{grid-template-columns:repeat(6,1fr)}.zshop-benefits{grid-template-columns:repeat(2,1fr)}.zshop-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.zshop-contact-block{grid-template-columns:repeat(2,1fr)}.zshop-cta{flex-direction:row;align-items:center;justify-content:space-between}.zshop-cta>div{flex:1}.zshop-vis-desktop{display:block}.zshop-vis-mobile{display:none}}
@media(max-width:699px){.zshop-columns2.mobile-reverse .zshop-column:first-child{order:2}.zshop-hero{min-height:340px;padding:30px 20px}.zshop-hero.height-lg{min-height:430px}.zshop-actions .zshop-page-btn{width:100%}.zshop-page-block{margin-block:24px}}
@media(prefers-reduced-motion:reduce){.zshop-page *, .zshop-page *:before,.zshop-page *:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

.zshop-tax-grid a small{display:block;margin-top:4px;color:var(--zshop-muted,#718078);font-size:12px}
.zshop-contact-mini-form{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px;border:1px solid var(--zshop-border,#e0e8e3);border-radius:var(--zshop-page-radius,16px);background:#fff}
.zshop-contact-mini-form label{display:grid;gap:6px;font-size:13px;font-weight:700}.zshop-contact-mini-form label:nth-of-type(3),.zshop-contact-mini-form .zshop-contact-consent{grid-column:1/-1}.zshop-contact-mini-form input,.zshop-contact-mini-form textarea{width:100%;box-sizing:border-box;border:1px solid #d7e1db;border-radius:10px;padding:10px 12px;font:inherit;outline:none}.zshop-contact-mini-form input:focus,.zshop-contact-mini-form textarea:focus{border-color:#3d8a68;box-shadow:0 0 0 3px rgba(61,138,104,.12)}.zshop-contact-mini-form .zshop-contact-consent{display:flex;align-items:flex-start;gap:8px;font-weight:500}.zshop-contact-mini-form .zshop-contact-consent input{width:auto;margin-top:4px}.zshop-contact-mini-form button{justify-self:start}
@media(max-width:700px){.zshop-contact-mini-form{grid-template-columns:1fr}.zshop-contact-mini-form label:nth-of-type(3),.zshop-contact-mini-form .zshop-contact-consent{grid-column:auto}}

.zshop-page-heading{max-width:var(--zshop-content-width,1180px);margin:0 auto 24px;padding-inline:16px;font-size:clamp(28px,4vw,46px);line-height:1.25;color:var(--zshop-text,#173d31)}
.zshop-page-buttons-soft .zshop-page-btn.primary{background:#edf5f1;color:#1d6247;box-shadow:none}.zshop-page-buttons-outline .zshop-page-btn.primary{background:transparent;color:#1d6247;border:1px solid currentColor;box-shadow:none}
.zshop-system-region{margin-block:18px}.zshop-system-region-before{margin-top:0}.zshop-system-region-after{margin-bottom:0}
