.ticker-bar{position:relative;z-index:310;overflow:hidden;background:var(--c-accent,#F7941D);color:#fff;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.08)}.ticker-bar__track{display:flex;gap:48px;width:max-content;animation:tickerScroll 28s linear infinite;white-space:nowrap}.ticker-bar__item{font-size:.8125rem;font-weight:700;letter-spacing:.02em;padding:0 8px}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.hero-zozo{padding:clamp(20px,4vw,40px) 0 clamp(32px,5vw,56px);background:var(--c-surface,#F7F5F2)}.hero-zozo__card{background:linear-gradient(145deg,#3d3228,#2a2218 55%,#1f1812);border-radius:28px;padding:clamp(24px,4vw,40px);color:#fff;box-shadow:0 24px 60px #2a221840;overflow:hidden}.hero-zozo__grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}@media(min-width:960px){.hero-zozo__grid{grid-template-columns:1fr 1fr;gap:48px}}.hero-zozo__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#c8f1351f;border:1px solid rgba(200,241,53,.25);border-radius:999px;font-size:.75rem;font-weight:700;color:var(--c-primary,#C8F135);text-transform:uppercase;letter-spacing:.06em;margin-bottom:20px}.hero-zozo__title{font-family:var(--font-h);font-size:clamp(2rem,5.5vw,3.25rem);font-weight:800;line-height:1.08;margin-bottom:16px;letter-spacing:-.02em}.hero-zozo__hl{color:var(--c-primary,#C8F135)}.hero-zozo__sub{font-size:clamp(1rem,2vw,1.125rem);font-style:italic;color:#ffffffb8;line-height:1.75;margin-bottom:28px;max-width:480px}.hero-zozo__btns{display:flex;flex-wrap:wrap;gap:12px}.hero-zozo__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:999px;font-size:.9375rem;font-weight:800;text-decoration:none!important;cursor:pointer;border:2px solid transparent;transition:filter .2s ease,transform .2s ease;white-space:nowrap}.hero-zozo__btn--primary{background:var(--c-primary,#C8F135)!important;color:var(--c-dark,#2A2218)!important;border-color:#b8e020!important;box-shadow:0 4px #9bc41a}.hero-zozo__btn--primary:hover{filter:brightness(1.05)}.hero-zozo__btn--ghost{background:#ffffff14!important;color:#fff!important;border-color:#ffffff47!important}.hero-zozo__btn--ghost:hover{background:#ffffff24!important}.hero-zozo__img-wrap{border-radius:20px;overflow:hidden;aspect-ratio:4/5;max-height:520px}.hero-zozo__img{width:100%;height:100%;object-fit:cover}.hero-zozo__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:clamp(28px,4vw,40px);padding-top:clamp(24px,3vw,32px);border-top:1px solid rgba(255,255,255,.12)}.hero-zozo__stat{text-align:center}.hero-zozo__stat strong{display:block;font-family:var(--font-h);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff;line-height:1.1}.hero-zozo__stat span{font-size:.75rem;color:#ffffff8c;margin-top:4px;display:block}.hero-zozo__products{display:flex;justify-content:center;margin-top:20px}.hero-zozo__product-card{display:flex;align-items:center;gap:14px;padding:14px 24px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:16px;color:#fff;text-decoration:none!important;transition:background .2s ease;min-width:min(100%,320px)}.hero-zozo__product-card:hover{background:#ffffff1f}.hero-zozo__product-icon{font-size:1.75rem}.hero-zozo__product-card strong{display:block;font-size:.9375rem;margin-bottom:2px}.hero-zozo__product-stars{color:#f59e0b;font-size:.75rem;letter-spacing:1px}.hero-zozo__product-card small{font-size:.6875rem;color:#ffffff8c}.categories-zozo{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.categories-zozo{grid-template-columns:repeat(4,1fr);gap:20px}}.category-zozo{position:relative;display:block;border-radius:20px;overflow:hidden;text-decoration:none!important}.category-zozo__img{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--c-dark)}.category-zozo__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-zozo:hover .category-zozo__img img{transform:scale(1.06)}.category-zozo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;background:linear-gradient(transparent 30%,#2a2218d9);color:#fff}.category-zozo__overlay h3{font-size:1.0625rem;font-weight:800;margin-bottom:8px}.category-zozo__shop{display:inline-block;padding:8px 16px;background:#fff;color:var(--c-dark);border-radius:999px;font-size:.75rem;font-weight:800;width:fit-content}.category-zozo__badge{position:absolute;top:12px;inset-inline-start:12px;padding:4px 10px;background:var(--c-primary);color:var(--c-dark);font-size:.625rem;font-weight:800;border-radius:999px}.feature-blocks__list{display:flex;flex-direction:column;gap:clamp(32px,5vw,56px)}.feature-block{display:grid;grid-template-columns:1fr;gap:28px;align-items:center;padding:clamp(24px,4vw,40px);background:var(--c-surface);border-radius:24px}@media(min-width:900px){.feature-block{grid-template-columns:1fr 1fr;gap:48px}.feature-block--reverse .feature-block__media{order:2}.feature-block--reverse .feature-block__content{order:1}}.feature-block__img{width:100%;border-radius:20px;aspect-ratio:4/3;object-fit:cover}.feature-block__title{font-family:var(--font-h);font-size:clamp(1.375rem,3vw,1.75rem);font-weight:800;color:var(--c-dark);margin-bottom:12px;line-height:1.2}.feature-block__text{font-size:.9375rem;color:var(--c-muted);line-height:1.75;margin-bottom:20px}.feature-block__bullets{margin-bottom:24px}.feature-block__bullets li{font-size:.875rem;font-weight:600;color:var(--c-text);padding:6px 0;line-height:1.5}.feature-block__btn{margin-top:4px}.track-order__card{display:grid;grid-template-columns:1fr;gap:32px;padding:clamp(32px,5vw,48px);background:#fff;border-radius:24px;border:1px solid var(--c-border);box-shadow:var(--shadow-sm)}@media(min-width:900px){.track-order__card{grid-template-columns:1fr 1.2fr}}.track-order__title{font-family:var(--font-h);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--c-dark);margin-bottom:10px}.track-order__text{font-size:.9375rem;color:var(--c-muted);line-height:1.7;margin-bottom:20px}.track-order__form{display:flex;gap:10px;flex-wrap:wrap}.track-order__form input{flex:1;min-width:200px;padding:14px 18px;border:2px solid var(--c-border);border-radius:999px;font-size:.9375rem;background:#fff}.track-order__form input:focus{outline:none;border-color:var(--c-dark)}.track-order__trust{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:640px){.track-order__trust{grid-template-columns:repeat(2,1fr)}}.track-order__trust-item{display:flex;gap:12px;align-items:flex-start;padding:16px;background:var(--c-surface);border-radius:16px}.track-order__trust-icon{font-size:1.5rem;flex-shrink:0}.track-order__trust-item strong{display:block;font-size:.875rem;font-weight:800;color:var(--c-dark);margin-bottom:4px}.track-order__trust-item p{font-size:.75rem;color:var(--c-muted);line-height:1.5}.reviews-zozo{background:var(--c-surface)}.reviews-carousel{position:relative;margin-top:32px}.reviews-carousel__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:8px 4px 16px;scrollbar-width:none}.reviews-carousel__track::-webkit-scrollbar{display:none}.review-zozo{flex:0 0 min(100%,420px);scroll-snap-align:center;padding:28px;background:#fff;border-radius:20px;border:1px solid var(--c-border);box-shadow:var(--shadow-xs)}.review-zozo__text{font-size:1rem;line-height:1.75;color:var(--c-text);margin-bottom:20px;font-style:italic}.review-zozo__author{display:flex;align-items:center;gap:12px}.review-zozo__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.review-zozo__author strong{display:block;font-size:.875rem;color:var(--c-dark)}.review-zozo__author span{font-size:.75rem;color:var(--c-muted)}.reviews-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid var(--c-border);background:#fff;font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:var(--shadow-sm);z-index:2;display:none}@media(min-width:768px){.reviews-carousel__nav{display:flex;align-items:center;justify-content:center}}.reviews-carousel__nav--prev{inset-inline-start:-12px}.reviews-carousel__nav--next{inset-inline-end:-12px}.reviews-carousel__nav:hover{background:var(--c-surface)}.promo-3d{display:none!important}.pc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:999px;font-family:var(--font-body,"Cairo",Tahoma,sans-serif);font-size:1rem;font-weight:800;line-height:1.2;text-decoration:none!important;cursor:pointer;white-space:nowrap;animation:none!important;transform:none!important;transition:filter .2s ease,box-shadow .2s ease}.pc-btn--buy{background:var(--c-primary,#C8F135)!important;color:var(--c-dark,#2A2218)!important;-webkit-text-fill-color:var(--c-dark,#2A2218)!important;border:2px solid #b8e020!important;box-shadow:0 4px #9bc41a,0 8px 20px #c8f13540}.pc-btn--buy:hover{filter:brightness(1.05)}.pc-btn--video{background:#ffffff1a!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:2px solid rgba(255,255,255,.3)!important}.pc-btn--video:hover{filter:brightness(.98);background:#f4faf9!important}.pc-btn.btn--xl{padding:18px 40px;font-size:1.0625rem;min-height:56px}.trust-strip-global{background:var(--c-surface);border-bottom:1px solid var(--c-border);padding:10px 0}.trust-strip-global__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 16px}@media(min-width:768px){.trust-strip-global__grid{grid-template-columns:repeat(4,1fr);gap:12px}}.trust-strip-global__item{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fff;border-radius:var(--radius);border:1px solid var(--c-border)}.trust-strip-global__item span:first-child{font-size:1.125rem;flex-shrink:0}.trust-strip-global__item strong{display:block;font-size:.75rem;font-weight:800;color:var(--c-dark);line-height:1.3}.trust-strip-global__item small{font-size:.625rem;color:var(--c-muted);font-weight:500}.inner-hero{position:relative;padding:clamp(36px,5vw,64px) 0;background:linear-gradient(145deg,#3d3228,#2a2218);overflow:hidden}.inner-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 20% 100%,rgba(201,162,39,.15) 0%,transparent 60%);pointer-events:none}.inner-hero__content{position:relative;z-index:1;text-align:center;max-width:680px}.inner-hero__eyebrow{display:inline-block;padding:5px 14px;background:#c9a22733;border:1px solid rgba(201,162,39,.4);border-radius:var(--radius-full);font-size:.75rem;font-weight:700;color:var(--c-accent);letter-spacing:.08em;margin-bottom:14px}.inner-hero__title{font-family:var(--font-h);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:#fff;margin-bottom:12px;letter-spacing:-.02em;line-height:1.15}.inner-hero__subtitle{font-size:clamp(.9375rem,2vw,1.0625rem);color:#ffffffd9;line-height:1.75;margin-bottom:16px}.inner-hero__rating{font-size:.875rem;color:#ffffffe6;margin-bottom:20px}.inner-hero__rating strong{color:var(--c-accent);font-weight:800}.inner-hero__rating span{color:#ffffffb3;font-size:.8125rem}.inner-hero__cta{display:inline-flex!important;opacity:1!important;visibility:visible!important;animation:none!important;box-shadow:0 4px 16px #0003}.paw-header{position:sticky;top:0;z-index:300;background:#f7f5f2;border-bottom:1px solid var(--c-border);box-shadow:0 1px #2a22180a}.paw-header.is-scrolled{background:#fff;box-shadow:var(--shadow-sm)}.paw-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 0}.paw-header__logo{display:flex;align-items:center;justify-content:center;flex-shrink:0}.paw-header__logo img,.paw-header__logo svg{width:var(--logo-width,130px);height:auto;max-height:42px}.paw-header__nav{display:none;align-items:center;gap:4px;justify-content:center}.paw-header__nav-link{padding:8px 14px;font-size:.8125rem;font-weight:700;color:var(--c-text);border-radius:999px;transition:background .2s ease,color .2s ease;white-space:nowrap;text-decoration:none!important}.paw-header__nav-link:hover{color:var(--c-dark);background:#2a22180f}.paw-header__nav-link.is-active{background:var(--c-dark);color:#fff!important}.paw-header__search{display:none;position:relative;flex:1;max-width:280px;margin:0 8px}.paw-header__search input{width:100%;padding:10px 44px 10px 16px;border:1.5px solid var(--c-border);border-radius:var(--radius-full);background:var(--c-surface);font-size:.8125rem;color:var(--c-text);transition:border-color var(--t),box-shadow var(--t)}.paw-header__search input::placeholder{color:var(--c-muted)}.paw-header__search input:focus{outline:none;border-color:var(--c-primary);box-shadow:0 0 0 3px #1a7a6e1f;background:#fff}.paw-header__search-btn{position:absolute;top:50%;inset-inline-end:4px;transform:translateY(-50%);width:34px;height:34px;border:none;background:var(--c-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--t)}.paw-header__search-btn:hover{background:var(--c-dark)}.paw-header__search--mobile{display:flex;max-width:none;margin:0}.paw-header__search-mobile{padding:0 0 12px;background:#fff;border-bottom:1px solid var(--c-border)}.paw-header__search-mobile:not([hidden]){display:block}.paw-header__actions{display:flex;align-items:center;gap:6px;justify-content:flex-end;flex-shrink:0}.paw-header__search-toggle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--c-border);background:#fff;border-radius:50%;color:var(--c-text);flex-shrink:0;transition:border-color var(--t),color var(--t)}.paw-header__search-toggle:hover{border-color:var(--c-primary);color:var(--c-primary)}.paw-header__cart{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--c-border);background:linear-gradient(180deg,#fff 0%,var(--c-surface) 100%);border-radius:50%;color:var(--c-primary);transition:border-color var(--t),box-shadow var(--t);flex-shrink:0;box-shadow:0 2px 8px #1a7a6e14}.paw-header__cart:hover{border-color:var(--c-primary);box-shadow:0 4px 14px #1a7a6e29}.paw-header__cart-icon{display:flex;align-items:center;justify-content:center}.paw-header__badge{position:absolute;top:-4px;inset-inline-start:-4px;min-width:20px;height:20px;padding:0 6px;background:var(--c-accent);color:var(--c-dark);font-size:.625rem;font-weight:800;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 6px #c9a22766}.paw-header__badge[hidden]{display:none!important}.paw-header__cta{padding:10px 18px!important;font-size:.8125rem!important;min-height:42px;animation:none!important;gap:6px}.paw-header__cta-icon{font-size:1rem;line-height:1}.paw-header__cta-short{display:none}.paw-header__menu{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--c-border);background:#fff;border-radius:50%;flex-shrink:0;color:var(--c-text)}.paw-header__mobile{display:none;background:#fff;border-top:1px solid var(--c-border);padding:12px 0 20px;box-shadow:var(--shadow-md)}.paw-header__mobile.is-open{display:block}.paw-header__mobile-nav{display:flex;flex-direction:column;gap:2px}.paw-header__mobile-nav a{padding:12px 0;font-size:.9375rem;font-weight:600;border-bottom:1px solid var(--c-border);color:var(--c-text)}.paw-header__mobile-buy{margin-top:14px!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1099px){.paw-header__nav,.paw-header__search{display:none}.paw-header__search-toggle{display:flex}}@media(max-width:899px){.paw-header__cta-full{display:none}.paw-header__cta-short{display:inline}.paw-header__cta{padding:10px 14px!important;min-width:68px}}@media(min-width:900px){.paw-header__search-toggle{display:none}.paw-header__search-mobile{display:none!important}}@media(min-width:1100px){.paw-header__inner{grid-template-columns:auto auto 1fr auto auto;gap:12px}.paw-header__logo{justify-content:flex-start}.paw-header__menu{display:none}.paw-header__nav,.paw-header__search{display:flex}.paw-header__cta{padding:11px 22px!important;font-size:.875rem!important}}.btn--xl{padding:18px 40px;font-size:1.0625rem;font-weight:800;min-height:56px}.btn__label{position:relative;z-index:1}.btn--pulse{animation:none!important}.section--surface{background:var(--c-surface)}.section--gradient{background:linear-gradient(180deg,#fff,#f0fdfa,#fff)}.section--dark{background:var(--c-dark)}.section--cta{padding:clamp(40px,6vw,72px) 0}.hero-pro{padding:clamp(32px,5vw,64px) 0 clamp(48px,8vw,80px);background:linear-gradient(180deg,#fff,#f0fdfa);overflow:hidden}.hero-pro__grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:1024px){.hero-pro__grid{grid-template-columns:1fr 1.1fr;gap:56px}}.hero-pro__badge{display:inline-flex;align-items:center;gap:10px;padding:8px 18px;background:#0d94881a;border:1px solid rgba(13,148,136,.2);border-radius:var(--radius-full);font-size:.8125rem;font-weight:700;color:var(--c-primary);margin-bottom:24px}.hero-pro__badge-dot{width:8px;height:8px;background:var(--c-accent);border-radius:50%}.hero-pro__title{font-family:var(--font-h);font-size:clamp(2rem,5.5vw,3.5rem);font-weight:800;line-height:1.1;color:var(--c-dark);margin-bottom:20px;letter-spacing:-.03em}.hero-pro__subtitle{font-size:clamp(1rem,2vw,1.1875rem);color:var(--c-muted);line-height:1.8;margin-bottom:28px;max-width:520px}.hero-pro__rating{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:16px 20px;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--c-border);box-shadow:var(--shadow-xs);margin-bottom:28px;width:fit-content}.hero-pro__stars{display:flex;gap:2px}.hero-pro__rating-text strong{display:block;font-size:1.25rem;font-weight:800;color:var(--c-dark)}.hero-pro__rating-text span{font-size:.75rem;color:var(--c-muted)}.hero-pro__rating-divider{width:1px;height:40px;background:var(--c-border)}.hero-pro__customers{display:flex;align-items:center;gap:10px;font-size:.8125rem;color:var(--c-muted)}.hero-pro__customers strong{color:var(--c-dark)}.hero-pro__avatars{display:flex}.hero-pro__avatars img{width:36px;height:36px;border-radius:50%;border:2px solid #fff;margin-inline-start:-10px;object-fit:cover;box-shadow:var(--shadow-xs)}.hero-pro__avatars img:first-child{margin-inline-start:0}.hero-pro__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.hero-pro__buttons .pc-btn{min-width:190px}.hero-pro__img-product{position:absolute;bottom:-20px;inset-inline-start:-20px;width:45%;max-width:220px;border-radius:var(--radius-lg);overflow:hidden;border:4px solid #fff;box-shadow:var(--shadow-md)}.hero-pro__trust{display:flex;flex-wrap:wrap;gap:12px}.hero-pro__trust-item{font-size:.8125rem;font-weight:600;color:var(--c-muted)}.hero-pro__visual{position:relative;min-height:400px}.hero-pro__img-main{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/3}.hero-pro__img-main img{width:100%;height:100%;object-fit:cover}.hero-pro__img-product img{width:100%;aspect-ratio:1;object-fit:cover}.hero-pro__img-label{position:absolute;bottom:12px;inset-inline-start:12px;padding:6px 14px;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;color:#fff}.hero-pro__img-label--before{background:#dc2626e6}.hero-pro__img-label--after{background:#0d9488e6}.hero-pro__float-card{position:absolute;top:20px;inset-inline-end:-10px;background:#fff;padding:16px 20px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);max-width:200px}.hero-pro__float-stars{color:#f59e0b;font-size:.875rem;letter-spacing:1px}.hero-pro__float-card p{font-size:.8125rem;font-weight:600;color:var(--c-dark);margin:6px 0 4px;line-height:1.5}.hero-pro__float-card span{font-size:.75rem;color:var(--c-muted)}@media(max-width:1023px){.hero-pro__img-product{width:40%;bottom:-10px;inset-inline-start:10px}.hero-pro__float-card{inset-inline-end:10px;top:10px}}.problem__photos{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:40px}@media(min-width:768px){.problem__photos{grid-template-columns:repeat(3,1fr)}}.problem__photo{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/2}.problem__photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.85)}.problem__photo-caption{position:absolute;bottom:0;inset-inline:0;padding:16px;background:linear-gradient(transparent,#0f172acc);color:#fff;font-size:.875rem;font-weight:600}.problem__grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.problem__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.problem__grid{grid-template-columns:repeat(4,1fr)}}.problem__card{padding:28px 24px;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--c-border);transition:all var(--t)}.problem__card:hover{box-shadow:var(--shadow-md);border-color:transparent;transform:translateY(-4px)}.problem__icon{font-size:2rem;margin-bottom:12px}.problem__card h3{font-size:1rem;font-weight:700;color:var(--c-dark);margin-bottom:8px}.problem__card p{font-size:.875rem;color:var(--c-muted);line-height:1.65}.solution__grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:900px){.solution__grid{grid-template-columns:1fr 1fr}}.solution__visual{position:relative}.solution__img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);aspect-ratio:1;object-fit:cover}.solution__glow{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(circle,rgba(13,148,136,.15) 0%,transparent 70%);z-index:-1;pointer-events:none}.solution__steps{display:flex;flex-direction:column;gap:16px}.solution__step{display:flex;gap:16px;align-items:flex-start;padding:16px 20px;background:var(--c-surface);border-radius:var(--radius-lg);border:1px solid var(--c-border)}.solution__step-num{width:36px;height:36px;background:var(--c-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.875rem;flex-shrink:0}.solution__step h4{font-size:.9375rem;font-weight:700;color:var(--c-dark);margin-bottom:4px}.solution__step p{font-size:.8125rem;color:var(--c-muted);line-height:1.6}.steps-pro{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.steps-pro{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.steps-pro{grid-template-columns:repeat(4,1fr)}}.steps-pro__item{position:relative;text-align:center;padding:32px 20px;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--c-border);transition:all var(--t)}.steps-pro__item:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.steps-pro__icon-wrap{position:relative;width:72px;height:72px;margin:0 auto 16px}.steps-pro__num{position:absolute;top:-4px;inset-inline-end:-4px;width:24px;height:24px;background:var(--c-primary);color:#fff;border-radius:50%;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;z-index:2}.steps-pro__icon{width:72px;height:72px;background:linear-gradient(135deg,#0d94881a,#2563eb1a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem}.steps-pro__item h3{font-size:1rem;font-weight:700;color:var(--c-dark);margin-bottom:8px}.steps-pro__item p{font-size:.8125rem;color:var(--c-muted);line-height:1.6}.steps-pro__arrow{display:none}@media(min-width:1024px){.steps-pro__arrow{display:block;position:absolute;top:50%;inset-inline-start:-18px;transform:translateY(-50%);font-size:1.25rem;color:var(--c-primary);opacity:.4}}.steps-pro__result{text-align:center;margin-top:40px;font-size:1.125rem;font-weight:700;color:var(--c-primary)}.before-after__compare{display:grid;grid-template-columns:1fr;gap:24px;align-items:center}@media(min-width:768px){.before-after__compare{grid-template-columns:1fr auto 1fr;gap:32px}}.before-after__side{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:#fff;border:2px solid var(--c-border)}.before-after__side--before{border-color:#fecaca}.before-after__side--after{border-color:#99f6e4}.before-after__side img{width:100%;aspect-ratio:4/3;object-fit:cover}.before-after__side p{padding:16px 20px;font-size:.9375rem;font-weight:600;color:var(--c-dark);text-align:center}.before-after__badge{position:absolute;top:16px;inset-inline-start:16px;padding:8px 16px;background:#dc2626;color:#fff;font-size:.8125rem;font-weight:800;border-radius:var(--radius-full);z-index:2}.before-after__badge--after{background:var(--c-primary)}.before-after__divider{display:flex;align-items:center;justify-content:center}.before-after__divider span{width:56px;height:56px;background:var(--c-dark);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.875rem}.features-pro{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.features-pro{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-pro{grid-template-columns:repeat(3,1fr)}}.features-pro__card{padding:28px 24px;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--c-border);transition:all var(--t)}.features-pro__card:hover{box-shadow:var(--shadow-md);border-color:var(--c-primary);transform:translateY(-3px)}.features-pro__check{font-size:1.25rem;margin-bottom:12px}.features-pro__card h3{font-size:1.0625rem;font-weight:700;color:var(--c-dark);margin-bottom:8px}.features-pro__card p{font-size:.875rem;color:var(--c-muted);line-height:1.65}.video-pro__wrapper{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9;box-shadow:0 24px 60px #0006}.video-pro__poster{width:100%;height:100%;object-fit:cover}.video-pro__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#0f172a59;border:none;cursor:pointer;transition:background var(--t)}.video-pro__play:hover{background:#0f172a80}.video-pro__play-btn{width:80px;height:80px;background:var(--c-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0d948880;transition:transform var(--t)}.video-pro__play:hover .video-pro__play-btn{transform:scale(1.08)}.video-pro__play-text{color:#fff;font-size:1rem;font-weight:700}.video-pro__labels{display:flex;justify-content:center;gap:24px;margin-top:24px;flex-wrap:wrap}.video-pro__labels span{font-size:.875rem;color:#ffffffb3;font-weight:600}.comparison-pro{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--c-border);background:#fff;box-shadow:var(--shadow-sm)}.comparison-pro__table{width:100%;border-collapse:collapse;min-width:400px}.comparison-pro__table th,.comparison-pro__table td{padding:18px 24px;text-align:center;border-bottom:1px solid var(--c-border)}.comparison-pro__table th{font-size:.875rem;font-weight:700;color:var(--c-dark);background:var(--c-surface)}.comparison-pro__table td:first-child{text-align:start;font-weight:600;color:var(--c-text)}.comparison-pro__highlight{background:#c8f13514!important}.comparison-pro__badge{display:block;font-size:.625rem;font-weight:800;color:var(--c-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.comparison-pro__yes{color:var(--c-dark);font-size:1.25rem;font-weight:800}.comparison-pro__yes--muted{opacity:.4}.comparison-pro__no{color:#cbd5e1;font-size:1.25rem}.reviews-summary{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px}.reviews-summary__score{font-size:2.5rem;font-weight:800;color:var(--c-dark);font-family:var(--font-h)}.reviews-summary__stars{color:#f59e0b;font-size:1.125rem;letter-spacing:2px}.reviews-summary__count{font-size:.875rem;color:var(--c-muted)}.reviews-pro{display:grid;grid-template-columns:1fr;gap:20px;margin-top:40px}@media(min-width:640px){.reviews-pro{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.reviews-pro{grid-template-columns:repeat(3,1fr)}}.review-pro{background:#fff;border-radius:var(--radius-lg);padding:24px;border:1px solid var(--c-border);transition:all var(--t)}.review-pro:hover{box-shadow:var(--shadow-md);border-color:transparent}.review-pro__stars{color:#f59e0b;font-size:.875rem;letter-spacing:2px;margin-bottom:8px}.review-pro__verified{display:inline-block;font-size:.6875rem;font-weight:700;color:var(--c-accent);background:#10b9811a;padding:4px 10px;border-radius:var(--radius-full);margin-bottom:12px}.review-pro__text{font-size:.9375rem;line-height:1.75;color:var(--c-muted);margin-bottom:16px}.review-pro__author{display:flex;align-items:center;gap:12px}.review-pro__photos{display:flex;gap:0}.review-pro__avatar,.review-pro__dog{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #fff}.review-pro__dog{margin-inline-start:-12px}.review-pro__name{font-weight:700;font-size:.875rem;color:var(--c-dark)}.review-pro__pet{font-size:.75rem;color:var(--c-muted)}.faq-pro{max-width:760px;margin:0 auto}.faq-pro__item{border-bottom:1px solid var(--c-border)}.faq-pro__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;border:none;background:transparent;font-size:1rem;font-weight:600;color:var(--c-dark);text-align:start;cursor:pointer}.faq-pro__question svg{flex-shrink:0;transition:transform var(--t);color:var(--c-muted)}.faq-pro__item.is-open .faq-pro__question svg{transform:rotate(180deg)}.faq-pro__answer{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.faq-pro__item.is-open .faq-pro__answer{max-height:300px}.faq-pro__answer p{padding-bottom:20px;font-size:.9375rem;color:var(--c-muted);line-height:1.75}.trust-pro{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px}@media(min-width:768px){.trust-pro{grid-template-columns:repeat(4,1fr)}}.trust-pro__item{text-align:center;padding:28px 20px;background:var(--c-surface);border-radius:var(--radius-lg);border:1px solid var(--c-border)}.trust-pro__icon{font-size:2rem;margin-bottom:12px}.trust-pro__item h4{font-size:.9375rem;font-weight:700;color:var(--c-dark);margin-bottom:6px}.trust-pro__item p{font-size:.8125rem;color:var(--c-muted);line-height:1.6}.trust-pro__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;padding:20px;background:var(--c-surface);border-radius:var(--radius-lg);font-size:.8125rem;font-weight:600;color:var(--c-muted)}.cta-final{display:flex;flex-direction:column;align-items:center;gap:28px;padding:clamp(48px,8vw,72px);background:linear-gradient(145deg,#3d3228,#2a2218);border-radius:24px;text-align:center;color:#fff;box-shadow:var(--shadow-lg)}@media(min-width:768px){.cta-final{flex-direction:row;text-align:start;justify-content:space-between}}.cta-final h2{font-family:var(--font-h);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;margin-bottom:12px}.cta-final p{font-size:1.0625rem;opacity:.9;max-width:480px;line-height:1.7}.cta-final__rating{margin-top:16px;font-size:.9375rem;opacity:.85}.cta-final__rating span{opacity:.7;margin-inline-start:8px}.product-page{padding:clamp(16px,3vw,40px) 0 clamp(80px,10vw,96px)}.product-page__grid{display:grid;grid-template-columns:1fr;gap:28px}.product-gallery{width:100%;max-width:520px;margin:0 auto}@media(min-width:960px){.product-page__grid{grid-template-columns:minmax(0,42%) minmax(0,58%);gap:40px;align-items:start;max-width:100%}.product-gallery{max-width:100%;margin:0}}.product-gallery__main{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:#fff;border:1px solid var(--c-border);aspect-ratio:4/5;max-height:min(72vw,460px)}@media(min-width:960px){.product-gallery__main{max-height:460px;aspect-ratio:1}}.product-gallery__img{width:100%;height:100%;object-fit:contain;cursor:zoom-in;transition:opacity .2s ease}.product-gallery__img.is-switching{opacity:.6}.product-gallery__main{background:#fff}.product-gallery__media{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fff}.product-gallery__media[hidden],.product-gallery__img[hidden]{display:none!important}.product-gallery__video,.product-gallery__media video,.product-gallery__media iframe{width:100%;height:100%;max-height:100%;object-fit:contain;border:0;background:#000}.product-gallery__thumb{position:relative}.product-gallery__play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:28px;height:28px;border-radius:50%;background:#0000009e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;pointer-events:none}.product-gallery__zoom{position:absolute;top:12px;inset-inline-end:12px;width:40px;height:40px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);cursor:pointer;color:var(--c-text);z-index:2}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:none;border-radius:50%;background:#fffffff2;color:var(--c-text);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);cursor:pointer;z-index:2;transition:background .15s ease,transform .15s ease,opacity .15s ease}.product-gallery__nav:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.product-gallery__nav:active{transform:translateY(-50%) scale(.96)}.product-gallery__nav--prev{inset-inline-start:10px}.product-gallery__nav--next{inset-inline-end:10px}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:4px}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;flex-shrink:0;background:none}.product-gallery__thumb.is-active{border-color:var(--c-primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__video-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:12px;padding:14px;border:2px dashed var(--c-border);border-radius:var(--radius-lg);background:var(--c-surface);font-size:.875rem;font-weight:600;color:var(--c-primary);cursor:pointer;transition:all var(--t)}.product-gallery__video-btn:hover{border-color:var(--c-primary);background:#0d94880f}.product-info__badge{display:inline-block;padding:6px 14px;background:#0d94881a;color:var(--c-primary);font-size:.75rem;font-weight:700;border-radius:var(--radius-full);margin-bottom:12px}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:.875rem;font-weight:600}.product-info__stars{color:#f59e0b}.product-info__review-count{color:var(--c-muted);font-weight:400}.product-info__price-wrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.product-info__save{padding:4px 12px;background:#dcfce7;color:#166534;font-size:.75rem;font-weight:700;border-radius:var(--radius-full)}.product-info__buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.product-info__desc{margin-top:40px;padding-top:32px;border-top:1px solid var(--c-border)}.product-info__desc h3{font-weight:700;margin-bottom:16px;font-size:1.125rem}.product-sticky-atc{position:fixed;bottom:0;inset-inline:0;z-index:250;background:#fff;border-top:1px solid var(--c-border);box-shadow:0 -4px 20px #00000014;padding:12px 0;padding-bottom:max(12px,env(safe-area-inset-bottom))}.product-sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-sticky-atc__price{font-size:1.125rem;font-weight:800;color:var(--c-primary)}.product-sticky-atc__stars{font-size:.75rem;color:#f59e0b;display:block}.drawer--premium .drawer__panel{background:#fff}.drawer__head--premium{padding:18px 22px;background:linear-gradient(135deg,var(--c-dark),var(--c-primary));border-bottom:none;color:#fff}.drawer__head-title{display:flex;align-items:center;gap:10px}.drawer__head-icon{width:36px;height:36px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff}.drawer__head--premium h2{color:#fff;font-size:1.0625rem;font-weight:800}.drawer__head--premium .drawer__count{color:#fffc;font-weight:600}.drawer__head--premium .drawer__close{color:#fff;background:#ffffff1f;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.drawer__foot--premium{background:var(--c-surface)}.drawer__checkout{margin-bottom:10px}.drawer__view-cart{font-size:.875rem!important}.drawer__shipping{padding:16px 24px;background:var(--c-surface);border-bottom:1px solid var(--c-border)}.drawer__shipping-text{font-size:.8125rem;color:var(--c-muted);margin-bottom:8px;font-weight:500}.drawer__shipping-bar{height:6px;background:var(--c-border);border-radius:var(--radius-full);overflow:hidden}.drawer__shipping-fill{height:100%;background:linear-gradient(90deg,var(--c-primary),var(--c-accent));border-radius:var(--radius-full);width:0;transition:width .5s var(--ease)}.drawer__savings{padding:10px 14px;background:#dcfce7;color:#166534;font-size:.8125rem;font-weight:700;border-radius:var(--radius);margin-bottom:12px;text-align:center}.drawer__subtotal{display:flex;justify-content:space-between;padding:12px 0;font-size:1.125rem;font-weight:800;color:var(--c-dark)}.drawer__count{font-weight:400;color:var(--c-muted);font-size:.875rem}.drawer__item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--c-border)}.drawer__item img{width:72px;height:72px;border-radius:var(--radius);object-fit:cover}.drawer__empty{text-align:center;padding:40px 0;color:var(--c-muted)}.sticky-bar{position:fixed;bottom:0;inset-inline:0;z-index:280;background:#fff;border-top:2px solid var(--c-primary);box-shadow:0 -6px 24px #0f172a1f;padding:12px 0;padding-bottom:max(12px,env(safe-area-inset-bottom));transform:translateY(0)}.sticky-bar--always{display:block}.sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:12px}.sticky-bar__stars{color:#f59e0b;font-size:.75rem;font-weight:600;white-space:nowrap}.sticky-bar__stars strong{color:var(--c-dark);margin-inline-start:2px}.sticky-bar__text{font-size:.75rem;color:var(--c-muted);display:block;font-weight:600}.sticky-bar__price{font-size:.875rem;font-weight:800;color:var(--c-primary);display:block}.sticky-bar__btn{padding:12px 24px!important;font-size:.875rem!important;min-height:48px;flex-shrink:0;animation:none!important}body:has(.product-sticky-atc:not([hidden])) .sticky-bar{display:none}.video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:20px}.video-modal[hidden]{display:none}.video-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ad9}.video-modal__box{position:relative;width:min(100%,900px);z-index:2}.video-modal__close{position:absolute;top:-48px;inset-inline-end:0;width:44px;height:44px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.video-modal__inner{aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;background:#000}.video-modal__inner iframe,.video-modal__inner video{width:100%;height:100%;border:none}.announcement,.site-header,.hero-cinema,.hero-home,.breadcrumbs,.template-index .site-header,.template-index .breadcrumbs{display:none!important}.stats-bar{background:var(--c-dark);color:#fff;padding:20px 0}.stats-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.stats-bar__grid{grid-template-columns:repeat(4,1fr)}}.stats-bar__item{text-align:center;padding:12px}.stats-bar__number{display:block;font-family:var(--font-h);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:800;color:var(--c-accent)}.stats-bar__label{font-size:.75rem;opacity:.75;margin-top:4px}.urgency-bar{padding:16px 0;background:linear-gradient(90deg,#dc2626,#ea580c)}.urgency-bar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;color:#fff}.urgency-bar__text{display:flex;align-items:center;gap:12px;flex:1;min-width:200px}.urgency-bar__icon{font-size:1.5rem}.urgency-bar__text strong{display:block;font-size:.9375rem;margin-bottom:2px}.urgency-bar__text span{font-size:.75rem;opacity:.85}.urgency-bar__timer{display:flex;align-items:center;gap:6px}.urgency-bar__unit{text-align:center;min-width:48px;padding:8px 10px;background:#ffffff26;border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.urgency-bar__unit span{display:block;font-size:1.25rem;font-weight:800;font-family:var(--font-h);line-height:1}.urgency-bar__unit small{font-size:.625rem;opacity:.8}.urgency-bar__cta{flex-shrink:0;background:#fff!important;color:#dc2626!important;-webkit-text-fill-color:#DC2626!important;font-weight:800!important}.urgency-bar__cta:hover{background:#fef2f2!important;color:#b91c1c!important;-webkit-text-fill-color:#B91C1C!important}.quick-buy{padding:clamp(40px,6vw,72px) 0;background:var(--c-surface)}.quick-buy__card{background:#fff;border-radius:24px;border:2px solid var(--c-dark);box-shadow:0 20px 60px #2a22181a;overflow:hidden}.quick-buy__grid{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:900px){.quick-buy__grid{grid-template-columns:.9fr 1.1fr}}.quick-buy__media{position:relative;background:var(--c-surface);padding:24px;display:flex;align-items:center;justify-content:center}.quick-buy__media img{max-width:100%;border-radius:var(--radius-lg);aspect-ratio:1;object-fit:cover}.quick-buy__live{position:absolute;top:16px;inset-inline-start:16px;display:flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:var(--c-dark);box-shadow:var(--shadow-sm)}.quick-buy__live-dot{width:8px;height:8px;background:#22c55e;border-radius:50%}.quick-buy__info{padding:clamp(24px,4vw,40px)}.quick-buy__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.quick-buy__badge{padding:6px 12px;background:var(--c-surface);border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:var(--c-muted)}.quick-buy__badge--hot{background:#fef3c7;color:#92400e}.quick-buy__title{font-family:var(--font-h);font-size:clamp(1.375rem,3vw,1.75rem);font-weight:800;color:var(--c-dark);margin-bottom:8px}.quick-buy__desc{font-size:.9375rem;color:var(--c-muted);line-height:1.7;margin-bottom:20px}.quick-buy__price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.quick-buy__price{font-size:2rem;font-weight:800;color:var(--c-primary);font-family:var(--font-h)}.quick-buy__compare{font-size:1.125rem;color:var(--c-muted);text-decoration:line-through}.quick-buy__save{padding:4px 12px;background:#dcfce7;color:#166534;font-size:.75rem;font-weight:800;border-radius:var(--radius-full)}.quick-buy__urgency{padding:12px 16px;background:#fef3c7;border-radius:var(--radius);font-size:.8125rem;color:#92400e;margin-bottom:20px;font-weight:500}.quick-buy__buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.quick-buy__trust{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px}.quick-buy__trust span{font-size:.75rem;font-weight:600;color:var(--c-muted);padding:8px;background:var(--c-surface);border-radius:var(--radius);text-align:center}.quick-buy__payments{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;opacity:.5;font-size:.6875rem;font-weight:700;letter-spacing:.05em}.quick-buy--setup .quick-buy__setup-card{text-align:center;padding:clamp(32px,5vw,48px)}.quick-buy__setup-empty{text-align:center;padding:clamp(40px,6vw,64px)!important}.quick-buy__setup-empty .quick-buy__setup-icon{font-size:3rem;margin-bottom:16px}.quick-buy__setup-product-img{margin-bottom:16px}.quick-buy__setup-product-img img{max-width:220px;margin:0 auto;border-radius:20px;box-shadow:0 12px 32px #3c2a211f}.quick-buy__setup-icon{font-size:3rem;margin-bottom:12px}.quick-buy__setup-steps{text-align:start;max-width:520px;margin:20px auto;padding:0 20px;line-height:1.8;color:var(--c-muted);font-size:.9375rem}.quick-buy__setup-steps li{margin-bottom:8px}.quick-buy__setup-steps code{background:var(--c-surface);padding:2px 8px;border-radius:6px;font-weight:700;color:var(--c-primary)}.quick-buy__setup-product{margin:20px 0;font-size:.875rem;color:var(--c-muted);line-height:1.7}.quick-buy__setup-product a{color:var(--c-primary);font-weight:700;text-decoration:underline}.quick-buy__setup-price{display:block;margin-top:6px;font-size:.8125rem}.bundle-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.bundle-picker__opt{position:relative;padding:14px 10px;border:2px solid var(--c-border);border-radius:var(--radius-lg);background:#fff;text-align:center;cursor:pointer;transition:all var(--t)}.bundle-picker__opt.is-active{border-color:var(--c-primary);background:#0d94880f;box-shadow:0 0 0 3px #0d94881f}.bundle-picker__opt strong{display:block;font-size:.8125rem;color:var(--c-dark);margin-bottom:2px}.bundle-picker__opt span{font-size:.6875rem;color:var(--c-muted)}.bundle-picker__tag{position:absolute;top:-8px;inset-inline-start:50%;transform:translate(50%);padding:2px 8px;background:var(--c-primary);color:#fff;font-size:.5625rem;font-weight:800;border-radius:var(--radius-full);white-space:nowrap}.guarantee-box{display:flex;flex-direction:column;align-items:center;gap:24px;padding:clamp(40px,6vw,56px);background:linear-gradient(135deg,#ecfdf5,#f0fdfa);border:2px solid #99F6E4;border-radius:var(--radius-lg);text-align:center}@media(min-width:768px){.guarantee-box{flex-direction:row;text-align:start}}.guarantee-box__icon{font-size:4rem;flex-shrink:0}.guarantee-box h2{font-family:var(--font-h);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:800;color:var(--c-dark);margin-bottom:12px}.guarantee-box p{font-size:.9375rem;color:var(--c-muted);line-height:1.75;margin-bottom:16px}.guarantee-box__list{list-style:none;margin-bottom:24px}.guarantee-box__list li{font-size:.875rem;font-weight:600;color:var(--c-text);padding:6px 0}.sales-toast{position:fixed;bottom:80px;inset-inline-start:16px;z-index:260;display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--c-border);max-width:320px;animation:toastIn .5s var(--ease)}.sales-toast[hidden]{display:none}@keyframes toastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sales-toast__img{width:40px;height:40px;background:var(--c-surface);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.sales-toast__body strong{display:block;font-size:.8125rem;color:var(--c-dark)}.sales-toast__body span{font-size:.75rem;color:var(--c-muted)}.sales-toast__close{background:none;border:none;font-size:1.25rem;color:var(--c-muted);cursor:pointer;padding:4px;line-height:1}.whatsapp-btn{position:fixed;bottom:80px;inset-inline-end:16px;z-index:260;display:flex;align-items:center;gap:8px;padding:12px 18px;background:#25d366;color:#fff;border-radius:var(--radius-full);box-shadow:0 4px 20px #25d36666;font-size:.875rem;font-weight:700;transition:transform var(--t),box-shadow var(--t)}.whatsapp-btn:hover{transform:scale(1.05);box-shadow:0 6px 28px #25d36680;color:#fff}body:has(.sticky-bar) .whatsapp-btn{bottom:88px}body:has(.sticky-bar) .sales-toast{bottom:88px}@media(max-width:959px){.product-page{padding:8px 0 72px}.product-info__title{font-size:1.0625rem;line-height:1.25;margin-bottom:6px}.product-info__price-wrap{margin-bottom:8px}.product-info__price-wrap .product-info__price{font-size:1.25rem}.product-gallery{max-width:100%;margin:0}.product-gallery__main{max-height:min(58vw,260px);border-radius:14px;aspect-ratio:1}.product-gallery__thumbs{gap:6px;margin-top:8px;padding:0}.product-gallery__thumb{width:44px;height:44px;border-radius:8px}.product-info__buttons{gap:8px;margin-bottom:12px}.product-info__buttons .btn{min-height:46px;font-size:.9375rem;padding:10px 14px}.variant-pills{gap:6px}.variant-pill{padding:8px 12px;font-size:.75rem}.product-trust{grid-template-columns:1fr;gap:6px}.product-sticky-atc__inner{gap:10px}.product-sticky-atc .btn{min-height:44px;padding:10px 16px!important}.footer__grid{gap:32px;text-align:center}.footer__brand{display:flex;flex-direction:column;align-items:center}.footer__brand p{max-width:100%}.footer__social{justify-content:center}.footer__heading{margin-bottom:14px}.footer__links{align-items:center}}@media(max-width:767px){.reviews-pro{display:flex;flex-direction:column;overflow-x:hidden;gap:16px;padding-bottom:8px}.review-pro{min-width:0;width:100%;flex-shrink:1}}.empty-state{text-align:center;padding:clamp(40px,6vw,64px) 24px;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--c-border);margin:24px 0}.empty-state--404{background:transparent;border:none}.empty-state__icon{font-size:3rem;display:block;margin-bottom:16px}.empty-state__title{font-family:var(--font-h);font-size:1.375rem;font-weight:800;color:var(--c-dark);margin-bottom:10px}.empty-state__text{font-size:.9375rem;color:var(--c-muted);max-width:480px;margin:0 auto 24px;line-height:1.7}.empty-state__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.search-form{display:flex;gap:10px;max-width:560px;margin:0 auto 8px}.search-form input{flex:1;padding:14px 18px;border:2px solid var(--c-border);border-radius:var(--radius-lg);font-size:1rem;background:#fff;transition:border-color var(--t)}.search-form input:focus{outline:none;border-color:var(--c-primary)}.collection-tile__placeholder{width:100%;height:100%;background:var(--c-surface);display:flex;align-items:center;justify-content:center;font-size:3rem;min-height:200px}.page-shell{padding-bottom:clamp(32px,5vw,56px)}body.has-sticky-bar{padding-bottom:76px}
/*# sourceMappingURL=/cdn/shop/t/67/assets/pawclean.css.map */
