*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Manrope,system-ui,sans-serif;color:var(--ink, #14232e);background:#fafbfc;-webkit-font-smoothing:antialiased}img{max-width:100%}a{color:inherit;text-decoration:none}.accent{color:var(--accent)}.wrap{max-width:1180px;margin:0 auto}.wrap--narrow{max-width:820px}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.35}}.announcement-bar{background:var(--ink);color:#fff;text-align:center;padding:9px 16px;font-size:13px;font-weight:600;letter-spacing:.02em}.site-header{display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:#fff;border-bottom:1px solid #e8edf1;position:sticky;top:0;z-index:50}.site-header__logo{font-family:Sora,sans-serif;font-weight:700;font-size:21px;letter-spacing:-.02em}.site-header__nav{display:flex;gap:32px;font-size:14px;font-weight:600;color:#4a5b68}.site-header__nav a:hover{color:var(--ink)}.site-header__cart{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.site-header__cart-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#eef4f8;font-size:15px}.product-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:56px;max-width:1180px;margin:0 auto;padding:48px 48px 72px}.gallery{display:flex;flex-direction:column;gap:14px}.gallery__main{background:#fff;border:1px solid #e8edf1;border-radius:16px;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.gallery__main img{width:100%;height:100%;object-fit:cover}.gallery__thumbs{display:flex;gap:12px}.thumb{width:84px;height:84px;border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid #e8edf1;background:#fff;padding:0}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.thumb--active{border-color:var(--accent)}.buybox{display:flex;flex-direction:column}.badges{display:flex;align-items:center;gap:10px;margin-bottom:14px}.badge--best{background:#e8f3ec;color:#1c7c4a;font-size:12px;font-weight:700;padding:5px 10px;border-radius:999px;letter-spacing:.03em}.rating{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:#4a5b68}.stars{color:#f5a623;letter-spacing:1px}.product-title{font-family:Sora,sans-serif;font-size:32px;line-height:1.18;font-weight:700;letter-spacing:-.02em;margin:0 0 10px}.product-desc{font-size:15.5px;line-height:1.6;color:#4a5b68;margin:0 0 20px}.price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:4px;flex-wrap:wrap}.price{font-family:Sora,sans-serif;font-size:32px;font-weight:700}.price--old{font-size:18px;color:#9aa8b2;text-decoration:line-through}.price--old:empty{display:none}.price--discount{background:#fdeeee;color:#c0392b;font-size:12.5px;font-weight:800;padding:4px 9px;border-radius:6px}.price--discount:empty{display:none}.stock-note{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#b06a1b;margin:12px 0 22px}.stock-dot{width:8px;height:8px;border-radius:50%;background:#e8912d;animation:pulseDot 1.6s ease-in-out infinite}.product-form{margin-top:8px}.option-label{font-size:13.5px;font-weight:700;margin-bottom:10px}.option-label span{font-weight:600;color:#4a5b68}.swatches{display:flex;gap:10px;margin-bottom:24px}.swatch{width:38px;height:38px;border-radius:50%;cursor:pointer;padding:0;border:2px solid #d5dee5;box-shadow:inset 0 0 0 3px #fafbfc;background:#cfd8de}.swatch[data-scent*=mor],.swatch[data-scent*=sea],.swatch[data-scent*=blue],.swatch[data-scent*=niebie]{background:#5bb8e8}.swatch[data-scent*=lawend],.swatch[data-scent*=laven],.swatch[data-scent*=fiolet],.swatch[data-scent*=purpl]{background:#b39ddb}.swatch[data-scent*=cytr],.swatch[data-scent*=lemon],.swatch[data-scent*=\17c\f3\142t],.swatch[data-scent*=zolt],.swatch[data-scent*=yellow]{background:#ecdf5a}.swatch--active{border-color:var(--accent)}.bundles{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.bundle{position:relative;display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;cursor:pointer;background:#fff;border:2px solid #e8edf1;text-align:left;width:100%;font:inherit}.bundle--active{background:#f0f7fb;border-color:var(--accent)}.bundle__radio{width:20px;height:20px;border-radius:50%;border:2px solid #c3cfd8;flex-shrink:0;position:relative}.bundle--active .bundle__radio{border-color:var(--accent)}.bundle--active .bundle__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--accent)}.bundle__body{flex:1;min-width:0}.bundle__name{display:block;font-size:14.5px;font-weight:700}.bundle__sub{display:block;font-size:12.5px;color:#4a5b68;margin-top:2px}.bundle__price-col{text-align:right}.bundle__price{display:block;font-size:16px;font-weight:800}.bundle__old{display:block;font-size:12px;color:#9aa8b2;text-decoration:line-through}.bundle__tag{position:absolute;top:-9px;right:14px;background:var(--accent);color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.05em;padding:3px 9px;border-radius:999px}.cta{width:100%;padding:17px;border:none;border-radius:12px;background:var(--accent);color:#fff;font-family:Manrope,sans-serif;font-size:16.5px;font-weight:800;cursor:pointer;transition:transform .1s ease,filter .1s ease;margin-top:4px}.cta:hover{filter:brightness(1.07)}.cta:active{transform:scale(.985)}.cta:disabled{background:#9aa8b2;cursor:not-allowed}.cta--added{background:#1c7c4a!important}.assurances{display:flex;justify-content:space-between;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid #e8edf1;font-size:12.5px;font-weight:600;color:#4a5b68;flex-wrap:wrap}.assurances span:first-letter{color:var(--accent)}.section{padding:64px 48px}.section--white{background:#fff;border-top:1px solid #e8edf1;border-bottom:1px solid #e8edf1}.section--tint{background:#eef4f8;padding:56px 48px}.section--tint2{background:#fafbfc;padding:72px 48px}.section--dark{background:var(--ink);color:#fff;padding:72px 48px}.section__title{font-family:Sora,sans-serif;font-size:26px;font-weight:700;letter-spacing:-.02em;text-align:center;margin:0 0 40px}.section__title--light{color:#fff}.section__sub{text-align:center;font-size:15px;color:#4a5b68;margin:-28px 0 44px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.benefit{display:flex;flex-direction:column;gap:10px;text-align:center;align-items:center}.benefit__icon{width:52px;height:52px;border-radius:50%;background:#eef4f8;display:flex;align-items:center;justify-content:center;font-family:Sora,sans-serif;font-weight:700;font-size:17px;color:var(--accent)}.benefit__name{font-size:15px;font-weight:700}.benefit__text{font-size:13.5px;line-height:1.55;color:#4a5b68}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.step{background:#fff;border:1px solid #e8edf1;border-radius:16px;overflow:hidden}.step__img{aspect-ratio:4/3;overflow:hidden}.step__img img{width:100%;height:100%;object-fit:cover;display:block}.step__body{padding:20px 22px 24px}.step__num{font-size:12px;font-weight:800;letter-spacing:.1em;color:var(--accent);margin-bottom:6px}.step__name{font-size:16px;font-weight:700;margin-bottom:6px}.step__text{font-size:13.5px;line-height:1.55;color:#4a5b68}.compare{display:grid;grid-template-columns:1.4fr 1fr 1fr;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.12);font-size:14px}.compare__row{display:contents}.compare__cell{padding:14px 20px;border-top:1px solid rgba(255,255,255,.1)}.compare__row--head .compare__cell{border-top:none}.compare__cell--label{color:#9db4c4}.compare__cell--us{text-align:center;background:#ffffff0d;font-weight:700}.compare__row--head .compare__cell--us{background:var(--accent);font-weight:800}.compare__cell--them{text-align:center;color:#9db4c4}.compare__row--head .compare__cell--them{background:#ffffff0a;font-weight:700}.compare__row--head .compare__cell--label{background:#ffffff0a}.reviews{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.review{background:#fff;border:1px solid #e8edf1;border-radius:14px;padding:24px 26px}.review__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.review__verified{font-size:11.5px;font-weight:700;color:#1c7c4a;background:#e8f3ec;padding:3px 8px;border-radius:999px}.review__text{font-size:14.5px;line-height:1.6;margin:0 0 14px}.review__author{font-size:13px;font-weight:700;color:#4a5b68}.review__author span{font-weight:500;color:#9aa8b2}.faq{display:flex;flex-direction:column;gap:12px}.faq__item{border:1px solid #e8edf1;border-radius:12px;overflow:hidden;background:#fafbfc}.faq__q{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;cursor:pointer;font-size:15px;font-weight:700;width:100%;border:none;background:none;text-align:left;font-family:inherit}.faq__icon{font-size:18px;color:var(--accent);font-weight:400;flex-shrink:0}.faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.faq__item--open .faq__a{grid-template-rows:1fr}.faq__a-inner{overflow:hidden}.faq__item--open .faq__a-inner{padding:0 22px 18px}.faq__a-inner{font-size:14px;line-height:1.65;color:#4a5b68}.guarantees{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;text-align:center}.guarantee{display:flex;flex-direction:column;gap:6px;align-items:center}.guarantee__name{font-family:Sora,sans-serif;font-size:17px;font-weight:700}.guarantee__text{font-size:13.5px;line-height:1.55;color:#4a5b68;max-width:280px}.site-footer{background:var(--ink);color:#9db4c4;padding:40px 48px;display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:16px}.site-footer__logo{font-family:Sora,sans-serif;font-weight:700;font-size:17px;color:#fff}.site-footer__nav{display:flex;gap:28px;flex-wrap:wrap}.site-footer__nav a:hover{color:#fff}.page-wrap{max-width:900px;margin:0 auto;padding:56px 48px 80px}.page-wrap h1{font-family:Sora,sans-serif;letter-spacing:-.02em}.cart-table{width:100%;border-collapse:collapse;margin:24px 0}.cart-table th,.cart-table td{text-align:left;padding:14px 10px;border-bottom:1px solid #e8edf1;font-size:14px}.btn{display:inline-block;background:var(--accent);color:#fff;padding:14px 28px;border-radius:10px;font-weight:800;border:none;cursor:pointer;font-size:15px}.refill-note{display:inline-block;font-size:13px;font-weight:700;color:#1c7c4a;background:#e8f3ec;padding:6px 12px;border-radius:999px;margin:14px 0 22px}.refill-back{display:block;margin-top:16px;font-size:13.5px;font-weight:700;color:var(--accent)}.refill-back:hover{text-decoration:underline}.refill-cta{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:center}.refill-cta__img{border-radius:16px;overflow:hidden;border:1px solid #dde7ee;background:#fff;aspect-ratio:4/3}.refill-cta__img img{width:100%;height:100%;object-fit:cover;display:block}.refill-cta__eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--accent);margin-bottom:10px}.refill-cta__title{font-family:Sora,sans-serif;font-size:26px;font-weight:700;letter-spacing:-.02em;margin:0 0 12px}.refill-cta__text{font-size:15px;line-height:1.6;color:#4a5b68;margin:0 0 22px;max-width:520px}@media(max-width:900px){.product-hero{grid-template-columns:1fr;gap:32px;padding:32px 20px 48px}.benefits{grid-template-columns:repeat(2,1fr)}.steps,.reviews,.guarantees{grid-template-columns:1fr}.site-header{padding:14px 20px}.site-header__nav{display:none}.section,.section--tint,.section--tint2,.section--dark{padding:48px 20px}.product-title{font-size:26px}.compare{font-size:12.5px}.compare__cell{padding:12px 10px}.site-footer{flex-direction:column;text-align:center}.refill-cta{grid-template-columns:1fr;gap:24px}.refill-cta__img{max-width:320px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
