html.main-rose-overlay-open,body.main-rose-overlay-open{overflow:hidden}.main-rose-hero-stl{position:relative;width:100%;overflow:hidden}.main-rose-hero-stl__media{position:relative;width:100%}.main-rose-hero-stl__image{display:block;width:100%;height:auto;object-fit:cover}.main-rose-hero-stl__image--mobile{display:none}.main-rose-hero-stl__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none;z-index:1}.main-rose-hero-stl__layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.main-rose-hero-stl__layer-inner{position:absolute;display:flex;flex-direction:column;pointer-events:auto}.main-rose-hero-stl__layer[data-desktop-position=top-left] .main-rose-hero-stl__layer-inner{top:5%;left:5%}.main-rose-hero-stl__layer[data-desktop-position=top-center] .main-rose-hero-stl__layer-inner{top:5%;left:50%;transform:translate(-50%)}.main-rose-hero-stl__layer[data-desktop-position=top-right] .main-rose-hero-stl__layer-inner{top:5%;right:5%}.main-rose-hero-stl__layer[data-desktop-position=middle-left] .main-rose-hero-stl__layer-inner{top:50%;left:5%;transform:translateY(-50%)}.main-rose-hero-stl__layer[data-desktop-position=middle-center] .main-rose-hero-stl__layer-inner{top:50%;left:50%;transform:translate(-50%,-50%)}.main-rose-hero-stl__layer[data-desktop-position=middle-right] .main-rose-hero-stl__layer-inner{top:50%;right:5%;transform:translateY(-50%)}.main-rose-hero-stl__layer[data-desktop-position=bottom-left] .main-rose-hero-stl__layer-inner{bottom:8%;left:5%}.main-rose-hero-stl__layer[data-desktop-position=bottom-center] .main-rose-hero-stl__layer-inner{bottom:8%;left:50%;transform:translate(-50%)}.main-rose-hero-stl__layer[data-desktop-position=bottom-right] .main-rose-hero-stl__layer-inner{bottom:8%;right:5%}.main-rose-hero-stl__layer[data-horizontal-align-desktop=left] .main-rose-hero-stl__layer-inner{align-items:flex-start;text-align:left}.main-rose-hero-stl__layer[data-horizontal-align-desktop=center] .main-rose-hero-stl__layer-inner{align-items:center;text-align:center}.main-rose-hero-stl__layer[data-horizontal-align-desktop=right] .main-rose-hero-stl__layer-inner{align-items:flex-end;text-align:right}.main-rose-hero-stl__heading{margin:0;width:100%;max-width:var(--mr-heading-max-width);font-family:var(--mr-heading-font-family);font-size:var(--mr-heading-size-desktop);line-height:.95;color:var(--mr-heading-color)}.main-rose-hero-stl__heading[data-full-width=true]{max-width:none;white-space:nowrap}.main-rose-hero-stl__heading[data-no-wrap=true]{white-space:nowrap}.main-rose-hero-stl__body{width:100%;max-width:var(--mr-body-max-width-desktop, 500px);font-family:var(--mr-body-font-family);font-size:var(--mr-body-size-desktop);line-height:1.45;color:var(--mr-body-color)}.main-rose-hero-stl__body[data-full-width=true]{max-width:none}.main-rose-hero-stl__body p{margin:0}.main-rose-hero-stl__cta{max-width:var(--mr-cta-max-width);font-family:var(--mr-cta-font-family)}.main-rose-button-style-solid,.main-rose-button-style-outline,.main-rose-button-style-text{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:44px;padding:var(--mr-cta-padding-y) var(--mr-cta-padding-x);font-size:var(--mr-cta-font-size-desktop);border-radius:var(--mr-cta-radius);text-decoration:none;cursor:pointer;transition:all .2s ease}.main-rose-button-style-solid{background:var(--mr-cta-bg);color:var(--mr-cta-text);border:1px solid var(--mr-cta-border)}.main-rose-button-style-outline{background:transparent;color:var(--mr-cta-text);border:1px solid var(--mr-cta-border)}.main-rose-button-style-text{background:transparent;color:var(--mr-cta-text);border:0;padding-left:0;padding-right:0}.main-rose-hero-stl__hotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.main-rose-hotspot{position:absolute;left:var(--hotspot-x-desktop);top:var(--hotspot-y-desktop);transform:translate(-50%,-50%);pointer-events:auto}.main-rose-hotspot__button{width:var(--hotspot-size);height:var(--hotspot-size);min-width:var(--hotspot-size);min-height:var(--hotspot-size);padding:0;display:grid;place-items:center;border:0;background:transparent;color:var(--hotspot-color);cursor:pointer}.main-rose-hotspot__dot{position:relative;display:block;width:100%;height:100%;background:currentColor;border-radius:999px}.main-rose-hotspot--pulse .main-rose-hotspot__dot:after{content:"";position:absolute;top:-35%;right:-35%;bottom:-35%;left:-35%;border:1px solid currentColor;border-radius:999px;animation:main-rose-hotspot-pulse 1.8s infinite}.main-rose-hotspot--sparkle .main-rose-hotspot__dot:after{content:"";position:absolute;top:-35%;right:-35%;bottom:-35%;left:-35%;border:1px dashed currentColor;border-radius:999px;animation:main-rose-hotspot-spin 6s linear infinite}.main-rose-hotspot__icon,.main-rose-hotspot__icon svg{width:100%;height:100%;display:block;fill:currentColor;stroke:currentColor}.main-rose-hotspot__icon--image,.main-rose-hotspot__icon--image img{display:block;width:100%;height:100%}.main-rose-hotspot__icon--image img{object-fit:contain}@keyframes main-rose-hotspot-pulse{0%{transform:scale(.8);opacity:.8}70%{transform:scale(1.25);opacity:0}to{opacity:0}}@keyframes main-rose-hotspot-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-rose-hotspot__card{display:none!important}.main-rose-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}.main-rose-overlay[hidden]{display:none!important}.main-rose-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000006b}.main-rose-overlay__sheet{position:absolute;top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);width:min(88vw,1120px);max-height:min(86vh,820px);overflow:auto;background:#f6f5f3;border-radius:28px;padding:18px;box-shadow:0 24px 60px #0000002e}.main-rose-overlay__close{position:absolute;top:10px;right:10px;width:42px;height:42px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;z-index:4}.main-rose-overlay-product{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);gap:20px;align-items:start}.main-rose-overlay-product__gallery{position:relative;min-width:0}.main-rose-overlay-product__slides{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:22px}.main-rose-overlay-product__slides::-webkit-scrollbar{display:none}.main-rose-overlay-product__slide{min-width:100%;scroll-snap-align:start}.main-rose-overlay-product__slide img{display:block;width:100%;aspect-ratio:.82 / 1;object-fit:cover;border-radius:22px;background:#ece8e1}.main-rose-overlay-product__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:46px;height:46px;border:0;border-radius:999px;background:#ffffffc7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;font-size:18px}.main-rose-overlay-product__nav--prev{left:10px}.main-rose-overlay-product__nav--next{right:10px}.main-rose-overlay-product__details{min-width:0;display:flex;flex-direction:column;padding-top:4px}.main-rose-overlay-product__label{margin:0 0 6px;font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;opacity:.66}.main-rose-overlay-product__title{margin:0 0 8px;font-size:clamp(26px,2.3vw,36px);line-height:.95;font-weight:600}.main-rose-overlay-product__title-link{color:inherit;text-decoration:none}.main-rose-overlay-product__title-link:hover{opacity:.8}.main-rose-overlay-product__price{margin:0 0 14px}.main-rose-price{font-weight:600}.main-rose-price--sale{color:#111;margin-right:.6rem}.main-rose-price--compare{color:#777;text-decoration:line-through}.main-rose-overlay-product__variants{margin:0 0 14px}.main-rose-overlay-product__description{margin-top:2px;color:#333;font-size:14px;line-height:1.45}.main-rose-overlay-product__description p:first-child{margin-top:0}.main-rose-overlay-product__description p:last-child{margin-bottom:0}.main-rose-overlay-product__actions{display:flex;flex-direction:column;gap:10px;margin-top:18px}.main-rose-overlay-product__form{margin:0}.main-rose-overlay-product__add{width:100%;min-height:50px;border-radius:999px}.main-rose-size-picker{width:100%}.main-rose-size-picker__group+.main-rose-size-picker__group{margin-top:14px}.main-rose-size-picker__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:8px}.main-rose-size-picker__label{margin:0;font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;opacity:.68}.main-rose-size-picker__grid{display:flex;gap:8px;width:100%}.main-rose-size-picker__grid--no-wrap{flex-wrap:nowrap}.main-rose-size-picker__button{min-height:46px;min-width:0;flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid rgba(0,0,0,.14);border-radius:999px;background:#fff;color:#111;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,opacity .18s ease}.main-rose-size-picker__button span{font-size:14px;line-height:1;font-weight:500}.main-rose-size-picker__button:hover:not(:disabled){border-color:#00000047}.main-rose-size-picker__button.is-selected{background:#111;color:#fff;border-color:#111}.main-rose-size-picker__button.is-disabled,.main-rose-size-picker__button:disabled{opacity:.28;cursor:not-allowed}.main-rose-overlay-product__variants select{width:100%;margin-top:.8rem}@media(max-width:768px){.main-rose-hero-stl__image--desktop{display:none}.main-rose-hero-stl__image--mobile{display:block}.main-rose-hero-stl__heading{font-size:var(--mr-heading-size-mobile)}.main-rose-hero-stl__body{max-width:var(--mr-body-max-width-mobile, 300px);font-size:var(--mr-body-size-mobile)}.main-rose-button-style-solid,.main-rose-button-style-outline,.main-rose-button-style-text{font-size:var(--mr-cta-font-size-mobile)}.main-rose-hotspot{left:var(--hotspot-x-mobile);top:var(--hotspot-y-mobile)}.main-rose-hero-stl__heading[data-full-width=true]{white-space:normal}.main-rose-hero-stl__layer[data-mobile-position=top-left] .main-rose-hero-stl__layer-inner{top:5%;left:5%;right:auto;bottom:auto;transform:none}.main-rose-hero-stl__layer[data-mobile-position=top-center] .main-rose-hero-stl__layer-inner{top:5%;left:50%;right:auto;bottom:auto;transform:translate(-50%)}.main-rose-hero-stl__layer[data-mobile-position=top-right] .main-rose-hero-stl__layer-inner{top:5%;right:5%;left:auto;bottom:auto;transform:none}.main-rose-hero-stl__layer[data-mobile-position=middle-left] .main-rose-hero-stl__layer-inner{top:50%;left:5%;right:auto;bottom:auto;transform:translateY(-50%)}.main-rose-hero-stl__layer[data-mobile-position=middle-center] .main-rose-hero-stl__layer-inner{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%)}.main-rose-hero-stl__layer[data-mobile-position=middle-right] .main-rose-hero-stl__layer-inner{top:50%;right:5%;left:auto;bottom:auto;transform:translateY(-50%)}.main-rose-hero-stl__layer[data-mobile-position=bottom-left] .main-rose-hero-stl__layer-inner{bottom:7%;left:5%;right:auto;top:auto;transform:none}.main-rose-hero-stl__layer[data-mobile-position=bottom-center] .main-rose-hero-stl__layer-inner{bottom:7%;left:50%;right:auto;top:auto;transform:translate(-50%)}.main-rose-hero-stl__layer[data-mobile-position=bottom-right] .main-rose-hero-stl__layer-inner{bottom:7%;right:5%;left:auto;top:auto;transform:none}.main-rose-hero-stl__layer[data-horizontal-align-mobile=left] .main-rose-hero-stl__layer-inner{align-items:flex-start;text-align:left}.main-rose-hero-stl__layer[data-horizontal-align-mobile=center] .main-rose-hero-stl__layer-inner{align-items:center;text-align:center}.main-rose-hero-stl__layer[data-horizontal-align-mobile=right] .main-rose-hero-stl__layer-inner{align-items:flex-end;text-align:right}.main-rose-overlay__sheet{top:auto;left:0;right:0;bottom:0;transform:none;width:100%;max-width:100%;max-height:88vh;border-radius:24px 24px 0 0;padding:14px 14px 18px}.main-rose-overlay__close{top:8px;right:8px;width:38px;height:38px;font-size:28px}.main-rose-overlay-product{display:flex;flex-direction:column;gap:12px}.main-rose-overlay-product__gallery{order:1}.main-rose-overlay-product__details{order:2;padding-top:0}.main-rose-overlay-product__slides{border-radius:18px}.main-rose-overlay-product__slide img{aspect-ratio:.86 / 1;max-height:46vh;border-radius:18px}.main-rose-overlay-product__nav{width:42px;height:42px;font-size:17px}.main-rose-overlay-product__nav--prev{left:8px}.main-rose-overlay-product__nav--next{right:8px}.main-rose-overlay-product__title{font-size:clamp(24px,8vw,34px);line-height:.96;margin-bottom:8px;padding-right:28px}.main-rose-overlay-product__price{margin-bottom:10px}.main-rose-overlay-product__variants{margin-bottom:12px}.main-rose-overlay-product__description{font-size:14px;line-height:1.4}.main-rose-overlay-product__actions{margin-top:14px}.main-rose-overlay-product__add{min-height:50px}.main-rose-size-picker__grid,.main-rose-size-picker__grid--no-wrap{gap:6px}.main-rose-size-picker__button{min-height:44px;padding:0 8px}.main-rose-size-picker__button span{font-size:13px}}.main-rose-plp-quickadd-mobile{display:flex;flex-direction:column;gap:1.2rem}.main-rose-plp-quickadd-mobile__header{display:flex;flex-direction:column;gap:.6rem}.main-rose-plp-quickadd-mobile__title{display:block;color:inherit;text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/58/assets/main-rose-components.css.map */
