@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--background: hsl(0, 0%, 100%);--foreground: hsl(0, 0%, 7%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(0, 0%, 7%);--primary: 344 79% 61%;--primary-foreground: 0 0% 100%;--secondary: 340 100% 96%;--secondary-foreground: 342 60% 45%;--accent: 342 60% 55%;--accent-foreground: 0 0% 100%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 342 60% 55%;--radius: .5rem;--color-primary: hsl(344, 79%, 61%);--color-primary-foreground: hsl(0, 0%, 100%);--color-secondary: hsl(340, 100%, 96%);--color-secondary-foreground: hsl(342, 60%, 45%);--color-accent: hsl(342, 60%, 55%);--color-background: hsl(0, 0%, 100%);--color-foreground: hsl(0, 0%, 7%);--color-muted: hsl(0, 0%, 96.1%);--color-muted-foreground: hsl(0, 0%, 45.1%);--color-border: hsl(0, 0%, 89.8%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--color-background);color:var(--color-foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.announcement-bar{background:#000;color:#fff;text-align:center;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;letter-spacing:.02em}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap}.announcement-bar__text{white-space:nowrap}.announcement-bar__countdown{display:flex;align-items:center;gap:.375rem}.countdown-unit{display:flex;flex-direction:column;align-items:center;gap:.125rem}.countdown-digit{background:#111;border:1px solid #333;color:#fff;font-size:1.125rem;font-weight:700;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;font-variant-numeric:tabular-nums;font-family:Inter,monospace;letter-spacing:0}.countdown-label{font-size:.5625rem;letter-spacing:.1em;text-transform:uppercase;color:#999}.countdown-sep{font-size:1.25rem;font-weight:700;line-height:2.5rem;color:#666;margin-bottom:1rem}.site-header{background:#fff;padding:1.25rem 1.5rem;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--color-border)}.site-header__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.site-header__logo-wrap{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--color-foreground)}.site-header__logo{font-size:1.875rem;letter-spacing:.4em;font-weight:300;line-height:1}.site-header__sub{font-size:.625rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-muted-foreground);margin-top:.125rem}.site-header__nav{display:flex;align-items:center;gap:1.5rem}.site-header__nav-link{font-size:.875rem;font-weight:500;color:var(--color-foreground);transition:color .2s}.site-header__nav-link:hover{color:var(--color-primary)}.site-header__cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:none;border:none;cursor:pointer;color:var(--color-foreground);transition:color .2s}.site-header__cart-btn:hover{color:var(--color-primary)}.cart-badge{position:absolute;top:-.25rem;right:-.25rem;background:var(--color-primary);color:#fff;font-size:.625rem;font-weight:700;width:1.125rem;height:1.125rem;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.product-hero{padding:3rem 1.5rem}.product-hero__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:768px){.product-hero__inner{grid-template-columns:1fr;gap:2rem}}.product-hero__image-col{display:flex;flex-direction:column;gap:.75rem}.product-hero__main-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:1rem;overflow:hidden;background:var(--color-muted)}.product-hero__main-image img,.product-hero__main-image .placeholder-svg{width:100%;height:100%;object-fit:cover;border-radius:1rem}.product-hero__thumbnails{display:flex;gap:.5rem}.product-thumb{width:4.5rem;height:4.5rem;border-radius:.5rem;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;background:var(--color-muted);flex-shrink:0}.product-thumb img,.product-thumb .placeholder-svg{width:100%;height:100%;object-fit:cover}.product-thumb.active,.product-thumb:hover{border-color:var(--color-primary)}.product-hero__info-col{display:flex;flex-direction:column;gap:1.25rem}.product-hero__rating{display:flex;align-items:center;gap:.5rem}.stars{display:flex;gap:.125rem}.star-filled{color:#f59e0b}.rating-text{font-size:.875rem;font-weight:600;color:var(--color-foreground)}.reviews-text{font-size:.8125rem;color:var(--color-muted-foreground)}.product-hero__title{font-size:1.75rem;font-weight:700;line-height:1.2;color:var(--color-foreground)}@media(max-width:768px){.product-hero__title{font-size:1.375rem}}.pricing-tiers{display:flex;flex-direction:column;gap:.625rem}.pricing-tier{border:2px solid var(--color-border);border-radius:var(--radius);padding:.875rem 1rem;cursor:pointer;transition:border-color .2s,background .2s;position:relative;display:flex;align-items:center;justify-content:space-between}.pricing-tier.active{border-color:var(--color-primary);background:#fff5f8}.pricing-tier:hover:not(.active){border-color:#f4a4b9}.pricing-tier__left{display:flex;flex-direction:column;gap:.125rem}.pricing-tier__label{font-size:.9375rem;font-weight:600}.pricing-tier__qty{font-size:.8125rem;color:var(--color-muted-foreground)}.pricing-tier__price{font-size:1.125rem;font-weight:700;color:var(--color-foreground)}.popular-badge{position:absolute;top:-.625rem;left:1rem;background:var(--color-primary);color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.125rem .5rem;border-radius:999px}.autorefill-row{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer}.autorefill-row input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0}.autorefill-label{font-size:.875rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}.btn-atc{width:100%;background:#000;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:1rem 2rem;border-radius:999px;border:none;cursor:pointer;transition:background .2s,transform .1s}.btn-atc:hover{background:#222}.btn-atc:active{transform:scale(.98)}.guarantee-row{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--color-muted-foreground);font-size:.8125rem}.guarantee-row svg{color:var(--color-primary);flex-shrink:0}.product-accordion{padding:2rem 1.5rem;border-top:1px solid var(--color-border)}.product-accordion__inner{max-width:1280px;margin:0 auto}.accordion-item{border-bottom:1px solid var(--color-border)}.accordion-item summary{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 0;cursor:pointer;list-style:none;font-size:1rem;font-weight:600;color:var(--color-foreground);-webkit-user-select:none;user-select:none}.accordion-item summary::-webkit-details-marker{display:none}.accordion-item summary:after{content:"+";font-size:1.375rem;font-weight:300;color:var(--color-muted-foreground);transition:transform .2s;flex-shrink:0}.accordion-item[open]>summary:after{content:"\2212"}.accordion-body{padding:0 0 1.125rem;font-size:.9375rem;color:var(--color-muted-foreground);line-height:1.7}.accordion-body ul{list-style:disc;padding-left:1.25rem;display:flex;flex-direction:column;gap:.25rem}.see-it{padding:3rem 1.5rem}.see-it__inner{max-width:1280px;margin:0 auto}.see-it__heading{text-align:center;font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.see-it__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:2rem}@media(max-width:640px){.see-it__grid{grid-template-columns:repeat(2,1fr)}}.see-it__img{aspect-ratio:3/4;object-fit:cover;border-radius:.75rem;width:100%;background:var(--color-muted)}.see-it__review-card{background:#fff5f8;border:1px solid hsl(344,79%,90%);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.see-it__reviewer{display:flex;align-items:center;gap:.75rem}.reviewer-avatar{width:2.75rem;height:2.75rem;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:700;font-size:1.125rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.reviewer-name{font-weight:600;font-size:.9375rem}.reviewer-verified{font-size:.75rem;color:#16a34a;display:flex;align-items:center;gap:.25rem}.review-text{font-size:.9375rem;color:var(--color-foreground);line-height:1.6;font-style:italic}.video-testimonials{padding:3rem 1.5rem;background:var(--color-muted)}.video-testimonials__inner{max-width:1280px;margin:0 auto}.section-heading{text-align:center;margin-bottom:.5rem}.section-heading h2{font-size:1.875rem;font-weight:700;line-height:1.2}.section-heading h2 em{font-style:italic;color:var(--color-primary)}.section-subtitle{text-align:center;font-size:1rem;color:var(--color-muted-foreground);margin-bottom:2rem}.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:768px){.video-grid{grid-template-columns:repeat(2,1fr)}}.video-card{position:relative;aspect-ratio:9/16;border-radius:1rem;overflow:hidden;cursor:pointer}.video-card__thumb{width:100%;height:100%;object-fit:cover}.video-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.1) 50%,transparent 100%)}.video-card__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3.5rem;height:3.5rem;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;color:var(--color-foreground);transition:transform .2s,background .2s}.video-card:hover .video-card__play{transform:translate(-50%,-50%) scale(1.1);background:#fff}.video-card__type-badge{position:absolute;top:.75rem;left:.75rem;background:#ea4d77e6;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.25rem .625rem;border-radius:999px}.video-card__duration{position:absolute;bottom:.75rem;right:.75rem;background:#0009;color:#fff;font-size:.75rem;font-weight:600;padding:.1875rem .5rem;border-radius:.25rem}.video-card__title{position:absolute;bottom:2.25rem;left:.75rem;right:.75rem;color:#fff;font-size:.875rem;font-weight:600;line-height:1.3}.why-women{padding:3rem 1.5rem;background:#fff5f8}.why-women__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.why-women__inner{grid-template-columns:1fr}}.why-women__heading{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.benefit-cards{display:flex;flex-direction:column;gap:1rem}.benefit-card{display:flex;align-items:center;gap:1rem;background:#fff;border-radius:var(--radius);padding:1rem 1.25rem;box-shadow:0 1px 3px #0000000f}.benefit-icon{width:2.75rem;height:2.75rem;border-radius:50%;background:#ea4d771a;display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0}.benefit-text{font-size:.9375rem;font-weight:600}.why-women__image-col{position:relative}.why-women__image-col img,.why-women__image-col .placeholder-svg{width:100%;border-radius:1.25rem;aspect-ratio:3/4;object-fit:cover}.transform-section{padding:3rem 1.5rem}.transform-section__inner{max-width:900px;margin:0 auto}.transform-section__heading{text-align:center;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.transform-section__sub{text-align:center;color:var(--color-muted-foreground);margin-bottom:2rem}before-after-slider{display:block}.ba-slider{position:relative;width:100%;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;cursor:col-resize;-webkit-user-select:none;user-select:none}@media(max-width:640px){.ba-slider{aspect-ratio:4/3}}.ba-slider__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ba-slider__after{clip-path:inset(0 50% 0 0)}.ba-slider__divider{position:absolute;top:0;bottom:0;width:3px;background:#fff;left:50%;transform:translate(-50%);z-index:10;pointer-events:none}.ba-slider__handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.75rem;height:2.75rem;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000059;display:flex;align-items:center;justify-content:center;z-index:11;color:var(--color-foreground);pointer-events:none}.ba-label{position:absolute;top:1rem;background:#0000008c;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;z-index:12;pointer-events:none}.ba-label--before{left:1rem}.ba-label--after{right:1rem}.deep-hydration{padding:3rem 1.5rem;background:#fff0f5}.deep-hydration__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.deep-hydration__inner{grid-template-columns:1fr}}.deep-hydration__text-col{display:flex;flex-direction:column;gap:1.5rem}.deep-hydration__big-num{font-size:6rem;font-weight:900;color:#ea4d774d;line-height:1;margin-bottom:-1rem}.deep-hydration__heading{font-size:2rem;font-weight:700;line-height:1.2}.deep-hydration__desc{color:var(--color-muted-foreground);font-size:.9375rem;line-height:1.7}.feature-tags{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{border:1px solid hsla(344,79%,61%,.3);color:var(--color-primary);font-size:.8125rem;font-weight:500;padding:.375rem .875rem;border-radius:999px;background:transparent}.deep-hydration__image-col{display:flex;justify-content:center}.deep-hydration__image-card{width:100%;max-width:380px;border-radius:1.5rem;overflow:hidden;background:linear-gradient(135deg,#ffe5ee,#f7bbcb);padding:1.5rem;display:flex;align-items:center;justify-content:center;aspect-ratio:3/4}.deep-hydration__image-card img,.deep-hydration__image-card .placeholder-svg{width:100%;height:100%;object-fit:cover;border-radius:1rem}.glow-journey{padding:3rem 1.5rem}.glow-journey__inner{max-width:900px;margin:0 auto}.glow-journey__heading{text-align:center;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.glow-journey__sub{text-align:center;color:var(--color-muted-foreground);margin-bottom:3rem}.timeline{position:relative;display:flex;flex-direction:column;gap:0}.timeline:before{content:"";position:absolute;left:1.5rem;top:1.5rem;bottom:1.5rem;width:2px;background:linear-gradient(to bottom,var(--color-primary),hsla(344,79%,61%,.2));z-index:0}.timeline-item{display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:2rem;position:relative;z-index:1}.timeline-item:last-child{padding-bottom:0}.timeline-dot-wrap{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.timeline-dot-outer{width:3rem;height:3rem;border-radius:50%;background:#ea4d771a;display:flex;align-items:center;justify-content:center}.timeline-dot{width:1rem;height:1rem;border-radius:50%;background:var(--color-primary)}.timeline-content{flex:1;padding-top:.5rem}.timeline-badge{display:inline-block;background:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .625rem;border-radius:999px;margin-bottom:.375rem}.timeline-title{font-size:1.0625rem;font-weight:700;margin-bottom:.25rem}.timeline-desc{font-size:.875rem;color:var(--color-muted-foreground)}.why-it-works{padding:3rem 1.5rem;background:var(--color-primary)}.why-it-works__inner{max-width:1280px;margin:0 auto}.why-it-works__heading{text-align:center;font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:2rem}.why-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:768px){.why-cards{grid-template-columns:1fr}}.why-card{background:#fff;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column}.why-card__image{aspect-ratio:4/3;background:var(--color-muted);overflow:hidden}.why-card__image img,.why-card__image .placeholder-svg{width:100%;height:100%;object-fit:cover}.why-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.375rem}.why-card__title{font-size:1.0625rem;font-weight:700}.why-card__desc{font-size:.875rem;color:var(--color-muted-foreground);line-height:1.5}.statistics{padding:3rem 1.5rem}.statistics__inner{max-width:1280px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}@media(max-width:640px){.stats-grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}}.stat-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:1rem;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;box-shadow:0 1px 4px #0000000d}.stat-number{font-size:3rem;font-weight:800;color:var(--color-primary);line-height:1}.stat-label{font-size:.875rem;color:var(--color-muted-foreground);line-height:1.4}.stats-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.stats-tag{background:var(--color-muted);color:var(--color-foreground);font-size:.8125rem;font-weight:500;padding:.375rem .875rem;border-radius:999px}.stats-proof{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:var(--color-muted-foreground)}.stats-proof svg{color:#f59e0b}.customer-reviews{padding:3rem 1.5rem;background:#fff5f8}.customer-reviews__inner{max-width:1280px;margin:0 auto}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}@media(max-width:768px){.reviews-grid{grid-template-columns:1fr}}.review-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 4px #00000012;display:flex;flex-direction:column}.review-card__photo{aspect-ratio:4/5;overflow:hidden;background:var(--color-muted)}.review-card__photo img,.review-card__photo .placeholder-svg{width:100%;height:100%;object-fit:cover}.review-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.review-card__name{font-weight:700;font-size:.9375rem}.review-card__stars{display:flex;gap:.125rem;color:#f59e0b}.review-card__text{font-size:.875rem;color:var(--color-foreground);line-height:1.6;flex:1}.review-card__verified{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#16a34a;font-weight:500}.review-card__product-thumb{width:3rem;height:3rem;border-radius:.375rem;overflow:hidden;background:var(--color-muted);margin-top:.25rem}.review-card__product-thumb img,.review-card__product-thumb .placeholder-svg{width:100%;height:100%;object-fit:cover}.reviews-pagination{display:flex;justify-content:center;gap:.75rem}.reviews-pag-btn{width:2.75rem;height:2.75rem;border-radius:50%;border:1.5px solid var(--color-border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,background .2s;color:var(--color-foreground)}.reviews-pag-btn:hover{border-color:var(--color-primary);background:var(--color-secondary)}.faq{padding:3rem 1.5rem}.faq__inner{max-width:760px;margin:0 auto}.faq__heading{text-align:center;font-size:1.875rem;font-weight:700;margin-bottom:2rem}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 0;cursor:pointer;list-style:none;font-size:1rem;font-weight:600;color:var(--color-foreground);-webkit-user-select:none;user-select:none;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.375rem;font-weight:300;color:var(--color-muted-foreground);flex-shrink:0}.faq-item[open]>summary:after{content:"\2212"}.faq-body{padding:0 0 1.125rem;font-size:.9375rem;color:var(--color-muted-foreground);line-height:1.7}.money-back{padding:3rem 1.5rem}.money-back__inner{max-width:1280px;margin:0 auto}.money-back__card{background:var(--color-primary);border-radius:1rem;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.money-back__icon{color:#fff;opacity:.9}.money-back__heading{font-size:1.875rem;font-weight:800;color:#fff;line-height:1.2}.money-back__sub{color:#ffffffd9;font-size:1rem;max-width:480px}.btn-claim{background:#111;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.875rem 2.5rem;border-radius:999px;border:none;cursor:pointer;transition:background .2s}.btn-claim:hover{background:#333}.trust-badges{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.trust-badge{display:flex;align-items:center;gap:.375rem;color:#ffffffe6;font-size:.875rem;font-weight:500}.trust-badge svg{color:#ffffffb3}.site-footer{background:#f9fafb;border-top:1px solid var(--color-border);padding:3rem 1.5rem 1.5rem}.site-footer__inner{max-width:1280px;margin:0 auto}.site-footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}@media(max-width:768px){.site-footer__grid{grid-template-columns:1fr}}.footer-logo{display:flex;flex-direction:column;gap:.125rem;margin-bottom:.875rem}.footer-logo__name{font-size:1.5rem;letter-spacing:.35em;font-weight:300}.footer-logo__sub{font-size:.625rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-muted-foreground)}.footer-email{font-size:.875rem;color:var(--color-muted-foreground)}.footer-nav-heading{font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;color:var(--color-foreground)}.footer-nav-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-nav-list a{font-size:.875rem;color:var(--color-muted-foreground);transition:color .2s}.footer-nav-list a:hover{color:var(--color-primary)}.payment-heading{font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;color:var(--color-foreground)}.payment-badges{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.payment-badge{background:#fff;border:1px solid var(--color-border);border-radius:.25rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:600;color:var(--color-muted-foreground);white-space:nowrap}.site-footer__bottom{border-top:1px solid var(--color-border);padding-top:1.25rem;display:flex;align-items:center;justify-content:center}.footer-copy{font-size:.8125rem;color:var(--color-muted-foreground)}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.section-header p{font-size:1rem;color:var(--color-muted-foreground)}.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}
/*# sourceMappingURL=/cdn/shop/t/236/assets/theme.css.map */
