:root{--brand-black: #000000;--brand-white: #FFFFFF;--brand-off-white: #FAFAFA;--brand-cream: #F5F0EB;--brand-accent: #E22245;--brand-text: #1A1A1A;--brand-text-muted: #666666;--brand-text-light: #B3B3B3;--brand-border: #E5E5E5;--brand-border-dark: #333333;--brand-success: #2D7A4B;--brand-sale: #E22245;--brand-accent-dark: #B81B38;--brand-overlay: rgba(0, 0, 0, .4);--brand-overlay-light: rgba(0, 0, 0, .15);--brand-overlay-strong: rgba(0, 0, 0, .7);--preto-profundo: #0F0E0C;--branco-quente: #FAF7F2;--cinza-texto: #5C564E;--areia: #D4C4A8;--bege-quente: #E8DEC9;--champagne-base: #F5EFE6;--dourado-fosco: #B8924A;--dourado-escuro: #8B6F35;--space-1: .4rem;--space-2: .8rem;--space-3: 1.2rem;--space-4: 1.6rem;--space-5: 2.4rem;--space-6: 3.2rem;--space-7: 4rem;--space-8: 4.8rem;--space-9: 6.4rem;--space-10: 8rem;--space-11: 9.6rem;--space-12: 12.8rem;--section-padding-mobile: var(--space-9);--section-padding-desktop: var(--space-11);--text-xs: 1.2rem;--text-sm: 1.4rem;--text-base: 1.6rem;--text-lg: 1.8rem;--text-xl: 2rem;--text-h3: clamp(2.4rem, 2vw + 1.6rem, 3.2rem);--text-h2: clamp(3.2rem, 3vw + 1.6rem, 4.8rem);--text-h1: clamp(4.8rem, 5vw + 2rem, 8rem);--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--tracking-display: -.02em;--tracking-tight: -.01em;--tracking-normal: 0;--tracking-wide: .05em;--tracking-wider: .1em;--tracking-widest: .15em;--brand-radius: 0;--brand-radius-pill: 9999px;--brand-button-padding-y: 1.6rem;--brand-button-padding-x: 3.2rem;--brand-transition-fast: .15s ease;--brand-transition: .2s ease;--brand-transition-slow: .4s ease;--brand-focus-outline: 2px solid var(--brand-black);--brand-focus-offset: 2px}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:var(--brand-focus-outline);outline-offset:var(--brand-focus-offset)}.header__logo-text .header__logo-link{font-family:var(--font-heading-family, "Inter", system-ui, sans-serif);font-weight:var(--font-weight-extrabold);font-size:2rem;letter-spacing:var(--tracking-widest);text-transform:uppercase;color:rgb(var(--color-foreground));text-decoration:none;white-space:nowrap}@media screen and (min-width:990px){.header__logo-text .header__logo-link{font-size:2.4rem}}.brand-eyebrow{font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--brand-text-muted)}.brand-h1{font-size:var(--text-h1);font-weight:var(--font-weight-extrabold);letter-spacing:var(--tracking-display);line-height:1.05}.brand-h2{font-size:var(--text-h2);font-weight:var(--font-weight-bold);letter-spacing:var(--tracking-tight);line-height:1.1}.brand-h3{font-size:var(--text-h3);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-tight);line-height:1.2}.brand-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--brand-button-padding-y) var(--brand-button-padding-x);border:1px solid transparent;border-radius:var(--brand-radius);font-family:var(--font-heading-family, "Inter", system-ui, sans-serif);font-size:var(--text-sm);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-wider);text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color var(--brand-transition),color var(--brand-transition),border-color var(--brand-transition)}.brand-button--primary{background-color:var(--brand-black);color:var(--brand-white);border-color:var(--brand-black)}.brand-button--primary:hover{background-color:transparent;color:var(--brand-black)}.brand-button--secondary{background-color:transparent;color:var(--brand-black);border-color:var(--brand-black)}.brand-button--secondary:hover{background-color:var(--brand-black);color:var(--brand-white)}.brand-button--ghost{background-color:transparent;color:var(--brand-black);border-color:transparent;padding-inline:0}.brand-button--ghost:after{content:"\2192";margin-inline-start:var(--space-2);transition:transform var(--brand-transition)}.brand-button--ghost:hover:after{transform:translate(4px)}:root{--brand-container-max: 168rem;--brand-container-narrow: 120rem;--brand-container-prose: 72rem;--brand-gutter-mobile: var(--space-5);--brand-gutter-desktop: var(--space-8)}.brand-container{max-width:var(--brand-container-max);margin-inline:auto;padding-inline:var(--brand-gutter-mobile)}.brand-container--narrow{max-width:var(--brand-container-narrow)}.brand-container--prose{max-width:var(--brand-container-prose)}@media screen and (min-width:990px){.brand-container{padding-inline:var(--brand-gutter-desktop)}}.brand-section{padding-block:var(--section-padding-mobile)}.brand-section--tight{padding-block:var(--space-8)}.brand-section--loose{padding-block:var(--space-12)}@media screen and (min-width:990px){.brand-section{padding-block:var(--section-padding-desktop)}}:root{--brand-z-below: -1;--brand-z-base: 0;--brand-z-raised: 10;--brand-z-sticky: 100;--brand-z-overlay: 1000;--brand-z-drawer: 2000;--brand-z-modal: 3000;--brand-z-toast: 4000}:root{--brand-ease: cubic-bezier(.4, 0, .2, 1);--brand-ease-out: cubic-bezier(0, 0, .2, 1);--brand-ease-in: cubic-bezier(.4, 0, 1, 1);--brand-ease-bounce: cubic-bezier(.68, -.55, .265, 1.55)}.brand-bg-white{background-color:var(--brand-white)}.brand-bg-off-white{background-color:var(--brand-off-white)}.brand-bg-cream{background-color:var(--brand-cream)}.brand-bg-black{background-color:var(--brand-black);color:var(--brand-white)}.brand-text-center{text-align:center}.brand-text-left{text-align:left}.brand-text-right{text-align:right}.brand-uppercase{text-transform:uppercase;letter-spacing:var(--tracking-wider)}.brand-muted{color:var(--brand-text-muted)}.brand-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.yp-header-scroll{transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.yp-header-scroll.yp-header--hidden{transform:translate3d(0,-110%,0)}@media(max-width:749px){.yp-header-scroll.yp-header--revealed .header,.yp-header-scroll.yp-header--revealed .header-wrapper{background-color:#000!important;color:#fff!important}.yp-header-scroll.yp-header--revealed .header__logo-image{display:none!important}.yp-header-scroll.yp-header--revealed .header__logo-image-transparent{display:block!important;opacity:1!important}.yp-header-scroll.yp-header--revealed .header a,.yp-header-scroll.yp-header--revealed .header button,.yp-header-scroll.yp-header--revealed .header svg,.yp-header-scroll.yp-header--revealed .header__icon-list a,.yp-header-scroll.yp-header--revealed .header__menu-toggle,.yp-header-scroll.yp-header--revealed nav a{color:#fff!important;fill:currentColor!important}.yp-header-scroll.yp-header--revealed .header svg path,.yp-header-scroll.yp-header--revealed .header svg line,.yp-header-scroll.yp-header--revealed .header svg circle{stroke:#fff!important}}.header__logo-image,.header__logo-image-transparent{max-height:44px!important;width:auto!important;object-fit:contain}@media(max-width:749px){.header__logo-image,.header__logo-image-transparent{max-height:38px!important}}.hero-banner,.section-hero-banner>.hero-banner{width:100%!important;height:100vh!important;height:100svh!important;min-height:540px!important;max-height:none!important;aspect-ratio:auto!important;background-color:#f3e6d3;display:flex!important;flex-direction:column!important}.hero-banner .hero__swiper,.hero-banner .swiper{flex:1 1 auto!important;width:100%!important;height:100%!important;min-height:0!important}.hero-banner .swiper-wrapper{width:100%!important;height:100%!important}.hero-banner .hero__swiper-slide,.hero-banner .swiper-slide{width:100%!important;height:100%!important;min-height:0!important}.hero-banner .hero__media,.hero-banner .media,.hero-banner .media.media--16-9,.hero-banner .media.media--9-16{width:100%!important;height:100%!important;aspect-ratio:auto!important;background-color:transparent}.hero-banner .media img,.hero-banner .media picture,.hero-banner .media picture img,.hero-banner .hero__media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}@media(max-width:749px){.hero-banner,.section-hero-banner>.hero-banner{height:100svh!important;height:100dvh;aspect-ratio:auto!important;min-height:600px!important;max-height:none!important}.hero-banner .media img,.hero-banner .media picture img,.hero-banner .hero__media img{object-fit:cover!important;object-position:center center!important}}.footer__inner,.footer__blocks,.footer-block-list{word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important}.footer__block,.footer__block-list,.footer-block{word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important;min-width:0!important}.footer__block *{word-break:normal!important;overflow-wrap:anywhere!important}.footer__block--brand img,.footer__block.footer__block--brand img,.footer-block--brand img{background:transparent!important;max-width:180px;width:100%;height:auto}.footer__block a[href^="mailto:"]{word-break:break-all!important}@media(max-width:749px){.footer__block,.footer-block{width:100%!important;flex:1 1 100%!important;text-align:center;margin-bottom:1.5rem}.footer__block--brand img,.footer-block--brand img{margin:0 auto}.footer__block ul,.footer-block ul{padding:0}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}@media(min-width:750px)and (max-width:989px){.footer__block,.footer-block{flex-basis:calc(50% - 1rem)!important;max-width:calc(50% - 1rem)!important}}.yp-price-extras{margin-top:.4rem;font-size:.85em;line-height:1.45}.yp-price-pix{color:#0a8f3a;font-weight:500}.yp-price-pix strong{font-weight:700;color:#0a8f3a}.yp-price-pix-pct{font-weight:400;font-size:.9em;opacity:.9}.yp-price-installments{color:rgba(var(--color-foreground),.75);margin-top:.15rem;font-size:.95em}.yp-price-installments strong{font-weight:600;color:rgb(var(--color-foreground))}@media(max-width:749px){.card-product-slider .swiper-slide{width:calc(50% - .5rem)!important;flex-shrink:0!important}}.product-card{border-radius:1.6rem!important;overflow:hidden;background:rgb(var(--color-background));transition:box-shadow .3s ease,transform .3s ease}.product-card:hover{box-shadow:0 12px 32px -12px #0f0f0f2e;transform:translateY(-2px)}.product-card .product-card__media,.product-card .media,.product-card__actions{border-radius:1.6rem 1.6rem 0 0!important;overflow:hidden}.product-card .product-card__info .product-card__title,.product-card .product-card__title,.product-card__title span,.card-product-small-title{text-transform:none!important;letter-spacing:0!important;font-weight:600!important;font-size:1.4rem!important;line-height:1.3!important}.product-card .product-card__info .product-card__price .price{text-transform:none!important;letter-spacing:0!important;font-size:1.5rem!important;font-weight:700!important}.product-card__badge--on-start{padding:0!important}.product-card__add-to-cart--form{display:block!important;width:100%!important;padding:0 1.2rem 1.2rem!important;margin:0!important;box-sizing:border-box!important}.product-card__add-to-cart--button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:1rem!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;padding:1.2rem 1.4rem!important;margin:1rem 0 0!important;border-radius:1rem!important;border:1.5px solid #B8954D!important;background:#fff!important;color:#0f0f0f!important;font-size:1.2rem!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;text-decoration:none!important;cursor:pointer!important;position:relative!important;inset:auto!important;box-shadow:0 2px 8px -2px #b8954d2e!important;box-sizing:border-box!important;overflow:hidden!important;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease!important}.product-card__add-to-cart--button:hover{background:linear-gradient(135deg,#b8954d,#c9a961)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 8px 20px -4px #b8954d73!important}.product-card__add-to-cart--button>svg,.product-card__add-to-cart--button .icon,.product-card__add-to-cart--button .product-card__add-to-cart--text,.product-card__add-to-cart--button .visually-hidden,.product-card__add-to-cart--button>span.visually-hidden{display:none!important}.product-card__add-to-cart--button>span:not(.visually-hidden){display:inline-block!important;font-size:1.2rem!important;font-weight:700!important;letter-spacing:.06em!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-card__add-to-cart--button:before{content:""!important;display:inline-block!important;width:1.8rem!important;height:1.8rem!important;flex-shrink:0!important;background-color:currentColor!important;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/><line x1='3' y1='6' x2='21' y2='6'/><path d='M16 10a4 4 0 0 1-8 0'/></svg>")!important;mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/><line x1='3' y1='6' x2='21' y2='6'/><path d='M16 10a4 4 0 0 1-8 0'/></svg>")!important;-webkit-mask-size:contain!important;mask-size:contain!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-position:center!important;mask-position:center!important;transition:background-color .2s ease,transform .2s ease!important}.product-card__add-to-cart--button:hover:before{transform:scale(1.05)}@media(max-width:749px){.product-card__add-to-cart--form{padding:0 .8rem .8rem!important}.product-card__add-to-cart--button{padding:1rem!important;font-size:1.1rem!important;gap:.6rem!important}.product-card__add-to-cart--button>span:not(.visually-hidden){font-size:1.1rem!important}.product-card__add-to-cart--button:before{width:1.5rem!important;height:1.5rem!important}}.product-card__wishlist,[class*=wishlist] button{border-radius:50%!important;background:#fffffff2!important}.yp-price-extras{margin-top:.6rem;padding-top:.6rem;border-top:1px solid rgba(15,15,15,.06)}.hero__subheading{font-family:Inter,system-ui,sans-serif!important;font-size:clamp(1.1rem,1.2vw,1.4rem)!important;font-weight:500!important;letter-spacing:.32em!important;text-transform:uppercase!important;color:#2a2622!important;margin:0 0 2rem!important}.hero__subheading a{color:inherit!important;text-decoration:none!important}.hero__heading,.hero__heading h1,.hero__heading h2,.hero__heading h3,.hero__heading p{font-family:Inter,Helvetica Neue,system-ui,sans-serif!important;font-size:clamp(4.8rem,8vw,9.6rem)!important;font-weight:800!important;letter-spacing:-.005em!important;line-height:.95!important;text-transform:uppercase!important;background:linear-gradient(180deg,#d4ad62,#b8954d,#8a6e35)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;margin:0 0 1.6rem!important;display:inline-block;filter:drop-shadow(0 1px 0 rgba(184,149,77,.4))}.hero__heading:after{content:"";display:block;width:56px;height:1.5px;background:#b8954d;margin:2.4rem 0 0;border-radius:2px;-webkit-text-fill-color:initial}.hero__entry,.hero__entry p,.hero__entry>*{font-family:Italianno,Brush Script MT,cursive!important;font-size:clamp(3.2rem,4.5vw,5.6rem)!important;font-weight:400!important;color:#0f0f0f!important;-webkit-text-fill-color:#0F0F0F!important;font-style:italic!important;line-height:1.1!important;margin:0 0 2.8rem!important;letter-spacing:0!important;background:none!important}.hero__button .button,.hero__button .button--filled,.hero__button .button--text,.hero__button .button--outlined{background:transparent!important;color:#0f0f0f!important;border:none!important;border-bottom:1.5px solid #b8954d!important;border-radius:0!important;padding:.6rem 0!important;font-family:Inter,system-ui,sans-serif!important;font-size:1.3rem!important;font-weight:600!important;letter-spacing:.2em!important;text-transform:uppercase!important;transition:color .2s ease,border-color .2s ease,transform .2s ease!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;gap:1.2rem!important;width:auto!important}.hero__button .button:after,.hero__button .button--filled:after{content:"\2192";font-size:1.6rem;font-weight:400;display:inline-block;transition:transform .2s ease}.hero__button .button:hover{color:#b8954d!important;border-color:#c9a961!important}.hero__button .button:hover:after{transform:translate(4px)}.hero__button{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:2.4rem!important}@media(max-width:749px){.hero__heading,.hero__heading h1,.hero__heading h2,.hero__heading p{font-size:clamp(3.6rem,11vw,5.6rem)!important;line-height:1!important}.hero__heading:after{margin-inline:auto}.hero__entry,.hero__entry p{font-size:clamp(2.8rem,8vw,4.4rem)!important}.hero__subheading{font-size:1rem!important;letter-spacing:.25em!important}.hero__button{justify-content:center!important}}.hero__content{max-width:64rem}.hero-banner .hero__swiper-slide:before,.hero-banner .swiper-slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2;background:linear-gradient(180deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,.3) 25%,rgba(255,255,255,.1) 45%,transparent 60%)}@media(max-width:749px){.hero-banner .hero__swiper-slide:before,.hero-banner .swiper-slide:before{background:linear-gradient(180deg,rgba(255,255,255,.65) 0%,rgba(255,255,255,.4) 30%,rgba(255,255,255,.15) 50%,transparent 65%)}}.hero-banner .hero__content{position:relative;z-index:3}@media(max-width:749px){.hero-banner--full .hero__content,.hero-banner .hero__content{align-items:center!important;justify-content:flex-start!important;padding-top:8rem!important;padding-bottom:0!important;text-align:center!important}.hero-banner--full .hero__inner,.hero-banner .hero__inner{align-items:flex-start!important;padding-top:6rem!important}}.products-feed__tab button:not(.active),.products-feed__tab .button:not(.active),.products-feed__tab button[class*=products-feed__tablinks]:not(.active){background-color:#fff!important;background:#fff!important;border-color:#b8954d!important;color:#0f0f0f!important}.products-feed__tab .button.button--filled,.products-feed__tab .button.button--outlined,.products-feed__tab button[class*=products-feed__tablinks],.products-feed__tab .button,[class*=products-feed__tablinks]{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:1rem 2rem!important;margin:0 .4rem!important;border-radius:1rem!important;border:1.5px solid #B8954D!important;background:#fff!important;color:#0f0f0f!important;font-family:Inter,system-ui,sans-serif!important;font-size:1.2rem!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;text-decoration:none!important;cursor:pointer!important;position:relative!important;box-shadow:0 2px 8px -2px #b8954d2e!important;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease!important;white-space:nowrap!important}.products-feed__tab .button:hover,[class*=products-feed__tablinks]:hover{background:linear-gradient(135deg,#b8954d,#c9a961)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 8px 20px -4px #b8954d73!important}.products-feed__tab .button.button--filled.active,.products-feed__tab .button.button--outlined.active,.products-feed__tab .button.active,.products-feed__tab .button[aria-selected=true],.products-feed__tab .button.is-active,[class*=products-feed__tablinks].active,[class*=products-feed__tablinks][aria-selected=true],[class*=products-feed__tablinks].is-active{background:linear-gradient(135deg,#b8954d,#c9a961)!important;color:#fff!important;border-color:#b8954d!important;box-shadow:0 6px 16px -4px #b8954d73!important}@media(max-width:749px){.products-feed__tab .button,[class*=products-feed__tablinks]{padding:.8rem 1.4rem!important;font-size:1.1rem!important;margin:0 .3rem!important}}.yes-kits-leve-3 .yp-grid{display:grid;width:100%;margin:0 auto;padding:0;list-style:none}@media screen and (max-width:749px){.yes-kits-leve-3 .yp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}}@media screen and (min-width:750px){.yes-kits-leve-3 .yp-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 24px}}.yes-kits-leve-3 .yp-grid__item{width:100%;min-width:0;max-width:100%}.yes-kits-leve-3 .product-card,.yes-kits-leve-3 .product-card-wrapper,.yes-kits-leve-3 .card-wrapper{width:100%;max-width:100%;min-width:0}.yes-kits-leve-3 .product-card__media,.yes-kits-leve-3 .media{width:100%;overflow:hidden}.yes-kits-leve-3 img{max-width:100%;height:auto}.section__head{text-align:center!important;margin-bottom:2.4rem!important}.section__head-title{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.8rem!important}.section__head .text--label,.section__head .text--label.rte{font-family:Inter,system-ui,sans-serif!important;font-size:1.2rem!important;font-weight:500!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:var(--cinza-texto, #5C564E)!important;margin:0!important;order:1}.section__head .section__heading,.section__head h2{font-family:Cormorant Garamond,Georgia,serif!important;font-weight:500!important;font-size:clamp(2.8rem,4vw,4.4rem)!important;line-height:1.1!important;letter-spacing:0!important;text-transform:none!important;color:var(--preto-profundo, #0F0E0C)!important;margin:0!important;order:2}.yp-section-header__kicker{font-family:Inter,system-ui,sans-serif!important;font-size:1.2rem!important;font-weight:500!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:var(--cinza-texto, #5C564E)!important}.yp-section-header__title{font-family:Cormorant Garamond,Georgia,serif!important;font-weight:500!important;font-size:clamp(2.8rem,4vw,4.4rem)!important;line-height:1.1!important;letter-spacing:0!important;text-transform:none!important;color:var(--preto-profundo, #0F0E0C)!important}.yp-section-header__sub{font-family:Inter,system-ui,sans-serif!important;font-size:1.4rem!important;color:var(--cinza-texto, #5C564E)!important}body.template--index{background:linear-gradient(180deg,#faf7f2,#f5efe6 60%,#efe5d2)!important;background-attachment:fixed}
/*# sourceMappingURL=/cdn/shop/t/12/assets/yes-parfum-tokens.css.map */
