@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700;800&family=Nunito:wght@400;600;700;800;900&display=swap";:root{--font-heading-family: "Fredoka", "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--accent: #2D6A4F;--accent-hover: #1B4332;--accent-light: #E8F5E9;--accent-bg: #F0FDF4;--dark: #1E293B;--body-text: #64748B;--light-border: #F1ECE4;--card-shadow: 0 4px 20px rgba(0,0,0,.04);--card-shadow-hover: 0 10px 30px rgba(0,0,0,.08);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 24px;--radius-full: 9999px;--section-spacing: 75px;--section-spacing-mobile: 45px}body,p,span,a,input,select,textarea,button{font-family:var(--font-body-family)}h1,h2,h3,h4,h5,h6,.custom-featured-products__heading,.custom-categories__title,.custom-why-trust__title,.custom-testimonials__title,.custom-pdp__title{font-family:var(--font-heading-family);letter-spacing:-.01em}.custom-announcement-bar{background:var(--accent);overflow:hidden;padding:8px 0;position:relative}.announcement-bar__track{display:flex;animation:announcement-scroll var(--scroll-speed, 30s) linear infinite;width:max-content;will-change:transform}.custom-announcement-bar:hover .announcement-bar__track{animation-play-state:paused}.announcement-bar__group{display:flex;align-items:center;flex-shrink:0;padding:0 12px}.announcement-bar__item{display:flex;align-items:center;gap:6px;color:#fff;font-size:13px;font-weight:600;white-space:nowrap;letter-spacing:.02em}.announcement-bar__dot{width:5px;height:5px;border-radius:50%;background:#ffffff80;margin:0 16px;flex-shrink:0}@keyframes announcement-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.custom-header{background:#fff;border-bottom:1px solid var(--light-border);position:sticky;top:0;z-index:1000}.custom-header__inner{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;gap:24px;max-width:1320px;margin:0 auto}.custom-header__logo{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0}.custom-header__logo img{height:40px;width:auto}.custom-header__logo-text{font-family:var(--font-heading-family);font-weight:700;font-size:20px;color:var(--dark)}.custom-header__logo-text span{color:var(--accent)}.custom-header__nav{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.custom-header__nav a{text-decoration:none;color:var(--dark);font-size:14px;font-weight:500;transition:color .2s}.custom-header__nav a:hover{color:var(--accent)}.custom-header__right{display:flex;align-items:center;gap:14px;flex-shrink:0}.custom-header__icon-btn{display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #E2E8F0;border-radius:50%;cursor:pointer;color:var(--dark);position:relative;width:42px;height:42px;padding:0;transition:all .2s ease;box-shadow:0 2px 6px #0000000a}.custom-header__icon-btn:hover{background:#f1ece4;border-color:#cbd5e1;transform:translateY(-1px)}.custom-header__icon-btn svg{width:20px;height:20px}.custom-header__account-dot{position:absolute;top:3px;right:3px;width:6px;height:6px;background:#22c55e;border-radius:50%;border:1.5px solid #FFFFFF}.custom-header__account-dropdown{position:relative;display:inline-flex;align-items:center;margin-right:0}.custom-header__dropdown-panel{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(-8px) scale(.97);width:220px;max-width:90vw;background:#fff;border:1px solid #F1ECE4;border-radius:18px;box-shadow:0 14px 34px #0000001a,0 3px 10px #0000000a;padding:16px 18px;z-index:1005;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s cubic-bezier(.16,1,.3,1),visibility .2s ease}.custom-header__account-dropdown.is-open .custom-header__dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0) scale(1)}.custom-header__dropdown-top{display:flex;flex-direction:column;gap:2px}.custom-header__dropdown-sub{font-size:10px;font-weight:700;letter-spacing:.06em;color:#94a3b8;text-transform:uppercase}.custom-header__dropdown-user-name{font-size:14px;font-weight:700;color:#1e293b}.custom-header__dropdown-divider{height:1px;background:#f1ece4;margin:12px 0 10px}.custom-header__dropdown-section-label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:#2d6a4f;letter-spacing:.05em;margin-bottom:8px}.custom-header__dropdown-section-icon{font-size:12px}.custom-header__dropdown-menu-list{display:flex;flex-direction:column;gap:4px}.custom-header__dropdown-menu-item{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:10px;color:#334155;text-decoration:none;font-size:13px;font-weight:600;transition:background .15s ease,color .15s ease}.custom-header__dropdown-menu-item:hover{background:#e8f5e9;color:#2d6a4f}.custom-header__dropdown-item-icon{font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-header__dropdown-menu-item--logout{color:#64748b}.custom-header__dropdown-menu-item--logout:hover{background:#fee2e2;color:#dc2626}.custom-header__cart-count{position:absolute;top:0;right:-2px;background:var(--accent);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.custom-header__cta{display:inline-flex;align-items:center;gap:6px;background:var(--accent);color:#fff;padding:10px 22px;border-radius:var(--radius-full);font-size:14px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .2s}.custom-header__cta:hover{background:var(--accent-hover)}.custom-header__hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px;color:var(--dark)}.custom-header__hamburger svg{width:24px;height:24px}.custom-header__mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.custom-header__mobile-menu.is-open{display:block}.custom-header__mobile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.custom-header__mobile-drawer{position:absolute;top:0;right:0;width:300px;max-width:85%;height:100%;background:#fff;padding:24px;overflow-y:auto;transform:translate(100%);transition:transform .3s ease}.custom-header__mobile-menu.is-open .custom-header__mobile-drawer{transform:translate(0)}.custom-header__mobile-close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;width:32px;height:32px;margin-left:auto;margin-bottom:24px;color:var(--dark)}.custom-header__mobile-nav{list-style:none;margin:0;padding:0}.custom-header__mobile-nav li{border-bottom:1px solid var(--light-border)}.custom-header__mobile-nav a{display:block;padding:14px 0;text-decoration:none;color:var(--dark);font-size:16px;font-weight:500}@media screen and (max-width:989px){.custom-header__nav{display:none}.custom-header__hamburger{display:flex}}@media screen and (max-width:749px){.custom-header__cta span{display:none}.custom-header__cta{padding:8px 14px}}.custom-hero{padding:var(--section-spacing) 0;background:#fff}.custom-hero{padding:48px 0 64px;background:#fffbf7;overflow:hidden}.custom-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.custom-hero__trust-badge{display:inline-flex;align-items:center;gap:8px;background:#e8f5e9;border:1.5px solid #B7E4C7;padding:6px 16px;border-radius:9999px;font-size:13px;font-weight:700;color:#1e293b;margin-bottom:20px}.custom-hero__stars{color:#2d6a4f;font-size:14px;letter-spacing:2px}.custom-hero__headline{font-size:clamp(34px,4.5vw,54px);font-weight:800;line-height:1.12;color:#1e293b;margin:0 0 18px;font-family:var(--font-heading-family);letter-spacing:-.5px}.custom-hero__headline-highlight{color:#2d6a4f}.custom-hero__headline-after{color:#1e293b}.custom-hero__body{font-size:16px;line-height:1.65;color:#64748b;margin-bottom:28px;max-width:520px}.custom-hero__body strong{color:#1e293b;font-weight:700}.custom-hero__buttons{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-bottom:28px}.custom-hero__btn-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2d6a4f,#1b4332);color:#fff!important;padding:14px 28px;border-radius:9999px;font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 4px 14px #2d6a4f59;cursor:pointer;transition:transform .2s,box-shadow .2s}.custom-hero__btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2d6a4f73}.custom-hero__btn-secondary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#1b4332!important;padding:14px 26px;border-radius:9999px;font-size:14.5px;font-weight:700;text-decoration:none;border:1.5px solid #B7E4C7;cursor:pointer;transition:background .2s,border-color .2s}.custom-hero__btn-secondary:hover{background:#e8f5e9;border-color:#2d6a4f}.custom-hero__trust-points{display:flex;gap:20px;flex-wrap:wrap;align-items:center}.custom-hero__trust-point{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:#1e293b}.custom-hero__image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;min-height:460px;-webkit-user-select:none;user-select:none}.custom-hero__circle-container{position:relative;width:440px;height:440px;border-radius:50%;overflow:hidden;background:radial-gradient(circle,#d8f3dc,#b7e4c7 80%,#d8f3dc33);box-shadow:0 16px 40px #2d6a4f29;display:flex;align-items:center;justify-content:center}.custom-hero__circle-bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle,#d8f3dc,#b7e4c7 80%,#d8f3dc33);z-index:0}.custom-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:scale(.94);transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1),visibility .65s ease;pointer-events:none;z-index:1}.custom-hero__slide.is-active{opacity:1;visibility:visible;transform:scale(1);pointer-events:auto;z-index:2}.custom-hero__slide-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}.custom-hero__product-img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;border-radius:50%}@keyframes heroBadgeFloat1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-7px) rotate(-1deg)}}@keyframes heroBadgeFloat2{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(7px) rotate(1deg)}}.custom-hero__badge{position:absolute;z-index:4;display:inline-flex;align-items:center;gap:8px;background:#fff;padding:8px 18px;border-radius:9999px;font-size:13px;font-weight:700;color:#1e293b;box-shadow:0 6px 20px #00000014;border:1px solid #F1ECE4;white-space:nowrap;pointer-events:none}.custom-hero__badge--top-left{top:15%;left:-15px;animation:heroBadgeFloat1 4s ease-in-out infinite}.custom-hero__badge--bottom-right{bottom:15%;right:-15px;animation:heroBadgeFloat2 4.5s ease-in-out infinite .5s}.custom-hero__dots-wrap{position:absolute;bottom:8px;left:50%;transform:translate(-50%);z-index:5}.custom-hero__dots{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #F1ECE4;border-radius:9999px;padding:6px 14px;box-shadow:0 4px 14px #0000000f}.custom-hero__dot{width:6px;height:6px;border-radius:50%;background:#e2e8f0;border:none;padding:0;cursor:pointer;outline:none;transition:width .35s cubic-bezier(.4,0,.2,1),background .3s ease}.custom-hero__dot:hover{background:#cbd5e1}.custom-hero__dot.is-active{background:#2d6a4f;width:20px;border-radius:9999px}@media screen and (max-width:989px){.custom-hero__grid{grid-template-columns:1fr;gap:32px}.custom-hero__image-wrapper{order:-1;min-height:340px}.custom-hero__circle-bg{width:320px;height:320px}.custom-hero__product-img{width:280px;height:280px}.custom-hero__headline{font-size:36px}.custom-hero{padding:var(--section-spacing-mobile) 0}}.custom-image-gallery{padding:clamp(24px,4vw,48px) 0}.custom-image-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.custom-image-gallery__item{border-radius:16px;overflow:hidden;aspect-ratio:1 / 1;background:#f8f9fa;box-shadow:0 4px 14px #0000000a;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}.custom-image-gallery__item:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000014}.custom-image-gallery__link{display:block;width:100%;height:100%;position:relative;text-decoration:none;overflow:hidden;border-radius:16px}.custom-image-gallery__img,.custom-image-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.custom-image-gallery__link:hover .custom-image-gallery__img,.custom-image-gallery__item:hover img{transform:scale(1.06)}.custom-image-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f1f5f9}.custom-image-gallery__placeholder svg{width:50%;height:50%;opacity:.35}.custom-image-gallery__grid--varied{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.custom-image-gallery__grid--varied .custom-image-gallery__item{flex:0 0 calc(25% - 12px);max-width:calc(25% - 12px)}@media screen and (max-width:989px){.custom-image-gallery__grid,.custom-image-gallery__grid--varied .custom-image-gallery__item{grid-template-columns:repeat(3,1fr);flex:0 0 calc(33.33% - 11px);max-width:calc(33.33% - 11px)}}@media screen and (max-width:749px){.custom-image-gallery__grid{grid-template-columns:repeat(2,1fr)}.custom-image-gallery__grid--varied .custom-image-gallery__item{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}}.custom-trust-bar{background:var(--accent-light);border-top:1px solid #FDE9D0;border-bottom:1px solid #FDE9D0;padding:24px 0}.custom-trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.custom-trust-bar__item{display:flex;align-items:center;gap:12px}.custom-trust-bar__icon{width:36px;height:36px;flex-shrink:0}.custom-trust-bar__icon img{width:100%;height:100%;object-fit:contain}.custom-trust-bar__text h4{font-size:14px;font-weight:700;color:var(--dark);margin:0 0 2px;font-family:var(--font-heading-family)}.custom-trust-bar__text p{font-size:12px;color:var(--body-text);margin:0}@media screen and (max-width:989px){.custom-trust-bar__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.custom-trust-bar__grid{grid-template-columns:repeat(2,1fr);gap:16px}}.custom-featured-products{padding:var(--section-spacing) 0;background:#fff}.custom-featured-products__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:12px}.custom-featured-products__eyebrow{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.custom-featured-products__heading{font-size:clamp(24px,4vw,36px);font-weight:800;color:var(--dark);margin:0;font-family:var(--font-heading-family)}.custom-featured-products__view-all{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:14px;font-weight:600;text-decoration:none;transition:gap .2s}.custom-featured-products__view-all:hover{gap:10px}.custom-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.custom-product-card{flex:0 0 220px;scroll-snap-align:start;background:#fff;border:1px solid var(--light-border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s;display:flex;flex-direction:column}.custom-product-card:hover{box-shadow:var(--card-shadow-hover)}.custom-product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:#f9fafb}.custom-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.custom-product-card:hover .custom-product-card__image img{transform:scale(1.04)}.custom-product-card__discount{position:absolute;top:10px;left:10px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--radius-sm);z-index:1}.custom-product-card__sold-badge{position:absolute;bottom:10px;left:10px;background:#000000b3;color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:var(--radius-sm);z-index:1;display:flex;align-items:center;gap:4px}.custom-product-card__body{padding:14px;display:flex;flex-direction:column;flex:1}.custom-product-card__organic-tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#16a34a;margin-bottom:6px}.custom-product-card__organic-tag svg{width:14px;height:14px}.custom-product-card__title{font-size:13px;font-weight:600;color:var(--dark);margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-product-card__title a{text-decoration:none;color:inherit}.custom-product-card__rating{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--body-text);margin-bottom:6px}.custom-product-card__rating-stars{color:var(--accent);font-size:13px;letter-spacing:1px}.custom-product-card__age-pill{display:inline-flex;align-items:center;gap:4px;background:var(--accent-light);color:var(--accent);font-size:11px;font-weight:600;padding:3px 10px;border-radius:var(--radius-full);margin-bottom:10px;width:fit-content}.custom-product-card__price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px;margin-top:auto}.custom-product-card__price{font-size:18px;font-weight:800;color:var(--dark)}.custom-product-card__compare-price{font-size:13px;color:#9ca3af;text-decoration:line-through}.custom-product-card__save-badge{font-size:11px;font-weight:600;color:#16a34a;background:#f0fdf4;padding:2px 8px;border-radius:var(--radius-sm)}.custom-product-card__atc{display:flex;align-items:center;justify-content:center;width:100%;background:var(--accent);color:#fff;border:none;padding:10px 0;border-radius:var(--radius-md);font-size:13px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.03em;transition:background .2s}.custom-product-card__atc:hover{background:var(--accent-hover)}@media screen and (min-width:990px){.custom-product-card{flex:0 0 calc(16.66% - 14px)}}@media screen and (min-width:750px)and (max-width:989px){.custom-product-card{flex:0 0 calc(33.33% - 11px)}}@media screen and (max-width:749px){.custom-product-card{flex:0 0 65%}.custom-featured-products{padding:var(--section-spacing-mobile) 0}}.custom-categories{padding:var(--section-spacing) 0;background:#fafafa}.custom-categories__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:12px}.custom-categories__meta{max-width:600px}.custom-categories__eyebrow{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.custom-categories__heading{font-size:clamp(24px,4vw,36px);font-weight:800;color:var(--dark);margin:0 0 8px;font-family:var(--font-heading-family)}.custom-categories__subtext{font-size:14px;color:var(--body-text);margin:0}.custom-categories__controls{display:flex;align-items:center;gap:12px;flex-shrink:0}.custom-categories__explore-all{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:14px;font-weight:600;text-decoration:none}.custom-carousel-btn{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,background .2s;color:var(--dark);flex-shrink:0}.custom-carousel-btn:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.custom-carousel-btn svg{width:16px;height:16px}.custom-category-card{flex:0 0 180px;scroll-snap-align:start;background:#fff;border:1px solid var(--light-border);border-radius:var(--radius-lg);padding:24px 16px;text-align:center;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center}.custom-category-card:hover{border-color:var(--accent);box-shadow:var(--card-shadow-hover)}.custom-category-card__icon{width:56px;height:56px;margin-bottom:12px}.custom-category-card__icon img{width:100%;height:100%;object-fit:contain}.custom-category-card__name{font-size:14px;font-weight:700;color:var(--dark);margin:0 0 4px}.custom-category-card__sub{font-size:12px;color:var(--body-text);margin:0}.custom-progress-bar{width:120px;height:4px;background:#e5e7eb;border-radius:2px;margin:24px auto 0;overflow:hidden}.custom-progress-bar__fill{height:100%;background:var(--accent);border-radius:2px;transition:width .2s ease;width:30%}@media screen and (max-width:749px){.custom-category-card{flex:0 0 150px}.custom-categories{padding:var(--section-spacing-mobile) 0}}.custom-why-trust{padding:var(--section-spacing) 0;background:#fff}.custom-why-trust__header{text-align:center;max-width:600px;margin:0 auto 40px}.custom-why-trust__eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.custom-why-trust__heading{font-size:clamp(24px,4vw,36px);font-weight:800;color:var(--dark);margin:0 0 8px;font-family:var(--font-heading-family)}.custom-why-trust__subtext{font-size:14px;color:var(--body-text);margin:0}.custom-why-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.custom-why-trust__card{background:#fafafa;border:1px solid var(--light-border);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:box-shadow .2s}.custom-why-trust__card:hover{box-shadow:var(--card-shadow-hover)}.custom-why-trust__card-icon{font-size:36px;margin-bottom:16px;line-height:1}.custom-why-trust__card-icon img{width:48px;height:48px;object-fit:contain}.custom-why-trust__card-heading{font-size:16px;font-weight:700;color:var(--dark);margin:0 0 8px}.custom-why-trust__card-text{font-size:13px;color:var(--body-text);margin:0;line-height:1.6}@media screen and (max-width:989px){.custom-why-trust__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.custom-why-trust{padding:var(--section-spacing-mobile) 0}.custom-why-trust__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.custom-testimonials{padding:var(--section-spacing) 0;background:var(--accent-light)}.custom-testimonials__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:12px}.custom-testimonials__meta{max-width:600px}.custom-testimonials__eyebrow{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.custom-testimonials__heading{font-size:clamp(24px,4vw,36px);font-weight:800;color:var(--dark);margin:0 0 8px;font-family:var(--font-heading-family)}.custom-testimonials__subtext{font-size:14px;color:var(--body-text);margin:0}.custom-testimonials__controls{display:flex;align-items:center;gap:8px}.custom-review-card{flex:0 0 280px;scroll-snap-align:start;background:#fff;border:1px solid #FDE9D0;border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column}.custom-review-card__stars{color:var(--accent);font-size:16px;letter-spacing:2px;margin-bottom:12px}.custom-review-card__quote{font-size:14px;line-height:1.6;color:var(--body-text);margin:0 0 20px;flex:1;font-style:italic}.custom-review-card__author{display:flex;align-items:center;gap:10px}.custom-review-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.custom-review-card__author-info{display:flex;flex-direction:column}.custom-review-card__name{font-size:14px;font-weight:600;color:var(--dark);display:flex;align-items:center;gap:4px}.custom-review-card__verified{display:inline-flex;align-items:center;gap:3px;color:#16a34a;font-size:11px;font-weight:600}.custom-review-card__verified svg{width:14px;height:14px}.custom-review-card__city{font-size:12px;color:var(--body-text)}@media screen and (max-width:749px){.custom-review-card{flex:0 0 75%}.custom-testimonials{padding:var(--section-spacing-mobile) 0}}.custom-faq{padding:var(--section-spacing) 0;background:#fff}.custom-faq__header{text-align:center;max-width:600px;margin:0 auto 40px}.custom-faq__eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.custom-faq__heading{font-size:clamp(24px,4vw,36px);font-weight:800;color:var(--dark);margin:0 0 8px;font-family:var(--font-heading-family)}.custom-faq__subtext{font-size:14px;color:var(--body-text);margin:0}.custom-faq__list{max-width:720px;margin:0 auto}.custom-faq__item{border:1px solid var(--light-border);border-radius:var(--radius-md);margin-bottom:12px;overflow:hidden;transition:border-color .2s}.custom-faq__item:hover{border-color:#ddd}.custom-faq__item[open]{border-color:var(--accent)}.custom-faq__question{padding:18px 24px;font-size:15px;font-weight:600;color:var(--dark);display:flex;align-items:center;justify-content:space-between;gap:16px;-webkit-user-select:none;user-select:none}.custom-faq__question::-webkit-details-marker{display:none}.custom-faq__question::marker{content:""}.custom-faq__toggle-icon{width:20px;height:20px;flex-shrink:0;color:var(--accent);transition:transform .2s}.custom-faq__item[open] .custom-faq__toggle-icon{transform:rotate(45deg)}.custom-faq__answer{padding:0 24px 18px;font-size:14px;line-height:1.7;color:var(--body-text)}.custom-faq__answer p{margin:0}@media screen and (max-width:749px){.custom-faq{padding:var(--section-spacing-mobile) 0}.custom-faq__question{padding:16px 18px;font-size:14px}.custom-faq__answer{padding:0 18px 16px}}.custom-guarantee{padding:0 0 var(--section-spacing) 0}.custom-guarantee__box{background:var(--accent-light);border-radius:var(--radius-xl);padding:48px;display:flex;align-items:flex-start;gap:24px;max-width:720px;margin:0 auto}.custom-guarantee__icon{font-size:40px;flex-shrink:0;line-height:1}.custom-guarantee__icon img{width:48px;height:48px}.custom-guarantee__heading{font-size:20px;font-weight:800;color:var(--dark);margin:0 0 8px;font-family:var(--font-heading-family)}.custom-guarantee__text{font-size:14px;line-height:1.7;color:var(--body-text);margin:0 0 20px}.custom-guarantee__text strong{color:var(--dark)}.custom-guarantee__points{display:flex;gap:24px;flex-wrap:wrap}.custom-guarantee__point{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--dark)}.custom-guarantee__point-icon{font-size:16px}@media screen and (max-width:749px){.custom-guarantee{padding:0 0 var(--section-spacing-mobile) 0}.custom-guarantee__box{flex-direction:column;padding:32px 24px}.custom-guarantee__points{flex-direction:column;gap:12px}}.custom-footer{background:#fafafa;border-top:1px solid var(--light-border);padding:60px 0 0}.custom-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.custom-footer__brand-logo{display:flex;align-items:center;gap:8px;text-decoration:none;margin-bottom:12px}.custom-footer__brand-logo img{height:36px;width:auto}.custom-footer__brand-name{font-family:var(--font-heading-family);font-weight:700;font-size:18px;color:var(--dark)}.custom-footer__brand-name span{color:var(--accent)}.custom-footer__brand-desc{font-size:13px;line-height:1.6;color:var(--body-text);margin:0}.custom-footer__col-heading{font-size:15px;font-weight:700;color:var(--accent);margin:0 0 16px}.custom-footer__links{list-style:none;margin:0;padding:0}.custom-footer__links li{margin-bottom:10px}.custom-footer__links a{text-decoration:none;color:var(--body-text);font-size:13px;transition:color .2s}.custom-footer__links a:hover{color:var(--accent)}.custom-footer__payments{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:20px 0;border-top:1px solid var(--light-border);margin-bottom:0}.custom-footer__payments-label{font-size:12px;color:var(--body-text);font-weight:500}.custom-footer__payment-badge{display:inline-flex;align-items:center;gap:4px;background:#fff;border:1px solid #E5E7EB;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;color:var(--dark)}.custom-footer__payment-badge img{height:16px;width:auto}.custom-footer__bottom{border-top:1px solid var(--light-border);padding:16px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.custom-footer__copyright{font-size:12px;color:var(--body-text)}.custom-footer__copyright a{color:inherit;text-decoration:none}.custom-footer__policy-links{display:flex;gap:20px}.custom-footer__policy-links a{font-size:12px;color:var(--body-text);text-decoration:none;transition:color .2s}.custom-footer__policy-links a:hover{color:var(--accent)}@media screen and (max-width:989px){.custom-footer__grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:749px){.custom-footer__grid{grid-template-columns:1fr;gap:32px}.custom-footer__bottom{flex-direction:column;text-align:center}.custom-footer__policy-links{justify-content:center}}.kastha-brand-logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:22px;font-weight:800;color:#1e293b;letter-spacing:-.02em}.kastha-brand-logo__icon{width:32px;height:32px;flex-shrink:0}.kastha-brand-logo__highlight{color:var(--accent)}.custom-products__grid--5col{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:24px}@media screen and (max-width:1200px){.custom-products__grid--5col{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:989px){.custom-products__grid--5col{grid-template-columns:repeat(3,1fr);gap:12px}}@media screen and (max-width:640px){.custom-products__grid--5col{grid-template-columns:repeat(2,1fr);gap:10px}}.custom-product-card__badges-wrap{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.custom-product-card__velocity{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#dc2626;background:#fef2f2;padding:2px 8px;border-radius:var(--radius-full);width:fit-content}.custom-product-card__age{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#d97706;background:#fffbeb;padding:2px 8px;border-radius:var(--radius-full);width:fit-content}.custom-product-card__savings{font-size:12px;font-weight:600;color:#059669;margin:4px 0 10px}.custom-pdp{padding:32px 0 64px;background:#faf8f5}.custom-pdp__breadcrumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;margin-bottom:24px}.custom-pdp__breadcrumbs a{color:inherit;text-decoration:none;transition:color .2s}.custom-pdp__breadcrumbs a:hover{color:var(--accent)}.custom-pdp__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media screen and (max-width:989px){.custom-pdp__grid{grid-template-columns:1fr;gap:32px}}.custom-pdp__gallery{position:sticky;top:90px}.custom-pdp__main-image-wrap{position:relative;background:#fff;border-radius:var(--radius-xl);overflow:hidden;border:1px solid #F1ECE4;box-shadow:0 4px 20px #0000000a}.custom-pdp__main-image{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;display:block}.custom-pdp__badge-discount{position:absolute;top:16px;left:16px;background:var(--accent);color:#fff;font-size:13px;font-weight:800;padding:4px 12px;border-radius:var(--radius-full)}.custom-pdp__video-trigger{position:absolute;bottom:16px;right:16px;background:#000000bf;color:#fff;font-size:12px;font-weight:700;padding:8px 14px;border-radius:var(--radius-full);display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;transition:transform .2s,background .2s}.custom-pdp__video-trigger:hover{transform:scale(1.05);background:#000}.custom-pdp__thumbnails{display:flex;gap:12px;margin-top:16px;overflow-x:auto;padding-bottom:4px}.custom-pdp__thumb{width:72px;height:72px;border-radius:var(--radius-md);border:2px solid transparent;overflow:hidden;cursor:pointer;flex-shrink:0;background:#fff;transition:border-color .2s,transform .2s}.custom-pdp__thumb.is-active,.custom-pdp__thumb:hover{border-color:var(--accent);transform:translateY(-2px)}.custom-pdp__thumb img{width:100%;height:100%;object-fit:cover}.custom-pdp__info{display:flex;flex-direction:column;gap:20px}.custom-pdp__top-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.custom-pdp__pill-bestseller{background:#fef3c7;color:#92400e;font-size:11px;font-weight:800;padding:3px 10px;border-radius:var(--radius-full);text-transform:uppercase}.custom-pdp__pill-organic{background:#dcfce7;color:#166534;font-size:11px;font-weight:700;padding:3px 10px;border-radius:var(--radius-full)}.custom-pdp__pill-age{background:#fef9c3;color:#854d0e;font-size:11px;font-weight:700;padding:3px 10px;border-radius:var(--radius-full)}.custom-pdp__title{font-size:28px;font-weight:800;color:#1e293b;line-height:1.25;margin:0}.custom-pdp__social-proof{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:14px}.custom-pdp__stars{color:#f59e0b;font-weight:700}.custom-pdp__velocity-tag{color:#dc2626;font-weight:700;background:#fef2f2;padding:2px 10px;border-radius:var(--radius-full);font-size:12px}.custom-pdp__pricing{display:flex;align-items:baseline;gap:12px}.custom-pdp__price-active{font-size:32px;font-weight:900;color:#1e293b}.custom-pdp__price-compare{font-size:20px;color:#94a3b8;text-decoration:line-through}.custom-pdp__price-discount{background:#fee2e2;color:#dc2626;font-size:14px;font-weight:800;padding:3px 10px;border-radius:var(--radius-full)}.custom-pdp__savings-banner{background:#fff7ed;border:1px dashed #FB923C;border-radius:var(--radius-md);padding:12px 18px;font-size:14px;font-weight:700;color:#9a3412}.custom-pdp__benefits-box{background:#fff8f5;border:1px solid #FFE6D9;border-radius:var(--radius-xl);padding:20px}.custom-pdp__benefits-title{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#ea580c;margin-bottom:14px;display:flex;align-items:center;gap:6px}.custom-pdp__benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media screen and (max-width:500px){.custom-pdp__benefits-grid{grid-template-columns:1fr}}.custom-pdp__benefit-pill{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #FFEDD5;padding:10px 14px;border-radius:var(--radius-full);font-size:13px;font-weight:700;color:#1e293b;box-shadow:0 2px 6px #00000005}.custom-pdp__scarcity{display:flex;flex-direction:column;gap:6px}.custom-pdp__scarcity-label{font-size:13px;font-weight:800;color:#ea580c;display:flex;align-items:center;gap:6px}.custom-pdp__scarcity-track{height:6px;background:#ffedd5;border-radius:var(--radius-full);overflow:hidden}.custom-pdp__scarcity-fill{height:100%;background:#ff7a00;width:45%;border-radius:var(--radius-full)}.custom-pdp__actions{display:flex;gap:12px;align-items:center}.custom-pdp__qty{display:inline-flex;align-items:center;border:1px solid #CBD5E1;border-radius:var(--radius-lg);background:#fff;overflow:hidden;height:52px}.custom-pdp__qty-btn{width:40px;height:100%;background:none;border:none;font-size:18px;font-weight:700;color:#475569;cursor:pointer;transition:background .15s}.custom-pdp__qty-btn:hover{background:#f1f5f9}.custom-pdp__qty-input{width:44px;text-align:center;border:none;font-size:16px;font-weight:700;color:#1e293b;background:transparent}.custom-pdp__btn-atc{flex:1;background:#ff7a00;color:#fff;border:none;border-radius:var(--radius-full);height:54px;font-size:16px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 6px 18px #ff7a0059;transition:transform .2s,background .2s,box-shadow .2s}.custom-pdp__btn-atc:hover{background:#e66e00;transform:translateY(-2px);box-shadow:0 8px 24px #ff7a0073}.custom-pdp__btn-buynow{background:#18181b;color:#fff;border:none;border-radius:var(--radius-full);height:54px;font-size:16px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;box-shadow:0 4px 14px #0003;transition:transform .2s,background .2s}.custom-pdp__btn-buynow:hover{background:#000;transform:translateY(-2px)}.custom-pdp__trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;background:#faf8f5;border:1px solid #EAE4D9;border-radius:var(--radius-lg);padding:16px;text-align:center}@media screen and (max-width:550px){.custom-pdp__trust-strip{grid-template-columns:repeat(2,1fr);gap:12px}}.custom-pdp__trust-item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#334155}.custom-pdp__trust-icon{font-size:20px}.custom-pdp__delivery-info{background:#f8fafc;border:1px solid #E2E8F0;border-radius:var(--radius-md);padding:12px 16px;font-size:13px;color:#475569;display:flex;flex-direction:column;gap:6px}.custom-pdp__delivery-date{font-weight:700;color:#0f172a}.custom-pdp__offers-card{background:#fffbeb;border:1px solid #FDE68A;border-radius:var(--radius-md);padding:14px 16px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#92400e}.custom-pdp__specs-section{margin-top:56px}.custom-pdp__specs-title{font-size:24px;font-weight:800;color:#1e293b;margin-bottom:24px;display:flex;align-items:center;gap:8px}.custom-pdp__specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media screen and (max-width:850px){.custom-pdp__specs-grid{grid-template-columns:1fr}}.custom-pdp__spec-card{background:#fff;border:1px solid #EAE4D9;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000008;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.custom-pdp__spec-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000000f}.custom-pdp__spec-img-wrap{width:100%;height:240px;background:#faf8f5;overflow:hidden}.custom-pdp__spec-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.custom-pdp__spec-dimension-box{width:100%;height:240px;background:#faf8f5;display:flex;align-items:center;justify-content:center;padding:24px}.custom-pdp__dimension-diagram{display:flex;align-items:center;gap:24px;background:#fff;padding:20px 24px;border-radius:16px;border:1px dashed #CBD5E1;width:100%;max-width:320px}.custom-pdp__dimension-line{font-size:20px;font-weight:800;color:#1e293b;writing-mode:vertical-lr;transform:rotate(180deg);border-right:2px solid #CBD5E1;padding-right:12px}.custom-pdp__dimension-checklist{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700;color:#334155}.custom-pdp__spec-text{padding:24px;display:flex;flex-direction:column;gap:8px}.custom-pdp__spec-text h4{font-size:18px;font-weight:800;color:#1e293b;margin:0}.custom-pdp__spec-text p{font-size:14px;color:#64748b;line-height:1.6;margin:0}.custom-pdp__bundle-section{background:#faf7f2;border:1px solid #EEE7DD;border-radius:24px;padding:36px;margin-top:56px}.custom-pdp__bundle-tag{font-size:13px;font-weight:800;text-transform:uppercase;color:#ff7a00;margin-bottom:8px;display:flex;align-items:center;gap:6px;letter-spacing:.05em}.custom-pdp__bundle-heading{font-size:24px;font-weight:800;color:#1e293b;margin:0 0 24px}.custom-pdp__bundle-flex{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.custom-pdp__bundle-items{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.custom-pdp__bundle-item{background:#fff;border:1px solid #EAE4D9;border-radius:16px;padding:16px;width:150px;text-align:center;box-shadow:0 2px 10px #00000008}.custom-pdp__bundle-item img{width:100%;height:110px;object-fit:cover;border-radius:12px;margin-bottom:10px}.custom-pdp__bundle-item-title{font-size:13px;font-weight:700;color:#1e293b;line-height:1.3}.custom-pdp__bundle-item-price{font-size:15px;font-weight:800;color:#ff7a00;margin-top:6px}.custom-pdp__bundle-plus{font-size:28px;font-weight:900;color:#ff7a00}.custom-pdp__bundle-cta-box{background:#fff;padding:24px 32px;border-radius:20px;border:1px solid #EEE7DD;display:flex;flex-direction:column;align-items:center;gap:12px;box-shadow:0 4px 16px #0000000a}.custom-pdp__bundle-total{font-size:32px;font-weight:900;color:#1e293b}.custom-pdp__btn-bundle{background:#ff7a00;color:#fff;border:none;border-radius:var(--radius-full);padding:14px 32px;font-size:16px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 6px 18px #ff7a0059;transition:transform .2s,background .2s}.custom-pdp__btn-bundle:hover{background:#e66e00;transform:translateY(-2px)}.custom-pdp__reviews-section{margin-top:64px}.custom-pdp__reviews-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:16px}.custom-pdp__reviews-tag{font-size:12px;font-weight:800;text-transform:uppercase;color:#ff7a00;letter-spacing:.05em;margin-bottom:6px}.custom-pdp__reviews-title{font-size:26px;font-weight:800;color:#1e293b;margin:0}.custom-pdp__reviews-subtitle{font-size:14px;color:#64748b;margin:4px 0 0}.custom-pdp__btn-write-review{background:#ff7a00;color:#fff;border:none;border-radius:var(--radius-full);padding:12px 24px;font-size:14px;font-weight:800;cursor:pointer;transition:background .2s,transform .2s}.custom-pdp__btn-write-review:hover{background:#e66e00;transform:translateY(-2px)}.custom-pdp__reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width:850px){.custom-pdp__reviews-grid{grid-template-columns:1fr}}.custom-pdp__review-card{background:#fff;border:1px solid #EAE4D9;border-radius:20px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;box-shadow:0 4px 16px #00000008}.custom-pdp__review-stars{color:#ff7a00;font-size:18px;font-weight:700}.custom-pdp__review-quote{font-size:14.5px;color:#334155;line-height:1.6;font-style:italic;margin:0}.custom-pdp__review-author{display:flex;align-items:center;gap:12px;border-top:1px solid #F1ECE4;padding-top:14px}.custom-pdp__review-avatar{width:40px;height:40px;border-radius:50%;background:#ff7a00;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px}.custom-pdp__review-name{font-size:14px;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:6px}.custom-pdp__review-verified{color:#10b981;font-size:12px;font-weight:700}.custom-pdp__review-loc{font-size:12px;color:#94a3b8;margin-top:2px}.custom-pdp__related-section{margin-top:64px}.custom-pdp__related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px}@media screen and (max-width:989px){.custom-pdp__related-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:550px){.custom-pdp__related-grid{grid-template-columns:1fr}}.custom-pdp__related-card{background:#fff;border:1px solid #EAE4D9;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px #00000008;transition:transform .2s,box-shadow .2s}.custom-pdp__related-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000f}.custom-pdp__related-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.custom-pdp__related-img-wrap{position:relative;background:#faf8f5;aspect-ratio:1 / 1;overflow:hidden}.custom-pdp__related-img-wrap img{width:100%;height:100%;object-fit:cover}.custom-pdp__related-discount{position:absolute;top:12px;left:12px;background:#ff7a00;color:#fff;font-size:11px;font-weight:800;padding:3px 8px;border-radius:var(--radius-full)}.custom-pdp__related-sold{position:absolute;bottom:8px;left:8px;background:#000000a6;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.custom-pdp__related-body{padding:16px;display:flex;flex-direction:column;flex:1}.custom-pdp__related-title{font-size:14px;font-weight:700;color:#1e293b;margin:0 0 10px;line-height:1.35}.custom-pdp__related-pricing{display:flex;align-items:baseline;gap:8px;margin-top:auto}.custom-pdp__related-price{font-size:16px;font-weight:900;color:#1e293b}.custom-pdp__related-compare{font-size:13px;color:#94a3b8;text-decoration:line-through}.custom-pdp__related-btn-atc{margin:0 16px 16px;background:#ff7a00;color:#fff;border:none;border-radius:var(--radius-full);padding:10px 16px;font-size:13px;font-weight:800;cursor:pointer;transition:background .2s,transform .2s}.custom-pdp__related-btn-atc:hover{background:#e66e00;transform:translateY(-2px)}.custom-auth-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;background:#faf6f0;padding:40px 16px}.custom-auth-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:var(--radius-xl);box-shadow:0 10px 40px #0000000f;max-width:900px;width:100%;overflow:hidden;border:1px solid #F1ECE4}@media screen and (max-width:768px){.custom-auth-card{grid-template-columns:1fr}.custom-auth-card__left{display:none}}.custom-auth-card__left{background:#fdf9f3;padding:48px;border-right:1px solid #F1ECE4;display:flex;flex-direction:column;justify-content:space-between}.custom-auth-card__trust-pill{display:inline-flex;align-items:center;gap:6px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:700;padding:4px 12px;border-radius:var(--radius-full);margin-top:16px}.custom-auth-card__headline{font-size:28px;font-weight:900;color:#1e293b;line-height:1.2;margin:16px 0 12px}.custom-auth-card__desc{font-size:14px;color:#64748b;line-height:1.5}.custom-auth-card__rating-box{background:#fff;border:1px solid #E2E8F0;border-radius:var(--radius-lg);padding:16px;display:flex;align-items:center;gap:12px}.custom-auth-card__right{padding:48px;display:flex;flex-direction:column;justify-content:center}.custom-auth-card__form-title{font-size:24px;font-weight:900;color:#1e293b;margin:0 0 8px}.custom-auth-card__form-sub{font-size:14px;color:#64748b;margin-bottom:24px}.custom-auth-card__field{margin-bottom:20px}.custom-auth-card__label{display:block;font-size:13px;font-weight:700;color:#334155;margin-bottom:8px}.custom-auth-card__phone-wrap{display:flex;border:1px solid #CBD5E1;border-radius:var(--radius-lg);overflow:hidden;background:#fff}.custom-auth-card__prefix{background:#f8fafc;border-right:1px solid #CBD5E1;padding:12px 14px;font-size:15px;font-weight:700;color:#475569}.custom-auth-card__input{flex:1;border:none;padding:12px 14px;font-size:15px;font-weight:600;outline:none}.custom-auth-card__security-note{font-size:12px;color:#64748b;display:flex;align-items:center;gap:6px;margin-top:8px}.custom-auth-card__btn-submit{background:var(--accent);color:#fff;border:none;border-radius:var(--radius-lg);width:100%;padding:14px;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 4px 14px #2d6a4f59;margin-top:12px;transition:background .2s}.custom-auth-card__btn-submit:hover{background:var(--accent-hover)}.custom-auth-card__back-link{display:block;text-align:center;margin-top:16px;font-size:13px;font-weight:600;color:#64748b;text-decoration:none}.custom-auth-card__back-link:hover{color:var(--accent)}.custom-cart-page{padding:40px 0 80px;background:#faf8f5;min-height:60vh}.custom-cart-page__header{text-align:center;margin-bottom:32px}.custom-cart-page__subtitle{font-size:12px;font-weight:800;text-transform:uppercase;color:var(--accent);letter-spacing:.05em}.custom-cart-page__title{font-size:32px;font-weight:900;color:#1e293b;margin:4px 0 0}.custom-cart-page__empty-box{background:#fff;border:1px solid #F1ECE4;border-radius:var(--radius-xl);padding:64px 32px;text-align:center;max-width:600px;margin:0 auto;box-shadow:0 4px 20px #0000000a}.custom-cart-page__empty-icon{font-size:48px;margin-bottom:16px}.custom-cart-page__empty-heading{font-size:22px;font-weight:800;color:#1e293b;margin:0 0 8px}.custom-cart-page__empty-text{font-size:14px;color:#64748b;margin:0 0 24px;line-height:1.5}.custom-cart-page__btn-shop{background:var(--accent);color:#fff;border:none;border-radius:var(--radius-lg);padding:14px 32px;font-size:15px;font-weight:800;text-decoration:none;display:inline-block;box-shadow:0 4px 14px #2d6a4f59;transition:transform .2s,background .2s}.custom-cart-page__btn-shop:hover{background:var(--accent-hover);transform:translateY(-2px)}.custom-story-page{padding:40px 0 80px;background:#faf8f5}.custom-story-page__hero{background:#fff;border:1px solid #F1ECE4;border-radius:var(--radius-xl);padding:48px;margin-bottom:40px}.custom-story-page__title{font-size:36px;font-weight:900;color:#1e293b;margin:0 0 12px}.custom-story-page__sub{font-size:16px;color:#64748b;line-height:1.6;max-width:800px}.custom-contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}@media screen and (max-width:989px){.custom-contact-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:550px){.custom-contact-cards{grid-template-columns:1fr}}.custom-contact-card{background:#fff;border:1px solid #F1ECE4;border-radius:var(--radius-xl);padding:24px;display:flex;flex-direction:column;gap:8px}.custom-contact-card__icon{font-size:28px;margin-bottom:4px}.custom-contact-card__title{font-size:16px;font-weight:800;color:#1e293b;margin:0}.custom-contact-card__val{font-size:14px;font-weight:700;color:var(--accent);text-decoration:none}.cart-drawer-backdrop,.custom-cart-drawer-backdrop{position:fixed;right:0;bottom:0;top:0;left:0;width:100vw;height:100vh;background:#00000038;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:9998;cursor:pointer}.cart-drawer-backdrop.is-active,.cart-drawer-backdrop.is-open,.custom-cart-drawer-backdrop.is-active,.custom-cart-drawer-backdrop.is-open,body.cart-drawer-open .cart-drawer-backdrop,body.cart-drawer-open .custom-cart-drawer-backdrop{opacity:1;visibility:visible;pointer-events:auto}.cart-drawer,.custom-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:440px;max-width:100%;height:100vh;background:#fff;z-index:9999;visibility:hidden;pointer-events:none;transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1),visibility .35s ease}.cart-drawer.is-active,.cart-drawer.is-open,.custom-cart-drawer.is-active,.custom-cart-drawer.is-open{visibility:visible;pointer-events:auto;transform:translate(0)}body.cart-drawer-open>:not(.cart-drawer-backdrop):not(.cart-drawer):not(#custom-cart-drawer):not(#custom-cart-drawer-backdrop){filter:blur(5px)!important;transition:filter .3s ease;pointer-events:none;-webkit-user-select:none;user-select:none}.custom-cart-drawer__panel{width:100%;height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-10px 0 40px #0000002e;position:relative}.custom-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #F1ECE4}.custom-cart-drawer__title-wrap{display:flex;align-items:center;gap:10px}.custom-cart-drawer__title{font-size:20px;font-weight:800;color:#1e293b;margin:0;font-family:inherit}.custom-cart-drawer__badge{background:#2d6a4f;color:#fff;font-size:12px;font-weight:800;min-width:22px;height:22px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.custom-cart-drawer__close{width:36px;height:36px;border-radius:50%;border:1px solid #E2E8F0;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.custom-cart-drawer__close:hover{background:#f1ece4;color:#1e293b}.custom-cart-drawer__shipping-bar{background:#ecfdf5;border-bottom:1px solid #A7F3D0;color:#065f46;padding:10px 20px;font-size:13px;font-weight:600;text-align:center}.custom-cart-drawer__body{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column}.custom-cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:auto 0;padding:40px 20px}.custom-cart-drawer__empty-bear{font-size:64px;line-height:1;margin-bottom:16px}.custom-cart-drawer__empty-title{font-size:20px;font-weight:800;color:#1e293b;margin:0 0 8px}.custom-cart-drawer__empty-sub{font-size:14px;color:#64748b;margin:0 0 24px}.custom-cart-drawer__btn-browse{background:linear-gradient(135deg,#2d6a4f,#1b4332);color:#fff!important;text-decoration:none;font-size:15px;font-weight:800;padding:14px 36px;border-radius:9999px;box-shadow:0 4px 14px #2d6a4f59;transition:transform .2s,box-shadow .2s;display:inline-block}.custom-cart-drawer__btn-browse:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2d6a4f73}.custom-cart-drawer__item{display:flex;gap:14px;border:1px solid #F1ECE4;border-radius:16px;padding:14px;margin-bottom:12px;background:#fff;box-shadow:0 2px 8px #00000005}.custom-cart-drawer__item-img{width:70px;height:70px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f8fafc;border:1px solid #F1ECE4}.custom-cart-drawer__item-img img{width:100%;height:100%;object-fit:cover}.custom-cart-drawer__item-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.custom-cart-drawer__item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.custom-cart-drawer__item-title{font-size:13.5px;font-weight:700;color:#1e293b;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-cart-drawer__item-price-main{font-size:14px;font-weight:800;color:#2d6a4f;white-space:nowrap}.custom-cart-drawer__item-pricing{display:flex;align-items:center;gap:8px;margin-bottom:8px}.custom-cart-drawer__item-unit-price{font-size:13px;font-weight:700;color:#1e293b}.custom-cart-drawer__item-compare{font-size:12px;color:#94a3b8;text-decoration:line-through}.custom-cart-drawer__item-discount{font-size:10.5px;font-weight:800;color:#1b4332;background:#e8f5e9;border:1px solid #B7E4C7;padding:2px 6px;border-radius:4px}.custom-cart-drawer__item-controls{display:flex;align-items:center;justify-content:space-between}.custom-cart-drawer__qty-pill{display:inline-flex;align-items:center;border:1px solid #E2E8F0;border-radius:9999px;height:30px;padding:0 4px;background:#fff}.custom-cart-drawer__qty-btn{width:24px;height:24px;border:none;background:transparent;color:#64748b;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .15s}.custom-cart-drawer__qty-btn:hover{color:#2d6a4f}.custom-cart-drawer__qty-val{min-width:24px;text-align:center;font-size:13px;font-weight:700;color:#1e293b}.custom-cart-drawer__item-delete{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s}.custom-cart-drawer__item-delete:hover{color:#dc2626;background:#fee2e2}.custom-cart-drawer__gift-card{background:#fffdf9;border:1px dashed #FDBA74;border-radius:14px;padding:14px 16px;margin:12px 0 16px}.custom-cart-drawer__gift-header{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:6px}.custom-cart-drawer__gift-title{font-size:13px;color:#1e293b}.custom-cart-drawer__gift-sub{font-size:11.5px;color:#64748b;line-height:1.4;margin:0 0 10px}.custom-cart-drawer__gift-track{height:6px;background:#b7e4c7;border-radius:9999px;overflow:hidden}.custom-cart-drawer__gift-fill{height:100%;background:#2d6a4f;border-radius:9999px;transition:width .4s ease}.custom-cart-drawer__footer{background:#fff;border-top:1px solid #F1ECE4;padding:20px 24px;box-shadow:0 -4px 16px #00000008}.custom-cart-drawer__row-subtotal{display:flex;justify-content:space-between;font-size:14px;color:#64748b;margin-bottom:10px}.custom-cart-drawer__subtotal-val{font-weight:700;color:#1e293b}.custom-cart-drawer__savings-pill{background:#ecfdf5;border:1px solid #D1FAE5;color:#065f46;font-size:13px;font-weight:700;padding:8px 12px;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:12px}.custom-cart-drawer__row-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.custom-cart-drawer__row-total span:first-child{font-size:16px;font-weight:800;color:#1e293b}.custom-cart-drawer__total-val{font-size:24px;font-weight:900;color:#2d6a4f}.custom-cart-drawer__btn-checkout{display:flex;align-items:center;justify-content:center;width:100%;height:52px;background:linear-gradient(135deg,#2d6a4f,#1b4332);color:#fff!important;text-decoration:none;border-radius:9999px;font-size:16px;font-weight:800;box-shadow:0 6px 20px #2d6a4f59;transition:transform .2s,box-shadow .2s}.custom-cart-drawer__btn-checkout:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2d6a4f73}.custom-cart-drawer__trust-strip{display:flex;align-items:center;justify-content:center;gap:8px;font-size:11.5px;color:#64748b;margin-top:12px;font-weight:600}.custom-categories{background:#fff9f5;padding:75px 0 65px;scroll-margin-top:80px;position:relative;overflow:hidden}.custom-categories__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;gap:20px;flex-wrap:wrap}.custom-categories__eyebrow{color:#2d6a4f;font-size:12px;font-weight:800;letter-spacing:.08em;display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;text-transform:uppercase}.custom-categories__heading{font-size:clamp(28px,4vw,42px);font-weight:800;color:#1e293b;margin:0;letter-spacing:-.02em;line-height:1.2;font-family:inherit}.custom-categories__subtext{font-size:15px;color:#64748b;margin:8px 0 0;line-height:1.5}.custom-categories__controls{display:flex;align-items:center;gap:16px}.custom-categories__explore-all{color:#1b4332;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:gap .2s ease,color .2s ease}.custom-categories__explore-all:hover{color:#c2410c;gap:10px}.custom-carousel-btn{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid #E2E8F0;color:#1e293b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #0000000a;padding:0}.custom-carousel-btn svg{width:18px;height:18px}.custom-carousel-btn:hover{background:#2d6a4f;color:#fff;border-color:#2d6a4f;transform:scale(1.05)}.custom-carousel{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:10px 4px 20px;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.custom-carousel::-webkit-scrollbar{display:none}.custom-category-card{flex:0 0 calc(25% - 15px);min-width:240px;background:#fff;border:1px solid #F3EDE5;border-radius:22px;padding:34px 20px 28px;text-align:center;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,border-color .25s ease;box-shadow:0 4px 16px #00000008;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;cursor:pointer}.custom-category-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #2d6a4f1f;border-color:#fdba74}.custom-category-card__icon{width:72px;height:72px;border-radius:50%;background:#f8f4ee;display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:transform .25s ease,background-color .25s ease;font-size:34px}.custom-category-card:hover .custom-category-card__icon{transform:scale(1.08);background:#e8f5e9}.custom-category-card__name{font-size:17px;font-weight:800;color:#1e293b;margin:0 0 6px;font-family:inherit}.custom-category-card__sub{font-size:13px;font-weight:500;color:#64748b;margin:0;line-height:1.4}.custom-progress-bar{width:220px;height:5px;background:#e2e8f0;border-radius:6px;margin:20px auto 0;overflow:hidden;position:relative}.custom-progress-bar__fill{height:100%;width:25%;background:#2d6a4f;border-radius:6px;transition:width .25s ease}@media(max-width:990px){.custom-category-card{flex:0 0 calc(50% - 10px);min-width:200px}}@media(max-width:600px){.custom-category-card{flex:0 0 80%;min-width:220px}}.custom-sticky-buy{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #F1ECE4;padding:10px 0;box-shadow:0 -4px 20px #0000000f;z-index:999;transform:translateY(100%);transition:transform .3s cubic-bezier(0,0,.2,1)}.custom-sticky-buy.is-visible{transform:translateY(0)}.custom-sticky-buy__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.custom-sticky-buy__info{display:flex;align-items:center;gap:8px;font-size:14px}.custom-sticky-buy__deal{font-weight:800;color:#2d6a4f}.custom-sticky-buy__sep{color:#cbd5e1}.custom-sticky-buy__ship{color:#64748b;font-weight:600}.custom-sticky-buy__btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2d6a4f,#1b4332);color:#fff!important;font-weight:700;font-size:14px;padding:10px 24px;border-radius:9999px;text-decoration:none!important;box-shadow:0 4px 14px #2d6a4f59;transition:all .2s ease;white-space:nowrap}.custom-sticky-buy__btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2d6a4f73}.custom-pdp__floating-video{position:fixed;bottom:24px;right:24px;width:110px;height:150px;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000002e;border:2px solid #FFFFFF;cursor:pointer;z-index:990;transition:transform .25s ease,box-shadow .25s ease}.custom-pdp__floating-video:hover{transform:scale(1.05);box-shadow:0 12px 30px #00000040}.custom-pdp__floating-video img{width:100%;height:100%;object-fit:cover}.custom-pdp__floating-video-label{position:absolute;bottom:0;left:0;right:0;background:#000000a6;color:#fff;font-size:11px;font-weight:700;text-align:center;padding:4px 0;display:flex;align-items:center;justify-content:center;gap:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.custom-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:all .25s ease;padding:20px}.custom-video-modal.is-open{opacity:1;visibility:visible}.custom-video-modal__content{background:#000;border-radius:20px;overflow:hidden;max-width:480px;width:100%;position:relative;box-shadow:0 20px 50px #00000080}.custom-video-modal__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffff40;color:#fff;border:none;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.custom-collection-filters{display:flex;align-items:center;gap:10px;overflow-x:auto;padding-bottom:12px;margin:20px 0 24px;scrollbar-width:none}.custom-collection-filters::-webkit-scrollbar{display:none}.custom-filter-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:9999px;font-size:13.5px;font-weight:700;color:#1e293b;background:#fff;border:1.5px solid #F1ECE4;text-decoration:none!important;white-space:nowrap;transition:all .2s ease}.custom-filter-pill:hover{border-color:#2d6a4f;color:#2d6a4f}.custom-filter-pill.is-active{background:#2d6a4f;border-color:#2d6a4f;color:#fff!important;box-shadow:0 4px 12px #2d6a4f40}.custom-collection-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:24px;font-size:13.5px;color:#64748b;font-weight:600}.custom-collection-sort{display:flex;align-items:center;gap:8px}.custom-collection-sort select{padding:6px 14px;border-radius:8px;border:1px solid #E2E8F0;background:#fff;font-size:13.5px;font-weight:600;color:#1e293b;cursor:pointer}.custom-login-wrap{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:40px 16px;background:#faf7f2}.custom-login-card{max-width:900px;width:100%;display:grid;grid-template-columns:1fr 1fr;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 10px 40px #0000000f;border:1px solid #F1ECE4}.custom-login-left{background:#f5ede0;padding:48px 40px;display:flex;flex-direction:column;justify-content:space-between}.custom-login-left__badge{display:inline-flex;align-items:center;gap:6px;background:#ffffffb3;border:1px solid #E5DFD3;padding:6px 14px;border-radius:9999px;font-size:12px;font-weight:700;color:#d97706;margin:20px 0 12px;width:fit-content}.custom-login-left h2{font-size:28px;font-weight:800;color:#1e293b;line-height:1.25;margin-bottom:12px}.custom-login-left p{font-size:14px;color:#64748b;line-height:1.6}.custom-login-left__proof{background:#fff;border-radius:16px;padding:16px 20px;border:1px solid #E5DFD3;margin-top:32px}.custom-login-left__proof-title{font-weight:800;font-size:14px;color:#1e293b}.custom-login-left__proof-sub{font-size:12px;color:#64748b;margin-top:2px}.custom-login-right{padding:48px 40px;display:flex;flex-direction:column;justify-content:center}.custom-login-right h3{font-size:24px;font-weight:800;color:#1e293b;margin-bottom:6px}.custom-login-right p{font-size:13.5px;color:#64748b;margin-bottom:24px}.custom-login-input-group{display:flex;border:1.5px solid #E2E8F0;border-radius:12px;overflow:hidden;margin-bottom:8px}.custom-login-prefix{background:#f8fafc;padding:12px 16px;font-weight:700;color:#1e293b;border-right:1px solid #E2E8F0;font-size:14.5px}.custom-login-input{flex:1;border:none;padding:12px 16px;font-size:14.5px;outline:none}.custom-login-disclaimer{font-size:11.5px;color:#64748b;margin-bottom:20px}.custom-login-btn{width:100%;background:linear-gradient(135deg,#2d6a4f,#1b4332);color:#fff;border:none;padding:14px;border-radius:9999px;font-weight:700;font-size:15px;cursor:pointer;box-shadow:0 4px 14px #2d6a4f4d;transition:all .2s ease}.custom-login-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2d6a4f66}.custom-login-back{display:block;text-align:center;margin-top:16px;font-size:13px;font-weight:700;color:#64748b;text-decoration:none}@media(max-width:768px){.custom-login-card{grid-template-columns:1fr}.custom-login-left{display:none}.custom-login-right{padding:32px 24px}}.custom-policy-head{background:#faf7f2;border-bottom:1px solid #F1ECE4;padding:40px 0 32px}.custom-policy-head h1{font-size:32px;font-weight:800;color:#1e293b;margin:12px 0 8px}.custom-policy-head p{font-size:15px;color:#64748b;max-width:680px}.custom-policy-usps{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.custom-policy-usp{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #E5DFD3;padding:6px 14px;border-radius:9999px;font-size:12.5px;font-weight:700;color:#1e293b}.custom-policy-grid{display:grid;grid-template-columns:320px 1fr;gap:32px;padding:48px 0 80px}.custom-policy-sidebar{display:flex;flex-direction:column;gap:16px}.custom-policy-side-card{background:#fff;border:1px solid #F1ECE4;border-radius:20px;padding:24px;box-shadow:0 4px 16px #00000008}.custom-policy-side-card h4{font-size:16px;font-weight:800;color:#1e293b;margin-bottom:8px}.custom-policy-side-card p{font-size:13.5px;color:#64748b;line-height:1.6}.custom-policy-link-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #F1ECE4;border-radius:18px;padding:16px 20px;text-decoration:none!important;color:#1e293b;transition:all .2s ease}.custom-policy-link-card:hover{border-color:#2d6a4f;transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.custom-policy-link-card .ic{font-size:24px}.custom-policy-link-card h5{font-size:14.5px;font-weight:800;margin:0}.custom-policy-link-card span{font-size:12px;color:#64748b}.custom-policy-main{background:#fff;border:1px solid #F1ECE4;border-radius:24px;padding:36px 40px;box-shadow:0 4px 20px #00000008}.custom-policy-main h2,.custom-policy-main h3{font-size:22px;font-weight:800;color:#1e293b;margin:28px 0 10px}.custom-policy-main h2:first-child,.custom-policy-main h3:first-child{margin-top:0}.custom-policy-main p,.custom-policy-main li{font-size:14.5px;color:#64748b;line-height:1.7}.custom-policy-main ul,.custom-policy-main ol{padding-left:24px;margin:12px 0}.custom-policy-alert-box{background:#fff2e8;border:1.5px solid #FFD8BA;border-radius:16px;padding:18px 22px;margin:20px 0}.custom-policy-alert-box h4{font-size:16px;font-weight:800;color:#1b4332;margin-bottom:6px}.custom-policy-alert-box p{color:#1e293b;font-weight:600}@media(max-width:900px){.custom-policy-grid{grid-template-columns:1fr}}.custom-otp-inputs{display:flex;gap:10px;justify-content:space-between;margin:18px 0}.custom-otp-digit{width:48px;height:54px;font-size:22px;font-weight:800;text-align:center;border-radius:12px;border:1.5px solid #CBD5E1;background:#f8fafc;color:#1e293b;outline:none;transition:all .2s ease}.custom-otp-digit:focus{border-color:#2d6a4f;background:#fff;box-shadow:0 0 0 3px #2d6a4f26}.custom-otp-meta{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#64748b;margin:12px 0 20px}.custom-otp-resend-btn{background:none;border:none;color:#2d6a4f;font-weight:700;cursor:pointer;padding:0;font-size:13px}.custom-otp-resend-btn:disabled{color:#94a3b8;cursor:not-allowed}.custom-otp-badge{display:inline-flex;align-items:center;gap:6px;background:#e8f5e9;color:#1b4332;font-weight:700;font-size:12.5px;padding:6px 12px;border-radius:999px;margin-bottom:12px}.custom-otp-success-screen{text-align:center;padding:24px 0}.custom-otp-success-icon{font-size:48px;margin-bottom:12px;animation:popIn .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.custom-auth-tabs{display:flex;background:#f1f5f9;padding:5px;border-radius:14px;margin-bottom:24px;gap:6px}.custom-auth-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:10px;border:none;background:transparent;color:#64748b;font-size:13.5px;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:inherit}.custom-auth-tab:hover{color:#1e293b}.custom-auth-tab.is-active{background:#fff;color:#2d6a4f;box-shadow:0 2px 8px #00000014}.custom-auth-input-group{margin-bottom:18px}.custom-auth-input-label{display:block;font-size:13px;font-weight:700;color:#334155;margin-bottom:6px}.custom-auth-input-wrapper{position:relative;display:flex;align-items:center}.custom-auth-input-icon{position:absolute;left:14px;color:#94a3b8;font-size:16px;pointer-events:none}.custom-auth-input{width:100%;padding:12px 16px 12px 42px;border:1.5px solid #E2E8F0;border-radius:12px;font-size:14.5px;color:#1e293b;background:#f8fafc;outline:none;transition:all .2s ease;font-family:inherit}.custom-auth-input:focus{border-color:#2d6a4f;background:#fff;box-shadow:0 0 0 3px #2d6a4f1f}.custom-auth-actions-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:13px}.custom-auth-forgot-link{color:#2d6a4f;text-decoration:none;font-weight:600}.custom-auth-forgot-link:hover{text-decoration:underline}.custom-auth-footer-link{text-align:center;font-size:14px;color:#64748b;margin-top:20px}.custom-auth-footer-link a{color:#2d6a4f;font-weight:700;text-decoration:none}.custom-auth-footer-link a:hover{text-decoration:underline}.custom-auth-error-alert{background:#fef2f2;border:1.5px solid #FCA5A5;color:#991b1b;padding:12px 16px;border-radius:12px;font-size:13.5px;margin-bottom:18px;display:flex;align-items:flex-start;gap:8px}.custom-auth-success-alert{background:#f0fdf4;border:1.5px solid #86EFAC;color:#166534;padding:12px 16px;border-radius:12px;font-size:13.5px;margin-bottom:18px;display:flex;align-items:flex-start;gap:8px}.skip-to-content-link,.skip-to-content-link:focus,.skip-to-content-link:focus-visible{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important;z-index:-1!important}.custom-pdp__description-section{margin-top:36px}.custom-pdp__description-card{background:#fff;border-radius:20px;padding:32px 36px;border:1px solid #E2E8F0;box-shadow:0 4px 20px #0000000a}.custom-pdp__description-content{font-size:15px;line-height:1.8;color:#475569}.custom-pdp__description-content p{margin-bottom:16px}.custom-pdp__description-content h3{font-size:18px;font-weight:700;color:#1e293b;margin-top:24px;margin-bottom:12px}.custom-pdp__description-content ul{list-style:none;padding-left:0;margin-bottom:16px}.custom-pdp__description-content li{position:relative;padding-left:24px;margin-bottom:8px;color:#334155}.custom-pdp__description-content li strong{color:#1e293b}@media(max-width:768px){.custom-pdp__description-card{padding:24px 20px;border-radius:16px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/custom-sections.css.map */
