@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1B2E6B;--navy-h: #243880;--rosa: #E8789A;--rosa-h: #CC5C82;--crema: #FDF9F5;--crema2: #F5EEE8;--grigio: #222222;--bordo: #E2D8D0;--testo: #1A1A1A;--testo2: #5A5A5A;--testo3: #8A8A8A;--bianco: #FFFFFF;--page-width: 1280px;--gap: 20px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.65;color:var(--testo);background-color:var(--crema);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--navy);text-decoration:none;transition:color .2s ease}a:hover{color:var(--rosa)}ul,ol{list-style:none}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 24px}.rm-skip-link{position:absolute;top:-100px;left:0;background:var(--navy);color:var(--bianco);padding:8px 16px;z-index:9999}.rm-skip-link:focus{top:0}.small-hide,.medium-hide{display:none!important}.large-up-hide{display:block!important}@media(min-width:750px){.small-hide{display:block!important}}@media(min-width:990px){.small-hide,.medium-hide{display:block!important}.large-up-hide{display:none!important}}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;color:var(--navy);line-height:1.2;letter-spacing:-.01em}.rm-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;border:2px solid transparent;border-radius:5px;padding:12px 24px;cursor:pointer;transition:all .2s ease;line-height:1;white-space:nowrap}.rm-btn--primary{background:var(--rosa);border-color:var(--rosa);color:var(--bianco)}.rm-btn--primary:hover{background:var(--rosa-h);border-color:var(--rosa-h);color:var(--bianco);transform:translateY(-2px);box-shadow:0 6px 20px #e8789a59}.rm-btn--navy{background:var(--navy);border-color:var(--navy);color:var(--bianco)}.rm-btn--navy:hover{background:var(--navy-h);border-color:var(--navy-h);color:var(--bianco);transform:translateY(-1px);box-shadow:0 4px 14px #1b2e6b40}.rm-btn--outline{background:transparent;border-color:var(--navy);color:var(--navy)}.rm-btn--outline:hover{background:var(--navy);color:var(--bianco)}.rm-btn--ghost{background:transparent;border-color:#ffffff80;color:var(--bianco)}.rm-btn--ghost:hover{background:#ffffff26;border-color:var(--bianco);color:var(--bianco)}.rm-btn--rosa{background:var(--rosa);border-color:var(--rosa);color:var(--bianco)}.rm-btn--rosa:hover{background:var(--rosa-h);border-color:var(--rosa-h);color:var(--bianco)}.rm-btn--lg{padding:15px 36px;font-size:14px}.rm-btn--sm{padding:9px 16px;font-size:12px}.rm-btn--full{width:100%}.rm-btn--disabled,.rm-btn:disabled{background:#eee8e2;border-color:#eee8e2;color:var(--testo3);cursor:not-allowed;transform:none;box-shadow:none}.rm-header-wrapper{background:var(--bianco);border-bottom:1.5px solid var(--bordo);box-shadow:0 1px 8px #0000000f;position:relative;z-index:200}.rm-header-wrapper--sticky{position:sticky;top:0}.rm-header{display:flex;align-items:center;justify-content:space-between;gap:24px;height:74px}.rm-header__logo-link{display:flex;align-items:center;gap:10px;text-decoration:none!important}.rm-header__logo-img{max-height:52px;max-width:60px;width:auto;height:auto;object-fit:contain;display:block;flex-shrink:0}.rm-header__logo-name{font-family:Playfair Display,serif;font-size:15px;font-weight:700;color:var(--navy);line-height:1.2;white-space:nowrap}.rm-header__logo-text{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--navy);white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis;display:block;line-height:1.2}.rm-header__logo-heading{margin:0}.rm-nav{flex:1;display:flex;justify-content:center}.rm-nav__list{display:flex;align-items:center;gap:2px}.rm-nav__item{position:relative}.rm-nav__link{font-size:12.5px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--testo);padding:8px 14px;border-radius:4px;transition:color .2s ease;display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;line-height:1;white-space:nowrap}.rm-nav__link:hover,.rm-nav__link--active{color:var(--rosa)}.rm-nav__caret{transition:transform .2s ease;flex-shrink:0}.rm-nav__item--has-dropdown:hover>.rm-nav__link .rm-nav__caret{transform:rotate(180deg)}.rm-megamenu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(-8px);width:680px;background:var(--bianco);border:1px solid var(--bordo);border-top:3px solid var(--rosa);border-radius:0 0 12px 12px;box-shadow:0 20px 60px #1b2e6b24;padding:24px;z-index:300;opacity:0;visibility:hidden;transition:all .2s ease}.rm-nav__item--has-dropdown:hover .rm-megamenu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.rm-megamenu__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--crema2)}.rm-megamenu__title{font-family:Playfair Display,serif;font-size:16px;font-weight:700;color:var(--navy)}.rm-megamenu__title:hover{color:var(--rosa)}.rm-megamenu__viewall{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--rosa);text-transform:uppercase;letter-spacing:.05em}.rm-megamenu__viewall:hover{color:var(--rosa-h)}.rm-megamenu__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.rm-megamenu__cell{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;padding:14px 8px;border-radius:8px;background:var(--crema);border:1px solid transparent;transition:all .18s ease;color:var(--testo)}.rm-megamenu__cell:hover,.rm-megamenu__cell--active{background:var(--crema2);border-color:var(--rosa);transform:translateY(-2px);box-shadow:0 4px 12px #e8789a1f}.rm-megamenu__cell-icon{font-size:24px;line-height:1}.rm-megamenu__cell-text{font-size:11px;font-weight:500;color:var(--navy);line-height:1.3;font-family:Inter,sans-serif}.rm-megamenu__cell:hover .rm-megamenu__cell-text{color:var(--rosa)}.rm-dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:200px;background:var(--bianco);border:1px solid var(--bordo);border-top:3px solid var(--rosa);border-radius:0 0 8px 8px;box-shadow:0 8px 24px #1b2e6b1a;padding:6px 0;z-index:300;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s ease}.rm-nav__item--has-dropdown:hover .rm-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.rm-dropdown__link{display:block;padding:10px 18px;font-size:13px;color:var(--testo);border-bottom:1px solid var(--crema2);transition:color .15s ease,background .15s ease}.rm-dropdown__link:last-child{border-bottom:none}.rm-dropdown__link:hover,.rm-dropdown__link--active{color:var(--rosa);background:var(--crema)}.rm-header__icons{display:flex;align-items:center;gap:4px;flex-shrink:0}.rm-header__icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:40px;height:40px;border-radius:8px;color:var(--testo);background:none;border:none;cursor:pointer;transition:color .2s ease,background .2s ease;position:relative;text-decoration:none!important;vertical-align:middle;line-height:1;flex-shrink:0}.rm-header__icon:hover{color:var(--rosa);background:var(--crema2)}.rm-header__icon svg{display:block!important;flex-shrink:0;width:20px!important;height:20px!important}.rm-header__icon--search,.rm-header__icon--cart,.rm-header__icon--account{display:inline-flex!important}.rm-cart-count{position:absolute;top:4px;right:4px;background:var(--rosa);color:var(--bianco);font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.rm-hide-mobile{display:inline-flex!important}@media(max-width:749px){.rm-hide-mobile,.rm-header__icon--account{display:none!important}}.rm-search-bar{background:var(--crema2);border-bottom:1px solid var(--bordo);padding:12px 0}.rm-search-bar__form{display:flex;align-items:center;gap:8px;max-width:600px;margin:0 auto}.rm-search-bar__input{flex:1;padding:10px 16px;border:1.5px solid var(--bordo);border-radius:30px;font-size:14px;background:var(--bianco);outline:none;transition:border-color .2s ease;font-family:Inter,sans-serif}.rm-search-bar__input:focus{border-color:var(--navy)}.rm-search-bar__btn,.rm-search-bar__close{background:none;border:none;cursor:pointer;color:var(--testo2);display:flex;align-items:center;padding:8px;border-radius:50%;transition:color .2s ease}.rm-search-bar__btn:hover{color:var(--navy)}.rm-search-bar__close:hover{color:var(--rosa)}.rm-mobile-menu{background:var(--navy);border-top:2px solid var(--rosa)}.rm-mobile-menu[hidden]{display:none!important}.rm-mobile-menu__list{padding:8px 0}.rm-mobile-menu__item{border-bottom:1px solid rgba(255,255,255,.08)}.rm-mobile-menu__link,.rm-mobile-menu__summary{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;font-size:16px;color:#ffffffe6;font-family:Inter,sans-serif;cursor:pointer;list-style:none;background:none;border:none;width:100%;text-align:left;transition:color .2s ease}.rm-mobile-menu__link:hover,.rm-mobile-menu__summary:hover,.rm-mobile-menu__link--active{color:var(--rosa)}.rm-mobile-menu__sub{background:#0003;padding:4px 0}.rm-mobile-menu__sub-link{display:block;padding:12px 24px 12px 36px;font-size:14px;color:#ffffffb3;transition:color .2s ease}.rm-mobile-menu__sub-link:hover,.rm-mobile-menu__sub-link--active{color:var(--rosa)}.rm-mobile-menu__sub-link--all{color:#ffffff80;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.rm-mobile-menu__footer{padding:16px 24px;border-top:1px solid rgba(255,255,255,.1)}.rm-mobile-menu__account{display:flex;align-items:center;gap:8px;color:#ffffffb3;font-size:14px}.rm-trust-bar--desktop{background:var(--bianco);border-bottom:1px solid var(--bordo);padding:9px 0}.rm-trust-bar__inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}.rm-trust-bar__item{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--testo2);padding:4px 20px;white-space:nowrap}.rm-trust-bar__item svg{color:var(--rosa);flex-shrink:0}.rm-trust-bar__item strong{color:var(--navy);font-weight:600}.rm-trust-bar__item a{color:var(--rosa)!important;font-weight:600;border-bottom:1px solid rgba(232,120,154,.4)}.rm-trust-bar__item a:hover{border-bottom-color:var(--rosa)}.rm-trust-bar__item--cta{background:#fff5f8;border-radius:20px;border:1px solid rgba(232,120,154,.2);padding:5px 16px}.rm-trust-bar__divider{width:1px;height:18px;background:var(--bordo);flex-shrink:0}.rm-trust-bar-mobile{background:#e8789a;padding:9px 16px;text-align:center}.rm-trust-bar-mobile__link{color:#fff!important;font-size:13px;font-family:Inter,sans-serif;text-decoration:none!important;display:flex;align-items:center;justify-content:center;gap:6px}.rm-trust-bar-mobile__link strong{font-weight:700}.rm-trust-bar-mobile__link svg{flex-shrink:0}.rm-main{min-height:60vh}.rm-section-header{margin-bottom:32px}.rm-section-header--center{text-align:center}.rm-section-header--with-link{display:flex;align-items:flex-end;justify-content:space-between}.rm-section-header__label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c4547a;margin-bottom:8px;display:block}.rm-section-header__title{font-family:Playfair Display,serif;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:var(--navy);position:relative;padding-bottom:14px}.rm-section-header__title:after{content:"";position:absolute;bottom:0;left:0;width:44px;height:3px;background:var(--rosa);border-radius:2px}.rm-section-header--center .rm-section-header__title:after{left:50%;transform:translate(-50%)}.rm-link-arrow{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:var(--rosa);border-bottom:1px solid rgba(232,120,154,.4);padding-bottom:2px;transition:color .2s ease;white-space:nowrap;margin-bottom:14px}.rm-link-arrow:hover{color:var(--rosa-h)}.rm-hero{position:relative;min-height:520px;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(135deg,#1b2e6b,#2a4299,#1b2e6b)}.rm-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.rm-hero__bg-img{width:100%;height:100%;object-fit:cover}.rm-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000026,#00000059 40%,#000000a6 75%,#000000c7);z-index:1}.rm-hero__content{position:relative;z-index:2;padding:60px 24px;width:100%}.rm-hero__text{max-width:620px}.rm-hero__eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--rosa);margin-bottom:14px}.rm-hero__heading{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.4rem);font-weight:700;color:var(--bianco);line-height:1.15;text-shadow:0 2px 16px rgba(0,0,0,.25);margin-bottom:16px;letter-spacing:-.02em}.rm-hero__subheading{font-size:17px;color:#ffffffe0;line-height:1.7;margin-bottom:28px;font-weight:300;text-shadow:0 1px 4px rgba(0,0,0,.3)}.rm-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.rm-categories{padding:60px 0;background:var(--crema2)}.rm-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-bottom:32px}.rm-cat-card{display:block;border-radius:12px;overflow:hidden;background:var(--bianco);border:1px solid var(--bordo);transition:transform .25s ease,box-shadow .25s ease;color:var(--testo)}.rm-cat-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #1b2e6b21;color:var(--testo)}.rm-cat-card__img-wrap{position:relative;aspect-ratio:3/2;overflow:hidden;background:var(--crema2)}.rm-cat-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.rm-cat-card:hover .rm-cat-card__img{transform:scale(1.05)}.rm-cat-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 40%,rgba(27,46,107,.5) 100%)}.rm-cat-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px}.rm-cat-card__info{padding:16px 18px;display:flex;align-items:center;gap:8px;border-top:2px solid var(--rosa);background:var(--bianco)}.rm-cat-card__title{font-family:Playfair Display,serif;font-size:15px;font-weight:600;color:var(--navy);flex:1;line-height:1.3}.rm-cat-card:hover .rm-cat-card__title{color:var(--rosa)}.rm-cat-card__count{font-size:12px;color:var(--testo3);white-space:nowrap}.rm-cat-card__arrow{color:var(--rosa);flex-shrink:0;transition:transform .2s ease;display:flex}.rm-cat-card:hover .rm-cat-card__arrow{transform:translate(3px)}.rm-categories__cta{text-align:center}.rm-featured-products{padding:60px 0;background:var(--crema)}.rm-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}.rm-product-card{background:var(--bianco);border:1px solid var(--bordo);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.rm-product-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #1b2e6b1f;border-color:var(--rosa)}.rm-product-card__link{display:block;flex:1;color:var(--testo)}.rm-product-card__link:hover{color:var(--testo)}.rm-product-card__media{position:relative;aspect-ratio:1/1;background:var(--crema2);overflow:hidden}.rm-product-card__img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .4s ease}.rm-product-card:hover .rm-product-card__img{transform:scale(1.05)}.rm-product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:24px;opacity:.3}.rm-product-card__badge{position:absolute;top:10px;left:10px;font-size:11px;font-weight:700;letter-spacing:.04em;padding:3px 9px;border-radius:4px;z-index:2}.rm-product-card__badge--soldout{background:#eeebe8;color:var(--testo2);text-transform:uppercase}.rm-product-card__badge--sale{background:var(--rosa);color:var(--bianco)}.rm-product-card__info{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1;border-top:2px solid var(--crema2)}.rm-product-card__title{font-family:Playfair Display,serif;font-size:14px;font-weight:600;color:var(--navy);line-height:1.4;flex:1;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rm-product-card__link:hover .rm-product-card__title{color:var(--rosa)}.rm-product-card__price{display:flex;align-items:baseline;gap:8px}.rm-product-card__price--regular{font-size:17px;font-weight:700;color:var(--navy);font-family:Inter,sans-serif}.rm-product-card__price--sale{font-size:17px;font-weight:700;color:var(--rosa);font-family:Inter,sans-serif}.rm-product-card__price--compare{font-size:13px;color:var(--testo3);text-decoration:line-through;font-family:Inter,sans-serif}.rm-product-card__btn,.rm-product-card__form{margin-top:auto;padding:0 12px 12px;display:block}.rm-product-card__form .rm-btn,.rm-product-card__btn.rm-btn{width:100%;justify-content:center;text-align:center;display:flex;white-space:normal;line-height:1.3;padding:9px 10px;font-size:11px}.rm-why-us{padding:60px 0;background:var(--navy)}.rm-why-us .rm-section-header__label{color:#e8789ae6}.rm-why-us .rm-section-header__title{color:var(--bianco)}.rm-why-us .rm-section-header__title:after{background:var(--rosa)}.rm-why-us__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.rm-why-us__item{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:28px 24px;transition:background .2s ease,transform .2s ease}.rm-why-us__item:hover{background:#ffffff1a;transform:translateY(-3px)}.rm-why-us__icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.rm-why-us__icon--navy{background:#ffffff1f;color:var(--bianco)}.rm-why-us__icon--rosa{background:#e8789a33;color:var(--rosa)}.rm-why-us__title{font-family:Playfair Display,serif;font-size:16px;font-weight:600;color:var(--bianco);margin-bottom:10px}.rm-why-us__text{font-size:14px;color:#ffffffb3;line-height:1.7}.rm-reviews{padding:60px 0;background:var(--crema2)}.rm-reviews__scorecard{background:var(--bianco);border:1px solid var(--bordo);border-radius:16px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:860px;margin:0 auto;box-shadow:0 4px 24px #1b2e6b12;flex-wrap:wrap}.rm-reviews__score{text-align:center;flex-shrink:0}.rm-reviews__score-num{font-family:Playfair Display,serif;font-size:60px;font-weight:700;color:var(--navy);line-height:1;margin-bottom:8px}.rm-reviews__score-stars{display:flex;gap:3px;justify-content:center;margin-bottom:6px}.rm-reviews__score-label{font-size:13px;color:var(--testo3);font-weight:500}.rm-reviews__divider{width:1px;height:100px;background:var(--bordo);flex-shrink:0}.rm-reviews__stats{display:flex;gap:28px;flex:1;justify-content:center}.rm-reviews__stat{text-align:center}.rm-reviews__stat-num{font-family:Playfair Display,serif;font-size:30px;font-weight:700;color:var(--rosa);line-height:1;margin-bottom:6px}.rm-reviews__stat-label{font-size:12px;color:var(--testo2);font-weight:500;line-height:1.4;max-width:80px}.rm-reviews__google{text-align:center;flex-shrink:0}.rm-reviews__google svg{margin:0 auto 10px}.rm-reviews__google p{font-size:13px;color:var(--testo2);max-width:140px;line-height:1.5;margin-bottom:14px}.rm-collection{padding-bottom:60px}.rm-collection__hero{padding:40px 24px 32px;border-bottom:1px solid var(--bordo);margin-bottom:32px}.rm-collection__title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.6rem);color:var(--navy);padding-bottom:14px;border-bottom:3px solid var(--rosa);display:inline-block;margin-bottom:12px}.rm-collection__desc{color:var(--testo2);font-size:15px;line-height:1.75;max-width:680px}.rm-collection__body{display:grid;grid-template-columns:240px 1fr;gap:32px;align-items:start}.rm-filters{background:var(--bianco);border:1px solid var(--bordo);border-radius:12px;padding:20px;position:sticky;top:90px}.rm-filters__header{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--bordo)}.rm-filters__group{margin-bottom:20px}.rm-filters__group-title{font-size:12px;font-weight:600;color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.rm-filters__list{display:flex;flex-direction:column;gap:6px}.rm-filters__label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--testo2);cursor:pointer;transition:color .2s}.rm-filters__label:hover{color:var(--navy)}.rm-filters__label input[type=checkbox]{accent-color:var(--navy)}.rm-collection__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--bordo)}.rm-collection__count{font-size:13px;color:var(--testo3)}.rm-select{padding:7px 12px;border:1.5px solid var(--bordo);border-radius:5px;font-size:13px;color:var(--navy);background:var(--bianco);cursor:pointer;font-family:Inter,sans-serif;outline:none}.rm-select:focus{border-color:var(--navy)}.rm-pagination{margin-top:40px;display:flex;justify-content:center;gap:8px}.rm-product{padding:32px 0 60px}.rm-breadcrumb{font-size:12px;color:var(--testo3);margin-bottom:28px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rm-breadcrumb a{color:var(--testo2)}.rm-breadcrumb a:hover{color:var(--navy)}.rm-product__layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.rm-product__main-img-wrap{border-radius:12px;overflow:hidden;background:var(--crema2);aspect-ratio:1/1}.rm-product__main-img{width:100%;height:100%;object-fit:contain;padding:16px}.rm-product__thumbs{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.rm-product__thumb{width:68px;height:68px;border:2px solid var(--bordo);border-radius:8px;overflow:hidden;cursor:pointer;background:var(--crema2);padding:0;transition:border-color .2s ease}.rm-product__thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.rm-product__thumb--active{border-color:var(--rosa)}.rm-product__thumb:hover{border-color:var(--navy)}.rm-product__vendor{font-size:12px;font-weight:600;color:var(--testo3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.rm-product__title{font-family:Playfair Display,serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--navy);margin-bottom:16px}.rm-product__price{display:flex;align-items:baseline;gap:10px;margin-bottom:24px}.rm-product__price--regular{font-size:28px;font-weight:700;color:var(--navy);font-family:Inter,sans-serif}.rm-product__price--sale{font-size:28px;font-weight:700;color:var(--rosa);font-family:Inter,sans-serif}.rm-product__price--compare{font-size:16px;color:var(--testo3);text-decoration:line-through;font-family:Inter,sans-serif}.rm-product__variants{margin-bottom:24px}.rm-product__option{margin-bottom:16px}.rm-product__option-label{display:block;font-size:13px;font-weight:600;color:var(--navy);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.rm-product__option-values{display:flex;gap:8px;flex-wrap:wrap}.rm-product__option-value{cursor:pointer}.rm-product__option-value input{display:none}.rm-product__option-value span{display:block;padding:8px 16px;border:1.5px solid var(--bordo);border-radius:5px;font-size:13px;color:var(--testo);transition:all .15s ease}.rm-product__option-value input:checked+span{border-color:var(--navy);background:var(--navy);color:var(--bianco)}.rm-product__option-value:hover span{border-color:var(--rosa)}.rm-product__quantity{margin-bottom:20px}.rm-qty{display:inline-flex;align-items:center;border:1.5px solid var(--bordo);border-radius:5px;overflow:hidden}.rm-qty__btn{width:40px;height:42px;background:var(--crema2);border:none;font-size:18px;color:var(--navy);cursor:pointer;transition:background .15s ease}.rm-qty__btn:hover{background:var(--bordo)}.rm-qty__input{width:56px;height:42px;border:none;border-left:1.5px solid var(--bordo);border-right:1.5px solid var(--bordo);text-align:center;font-size:15px;font-weight:600;color:var(--navy);font-family:Inter,sans-serif;outline:none}.rm-product__description{margin-top:28px;padding-top:24px;border-top:1px solid var(--bordo);font-size:15px;color:var(--testo2);line-height:1.8}.rm-rte h2,.rm-rte h3{font-family:Playfair Display,serif;color:var(--navy);margin:16px 0 8px}.rm-rte p{margin-bottom:12px}.rm-rte ul{list-style:disc;padding-left:20px;margin-bottom:12px}.rm-rte a{color:var(--rosa);text-decoration:underline}.rm-footer{background:var(--grigio);border-top:3px solid var(--rosa);color:#ffffffb3}.rm-footer__main{display:grid;grid-template-columns:1.2fr 2fr;gap:48px;padding:48px 24px 40px}.rm-footer__logo{max-width:150px;max-height:70px;width:auto;height:auto;object-fit:contain;display:block;opacity:.92;margin-bottom:8px}.rm-footer__logo-text{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--bianco);margin-bottom:14px;display:block;letter-spacing:-.01em}.rm-footer__tagline{font-size:13px;line-height:1.7;color:#fff9;margin-bottom:20px;max-width:280px}.rm-footer__contacts{display:flex;flex-direction:column;gap:8px}.rm-footer__contact-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#ffffffa6;transition:color .2s ease}.rm-footer__contact-item:hover{color:var(--rosa)}.rm-footer__contact-item svg{color:var(--rosa);flex-shrink:0}.rm-footer__contact-item--whatsapp{color:#25d366}.rm-footer__contact-item--whatsapp svg{color:#25d366}.rm-footer__contact-item--whatsapp:hover{color:#1ebe5a}.rm-footer__nav{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:32px}.rm-footer__nav-title{font-family:Playfair Display,serif;font-size:14px;font-weight:600;color:var(--bianco);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(232,120,154,.3)}.rm-footer__nav-list{display:flex;flex-direction:column;gap:6px}.rm-footer__nav-link{font-size:13px;color:#ffffffa6;line-height:2;transition:color .2s ease}.rm-footer__nav-link:hover{color:var(--rosa)}.rm-footer__newsletter-text{font-size:13px;color:#fff9;margin-bottom:14px;line-height:1.6}.rm-footer__newsletter-form{display:flex;gap:8px}.rm-footer__newsletter-input{flex:1;padding:10px 14px;background:#ffffff14;border:1.5px solid rgba(255,255,255,.2);border-radius:5px;color:var(--bianco);font-size:13px;font-family:Inter,sans-serif;outline:none;transition:border-color .2s ease}.rm-footer__newsletter-input::placeholder{color:#fff6}.rm-footer__newsletter-input:focus{border-color:var(--rosa)}.rm-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:12px}.rm-footer__bottom-left{display:flex;align-items:center;gap:10px;font-size:12px;color:#fff6}.rm-footer__separator{opacity:.5}.rm-footer__bottom-links{display:flex;gap:16px}.rm-footer__bottom-links a{font-size:12px;color:#fff6;transition:color .2s}.rm-footer__bottom-links a:hover{color:var(--rosa)}.rm-footer__social{display:flex;gap:8px}.rm-footer__social-link{width:34px;height:34px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#fff9;transition:background .2s ease,color .2s ease}.rm-footer__social-link:hover{background:var(--rosa);color:var(--bianco)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--crema2)}::-webkit-scrollbar-thumb{background:var(--navy);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--rosa)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--rosa);outline-offset:3px;border-radius:3px}@media(max-width:989px){.rm-categories__grid,.rm-products-grid,.rm-why-us__grid{grid-template-columns:repeat(2,1fr)}.rm-collection__body{grid-template-columns:1fr}.rm-product__layout,.rm-footer__main{grid-template-columns:1fr;gap:32px}.rm-footer__nav{grid-template-columns:1fr 1fr}.rm-reviews__scorecard{justify-content:center}.rm-reviews__divider{display:none}}@media(max-width:749px){.rm-header{height:60px}.rm-hero{min-height:380px}.rm-hero__heading{font-size:1.8rem}.rm-hero__subheading{font-size:15px}.rm-categories__grid,.rm-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.rm-why-us__grid,.rm-footer__nav{grid-template-columns:1fr}.rm-footer__bottom{flex-direction:column;align-items:flex-start}.rm-trust-bar--desktop{display:none}.rm-reviews__stats{gap:16px}.rm-reviews__stat-num{font-size:24px}.rm-cat-card__title{font-size:13px}.rm-cat-card__count{display:none}.rm-header__logo-name{font-size:13px}}@media(min-width:750px){.rm-trust-bar-mobile{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
