.hero{background:#fffef1;position:relative;z-index:1;contain:layout style paint}.hero .hero-image{width:100%;height:auto;object-fit:contain;object-position:center;display:block;aspect-ratio:1/1;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;contain:layout style paint;will-change:auto}.hero .headline,.hero .description{text-rendering:optimizeLegibility;font-display:swap}.hero__container{display:block}.hero__container:not(:has(.hero__image)) .hero__content{width:100%;max-width:100%}@supports not selector(:has(*)){.hero__container .hero__content{width:100%;max-width:100%}}.hero__content{background:linear-gradient(165deg,#feecdb 6.75%,#fbcad2 92.35%);padding:1rem;display:flex;flex-direction:column;gap:16px}.hero__image{position:relative;background:linear-gradient(180deg,#ffe4d4bd 65%,#fff);overflow:hidden;width:100%;min-height:auto;height:auto}.hero__image-container{position:relative;width:100%;height:300px;display:block;background:linear-gradient(180deg,#ffe4d4bd 65%,#fff);z-index:1;overflow:hidden}.hero__image-container .hero__product-image{height:auto;object-fit:contain;object-position:center;aspect-ratio:1/1;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;width:100%;height:100%;display:block;object-fit:cover;object-position:center center;transition:none!important;transform:none!important}.hero__image-container .hero__product-image:hover{transform:none!important;scale:none!important;transition:none!important}.hero__content-wrapper{display:flex;flex-direction:column;gap:4px;padding:0;align-items:center;height:auto}.hero__copy{display:flex;flex-direction:column;gap:.5rem}.hero__copy .hero__headline{color:#1f1f1f;font-family:Fraunces,Georgia,Times New Roman,Times,serif;font-size:1.875rem;font-weight:700;line-height:120%;margin:0}.hero__copy .hero__description{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-style:normal;font-weight:500;line-height:161%;margin:0}.hero__cta{display:flex;flex-direction:column;gap:1rem}.hero__rating{display:flex;flex-direction:row;align-items:center;gap:.75rem;align-self:flex-start;flex-wrap:wrap;justify-content:center}.hero__rating--styled{border-radius:24px;background:#fff;padding:.5rem .75rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;box-sizing:border-box;width:100%;max-width:100%}.hero__rating .hero__stars{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.hero__rating .hero__trusted-text{color:#000;font-family:var(--caption-font, "DM Mono");font-size:12px;font-style:normal;font-weight:500;line-height:140%;text-transform:uppercase;flex-shrink:0}.hero__features{display:flex;gap:.75rem;list-style:none;padding:0;margin:0;align-items:center}.hero__features .hero__feature{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.hero__features .hero__feature:only-child{flex-direction:row;justify-content:start;align-items:center}.hero__features .hero__feature-icon{width:24px;height:24px}.hero__features .hero__feature-text{color:#1f1f1f;text-align:center;font-family:DM Mono;font-size:16px;font-weight:500;line-height:150%;word-wrap:break-word}.hero__features .hero__feature-text--bold{font-size:14px;font-weight:700;line-height:140%}.hero__badge{position:absolute;top:.5rem;right:1rem;width:8.8125rem;height:8.8125rem}.hero__badge .hero__badge-bg{width:100%;height:100%}.hero__badge .hero__badge-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero__badge .hero__badge-content .hero__badge-label{color:#fff;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:9px;font-weight:400;line-height:1.6;letter-spacing:.05em;text-transform:uppercase}.hero__badge .hero__badge-content .hero__badge-discount{color:#fff;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:36px;font-weight:700;line-height:1}.hero__author-credit{position:absolute;bottom:0;left:0;right:0;z-index:25;padding:.25rem .5rem;background:linear-gradient(90deg,#fefaf600 30.17%,#fefaf6 36.81%);display:flex;justify-content:flex-end;pointer-events:none}.hero__author-credit p{margin:0;color:#4e4747;font-family:DM Sans,sans-serif;pointer-events:auto;font-weight:500;line-height:1.46;text-align:right;font-size:11px;max-width:100%}@media (min-width: 768px){.hero .hero__container{display:grid;grid-template-columns:1fr 1fr;direction:rtl;height:450px;max-height:450px}.hero .hero__container:not(:has(.hero__image)){grid-template-columns:1fr;height:auto;max-height:none}@supports not selector(:has(*)){.hero .hero__container{grid-template-columns:1fr}}.hero .hero__image-container{max-width:100%;height:100%}.hero .hero__image-container .hero__product-image{object-fit:cover;height:100%}.hero .hero__content{display:flex;flex-direction:column;gap:0;justify-content:center;direction:ltr;height:100%;min-height:0;padding:24px;overflow-y:auto;box-sizing:border-box}.hero .hero__image{direction:ltr;width:100%;height:100%}.hero .hero__rating{align-self:flex-start;flex:0 0 auto;margin-bottom:.5rem;justify-content:flex-start}.hero .hero__rating--styled{width:fit-content;padding:.5rem .75rem}.hero .hero__rating .hero__trusted-text{font-size:11px}.hero .hero__content-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;justify-content:center;flex:1 1 auto;min-height:0}.hero .hero__copy{flex:0 1 auto;gap:.5rem;margin-bottom:.5rem}.hero .hero__copy .hero__headline{font-size:2rem;line-height:1.15;text-align:left}.hero .hero__copy .hero__description{text-align:left;font-size:1rem;line-height:1.5}.hero .hero__features{flex:0 1 auto;gap:.5rem}.hero .hero__features .hero__feature{flex-direction:row;text-align:left}.hero .hero__cta{flex:0 0 auto;margin-top:.5rem}.hero .hero__badge{width:12rem;height:12rem;top:1rem;right:1.5rem}.hero .hero__badge .hero__badge-content .hero__badge-label{font-size:.875rem}.hero .hero__badge .hero__badge-content .hero__badge-discount{font-size:40px}.hero .hero__author-credit{bottom:1.5rem;padding:1rem 1.25rem;z-index:20;background:linear-gradient(90deg,#fefaf600 30%,#fefaf6 63%)}.hero .hero__author-credit p{font-size:1rem;max-width:50%}}@media (min-width: 1024px){.hero .hero__container{grid-template-columns:1fr 1fr;height:600px;max-height:600px}.hero .hero__image{width:100%;height:100%}.hero .hero__image-container{max-width:100%;height:100%}.hero .hero__image-container .hero__product-image{object-fit:cover;height:100%}.hero .hero__rating .hero__trusted-text{font-size:16px}.hero .hero__content{padding:36px 4.5rem;min-height:0}.hero .hero__content .hero__content-wrapper{gap:.75rem;flex:1 1 auto;min-height:0}.hero .hero__content .hero__copy{gap:.5rem;flex:0 1 auto}.hero .hero__content .hero__copy .hero__headline{font-size:2.5rem;line-height:1.15}.hero .hero__content .hero__copy .hero__description{font-size:1.0625rem;line-height:1.5}.hero .hero__content .hero__features{flex-direction:column;align-items:flex-start;gap:.75rem;flex:0 1 auto}.hero .hero__content .hero__features .hero__feature{gap:.75rem;justify-content:flex-start}.hero .hero__content .hero__cta{margin-top:.75rem;flex:0 0 auto}.hero .hero__rating .hero__trusted-text{font-size:14px}.hero .hero__badge{width:17.875rem;height:17.875rem;top:1.5rem;right:3rem}.hero .hero__badge .hero__badge-content .hero__badge-label{font-size:1.125rem}.hero .hero__badge .hero__badge-content .hero__badge-discount{font-size:73.021px}.hero .hero__author-credit{bottom:2.5rem;padding:1.5rem 2rem}.hero .hero__author-credit p{font-size:1rem;max-width:50%}}@media (min-width: 768px){.hero--reverse .hero__container{direction:ltr}}.custom-announcement-bar-child p{margin:0!important}.special-offer-support{padding:32px 16px;background-color:#fdf3eb}@media (min-width: 768px){.special-offer-support{padding:3rem 2rem}}@media (min-width: 1024px){.special-offer-support{padding:4.5rem 0}}.special-offer-support__container{max-width:1200px;margin:0 auto}.special-offer-support__title{font-size:2rem;font-weight:700;text-align:center;margin-top:0;margin-bottom:32px;color:#1e1b1c;line-height:1.2}@media (min-width: 768px){.special-offer-support__title{font-size:2rem;margin-top:0;margin-bottom:40px}}@media (min-width: 1024px){.special-offer-support__title{font-size:2.5rem;margin-top:0;margin-bottom:50px}}.special-offer-support__grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){.special-offer-support__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width: 1024px){.special-offer-support__grid{grid-template-columns:repeat(5,1fr);gap:16px}}.special-offer-support__item{display:flex;align-items:center;background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border:1px solid rgba(229,21,80,.1);text-align:left}@media (min-width: 1024px){.special-offer-support__item{flex-direction:column;text-align:center;padding:24px 16px}}.special-offer-support__item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f;border-color:#e515504d}.special-offer-support__image-wrapper{flex-shrink:0;margin-right:16px;display:flex;justify-content:center;align-items:center;width:48px;height:48px}@media (min-width: 1024px){.special-offer-support__image-wrapper{margin-right:0;margin-bottom:16px;width:80px;height:80px}}.special-offer-support__image{width:100%;height:100%;object-fit:contain;border-radius:4px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated}.special-offer-support__content{flex:1;display:flex;flex-direction:column;justify-content:center}@media (min-width: 1024px){.special-offer-support__content{align-items:center}}.special-offer-support__item-title{color:#1e1b1c;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:22px;font-style:normal;font-weight:700;line-height:160%;margin:0}@media (min-width: 1024px){.special-offer-support__item-title{font-size:16px;line-height:120%}}.special-offer-support__link{display:flex;align-items:center;width:100%;height:100%;text-decoration:none;color:inherit}@media (min-width: 1024px){.special-offer-support__link{flex-direction:column;text-align:center}}.special-offer-support__link:hover{text-decoration:none;color:inherit}.special-offer-support[data-columns="2"] .special-offer-support__grid{grid-template-columns:1fr}@media (min-width: 768px){.special-offer-support[data-columns="2"] .special-offer-support__grid{grid-template-columns:repeat(2,1fr)}}.special-offer-support[data-columns="3"] .special-offer-support__grid{grid-template-columns:1fr}@media (min-width: 768px){.special-offer-support[data-columns="3"] .special-offer-support__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.special-offer-support[data-columns="3"] .special-offer-support__grid{grid-template-columns:repeat(3,1fr)}}.special-offer-support[data-columns="4"] .special-offer-support__grid{grid-template-columns:1fr}@media (min-width: 768px){.special-offer-support[data-columns="4"] .special-offer-support__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.special-offer-support[data-columns="4"] .special-offer-support__grid{grid-template-columns:repeat(4,1fr)}}.special-offer-support[data-columns="5"] .special-offer-support__grid{grid-template-columns:1fr}@media (min-width: 768px){.special-offer-support[data-columns="5"] .special-offer-support__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.special-offer-support[data-columns="5"] .special-offer-support__grid{grid-template-columns:repeat(3,1fr)}}.special-offer-features{contain:layout style paint;will-change:auto;position:relative;z-index:1;padding:1rem;background:#fdf3eb}.special-offer-features__container{max-width:100%;margin:0 auto;padding:0}.special-offer-features__title{color:#1f1f1f;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:1.5rem;font-weight:700;line-height:1.2;text-align:center;margin:0 0 1.5rem;text-rendering:optimizeLegibility;font-display:swap}.special-offer-features__grid{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;contain:layout;gap:1rem}.special-offer-features__item{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;contain:layout;gap:.75rem;contain:layout style paint;will-change:auto}.special-offer-features__icon{width:24px;height:24px;flex-shrink:0;contain:layout style paint;will-change:auto}.special-offer-features__icon--placeholder{display:block}.special-offer-features__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:.25rem;flex:1}.special-offer-features__text{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem;font-weight:700;line-height:1.5;margin:0;text-rendering:optimizeLegibility;font-display:swap}.special-offer-features__text--bold{font-weight:800}.special-offer-features__text--large{font-size:1.125rem}.special-offer-features__description{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:.875rem;font-weight:400;line-height:1.4;margin:0;opacity:.8;text-rendering:optimizeLegibility;font-display:swap}.special-offer-features__description--highlighted{opacity:1;font-weight:500}.special-offer-features__description--small{font-size:.75rem}.special-offer-features--sale-landing{padding:24px 0;overflow:hidden}.special-offer-features--sale-landing .special-offer-features__marquee{width:100%;overflow:hidden;position:relative}.special-offer-features--sale-landing .special-offer-features__marquee-track{display:flex;gap:3rem;animation:marquee 5s linear infinite;will-change:transform}.special-offer-features--sale-landing .special-offer-features__marquee-item{display:flex;align-items:center;gap:.5rem;flex-shrink:0;white-space:nowrap}.special-offer-features--sale-landing .special-offer-features__marquee-icon{width:20px;height:20px;flex-shrink:0;object-fit:contain;display:block}.special-offer-features--sale-landing .special-offer-features__icon-wrapper{display:inline-block;width:20px;height:20px;flex-shrink:0;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.special-offer-features--sale-landing .special-offer-features__marquee-text{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:600;line-height:1}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media (min-width: 768px){.special-offer-features{padding:2rem}.special-offer-features__title{font-size:2.5rem;margin-bottom:2.5rem}.special-offer-features__grid{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}.special-offer-features__item{flex:1;align-items:flex-start}.special-offer-features__description{font-size:.9375rem}}@media (min-width: 1024px){.special-offer-features{padding:3rem 2rem}.special-offer-features__title{font-size:3rem;margin-bottom:3rem}.special-offer-features__grid{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.special-offer-features__item{flex:1;align-items:flex-start}.special-offer-features__description{font-size:1rem}.special-offer-features--sale-landing{padding:18px 0}.special-offer-features--sale-landing .special-offer-features__marquee-track{gap:4rem;animation-duration:15s}.special-offer-features--sale-landing .special-offer-features__marquee-text{font-size:1rem}.special-offer-features--sale-landing .special-offer-features__marquee-icon{width:22px;height:22px;object-fit:contain}.special-offer-features--sale-landing .special-offer-features__icon-wrapper{width:22px;height:22px}}.science-section{contain:layout style paint;will-change:auto;position:relative;z-index:1;background:#fff;padding:2rem 1rem;width:100%;overflow-x:hidden}.science-section__container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:1.5rem;max-width:100%;margin:0 auto}.science-section__heading{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:2rem;width:100%;max-width:100%}.science-section__headline{text-align:left;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:1.875rem;font-weight:700;line-height:1.35;margin:0;max-width:100%;text-rendering:optimizeLegibility;font-display:swap}.science-section__headline-normal{color:#343a40;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-weight:700}.science-section__headline-accent{color:#e51550;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-weight:700}.science-section__description{text-align:left;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem;line-height:1.6;margin:0;max-width:100%;text-rendering:optimizeLegibility;font-display:swap}.science-section__description-bold{color:#343a40;font-weight:700;display:block;margin-bottom:1rem}.science-section__description-normal{color:#343a40;font-weight:400}.science-section__product{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:0;width:100%;border-radius:.75rem}.science-section__image-container{width:100%;height:20rem;border-radius:.75rem .75rem 0 0;overflow:hidden;contain:layout style paint;will-change:auto}.science-section__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.science-section__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:1.5rem;padding:2rem 1.5rem;background:#fdf3eb;border-radius:0 0 .75rem .75rem;width:100%}.science-section__content-title{display:none;color:#343a40;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:2rem;font-weight:700;line-height:1.35;margin:0;text-rendering:optimizeLegibility;font-display:swap}.science-section__benefits{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:1rem;width:100%}.science-section__benefit{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;contain:layout;gap:1rem;width:100%}.science-section__benefit-icon{display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;width:2rem;height:2rem;flex-shrink:0;contain:layout style paint;will-change:auto}.science-section__benefit-text{flex:1;color:#343a40;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem;font-weight:700;line-height:1.6;text-rendering:optimizeLegibility;font-display:swap}.science-section__cta{width:100%;max-width:100%;min-width:auto}@media (min-width: 768px){.science-section{padding:3rem 2rem}.science-section__container{gap:3.5rem}.science-section__heading{align-items:center;gap:1.5rem}.science-section__headline{text-align:center;font-size:2.25rem;max-width:100%}.science-section__description{text-align:left;font-size:1.125rem;max-width:100%}.science-section__image-container{height:28rem;max-height:35rem;display:flex;align-items:center;justify-content:center}.science-section__content-title{display:block;font-size:2rem}.science-section__benefit-text{font-size:1.25rem}}@media (min-width: 1024px){.science-section{padding:4.5rem}.science-section__container{gap:3.5rem}.science-section__heading{gap:1.5rem;max-width:53.5rem;margin:0 auto}.science-section__headline{font-size:2.875rem;max-width:53.5rem}.science-section__description{text-align:center;font-size:1.125rem;max-width:53.5rem}.science-section__product{flex-direction:row;align-items:stretch;gap:0;max-width:1200px;margin:0 auto;padding:0 2rem}.science-section__image-container{width:65%;height:35rem;min-height:35rem;max-height:none;border-radius:.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;align-self:center}.science-section__content{width:45%;max-width:500px;padding:2.5rem 2rem;border-radius:.75rem;margin-left:-3rem;z-index:1;align-self:center;flex:none}.science-section__content-title{font-size:2rem}}.special-offer-benefits{contain:layout style paint;will-change:auto;position:relative;z-index:1;background:var(--benefits-bg-color, #F5F4E2);width:100%;margin:0;padding:0;overflow-x:hidden}.special-offer-benefits__container{display:flex;flex-direction:column-reverse;align-items:stretch;justify-content:stretch;contain:layout;min-height:auto;width:100%;max-width:100%;margin:0;padding:0}.special-offer-benefits__content{background:#fdf3eb;padding:2rem 1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:1.5rem;box-sizing:border-box;width:100%}.special-offer-benefits__content-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;width:100%}.special-offer-benefits__global-title-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:.75rem;width:100%;margin-bottom:1.5rem;flex-shrink:0}.special-offer-benefits__global-title{color:#1f1f1f;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:2rem;font-weight:700;line-height:1.35;margin:0;width:100%;text-rendering:optimizeLegibility;font-display:swap}.special-offer-benefits__global-description{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem;font-weight:400;line-height:1.6;margin:0;width:100%;text-rendering:optimizeLegibility;font-display:swap}.special-offer-benefits__copy-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:1rem;width:100%}.special-offer-benefits__title{color:#1f1f1f;text-align:center;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:1.5rem;font-weight:700;line-height:1.35;margin:0;width:100%;text-rendering:optimizeLegibility;font-display:swap}.special-offer-benefits__description{color:#1f1f1f;text-align:center;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem;font-weight:400;line-height:1.6;margin:0;width:100%;text-rendering:optimizeLegibility;font-display:swap}.special-offer-benefits__grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;width:100%;display:grid;grid-template-columns:1fr;gap:1rem;contain:layout;grid-auto-rows:auto;place-items:center}.special-offer-benefits__item{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:.75rem;width:100%;max-width:none;min-width:0;justify-self:center;align-self:stretch;contain:layout style paint;will-change:auto}.special-offer-benefits__icon{display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;width:5.5rem;height:5.5rem;overflow:visible;border-radius:8px;contain:layout style paint;will-change:auto;padding:.5rem}.special-offer-benefits__icon img{width:100%;height:100%;object-fit:contain;object-position:center;max-width:100%;max-height:100%}.special-offer-benefits__icon svg{width:100%;height:100%;max-width:100%;max-height:100%;flex-shrink:0}.special-offer-benefits__title-text{color:#1f1f1f!important;text-align:center;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem;font-style:normal!important;font-weight:700!important;line-height:1.6!important;margin:0;text-rendering:optimizeLegibility;font-display:swap}.special-offer-benefits__image{flex-direction:row;contain:layout;height:auto;width:100%;margin:0;padding:0;overflow:hidden;contain:layout style paint;will-change:auto;position:relative;background-color:#f8f8f8;display:flex;align-items:center;justify-content:center}.special-offer-benefits__woman-image{width:100%;height:auto;object-fit:contain;object-position:center center;display:block;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.special-offer-benefits__points-header{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1rem;width:100%;text-align:center;margin-bottom:2rem}.special-offer-benefits__points-title{color:#1f1f1f;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0;text-rendering:optimizeLegibility;font-display:swap}.special-offer-benefits__points-subtitle{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem;font-weight:400;line-height:1.6;margin:0;text-rendering:optimizeLegibility;font-display:swap}.special-offer-benefits__points-list{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1rem;width:100%;margin-bottom:2rem}.special-offer-benefits__point-item{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;contain:layout;width:100%;text-align:left;background:#ffffff80;border-radius:.5rem;contain:layout style paint;will-change:auto}.special-offer-benefits__point-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;width:100%;text-align:left}.special-offer-benefits__point-content{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem;font-weight:400;line-height:1.6;margin:0;text-rendering:optimizeLegibility;font-display:swap}.special-offer-benefits__point-content strong{font-weight:700!important}.special-offer-benefits__cta{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1rem;width:100%;max-width:400px}.special-offer-benefits__btn-primary{width:100%;margin:0}.special-offer-benefits__btn-secondary{width:100%;margin:0;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:2px solid #E51550;color:#e51550;background:transparent;border-radius:999px;text-decoration:none;text-align:center;transition:all .2s ease}.special-offer-benefits__btn-secondary:hover{background:#e51550;color:#fff;text-decoration:none}.special-offer-benefits__btn-secondary:focus{outline:none;box-shadow:0 0 0 .2rem #e5155040}@media (min-width: 768px){.special-offer-benefits__content{padding:2rem 1rem}.special-offer-benefits__content-wrapper{gap:2.5rem}.special-offer-benefits__copy-section{align-items:center}.special-offer-benefits__title{text-align:center;font-size:2.25rem}.special-offer-benefits__description{text-align:center;font-size:1.125rem}.special-offer-benefits__item{min-width:180px}.special-offer-benefits__title-text{font-size:1.25rem}.special-offer-benefits__global-title{font-size:2.25rem}.special-offer-benefits__global-description{font-size:1.125rem}.special-offer-benefits__container{height:500px;max-height:500px}}@media (min-width: 1024px){.special-offer-benefits__container{flex-direction:row;align-items:stretch;height:700px;max-height:700px}.special-offer-benefits__content{flex:1;width:50%;max-width:50%;padding:4.5rem;overflow:hidden;box-sizing:border-box;height:100%;display:flex;align-items:center;justify-content:center}.special-offer-benefits__content-wrapper{gap:0;width:100%;max-width:100%;flex-shrink:0}.special-offer-benefits__copy-section{align-items:center;gap:.75rem;flex-shrink:0}.special-offer-benefits__title{font-size:2.875rem}.special-offer-benefits__description{font-size:1.125rem}.special-offer-benefits__grid{grid-template-columns:repeat(3,1fr);gap:1rem;align-items:stretch;flex-shrink:0}.special-offer-benefits__points-list{gap:1rem;flex-shrink:0}.special-offer-benefits__item{min-width:150px;max-width:180px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:120px}.special-offer-benefits__icon{width:5.5rem;height:5.5rem;flex-shrink:0;margin-bottom:.75rem;overflow:visible;border-radius:8px;padding:.5rem}.special-offer-benefits__title-text{font-size:1.125rem;line-height:1.4;text-align:center;flex:1;display:flex;align-items:flex-start;justify-content:center;padding-top:0}.special-offer-benefits__global-title{font-size:2.875rem}.special-offer-benefits__global-description{font-size:1.125rem}.special-offer-benefits__image{flex:0 0 50%;width:50%;max-width:50%;height:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.special-offer-benefits__woman-image{object-position:center center;width:100%;height:100%;object-fit:cover;min-height:100%;flex:1;align-self:stretch}}.special-offer-ingredients{contain:layout style paint;will-change:auto;position:relative;z-index:1;background:#fff;padding:2rem 1rem;width:100%}.special-offer-ingredients__container{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1.5rem;width:100%;max-width:100%}.special-offer-ingredients__header{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:2rem;width:100%}.special-offer-ingredients__title-container{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1rem;max-width:100%}.special-offer-ingredients__title{color:#1f1f1f;text-align:center;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:2rem;font-weight:700;line-height:1.2;margin:0;text-rendering:optimizeLegibility;font-display:swap}.special-offer-ingredients__description{color:#1f1f1f;text-align:center;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem;font-weight:400;line-height:1.6;margin:0;text-rendering:optimizeLegibility;font-display:swap}.special-offer-ingredients__grid{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:.5rem;width:100%}.special-offer-ingredients__card{display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;text-align:left;padding:.75rem 1rem;gap:.75rem;width:100%;height:100%;background:#fdf3eb;min-height:120px;box-sizing:border-box;contain:layout style paint;will-change:auto}.special-offer-ingredients__image{width:6rem;height:6rem;flex-shrink:0;contain:layout style paint;will-change:auto}.special-offer-ingredients__img{height:100%;object-fit:cover;width:100%;height:auto;object-fit:contain;object-position:center;display:block;aspect-ratio:1/1;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.special-offer-ingredients__image-placeholder{width:100%;height:100%;background:#e5e3c2;display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;position:relative;contain:layout style paint;will-change:auto}.special-offer-ingredients__image-placeholder--1{background:#e5e3c2}.special-offer-ingredients__image-placeholder--2{background:#8b4513}.special-offer-ingredients__image-placeholder--3{background:#228b22}.special-offer-ingredients__image-placeholder--4{background:#90ee90}.special-offer-ingredients__image-placeholder--5{background:#556b2f}.special-offer-ingredients__image-placeholder--6{background:beige}.special-offer-ingredients__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;contain:layout;gap:.375rem;width:100%;flex:1;min-height:0;overflow:hidden}.special-offer-ingredients__header-info{display:flex;flex-direction:row;align-items:baseline;justify-content:flex-start;contain:layout;gap:.375rem}.special-offer-ingredients__name{color:#1f1f1f;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:1.125rem;font-weight:700;line-height:1.35;margin:0;text-rendering:optimizeLegibility;font-display:swap}.special-offer-ingredients__dose{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:1.2;opacity:.75;text-rendering:optimizeLegibility;font-display:swap}.special-offer-ingredients__ingredient-description{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:.875rem;font-weight:400;line-height:1.4;opacity:.75;margin:0;text-align:left;text-rendering:optimizeLegibility;font-display:swap}.special-offer-ingredients__footer{display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;gap:.5rem;width:100%;flex-wrap:nowrap}.special-offer-ingredients__feature{display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;gap:.25rem;flex:1;min-width:0;min-height:2rem}.special-offer-ingredients__feature-text{color:#1f1f1f;text-align:center;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:.875rem;font-weight:700;line-height:1.2;text-transform:uppercase;white-space:normal;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-rendering:optimizeLegibility;font-display:swap}.special-offer-ingredients__feature-dot{display:none;width:.5rem;height:.5rem;background:#e51550;border-radius:50%;flex-shrink:0;contain:layout style paint;will-change:auto}@media (min-width: 768px){.special-offer-ingredients{padding:3rem 0}.special-offer-ingredients__container{gap:3rem;padding:2rem;width:100%;max-width:100%;justify-content:center;align-items:center}.special-offer-ingredients__header{gap:2.5rem}.special-offer-ingredients__title{font-size:1.875rem}.special-offer-ingredients__description{font-size:1rem}.special-offer-ingredients__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:.75rem;width:100%;max-width:100%;justify-items:center;align-items:stretch}.special-offer-ingredients__card{padding:.75rem 1rem;gap:1rem;min-height:120px;overflow:hidden;width:100%;max-width:100%}.special-offer-ingredients__image{width:5.5rem;height:5.5rem}.special-offer-ingredients__content{flex:1;height:100%;justify-content:space-between;min-width:0;overflow:hidden}.special-offer-ingredients__header-info{gap:.375rem}.special-offer-ingredients__name{font-size:1.25rem}.special-offer-ingredients__dose{font-size:.875rem}.special-offer-ingredients__ingredient-description{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;line-height:1.4}.special-offer-ingredients__footer{gap:2rem}.special-offer-ingredients__feature-text{font-size:1rem}.special-offer-ingredients__feature-dot{display:block}}@media (min-width: 1024px){.special-offer-ingredients{padding:4.5rem}.special-offer-ingredients__container{gap:3.5rem;max-width:none;padding:0}.special-offer-ingredients__header{gap:3rem}.special-offer-ingredients__title-container{max-width:53.5rem}.special-offer-ingredients__title{font-size:2.25rem}.special-offer-ingredients__description{font-size:1.125rem}.special-offer-ingredients__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:.75rem}.special-offer-ingredients__card{display:flex;flex-direction:row;align-items:center;text-align:left;padding:.75rem 1rem;gap:.75rem;width:100%;height:100%;background:#fdf3eb;min-height:140px;box-sizing:border-box}.special-offer-ingredients__image{width:6rem;height:6rem}.special-offer-ingredients__name{font-size:1.4375rem}.special-offer-ingredients__dose{font-size:.875rem}.special-offer-ingredients__ingredient-description{font-size:1rem;flex:1;display:flex;align-items:flex-start}.special-offer-ingredients__footer{display:flex;justify-content:center;align-items:center;gap:3rem;align-self:stretch}.special-offer-ingredients__feature-text{font-size:1.125rem}.special-offer-ingredients__feature-dot{display:block}}.special-offer-testimonials{contain:layout style paint;will-change:auto;position:relative;z-index:1;background:#fff;padding:2rem 1rem;width:100%;overflow-x:hidden}.special-offer-testimonials__container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:2rem;max-width:100%;margin:0 auto}.special-offer-testimonials__header{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1.5rem;width:100%}.special-offer-testimonials__title-container{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1rem;max-width:100%}.special-offer-testimonials__title{color:#343a40;text-align:center;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:1.75rem;font-weight:700;line-height:1.35;margin:0;text-rendering:optimizeLegibility;font-display:swap}.special-offer-testimonials__filter-section{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1rem;width:100%}.special-offer-testimonials__filter-tabs{display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;border-bottom:1px solid rgba(0,0,0,.1)}.special-offer-testimonials__tab{display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;height:2.25rem;padding:0 .5rem;cursor:pointer;transition:all .3s ease-out;will-change:all}.special-offer-testimonials__tab--active{border-bottom:4px solid #E51550}.special-offer-testimonials__tab--active .special-offer-testimonials__tab-dot{display:block}.special-offer-testimonials__tab--inactive{border-bottom:3px solid transparent;opacity:.5}.special-offer-testimonials__tab--inactive .special-offer-testimonials__tab-dot{display:none}.special-offer-testimonials__tab-content{display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;height:1.5rem;gap:.375rem}.special-offer-testimonials__tab-dot{width:.25rem;height:.25rem;border-radius:50%;background:#e51550;contain:layout style paint;will-change:auto;display:none}.special-offer-testimonials__tab-text{color:#343a40;text-align:center;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:.875rem;font-weight:700;line-height:1.6;text-rendering:optimizeLegibility;font-display:swap}.special-offer-testimonials__reviews{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;width:100%}.special-offer-testimonials__tab-content-container{width:100%;position:relative;contain:layout style paint;will-change:auto}.special-offer-testimonials__tab-panel{display:none}.special-offer-testimonials__tab-panel--active{display:block}.special-offer-testimonials__tab-panel--inactive,.special-offer-testimonials__desktop-grid{display:none}.special-offer-testimonials__mobile-swiper{display:block;width:100%;overflow:hidden;position:relative;touch-action:pan-x;-webkit-overflow-scrolling:touch}.special-offer-testimonials__mobile-swiper-container{display:flex;width:300%;transition:transform .3s ease-in-out;will-change:transform;flex-direction:row;overflow:visible}.special-offer-testimonials__card-wrapper{flex:0 0 33.333333%;width:33.333333%;min-width:33.333333%;box-sizing:border-box;display:flex}.special-offer-testimonials__mobile-nav{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;width:100%}.special-offer-testimonials__nav-dot{width:.5rem;height:.5rem;border-radius:50%;background:#e515504d;cursor:pointer;transition:all .3s ease}.special-offer-testimonials__nav-dot--active{background:#e51550;transform:scale(1.2)}.special-offer-testimonials__swipe-hint{display:flex;justify-content:center;align-items:center;gap:.25rem;margin-top:.5rem;opacity:.6;font-size:.75rem;color:#343a40}.special-offer-testimonials__swipe-hint:before,.special-offer-testimonials__swipe-hint:after{content:"";width:.25rem;height:.25rem;background:currentColor;border-radius:50%}.special-offer-testimonials__card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;width:100%;padding:0;background:#fdf3eb;contain:layout style paint;will-change:auto;overflow:hidden;box-shadow:0 4px 20px #00000014;position:relative;min-height:500px;height:auto}.special-offer-testimonials__card-wrapper .special-offer-testimonials__card{width:100%;display:flex;flex-direction:column;flex-shrink:0;min-height:auto;height:auto}.special-offer-testimonials__desktop-grid .special-offer-testimonials__card{height:100%;display:flex;flex-direction:column}.special-offer-testimonials__image-comparison{display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;height:16rem;width:100%;margin-bottom:0;contain:layout style paint;will-change:auto}.special-offer-testimonials__before-image,.special-offer-testimonials__after-image{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;contain:layout;flex:1 0 0;height:100%;width:50%}.special-offer-testimonials__after-image{border:2px solid #E51550}.special-offer-testimonials__after-image--full-width{flex:1 0 100%;width:100%;max-width:100%;height:100%;display:flex;flex-direction:column}.special-offer-testimonials__after-image--full-width .special-offer-testimonials__image-tag{min-height:2rem;height:auto;padding:.5rem .75rem;font-size:.75rem;white-space:normal;overflow:visible;display:block;text-overflow:unset;-webkit-line-clamp:unset;line-clamp:unset;flex-shrink:0}.special-offer-testimonials__after-image--full-width .special-offer-testimonials__comparison-image{width:100%;height:100%;object-fit:cover;object-position:center;flex:1}.special-offer-testimonials__image-comparison:has(.special-offer-testimonials__after-image--full-width:only-child) .special-offer-testimonials__after-image--full-width{flex:1 1 100%;width:100%;max-width:100%}.special-offer-testimonials__image-comparison .special-offer-testimonials__after-image--full-width:only-child{flex:1 1 100%;width:100%;max-width:100%}.special-offer-testimonials__image-tag{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;contain:layout;min-height:1.5rem;padding:.375rem .5rem;gap:.125rem;width:100%;font-family:DM Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace!important;font-size:.6875rem;font-weight:400;line-height:1.4;letter-spacing:.025rem;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;text-rendering:optimizeLegibility;font-display:swap}.special-offer-testimonials__image-tag--before{background:#f5f4e2;color:#343a40}.special-offer-testimonials__image-tag--after{background:#e51550;color:#fff}.special-offer-testimonials__verified-text{color:#646458;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:.625rem;font-weight:400;line-height:1.6;letter-spacing:.075rem;text-transform:uppercase;text-rendering:optimizeLegibility;font-display:swap}.special-offer-testimonials__comparison-image{flex:1 0 0;height:calc(100% - 1.25rem);object-fit:cover;width:100%;height:auto;object-fit:contain;object-position:center;display:block;aspect-ratio:1/1;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.special-offer-testimonials__content{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;padding:1rem;gap:.75rem;width:100%;flex:0 0 auto;justify-content:flex-start}.special-offer-testimonials__stars{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;contain:layout;gap:.125rem;contain:layout style paint;will-change:auto}.special-offer-testimonials__review-text{color:#343a40;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:.875rem;font-weight:700;line-height:160%;margin:0;width:100%;text-align:center;text-rendering:optimizeLegibility;font-display:swap}.special-offer-testimonials__review-text strong{font-weight:700}.special-offer-testimonials__user-info{display:flex;flex-direction:row;align-items:center;contain:layout;gap:.75rem;width:100%;justify-content:center}.special-offer-testimonials__user-avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover;flex-shrink:0;width:100%;height:auto;object-fit:contain;object-position:center;display:block;aspect-ratio:1/1;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.special-offer-testimonials__user-details{display:flex;flex-direction:row;justify-content:center;contain:layout;gap:.75rem;align-items:center}.special-offer-testimonials__user-name{color:#343a40;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:.875rem;font-weight:700;line-height:1.6;margin:0;text-align:center;text-rendering:optimizeLegibility;font-display:swap}.special-offer-testimonials__verified-badge{display:flex;flex-direction:row;align-items:center;justify-content:center;contain:layout;gap:.375rem}.special-offer-testimonials__verified-badge span{color:#646458;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:.625rem;font-weight:400;line-height:1.6;letter-spacing:.075rem;text-transform:uppercase;text-rendering:optimizeLegibility;font-display:swap}@media (min-width: 768px){.special-offer-testimonials{padding:3rem 2rem}.special-offer-testimonials__container,.special-offer-testimonials__header{gap:2rem}.special-offer-testimonials__title-container{gap:1.5rem}.special-offer-testimonials__title{font-size:2.25rem}.special-offer-testimonials__filter-section{gap:1.5rem}.special-offer-testimonials__tab{height:2.5rem;padding:0 .75rem}.special-offer-testimonials__tab-content{height:1.75rem;gap:.5rem}.special-offer-testimonials__tab-dot{width:.375rem;height:.375rem}.special-offer-testimonials__tab-text{font-size:1rem}.special-offer-testimonials__desktop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.special-offer-testimonials__mobile-swiper,.special-offer-testimonials__mobile-nav,.special-offer-testimonials__swipe-hint{display:none}.special-offer-testimonials__image-comparison{height:20rem}.special-offer-testimonials__image-tag{height:1.5rem;padding:.375rem .5rem;font-size:.6875rem;letter-spacing:.0344rem;-webkit-line-clamp:3;line-clamp:3}.special-offer-testimonials__comparison-image{height:calc(100% - 1.5rem)}.special-offer-testimonials__content{gap:1.25rem}.special-offer-testimonials__review-text{font-size:1rem}.special-offer-testimonials__user-info{gap:1rem}.special-offer-testimonials__user-avatar{width:2.5rem;height:2.5rem}.special-offer-testimonials__user-details{gap:.375rem}.special-offer-testimonials__user-name{font-size:1rem}.special-offer-testimonials__verified-badge{gap:.5rem}.special-offer-testimonials__verified-badge span{font-size:.6875rem;letter-spacing:.075rem}}@media (min-width: 1024px){.special-offer-testimonials{padding:4.5rem}.special-offer-testimonials__container{gap:2rem;max-width:90rem}.special-offer-testimonials__header{gap:2rem}.special-offer-testimonials__title-container{gap:2rem;max-width:53.5rem}.special-offer-testimonials__title{font-size:2.875rem}.special-offer-testimonials__filter-section{gap:2rem}.special-offer-testimonials__tab{height:2.75rem;padding:0 .75rem 0 .5rem}.special-offer-testimonials__tab-content{height:1.9375rem;gap:.5rem}.special-offer-testimonials__tab-dot{width:.375rem;height:.375rem}.special-offer-testimonials__tab-text{font-size:1.125rem}.special-offer-testimonials__desktop-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.special-offer-testimonials__card{height:100%;display:flex;flex-direction:column;overflow:visible}.special-offer-testimonials__image-comparison{height:21.5rem;display:flex;align-items:stretch;width:100%;flex-shrink:0}.special-offer-testimonials__before-image,.special-offer-testimonials__after-image{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:1 0 0;height:100%}.special-offer-testimonials__image-tag{min-height:2rem;height:auto;padding:.5rem .75rem;font-size:.75rem;letter-spacing:.0344rem;flex-shrink:0;overflow:visible;white-space:normal;display:block;text-overflow:unset;-webkit-line-clamp:unset;line-clamp:unset}.special-offer-testimonials__comparison-image{flex:1 0 0;width:100%;height:calc(100% - 2rem);object-fit:cover;display:block}.special-offer-testimonials__after-image{border:2px solid #E51550}.special-offer-testimonials__after-image--full-width .special-offer-testimonials__image-tag{min-height:2rem;height:auto;padding:.5rem .75rem;font-size:.75rem;white-space:normal;overflow:visible;display:block;text-overflow:unset;-webkit-line-clamp:unset;line-clamp:unset}.special-offer-testimonials__content{gap:1rem;flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start}.special-offer-testimonials__review-text{font-size:.9375rem;flex:0 0 auto;display:block}.special-offer-testimonials__user-info{gap:.75rem}.special-offer-testimonials__user-avatar{width:3rem;height:3rem;flex-shrink:0}.special-offer-testimonials__user-details{gap:.25rem}.special-offer-testimonials__user-name{font-size:.9375rem}.special-offer-testimonials__verified-badge{gap:.375rem}.special-offer-testimonials__verified-badge span{font-size:.6875rem;letter-spacing:.075rem}}.testimonial-reviews-section{background:#fdfaf5;padding:4.5rem;position:relative}.testimonial-reviews-section .container{max-width:1440px;margin:0 auto;padding:0 72px;height:auto!important;min-height:auto!important}.testimonial-reviews-section .content-wrapper{display:flex;flex-direction:column;align-items:center;gap:3.5rem;padding:0}.testimonial-reviews-section .title-section{display:flex;flex-direction:column;align-items:center;gap:56px;width:100%}.testimonial-reviews-section .title-section .main-title{width:856px;max-width:100%;color:#1f1f1f;text-align:center;font-family:Fraunces,serif;font-size:46px;font-weight:700;line-height:135%;margin:0}.testimonial-reviews-section .reviews-content{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%}.testimonial-reviews-section .reviews-content .mobile-reviews-container{display:block;width:100%}@media (min-width: 1024px){.testimonial-reviews-section .reviews-content .mobile-reviews-container{display:none!important}}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-carousel-wrapper{width:100%;overflow:hidden}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-reviews-slider{width:100%;position:relative}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card{display:none;width:100%;padding:20px 16px;background:#fff;border-radius:6px;box-shadow:0 0 15px #0000000d;margin:0 auto;box-sizing:border-box}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card .review-content{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;margin-bottom:16px}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card .review-content .stars{display:flex;align-items:flex-start;gap:2px}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card .review-content .review_text{color:#1f1f1f;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;line-height:150%;margin:0;width:100%}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card .user-info{display:flex;align-items:center;gap:12px;width:100%}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card .user-info .user-avatar{width:40px;height:40px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#666;flex-shrink:0;overflow:hidden}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card .user-info .user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card .user-info .user-details{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card .user-info .user-details .name{color:#1f1f1f;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;line-height:160%;margin:0}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card .user-info .user-details .verified-badge{display:flex;align-items:center;gap:6px}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-review-card .user-info .user-details .verified-badge span{color:#646458;font-family:DM Sans,sans-serif;font-size:10px;font-weight:400;line-height:160%;letter-spacing:1.2px;text-transform:uppercase}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-dots .mobile-dot{width:8px;height:8px;border-radius:50%;border:none;background:#e5e5e5;cursor:pointer;transition:background .3s ease}.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-dots .mobile-dot:hover,.testimonial-reviews-section .reviews-content .mobile-reviews-container .mobile-dots .mobile-dot.active{background:#1f1f1f}.testimonial-reviews-section .reviews-content .desktop-reviews-container{display:none;width:100%}@media (min-width: 1024px){.testimonial-reviews-section .reviews-content .desktop-reviews-container{display:flex;flex-direction:column;align-items:center;gap:40px}}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-grid-wrapper{width:100%}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;align-items:stretch}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card{display:none;flex-direction:column;padding:24px 20px;background:#fff;border-radius:6px;box-shadow:0 0 15px #0000000d;min-width:0;height:100%;min-height:300px;box-sizing:border-box}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .review-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%;flex:1}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .review-content .stars{display:flex;align-items:flex-start;gap:2px}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .review-content .review_text{color:#1f1f1f;font-family:DM Sans,sans-serif;font-size:16px;font-weight:400;line-height:160%;margin:0;width:100%;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:8px;box-sizing:border-box;min-height:0;scrollbar-width:thin;scrollbar-color:#E5E5E5 #F5F5F5}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .review-content .review_text::-webkit-scrollbar{width:6px}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .review-content .review_text::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .review-content .review_text::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:3px}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .review-content .review_text::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .user-info{display:flex;align-items:center;gap:16px;width:100%;margin-top:auto}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .user-info .user-avatar{width:56px;height:56px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#666;flex-shrink:0;overflow:hidden}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .user-info .user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .user-info .user-details{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .user-info .user-details .name{color:#1f1f1f;font-family:DM Sans,sans-serif;font-size:16px;font-weight:700;line-height:160%;margin:0;width:100%}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .user-info .user-details .verified-badge{display:flex;align-items:center;gap:6px}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-review-card .user-info .user-details .verified-badge span{color:#646458;font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;line-height:160%;letter-spacing:1.2px;text-transform:uppercase}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-navigation-arrows{display:flex;align-items:flex-start;gap:12px}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-navigation-arrows.hide-arrows{display:none!important}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-navigation-arrows .desktop-nav-arrow{display:flex;width:72px;height:72px;padding:24px;justify-content:center;align-items:center;border-radius:50%;border:1.5px solid #1F1F1F;background:transparent;cursor:pointer;transition:all .3s ease}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-navigation-arrows .desktop-nav-arrow:hover{background:#1f1f1f}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-navigation-arrows .desktop-nav-arrow:hover svg path{stroke:#fdfaf5}.testimonial-reviews-section .reviews-content .desktop-reviews-container .desktop-navigation-arrows .desktop-nav-arrow.disabled{opacity:.3;cursor:not-allowed}@media (max-width: 767.98px){.testimonial-reviews-section{padding:2rem 1rem}.testimonial-reviews-section .container{padding:0 16px;max-width:100%}.testimonial-reviews-section .content-wrapper{gap:2rem}.testimonial-reviews-section .title-section{gap:1.5rem}.testimonial-reviews-section .title-section .main-title{font-size:28px;line-height:130%;width:100%;max-width:100%}.testimonial-reviews-section .reviews-content{gap:1.5rem}}@media (min-width: 768px){.testimonial-reviews-section{padding:3rem 2rem}.testimonial-reviews-section .container{padding:0 32px}.testimonial-reviews-section .title-section .main-title{font-size:36px;width:100%}.testimonial-reviews-section .content-wrapper{gap:80px}}@media (min-width: 1024px){.testimonial-reviews-section{padding:4rem 3rem}.testimonial-reviews-section .container{padding:0 48px}.testimonial-reviews-section .title-section .main-title{font-size:40px;width:100%}.testimonial-reviews-section .content-wrapper{gap:96px}}.special-offer-founder{contain:layout style paint;will-change:auto;position:relative;z-index:1;background:#fdfaf5;padding:2rem 1rem;width:100%}.special-offer-founder__container{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1.5rem;max-width:100%;width:100%;margin:0 auto}.special-offer-founder__header{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:2rem;width:100%}.special-offer-founder__title-container{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1rem;max-width:100%}.special-offer-founder__title{color:#1f1f1f;text-align:center;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0;text-rendering:optimizeLegibility;font-display:swap}.special-offer-founder__content-section{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;width:100%;gap:0}.special-offer-founder__testimonial-content{display:flex;flex-direction:column;align-items:center;justify-content:center;contain:layout;gap:1rem;width:100%;padding:2rem 1.5rem;background:#fff;border-radius:.5rem;order:2;contain:layout style paint;will-change:auto}.special-offer-founder__content-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:1rem;width:100%}.special-offer-founder__quote{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;margin:0;width:100%;background:none;border-left:none;padding:0;text-align:left;text-rendering:optimizeLegibility;font-display:swap}.special-offer-founder__quote-mark{font-weight:700;font-style:normal}.special-offer-founder__quote-emphasis{font-weight:700!important}.special-offer-founder__author-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;contain:layout;gap:.375rem;width:100%}.special-offer-founder__author-name{color:#1f1f1f;font-family:Fraunces,Georgia,Times New Roman,Times,serif!important;font-size:1.125rem;font-weight:700;line-height:1.3;margin:0;width:100%;text-align:left;text-rendering:optimizeLegibility;font-display:swap}.special-offer-founder__author-credentials{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:.8125rem;font-weight:400;line-height:1.4;opacity:.75;margin:0;width:100%;text-align:left;text-rendering:optimizeLegibility;font-display:swap}.special-offer-founder__image{width:100%;height:20rem;overflow:hidden;border-radius:.5rem .5rem 0 0;order:1;display:flex;align-items:center;justify-content:center;contain:layout style paint;will-change:auto}.special-offer-founder__image picture,.special-offer-founder__image .responsive-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.special-offer-founder__image picture img,.special-offer-founder__image img{height:100%;object-fit:cover;width:100%;height:auto;object-fit:contain;object-position:center;display:block;aspect-ratio:1/1;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.special-offer-founder__photo{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}@media (min-width: 768px){.special-offer-founder{padding:3rem 2rem}.special-offer-founder__container{gap:4rem}.special-offer-founder__header{gap:2.5rem}.special-offer-founder__title{font-size:1.875rem}.special-offer-founder__content-section{flex-direction:row;align-items:stretch;gap:0;height:25rem}.special-offer-founder__testimonial-content{order:1;padding:3rem 2rem;height:100%;justify-content:center;align-items:flex-start;flex:0 0 50%;border-radius:0 .5rem .5rem 0}.special-offer-founder__content-wrapper{align-items:flex-start}.special-offer-founder__quote{font-size:1.125rem;text-align:left}.special-offer-founder__author-name{font-size:1.25rem;text-align:left}.special-offer-founder__author-credentials{font-size:.875rem;text-align:left}.special-offer-founder__image{order:2;width:100%;height:100%;flex:0 0 50%;border-radius:0 .5rem .5rem 0}}@media (min-width: 1024px){.special-offer-founder{padding:4rem 2.5rem}.special-offer-founder__container{gap:4.5rem;max-width:1200px;margin:0 auto}.special-offer-founder__header{gap:3rem}.special-offer-founder__title-container{max-width:53.5rem}.special-offer-founder__title{font-size:2.25rem}.special-offer-founder__content-section{gap:0;align-items:stretch;height:30rem}.special-offer-founder__testimonial-content{padding:4rem 3rem;height:100%;flex:0 0 50%;border-radius:0 .5rem .5rem 0}.special-offer-founder__quote{font-size:1.25rem}.special-offer-founder__author-name{font-size:1.375rem}.special-offer-founder__author-credentials{font-size:1rem}.special-offer-founder__image{order:2;width:100%;height:100%;flex:0 0 50%;border-radius:0 .5rem .5rem 0}}@media (min-width: 768px){.product-detail-section .gallery-section{position:sticky!important;top:80px!important;height:calc(100vh - 80px)!important;max-height:calc(100vh - 80px)!important;min-height:calc(100vh - 80px)!important;overflow:hidden!important;z-index:1!important;align-self:flex-start!important}.product-detail-section .gallery-section .gallery{height:100%!important;max-height:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;overflow:hidden!important}.product-detail-section .gallery-section .gallery .main-image{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;flex-shrink:0!important}.product-detail-section,.product-detail-section .container,.product-detail-section .product-layout{overflow:visible!important}}.product-detail-section .swiper-slide{width:100%!important;max-width:100%!important;min-width:100%!important;flex-shrink:0!important;margin:0!important;padding:0!important;position:relative!important;overflow:hidden!important;box-sizing:border-box!important;transform:translate(0)!important;left:0!important;right:0!important}.product-detail-section .swiper-wrapper{width:100%!important;overflow:hidden!important;position:relative!important;box-sizing:border-box!important}.product-detail-section .swiper-button-next,.product-detail-section .swiper-button-prev{background:none!important;border:none!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;text-indent:0!important;color:transparent!important}.product-detail-section .swiper-button-next:after,.product-detail-section .swiper-button-prev:after{display:none!important;content:none!important}.product-detail-section .swiper-button-next:before,.product-detail-section .swiper-button-prev:before{display:none!important;content:none!important}@media (max-width: 767.98px){.product-detail-section .nav-btn,.product-detail-section .swiper-button-next,.product-detail-section .swiper-button-prev,.product-detail-section .additional-product .recommendation-header .nav-arrows{display:none!important}}.product-detail-section{padding:16px;background:#fff;margin:0;width:100%;max-width:100%;overflow-x:hidden}.product-detail-section .container{max-width:100%;margin:0 auto;padding:0;display:flex;justify-content:center;align-items:center}.product-detail-section .product-layout{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%;align-items:center;box-sizing:border-box;overflow-x:hidden}.product-detail-section .gallery-section{max-width:100%;width:100%;overflow-x:visible;align-self:stretch;margin-bottom:0}.product-detail-section .gallery-section .gallery{display:flex;flex-direction:column;gap:1rem;width:100%;margin-bottom:0;align-items:flex-start}.product-detail-section .gallery-section .gallery .thumbnail-list{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0!important;margin:0!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;-ms-overflow-style:none!important;box-sizing:border-box!important}.product-detail-section .gallery-section .gallery .thumbnail-list::-webkit-scrollbar{display:none!important}.product-detail-section .gallery-section .gallery .thumbnail-list .swiper-wrapper{width:max-content!important;display:flex!important;flex-direction:row!important;gap:.5rem!important}.product-detail-section .gallery-section .gallery .thumbnail-list .swiper-slide{margin:0!important;width:70px!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-detail-section .gallery-section .gallery .thumbnail-list .thumbnail-frame{width:70px!important;height:70px!important;min-width:70px!important;min-height:70px!important;max-width:70px!important;max-height:70px!important;border:none!important;display:flex!important;justify-content:center!important;align-items:center!important;cursor:pointer!important;opacity:.6!important;filter:blur(.3px)!important;position:relative!important;z-index:2!important;pointer-events:auto!important;margin:0!important;flex-shrink:0!important;border-radius:0!important;overflow:hidden!important;touch-action:manipulation!important}.product-detail-section .gallery-section .gallery .thumbnail-list .thumbnail-frame.active{opacity:1!important;filter:none!important;border:2px solid #000!important}.product-detail-section .gallery-section .gallery .thumbnail-list .thumbnail-frame img{width:100%!important;height:100%!important;object-fit:cover!important}.product-detail-section .gallery-section .gallery .main-image{order:-1;min-height:18.75rem;position:relative;background:transparent;display:flex;align-items:center;justify-content:center;width:100%!important;max-width:none!important}.product-detail-section .gallery-section .gallery .main-image .swiper{width:100%!important;height:100%;overflow:hidden;max-width:none!important;position:relative}.product-detail-section .gallery-section .gallery .main-image .swiper-wrapper{display:flex!important;align-items:center;width:100%!important;position:relative!important;overflow:hidden!important;box-sizing:border-box!important;margin:0!important;padding:0!important}.product-detail-section .gallery-section .gallery .main-image .swiper-slide{width:100%!important;height:100%;margin:0!important;padding:0!important;display:flex!important;align-items:center;justify-content:center;flex-shrink:0!important;min-width:100%!important;max-width:100%!important;position:relative!important;overflow:hidden!important;box-sizing:border-box!important;transform:translate(0)!important;left:0!important;right:0!important}.product-detail-section .gallery-section .gallery .main-image .swiper-slide img{width:100%!important;height:100%;object-fit:contain;max-width:none!important;max-height:100%;display:block!important;position:relative!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.product-detail-section .swiper{width:100%;height:100%}.product-detail-section .swiper-wrapper{display:flex;align-items:center}.product-detail-section .swiper-slide{width:auto;height:auto;flex-shrink:0;margin:0}.product-detail-section .product-info{width:100%;max-width:100%;align-self:stretch;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box;overflow-x:hidden}.product-detail-section .product-info .product-header{display:flex;flex-direction:column;gap:1rem}.product-detail-section .product-info .product-header .rating-section{display:flex;flex-direction:row;align-items:center;gap:.375rem;flex-wrap:nowrap}.product-detail-section .product-info .product-header .rating-section a{display:flex;flex-direction:row;align-items:center;gap:.375rem;text-decoration:none;flex-wrap:nowrap}.product-detail-section .product-info .product-header .rating-section .rating-info{display:flex;flex-direction:row;align-items:center;gap:.375rem;flex-wrap:nowrap}.product-detail-section .product-info .product-header .rating-section .rating-info .rating-score{color:#343a40;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:700;text-decoration:underline;text-decoration-color:#a1366f}.product-detail-section .product-info .product-header .rating-section .rating-info .rating-count{color:#343a40;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;opacity:.6}.product-detail-section .product-info .product-header .product-title{color:#343a40;font-family:Fraunces,Georgia,Times New Roman,Times,serif;font-size:1.75rem;font-weight:700;line-height:1.25;margin:0;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.product-detail-section .product-info .product-header .product-subtitle{color:#343a40;font-family:DM Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1rem;font-weight:400;line-height:1.5;opacity:.75;margin:0;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.product-detail-section .product-info .product-header .pricing{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-detail-section .product-info .product-header .pricing .original-price{color:#343a40;font-family:Fraunces,Georgia,Times New Roman,Times,serif;font-size:1.5rem;font-weight:400;text-decoration:line-through;opacity:.5}.product-detail-section .product-info .product-header .pricing .sale-price{color:#00750c;font-family:Fraunces,Georgia,Times New Roman,Times,serif;font-size:1.5rem;font-weight:700}.product-detail-section .product-info .product-header .badges{display:flex;align-items:center;gap:.25rem}.product-detail-section .product-info .product-header .badges .discount-badge{background:#00750c;color:#fff;padding:0 .625rem;height:1.5rem;display:flex;align-items:center;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;border-radius:1px}.product-detail-section .product-info .product-header .badges .shipping-badge{background:#f5f4e2;color:#343a40;padding:0 .625rem;height:1.5rem;display:flex;align-items:center;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;border-radius:1px}.product-detail-section .product-info .product-header .supply-info{display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap}.product-detail-section .product-info .product-header .supply-info .supply-text,.product-detail-section .product-info .product-header .supply-info .per-day-cost{color:#575754;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400}.product-detail-section .product-info .product-header .supply-info .per-day-cost .crossed{text-decoration:line-through}.product-detail-section .product-info .product-header .supply-info .per-day-cost .current{color:#00750c;font-weight:700}.product-detail-section .product-info .benefits-list{display:flex!important;flex-direction:column!important;gap:4px!important}.product-detail-section .product-info .benefits-list .benefit-item{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:8px!important}.product-detail-section .product-info .benefits-list .benefit-item .check-icon{width:20px!important;height:24px!important;flex-shrink:0!important;margin-top:0!important}.product-detail-section .product-info .benefits-list .benefit-item span{flex:1!important;color:#1f1f1f!important;font-family:DM Sans,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:160%!important}.product-detail-section .product-info .purchase-benefits{background:#fdf3eb!important;padding:20px 16px!important;border-radius:4px!important;display:flex!important;flex-direction:column!important;gap:9px!important}.product-detail-section .product-info .purchase-benefits .benefits-header{color:#8c0f3c!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:700!important;letter-spacing:1.3px!important;text-transform:uppercase!important}.product-detail-section .product-info .purchase-benefits .benefits-items{display:flex!important;flex-direction:column!important;gap:6px!important}.product-detail-section .product-info .purchase-benefits .benefits-items .purchase-benefit{display:flex!important;align-items:flex-start!important;gap:10px!important}.product-detail-section .product-info .purchase-benefits .benefits-items .purchase-benefit svg{width:16px!important;height:16px!important;margin-top:3px!important;flex-shrink:0!important}.product-detail-section .product-info .purchase-benefits .benefits-items .purchase-benefit span{color:#1f1f1f!important;font-family:DM Sans,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:160%!important}.product-detail-section .product-info .variant-selector{display:flex!important;flex-direction:column!important;gap:12px!important;margin-bottom:16px!important}.product-detail-section .product-info .variant-selector__title{color:#1f1f1f!important;font-family:DM Sans,sans-serif!important;font-size:16px!important;font-weight:700!important;line-height:1.4!important;margin:0!important}.product-detail-section .product-info .variant-selector__options{display:flex!important;flex-direction:column!important;gap:8px!important;flex-wrap:nowrap!important}.product-detail-section .product-info .variant-selector__option{padding:12px 20px!important;border:2px solid #E5E5E5!important;border-radius:8px!important;background:#fff!important;cursor:pointer!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;gap:8px!important}.product-detail-section .product-info .variant-selector__option:hover:not(:disabled){border-color:#e51550!important;background:#fff5f8!important}.product-detail-section .product-info .variant-selector__option--active{border-color:#e51550!important;background:#fff5f8!important}.product-detail-section .product-info .variant-selector__option--active .variant-selector__option-text{color:#e51550!important;font-weight:700!important}.product-detail-section .product-info .variant-selector__option:disabled{opacity:.5!important;cursor:not-allowed!important;background:#f5f5f5!important}.product-detail-section .product-info .variant-selector__option-text{color:#1f1f1f!important;font-family:DM Sans,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important}.product-detail-section .product-info .variant-selector__option-soldout{color:#999!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:400!important}.product-detail-section .product-info .add-to-cart-btn{width:100%!important;max-width:100%!important;min-width:100%!important}.product-detail-section .product-info .add-to-cart-btn .cart-pricing{display:flex;align-items:center;gap:.375rem;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.product-detail-section .product-info .add-to-cart-btn .cart-pricing .cart-sale{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;font-size:1.125rem;color:#fff}.product-detail-section .product-info .add-to-cart-btn .cart-pricing .cart-original{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-decoration:line-through;opacity:.65;font-weight:400;font-size:1rem;color:#fff}.product-detail-section .product-info .shipping-guarantee{display:flex!important;flex-direction:row!important;gap:1rem}.product-detail-section .product-info .shipping-guarantee .info-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.product-detail-section .product-info .shipping-guarantee .info-item svg{width:1.5rem;height:1.5rem}.product-detail-section .product-info .shipping-guarantee .info-item span{color:#343a40;font-family:DM Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1rem;font-weight:500;line-height:1.5}.product-detail-section .additional-product .recommendation-header{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin-bottom:12px!important}.product-detail-section .additional-product .recommendation-header h3{color:var(--black, #1F1F1F)!important;font-family:Fraunces,serif!important;font-size:18px!important;font-style:normal!important;font-weight:700!important;line-height:125%!important;margin:0!important}.product-detail-section .additional-product .recommendation-header .nav-arrows{display:flex;align-items:center!important;gap:8px!important}.product-detail-section .additional-product .recommendation-header .nav-arrows svg{width:24px!important;height:24px!important;cursor:pointer!important;transition:opacity .2s ease!important}.product-detail-section .additional-product .recommendation-header .nav-arrows svg:hover{opacity:.7!important}@media (min-width: 768px) and (max-width: 1023.98px){.product-detail-section{padding:2rem 1.5rem;max-width:100%;overflow-x:hidden}.product-detail-section .container{max-width:100%;margin:0 auto;padding:0}.product-detail-section .product-layout{display:flex;flex-direction:row;gap:3rem;align-items:flex-start;position:relative;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.product-detail-section .gallery-section{flex:0 0 45%;max-width:45%;min-width:0;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;padding-right:.75rem;box-sizing:border-box}.product-detail-section .gallery-section .gallery{height:100%;justify-content:flex-start;flex-direction:row;gap:1rem;width:100%;max-width:100%;display:flex;align-items:flex-start;box-sizing:border-box;overflow:hidden!important}.product-detail-section .gallery-section .gallery .thumbnail-list{display:flex!important;flex-direction:column!important;gap:.875rem!important;width:86px!important;flex-shrink:0!important;order:1;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.product-detail-section .gallery-section .gallery .thumbnail-list::-webkit-scrollbar{width:4px}.product-detail-section .gallery-section .gallery .thumbnail-list::-webkit-scrollbar-track{background:transparent}.product-detail-section .gallery-section .gallery .thumbnail-list::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.product-detail-section .gallery-section .gallery .thumbnail-list .swiper-wrapper{flex-direction:column!important;gap:.875rem!important}.product-detail-section .gallery-section .gallery .thumbnail-list .swiper-slide{width:100px!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-detail-section .gallery-section .gallery .thumbnail-list .thumbnail-frame{width:100px!important;height:100px!important;border:none!important;display:flex!important;justify-content:center!important;align-items:center!important;cursor:pointer!important;opacity:.6!important;filter:blur(.3px)!important;position:relative!important;z-index:2!important;pointer-events:auto!important;margin:0!important;border-radius:0!important;overflow:hidden!important}.product-detail-section .gallery-section .gallery .thumbnail-list .thumbnail-frame.active{opacity:1!important;filter:none!important;border:2px solid #000!important}.product-detail-section .gallery-section .gallery .thumbnail-list .thumbnail-frame img{width:100%!important;height:100%!important;object-fit:cover!important}.product-detail-section .gallery-section .gallery .main-image{order:2;flex:1;min-height:18.75rem;min-width:0;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:none!important;overflow:hidden!important;flex-shrink:0!important}.product-detail-section .gallery-section .gallery .main-image .swiper{width:100%;height:100%;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.product-detail-section .gallery-section .gallery .main-image .swiper-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.product-detail-section .gallery-section .gallery .main-image .swiper-slide{width:100%;height:100%;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.product-detail-section .gallery-section .gallery .main-image .swiper-slide img{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}.product-detail-section .product-info{flex:1;min-width:0;padding-left:.75rem;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box}.product-detail-section .product-info .product-header .product-title{font-size:2rem}.product-detail-section .product-info .product-header .pricing .original-price,.product-detail-section .product-info .product-header .pricing .sale-price{font-size:1.5rem}.product-detail-section .product-info .shipping-guarantee{flex-direction:row!important;gap:1rem}.product-detail-section .product-info .swiper-slide .product-card{padding:16px!important;gap:12px!important}.product-detail-section .product-info .variant-selector__options{flex-direction:row!important;flex-wrap:wrap!important}.product-detail-section .swiper-button-next,.product-detail-section .swiper-button-prev{background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;border-radius:50%!important;width:3rem!important;height:3rem!important;margin:0!important;padding:0!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:10!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;line-height:0!important;text-indent:0!important;color:#1e1b1c!important;opacity:1!important;visibility:visible!important;box-shadow:0 2px 8px #0000001a!important;transition:all .2s ease!important}.product-detail-section .swiper-button-next:hover,.product-detail-section .swiper-button-prev:hover{border-color:#e51550!important;background:#e515500d!important;box-shadow:0 4px 12px #00000026!important}.product-detail-section .nav-btn svg{display:block!important;opacity:1!important;visibility:visible!important;width:24px!important;height:24px!important}.product-detail-section .swiper-button-next:after,.product-detail-section .swiper-button-prev:after{display:none!important;content:none!important;opacity:0!important;visibility:hidden!important}.product-detail-section .swiper-button-next:before,.product-detail-section .swiper-button-prev:before{display:none!important;content:none!important;opacity:0!important;visibility:hidden!important}.product-detail-section .nav-btn svg{display:block!important;opacity:1!important;visibility:visible!important}.product-detail-section .swiper-button-prev{left:24px!important}.product-detail-section .swiper-button-next{right:24px!important}}@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 1024px){.special-offer-gallery .swiper-button-prev{left:10px!important}.special-offer-gallery .swiper-button-next{right:10px!important}}@media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px){.product-detail-section .swiper-button-next,.product-detail-section .swiper-button-prev{display:flex!important;width:2.5rem!important;height:2.5rem!important}.product-detail-section .nav-btn{display:flex!important}.product-detail-section .nav-btn svg{width:20px!important;height:20px!important}.product-detail-section .swiper-button-prev{left:12px!important}.product-detail-section .swiper-button-next{right:12px!important}}@media (min-width: 768px) and (max-width: 1023.98px) and (max-width: 767.98px){.product-detail-section .swiper-button-next,.product-detail-section .swiper-button-prev,.product-detail-section .nav-btn{display:none!important}}@media (min-width: 768px) and (max-width: 1023.98px){.product-detail-section .nav-btn svg path{stroke:#1e1b1c!important;stroke-width:2!important}.product-detail-section .swiper-button-next:hover svg path,.product-detail-section .swiper-button-prev:hover svg path{stroke:#e51550!important}.swiper-slide{outline:none}.swiper-slide:focus{outline:none}.add-to-cart-btn{width:100%!important;max-width:100%!important;min-width:100%!important}}@media (min-width: 1024px){.product-detail-section{padding:4.5rem;max-width:100%;overflow-x:hidden}.product-detail-section .container{max-width:1200px;margin:0 auto;padding:0}.product-detail-section .product-layout{display:flex;flex-direction:row;gap:2rem;align-items:flex-start;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.product-detail-section .gallery-section{flex:0 0 45%;max-width:45%;min-width:0;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;padding-right:1rem;box-sizing:border-box}.product-detail-section .gallery-section .gallery{display:flex;flex-direction:row;gap:1.5rem;width:100%;max-width:100%;height:100%;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;overflow:hidden!important}.product-detail-section .gallery-section .gallery .thumbnail-list{display:flex!important;flex-direction:column!important;gap:1.25rem!important;width:90px!important;flex-shrink:0!important;order:1;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.product-detail-section .gallery-section .gallery .thumbnail-list::-webkit-scrollbar{width:4px}.product-detail-section .gallery-section .gallery .thumbnail-list::-webkit-scrollbar-track{background:transparent}.product-detail-section .gallery-section .gallery .thumbnail-list::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.product-detail-section .gallery-section .gallery .thumbnail-list .swiper-wrapper{flex-direction:column!important;gap:1.25rem!important}.product-detail-section .gallery-section .gallery .thumbnail-list .swiper-slide{width:110px!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-detail-section .gallery-section .gallery .thumbnail-list .thumbnail-frame{width:110px!important;height:110px!important;border:none!important;display:flex!important;justify-content:center!important;align-items:center!important;cursor:pointer!important;opacity:.6!important;filter:blur(.3px)!important;position:relative!important;z-index:2!important;pointer-events:auto!important;margin:0!important;border-radius:0!important;overflow:hidden!important}.product-detail-section .gallery-section .gallery .thumbnail-list .thumbnail-frame.active{opacity:1!important;filter:none!important;border:2px solid #000!important}.product-detail-section .gallery-section .gallery .thumbnail-list .thumbnail-frame img{width:100%!important;height:100%!important;object-fit:cover!important}.product-detail-section .gallery-section .gallery .main-image{flex:1;min-height:21.875rem;min-width:0;display:flex!important;align-items:center!important;justify-content:center!important;order:2;width:100%!important;max-width:none!important;overflow:hidden!important;flex-shrink:0!important}.product-detail-section .gallery-section .gallery .main-image .swiper{width:100%;height:100%;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.product-detail-section .gallery-section .gallery .main-image .swiper-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.product-detail-section .gallery-section .gallery .main-image .swiper-slide{width:100%;height:100%;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.product-detail-section .gallery-section .gallery .main-image .swiper-slide img{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}.product-detail-section .product-info{flex:1;min-width:0;padding-left:1rem;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box}.product-detail-section .product-info .product-header .product-title{font-size:2.25rem}.product-detail-section .product-info .product-header .pricing .original-price,.product-detail-section .product-info .product-header .pricing .sale-price{font-size:1.5rem}.product-detail-section .product-info .shipping-guarantee{flex-direction:row!important;gap:1rem}.product-detail-section .product-info .swiper-slide .product-card{padding:16px!important;gap:12px!important}.product-detail-section .product-info .add-to-cart-btn{width:100%!important;max-width:100%!important;min-width:100%!important}}.product-detail-section .additional-product{padding-top:12px!important;display:flex!important;flex-direction:column!important;gap:12px!important;width:100%;max-width:100%;overflow:hidden}.product-detail-section .product-recommendations-swiper{position:relative;width:100%;height:auto;overflow:hidden;touch-action:pan-y}.product-detail-section .swiper-wrapper{display:flex;width:100%}.product-detail-section .product-recommendations-swiper .swiper-slide{width:100%!important;flex-shrink:0!important}.product-detail-section .swiper-pagination{position:relative;margin-top:24px;display:flex;justify-content:center;align-items:center;gap:8px}.product-detail-section .swiper-pagination-bullet{width:8px;height:8px;background:#d1d1d1;border-radius:50%;cursor:pointer;transition:background-color .2s ease}.product-detail-section .swiper-pagination-bullet-active{background:#000}.product-detail-section .product-card{background:#fdfaf5!important;border-radius:4px!important;padding:12px!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;width:100%!important;max-width:100%!important;cursor:default!important}.product-detail-section .product-image{width:64px!important;height:64px!important;object-fit:cover!important;flex-shrink:0!important;border-radius:4px!important}.product-detail-section .product-details{flex:1!important;display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important}.product-detail-section .product-details h4{color:#1f1f1f!important;font-family:DM Sans,sans-serif!important;font-size:14px!important;font-weight:600!important;line-height:1.3!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-detail-section .product-pricing{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}.product-detail-section .product-pricing .original{color:#8c8c8c!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;text-decoration:line-through!important}.product-detail-section .product-pricing .sale{color:#00750c!important;font-family:DM Sans,sans-serif!important;font-size:14px!important;font-weight:700!important}.product-detail-section .product-pricing .discount{background:#00750c!important;color:#fff!important;font-family:DM Sans,sans-serif!important;font-size:10px!important;font-weight:700!important;padding:2px 4px!important;border-radius:2px!important;white-space:nowrap!important}.product-detail-section .product-details .description{color:#666!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;line-height:1.4!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-detail-section .product-details .supplement-facts{color:var(--black, #1F1F1F)!important;font-family:DM Sans!important;font-size:13px!important;font-style:normal!important;font-weight:600!important;line-height:130%!important;text-decoration-line:underline!important;text-decoration-style:solid!important;text-decoration-skip-ink:none!important;text-decoration-color:var(--color-link, #A1366F)!important;text-decoration-thickness:auto!important;text-underline-offset:auto!important;text-underline-position:from-font!important;white-space:normal!important}.product-detail-section .add-btn{height:40px!important;width:80px!important;min-width:80px!important;max-width:80px!important;padding:0!important;flex-shrink:0!important;cursor:pointer!important}.product-detail-section .add-btn .btn-cta__text{font-size:16px!important}.product-detail-section .physician-verification{background:#fdf3eb!important;border-radius:6px!important;padding:20px 16px!important;display:flex!important;flex-direction:column!important;gap:16px!important;width:100%!important;margin:0!important}.product-detail-section .physician-verification .verification-header{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;width:100%!important}.product-detail-section .physician-verification .verification-header span{flex:1!important;color:#1f1f1f!important;font-family:DM Mono,monospace!important;font-size:16px!important;font-weight:500!important;line-height:160%!important;text-transform:uppercase!important}.product-detail-section .physician-verification .physician-photo{width:56px!important;height:56px!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important}.product-detail-section .physician-verification .divider{width:100%!important;height:1px!important;background:#00000026!important;margin:0!important}.product-detail-section .physician-verification .verification-text{color:#1f1f1f!important;font-family:DM Sans,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:160%!important;opacity:.75!important;margin:0!important;width:100%!important}.product-detail-section .physician-verification .verification-text a{text-decoration:underline!important;color:inherit!important}.product-detail-section .product-badges{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1.5rem 0;border-top:1px solid rgba(31,31,31,.1)}.product-detail-section .badge{flex:1;color:#343a40;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;line-height:1.5;text-transform:uppercase;text-align:center;letter-spacing:.5px}.product-detail-section .badge-separator{width:.5rem;height:.5rem;background:#e51550;border-radius:50%;flex-shrink:0}@media (max-width: 767.98px){.product-detail-section .product-badges{flex-direction:row;gap:1rem;margin-top:1.25rem;padding:1.25rem 0}.product-detail-section .badge{font-size:.875rem}}#glucoeaseModal,#flofitModal,#dailyomegaModal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out;padding:20px;box-sizing:border-box}#glucoeaseModal.show,#flofitModal.show,#dailyomegaModal.show{display:flex;align-items:center;justify-content:center}#glucoeaseModal .modal-content,#flofitModal .modal-content,#dailyomegaModal .modal-content{background-color:#fff;padding:0;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000026;animation:slideIn .3s ease-out;position:relative;margin:0;transform:none}#glucoeaseModal .modal-header,#flofitModal .modal-header,#dailyomegaModal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e5e5;background-color:#f8f9fa;border-radius:12px 12px 0 0}#glucoeaseModal .modal-header h2,#flofitModal .modal-header h2,#dailyomegaModal .modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#2e2828}#glucoeaseModal .modal-close,#flofitModal .modal-close,#dailyomegaModal .modal-close{font-size:2rem;font-weight:700;color:#999;cursor:pointer;line-height:1;transition:color .2s ease}#glucoeaseModal .modal-close:hover,#flofitModal .modal-close:hover,#dailyomegaModal .modal-close:hover{color:#333}#glucoeaseModal .modal-body,#flofitModal .modal-body,#dailyomegaModal .modal-body{padding:2rem;color:#333;line-height:1.6}#glucoeaseModal .supplement-facts-content,#flofitModal .supplement-facts-content,#dailyomegaModal .supplement-facts-content{text-align:center}#glucoeaseModal .supplement-facts-content .supplement-facts-image,#flofitModal .supplement-facts-content .supplement-facts-image,#dailyomegaModal .supplement-facts-content .supplement-facts-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 767.98px){#glucoeaseModal,#flofitModal,#dailyomegaModal{padding:15px}#glucoeaseModal .modal-content,#flofitModal .modal-content,#dailyomegaModal .modal-content{width:100%;max-height:85vh}#glucoeaseModal .modal-header,#flofitModal .modal-header,#dailyomegaModal .modal-header{padding:1rem 1.5rem}#glucoeaseModal .modal-header h2,#flofitModal .modal-header h2,#dailyomegaModal .modal-header h2{font-size:1.25rem}#glucoeaseModal .modal-body,#flofitModal .modal-body,#dailyomegaModal .modal-body{padding:1.5rem}}@media (max-width: -.02){#glucoeaseModal,#flofitModal,#dailyomegaModal{padding:10px}#glucoeaseModal .modal-content,#flofitModal .modal-content,#dailyomegaModal .modal-content{width:100%;max-height:90vh;border-radius:8px}#glucoeaseModal .modal-header,#flofitModal .modal-header,#dailyomegaModal .modal-header{padding:.875rem 1rem;border-radius:8px 8px 0 0}#glucoeaseModal .modal-header h2,#flofitModal .modal-header h2,#dailyomegaModal .modal-header h2{font-size:1.125rem}#glucoeaseModal .modal-body,#flofitModal .modal-body,#dailyomegaModal .modal-body{padding:1rem}}.product-detail-section .supplement-facts{color:#a40d3f;text-decoration:underline;cursor:pointer;transition:color .2s ease}.product-detail-section .supplement-facts:hover{color:#8b0a35}.product-detail-section .product-layout{gap:0!important}@media (min-width: 768px){.product-detail-section .product-layout{gap:2rem!important}}.special-offer-gallery{display:flex;flex-direction:column;gap:1rem}.special-offer-gallery .gallery__thumbnails-wrapper{order:2;width:100%;overflow-x:auto;overflow-y:visible;padding:0;margin:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.special-offer-gallery .gallery__thumbnails-wrapper::-webkit-scrollbar{display:none}.special-offer-gallery .slider--product__holder{order:1}.special-offer-gallery .gallery__thumbnails{display:flex!important;flex-direction:row;flex-wrap:nowrap;gap:.625rem;padding:0;margin:0;min-height:100px;width:max-content}.special-offer-gallery .gallery__thumbnail{display:block!important;visibility:visible!important;flex-shrink:0;cursor:pointer;border:2px solid transparent;border-radius:6px;transition:border-color .2s ease;background:#fff;width:80px;height:80px}.special-offer-gallery .gallery__thumbnail img{display:block!important;visibility:visible!important;width:100%;height:100%;object-fit:cover;border-radius:6px}.special-offer-gallery .gallery__thumbnail.bstrSlider__thumb--active{border-color:#a40d3f}.special-offer-gallery .gallery__thumbnail:hover{border-color:#a40d3f80}@media (min-width: 768px){.product-detail-section .product-recommendations-container{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important}.product-detail-section .product-card{display:flex!important;flex-direction:row!important;align-items:stretch!important;padding:16px!important;gap:12px!important;background:#fdfaf5!important;border-radius:4px!important;width:100%!important;min-height:auto!important;height:auto!important}.product-detail-section .product-image{width:100px!important;height:100%!important;align-self:stretch!important;flex-shrink:0!important;object-fit:cover!important;border-radius:4px!important;background:transparent!important;box-shadow:none!important;border:none!important;image-rendering:-webkit-optimize-contrast!important;image-rendering:crisp-edges!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.product-detail-section .product-details{flex:1!important;display:flex!important;flex-direction:column!important;gap:6px!important;min-width:0!important;justify-content:flex-start!important}.product-detail-section .product-details h4{font-size:15px!important;font-weight:600!important;line-height:1.4!important;margin:0 0 2px!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important}.product-detail-section .product-details .description{font-size:13px!important;line-height:1.5!important;-webkit-line-clamp:3!important;line-clamp:3!important;margin:4px 0!important}.product-detail-section .product-details .supplement-facts{font-size:13px!important;margin-top:4px!important}.product-detail-section .add-btn{height:44px!important;width:90px!important;min-width:90px!important;max-width:90px!important;align-self:flex-start!important;margin-top:8px!important}}@media (min-width: 768px){.gallery-section *,.gallery-section *::-webkit-scrollbar{scrollbar-width:none!important;-ms-overflow-style:none!important}.gallery-section *::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}.gallery-section{position:sticky;top:100px;align-self:flex-start;z-index:1}.special-offer-gallery{flex-direction:row;gap:1rem;align-items:flex-start}.special-offer-gallery .gallery__thumbnails-wrapper{order:1;flex-shrink:0;overflow:visible;width:auto;padding:2px 5px 2px 0;margin:0;justify-content:flex-start;max-height:calc(100vh - 120px);z-index:1}.special-offer-gallery .gallery__thumbnail{z-index:1}.special-offer-gallery .slider--product__holder{order:2;flex:1;min-width:0;position:relative}.special-offer-gallery .gallery__thumbnails{flex-direction:column;gap:.5rem;max-height:100%;min-height:auto;margin:0;overflow-y:auto;overflow-x:visible;padding:2px 8px 2px 2px;scrollbar-width:none!important;-ms-overflow-style:none!important}.special-offer-gallery .gallery__thumbnails::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.special-offer-gallery .gallery__thumbnails::-webkit-scrollbar-track{display:none!important}.special-offer-gallery .gallery__thumbnails::-webkit-scrollbar-thumb{display:none!important}.special-offer-gallery .gallery__thumbnail{width:60px;height:60px;flex-shrink:0}.special-offer-gallery .gallery__thumbnail img{width:100%;height:100%;display:block}}@media (min-width: 1024px){.gallery-section{top:120px}.special-offer-gallery{gap:1.25rem}.special-offer-gallery .gallery__thumbnails-wrapper{max-height:calc(100vh - 160px);padding:3px 6px 3px 0}.special-offer-gallery .gallery__thumbnails{gap:.625rem;max-height:100%;padding:3px 10px 3px 3px}.special-offer-gallery .gallery__thumbnail{width:70px;height:70px;flex-shrink:0}.special-offer-gallery .gallery__thumbnail img{width:100%;height:100%;display:block}}.faq-section{background:#fff;padding:72px 0}.faq-container{max-width:1440px;margin:0 auto;padding:0 72px}.faq-content{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;width:100%}.title-section{width:416px;flex-shrink:0}.main-title{color:#1f1f1f;font-family:Fraunces,serif;font-size:46px;font-weight:700;line-height:135%;margin:0}.accordion-section{width:746px;display:flex;flex-direction:column}.accordion-item{border-bottom:1px solid rgba(31,31,31,.25);cursor:pointer;transition:all .3s ease}.accordion-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;width:100%}.accordion-header:focus{outline:none}.question-title{flex:1;color:#1f1f1f;font-family:DM Sans!important;font-size:18px;font-weight:700;line-height:160%;margin:0}.chevron-icon{width:24px;height:24px;transition:transform .3s ease;flex-shrink:0}.chevron-icon.rotated{transform:rotate(180deg)}.accordion-content{padding:0 0 24px;animation:slideDown .3s ease}.accordion-content p{color:#1f1f1f;font-family:DM Sans!important;font-size:16px;font-weight:400;line-height:160%;margin:0;opacity:.8}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}@media (min-width: 1024px){.faq-container{padding:0 48px}.faq-content{gap:32px;justify-content:space-around}.title-section{width:350px}.accordion-section{width:100%;max-width:650px}.main-title{font-size:40px}}@media (max-width: 1023.98px){.faq-container{padding:0 32px}.main-title{font-size:36px}.question-title{font-size:17px}.accordion-content p{font-size:15px}}@media (max-width: 767.98px){.faq-section{padding:48px 0}.faq-container{padding:0 24px}.faq-content{flex-direction:column;gap:32px}.title-section{width:100%;text-align:center}.accordion-section{width:100%}.main-title{font-size:32px}.question-title{font-size:16px;line-height:150%}.accordion-content p{font-size:14px}.accordion-header{padding:20px 0}.accordion-content{padding:0 0 20px}}@media (max-width: -.02){.faq-section{padding:40px 0}.faq-container{padding:0 16px}.main-title{font-size:28px}.question-title{font-size:15px}.accordion-content p{font-size:14px;line-height:150%}.accordion-header{padding:16px 0;gap:12px}.chevron-icon{width:20px;height:20px}}@media print{.faq-section{background:#fff;padding:0;margin:0}.accordion-content{display:block!important}.chevron-icon{display:none}}.guarantee-section{background:#fdf3eb;padding:1rem;width:100%}.guarantee-section__container{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto}.guarantee-section__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.guarantee-section__title-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;width:100%}.guarantee-section__icon{width:auto;height:32px;max-width:100%;object-fit:contain;flex-shrink:0}.guarantee-section__title{color:#1f1f1f;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1.25rem;font-style:normal;font-weight:700!important;line-height:150%;text-align:start;margin:0}.guarantee-section__title--cabin{font-family:Cabin,DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.guarantee-section__title--dm-sans{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.guarantee-section__description{color:#343a40;font-family:Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0}.guarantee-section__guarantee-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:#e51550;border-radius:999px;color:#fff;font-family:Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase}@media (min-width: 768px){.guarantee-section{padding:1.5rem 3rem}.guarantee-section__container{gap:3rem}.guarantee-section__icon{height:36px}.guarantee-section__title{font-size:1.5rem}.guarantee-section__description,.guarantee-section__guarantee-badge{font-size:1.125rem}}@media (min-width: 1024px){.guarantee-section{padding:2rem 4.5rem}.guarantee-section__container{gap:3.5rem}.guarantee-section__icon{height:40px}.guarantee-section__title,.guarantee-section__title--size-small{font-size:1.875rem}.guarantee-section__title--size-medium{font-size:2.25rem}.guarantee-section__title--size-large{font-size:2.75rem}.guarantee-section__title--size-xlarge{font-size:3.5rem}.guarantee-section__description,.guarantee-section__guarantee-badge{font-size:1.25rem}}.special-offer-scope .m-0{margin:0!important}.special-offer-scope .mt-0{margin-top:0!important}.special-offer-scope .mr-0{margin-right:0!important}.special-offer-scope .mb-0{margin-bottom:0!important}.special-offer-scope .ml-0{margin-left:0!important}.special-offer-scope .mx-0{margin-left:0!important;margin-right:0!important}.special-offer-scope .my-0{margin-top:0!important;margin-bottom:0!important}.special-offer-scope .m-1{margin:.25rem!important}.special-offer-scope .mt-1{margin-top:.25rem!important}.special-offer-scope .mr-1{margin-right:.25rem!important}.special-offer-scope .mb-1{margin-bottom:.25rem!important}.special-offer-scope .ml-1{margin-left:.25rem!important}.special-offer-scope .mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.special-offer-scope .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.special-offer-scope .m-2{margin:.5rem!important}.special-offer-scope .mt-2{margin-top:.5rem!important}.special-offer-scope .mr-2{margin-right:.5rem!important}.special-offer-scope .mb-2{margin-bottom:.5rem!important}.special-offer-scope .ml-2{margin-left:.5rem!important}.special-offer-scope .mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.special-offer-scope .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.special-offer-scope .m-3{margin:1rem!important}.special-offer-scope .mt-3{margin-top:1rem!important}.special-offer-scope .mr-3{margin-right:1rem!important}.special-offer-scope .mb-3{margin-bottom:1rem!important}.special-offer-scope .ml-3{margin-left:1rem!important}.special-offer-scope .mx-3{margin-left:1rem!important;margin-right:1rem!important}.special-offer-scope .my-3{margin-top:1rem!important;margin-bottom:1rem!important}.special-offer-scope .m-4{margin:1.5rem!important}.special-offer-scope .mt-4{margin-top:1.5rem!important}.special-offer-scope .mr-4{margin-right:1.5rem!important}.special-offer-scope .mb-4{margin-bottom:1.5rem!important}.special-offer-scope .ml-4{margin-left:1.5rem!important}.special-offer-scope .mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.special-offer-scope .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.special-offer-scope .m-5{margin:3rem!important}.special-offer-scope .mt-5{margin-top:3rem!important}.special-offer-scope .mr-5{margin-right:3rem!important}.special-offer-scope .mb-5{margin-bottom:3rem!important}.special-offer-scope .ml-5{margin-left:3rem!important}.special-offer-scope .mx-5{margin-left:3rem!important;margin-right:3rem!important}.special-offer-scope .my-5{margin-top:3rem!important;margin-bottom:3rem!important}.special-offer-scope .m-6{margin:4rem!important}.special-offer-scope .mt-6{margin-top:4rem!important}.special-offer-scope .mr-6{margin-right:4rem!important}.special-offer-scope .mb-6{margin-bottom:4rem!important}.special-offer-scope .ml-6{margin-left:4rem!important}.special-offer-scope .mx-6{margin-left:4rem!important;margin-right:4rem!important}.special-offer-scope .my-6{margin-top:4rem!important;margin-bottom:4rem!important}.special-offer-scope .m-7{margin:5rem!important}.special-offer-scope .mt-7{margin-top:5rem!important}.special-offer-scope .mr-7{margin-right:5rem!important}.special-offer-scope .mb-7{margin-bottom:5rem!important}.special-offer-scope .ml-7{margin-left:5rem!important}.special-offer-scope .mx-7{margin-left:5rem!important;margin-right:5rem!important}.special-offer-scope .my-7{margin-top:5rem!important;margin-bottom:5rem!important}.special-offer-scope .m-8{margin:6rem!important}.special-offer-scope .mt-8{margin-top:6rem!important}.special-offer-scope .mr-8{margin-right:6rem!important}.special-offer-scope .mb-8{margin-bottom:6rem!important}.special-offer-scope .ml-8{margin-left:6rem!important}.special-offer-scope .mx-8{margin-left:6rem!important;margin-right:6rem!important}.special-offer-scope .my-8{margin-top:6rem!important;margin-bottom:6rem!important}.special-offer-scope .p-0{padding:0!important}.special-offer-scope .pt-0{padding-top:0!important}.special-offer-scope .pr-0{padding-right:0!important}.special-offer-scope .pb-0{padding-bottom:0!important}.special-offer-scope .pl-0{padding-left:0!important}.special-offer-scope .px-0{padding-left:0!important;padding-right:0!important}.special-offer-scope .py-0{padding-top:0!important;padding-bottom:0!important}.special-offer-scope .p-1{padding:.25rem!important}.special-offer-scope .pt-1{padding-top:.25rem!important}.special-offer-scope .pr-1{padding-right:.25rem!important}.special-offer-scope .pb-1{padding-bottom:.25rem!important}.special-offer-scope .pl-1{padding-left:.25rem!important}.special-offer-scope .px-1{padding-left:.25rem!important;padding-right:.25rem!important}.special-offer-scope .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.special-offer-scope .p-2{padding:.5rem!important}.special-offer-scope .pt-2{padding-top:.5rem!important}.special-offer-scope .pr-2{padding-right:.5rem!important}.special-offer-scope .pb-2{padding-bottom:.5rem!important}.special-offer-scope .pl-2{padding-left:.5rem!important}.special-offer-scope .px-2{padding-left:.5rem!important;padding-right:.5rem!important}.special-offer-scope .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.special-offer-scope .p-3{padding:1rem!important}.special-offer-scope .pt-3{padding-top:1rem!important}.special-offer-scope .pr-3{padding-right:1rem!important}.special-offer-scope .pb-3{padding-bottom:1rem!important}.special-offer-scope .pl-3{padding-left:1rem!important}.special-offer-scope .px-3{padding-left:1rem!important;padding-right:1rem!important}.special-offer-scope .py-3{padding-top:1rem!important;padding-bottom:1rem!important}.special-offer-scope .p-4{padding:1.5rem!important}.special-offer-scope .pt-4{padding-top:1.5rem!important}.special-offer-scope .pr-4{padding-right:1.5rem!important}.special-offer-scope .pb-4{padding-bottom:1.5rem!important}.special-offer-scope .pl-4{padding-left:1.5rem!important}.special-offer-scope .px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.special-offer-scope .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.special-offer-scope .p-5{padding:3rem!important}.special-offer-scope .pt-5{padding-top:3rem!important}.special-offer-scope .pr-5{padding-right:3rem!important}.special-offer-scope .pb-5{padding-bottom:3rem!important}.special-offer-scope .pl-5{padding-left:3rem!important}.special-offer-scope .px-5{padding-left:3rem!important;padding-right:3rem!important}.special-offer-scope .py-5{padding-top:3rem!important;padding-bottom:3rem!important}.special-offer-scope .p-6{padding:4rem!important}.special-offer-scope .pt-6{padding-top:4rem!important}.special-offer-scope .pr-6{padding-right:4rem!important}.special-offer-scope .pb-6{padding-bottom:4rem!important}.special-offer-scope .pl-6{padding-left:4rem!important}.special-offer-scope .px-6{padding-left:4rem!important;padding-right:4rem!important}.special-offer-scope .py-6{padding-top:4rem!important;padding-bottom:4rem!important}.special-offer-scope .p-7{padding:5rem!important}.special-offer-scope .pt-7{padding-top:5rem!important}.special-offer-scope .pr-7{padding-right:5rem!important}.special-offer-scope .pb-7{padding-bottom:5rem!important}.special-offer-scope .pl-7{padding-left:5rem!important}.special-offer-scope .px-7{padding-left:5rem!important;padding-right:5rem!important}.special-offer-scope .py-7{padding-top:5rem!important;padding-bottom:5rem!important}.special-offer-scope .p-8{padding:6rem!important}.special-offer-scope .pt-8{padding-top:6rem!important}.special-offer-scope .pr-8{padding-right:6rem!important}.special-offer-scope .pb-8{padding-bottom:6rem!important}.special-offer-scope .pl-8{padding-left:6rem!important}.special-offer-scope .px-8{padding-left:6rem!important;padding-right:6rem!important}.special-offer-scope .py-8{padding-top:6rem!important;padding-bottom:6rem!important}.special-offer-scope .d-none{display:none!important}.special-offer-scope .d-inline{display:inline!important}.special-offer-scope .d-inline-block{display:inline-block!important}.special-offer-scope .d-block{display:block!important}.special-offer-scope .d-table{display:table!important}.special-offer-scope .d-table-row{display:table-row!important}.special-offer-scope .d-table-cell{display:table-cell!important}.special-offer-scope .d-flex{display:flex!important}.special-offer-scope .d-inline-flex{display:inline-flex!important}.special-offer-scope .flex-row{flex-direction:row!important}.special-offer-scope .flex-column{flex-direction:column!important}.special-offer-scope .flex-row-reverse{flex-direction:row-reverse!important}.special-offer-scope .flex-column-reverse{flex-direction:column-reverse!important}.special-offer-scope .flex-wrap{flex-wrap:wrap!important}.special-offer-scope .flex-nowrap{flex-wrap:nowrap!important}.special-offer-scope .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.special-offer-scope .justify-content-start{justify-content:flex-start!important}.special-offer-scope .justify-content-end{justify-content:flex-end!important}.special-offer-scope .justify-content-center{justify-content:center!important}.special-offer-scope .justify-content-between{justify-content:space-between!important}.special-offer-scope .justify-content-around{justify-content:space-around!important}.special-offer-scope .justify-content-evenly{justify-content:space-evenly!important}.special-offer-scope .align-items-start{align-items:flex-start!important}.special-offer-scope .align-items-end{align-items:flex-end!important}.special-offer-scope .align-items-center{align-items:center!important}.special-offer-scope .align-items-baseline{align-items:baseline!important}.special-offer-scope .align-items-stretch{align-items:stretch!important}.special-offer-scope .align-content-start{align-content:flex-start!important}.special-offer-scope .align-content-end{align-content:flex-end!important}.special-offer-scope .align-content-center{align-content:center!important}.special-offer-scope .align-content-between{align-content:space-between!important}.special-offer-scope .align-content-around{align-content:space-around!important}.special-offer-scope .align-content-stretch{align-content:stretch!important}.special-offer-scope .align-self-auto{align-self:auto!important}.special-offer-scope .align-self-start{align-self:flex-start!important}.special-offer-scope .align-self-end{align-self:flex-end!important}.special-offer-scope .align-self-center{align-self:center!important}.special-offer-scope .align-self-baseline{align-self:baseline!important}.special-offer-scope .align-self-stretch{align-self:stretch!important}.special-offer-scope .flex-fill{flex:1 1 auto!important}.special-offer-scope .flex-grow-0{flex-grow:0!important}.special-offer-scope .flex-grow-1{flex-grow:1!important}.special-offer-scope .flex-shrink-0{flex-shrink:0!important}.special-offer-scope .flex-shrink-1{flex-shrink:1!important}.special-offer-scope .text-left{text-align:left!important}.special-offer-scope .text-right{text-align:right!important}.special-offer-scope .text-center{text-align:center!important}.special-offer-scope .text-justify{text-align:justify!important}.special-offer-scope .text-lowercase{text-transform:lowercase!important}.special-offer-scope .text-uppercase{text-transform:uppercase!important}.special-offer-scope .text-capitalize{text-transform:capitalize!important}.special-offer-scope .text-wrap{white-space:normal!important}.special-offer-scope .text-nowrap{white-space:nowrap!important}.special-offer-scope .text-truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.special-offer-scope .text-break{word-break:break-word!important}.special-offer-scope .font-weight-light{font-weight:300!important}.special-offer-scope .font-weight-normal{font-weight:400!important}.special-offer-scope .font-weight-medium{font-weight:500!important}.special-offer-scope .font-weight-semibold{font-weight:600!important}.special-offer-scope .font-weight-bold{font-weight:700!important}.special-offer-scope .font-italic{font-style:italic!important}.special-offer-scope .font-normal{font-style:normal!important}.special-offer-scope .text-decoration-none{text-decoration:none!important}.special-offer-scope .text-decoration-underline{text-decoration:underline!important}.special-offer-scope .text-decoration-line-through{text-decoration:line-through!important}.special-offer-scope .text-primary{color:#e51550!important}.special-offer-scope .bg-primary{background-color:#e51550!important}.special-offer-scope .border-primary{border-color:#e51550!important}.special-offer-scope .text-secondary{color:#6c757d!important}.special-offer-scope .bg-secondary{background-color:#6c757d!important}.special-offer-scope .border-secondary{border-color:#6c757d!important}.special-offer-scope .text-success{color:#28a745!important}.special-offer-scope .bg-success{background-color:#28a745!important}.special-offer-scope .border-success{border-color:#28a745!important}.special-offer-scope .text-danger{color:#dc3545!important}.special-offer-scope .bg-danger{background-color:#dc3545!important}.special-offer-scope .border-danger{border-color:#dc3545!important}.special-offer-scope .text-warning{color:#ffc107!important}.special-offer-scope .bg-warning{background-color:#ffc107!important}.special-offer-scope .border-warning{border-color:#ffc107!important}.special-offer-scope .text-info{color:#17a2b8!important}.special-offer-scope .bg-info{background-color:#17a2b8!important}.special-offer-scope .border-info{border-color:#17a2b8!important}.special-offer-scope .text-light{color:#f8f9fa!important}.special-offer-scope .bg-light{background-color:#f8f9fa!important}.special-offer-scope .border-light{border-color:#f8f9fa!important}.special-offer-scope .text-dark{color:#343a40!important}.special-offer-scope .bg-dark{background-color:#343a40!important}.special-offer-scope .border-dark{border-color:#343a40!important}.special-offer-scope .text-white{color:#fff!important}.special-offer-scope .bg-white{background-color:#fff!important}.special-offer-scope .border-white{border-color:#fff!important}.special-offer-scope .text-black{color:#000!important}.special-offer-scope .bg-black{background-color:#000!important}.special-offer-scope .border-black{border-color:#000!important}.special-offer-scope .opacity-0{opacity:0!important}.special-offer-scope .opacity-1{opacity:.1!important}.special-offer-scope .opacity-2{opacity:.2!important}.special-offer-scope .opacity-3{opacity:.3!important}.special-offer-scope .opacity-4{opacity:.4!important}.special-offer-scope .opacity-5{opacity:.5!important}.special-offer-scope .opacity-6{opacity:.6!important}.special-offer-scope .opacity-7{opacity:.7!important}.special-offer-scope .opacity-8{opacity:.8!important}.special-offer-scope .opacity-9{opacity:.9!important}.special-offer-scope .opacity-10{opacity:1!important}.special-offer-scope .visible{visibility:visible!important}.special-offer-scope .invisible{visibility:hidden!important}.special-offer-scope .overflow-auto{overflow:auto!important}.special-offer-scope .overflow-hidden{overflow:hidden!important}.special-offer-scope .overflow-visible{overflow:visible!important}.special-offer-scope .overflow-scroll{overflow:scroll!important}.special-offer-scope .border{border:1px solid #dee2e6!important}.special-offer-scope .border-top{border-top:1px solid #dee2e6!important}.special-offer-scope .border-right{border-right:1px solid #dee2e6!important}.special-offer-scope .border-bottom{border-bottom:1px solid #dee2e6!important}.special-offer-scope .border-left{border-left:1px solid #dee2e6!important}.special-offer-scope .border-0{border:0!important}.special-offer-scope .border-top-0{border-top:0!important}.special-offer-scope .border-right-0{border-right:0!important}.special-offer-scope .border-bottom-0{border-bottom:0!important}.special-offer-scope .border-left-0{border-left:0!important}.special-offer-scope .rounded{border-radius:.375rem!important}.special-offer-scope .rounded-top{border-top-left-radius:.375rem!important;border-top-right-radius:.375rem!important}.special-offer-scope .rounded-right{border-top-right-radius:.375rem!important;border-bottom-right-radius:.375rem!important}.special-offer-scope .rounded-bottom{border-bottom-right-radius:.375rem!important;border-bottom-left-radius:.375rem!important}.special-offer-scope .rounded-left{border-top-left-radius:.375rem!important;border-bottom-left-radius:.375rem!important}.special-offer-scope .rounded-sm{border-radius:.25rem!important}.special-offer-scope .rounded-lg{border-radius:.5rem!important}.special-offer-scope .rounded-circle{border-radius:50%!important}.special-offer-scope .rounded-pill{border-radius:50rem!important}.special-offer-scope .rounded-0{border-radius:0!important}.special-offer-scope .shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.special-offer-scope .shadow{box-shadow:0 .5rem 1rem #00000026!important}.special-offer-scope .shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.special-offer-scope .shadow-none{box-shadow:none!important}.special-offer-scope .position-static{position:static!important}.special-offer-scope .position-relative{position:relative!important}.special-offer-scope .position-absolute{position:absolute!important}.special-offer-scope .position-fixed{position:fixed!important}.special-offer-scope .position-sticky{position:sticky!important}.special-offer-scope .w-25{width:25%!important}.special-offer-scope .w-50{width:50%!important}.special-offer-scope .w-75{width:75%!important}.special-offer-scope .w-100{width:100%!important}.special-offer-scope .w-auto{width:auto!important}.special-offer-scope .h-25{height:25%!important}.special-offer-scope .h-50{height:50%!important}.special-offer-scope .h-75{height:75%!important}.special-offer-scope .h-100{height:100%!important}.special-offer-scope .h-auto{height:auto!important}@media (min-width: 768px){.special-offer-scope .d-tablet-none{display:none!important}.special-offer-scope .d-tablet-inline{display:inline!important}.special-offer-scope .d-tablet-inline-block{display:inline-block!important}.special-offer-scope .d-tablet-block{display:block!important}.special-offer-scope .d-tablet-table{display:table!important}.special-offer-scope .d-tablet-table-row{display:table-row!important}.special-offer-scope .d-tablet-table-cell{display:table-cell!important}.special-offer-scope .d-tablet-flex{display:flex!important}.special-offer-scope .d-tablet-inline-flex{display:inline-flex!important}}@media (min-width: 1024px){.special-offer-scope .d-desktop-none{display:none!important}.special-offer-scope .d-desktop-inline{display:inline!important}.special-offer-scope .d-desktop-inline-block{display:inline-block!important}.special-offer-scope .d-desktop-block{display:block!important}.special-offer-scope .d-desktop-table{display:table!important}.special-offer-scope .d-desktop-table-row{display:table-row!important}.special-offer-scope .d-desktop-table-cell{display:table-cell!important}.special-offer-scope .d-desktop-flex{display:flex!important}.special-offer-scope .d-desktop-inline-flex{display:inline-flex!important}}
/*# sourceMappingURL=/cdn/shop/t/96/assets/special-offer.css.map */
