:root{
  --home-ink:#102a43;
  --home-ink-2:#244a63;
  --home-eucalyptus:#16838b;
  --home-eucalyptus-dark:#0c626a;
  --home-clay:#f2a65a;
  --home-clay-dark:#db7d2f;
  --home-oat:#edf5f7;
  --home-ivory:#ffffff;
  --home-sage:#e3f4f2;
  --home-stone:#d4e2e8;
  --home-muted:#61798a;
  --home-shell:1260px;
  --home-radius:22px;
  --home-shadow:0 24px 60px rgba(16,42,67,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--home-ivory);color:var(--home-ink);font-family:"Tajawal","Noto Kufi Arabic",Arial,sans-serif;direction:rtl;text-rendering:optimizeLegibility}
body.admin-bar .site-header{top:32px}
a{color:inherit}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.site-shell{width:min(calc(100% - 36px),var(--home-shell));margin-inline:auto}

.site-header{position:sticky;top:0;z-index:80;background:rgba(255,253,249,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(82,111,101,.16)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand a{text-decoration:none}.brand strong{font-size:21px;font-weight:950;letter-spacing:-.02em}.custom-logo{display:block;max-height:56px;width:auto}
.header-actions{display:flex;align-items:center;gap:10px}
.header-phone,.header-whatsapp{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 15px;border-radius:999px;text-decoration:none;font-weight:850;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.header-phone{background:var(--home-oat);border:1px solid var(--home-stone)}.header-phone span{font-size:12px;color:var(--home-muted)}.header-phone b{font-size:13px}
.header-whatsapp{background:var(--home-ink);color:#fff;box-shadow:0 8px 20px rgba(32,40,38,.16)}
.wa-dot{width:8px;height:8px;border-radius:50%;background:#57c785;box-shadow:0 0 0 5px rgba(87,199,133,.14)}
.header-phone:hover,.header-whatsapp:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(32,40,38,.15)}

.sanitary-hero{position:relative;isolation:isolate;overflow:hidden;padding:76px 0 82px;background:linear-gradient(135deg,#f6f2ea 0%,#fffdf9 48%,#e8eeea 100%);border-bottom:1px solid rgba(82,111,101,.12)}
.sanitary-hero::before{content:"";position:absolute;z-index:-2;inset:0;background-image:linear-gradient(rgba(82,111,101,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(82,111,101,.055) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to left,#000,transparent 76%)}
.sanitary-hero::after{content:"";position:absolute;z-index:-1;width:520px;height:520px;border-radius:50%;left:-220px;bottom:-300px;background:rgba(184,111,80,.10)}
.hero-bubble{position:absolute;z-index:-1;border:1px solid rgba(82,111,101,.18);border-radius:24px;transform:rotate(8deg)}
.bubble-one{width:120px;height:120px;right:5%;top:34px;background:rgba(229,236,232,.46)}
.bubble-two{width:72px;height:72px;right:14%;bottom:28px;background:rgba(184,111,80,.07);transform:rotate(-13deg)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.82fr);gap:72px;align-items:center}
.hero-copy{max-width:690px}.hero-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--home-eucalyptus-dark);font-size:13px;font-weight:950;letter-spacing:.025em}.hero-kicker::before{content:"";width:32px;height:2px;background:var(--home-clay)}
.hero-copy h1{font-size:clamp(44px,5.7vw,76px);line-height:1.13;letter-spacing:-.055em;margin:19px 0 20px;max-width:770px}.hero-copy h1::after{content:"";display:block;width:86px;height:6px;margin-top:24px;border-radius:999px;background:linear-gradient(90deg,var(--home-eucalyptus),var(--home-clay))}
.hero-copy p{max-width:650px;margin:0;color:var(--home-muted);font-size:18px;line-height:1.9}
.hero-button{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:13px;margin-top:31px;min-height:56px;padding:13px 25px;border-radius:15px;background:linear-gradient(135deg,var(--home-eucalyptus),var(--home-eucalyptus-dark));color:#fff;text-decoration:none;font-weight:950;box-shadow:0 14px 32px rgba(61,87,79,.24);transition:transform .2s ease,box-shadow .2s ease}
.hero-button::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.25) 45%,transparent 70%);transform:translateX(120%);transition:transform .55s ease}.hero-button b{font-size:20px;transition:transform .2s ease}.hero-button:hover{transform:translateY(-3px);box-shadow:0 19px 38px rgba(61,87,79,.3)}.hero-button:hover::before{transform:translateX(-120%)}.hero-button:hover b{transform:translateY(3px)}
.hero-visual{position:relative;min-height:470px;display:grid;place-items:center}
.featured-product{position:relative;display:block;width:min(390px,90%);padding:16px;background:rgba(255,253,249,.91);border:1px solid rgba(82,111,101,.2);border-radius:28px;text-decoration:none;box-shadow:var(--home-shadow);transform:rotate(-1.8deg);transition:transform .35s ease,box-shadow .35s ease}
.featured-product:hover{transform:rotate(0) translateY(-7px);box-shadow:0 32px 72px rgba(32,40,38,.17)}
.featured-product img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:19px;background:var(--home-oat)}
.featured-badge{position:absolute;z-index:2;top:29px;right:29px;padding:8px 13px;border-radius:999px;background:var(--home-clay);color:#fff;font-size:12px;font-weight:950;box-shadow:0 8px 22px rgba(184,111,80,.25)}
.featured-info{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 7px 3px}.featured-info strong{font-size:16px}.featured-info span{font-weight:950;color:var(--home-eucalyptus-dark)}
.tile{position:absolute;border-radius:19px;border:1px solid rgba(82,111,101,.22);box-shadow:0 14px 30px rgba(32,40,38,.08)}.tile-a{width:108px;height:108px;right:0;top:45px;background:var(--home-eucalyptus)}.tile-b{width:79px;height:79px;left:1%;bottom:52px;background:var(--home-clay)}.tile-c{width:52px;height:52px;right:12%;bottom:13px;background:var(--home-oat)}
.sanitary-symbol{width:300px;height:300px;border-radius:50%;background:var(--home-sage)}

.products-landing{padding:90px 0 106px;background:linear-gradient(180deg,#fffdf9,#f7f4ed)}
.landing-heading{max-width:700px;margin:0 0 38px}.landing-heading>span,.dz-product-kicker,.dz-product-order-heading>span{display:inline-flex;align-items:center;gap:9px;color:var(--home-clay-dark);font-size:12px;font-weight:950}.landing-heading>span::before,.dz-product-kicker::before,.dz-product-order-heading>span::before{content:"";width:27px;height:2px;background:var(--home-eucalyptus)}
.landing-heading h2{font-size:clamp(36px,4.5vw,56px);line-height:1.2;letter-spacing:-.045em;margin:10px 0 12px}.landing-heading p{margin:0;color:var(--home-muted);font-size:17px;line-height:1.8}
.setup-notice{padding:25px;border:1px dashed var(--home-eucalyptus);border-radius:18px;background:#fff}

.site-footer{padding:35px 0;background:var(--home-ink);color:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:22px}.footer-brand{display:grid;gap:5px}.footer-brand strong{font-size:18px}.footer-brand span,.footer-inner>span{color:#bdc7c2;font-size:13px}
.wa-float{position:fixed;z-index:100;left:max(18px,env(safe-area-inset-left));bottom:max(18px,env(safe-area-inset-bottom));display:flex;align-items:center;gap:9px;min-height:54px;padding:9px 15px;border-radius:999px;background:#1c9b5e;color:#fff;text-decoration:none;font-weight:950;box-shadow:0 16px 38px rgba(28,155,94,.33);transition:transform .2s ease,box-shadow .2s ease}.wa-float:hover{transform:translateY(-4px);box-shadow:0 21px 44px rgba(28,155,94,.4)}.wa-icon{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.17)}

.woocommerce-page-shell{padding:46px 0 96px;background:linear-gradient(180deg,#f7f4ed,#fffdf9)}
.dz-back-home{display:inline-flex;margin-bottom:24px;color:var(--home-eucalyptus-dark);font-weight:900;text-decoration:none}.dz-back-home:hover{text-decoration:underline}
.dz-product-layout{display:grid;grid-template-columns:minmax(390px,.9fr) minmax(0,1.1fr);gap:42px;align-items:start}
.dz-product-gallery{position:sticky;top:106px;min-width:0}.dz-product-main-media{position:relative;padding:15px;border-radius:25px;background:#fff;border:1px solid rgba(82,111,101,.18);box-shadow:0 18px 46px rgba(32,40,38,.09);overflow:hidden}.dz-product-main-image{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:17px;background:var(--home-oat);transition:opacity .18s ease,transform .18s ease}.dz-product-main-image.is-changing{opacity:.25;transform:scale(.985)}
.dz-product-sale{position:absolute;z-index:2;top:30px;right:30px;padding:8px 14px;border-radius:999px;background:var(--home-clay);color:#fff;font-size:12px;font-weight:950}
.dz-product-thumbnails{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}.dz-product-thumb{padding:4px;border:1px solid var(--home-stone);border-radius:13px;background:#fff;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.dz-product-thumb:hover,.dz-product-thumb.is-active{border-color:var(--home-eucalyptus);transform:translateY(-2px);box-shadow:0 7px 18px rgba(32,40,38,.09)}.dz-product-thumb img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:9px}
.dz-product-content{min-width:0;padding:35px;border-radius:27px;background:rgba(255,253,249,.94);border:1px solid rgba(82,111,101,.19);box-shadow:0 20px 52px rgba(32,40,38,.09)}
.dz-product-content>h1{font-size:clamp(38px,5vw,60px);line-height:1.2;letter-spacing:-.045em;margin:10px 0 14px}.dz-product-price{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap;font-size:27px;font-weight:950;color:var(--home-eucalyptus-dark)}.dz-product-price del{font-size:15px;color:#969d99}.dz-product-price ins{text-decoration:none;color:var(--home-clay-dark)}
.dz-product-availability{display:inline-flex;margin-top:13px;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:900}.dz-product-availability.is-available{background:var(--home-sage);color:var(--home-eucalyptus-dark)}.dz-product-availability.is-unavailable{background:#f7e5e2;color:#983f39}
.dz-product-intro{margin-top:22px;color:var(--home-muted);font-size:16px;line-height:1.9}.dz-product-intro p{margin:0}
.dz-product-description{margin-top:25px;padding:21px;border-radius:18px;background:var(--home-oat);border:1px solid var(--home-stone)}.dz-product-description h2{font-size:20px;margin:0 0 10px}.dz-product-description div{color:var(--home-muted);line-height:1.9}.dz-product-description p:first-child{margin-top:0}.dz-product-description p:last-child{margin-bottom:0}
.dz-product-order-zone{margin-top:30px;padding-top:27px;border-top:1px solid var(--home-stone)}.dz-product-order-heading{margin-bottom:16px}.dz-product-order-heading h2{font-size:31px;margin:8px 0}.dz-product-order-heading p{margin:0;color:var(--home-muted);line-height:1.7}.dz-product-unavailable{margin-top:25px;padding:17px;border-radius:15px;background:#f7e5e2;color:#983f39;font-weight:850}

.simple-page,.error-page{padding:70px 0;min-height:60vh}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:14px;border:1px solid var(--home-stone);background:#fff;padding:15px;list-style:none}

@media(max-width:1100px){.hero-grid{grid-template-columns:1fr minmax(330px,.72fr);gap:44px}.hero-copy h1{font-size:clamp(44px,5.8vw,64px)}.dz-product-layout{grid-template-columns:minmax(340px,.85fr) minmax(0,1.15fr);gap:28px}.dz-product-content{padding:28px}}
@media(max-width:900px){body.admin-bar .site-header{top:46px}.header-phone span{display:none}.sanitary-hero{padding:60px 0 68px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-copy{text-align:center;margin-inline:auto}.hero-kicker,.hero-button{justify-content:center}.hero-kicker::before{display:none}.hero-copy h1::after{margin-inline:auto}.hero-copy p{margin-inline:auto}.hero-visual{min-height:410px}.featured-product{width:min(370px,85%)}.dz-product-layout{grid-template-columns:1fr}.dz-product-gallery{position:static}.dz-product-content{padding:28px}.footer-inner{align-items:flex-start}}
@media(max-width:680px){.site-shell{width:min(calc(100% - 26px),var(--home-shell))}.header-inner{min-height:70px}.brand strong{font-size:17px}.custom-logo{max-height:48px}.header-phone{display:none}.header-whatsapp{padding:8px 12px}.sanitary-hero{padding:50px 0 58px}.hero-copy h1{font-size:clamp(38px,11vw,52px)}.hero-copy p{font-size:16px}.hero-button{width:100%;max-width:340px}.hero-visual{min-height:360px}.featured-product{width:min(325px,88%);padding:12px;border-radius:21px}.featured-product img{border-radius:14px}.featured-info{display:grid;gap:6px}.tile-a{width:74px;height:74px}.tile-b{width:56px;height:56px}.tile-c{width:38px;height:38px}.products-landing{padding:65px 0 78px}.landing-heading{text-align:center;margin-inline:auto}.landing-heading>span{justify-content:center}.landing-heading>span::before{display:none}.landing-heading h2{font-size:clamp(32px,9vw,43px)}.landing-heading p{font-size:15px}.footer-inner{display:grid;justify-content:center;text-align:center}.wa-float{left:max(11px,env(safe-area-inset-left));bottom:max(11px,env(safe-area-inset-bottom));min-height:51px;padding:8px 11px}.wa-float b{display:none}.wa-icon{width:33px;height:33px}.woocommerce-page-shell{padding:28px 0 74px}.dz-product-main-media{padding:10px;border-radius:19px}.dz-product-content{padding:21px;border-radius:20px}.dz-product-content>h1{font-size:clamp(31px,9vw,42px)}.dz-product-thumbnails{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.dz-product-thumb{flex:0 0 78px;scroll-snap-align:start}.dz-product-description{padding:16px}.dz-product-order-heading h2{font-size:26px}}
@media(max-width:440px){.site-shell{width:min(calc(100% - 20px),var(--home-shell))}.header-inner{min-height:64px}.custom-logo{max-height:42px}.header-whatsapp .wa-dot{display:none}.sanitary-hero{padding-top:42px}.hero-kicker{font-size:11px}.hero-visual{min-height:330px}.featured-product{width:min(285px,89%)}.featured-badge{top:20px;right:20px}.tile-a{right:0}.tile-b{left:0}.dz-product-content{padding:16px}.dz-product-main-media{padding:8px}.dz-product-sale{top:18px;right:18px}.dz-product-description{padding:14px}.dz-product-thumb{flex-basis:68px}.footer-brand strong{font-size:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Product page centered, animated promotional prices and sticky Arabic order CTA */
body.single-product{padding-bottom:92px}
.dz-product-shell{max-width:1120px}
.dz-product-layout{display:block;max-width:980px;margin-inline:auto}
.dz-product-gallery{position:static;max-width:720px;margin:0 auto 34px}
.dz-product-main-media{border-radius:30px;padding:18px;box-shadow:0 24px 62px rgba(32,40,38,.11)}
.dz-product-main-image{border-radius:21px}
.dz-product-thumbnails{max-width:620px;margin:14px auto 0}
.dz-product-content{max-width:900px;margin-inline:auto;padding:44px;text-align:center;border-radius:30px}
.dz-product-content>h1{max-width:760px;margin:13px auto 17px;font-size:clamp(40px,6vw,67px);line-height:1.17}
.dz-product-kicker{justify-content:center}.dz-product-kicker::before{display:none}
.dz-product-price{justify-content:center;margin:0 auto;min-height:57px;font-size:31px}
.dz-product-price del{position:relative;color:#969d99;font-size:15px;font-weight:750;text-decoration-color:var(--home-clay-dark);text-decoration-thickness:2px;animation:dzProductOldPrice 3s ease-in-out infinite}
.dz-product-price ins{display:inline-flex;text-decoration:none;color:var(--home-clay-dark);padding:7px 13px;border-radius:12px;background:rgba(184,111,80,.10);animation:dzProductPromoPrice 2.5s ease-in-out infinite}
.dz-product-discount{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:999px;background:var(--home-sage);color:var(--home-eucalyptus-dark);font-size:12px;font-weight:950;animation:dzProductDiscount 3.1s ease-in-out infinite}
.dz-product-sale{background:linear-gradient(135deg,var(--home-clay),var(--home-clay-dark));animation:dzProductBadge 2.8s ease-in-out infinite;box-shadow:0 11px 26px rgba(184,111,80,.28)}
.dz-product-availability{margin:13px auto 0}
.dz-product-info-block{max-width:760px;margin:27px auto 0;padding:23px 25px;border-radius:20px;background:linear-gradient(180deg,#f7f4ed,#fffdf9);border:1px solid var(--home-stone);text-align:center}
.dz-product-info-block h2{position:relative;width:max-content;max-width:100%;margin:0 auto 13px;font-size:23px;line-height:1.35}
.dz-product-info-block h2::after{content:"";display:block;width:47px;height:3px;margin:9px auto 0;border-radius:99px;background:linear-gradient(90deg,var(--home-eucalyptus),var(--home-clay))}
.dz-product-info-block div{color:var(--home-muted);font-size:15.5px;line-height:2;text-align:center}
.dz-product-intro{color:inherit;font-size:inherit;line-height:inherit}
.dz-product-description{margin-top:18px;background:linear-gradient(180deg,#fffdf9,#f4f0e8)}
.dz-product-order-zone{max-width:780px;margin:35px auto 0;padding-top:34px}
.dz-product-order-heading{text-align:center;max-width:650px;margin:0 auto 20px}
.dz-product-order-heading>span{justify-content:center}.dz-product-order-heading>span::before{display:none}
.dz-product-order-heading h2{font-size:clamp(30px,5vw,43px);margin:8px 0 9px;line-height:1.25}
.dz-product-order-heading p{font-size:15px;line-height:1.85}
.dz-product-sticky-order{position:fixed;z-index:120;right:50%;bottom:max(14px,env(safe-area-inset-bottom));transform:translateX(50%);width:min(calc(100% - 34px),760px);min-height:72px;padding:9px 10px 9px 18px;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:15px;background:rgba(32,40,38,.94);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 56px rgba(18,25,23,.32);animation:dzStickyRise .55s cubic-bezier(.2,.8,.2,1) both}
.dz-sticky-product-info{min-width:0;display:grid;gap:3px;text-align:right;color:#fff}.dz-sticky-product-info>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#cbd3cf}.dz-sticky-product-info>strong{font-size:17px}.dz-sticky-product-info del{font-size:11px;color:#aeb8b3}.dz-sticky-product-info ins{text-decoration:none;color:#f1c2a0}
.dz-sticky-order-button{position:relative;isolation:isolate;overflow:hidden;flex:0 0 auto;min-width:210px;min-height:54px;padding:11px 22px;border:0;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:11px;background:linear-gradient(135deg,var(--home-clay),var(--home-clay-dark));color:#fff;font:inherit;font-size:17px;font-weight:950;cursor:pointer;box-shadow:0 13px 29px rgba(149,84,60,.38);animation:dzStickyPulse 2.5s ease-in-out infinite;transition:transform .2s ease,box-shadow .2s ease}
.dz-sticky-order-button::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.31) 45%,transparent 70%);transform:translateX(125%);animation:dzStickyShine 3.4s ease-in-out infinite}
.dz-sticky-order-button b{font-size:19px;animation:dzStickyArrow 1.6s ease-in-out infinite}.dz-sticky-order-button:hover{transform:translateY(-3px);box-shadow:0 18px 35px rgba(149,84,60,.46)}.dz-sticky-order-button:active{transform:scale(.98)}
body.single-product .wa-float{bottom:max(100px,calc(env(safe-area-inset-bottom) + 100px))}

@keyframes dzProductOldPrice{0%,100%{opacity:.62}50%{opacity:1}}
@keyframes dzProductPromoPrice{0%,100%{transform:scale(1);box-shadow:0 0 0 rgba(184,111,80,0)}50%{transform:scale(1.045);box-shadow:0 10px 26px rgba(184,111,80,.15)}}
@keyframes dzProductDiscount{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@keyframes dzProductBadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes dzStickyRise{from{opacity:0;transform:translate(50%,28px)}to{opacity:1;transform:translate(50%,0)}}
@keyframes dzStickyPulse{0%,100%{box-shadow:0 13px 29px rgba(149,84,60,.34)}50%{box-shadow:0 17px 40px rgba(149,84,60,.55)}}
@keyframes dzStickyShine{0%,55%{transform:translateX(130%)}75%,100%{transform:translateX(-130%)}}
@keyframes dzStickyArrow{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}

@media(max-width:900px){.dz-product-content{padding:34px}.dz-product-gallery{max-width:650px}.dz-product-info-block{max-width:680px}}
@media(max-width:680px){body.single-product{padding-bottom:99px}.dz-product-content{padding:24px 17px}.dz-product-content>h1{font-size:clamp(32px,10vw,45px)}.dz-product-main-media{padding:10px;border-radius:21px}.dz-product-main-image{border-radius:15px}.dz-product-info-block{padding:18px 15px}.dz-product-info-block div{font-size:14px;line-height:1.9}.dz-product-order-zone{padding-top:28px}.dz-product-sticky-order{width:calc(100% - 18px);bottom:max(8px,env(safe-area-inset-bottom));min-height:69px;padding:8px;border-radius:17px}.dz-sticky-product-info{display:none}.dz-sticky-order-button{width:100%;min-width:0;min-height:53px}.dz-product-price{font-size:26px}.dz-product-thumbnails{max-width:100%}body.single-product .wa-float{bottom:max(91px,calc(env(safe-area-inset-bottom) + 91px))}}
@media(max-width:440px){.dz-product-content{padding:20px 12px}.dz-product-info-block{padding:16px 11px}.dz-product-info-block h2{font-size:20px}.dz-product-order-heading h2{font-size:30px}.dz-product-sticky-order{width:calc(100% - 12px)}.dz-sticky-order-button{font-size:16px}.dz-product-price{gap:7px}.dz-product-price del{font-size:13px}.dz-product-discount{font-size:11px}}
@media(prefers-reduced-motion:reduce){.dz-product-price del,.dz-product-price ins,.dz-product-discount,.dz-product-sale,.dz-product-sticky-order,.dz-sticky-order-button,.dz-sticky-order-button::before,.dz-sticky-order-button b{animation:none!important}}


/* V2.5 — bright trust palette, official-style WhatsApp icon and unified order CTAs */
body{background:#f8fbfc;color:var(--home-ink)}
.site-header{background:rgba(255,255,255,.94);border-color:rgba(22,131,139,.15);box-shadow:0 8px 28px rgba(16,42,67,.05)}
.header-phone{background:#edf5f7;border-color:#d4e2e8}
.header-whatsapp{background:#25d366;color:#fff;box-shadow:0 10px 24px rgba(37,211,102,.25)}
.header-wa-icon{width:21px;height:21px;display:block}.wa-dot{display:none!important}
.sanitary-hero{background:linear-gradient(135deg,#e9f7f6 0%,#ffffff 52%,#fff4e6 100%);border-color:rgba(22,131,139,.13)}
.sanitary-hero::before{background-image:linear-gradient(rgba(22,131,139,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(22,131,139,.05) 1px,transparent 1px)}
.sanitary-hero::after{background:rgba(242,166,90,.13)}
.hero-copy h1::after{background:linear-gradient(90deg,var(--home-eucalyptus),#43aeb5,var(--home-clay))}
.hero-button{background:linear-gradient(135deg,var(--home-eucalyptus),var(--home-eucalyptus-dark));box-shadow:0 14px 30px rgba(12,98,106,.28)}
.products-landing{background:#f7fbfc}
.site-footer{background:#102a43}
.wa-float{background:#25d366!important;color:#fff!important;box-shadow:0 14px 34px rgba(37,211,102,.32)!important}
.wa-float:hover{background:#1fbd5a!important;transform:translateY(-3px) scale(1.03)}
.wa-icon{width:28px!important;height:28px!important;display:block;flex:0 0 28px}
.dz-product-content{background:#fff;border-color:#d8e7eb;box-shadow:0 22px 58px rgba(16,42,67,.10)}
.dz-product-main-media{background:#fff;border-color:#d8e7eb}
.dz-product-info-block{background:linear-gradient(180deg,#f4fafb,#fff);border-color:#d7e7eb}
.dz-product-description{background:linear-gradient(180deg,#fff,#f5fafb)}
.dz-product-availability.is-available{background:#e9f8f1;color:#147a58}.dz-product-availability.is-unavailable{background:#fff5e7;color:#9a551a;border:1px solid #f4d2a7}
.dz-product-price ins{color:#c96620!important;background:#fff2df!important}.dz-product-discount{background:#e3f4f2!important;color:#0c626a!important}
.dz-product-sale{background:linear-gradient(135deg,#f2a65a,#db7d2f)!important;box-shadow:0 11px 26px rgba(219,125,47,.30)!important}
.dz-product-inline-order{position:relative;isolation:isolate;overflow:hidden;min-width:230px;min-height:56px;margin:22px auto 0;padding:12px 24px;border:0;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#16838b,#0c626a);color:#fff;font:inherit;font-size:17px;font-weight:950;cursor:pointer;box-shadow:0 14px 31px rgba(12,98,106,.30);transition:transform .2s ease,box-shadow .2s ease;animation:dzInlinePulse 2.5s ease-in-out infinite}
.dz-product-inline-order::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.31) 45%,transparent 70%);transform:translateX(130%);animation:dzStickyShine 3.4s ease-in-out infinite}.dz-product-inline-order:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(12,98,106,.40)}
.dz-product-sticky-order{background:rgba(16,42,67,.95);border-color:rgba(255,255,255,.18);box-shadow:0 22px 56px rgba(16,42,67,.34)}
.dz-sticky-order-button{background:linear-gradient(135deg,#f2a65a,#db7d2f);color:#102a43;box-shadow:0 13px 29px rgba(219,125,47,.39)}
.dz-sticky-order-button:hover{box-shadow:0 18px 36px rgba(219,125,47,.49)}
.dz-sticky-product-info ins{color:#ffd39c}
@keyframes dzInlinePulse{0%,100%{box-shadow:0 14px 31px rgba(12,98,106,.27)}50%{box-shadow:0 19px 43px rgba(12,98,106,.44)}}
@media(max-width:680px){.dz-product-inline-order{width:100%;max-width:360px;min-height:55px}.header-whatsapp{padding:8px 11px}.header-whatsapp span{display:none}.header-wa-icon{width:25px;height:25px}.wa-float{width:54px;height:54px;padding:0!important;display:grid!important;place-items:center!important;border-radius:50%!important}.wa-float b{display:none!important}.wa-icon{width:31px!important;height:31px!important}.dz-product-sticky-order{display:flex!important}.dz-sticky-order-button{min-height:55px}}
@media(prefers-reduced-motion:reduce){.dz-product-inline-order,.dz-product-inline-order::before{animation:none!important}}

/* V2.5.3 — product title above the main product image */
.dz-product-title-above-image{max-width:760px;margin:0 auto 18px;padding:0 8px;color:var(--home-ink);font-size:clamp(29px,4vw,46px);line-height:1.25;letter-spacing:-.035em;text-align:center;font-weight:950}
.dz-product-title-above-image::after{content:"";display:block;width:72px;height:4px;margin:13px auto 0;border-radius:999px;background:linear-gradient(90deg,#16838b,#f0a34a)}
.dz-product-name-summary{margin:0 0 14px;color:var(--home-ink);font-size:clamp(24px,3vw,36px);line-height:1.35;font-weight:950;text-align:center}
@media(max-width:600px){.dz-product-title-above-image{margin-bottom:14px;font-size:28px}.dz-product-name-summary{font-size:25px}}

/* V2.5.5: reliable mobile CTA and anchored order form */
#dz-product-order-form{scroll-margin-top:96px}
.dz-product-inline-order,.dz-sticky-order-button{text-decoration:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none}
.dz-product-sticky-order{pointer-events:auto}
.dz-sticky-order-button{pointer-events:auto;position:relative;z-index:2}
@media(max-width:680px){
  #dz-product-order-form{scroll-margin-top:82px}
  .dz-product-sticky-order{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
  .dz-sticky-order-button{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
}

/* V2.5.5: sticky and inline controls submit the same order form */
.dz-product-inline-order,.dz-sticky-order-button{border:0;font:inherit;cursor:pointer;-webkit-appearance:none;appearance:none}
.dz-product-inline-order:disabled,.dz-sticky-order-button:disabled,.dz-product-inline-order.is-submitting,.dz-sticky-order-button.is-submitting{opacity:.72;cursor:wait;transform:none!important;animation:none!important}
@media(max-width:680px){.dz-product-sticky-order .dz-sticky-order-button{min-width:148px;white-space:nowrap}}
