.collection-hero__scroll-section{position:relative;min-height:auto;background:var(--bg-color);background-image:var(--bg-desktop);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background-repeat:no-repeat}@media(max-width:749px){.collection-hero__scroll-section{background-image:var(--bg-mobile)}}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.collection-hero__content{position:relative;z-index:2;padding:30px 20px;min-height:240px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.collection-hero__content *{line-height:1.25}@media screen and (min-width:600px){.collection-hero__content{max-width:890px}}.collection-hero__title{font-size:clamp(28px,4vw,48px);font-weight:500;margin-top:0;color:var(--color-heading)}.collection-hero__subtitle *{font-size:18px}@media screen and (min-width:600px){.collection-hero__subtitle *{font-size:20px}}.collection-hero__description{margin-top:20px;margin-bottom:20px}.collection-hero__description *{line-height:1.25;font-size:16px;text-wrap:balance;margin:0}.collection-hero__description .mirra-modal-button{display:flex;flex-direction:column;padding:0;gap:6px}@media screen and (min-width:600px){.collection-hero__description .mirra-modal-button{flex-direction:row}}.collection-hero__description .collection-hero__description-bottom{display:flex;align-items:center;gap:5px}@media screen and (min-width:600px){.collection-hero__description .collection-hero__description-bottom{gap:4px}}.collection-hero__buttons{display:none;gap:15px;justify-content:center;margin-bottom:20px}.collection-hero__btn{padding:10px 22px;text-decoration:none;font-weight:500;border:1px solid currentColor}@media(max-width:600px){.scroll-down-btn{display:none}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(4px)}}.hero-section{background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:0;min-height:fit-content;position:relative;overflow:hidden;padding-inline:20px}@media screen and (max-width:767px){.hero-section{background-image:linear-gradient(to right,#fbece8,#fef1ee)}}@media screen and (min-width:768px){.hero-section{min-height:80dvh;padding-inline:0}}.hero-section__container{position:relative;width:100%;max-width:1400px;margin:0 auto;min-height:inherit;padding-block:20px 50px;display:flex;flex-direction:column;align-items:stretch}@media screen and (min-width:768px){.hero-section__container{display:block;padding:0}}.hero-section__content{position:relative;width:100%;z-index:2;display:flex;flex-direction:column;justify-content:space-between;gap:0;max-width:100%;flex:1;min-height:0;gap:56px}@media screen and (min-width:768px){.hero-section__content{flex:none;position:absolute;bottom:0;height:100%;max-width:50%;gap:20px;justify-content:center;padding-block:40px}}@media screen and (min-width:768px){.hero-section__container--content-right .hero-section__content{right:0}}@media screen and (min-width:768px){.hero-section__container--content-left .hero-section__content{left:0}}.hero-section__text{display:flex;flex-direction:row-reverse;align-items:flex-end;gap:16px;margin-bottom:0;position:relative;padding-block-start:80px}@media screen and (min-width:768px){.hero-section__text{padding-block-start:0;display:block;margin-bottom:12px}}.hero-section__image-wrapper{position:absolute;bottom:0;width:var(--hero-image-width);display:flex;align-items:flex-end;z-index:1}@media screen and (min-width:768px){.hero-section__image-wrapper{height:100%}}.hero-section__image-wrapper--desktop{display:none}@media screen and (min-width:768px){.hero-section__image-wrapper--desktop{display:flex}}@media screen and (min-width:768px){.hero-section__container--content-right .hero-section__image-wrapper{left:-15%;justify-content:flex-start}.hero-section__container--content-right .hero-section__image-wrapper--center{justify-content:center}.hero-section__container--content-right .hero-section__image-wrapper--end{justify-content:flex-end}.hero-section__container--content-left .hero-section__image-wrapper{right:-15%;justify-content:flex-end}.hero-section__container--content-left .hero-section__image-wrapper--start{justify-content:flex-end}.hero-section__container--content-left .hero-section__image-wrapper--center{justify-content:center}.hero-section__container--content-left .hero-section__image-wrapper--end{justify-content:flex-start}.hero-section__container--content-right .hero-section__box{padding-right:80px}.hero-section__container--content-left .hero-section__box{padding-left:80px}}.hero-section__title *{font-size:24px;line-height:1.15;color:var(--color-heading);font-family:var(--font-head-family);margin:0}@media screen and (min-width:768px){.hero-section__title *{font-size:52px}}.hero-section__subtitle *{font-size:20px;color:var(--color-text);opacity:.9;line-height:1.5;margin:0}.hero-section__box{background:var(--color-background);padding:35px 30px;border-radius:12px;box-shadow:0 4px 24px #00000014;width:100%;max-width:100%;margin-inline:auto;position:relative;z-index:2;display:flex;flex-direction:column;gap:20px}@media screen and (min-width:768px){.hero-section__box{padding:30px 35px;max-width:fit-content;margin-left:0}}.hero-section__box-title *{font-size:32px;margin:0;font-family:var(--font-head-family);color:var(--color-heading);padding-block-end:10px}@media screen and (min-width:768px){.hero-section__box-title *{font-size:30px}}.hero-section__box-points{color:var(--color-text);opacity:.9;line-height:1.6;margin:0}.hero-section__box-points ul{margin:0}.hero-section__box-points li{margin-bottom:8px;font-size:18px}@media screen and (min-width:768px){.hero-section__box-points li{font-size:20px}}.hero-section__box-points p{margin:0 0 8px}.hero-section__buttons{display:flex;flex-direction:column;flex-wrap:wrap;gap:12px;width:100%}@media screen and (min-width:768px){.hero-section__buttons{width:auto;flex-direction:row}.hero-section__buttons .btn{min-width:190px}}.hero-section__floating-image{height:auto;display:block;object-fit:cover;margin-bottom:-3px;height:100%;width:100%}.hero-section__image--mobile{position:absolute;top:0;right:-100px;display:flex;flex-shrink:0;max-width:85%;width:100%;pointer-events:none}@media screen and (min-width:600px)and (max-width:767px){.hero-section__image--mobile{max-width:100%;top:0;right:-10px;width:310px}}@media screen and (min-width:768px){.hero-section__image--mobile{display:none}}.hero-section__image--mobile img{width:100%;object-fit:cover;aspect-ratio:1;height:100%}.hero-section__text-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px;max-width:58%;margin-right:auto}@media screen and (min-width:768px){.hero-section__text-content{max-width:100%;margin:0}}.home-tryon-steps__inner{text-align:center}.home-tryon-steps__intro{max-width:44rem;margin-left:auto;margin-right:auto}.home-tryon-steps__heading{margin-bottom:0;text-align:center;font-size:clamp(1.625rem,3.5vw,2.125rem);line-height:1.15;letter-spacing:-.02em;color:#6a3a2f;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.home-tryon-steps__track-outer{--home-tryon-track-inline: clamp(1.125rem, 4.5vw, 2.75rem);display:flex;flex-direction:row;align-items:center;gap:.625rem;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-inline:var(--home-tryon-track-inline);box-sizing:border-box;position:relative}.home-tryon-steps__arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;cursor:pointer;line-height:0;color:inherit;transition:opacity .5s ease}.home-tryon-steps__arrow:focus{outline:none}.home-tryon-steps__arrow:focus-visible{outline:2px solid rgba(229,114,97,.55);outline-offset:3px;border-radius:4px}.home-tryon-steps__arrow:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.home-tryon-steps__arrow[hidden]{display:none!important}.home-tryon-steps__arrow-icon{display:block}.home-tryon-steps__arrow-icon svg{display:block}.home-tryon-steps__track-wrap{--home-tryon-scroll-fade: var(--color-background, #faf4f4);flex:1;min-width:0;position:relative;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.home-tryon-steps__track-wrap:before,.home-tryon-steps__track-wrap:after{content:"";position:absolute;top:0;bottom:0;width:clamp(1.75rem,6vw,3.25rem);max-height:100%;pointer-events:none;z-index:2;opacity:0;transition:opacity .28s ease}.home-tryon-steps__track-wrap:before{left:0;background:linear-gradient(90deg,var(--home-tryon-scroll-fade) 0%,rgba(255,255,255,0) 100%)}.home-tryon-steps__track-wrap:after{right:0;background:linear-gradient(270deg,var(--home-tryon-scroll-fade) 0%,rgba(255,255,255,0) 100%)}.home-tryon-steps__track-wrap--fade-start:before{opacity:1}.home-tryon-steps__track-wrap--fade-end:after{opacity:1}@media screen and (max-width:749px){.home-tryon-steps,.home-tryon-steps .home-tryon-steps__inner{overflow-x:visible}.home-tryon-steps__track-wrap:before,.home-tryon-steps__track-wrap:after{display:none}}@media(prefers-reduced-motion:reduce){.home-tryon-steps__track-wrap:before,.home-tryon-steps__track-wrap:after{transition:none}}.home-tryon-steps__track{container-type:inline-size;container-name:home-tryon-steps;flex:1;min-width:0;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:clamp(1rem,5vw,2rem);padding-bottom:4px;outline:none;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none}.home-tryon-steps__track::-webkit-scrollbar{display:none}.home-tryon-steps__track:focus-visible{box-shadow:0 0 0 2px #e5726173;border-radius:6px}.home-tryon-steps__list{--home-tryon-card-shadow-gutter: clamp(1rem, 5vw, 2rem);list-style:none;margin:0;padding-inline:var(--home-tryon-card-shadow-gutter);padding-top:40px;padding-bottom:40px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:1rem;width:max-content;min-height:100%}.home-tryon-steps__list--closed{padding-bottom:4px}@media screen and (max-width:749px){.home-tryon-steps__track-outer{display:block;width:calc(100vw + 30px);max-width:none;margin-left:calc(50% - 50vw - 15px);margin-right:calc(50% - 50vw - 15px)}.home-tryon-steps__arrow--prev{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);z-index:3}.home-tryon-steps__arrow--next{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);z-index:3}.home-tryon-steps__track-wrap{width:100%;flex:none}.home-tryon-steps__list{padding-inline:0}.home-tryon-steps .home-tryon-steps__list>li:first-of-type{margin-inline-start:15px}.home-tryon-steps .home-tryon-steps__list>li:last-of-type{margin-inline-end:15px}}.home-tryon-steps__item{display:flex;flex-direction:column;align-items:stretch;flex:0 0 auto;width:min(20rem,calc(100vw - 2rem));min-width:0;scroll-snap-align:start;scroll-snap-stop:normal}@media screen and (max-width:749px){.home-tryon-steps__item{width:min(20rem,calc(100vw - 2.25rem))}@supports (width: 1cqi){.home-tryon-steps__item{width:min(20rem,calc(100cqi - 2.25rem))}}}@media screen and (min-width:750px){.home-tryon-steps__item{width:20rem}}.home-tryon-steps__item--odd .home-tryon-steps__card{transform:rotate(-.6deg)}.home-tryon-steps__item--even .home-tryon-steps__card{transform:rotate(.6deg)}.home-tryon-steps__card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;margin:0;padding-block:1.5rem 1.4rem;padding-inline:1.75rem;border-radius:22px;text-align:center;background:linear-gradient(155deg,#fffcfbfa,#f9f2f2 48%,#f5ebe9);border:1px solid rgba(229,114,97,.14);box-shadow:0 1px #ffffffa6 inset,0 12px 36px #6a3a2f12,0 4px 12px #6a3a2f0a;transition:transform .3s ease,box-shadow .3s ease}@media screen and (min-width:750px){.home-tryon-steps__card{padding-block:1.65rem 1.5rem;padding-inline:2.125rem;border-radius:24px}.home-tryon-steps__item--odd .home-tryon-steps__card:hover{transform:rotate(-.6deg) translateY(-4px);box-shadow:0 1px #ffffffa6 inset,0 20px 48px #6a3a2f1a,0 8px 20px #e5726114}.home-tryon-steps__item--even .home-tryon-steps__card:hover{transform:rotate(.6deg) translateY(-4px);box-shadow:0 1px #ffffffa6 inset,0 20px 48px #6a3a2f1a,0 8px 20px #e5726114}}@media screen and (max-width:749px){.home-tryon-steps__item--odd .home-tryon-steps__card:hover{transform:rotate(-.6deg) translateY(-3px);box-shadow:0 1px #ffffffa6 inset,0 16px 40px #6a3a2f17,0 6px 16px #e5726112}.home-tryon-steps__item--even .home-tryon-steps__card:hover{transform:rotate(.6deg) translateY(-3px);box-shadow:0 1px #ffffffa6 inset,0 16px 40px #6a3a2f17,0 6px 16px #e5726112}}@media(prefers-reduced-motion:reduce){.home-tryon-steps__track{scroll-snap-type:none}.home-tryon-steps__card,.home-tryon-steps__arrow{transition:none}.home-tryon-steps__item--odd .home-tryon-steps__card,.home-tryon-steps__item--even .home-tryon-steps__card,.home-tryon-steps__card:hover,.home-tryon-steps__item--odd .home-tryon-steps__card:hover,.home-tryon-steps__item--even .home-tryon-steps__card:hover{transform:none}}.home-tryon-steps__index-ring{display:inline-flex;align-items:center;justify-content:center;padding:5px;margin:0 auto 1rem;border-radius:999px;background:linear-gradient(145deg,#e5726138,#e572610d);box-shadow:0 0 0 1px #e572611f}.home-tryon-steps__index{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;flex-shrink:0;font-size:.875rem;font-weight:700;line-height:1;letter-spacing:-.02em;color:#fff;background:linear-gradient(165deg,#ec8f82,#e57261 45%,#d85a4a);box-shadow:0 2px 8px #e5726159,0 1px #ffffff40 inset}@media screen and (min-width:750px){.home-tryon-steps__index{width:2.75rem;height:2.75rem;font-size:.9375rem}}.home-tryon-steps__body{flex:1;display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto;text-align:center}.home-tryon-steps__title{margin:0 0 .45rem;font-size:1.0625rem;font-weight:700;color:#6a3a2f;line-height:1.3;letter-spacing:-.015em;text-align:center}@media screen and (min-width:750px){.home-tryon-steps__title{font-size:1.125rem;margin-bottom:.5rem}}.home-tryon-steps__text{margin:0 auto;font-size:.9375rem;line-height:1.62;color:var(--color-text);opacity:.88;text-align:center;max-width:none}.home-tryon-steps__text p{margin:0}.home-tryon-steps__actions{display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:center;align-items:center;position:relative}.home-tryon-steps__btn{min-width:11rem;padding-left:1.5rem;padding-right:1.5rem}@media screen and (max-width:749px){.home-tryon-steps__actions{flex-direction:column;align-items:center}.home-tryon-steps__btn{width:100%;max-width:20rem}}.newsletter-section{background-color:#fff1ee;padding:40px 20px;text-align:center}.newsletter-container{max-width:800px;margin:0 auto}.newsletter-title{font-size:24px;color:#6a3a2f;margin-bottom:20px;font-weight:700}.newsletter-form{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.newsletter-form--unconfigured{color:#6a3a2f;font-size:14px;margin:0;padding:12px;border:1px dashed #e57261;border-radius:4px}.newsletter-form__hp{position:absolute;left:-5000px;width:1px;height:1px;overflow:hidden}.newsletter-input{padding:12px 20px;border:1px solid #e57261;font-size:14px;width:70%;max-width:400px;margin-right:10px;outline:none;box-sizing:border-box}.newsletter-input:focus{border-color:#e57261;box-shadow:0 0 5px #e5726180}.newsletter-btn{padding:12px 30px;color:#fff;font-size:14px;border:none;cursor:pointer;text-transform:uppercase;font-weight:700}.newsletter-btn:hover{background-color:var(--newsletter-btn-hover, #c95a49)!important}@media(max-width:768px){.newsletter-form{flex-direction:column}.newsletter-input{width:100%;margin-right:0;margin-bottom:10px}}.product__quick__view__buttons{display:flex;flex-direction:column;gap:8px;background-color:#fff1ee;padding:10px;margin-top:12px}.product__quick__view__mirra-btn{position:relative}.product__quick__view__mirra-btn .mirra-loading-state{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s}.product__quick__view__mirra-btn.mirra-loading .btn-text{visibility:hidden}.product__quick__view__mirra-btn.mirra-loading .mirra-loading-state{opacity:1;visibility:visible}.product__quick__view__mirra-btn .mirra-completed-state{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s}.product__quick__view__mirra-btn.mirra-completed .btn-text{visibility:hidden}.product__quick__view__mirra-btn.mirra-completed .mirra-loading-state{opacity:0;visibility:hidden}.product__quick__view__mirra-btn.mirra-completed .mirra-completed-state{opacity:1;visibility:visible;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product__quick__view__mirra-btn.mirra-completed .mirra-completed-state .checkmark{display:block;position:relative;width:16px;height:16px}.product__quick__view__mirra-btn.mirra-completed .mirra-completed-state .checkmark:after{content:"";position:absolute;left:50%;top:50%;height:9px;width:4px;transform:scaleX(-1) rotate(135deg);transform-origin:left top;border-right:2px solid var(--color-button-text);border-top:2px solid var(--color-button-text);animation:checkmark .6s ease forwards}.buy-button-container{display:flex;flex-direction:column;gap:8px;padding:10px!important;background-color:#fff1ee;margin-top:16px}.main-product__title{display:flex;flex-direction:column;gap:8px}.product-cards-framed .swiper-slide .product-card-item{padding:20px;background-color:#fff;border-radius:4px}.product-cards-framed .swiper-slide .product-card-item .product-price__wrapper{display:block}.product-cards-framed .swiper-slide .product-card-item .product-card-item__actions{display:none}.product-card-item{height:100%;text-decoration:none;display:flex;flex-direction:column;gap:12px}.product-card-item .product-price__wrapper{display:none}.product-card-item__image-container{position:relative;border-radius:12px;overflow:hidden}.product-card-item .image--aspectSize{overflow:hidden;border-radius:var(--block-border-radius);line-height:0}@media screen and (max-width:767px){.product-card-item .image--aspectSize{border-radius:min(20px,var(--block-border-radius))}}.product-card-item .image--aspectSize img{background-color:var(--card-image-background)}@media screen and (min-width:768px){.product-card-item .image--aspectSize img{transform:translateZ(0)}}.product-card-item__aspectSize{overflow:hidden;border-radius:var(--block-border-radius)}@media screen and (max-width:767px){.product-card-item__aspectSize{border-radius:min(20px,var(--block-border-radius))}}.product-card-item__aspectSize .product_second_media_image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale3d(1.08,1.08,1);visibility:hidden;transition:.85s cubic-bezier(.4,0,.2,1)}.product-card-item__aspectSize .product-first-image{opacity:1;transition:opacity 1.2s ease}.product-card-item__aspectSize:hover .product-first-image{opacity:0}.product-card-item__aspectSize:hover .product_second_media_image{opacity:1;transform:scaleZ(1);visibility:visible}.product-card-item__aspectSize:has(a:focus-visible){outline:var(--COLOR-CYAN-BLUE) auto 2px}.product-card-item__img{width:100%}.product-card-item__body{flex:1;display:flex;height:100%}.product-card-item__content{min-height:0;display:flex;flex-direction:column;gap:12px;width:100%;height:100%}.product-card-item__info{flex:0 0 auto;display:flex;flex-direction:column;gap:12px}.product-card-item__title{font-family:Playfair Display,serif;font-size:calc(var(--font-body-scale) * 22px);line-height:1;font-weight:500;color:var(--color-heading);text-decoration:none;margin-bottom:0;height:fit-content;grid-area:title}.product-card-item__title:hover{text-decoration:none}.product-card-item__vendor{margin-bottom:4px}.product-card-item__link{display:block;text-decoration:none;display:grid;gap:8px;grid-template-areas:"title price"}.product-card-item__actions{margin-top:auto;padding-top:16px}.product-card-item__buttons{--gap: 8px;align-items:center;flex-wrap:wrap;display:flex;gap:var(--gap);flex-direction:column;background-color:#fff1ee;padding:10px}.product-card-item__buttons .btn{min-width:calc(50% - (var(--gap) / 2))}.product-card-item__atc{flex:1}.product-card-item__btn{min-height:44px;font-size:calc(var(--font-body-scale) * 13px);padding:10px 16px;cursor:pointer}.product-card-item__btn--mirra{position:relative}.product-card-item__btn--mirra.mirra-button--unavailable,.product-card-item__btn--mirra:disabled:not(.mirra-loading){opacity:.55;cursor:not-allowed}.product-card-item__btn--mirra .mirra-loading-state{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s}.product-card-item__btn--mirra.mirra-loading .btn-text{visibility:hidden}.product-card-item__btn--mirra.mirra-loading .mirra-loading-state{opacity:1;visibility:visible}.product-card-item__btn--mirra .mirra-completed-state{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s}.product-card-item__btn--mirra.mirra-completed .btn-text{visibility:hidden}.product-card-item__btn--mirra.mirra-completed .mirra-loading-state{opacity:0;visibility:hidden}.product-card-item__btn--mirra.mirra-completed .mirra-completed-state{opacity:1;visibility:visible;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card-item__btn--mirra.mirra-completed .mirra-completed-state .checkmark{display:block;position:relative;width:16px;height:16px}.product-card-item__btn--mirra.mirra-completed .mirra-completed-state .checkmark:after{content:"";position:absolute;left:50%;top:50%;height:9px;width:4px;transform:scaleX(-1) rotate(135deg);transform-origin:left top;border-right:2px solid var(--color-button-text);border-top:2px solid var(--color-button-text);animation:checkmark .6s ease forwards}.product-card-item__head{font-weight:var(--font-body-weight-bold);font-size:calc(var(--font-body-scale) * 18px);line-height:26px;color:var(--color-heading);margin-bottom:12px;margin-top:0;flex:1;text-decoration:none;text-align:center}@media screen and (max-width:767px){.product-card-item__head{font-size:calc(var(--font-body-scale) * 16px);line-height:22px}}.product-card-item .image--aspectSize img,.product-card-item .image--aspectSize svg{aspect-ratio:9 / 4}.product-card-item .product-price__wrapper{margin-bottom:0;font-size:calc(var(--font-body-scale) * 16px);line-height:24px;color:var(--color-heading);width:fit-content;font-weight:500;grid-area:price;text-align:right;width:100%}.product-card-item .product-price__wrapper .original-price{color:color-mix(in srgb,rgba(var(--color-text-rgba)),transparent 50%);margin-left:8px;display:inline-block}.product-card-item .product-price__wrapper .offer{color:var(--offer-text);margin-left:8px}.product-card-item .product-price__wrapper .product-price_top.add-bottom-spacing{margin-bottom:4px}.product-card-item .product-price__wrapper .product-unit-price__measurment{margin-bottom:0}.product-card-item_quantity span{font-size:calc(var(--font-body-scale) * 16px);line-height:24px;color:var(--color-text)}.product-card-item:hover .quick-view-icon{visibility:visible;opacity:1}.product-card-item .quick-buttons-wrapper{position:absolute;right:max(var(--block-border-radius) / 2,8px);bottom:max(var(--block-border-radius) / 2,8px);gap:8px}.product-card-item .quick-buttons-wrapper .quick-view-icon:focus-visible{transform:scale(1);opacity:1;outline:var(--COLOR-CYAN-BLUE) auto 2px}.product-card-item .quick-view-icon{min-width:32px;width:32px;height:32px;padding:0;border:none;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);cursor:pointer;transition:.3s ease all;z-index:2;flex-direction:column;gap:10px;overflow:hidden;border-radius:50%}@media screen and (max-width:991px){.product-card-item .quick-view-icon{opacity:1;transform:scale(1)}}.product-card-item .quick-view-icon .btn--preloader{display:none}.product-card-item .quick-view-icon.loadingState{width:32px;height:32px;background-color:var(--color-button-background);display:flex;align-items:center;justify-content:center;opacity:.5!important}.product-card-item .quick-view-icon.loadingState .btn--preloader{display:flex}.product-card-item .quick-view-icon:focus-visible{opacity:1;transform:scale(1)}.product-card-item .quick-view-icon.completedState{opacity:1}.product-card-item .quick-view-icon svg rect{rx:calc(var(--button-border-radius) / 2)}.product-card-item .product-card-link{text-decoration:none;display:block}.product-card-item .product-card-link:focus-visible .quick-view-icon,.product-card-item .product-card-link:hover .quick-view-icon{transform:scale(1);opacity:1}.product-card-item .product-cart-no-image-container{display:flex;align-items:center;background-color:var(--card-image-background);padding:8px}.product-card-item__swatch{display:flex;flex-wrap:wrap;gap:4px;padding:0;border:none}.product-card-item__swatch .desktop-lg,.product-card-item__swatch .mobile-lg{display:flex;flex-wrap:wrap;gap:4px}.product-card-item__swatch .swatch-input__label{width:24px;padding:4px!important;cursor:pointer}.product-card-item__swatch .swatch-input__label.disabled{opacity:.6}.product-card-item__swatch .swatch-input__label.disabled .swatch:after{position:absolute;content:"";width:1px;height:121%;right:0;bottom:0;top:-2px;left:50%;background:var(--color-background);transform:rotate(45deg) translate(-50%)}.product-card-item__swatch .swatch-input__label .swatch:before{border-width:1px}.product-card-item .product-swatch-container{overflow:hidden;display:block}.product-card-item .product-swatch-container .product-swatch-wrapper{transition:.5s ease transform}@media screen and (min-width:1220px){.product-card-item .product-swatch-container .product-swatch-wrapper.swatch-active{transform:translateY(var(--translateHight))}}.product-card-item .product-bottom-info{margin-top:auto}.product-tags-container .p_badge{display:none}.product-price_top{display:flex;flex-direction:column;text-align:right;padding-top:2px}.product-price_top .original-price{margin-left:0}.product-card-item__rating{justify-content:flex-start!important}.product-card-item__mirra,.product-card-item__atc{width:100%}.product-card-item__sizes{display:flex;align-items:center;justify-content:flex-start;width:fit-content;padding-inline-start:2px}.product-card-item__size-select-wrapper{display:flex;align-items:center;gap:6px;cursor:pointer}.product-card-item__size-select{font-size:15px;color:var(--color-text);padding:0;border:1px solid rgba(var(--color-foreground-rgb),.2);border-radius:4px;cursor:pointer;min-width:0;max-width:120px;-webkit-appearance:none;appearance:none;background-image:none}.product-card-item__size-select:focus{outline:none;border-color:rgba(var(--color-foreground-rgb),.4)}.product-card-item__size-select-caret{display:flex;align-items:center;color:var(--color-text);opacity:.7;pointer-events:none}.product-card-item__size-text-only{font-size:15px;color:var(--color-text)}.product-card-item__size-prefix{font-weight:500;margin-right:4px}.product-card-item__size-input{position:absolute;opacity:0;width:0;height:0}.product-card-item__size-label{cursor:pointer;transition:opacity .2s ease}.product-card-item__size-label:hover{opacity:.5}.product-card-item__size-input:checked+.product-card-item__size-label{font-weight:500;color:#ec786b}.product-card-item__size-label.disabled{opacity:.4}.product-card-item__size-label.disabled:hover{opacity:.3}.product-card-item__size-separator{margin-right:4px}.checkout-breakdown{margin-bottom:16px;background:#faf4f4;border-radius:8px;padding:12px 16px}.checkout-breakdown__row{display:flex;justify-content:space-between;align-items:center}.checkout-breakdown__row+.checkout-breakdown__row{margin-top:12px}.checkout-breakdown__label,.checkout-breakdown__value{font-size:14px;font-weight:600;color:#753d34}.checkout-breakdown__row--auth{padding-top:12px;border-top:1px dashed rgba(117,61,52,.3)}.checkout-breakdown__row--auth .checkout-breakdown__label,.checkout-breakdown__row--auth .checkout-breakdown__value{font-size:12px;font-weight:500;opacity:.7}.checkout-breakdown__discounts{margin-top:12px;padding-top:12px;border-top:1px solid rgba(117,61,52,.2)}.checkout-breakdown__row--original .checkout-breakdown__label,.checkout-breakdown__row--original .checkout-breakdown__value{font-size:12px;font-weight:500;opacity:.7}.checkout-breakdown__row--discount .checkout-breakdown__label,.checkout-breakdown__row--discount .checkout-breakdown__value{font-size:12px;font-weight:500}.checkout-breakdown__discount-label{display:flex;align-items:center;gap:4px}.checkout-breakdown__discount-label .icon{display:flex;width:14px;height:14px}.checkout-breakdown__discount-label .icon svg{width:100%;height:100%}.checkout-breakdown__note{font-size:11px;color:#753d34;opacity:.85;margin:8px 0 0;line-height:1.4}.checkout-breakdown__tier-caption{font-size:11px;color:#753d34;opacity:.75;margin:12px 0 0;line-height:1.35}.discount__badges{display:flex;flex-wrap:wrap;gap:8px}.discount__badge{display:flex;align-items:center;padding-inline:12px;font-size:11px;padding-block:0px;border-radius:2px;margin:0;gap:8px;background-color:#ec786b;color:#fff;cursor:pointer}.discount__badge remove-discount-pill{display:block}.discount__badge remove-discount-pill .button{display:flex;align-items:center;height:100%}.discount__badge remove-discount-pill svg{width:8px;height:8px}.discount__badge remove-discount-pill svg path{stroke:#fff}.discount-inline{background:#faf4f4;border-radius:8px;padding:12px 16px;margin-bottom:16px}.discount-inline__form{width:100%}.discount-inline__input-wrapper{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(117,61,52,.3);border-radius:6px;padding:4px 4px 4px 12px;width:100%}.discount-inline__icon{display:flex;flex-shrink:0;width:18px;height:18px;color:#753d34}.discount-inline__icon svg{width:100%;height:100%}.discount-inline__input{flex:1;border:none;background:transparent;font-size:14px;color:#753d34;padding:8px 0;outline:none}.discount-inline__input:focus{outline:none}.discount-inline__input::placeholder{font-size:14px;color:#753d3480}.discount-inline__button{flex-shrink:0;background:#ec786b;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s ease}.discount-inline__button:hover{background:#5a2f28}.discount-inline__message{display:none;align-items:center;gap:6px;margin-top:8px;font-size:12px}.discount-inline__message:not([hidden]){display:flex}.discount-inline__message--error{color:#d0021b}.discount-inline__message--success{color:#2e7d32}.discount-inline__message-icon{display:flex;flex-shrink:0;width:16px;height:16px}.discount-inline__message-icon svg{width:100%;height:100%}.discount-inline__codes{margin-top:8px}.discount-inline__codes:empty{display:none}.discount-inline__codes ul{margin:0;padding:0}.discount-inline__codes .d_badge{background:#753d341a;color:#753d34;border:none}.mirra-button.mirra-button--unavailable,.mirra-button:disabled:not(.mirra-loading){opacity:.55;cursor:not-allowed}.mirra-modal-button{display:inline-flex;align-items:center;gap:5px;padding:8px 16px;text-decoration:none;color:var(--color-text);margin-top:8px;font-size:13px;width:100%;justify-content:center}.main-product__details .mirra-modal-button{font-size:14px}@media screen and (min-width:768px){.main-product__details .mirra-modal-button{font-size:15px}}.mirra-modal-button__icon{flex-shrink:0;display:flex;align-items:center;color:#ec786b}.mirra-modal-button__icon svg{width:14px;height:14px}.mirra-modal-button__icon svg path{fill:currentColor;fill-opacity:.8}.mirra-modal-button__text span{color:#ec786b}.main-product__details .custom-rating-row{justify-content:flex-start}.main-product__details .star{font-size:18px!important}.custom-rating-row{display:flex;align-items:center;gap:4px;line-height:1;justify-content:center;-webkit-user-select:none;user-select:none}.custom-rating-stars{display:inline-flex;align-items:center;gap:1px}.custom-rating-stars .star{font-size:14px;line-height:1}.custom-rating-stars .star--filled{color:#e67a6a}.custom-rating-stars .star--empty{color:#b8acaa}.custom-rating-stars .star--half{position:relative;color:#b8acaa}.custom-rating-stars .star--half:after{content:"\2605";position:absolute;left:0;top:0;width:50%;overflow:hidden;color:#e67a6a}.custom-rating-count{color:#e67a6a;font-size:16px;line-height:1;font-weight:500}.custom-rating-row--clickable{cursor:pointer;text-decoration:none;color:inherit}.custom-rating-row--clickable:hover{text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
