.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.conf-page{background:#fff5f7;min-height:100vh;padding:40px 16px 60px;font-family:inherit;color:#2d2d2d}.conf-header{text-align:center;margin-bottom:48px}.conf-checkmark-wrap{width:80px;height:80px;margin:0 auto 24px}.conf-checkmark{width:80px;height:80px}.conf-checkmark__circle{stroke:#e8547a;stroke-width:3;stroke-dasharray:166;stroke-dashoffset:166;animation:conf-circle .6s cubic-bezier(.65,0,.45,1) .1s forwards}.conf-checkmark__check{stroke:#e8547a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:conf-check .4s cubic-bezier(.65,0,.45,1) .7s forwards}@keyframes conf-circle{to{stroke-dashoffset:0}}@keyframes conf-check{to{stroke-dashoffset:0}}.conf-title{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;color:#2d2d2d;margin:0 0 12px;line-height:1.2}.conf-subtitle{font-size:1.1rem;color:#666;margin:0}.conf-steps{max-width:680px;margin:0 auto 48px;background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 2px 20px #e8547a14}.conf-step{display:flex;align-items:flex-start;gap:16px;opacity:0;transform:translateY(12px);animation:conf-fadeslide .5s ease forwards}.conf-step:nth-child(1){animation-delay:.9s}.conf-step:nth-child(2){animation-delay:1.1s}.conf-step:nth-child(3){animation-delay:1.3s}.conf-step:nth-child(4){animation-delay:1.5s}@keyframes conf-fadeslide{to{opacity:1;transform:translateY(0)}}.conf-step__dot{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#f0f0f0;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;margin-top:2px}.conf-step--done .conf-step__dot{background:#e8547a;border-color:#e8547a}.conf-step--current .conf-step__dot{background:#fff;border-color:#e8547a}.conf-step__dot--pulse{position:relative}.conf-step__dot--pulse:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid #E8547A;animation:conf-pulse 1.6s ease-out infinite}@keyframes conf-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.conf-step__line{display:none}.conf-step__content{padding-bottom:24px;border-left:2px solid #f0e0e5;padding-left:16px;margin-left:-16px;flex:1}.conf-step--last .conf-step__content{border-left-color:transparent;padding-bottom:0}.conf-step--done .conf-step__content{border-left-color:#e8547a}.conf-step__label{font-size:.95rem;line-height:1.5;color:#2d2d2d}.conf-step--active .conf-step__label{font-weight:700;color:#e8547a}.conf-step--current .conf-step__label{font-weight:600}.conf-emotional{max-width:680px;margin:0 auto 32px;background:#fff;border:1.5px solid #F5C6D2;border-radius:16px;padding:32px 28px;text-align:center;opacity:0;animation:conf-fadeslide .5s ease 1.7s forwards}.conf-emotional__title{font-size:1.4rem;font-weight:800;color:#e8547a;margin:0 0 16px}.conf-emotional__text{font-size:1rem;line-height:1.7;color:#555;margin:0}.conf-ebook{max-width:680px;margin:0 auto 32px;background:linear-gradient(135deg,#fff5f7,#fbdde4);border-radius:16px;padding:36px 28px;text-align:center;animation:conf-ebook-pulse 3s ease-in-out 2.2s infinite;opacity:0;animation:conf-fadeslide .5s ease 1.9s forwards,conf-ebook-pulse 3s ease-in-out 2.8s infinite}@keyframes conf-ebook-pulse{0%,to{box-shadow:0 4px 24px #e8547a1f}50%{box-shadow:0 8px 40px #e8547a47}}.conf-ebook__icon{font-size:3rem;margin-bottom:12px;display:block}.conf-ebook__title{font-size:1.5rem;font-weight:800;color:#2d2d2d;margin:0 0 8px}.conf-ebook__subtitle{font-size:1rem;font-weight:700;color:#e8547a;margin:0 0 14px}.conf-ebook__desc{font-size:.95rem;color:#555;line-height:1.6;margin:0 0 24px}.conf-ebook__btn{display:inline-block;background:#e8547a;color:#fff;font-size:1rem;font-weight:700;padding:14px 32px;border-radius:50px;text-decoration:none;transition:background .2s,transform .2s}.conf-ebook__btn:hover{background:#d4436a;transform:translateY(-2px)}.conf-testimonial{max-width:680px;margin:0 auto 32px;opacity:0;animation:conf-fadeslide .5s ease 2.1s forwards}.conf-testimonial__inner{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 16px #e8547a12;text-align:center}.conf-testimonial__stars{display:flex;justify-content:center;gap:3px;margin-bottom:16px}.conf-testimonial__quote{font-size:1rem;line-height:1.7;color:#444;font-style:italic;margin:0 0 20px;border:none;padding:0}.conf-testimonial__author{display:flex;align-items:center;justify-content:center;gap:12px}.conf-testimonial__photo{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #F5C6D2}.conf-testimonial__name{font-weight:700;font-size:.95rem;color:#2d2d2d}.conf-footer{max-width:680px;margin:0 auto;text-align:center;opacity:0;animation:conf-fadeslide .5s ease 2.3s forwards}.conf-footer__cod,.conf-footer__shipping{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;color:#555;margin:0 0 10px}.conf-footer__icon{flex-shrink:0}.conf-footer__back{display:inline-block;margin-top:20px;font-size:.9rem;color:#e8547a;text-decoration:none;font-weight:600;transition:opacity .2s}.conf-footer__back:hover{opacity:.75}@media(min-width:768px){.conf-page{padding:60px 24px 80px}.conf-steps{padding:40px 48px}.conf-title{font-size:2.4rem}.conf-emotional,.conf-ebook,.conf-testimonial{padding:40px 48px}}.ctaf{background:#6b0f22;padding:80px 0}.ctaf__inner{max-width:760px;margin-inline:auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.ctaf__title{font-size:3rem;font-weight:800;color:#fff;line-height:1.2;margin:0}.ctaf__subtitle{font-size:1.2rem;font-style:italic;color:#fff;margin:16px 0 0;line-height:1.5}.ctaf__btn{display:inline-block;background:#fff;color:#6b0f22;font-size:1rem;font-weight:700;text-decoration:none;text-align:center;border-radius:50px;padding:16px 48px;margin-top:32px;box-shadow:0 4px 20px #0003;transition:transform .25s ease,box-shadow .25s ease;white-space:nowrap}.ctaf__btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000047}.ctaf__reassurance{font-size:.8125rem;color:#fffc;margin:16px 0 0;line-height:1.5}@media(max-width:767px){.ctaf{padding:60px 0}.ctaf__inner{padding:0 24px}.ctaf__title{font-size:2rem}.ctaf__subtitle{font-size:1rem}.ctaf__btn{padding:16px 28px;white-space:normal}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.oxf{background:var(--oxf-bg, #2D2D2D);color:var(--oxf-title, #FFFFFF)}.oxf__main{max-width:1100px;margin-inline:auto;padding:64px 40px 48px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px}.oxf__logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:14px}.oxf__logo-icon{flex-shrink:0}.oxf__logo-text{font-size:1.25rem;font-weight:800;color:var(--oxf-title, #FFFFFF);letter-spacing:3px;line-height:1}.oxf__tagline{font-style:italic;color:var(--oxf-text, #B0B0B0);font-size:.875rem;margin:0 0 24px;line-height:1.5}.oxf__socials{display:flex;gap:12px;flex-wrap:wrap}.oxf__social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff14;color:#e8547a;text-decoration:none;transition:background .2s,transform .2s}.oxf__social:hover{background:#e8547a33;transform:translateY(-2px)}.oxf__col-title{font-size:.8125rem;font-weight:700;color:var(--oxf-title, #FFFFFF);margin:0 0 18px;text-transform:uppercase;letter-spacing:1px}.oxf__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.oxf__link{color:var(--oxf-text, #B0B0B0);text-decoration:none;font-size:.875rem;line-height:1.5;transition:color .2s}.oxf__link:hover{color:var(--oxf-title, #FFFFFF)}.oxf__contact{margin:0}.oxf__bottom{max-width:1100px;margin-inline:auto;padding:20px 40px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:16px}.oxf__copyright,.oxf__cod{font-size:.75rem;color:var(--oxf-text, #B0B0B0);opacity:.75;line-height:1.5}.oxf__cod{display:inline-flex;align-items:center;gap:6px}@media(max-width:1023px){.oxf__main{grid-template-columns:1fr 1fr;gap:36px}}@media(max-width:767px){.oxf__main{grid-template-columns:1fr;padding:48px 24px 36px;gap:32px}.oxf__bottom{padding:16px 24px;flex-direction:column;align-items:flex-start;gap:8px}}header{height:5rem;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 16px;position:relative}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu{display:none}header .header__icons{display:flex;gap:8px;align-items:center}.header__cart-link{position:relative;display:flex;align-items:center}.header__cart-icon{width:22px;height:22px;color:#2d2d2d}.header__cart-badge{position:absolute;top:-6px;right:-7px;background:#e8547a;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;padding:0 3px}header{position:relative}.header__hamburger{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;width:24px;height:36px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;z-index:100}.header__hamburger svg{display:block;color:#2d2d2d}.drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;opacity:0;transition:opacity .3s ease}.drawer-overlay.is-open{display:block;opacity:1}.drawer{position:fixed;top:0;left:0;height:100%;width:280px;max-width:85vw;background:#fff;z-index:300;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 24px #0000001f;overflow-y:auto}.drawer.is-open{transform:translate(0)}.drawer__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;cursor:pointer;margin:16px 0 8px 12px;padding:0}.drawer__nav{list-style:none;margin:0;padding:0}.drawer__item{border-bottom:1px solid #f0f0f0}.drawer__link{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;text-decoration:none;color:#2d2d2d;font-size:1rem;font-weight:500;transition:background .15s}.drawer__link:hover{background:#fff5f7;color:#e8547a}.drawer__link:hover .drawer__arrow{stroke:#e8547a}.drawer__arrow{flex-shrink:0}@media(max-width:768px){shopify-account{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-home{position:relative;height:var(--hero-h-desktop, 85vh);min-height:560px;background-image:var(--hero-bg-desktop);background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:flex-end}.hero-home__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to left,#00000073,#00000026 55%,#0000);pointer-events:none}.hero-home__content{position:relative;z-index:1;width:42%;max-width:520px;margin-right:8%;padding:0;display:flex;flex-direction:column;gap:20px}.hero-home__headline{font-size:3.2rem;font-weight:800;line-height:1.15;color:#fff;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.35)}.hero-home__sub{font-size:clamp(1rem,1.6vw,1.25rem);font-style:italic;font-weight:500;color:#fff;margin:0;line-height:1.45;text-shadow:0 1px 8px rgba(0,0,0,.3)}.hero-home__body{font-size:.9375rem;line-height:1.75;color:#ffffffe6;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.3)}.hero-home__badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff2e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.35);border-radius:100px;padding:6px 16px;font-size:.875rem;color:#fff;font-weight:500;align-self:flex-start}.hero-home__stars{color:#fbbf24;letter-spacing:2px}.hero-home__btn{display:block;background:#e8547a;color:#fff;font-size:1rem;font-weight:700;text-align:center;text-decoration:none;padding:16px 24px;border-radius:8px;transition:opacity .2s;box-shadow:0 4px 16px #e8547a66}.hero-home__btn:hover{opacity:.88}.hero-home__reassurance{font-size:.8125rem;color:#fffc;text-align:center;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.3)}@media(max-width:767px){.hero-home{height:var(--hero-h-mobile, 70vh);min-height:480px;align-items:flex-start;justify-content:center;background-image:var(--hero-bg-mobile);background-position:var(--mobile-pos-x, 40%) var(--mobile-pos-y, 70%)}.hero-home__overlay{background:linear-gradient(to top,#0009,#0000001a 60%,#0000)}.hero-home__content{width:100%;max-width:100%;padding:70% 20px 36px}.hero-home__headline{font-size:1.7rem;text-align:center}.hero-home__btn{width:100%;font-size:.9375rem;padding:14px 20px}}.hiw{background:#fff;padding:80px 0}.hiw__inner{max-width:1100px;margin-inline:auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;gap:16px}.hiw__title{font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:800;color:#2d2d2d;text-align:center;margin:0;line-height:1.2}.hiw__subtitle{font-size:clamp(.9375rem,1.4vw,1.0625rem);color:#6b7280;text-align:center;margin:0;line-height:1.5}.hiw__steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;width:100%;margin-top:48px;align-items:start}.hiw__steps:before{content:"";position:absolute;top:32px;left:calc(100% / 6);right:calc(100% / 6);height:2px;background:linear-gradient(to right,#e8547a,#fbdde4,#e8547a);opacity:.55;z-index:0}.hiw__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;position:relative;z-index:1;opacity:0;transform:translateY(20px);transition:opacity .55s ease var(--hiw-delay, 0s),transform .55s ease var(--hiw-delay, 0s)}.hiw__step.is-visible{opacity:1;transform:translateY(0)}.hiw__num{width:64px;height:64px;border-radius:50%;background:#e8547a;color:#fff;font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px #e8547a59}.hiw__step-title{font-size:1rem;font-weight:700;color:#2d2d2d;margin:0;line-height:1.3}.hiw__step-text{font-size:.875rem;color:#555;line-height:1.7;margin:0}.hiw-mobile-premium{display:none}@media(max-width:768px){.hiw{padding:56px 0}.hiw__inner{padding:0 20px;gap:12px}.hiw__steps{display:none!important}.hiw-mobile-premium{display:block!important;padding:0;width:100%;margin-top:28px}.hiw-mobile-step{display:flex;gap:16px;margin-bottom:0}.hiw-mobile-left{display:flex;flex-direction:column;align-items:center;min-width:40px}.hiw-mobile-circle{width:40px;height:40px;border-radius:50%;background:#e8547a;color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #e8547a59}.hiw-mobile-line{width:2px;flex-grow:1;background:linear-gradient(to bottom,#e8547a,#e8547a26);min-height:40px;margin-top:6px}.hiw-mobile-content{display:flex;flex-direction:column;gap:6px;padding-bottom:32px}.hiw-mobile-step.last .hiw-mobile-content{padding-bottom:0}.hiw-mobile-title{font-size:.9375rem;font-weight:700;color:#2d2d2d;margin:0;line-height:1.3;padding-top:8px}.hiw-mobile-text{font-size:.875rem;color:#555;line-height:1.65;margin:0}}.oxyvia-ticker{background:var(--ticker-bg, #E8547A);color:#fff;overflow:hidden;width:100%;max-width:100%;padding:9px 0;font-size:.8125rem;font-weight:600;letter-spacing:.04em}.oxyvia-ticker__inner{display:flex;width:max-content;animation:oxyvia-ticker-run 32s linear infinite}.oxyvia-ticker__inner span{padding:0 14px;flex-shrink:0}.oxyvia-ticker__sep{opacity:.5}@keyframes oxyvia-ticker-run{0%{transform:translate(0)}to{transform:translate(-50%)}}.oxyvia-calc-wrap{padding:60px 0;background:#fff}.oxyvia-calc-wrap__inner{display:grid;grid-template-columns:var(--content-grid)}.oxyvia-calc-wrap__inner>*{grid-column:2}.oxyvia-calc-wrap__heading{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:#111;text-align:center;margin-block-end:6px}.oxyvia-calc-wrap__sub{font-size:.9375rem;color:#777;text-align:center;margin-block-end:28px}.product-calc{background:#fff5f7;border:1px solid #f0d8de;border-radius:12px;padding:18px}.product-calc__title{font-size:1rem;font-weight:700;color:#111;margin-block-end:14px}.product-calc__inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-block-end:14px}.product-calc__label{display:flex;flex-direction:column;gap:6px;font-size:.8rem;font-weight:600;color:#555}.product-calc__input{padding:9px 12px;border:1.5px solid #e8d8dd;border-radius:8px;font-size:.9375rem;font-weight:600;color:#111;background:#fff;outline:none;width:100%;transition:border-color .15s;box-sizing:border-box}.product-calc__input:focus{border-color:var(--calc-accent, #E8547A)}.product-calc__stepper{display:flex;align-items:stretch;border:1.5px solid #e8d8dd;border-radius:8px;overflow:hidden;background:#fff}.product-calc__input--center{border:none;text-align:center;border-radius:0;flex:1;min-width:0;padding:9px 4px}.product-calc__step{flex-shrink:0;width:36px;background:none;border:none;font-size:1.25rem;font-weight:700;color:var(--calc-accent, #E8547A);cursor:pointer;line-height:1}.product-calc__table{border-radius:8px;overflow:hidden;border:1px solid #f0d8de}.product-calc__row{display:grid;grid-template-columns:72px 1fr 1fr 1fr;text-align:center;padding:9px 8px;font-size:.8125rem;background:#fff;border-bottom:1px solid #f0d8de}.product-calc__row:last-child{border-bottom:none}.product-calc__row>span:first-child{text-align:left;font-weight:600;color:#555}.product-calc__row--head{background:#f5eaed;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#888}.product-calc__row--year{background:#fff5f7;font-weight:600}.product-calc__save{color:#16a34a;font-weight:700}.product-calc__save--big{font-size:.9375rem}.product-calc__note{font-size:.72rem;color:#aaa;margin-block-start:8px;font-style:italic}@media(max-width:767px){.oxyvia-calc-wrap{padding:40px 0}.product-calc__inputs{grid-template-columns:1fr}.product-calc__row{grid-template-columns:60px 1fr 1fr 1fr;font-size:.72rem}}.oxyvia-cmp{padding:72px 0 0;background:#fff;overflow:hidden}.oxyvia-cmp__inner{display:grid;grid-template-columns:var(--content-grid);padding-bottom:56px}.oxyvia-cmp__inner>*{grid-column:2}.oxyvia-cmp__headline{font-size:clamp(1.6rem,3vw,2.5rem);font-weight:900;color:#111;line-height:1.1;text-align:center;margin-block-end:52px;letter-spacing:-.02em}.oxyvia-cmp__headline-hl{font-style:normal;color:var(--accent);display:block}.oxyvia-cmp__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.oxyvia-cmp__table{width:100%;min-width:580px;border-collapse:separate;border-spacing:0;font-size:.9375rem}.oxyvia-cmp__th{padding:16px 14px;text-align:center;font-weight:700;font-size:.8125rem;color:#777;border-bottom:2px solid #eee}.oxyvia-cmp__th--criterion{text-align:left;min-width:200px;color:transparent}.oxyvia-cmp__th--oxyvia{background:#6b0f22;border-radius:12px 12px 0 0;padding-block:20px}.oxyvia-cmp__brand-pill{display:inline-block;background:#ffffff26;color:#fff;border-radius:100px;padding:4px 16px;font-size:.875rem;font-weight:700;letter-spacing:.04em}.oxyvia-cmp__row{transition:background .15s}.oxyvia-cmp__row:hover{background:#fdf6f8}.oxyvia-cmp__criterion{padding:14px;color:#333;font-weight:500;font-size:.9rem;border-bottom:1px solid #f0f0f0}.oxyvia-cmp__cell{padding:14px;text-align:center;border-bottom:1px solid #f0f0f0}.oxyvia-cmp__cell--oxyvia{background:#fff0f4}.oxyvia-cmp__yes{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#dcfce7;color:#16a34a}.oxyvia-cmp__yes--brand{background:#6b0f22;color:#fff;box-shadow:0 2px 8px #6b0f224d}.oxyvia-cmp__no{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#f0f0f0;color:#bbb}.cmp-tabs{display:none}.oxyvia-cmp__ticker{background:#111;color:#fff;overflow:hidden;padding:10px 0;font-size:.75rem;font-weight:700;letter-spacing:.06em}.oxyvia-cmp__ticker-inner{display:flex;width:max-content;animation:cmp-ticker 28s linear infinite;gap:0}.oxyvia-cmp__ticker-inner span{padding:0 16px;flex-shrink:0}.oxyvia-cmp__ticker-sep{opacity:.3}@keyframes cmp-ticker{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media(max-width:768px){.oxyvia-cmp__inner{padding-bottom:36px}.cmp-tabs{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-block-end:24px}.pdct-tab{border:1px solid #ddd;cursor:pointer;border-radius:50px;padding:8px 16px;font-size:.875rem;font-weight:600;background:#f5f5f5;color:#666;transition:background .2s,color .2s,border-color .2s}.pdct-tab.is-active{background:#e8547a!important;color:#fff!important;border-color:#e8547a!important}.oxyvia-cmp__scroll{overflow-x:hidden}.pdct-table-wrapper{overflow:hidden!important}table.pdct-table{table-layout:fixed!important;width:100%!important;border-collapse:collapse!important;min-width:0}.pdct-feature-cell,th.pdct-feature-header{width:45%!important;min-width:45%!important;max-width:45%!important;padding:10px 8px!important;vertical-align:middle!important}.pdct-feature-name{font-size:12px!important;white-space:normal!important;word-break:normal!important;line-height:1.3!important}.pdct-col-fixed,th.pdct-col-fixed,.pdct-col-slide,th.pdct-col-slide{width:27.5%!important;min-width:27.5%!important;max-width:27.5%!important;padding:10px 4px!important;text-align:center!important;vertical-align:middle!important}.pdct-product-title{font-size:11px!important;white-space:normal!important;word-break:normal!important;text-align:center!important;line-height:1.3!important;overflow:visible!important;display:block}.oxyvia-cmp__yes,.oxyvia-cmp__no{display:flex!important;justify-content:center!important;align-items:center!important;margin:0 auto}.pdct-hidden{display:none!important}}.oxyvia-cta{padding:88px 0;background:#0f0f0f}.oxyvia-cta__inner{display:grid;grid-template-columns:var(--content-grid)}.oxyvia-cta__inner>*{grid-column:2}.oxyvia-cta__headline{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400;color:#fff;text-align:center;margin-block-end:28px;line-height:1.3;max-width:640px;margin-inline:auto}.oxyvia-cta__stat{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--accent);display:block;line-height:1.1;letter-spacing:-.02em;margin-block-end:6px}.oxyvia-cta__body{font-size:1rem;line-height:1.7;color:#999;text-align:center;margin-block-end:6px;max-width:520px;margin-inline:auto}.oxyvia-cta__guarantee{font-size:1rem;color:#777;text-align:center;margin-block-end:44px;font-weight:500}.oxyvia-cta__btn{display:inline-flex;align-items:center;gap:10px;padding:18px 48px;background:var(--accent);color:#fff;border-radius:100px;font-weight:700;font-size:1.0625rem;text-decoration:none;white-space:nowrap;transition:background .2s,transform .15s;justify-self:center;box-shadow:0 8px 28px #e8547a59}.oxyvia-cta__btn:hover{background:#c73d61;transform:translateY(-2px);box-shadow:0 12px 32px #e8547a73}.oxyvia-email{padding:80px 0;background:#2d0517}.oxyvia-email__inner{display:grid;grid-template-columns:var(--content-grid);text-align:center}.oxyvia-email__inner>*{grid-column:2}.oxyvia-email__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#fff;margin-block-end:8px;line-height:1.2}.oxyvia-email__subtitle{font-size:1rem;color:#ffffffa6;margin-block-end:32px}.oxyvia-email__form{display:flex;gap:0;max-width:520px;margin:0 auto 16px;background:#fff;border-radius:100px;overflow:hidden;box-shadow:0 8px 32px #00000040}.oxyvia-email__sr-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.oxyvia-email__input{flex:1;padding:16px 22px;border:none;font-size:1rem;background:transparent;color:#111;outline:none;min-width:0}.oxyvia-email__input::placeholder{color:#aaa}.oxyvia-email__btn{flex-shrink:0;width:52px;height:52px;margin:4px;border-radius:50%;background:var(--accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s}.oxyvia-email__btn:hover{background:#c73d61;transform:scale(1.08)}.oxyvia-email__success{text-align:center;color:#6ee7b7;font-weight:600;font-size:1rem;margin-block-end:8px}.oxyvia-email__legal{font-size:.75rem;color:#ffffff59;max-width:540px;margin:0 auto;line-height:1.6}@media(max-width:540px){.oxyvia-email__form{border-radius:14px}.oxyvia-email__btn{border-radius:8px;width:48px;margin:3px}}.oxyvia-faq{padding:72px 0;background:#fff5f7}.oxyvia-faq__inner{display:grid;grid-template-columns:var(--content-grid)}.oxyvia-faq__inner>*{grid-column:2}.oxyvia-s-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;text-align:center;color:#111;margin-block-end:48px}.oxyvia-faq__list{max-width:720px;margin:0 auto;width:100%}.oxyvia-faq__item{border-bottom:1px solid #e8d8dd}.oxyvia-faq__item:first-of-type{border-top:1px solid #e8d8dd}.oxyvia-faq__q{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;cursor:pointer;font-weight:600;font-size:1rem;color:#111;-webkit-user-select:none;user-select:none}.oxyvia-faq__q::-webkit-details-marker{display:none}.oxyvia-faq__chevron{flex-shrink:0;color:var(--accent);transition:transform .25s}details[open] .oxyvia-faq__chevron{transform:rotate(180deg)}.oxyvia-faq__a-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;overflow:hidden}details[open] .oxyvia-faq__a-wrap{grid-template-rows:1fr}.oxyvia-faq__a{overflow:hidden;padding-bottom:20px;color:#555;font-size:.9375rem;line-height:1.75}.oxyvia-hero{background:var(--hero-bg, #fff5f7);padding:80px 0}.oxyvia-hero__inner{display:grid;grid-template-columns:var(--content-margin) 1fr 1fr var(--content-margin);column-gap:64px;align-items:center}.oxyvia-hero__content{grid-column:2}.oxyvia-hero__media{grid-column:3;position:relative;display:flex;align-items:center;justify-content:center}.oxyvia-hero__eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-block-end:16px}.oxyvia-hero__headline{font-size:clamp(2.25rem,4.5vw,3.75rem);font-weight:800;line-height:1.08;letter-spacing:-.025em;color:#111;margin-block-end:20px}.oxyvia-hero__subheadline{font-size:1.0625rem;line-height:1.72;color:#555;margin-block-end:40px}.oxyvia-hero__cta{display:inline-flex;align-items:center;gap:10px;padding:16px 38px;background:var(--accent);color:#fff;border-radius:100px;font-weight:700;font-size:1rem;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 6px 24px var(--accent-light);margin-block-end:44px}.oxyvia-hero__cta:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 32px var(--accent-light)}.oxyvia-hero__cta svg{flex-shrink:0;transition:transform .2s}.oxyvia-hero__cta:hover svg{transform:translate(3px)}.oxyvia-hero__badges{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.oxyvia-hero__badge{display:flex;align-items:center;gap:12px;font-size:.9375rem;color:#333;font-weight:500}.oxyvia-hero__badge-check{flex-shrink:0;width:22px;height:22px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.oxyvia-hero__glow{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;border-radius:50%;background:radial-gradient(circle at center,var(--accent-light) 0%,transparent 68%);z-index:0}.oxyvia-hero__image{position:relative;z-index:1;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 24px 48px var(--accent-light))}.oxyvia-hero__image--placeholder{opacity:.35}@media(max-width:767px){.oxyvia-hero{padding:40px 0 56px}.oxyvia-hero__inner{grid-template-columns:var(--content-margin) 1fr var(--content-margin);row-gap:32px}.oxyvia-hero__content{grid-column:2}.oxyvia-hero__media{grid-column:2;order:-1}.oxyvia-hero__image{max-width:240px;margin:0 auto}.oxyvia-hero__cta{width:100%;justify-content:center}}.oxyvia-htu{padding:72px 0;background:#fff}.oxyvia-htu__inner{display:grid;grid-template-columns:var(--content-grid);text-align:center}.oxyvia-htu__inner>*{grid-column:2}.oxyvia-htu__subtitle{font-size:1.25rem;font-weight:400;color:#6b0f22;margin-block-start:8px;margin-block-end:0}.oxyvia-htu .oxyvia-s-title{color:#6b0f22}.oxyvia-htu__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-block-start:56px;max-width:960px;margin-inline:auto}.oxyvia-htu__step{position:relative;display:flex;flex-direction:column;margin-top:calc(var(--htu-num-size) / 2);background:#fff;border-radius:0 0 16px 16px;box-shadow:0 8px 24px #0000001f}.oxyvia-htu__media{position:relative;overflow:hidden;aspect-ratio:3 / 4;max-height:var(--htu-img-h);background:#f5e8ec;flex-shrink:0}.oxyvia-htu__photo{width:100%;height:100%;object-fit:cover;display:block}.oxyvia-htu__photo-placeholder{width:100%;height:100%;background:linear-gradient(160deg,#f8eaee,#f0d4de)}.oxyvia-htu__num{position:absolute;top:calc(var(--htu-num-size) / -2);left:50%;transform:translate(-50%);width:var(--htu-num-size);height:var(--htu-num-size);border-radius:50%;background:var(--accent);color:#fff;font-size:calc(var(--htu-num-size) * .44);font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 12px #0000002e;z-index:2}.oxyvia-htu__caption{padding:14px 16px 18px;font-size:.875rem;line-height:1.55;color:#444;text-align:center;background:#fff}.oxyvia-htu__caption strong{font-weight:700;color:#6b0f22}@media(max-width:767px){.oxyvia-htu__steps{grid-template-columns:1fr;gap:40px;max-width:400px}.oxyvia-htu__media{aspect-ratio:4 / 3;max-height:none}.oxyvia-htu__caption{border-radius:0 0 16px 16px}}.oxyvia-ingr{padding:72px 0;background:var(--ingr-bg);overflow:hidden}.oxyvia-ingr__head{display:grid;grid-template-columns:var(--content-grid);margin-block-end:40px;text-align:center}.oxyvia-ingr__head>*{grid-column:2}.oxyvia-ingr__track{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;padding:4px var(--page-margin, 20px) 28px}.oxyvia-ingr__track::-webkit-scrollbar{display:none}.oxyvia-ingr__card{flex:0 0 clamp(200px,18vw,260px);background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 10px #0000000f}.oxyvia-ingr__photo{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#fff;flex-shrink:0}.oxyvia-ingr__photo-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.oxyvia-ingr__card:hover .oxyvia-ingr__photo-img{transform:scale(1.05)}.oxyvia-ingr__photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--accent);opacity:.35;background:linear-gradient(135deg,#f8e8ee,#f0d4de)}.oxyvia-ingr__body{flex:1;padding:18px 20px 24px;display:flex;flex-direction:column;gap:8px;background:var(--ingr-body-bg)}.oxyvia-ingr__name{font-size:.875rem;font-weight:800;color:#111;letter-spacing:.07em}.oxyvia-ingr__benefit{font-size:.875rem;line-height:1.65;color:#555}@media(max-width:768px){.oxyvia-ingr__track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:flex-start!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:10px!important;padding:12px 16px!important;scrollbar-width:none!important;align-items:stretch!important}.oxyvia-ingr__track::-webkit-scrollbar{display:none!important}.oxyvia-ingr__card{flex:0 0 44vw!important;min-width:44vw!important;max-width:44vw!important;scroll-snap-align:start!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 4px 12px #00000014!important}.oxyvia-ingr__photo-img{width:100%!important;height:130px!important;object-fit:cover!important;border-radius:0!important;display:block!important}.oxyvia-ingr__body{padding:8px!important;background:#fff!important}.oxyvia-ingr__name{font-weight:700!important;font-size:12px!important;color:#2d2d2d!important;margin-bottom:4px!important}.oxyvia-ingr__benefit{font-size:11px!important;color:#555!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}}.oxyvia-journey{padding:72px 0 64px;background:linear-gradient(180deg,#fbdde4,#fff5f7 50%,#fff 75%);height:auto}.oxyvia-journey__inner{display:grid;grid-template-columns:var(--content-grid)}.oxyvia-journey__inner>*{grid-column:2}.oxyvia-s-title{text-align:center}.oxyvia-journey__steps{display:flex;flex-direction:column;gap:0;max-width:600px;margin:52px auto 0}.oxyvia-journey__step{display:flex;gap:28px;align-items:flex-start;opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease}.oxyvia-journey__step.is-visible{opacity:1;transform:translateY(0)}.oxyvia-journey__step:nth-child(1){transition-delay:0s}.oxyvia-journey__step:nth-child(2){transition-delay:.15s}.oxyvia-journey__step:nth-child(3){transition-delay:.3s}.oxyvia-journey__step:nth-child(4){transition-delay:.45s}.oxyvia-journey__icon-col{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:52px}.oxyvia-journey__dot{width:52px;height:52px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px #e8547a4d}.oxyvia-journey__line{width:2px;flex:1;min-height:48px;background:#f0d8de;margin:6px 0}.oxyvia-journey__content{flex:1;padding-bottom:52px;display:flex;flex-direction:column;gap:8px;padding-top:12px}.oxyvia-journey__step:last-child .oxyvia-journey__content{padding-bottom:0}.oxyvia-journey__pill{display:inline-block;border:1.5px solid #d4a0ab;border-radius:100px;padding:3px 14px;font-size:.75rem;font-weight:600;color:#888;letter-spacing:.02em;align-self:flex-start}.oxyvia-journey__step-title{font-size:1.25rem;font-weight:800;color:#111;line-height:1.2}.oxyvia-journey__desc{font-size:.9375rem;line-height:1.72;color:#666}@media(max-width:767px){.oxyvia-journey__steps{margin-top:36px}.oxyvia-journey__step-title{font-size:1.1rem}.oxyvia-journey__content{padding-bottom:40px}}.oxyvia-press{padding:28px 0;background:#fff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;overflow:hidden}.oxyvia-press__label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#bbb;text-align:center;margin-block-end:16px}.oxyvia-press__marquee{overflow:hidden;width:100%}@keyframes press-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.oxyvia-press__track{display:flex;align-items:center;gap:64px;width:max-content;animation:press-marquee var(--press-duration, 30s) linear infinite}.oxyvia-press__track--static{animation:none;width:auto;flex-wrap:wrap;justify-content:center;padding:0 var(--page-margin, 20px)}.oxyvia-press__logo{display:flex;align-items:center;flex-shrink:0}.oxyvia-press__logo svg{height:var(--press-logo-h, 40px);width:auto;display:block}.oxyvia-press__logo--vice{height:var(--press-logo-h, 40px);width:calc(var(--press-logo-h, 40px) * 3.2);background-color:#e8547a;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.oxyvia-testi{padding:72px 0 52px;background:var(--testi-bg);overflow:hidden;position:relative}.oxyvia-testi__head{display:grid;grid-template-columns:var(--content-grid);margin-block-end:40px;text-align:center}.oxyvia-testi__head>*{grid-column:2}.oxyvia-testi__title{margin-block-end:8px;color:var(--testi-title-color);font-style:var(--testi-title-style)}.oxyvia-testi__subtitle{font-size:var(--testi-subtitle-size);font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--testi-subtitle-color)}.oxyvia-testi__stage{position:relative}.oxyvia-testi__stage--sides{display:flex;align-items:center;padding:0 var(--page-margin, 20px)}.oxyvia-testi__stage--sides .oxyvia-testi__track{flex:1;min-width:0;padding-left:0;padding-right:0}.oxyvia-testi__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px var(--page-margin, 20px) 12px;scrollbar-width:none;-ms-overflow-style:none}.oxyvia-testi__track::-webkit-scrollbar{display:none}.oxyvia-testi__card{scroll-snap-align:start;flex:0 0 clamp(260px,28vw,320px);background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 20px #00000012}.oxyvia-testi__photo-area{width:100%;height:var(--testi-photo-height, 250px);overflow:hidden;background:#f5e0e8;flex-shrink:0}.oxyvia-testi__photo-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.oxyvia-testi__card:hover .oxyvia-testi__photo-img{transform:scale(1.04)}.oxyvia-testi__photo-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:900;color:var(--accent);opacity:.18;background:linear-gradient(135deg,#f8e8ee,#f0d0dc)}.oxyvia-testi__body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:12px;flex:1}.oxyvia-testi__meta{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.oxyvia-testi__name{font-weight:700;font-size:.9375rem;color:#111;line-height:1.2}.oxyvia-testi__verified{display:inline-flex;align-items:center;gap:3px;font-size:.72rem;font-weight:600;color:#16a34a;margin-top:3px}.oxyvia-testi__stars{color:#fbbf24;font-size:.9rem;letter-spacing:1px;flex-shrink:0;padding-top:2px}.oxyvia-testi__quote{font-size:.875rem;line-height:1.72;color:#555;margin:0;font-style:italic}.oxyvia-testi__nav{display:flex;justify-content:center;align-items:center;gap:7px;padding:24px 0 0}.oxyvia-testi__nav:empty{display:none}.oxyvia-testi__nav--arrows{gap:12px}.oxyvia-testi__nav--vertical{position:absolute;right:var(--page-margin, 20px);top:50%;transform:translateY(-50%);flex-direction:column;padding:0;gap:6px}.oxyvia-testi__arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:2px solid var(--accent);background:#fff;color:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;padding:0}.oxyvia-testi__arrow:hover{background:var(--accent);color:#fff}.oxyvia-testi__arrow svg{width:20px;height:20px;pointer-events:none}.oxyvia-testi__dot{width:8px;height:8px;border-radius:50%;background:#d4b0ba;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s;flex-shrink:0}.oxyvia-testi__dot.is-active{background:var(--accent);transform:scale(1.4)}.oxyvia-testi__nav--vertical .oxyvia-testi__dot.is-active{transform:scale(1.4)}.oxyvia-testi__dash{width:24px;height:4px;border-radius:2px;background:#d4b0ba;border:none;cursor:pointer;padding:0;transition:background .2s,width .2s;flex-shrink:0}.oxyvia-testi__dash.is-active{background:var(--accent);width:36px}.oxyvia-testi__nav--vertical .oxyvia-testi__dash{width:4px;height:24px;transition:background .2s,height .2s}.oxyvia-testi__nav--vertical .oxyvia-testi__dash.is-active{width:4px;height:36px}.oxyvia-testi__num{width:28px;height:28px;border-radius:50%;border:1.5px solid #d4b0ba;background:transparent;color:#b08090;font-size:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s,color .2s;flex-shrink:0;padding:0;line-height:1}.oxyvia-testi__num.is-active{border-color:var(--accent);background:var(--accent);color:#fff}@media(max-width:768px){.oxyvia-testi__track{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:10px!important;padding:16px 12px!important;scrollbar-width:none!important;align-items:stretch!important}.oxyvia-testi__track::-webkit-scrollbar{display:none!important}.oxyvia-testi__card{flex:0 0 28vw!important;min-width:28vw!important;max-width:28vw!important;scroll-snap-align:center!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 4px 12px #00000014!important;transform:scale(.92)!important;transition:transform .3s ease,opacity .3s ease!important;opacity:.75!important}.oxyvia-testi__card.is-active{transform:scale(1)!important;opacity:1!important;box-shadow:0 8px 24px #e8547a33!important;border:2px solid #E8547A!important}.oxyvia-testi__photo-area{width:100%!important;height:160px!important;overflow:hidden!important}.oxyvia-testi__photo-img{width:100%!important;height:160px!important;object-fit:cover!important;object-position:top!important;display:block!important}.oxyvia-testi__body{padding:8px!important}.oxyvia-testi__name{font-weight:700!important;font-size:11px!important;color:#2d2d2d!important}.oxyvia-testi__verified{font-size:9px!important;color:#27ae60!important}.oxyvia-testi__stars{font-size:10px!important;letter-spacing:0!important}.oxyvia-testi__quote{font-size:10px!important;color:#555!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:5!important;-webkit-box-orient:vertical!important;overflow:hidden!important}}.oxyvia-topbar{box-sizing:border-box;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:var(--topbar-pad) 16px;background:var(--topbar-bg)}.oxyvia-topbar__text{color:var(--topbar-text);font-size:var(--topbar-text-size);font-weight:var(--topbar-text-weight);white-space:nowrap}.oxyvia-topbar__badge{background:var(--topbar-badge-bg);color:var(--topbar-badge-color);border:var(--topbar-badge-border) solid var(--topbar-badge-border-color);border-radius:var(--topbar-badge-radius);padding:var(--topbar-badge-pad-v) 10px;font-size:var(--topbar-badge-size);font-weight:var(--topbar-badge-weight);cursor:pointer;letter-spacing:.03em;white-space:nowrap;transition:opacity .15s}.oxyvia-topbar__badge:hover{opacity:.85}.oxyvia-ugc{padding:72px 0;background:#fff;overflow:hidden}.oxyvia-ugc__head{display:grid;grid-template-columns:var(--content-grid);margin-block-end:36px;text-align:center}.oxyvia-ugc__head>*{grid-column:2}@keyframes ugc-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.oxyvia-ugc__track{display:flex;gap:6px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 var(--page-margin, 20px) 8px;scrollbar-width:none;-ms-overflow-style:none}.oxyvia-ugc__track::-webkit-scrollbar{display:none}.oxyvia-ugc__track--marquee{overflow:visible;scroll-snap-type:none;padding:0;width:max-content;animation:ugc-marquee var(--ugc-duration, 25s) linear infinite}.oxyvia-ugc__item{flex:0 0 clamp(200px,22vw,280px);scroll-snap-align:start;aspect-ratio:4 / 5;overflow:hidden;border-radius:10px}.oxyvia-ugc__track--marquee .oxyvia-ugc__item{scroll-snap-align:none}.oxyvia-ugc__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.oxyvia-ugc__item:hover .oxyvia-ugc__img{transform:scale(1.05)}.oxyvia-ugc__placeholder{display:grid;grid-template-columns:var(--content-grid)}.oxyvia-ugc__placeholder>*{grid-column:2;text-align:center;color:#aaa;font-style:italic;padding:48px 0;border:2px dashed #eee;border-radius:12px}@media(max-width:540px){.oxyvia-ugc__item{flex:0 0 clamp(160px,60vw,220px)}}.psh{background:#fff;padding:80px 0}.psh__inner{max-width:1100px;margin-inline:auto;padding:0 40px;display:flex;flex-direction:column;gap:48px}.psh__title{font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:800;color:#2d2d2d;text-align:center;margin:0;line-height:1.2}.psh__cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.psh__col{border-radius:16px;padding:32px}.psh__col--problem{background:#fff0f0}.psh__col--solution{background:#fff0f3}.psh__col-title{font-size:1.125rem;font-weight:800;margin:0 0 20px;line-height:1.2}.psh__col-title--problem{color:#c0392b}.psh__col-title--solution{color:#e8547a}.psh__list{list-style:none;margin:0;padding:0}.psh__item{font-size:.9375rem;color:#2d2d2d;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06);line-height:1.5}.psh__item:last-child{border-bottom:none}@media(max-width:767px){.psh__inner{padding:0 20px;gap:32px}.psh__cols{grid-template-columns:1fr}.psh__col{padding:24px}}.product-layout{display:grid;grid-template-columns:var(--content-margin) calc(var(--content-width) / 2) calc(var(--content-width) / 2) var(--content-margin);column-gap:0;align-items:start;padding:40px 0 80px}.product-layout__gallery{grid-column:2;position:sticky;top:20px;padding:0 26px 0 0}.product-layout__info{grid-column:3;padding-left:26px}.product-gallery{display:flex;flex-direction:column;gap:8px;padding:0;margin:0}.product-gallery__main{display:grid;grid-template-columns:1fr;border-radius:0;overflow:hidden;background:#f9f9f9;aspect-ratio:1 / 1;padding:0;margin:0}.product-gallery__slide{grid-area:1 / 1;width:100%;height:100%;opacity:0;transition:opacity .25s;pointer-events:none;overflow:hidden;padding:0;margin:0}.product-gallery__slide.is-active{opacity:1;pointer-events:auto}.product-gallery__img{width:100%;height:100%;object-fit:contain;display:block;padding:0;margin:0}.product-gallery__thumbs{display:flex;flex-direction:row;gap:8px;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:72px;height:72px;border:2.5px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;padding:0;background:#f4f4f4;flex-shrink:0;transition:border-color .15s}.product-gallery__thumb.is-active{border-color:var(--product-accent, #E8547A)}.product-gallery__thumb-img{width:100%;height:100%;object-fit:cover}.product-layout__headline{margin-block-end:22px}.product-layout__title{font-size:clamp(2rem,3.2vw,2.75rem);font-weight:900;line-height:1.04;color:#111;letter-spacing:-.03em;margin-block-end:2px}.product-layout__tagline{font-size:clamp(1.75rem,2.8vw,2.4rem);font-weight:700;font-style:italic;line-height:1.05;color:var(--product-accent, #E8547A);letter-spacing:-.025em;margin-block-end:0}.product-layout__subheadline{font-size:.9375rem;line-height:1.78;color:#555;margin-block-end:22px}.product-rating-wrap{margin-block-end:20px}.product-rating{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff0f3;border-radius:50px;padding:8px 16px;max-width:100%;box-sizing:border-box}.product-rating__avatars{display:flex;flex-shrink:0}.product-rating__avatar{width:var(--avatar-size, 36px);height:var(--avatar-size, 36px);border-radius:50%;display:flex;align-items:center;justify-content:center;border:var(--avatar-border, 2px) solid #fff;margin-left:-8px;flex-shrink:0;overflow:hidden;box-shadow:0 1px 4px #00000024}.product-rating__avatar:first-child{margin-left:0}.product-rating__avatar:nth-child(1){z-index:5}.product-rating__avatar:nth-child(2){z-index:4}.product-rating__avatar:nth-child(3){z-index:3}.product-rating__avatar:nth-child(4){z-index:2}.product-rating__avatar:nth-child(5){z-index:1}.product-rating__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.product-rating__stars{position:relative;display:inline-block;font-size:1.05rem;color:#e0e0e0;letter-spacing:2px;line-height:1}.product-rating__stars-base,.product-rating__stars-fill{display:block;white-space:nowrap}.product-rating__stars-fill{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#fbbf24}.product-rating__text{font-size:.875rem;color:#777}.product-rating__text strong{color:#111;font-weight:700}.product-layout__badges{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin-block-end:22px}.product-layout__badge{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#2d2d2d;font-weight:500}.product-layout__badge-check{flex-shrink:0;display:flex;align-items:center;justify-content:center}.product-layout__price-block{margin-block-end:14px}.product-layout__price{font-size:1.65rem;font-weight:800;color:#111;margin-block-end:3px}.product-layout__daily{font-size:.85rem;color:#777;font-style:italic}.pnative__variants{margin-block-end:14px}.pnative__variant-select{width:100%;padding:10px 14px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.9375rem;color:#111;background:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.pnative__qty{display:flex;align-items:center;gap:14px;margin-block-end:14px}.pnative__qty-label{font-size:.875rem;font-weight:600;color:#333}.pnative__qty-control{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:8px;overflow:hidden}.pnative__qty-btn{width:38px;height:38px;background:#f5f5f5;border:none;cursor:pointer;font-size:1.1rem;color:#333;display:flex;align-items:center;justify-content:center;transition:background .15s}.pnative__qty-btn:hover{background:#ebebeb}.pnative__qty-input{width:48px;height:38px;border:none;border-left:1.5px solid #e0e0e0;border-right:1.5px solid #e0e0e0;text-align:center;font-size:.9375rem;font-weight:600;color:#111;-moz-appearance:textfield}.pnative__qty-input::-webkit-outer-spin-button,.pnative__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pnative__btns{display:flex;flex-direction:column;gap:10px;margin-block-end:14px}.pnative__atc{width:100%;padding:14px;background:#111;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .2s}.pnative__atc:hover{opacity:.85}.pnative__atc:disabled{background:#ccc;cursor:not-allowed;opacity:1}.product-offer-block{text-align:center;margin-block:20px 24px}.product-offer-block__title{font-size:clamp(2.25rem,4.5vw,3.25rem);font-weight:900;color:#6b0f22;letter-spacing:.06em;text-transform:uppercase;line-height:.95;margin-block-end:20px}.product-offer-block__pill-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.product-offer-block__pill{background:var(--product-accent, #E8547A);color:#fff;border-radius:10px;padding:14px 32px;font-size:1.0625rem;font-weight:800;letter-spacing:.01em;display:inline-block;box-shadow:0 6px 24px #e8547a59;transform:rotate(-4deg)}.product-offer-block__savings{display:none}@keyframes urgency-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.65);opacity:.35}}.product-urgency{display:inline-flex;align-items:center;gap:9px;background:#fff0f3;border:none!important;outline:none!important;border-style:none!important;border-radius:20px;padding:6px 16px;font-size:.875rem;color:#2d2d2d;margin-block-start:14px;margin-block-end:18px;line-height:1.5}.product-urgency strong{color:#2d2d2d;font-weight:700}.product-urgency__dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:#e8547a;animation:urgency-pulse 1.6s ease-in-out infinite}.product-payment{display:flex;align-items:center;gap:6px;margin-block-end:12px;flex-wrap:wrap;justify-content:center}.pay-icon{height:26px;width:auto;border-radius:5px;border:1px solid #e8e8e8;background:#fff;padding:2px 4px;flex-shrink:0}.product-delivery{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#555;margin-block-end:18px}.product-guarantee{display:flex;align-items:center;gap:16px;background:#fff5f7;border:1px solid #f0d8de;border-radius:12px;padding:16px;margin-block-end:24px}.product-guarantee__shield{position:relative;flex-shrink:0;color:var(--product-accent, #E8547A);display:flex}.product-guarantee__label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.5rem;font-weight:900;color:#fff;padding-top:4px;letter-spacing:0}.product-guarantee__title{font-weight:700;font-size:.9375rem;color:#111;margin-block-end:2px}.product-guarantee__text{font-size:.8125rem;color:#666;line-height:1.55}.product-faq{border:1px solid #E8E8E8;border-radius:8px;padding:0 16px;overflow:hidden}.product-faq__title{font-size:1.0625rem;font-weight:700;color:#111;margin-block:18px 4px}.product-faq__item{border-bottom:1px solid #E8E8E8;background:none}.product-faq__item:last-of-type{border-bottom:none}.product-faq__q{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;cursor:pointer;font-weight:500;font-size:.9rem;color:#6b0f22;-webkit-user-select:none;user-select:none;background:none}.product-faq__q::-webkit-details-marker{display:none}.product-faq__toggle{flex-shrink:0;font-size:1.375rem;font-weight:400;line-height:1;width:24px;text-align:center;color:#6b0f22}.product-faq__toggle:before{content:"+"}details[open] .product-faq__toggle:before{content:"\2212";color:#6b0f22}.product-faq__a-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease;overflow:hidden}details[open] .product-faq__a-wrap{grid-template-rows:1fr}.product-faq__a{overflow:hidden;padding-bottom:16px;color:#000;font-size:.875rem;line-height:1.75}.product-trust-strip{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-block:14px 18px;padding:12px 20px;background:#fff;border-radius:12px;border:1px solid #E8E8E8}.product-trust-strip__item{display:flex;align-items:center;gap:7px;font-size:.78rem;font-weight:600;color:#2d2d2d}.product-trust-strip__item svg{flex-shrink:0}.crc-wrap{display:flex;align-items:center;gap:8px;margin-block-start:20px}.crc-viewport{flex:1;overflow:hidden;border-radius:12px;display:flex;justify-content:center}.crc-track{display:flex;transition:transform .3s ease;will-change:transform;width:100%;flex-shrink:0}.crc-card{min-width:100%;width:100%;flex-shrink:0;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;box-sizing:border-box;display:flex;align-items:flex-start;gap:16px;margin:0 auto}.crc-avatar{flex-shrink:0;width:60px;height:60px}.crc-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.crc-avatar__placeholder{width:100%;height:100%;border-radius:50%;background:#f0d8de;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#e8547a}.crc-body{flex:1;min-width:0}.crc-header{display:flex;align-items:center;gap:6px;margin-block-end:8px;flex-wrap:wrap}.crc-name{font-weight:700;font-size:15px;color:#2d2d2d}.crc-verified{flex-shrink:0;display:block}.crc-stars{display:flex;align-items:center;gap:1px;margin-inline-start:2px}.crc-text{font-size:14px;color:#555;line-height:1.55;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.crc-nav{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid #e0e0e0;background:#f5f5f5;font-size:1.375rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;padding:0;transition:background .15s}.crc-nav:hover{background:#ebebeb}.crc-nav[aria-disabled=true]{opacity:.3;cursor:default;pointer-events:none}@media(max-width:768px){.crc-wrap{gap:0}.crc-nav--prev{display:none!important}.crc-nav--next{flex-shrink:0;width:36px;height:36px;font-size:1.25rem;margin-left:4px}.crc-viewport{flex:1;overflow:hidden}.crc-card{min-height:auto!important;height:auto!important;flex-direction:row!important;align-items:center!important;padding:14px 16px!important;box-sizing:border-box!important}.crc-avatar{flex-shrink:0!important}.crc-avatar__placeholder{font-size:20px!important}.crc-body{flex:1!important;min-width:0!important;padding-left:12px!important}.crc-text{-webkit-line-clamp:3!important;line-height:1.4!important}.crc-nav{flex-shrink:0;width:32px;height:32px;font-size:1.25rem}}@media(min-width:769px){.crc-nav--prev{display:none}.crc-nav--next{flex-shrink:0;width:36px;height:36px;margin-left:4px}.crc-wrap{gap:0}.crc-viewport{flex:1;overflow:hidden}}.oxyvia-anim{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.oxyvia-anim.is-visible{opacity:1;transform:none}@media(max-width:767px){.product-layout{display:flex;flex-direction:column;gap:0;padding:0;overflow-x:hidden;max-width:100%;box-sizing:border-box}.product-layout__gallery{width:100%;max-width:100%;position:static;padding:0;box-sizing:border-box}.product-layout__info{width:100%;max-width:100%;padding:20px var(--page-margin, 16px) 60px;box-sizing:border-box;min-width:0}.product-gallery__main{aspect-ratio:1 / 1;border-radius:0;background:#f9f9f9;display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-gallery__main::-webkit-scrollbar{display:none}.product-gallery__slide{opacity:1!important;pointer-events:auto!important;grid-area:unset;flex-shrink:0;width:100%;scroll-snap-align:start}.product-gallery__img{width:100%;max-width:100%}.product-layout__title{font-size:clamp(1.6rem,7vw,2rem)}.product-layout__tagline{font-size:clamp(1.1rem,5.5vw,1.4rem)}.product-offer-block__title{font-size:clamp(1.5rem,7.5vw,2.25rem)}.product-layout__badges{grid-template-columns:1fr 1fr}.product-rating-wrap{display:flex;justify-content:center}.product-rating{flex-wrap:nowrap;gap:8px}.product-rating__text{font-size:.8125rem;white-space:nowrap}}.rh{background:#fff5f7;padding:48px 0}.rh__inner{max-width:1100px;margin-inline:auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;gap:36px}.rh__title{font-size:clamp(1.4rem,2.4vw,2rem);font-weight:800;color:#2d2d2d;text-align:center;margin:0;line-height:1.2}.rh__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}.rh__badge{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 4px 16px #0000000f;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.rh__badge:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001a}.rh__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.rh__badge-title{font-size:1rem;font-weight:700;color:#2d2d2d;margin:0;line-height:1.3}.rh__badge-text{font-size:.8125rem;color:#555;margin:0;line-height:1.65}@media(max-width:1023px){.rh__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.rh{padding:48px 0}.rh__inner{padding:0 20px;gap:24px}}@media(max-width:479px){.rh__grid{grid-template-columns:1fr}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.spb{background:var(--spb-bg);overflow:hidden;padding:14px 0}.spb__marquee{overflow:hidden;width:100%}@keyframes spb-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.spb__track{display:flex;align-items:center;gap:0;width:max-content;animation:spb-scroll var(--spb-duration, 28s) linear infinite}.spb__item{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;color:var(--spb-color);font-size:.9rem;font-weight:600;padding:0 28px;letter-spacing:.02em}.spb__dot{opacity:.55;font-size:1.2em}.th{background:#fff5f7;padding:80px 0}.th__inner{max-width:1100px;margin-inline:auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;gap:16px}.th__title{font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:800;color:#2d2d2d;text-align:center;margin:0;line-height:1.2}.th__subtitle{font-size:clamp(.9375rem,1.4vw,1.0625rem);color:#6b7280;text-align:center;margin:0;line-height:1.5}.th__carousel-wrap{display:flex;align-items:center;gap:16px;width:100%;margin-top:32px}.th__viewport{overflow:hidden;flex:1;min-width:0}.th__track{display:flex;transition:transform .45s ease;will-change:transform}.th__card-wrap{flex:0 0 calc(100% / 3);box-sizing:border-box;padding:0 8px}.th__card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 16px #00000014;height:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.th__card-header{display:flex;align-items:flex-start;gap:12px}.th__avatar-wrap{flex-shrink:0}.th__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;display:block}.th__avatar-placeholder{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#fbdde4,#e8547a)}.th__meta{flex:1;min-width:0;padding-top:2px}.th__name-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.th__name{font-weight:700;color:#2d2d2d;font-size:.9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.th__stars{color:#fbbf24;font-size:.8125rem;letter-spacing:1px;flex-shrink:0}.th__badge{display:inline-block;color:#16a34a;font-size:.75rem;font-weight:600;margin-top:5px}.th__text{font-size:.875rem;font-style:italic;color:#555;line-height:1.7;margin:0;flex:1}.th__arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--th-accent, #E8547A);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s;padding:0}.th__arrow:hover{opacity:.82}.th__dots{display:flex;justify-content:center;gap:8px;margin-top:8px}.th__dot{width:8px;height:8px;border-radius:50%;background:var(--th-accent, #E8547A);opacity:.25;border:none;cursor:pointer;transition:opacity .25s;padding:0}.th__dot--active{opacity:1}@media(max-width:767px){.th{padding:56px 0}.th__inner{padding:0 20px;gap:12px}.th__carousel-wrap{gap:10px}.th__card-wrap{flex:0 0 100%;padding:0}.th__arrow{width:36px;height:36px}}.vh{background:#fff;padding:80px 0}.vh__inner{max-width:1100px;margin-inline:auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;gap:20px}.vh__title{font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:800;color:#2d2d2d;text-align:center;margin:0;line-height:1.2}.vh__subtitle{font-size:clamp(.9375rem,1.4vw,1.125rem);color:#6b7280;text-align:center;margin:0;line-height:1.5}.vh__video-wrap{width:100%;max-width:800px;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f;margin-top:8px}.vh__video{display:block;width:100%;height:auto}@media(max-width:767px){.vh{padding:56px 0}.vh__inner{padding:0 20px;gap:16px}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
