.ramz-about-details{display:block;width:100%;background:var(--ramz-about-details-bg);color:var(--ramz-about-details-text)}.ramz-about-details__inner{width:min(100%,var(--ramz-about-details-max-width));margin:0 auto;padding:var(--ramz-about-details-padding-top) clamp(1rem,4vw,3.25rem) var(--ramz-about-details-padding-bottom)}.ramz-about-details__header{display:flex;align-items:center;gap:clamp(.9rem,2.4vw,1.7rem);margin-bottom:clamp(1rem,2vw,1.45rem)}.ramz-about-details__heading{margin:0;flex:0 0 auto;font-family:Georgia,Times New Roman,serif;font-size:clamp(.78rem,1vw,1rem);font-weight:600;letter-spacing:.06em;line-height:1;text-transform:uppercase}.ramz-about-details__line{display:block;flex:1 1 auto;height:1px;background:var(--ramz-about-details-line)}.ramz-about-details__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:var(--ramz-about-details-gap)}.ramz-about-details__item{position:relative;display:block;height:var(--ramz-about-details-height-desktop);overflow:hidden;border-radius:var(--ramz-about-details-radius);background:var(--ramz-about-details-card);color:var(--ramz-about-details-muted);text-decoration:none;transform:translateZ(0);transition:transform .22s ease,box-shadow .22s ease}a.ramz-about-details__item:hover,a.ramz-about-details__item:focus-visible{transform:translateY(-3px);box-shadow:0 16px 34px #12121214}a.ramz-about-details__item:focus-visible{outline:2px solid currentColor;outline-offset:3px}.ramz-about-details__image,.ramz-about-details__placeholder{display:block;width:100%;height:100%}.ramz-about-details__image{object-fit:contain;object-position:center;transition:transform .42s ease}a.ramz-about-details__item:hover .ramz-about-details__image,a.ramz-about-details__item:focus-visible .ramz-about-details__image{transform:none}.ramz-about-details__placeholder{display:flex;align-items:center;justify-content:center;opacity:.75}.ramz-about-details__placeholder-svg{width:68%;height:68%}.ramz-about-details__placeholder-label{position:absolute;left:.75rem;right:.75rem;bottom:.75rem;font-size:.64rem;font-weight:750;letter-spacing:.06em;line-height:1.2;text-align:center;text-transform:uppercase}@media(max-width:1100px){.ramz-about-details__viewport{overflow:hidden}.ramz-about-details__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-color:var(--ramz-about-details-line) transparent;scrollbar-width:thin;-ms-overflow-style:auto;padding-bottom:.65rem;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.ramz-about-details__grid::-webkit-scrollbar{height:4px}.ramz-about-details__grid::-webkit-scrollbar-track{background:transparent}.ramz-about-details__grid::-webkit-scrollbar-thumb{background:var(--ramz-about-details-line);border-radius:999px}.ramz-about-details__item{flex:0 0 min(31vw,18rem);height:var(--ramz-about-details-height-tablet);scroll-snap-align:start}}@media(max-width:640px){.ramz-about-details__item{flex-basis:min(47vw,15rem);height:var(--ramz-about-details-height-mobile)}}@media(max-width:430px){.ramz-about-details__header{flex-wrap:wrap}.ramz-about-details__line{order:3;flex-basis:100%}}.ramz-about-hero{display:block;width:100%;background:var(--ramz-about-hero-bg);color:var(--ramz-about-hero-text)}.ramz-about-hero__inner{position:relative;width:min(100%,var(--ramz-about-hero-max-width));min-height:var(--ramz-about-hero-height-desktop);display:flex;align-items:center;justify-content:center;margin:0 auto;padding:clamp(4rem,7vw,7.5rem) clamp(1.25rem,5vw,4rem);text-align:center}.ramz-about-hero__meta{position:absolute;top:clamp(1.4rem,3.2vw,3.75rem);margin:0;color:var(--ramz-about-hero-muted);font-size:clamp(.62rem,.8vw,.76rem);font-weight:650;letter-spacing:.1em;line-height:1;text-transform:uppercase}.ramz-about-hero__meta--left{left:clamp(1.25rem,5vw,4rem)}.ramz-about-hero__meta--right{right:clamp(1.25rem,5vw,4rem)}.ramz-about-hero__content{display:grid;justify-items:center;gap:clamp(1.35rem,2.4vw,2rem)}.ramz-about-hero__heading{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,6vw,5.6rem);font-weight:400;letter-spacing:.1em;line-height:.95;text-transform:uppercase}.ramz-about-hero__divider{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.ramz-about-hero__divider span{width:clamp(1.35rem,3vw,2.2rem);height:1px;background:var(--ramz-about-hero-rule)}.ramz-about-hero__divider i{width:.28rem;height:.28rem;display:block;background:var(--ramz-about-hero-rule);transform:rotate(45deg)}.ramz-about-hero__subtitle{margin:0;color:var(--ramz-about-hero-muted);font-size:clamp(.66rem,.9vw,.82rem);font-weight:750;letter-spacing:.42em;line-height:1.2;text-indent:.42em;text-transform:uppercase}@media(max-width:760px){.ramz-about-hero__inner{min-height:var(--ramz-about-hero-height-tablet)}.ramz-about-hero__heading{font-size:clamp(2.25rem,10vw,4rem);letter-spacing:.075em}}@media(max-width:480px){.ramz-about-hero__inner{min-height:var(--ramz-about-hero-height-mobile);padding-top:5rem}.ramz-about-hero__meta{top:1.35rem;font-size:.62rem}.ramz-about-hero__heading{font-size:clamp(2rem,12vw,3rem)}.ramz-about-hero__subtitle{letter-spacing:.28em;text-indent:.28em}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.ramz-contact-form{display:block;width:100%;background:var(--ramz-contact-form-bg);color:var(--ramz-contact-form-text)}.ramz-contact-form__inner{width:min(100%,var(--ramz-contact-form-max-width));margin:0 auto;display:grid;grid-template-columns:minmax(16rem,.78fr) minmax(0,1.4fr);gap:clamp(2rem,6vw,5.5rem);align-items:start;padding:var(--ramz-contact-form-padding-top) clamp(1.25rem,5vw,5rem) var(--ramz-contact-form-padding-bottom)}.ramz-contact-form__heading,.ramz-contact-form__support-heading{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:0;line-height:1.08}.ramz-contact-form__heading{font-size:clamp(1.35rem,2vw,1.9rem)}.ramz-contact-form__support-heading{font-size:clamp(1.15rem,1.6vw,1.45rem)}.ramz-contact-form__methods{display:grid;gap:1.45rem;margin-top:2rem}.ramz-contact-form__method{display:flex;align-items:center;gap:1rem;color:inherit;text-decoration:none}.ramz-contact-form__icon{width:3.2rem;height:3.2rem;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:.35rem;background:var(--ramz-contact-form-icon-bg)}.ramz-contact-form__icon svg,.ramz-contact-form__support-list svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.ramz-contact-form__method-text{display:grid;gap:.32rem}.ramz-contact-form__method-title{font-size:.78rem;font-weight:850;line-height:1.2}.ramz-contact-form__method-detail,.ramz-contact-form__support-text,.ramz-contact-form__support-list{color:var(--ramz-contact-form-muted);font-size:.82rem;line-height:1.55}.ramz-contact-form__divider{display:block;width:min(100%,16rem);height:1px;margin:clamp(2rem,4vw,2.7rem) 0;background:var(--ramz-contact-form-border)}.ramz-contact-form__support-text{max-width:18rem;margin-top:1rem}.ramz-contact-form__support-text p{margin:0}.ramz-contact-form__support-list{display:grid;gap:.85rem;margin:1.7rem 0 0;padding:0;list-style:none}.ramz-contact-form__support-list li{display:flex;align-items:center;gap:.8rem}.ramz-contact-form__support-list span{flex:0 0 auto;color:var(--ramz-contact-form-text)}.ramz-contact-form__card{background:var(--ramz-contact-form-card);border:1px solid color-mix(in srgb,var(--ramz-contact-form-border) 70%,transparent);border-radius:var(--ramz-contact-form-radius);padding:clamp(2rem,5vw,4rem)}.ramz-contact-form__form{display:grid;gap:.85rem;margin-top:clamp(1.5rem,3vw,2rem)}.ramz-contact-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.ramz-contact-form__field{min-width:0}.ramz-contact-form__field label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.ramz-contact-form__field input,.ramz-contact-form__field textarea{width:100%;min-height:3.7rem;border:1px solid var(--ramz-contact-form-border);border-radius:.18rem;background:var(--ramz-contact-form-field);color:var(--ramz-contact-form-text);font:inherit;font-size:.82rem;line-height:1.4;padding:1rem 1.15rem;transition:border-color .16s ease,box-shadow .16s ease}.ramz-contact-form__field textarea{min-height:12.5rem;resize:vertical}.ramz-contact-form__field input::placeholder,.ramz-contact-form__field textarea::placeholder{color:color-mix(in srgb,var(--ramz-contact-form-muted) 82%,transparent)}.ramz-contact-form__field input:focus,.ramz-contact-form__field textarea:focus{border-color:var(--ramz-contact-form-text);box-shadow:0 0 0 1px var(--ramz-contact-form-text);outline:0}.ramz-contact-form__button{width:fit-content;min-width:15rem;min-height:3.4rem;margin-top:.45rem;border:1px solid var(--ramz-contact-form-button-bg);border-radius:.18rem;background:var(--ramz-contact-form-button-bg);color:var(--ramz-contact-form-button-text);cursor:pointer;font-size:.72rem;font-weight:850;letter-spacing:.13em;line-height:1;text-transform:uppercase;transition:opacity .16s ease}.ramz-contact-form__button:hover{opacity:.82}.ramz-contact-form__success,.ramz-contact-form__errors{margin:0;border:1px solid var(--ramz-contact-form-border);background:var(--ramz-contact-form-field);color:var(--ramz-contact-form-text);font-size:.85rem;line-height:1.5;padding:.95rem 1rem}.ramz-contact-form__errors ul{margin:0;padding-left:1rem}@media(max-width:900px){.ramz-contact-form__inner{grid-template-columns:1fr}.ramz-contact-form__aside{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem}.ramz-contact-form__heading,.ramz-contact-form__methods,.ramz-contact-form__divider,.ramz-contact-form__support-heading,.ramz-contact-form__support-text,.ramz-contact-form__support-list{grid-column:auto}.ramz-contact-form__divider{display:none}}@media(max-width:640px){.ramz-contact-form__inner{padding-inline:1rem}.ramz-contact-form__aside,.ramz-contact-form__row{grid-template-columns:1fr}.ramz-contact-form__card{padding:1.25rem}.ramz-contact-form__button{width:100%;min-width:0}}.ramz-contact-hero{display:block;width:100%;background:var(--ramz-contact-hero-bg);color:var(--ramz-contact-hero-text)}.ramz-contact-hero__inner{width:min(100%,var(--ramz-contact-hero-max-width));min-height:var(--ramz-contact-hero-height-desktop);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:0 auto}.ramz-contact-hero__copy{min-height:var(--ramz-contact-hero-height-desktop);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(4rem,8vw,8.5rem) clamp(2rem,8vw,7rem)}.ramz-contact-hero__eyebrow{margin:0 0 1.6rem;font-size:.68rem;font-weight:850;letter-spacing:.14em;line-height:1;text-transform:uppercase}.ramz-contact-hero__heading{max-width:10ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.65rem,5vw,5.2rem);font-weight:500;letter-spacing:0;line-height:1.05}.ramz-contact-hero__rule{display:block;width:2.45rem;height:1px;margin:clamp(1.8rem,3vw,2.6rem) 0;background:var(--ramz-contact-hero-rule)}.ramz-contact-hero__body{max-width:24rem;color:var(--ramz-contact-hero-muted);font-size:clamp(.92rem,1.1vw,1rem);line-height:1.65}.ramz-contact-hero__body p{margin:0}.ramz-contact-hero__link{display:inline-flex;width:fit-content;margin-top:1.8rem;color:var(--ramz-contact-hero-text);font-size:.72rem;font-weight:850;letter-spacing:.1em;line-height:1;text-decoration:underline;text-underline-offset:.32rem;text-transform:uppercase}.ramz-contact-hero__media{height:var(--ramz-contact-hero-height-desktop);min-height:0;overflow:hidden;background:var(--ramz-contact-hero-media-bg)}.ramz-contact-hero__image,.ramz-contact-hero__placeholder-svg{display:block;width:100%;height:100%}.ramz-contact-hero__image{object-fit:contain;object-position:var(--ramz-contact-hero-image-position)}@media(max-width:900px){.ramz-contact-hero__inner{grid-template-columns:1fr;min-height:auto}.ramz-contact-hero__copy{min-height:auto;align-items:center;padding:clamp(2.25rem,8vw,3.5rem) 1.5rem clamp(1.4rem,5vw,2rem);text-align:center}.ramz-contact-hero__heading{max-width:12ch}.ramz-contact-hero__media{height:var(--ramz-contact-hero-height-tablet)}}@media(max-width:520px){.ramz-contact-hero__copy{padding:2rem 1rem 1.25rem}.ramz-contact-hero__heading{font-size:clamp(2.35rem,12vw,3.35rem)}.ramz-contact-hero__media{height:var(--ramz-contact-hero-height-mobile)}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.ramz-footer{background:var(--ramz-footer-bg);border-top:1px solid var(--ramz-footer-border);color:var(--ramz-footer-text);display:block;margin-top:0;width:100%}.ramz-footer__container{width:min(100%,var(--ramz-footer-max-width));margin:0 auto;padding-inline:clamp(1.25rem,5vw,5rem)}.ramz-footer__top{padding-block:clamp(2.5rem,5vw,4.75rem) clamp(2.5rem,4vw,4rem)}.ramz-footer__grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1.65fr;gap:clamp(2rem,5vw,5rem);align-items:start}.ramz-footer__column{display:grid;align-content:start;gap:1.3rem}.ramz-footer a{color:inherit;text-decoration:none;transition:opacity .16s ease}.ramz-footer a:hover{opacity:.68}.ramz-footer__logo{width:fit-content;display:inline-flex;align-items:center;gap:.8rem}.ramz-footer__logo-image{width:auto;max-width:11rem;max-height:var(--ramz-footer-logo-desktop);object-fit:contain}.ramz-footer__mark{display:inline-flex}.ramz-footer__mark svg{width:calc(var(--ramz-footer-logo-desktop) * .34);height:auto;fill:currentColor}.ramz-footer__logo-text{font-family:Georgia,Times New Roman,serif;font-size:calc(var(--ramz-footer-logo-desktop) * .34);font-weight:700;letter-spacing:.42em;line-height:1;margin-right:-.42em}.ramz-footer__brand-column{gap:1.2rem}.ramz-footer__brand-text{max-width:14rem;color:var(--ramz-footer-muted);font-size:.82rem;line-height:1.45}.ramz-footer__brand-text p{margin:0}.ramz-footer__heading{margin:0;color:var(--ramz-footer-text);font-size:.78rem;font-weight:800;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.ramz-footer__links{display:grid;gap:.86rem}.ramz-footer__links a,.ramz-footer__newsletter-text,.ramz-footer__bottom-inner{color:var(--ramz-footer-muted);font-size:.86rem;line-height:1.45}.ramz-footer__newsletter-text{max-width:22rem}.ramz-footer__newsletter-text p{margin:0}.ramz-footer__newsletter-form{width:min(100%,22rem);max-width:100%;height:2.8rem;border:1px solid var(--ramz-footer-border);display:flex;align-items:stretch;overflow:hidden}.ramz-footer__newsletter-form input{width:100%;min-width:0;flex:1 1 auto;border:0;background:transparent;color:var(--ramz-footer-text);padding:0 1rem;font:inherit;font-size:.86rem;outline:0}.ramz-footer__newsletter-form button{width:3.2rem;flex:0 0 3.2rem;border:0;border-left:1px solid var(--ramz-footer-border);background:transparent;color:var(--ramz-footer-text);display:flex;align-items:center;justify-content:center;cursor:pointer}.ramz-footer__newsletter-form button:disabled{cursor:wait;opacity:.55}.ramz-footer__newsletter-form svg{width:1.15rem;height:1.15rem;stroke-width:1.6}.ramz-footer__newsletter-status{min-height:1.1rem;margin:-.45rem 0 0;color:var(--ramz-footer-muted);font-size:.78rem;line-height:1.35}.ramz-footer__newsletter-status[data-state=success]{color:#1f6b3a}.ramz-footer__newsletter-status[data-state=error]{color:#9f1f1f}.ramz-footer__socials{display:flex;align-items:center;gap:1.35rem}.ramz-footer__socials svg{width:1.1rem;height:1.1rem;stroke-width:1.8}.ramz-footer__bottom{border-top:1px solid var(--ramz-footer-border)}.ramz-footer__bottom-inner{min-height:4rem;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1.5rem}.ramz-footer__tagline{color:var(--ramz-footer-muted);font-weight:400;letter-spacing:.035em;text-align:center;text-transform:uppercase}.ramz-footer__legal{display:flex;justify-content:flex-end;gap:clamp(1.25rem,3vw,3rem)}@media(max-width:1180px)and (min-width:981px){.ramz-footer__grid{grid-template-columns:1.1fr 1fr 1fr 1.45fr;gap:2rem}}@media(max-width:980px){.ramz-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.75rem 2rem}.ramz-footer__newsletter-column{width:100%}.ramz-footer__logo-image{max-height:var(--ramz-footer-logo-tablet)}.ramz-footer__mark svg{width:calc(var(--ramz-footer-logo-tablet) * .34)}.ramz-footer__logo-text{font-size:calc(var(--ramz-footer-logo-tablet) * .34)}}@media(max-width:980px){.ramz-footer__bottom-inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:.9rem;padding-block:1.35rem}.ramz-footer__legal{justify-content:center;flex-wrap:wrap}}@media(max-width:640px){.ramz-footer__top{padding-block:2rem}.ramz-footer__grid{grid-template-columns:1fr;gap:2rem}.ramz-footer__newsletter-form{width:100%}.ramz-footer__brand-column{gap:1.35rem}.ramz-footer__logo-image{max-height:var(--ramz-footer-logo-mobile)}.ramz-footer__mark svg{width:calc(var(--ramz-footer-logo-mobile) * .34)}.ramz-footer__logo-text{font-size:calc(var(--ramz-footer-logo-mobile) * .34)}.ramz-footer__links{gap:.75rem}.ramz-footer__bottom-inner{font-size:.78rem}}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.ramz-product{background:var(--ramz-product-bg);color:var(--ramz-product-text);display:block;padding:clamp(.42rem,1.1vw,.78rem) clamp(1.25rem,3vw,2.5rem) clamp(1.25rem,3vw,2.5rem);width:100%}.ramz-product__inner{width:min(100%,var(--ramz-product-max-width));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.42fr) minmax(19rem,.78fr);gap:clamp(1.5rem,3.6vw,4.25rem);align-items:start}.ramz-product__gallery{display:grid;grid-template-columns:84px minmax(0,1fr);gap:.85rem;height:var(--ramz-product-gallery-height-desktop)}.ramz-product__main-media,.ramz-product__thumb{overflow:hidden;border-radius:var(--ramz-product-radius);background:transparent}.ramz-product__main-media{grid-column:2;grid-row:1;height:100%;position:relative;cursor:zoom-in}.ramz-product__main-media:focus-visible{outline:2px solid var(--ramz-product-text);outline-offset:3px}.ramz-product__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.9rem;height:2.9rem;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid color-mix(in srgb,var(--ramz-product-text),transparent 82%);border-radius:999px;background:color-mix(in srgb,#fff,transparent 8%);color:var(--ramz-product-text);cursor:pointer;opacity:0;box-shadow:0 .35rem 1.1rem #00000024;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:opacity .2s ease,transform .2s ease,background-color .16s ease,box-shadow .2s ease}.ramz-product__gallery:hover .ramz-product__arrow,.ramz-product__arrow:focus-visible{opacity:1}@media(hover:none),(pointer:coarse){.ramz-product__arrow{opacity:1}}.ramz-product__arrow--prev{left:.85rem}.ramz-product__arrow--next{right:.85rem}.ramz-product__arrow:hover{background:#fff;box-shadow:0 .55rem 1.4rem #0003}.ramz-product__arrow--prev:hover{transform:translateY(-50%) translate(-2px)}.ramz-product__arrow--next:hover{transform:translateY(-50%) translate(2px)}.ramz-product__arrow:active{transform:translateY(-50%) scale(.94)}.ramz-product__arrow:focus-visible{outline:2px solid var(--ramz-product-text);outline-offset:2px}.ramz-product__arrow svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.ramz-product__thumbs{grid-column:1;grid-row:1;min-height:0;display:flex;flex-direction:column;gap:.65rem;overflow-y:auto;overflow-x:hidden;padding:2px;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.ramz-product__thumbs::-webkit-scrollbar{width:0;height:0;display:none}.ramz-product__thumb{flex:0 0 auto;width:100%;aspect-ratio:1 / 1;padding:0;border:1px solid var(--ramz-product-border);cursor:pointer;transition:border-color .16s ease,opacity .16s ease;opacity:.72}.ramz-product__thumb:hover{opacity:1}.ramz-product__thumb.is-active{border:2px solid var(--ramz-product-text);opacity:1}.ramz-product__thumb:focus-visible{outline:2px solid var(--ramz-product-text);outline-offset:2px}.ramz-product__thumb-image{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.ramz-product__image,.ramz-product__placeholder{width:100%;height:100%;display:block}.ramz-product__image{object-fit:contain;object-position:center;transition:opacity .2s ease,transform .2s ease;will-change:opacity,transform}.ramz-product__image.is-leaving-left{opacity:0;transform:translate(-4%)}.ramz-product__image.is-leaving-right{opacity:0;transform:translate(4%)}.ramz-product__image.is-entering-left{opacity:0;transform:translate(-4%)}.ramz-product__image.is-entering-right{opacity:0;transform:translate(4%)}@media(prefers-reduced-motion:reduce){.ramz-product__image{transition:none}}.ramz-product__placeholder{display:flex;align-items:center;justify-content:center;opacity:.75}.ramz-product__placeholder-svg{width:70%;height:70%}.ramz-product__info{min-width:0;padding-top:.3rem}.ramz-product__form{display:grid;gap:0}.ramz-product__title{margin:0;color:var(--ramz-product-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.95rem,3.25vw,3rem);font-weight:500;letter-spacing:0;line-height:1.04;text-transform:uppercase}.ramz-product__price{margin-top:1.4rem;font-size:clamp(1rem,1.3vw,1.18rem);font-weight:800;letter-spacing:.01em}.ramz-product__description{max-width:31rem;margin-top:1.2rem;color:var(--ramz-product-muted);font-size:.92rem;line-height:1.7}.ramz-product__description p,.ramz-product__delivery p{margin:0}.ramz-product__divider{width:100%;height:1px;margin:clamp(1.5rem,3vw,2.25rem) 0;border:0;background:var(--ramz-product-border)}.ramz-product__options{display:grid;gap:1.65rem}.ramz-product__option{min-width:0;margin:0;padding:0;border:0}.ramz-product__option-label{margin-bottom:.85rem;font-family:Georgia,Times New Roman,serif;font-size:.82rem;font-weight:700;letter-spacing:.03em;line-height:1.2;text-transform:uppercase}.ramz-product__option-label span{margin-left:.35rem;font-family:inherit;font-weight:400;text-transform:none}.ramz-product .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;padding:0!important;margin:-1px!important}.ramz-product__swatches,.ramz-product__size-buttons{display:flex;flex-wrap:wrap;gap:.82rem}.ramz-product__option-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;padding:0;margin:-1px}.ramz-product__swatch{width:1.82rem;height:1.82rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--ramz-product-text),transparent 68%);border-radius:999px;background:#fff;cursor:pointer}.ramz-product__swatch-inner{width:1.38rem;height:1.38rem;display:block;border-radius:999px;background-color:var(--ramz-product-swatch, #111);background-image:var(--ramz-product-swatch-image, none);background-position:center;background-size:cover;box-shadow:inset 0 0 0 1px #00000014}.ramz-product__size-button{min-width:3.35rem;min-height:2.65rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ramz-product-border);background:#fff;color:var(--ramz-product-text);cursor:pointer;font-size:.82rem;font-weight:700;line-height:1;padding:.2rem .78rem;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.ramz-product__option-input:checked+.ramz-product__size-button{background:var(--ramz-product-text);border-color:var(--ramz-product-text);color:#fff}.ramz-product__option-input:checked+.ramz-product__swatch{border:2px solid var(--ramz-product-text);box-shadow:none}.ramz-product__option-input:focus-visible+.ramz-product__size-button,.ramz-product__option-input:focus-visible+.ramz-product__swatch{outline:2px solid var(--ramz-product-text);outline-offset:3px}.ramz-product__size-guide{width:fit-content;display:inline-flex;align-items:center;gap:.55rem;margin-top:1.35rem;border:0;background:transparent;color:var(--ramz-product-muted);font-size:.78rem;font-weight:600;line-height:1;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:.22rem;transition:color .16s ease}.ramz-product__size-guide:hover{color:var(--ramz-product-text)}.ramz-product__size-guide svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.ramz-product__modal[hidden]{display:none}.ramz-product__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.ramz-product__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000075}.ramz-product__modal-panel{position:relative;width:min(100%,40rem);max-height:min(86vh,42rem);overflow:auto;background:#fff;border:1px solid var(--ramz-product-border);border-radius:.35rem;padding:clamp(1.4rem,4vw,2.25rem);color:var(--ramz-product-text);box-shadow:0 1.5rem 4rem #0000002e}.ramz-product__modal-panel h2{margin:0 2.5rem 1rem 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1;text-transform:uppercase}.ramz-product__modal-content{color:var(--ramz-product-muted);font-size:.92rem;line-height:1.65}.ramz-product__modal-content table{width:100%;border-collapse:collapse;color:var(--ramz-product-text);font-size:.86rem}.ramz-product__modal-content th,.ramz-product__modal-content td{border-bottom:1px solid var(--ramz-product-border);padding:.75rem .5rem;text-align:left}.ramz-size-guide[data-size-guide-ar],html[dir=rtl] .ramz-size-guide[data-size-guide-en]{display:none}html[dir=rtl] .ramz-size-guide[data-size-guide-ar]{display:grid}.ramz-size-guide{display:grid;gap:1.25rem}.ramz-size-guide__intro{margin:0;color:var(--ramz-product-muted);font-size:.92rem;line-height:1.6}.ramz-size-guide__table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--ramz-product-border);border-radius:.6rem;color:var(--ramz-product-text);font-size:.9rem;table-layout:fixed}.ramz-size-guide__table thead th{background:var(--ramz-product-text);color:#fff;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.8rem .5rem;text-align:center;line-height:1.3;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.ramz-size-guide__table tbody td{padding:.9rem .5rem;text-align:center;border-top:1px solid var(--ramz-product-border);font-variant-numeric:tabular-nums}.ramz-size-guide__table tbody tr:nth-child(2n) td{background:color-mix(in srgb,var(--ramz-product-border) 22%,transparent)}.ramz-size-guide__table tbody tr:first-child td{border-top:0}.ramz-size-guide__size{font-weight:800;letter-spacing:.02em}.ramz-size-guide__size span{display:inline-block;min-width:2.9rem;padding:.28rem .55rem;border:1px solid var(--ramz-product-border);border-radius:999px;background:#fff;font-size:.76rem;line-height:1.2}.ramz-size-guide__note{margin:0;color:var(--ramz-product-muted);font-size:.82rem;line-height:1.55}html[dir=rtl] .ramz-size-guide{text-align:right}.ramz-product__zoom[hidden]{display:none}.ramz-product__zoom{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,3rem);animation:ramz-zoom-fade .2s ease}@keyframes ramz-zoom-fade{0%{opacity:0}to{opacity:1}}.ramz-product__zoom-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d1;cursor:zoom-out}.ramz-product__zoom-stage{position:relative;z-index:1;max-width:95vw;max-height:90vh;overflow:auto;display:flex;align-items:center;justify-content:center;-webkit-overflow-scrolling:touch}.ramz-product__zoom-image{display:block;max-width:95vw;max-height:90vh;object-fit:contain;cursor:zoom-in;transition:transform .25s ease;animation:ramz-zoom-in .25s ease}@keyframes ramz-zoom-in{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.ramz-product__zoom-stage.is-zoomed{cursor:zoom-out}.ramz-product__zoom-stage.is-zoomed .ramz-product__zoom-image{max-width:none;max-height:none;transform:scale(1.8);transform-origin:center;cursor:zoom-out}.ramz-product__zoom-close{position:absolute;top:clamp(.75rem,3vw,1.75rem);right:clamp(.75rem,3vw,1.75rem);z-index:2;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:color-mix(in srgb,#fff,transparent 12%);box-shadow:0 .35rem 1.1rem #0000003d;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.ramz-product__zoom-close span{position:absolute;width:1.15rem;height:2px;background:var(--ramz-product-text);border-radius:2px}.ramz-product__zoom-close span:first-child{transform:rotate(45deg)}.ramz-product__zoom-close span:last-child{transform:rotate(-45deg)}.ramz-product__modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border:1px solid var(--ramz-product-border);background:transparent;cursor:pointer}.ramz-product__modal-close span{position:absolute;top:50%;left:50%;width:1rem;height:1px;background:currentColor}.ramz-product__modal-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.ramz-product__modal-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.ramz-product-modal-open{overflow:hidden}.ramz-product__actions{display:grid;gap:.75rem;margin-top:clamp(1.75rem,3vw,2.5rem)}.ramz-product__button,.ramz-product__dynamic-checkout .shopify-payment-button__button{min-height:3.25rem;border-radius:.18rem;font-size:.78rem;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.ramz-product__button{width:100%;border:1px solid var(--ramz-product-button-bg);background:var(--ramz-product-button-bg);color:var(--ramz-product-button-text);cursor:pointer;transition:opacity .16s ease}.ramz-product__button:hover{opacity:.84}.ramz-product__button:disabled{cursor:not-allowed;opacity:.45}.ramz-product__dynamic-checkout .shopify-payment-button__button{border:1px solid var(--ramz-product-button-bg);background:transparent;color:var(--ramz-product-button-bg)}.ramz-product__delivery{display:flex;align-items:flex-start;gap:.8rem;margin-top:2rem;color:var(--ramz-product-muted);font-size:.82rem;line-height:1.55}.ramz-product__delivery strong{color:var(--ramz-product-text);font-weight:800}.ramz-product__delivery svg{width:1.35rem;height:1.35rem;flex:0 0 auto;margin-top:.1rem;fill:none;stroke:var(--ramz-product-text);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}@media(max-width:980px){.ramz-product__inner{grid-template-columns:1fr}.ramz-product__gallery{height:var(--ramz-product-gallery-height-tablet)}.ramz-product__info{width:min(100%,42rem);margin:0 auto}}@media(max-width:700px){.ramz-product{padding-inline:.875rem}.ramz-product__gallery{height:auto;grid-template-columns:1fr;gap:.6rem}.ramz-product__main-media{grid-column:1;grid-row:1;height:var(--ramz-product-gallery-height-mobile)}.ramz-product__arrow{width:2.2rem;height:2.2rem}.ramz-product__arrow svg{width:1rem;height:1rem}.ramz-product__arrow--prev{left:.55rem}.ramz-product__arrow--next{right:.55rem}.ramz-product__thumbs{grid-column:1;grid-row:2;flex-direction:row;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;-webkit-overflow-scrolling:touch}.ramz-product__thumb{width:clamp(4rem,18vw,5.25rem)}.ramz-product__title{font-size:clamp(1.8rem,8vw,2.45rem)}.ramz-product__description{font-size:.88rem}.ramz-product__size-button{min-width:3.05rem;min-height:2.45rem}}.ramz-about-letter{display:block;width:100%;background:var(--ramz-about-letter-bg);color:var(--ramz-about-letter-text)}.ramz-about-letter__inner{width:min(100%,var(--ramz-about-letter-max-width));display:grid;grid-template-columns:minmax(17rem,.74fr) minmax(0,1.26fr);align-items:center;gap:clamp(3rem,6vw,var(--ramz-about-letter-gap));margin:0 auto;padding:clamp(3rem,6vw,5rem) clamp(1.25rem,5vw,4rem)}.ramz-about-letter__inner--image-left .ramz-about-letter__copy{order:2}.ramz-about-letter__inner--image-left .ramz-about-letter__media{order:1}.ramz-about-letter__copy{max-width:28rem;justify-self:center}.ramz-about-letter__heading{max-width:12ch;margin:0 0 clamp(1.7rem,3vw,2.6rem);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,2.5vw,2.55rem);font-weight:400;letter-spacing:0;line-height:1.12;text-transform:uppercase}.ramz-about-letter__body{max-width:25.5rem;color:var(--ramz-about-letter-text);font-size:clamp(.86rem,.95vw,.98rem);line-height:1.72}.ramz-about-letter__body p{margin:0 0 1.2rem}.ramz-about-letter__body p:last-child{margin-bottom:0}.ramz-about-letter__signature{margin-top:clamp(1.5rem,3vw,2.2rem)}.ramz-about-letter__signature-image{width:min(9rem,44vw);height:auto;display:block;object-fit:contain}.ramz-about-letter__signature-text{margin:0;font-family:Brush Script MT,Segoe Script,cursive;font-size:clamp(2.1rem,3.2vw,3.2rem);line-height:.9}.ramz-about-letter__sign-off{margin:1rem 0 0;color:var(--ramz-about-letter-muted);font-size:.82rem;font-weight:600;line-height:1.4}.ramz-about-letter__media{height:var(--ramz-about-letter-height-desktop);overflow:hidden;background:var(--ramz-about-letter-image-bg)}.ramz-about-letter__image,.ramz-about-letter__placeholder-svg{display:block;width:100%;height:100%}.ramz-about-letter__image{object-fit:var(--ramz-about-letter-image-fit);object-position:var(--ramz-about-letter-image-position)}@media(max-width:989px){.ramz-about-letter__inner{grid-template-columns:1fr;gap:2.25rem;padding:clamp(2.75rem,8vw,4rem) 1.5rem}.ramz-about-letter__inner--image-left .ramz-about-letter__copy,.ramz-about-letter__inner--image-left .ramz-about-letter__media{order:initial}.ramz-about-letter__copy{max-width:36rem;justify-self:center;text-align:center}.ramz-about-letter__heading,.ramz-about-letter__body{margin-right:auto;margin-left:auto}.ramz-about-letter__signature-image{margin:0 auto}.ramz-about-letter__media{width:min(100%,44rem);height:var(--ramz-about-letter-height-tablet);margin:0 auto}}@media(max-width:560px){.ramz-about-letter__inner{gap:1.75rem;padding:2.25rem 1rem}.ramz-about-letter__heading{font-size:clamp(1.65rem,8vw,2.2rem)}.ramz-about-letter__media{height:var(--ramz-about-letter-height-mobile)}}.ramz-about-philosophy{display:block;width:100%;background:var(--ramz-about-philosophy-bg);color:var(--ramz-about-philosophy-text)}.ramz-about-philosophy__inner{width:min(100%,var(--ramz-about-philosophy-max-width));margin:0 auto;padding:var(--ramz-about-philosophy-padding-top) clamp(1.25rem,6vw,6rem) var(--ramz-about-philosophy-padding-bottom);display:grid;grid-template-columns:minmax(13rem,.78fr) minmax(0,2fr);gap:clamp(2.5rem,6vw,6rem);align-items:start}.ramz-about-philosophy__intro{min-height:9rem;position:relative;display:flex;align-items:center}.ramz-about-philosophy__watermark{position:absolute;left:clamp(-2.25rem,-3vw,-1rem);top:50%;transform:translateY(-48%);color:var(--ramz-about-philosophy-watermark);font-family:Georgia,Times New Roman,serif;font-size:clamp(6.5rem,12vw,11rem);font-style:italic;line-height:.8;opacity:.58;pointer-events:none;-webkit-user-select:none;user-select:none}.ramz-about-philosophy__heading{position:relative;z-index:1;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,2.8vw,2.85rem);font-weight:500;letter-spacing:0;line-height:.98;text-transform:uppercase}.ramz-about-philosophy__points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2.5rem,7vw,7rem)}.ramz-about-philosophy__point{min-width:0;position:relative}.ramz-about-philosophy__point+.ramz-about-philosophy__point{padding-left:clamp(2rem,4vw,4rem)}.ramz-about-philosophy__point+.ramz-about-philosophy__point:before{content:"";position:absolute;left:0;top:.15rem;width:1px;height:min(100%,8rem);background:var(--ramz-about-philosophy-rule)}.ramz-about-philosophy__point-title{margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(.9rem,1.05vw,1.08rem);font-weight:700;letter-spacing:.02em;line-height:1.2;text-transform:uppercase}.ramz-about-philosophy__point-text{max-width:24rem;color:var(--ramz-about-philosophy-muted);font-size:clamp(.82rem,.95vw,.95rem);line-height:1.62}.ramz-about-philosophy__point-text p{margin:0}@media(max-width:900px){.ramz-about-philosophy__inner{grid-template-columns:1fr;gap:2.25rem}.ramz-about-philosophy__intro{min-height:7rem;justify-content:center;text-align:center}.ramz-about-philosophy__watermark{left:50%;transform:translate(-50%,-48%)}}@media(max-width:680px){.ramz-about-philosophy__points{grid-template-columns:1fr;gap:2rem}.ramz-about-philosophy__point+.ramz-about-philosophy__point{padding:2rem 0 0;border-top:1px solid var(--ramz-about-philosophy-rule)}.ramz-about-philosophy__point+.ramz-about-philosophy__point:before{display:none}.ramz-about-philosophy__point{text-align:center}.ramz-about-philosophy__point-text{margin:0 auto}}.ramz-about-statement{display:block;width:100%;background:var(--ramz-about-statement-bg)}.ramz-about-statement__inner{width:min(100%,var(--ramz-about-statement-max-width));margin:0 auto;background:var(--ramz-about-statement-text-bg)}.ramz-about-statement__media{height:var(--ramz-about-statement-height-desktop);overflow:hidden;background:var(--ramz-about-statement-image-bg)}.ramz-about-statement__image,.ramz-about-statement__placeholder-svg{display:block;width:100%;height:100%}.ramz-about-statement__image{object-fit:var(--ramz-about-statement-image-fit);object-position:var(--ramz-about-statement-image-position)}.ramz-about-statement__content{display:flex;min-height:clamp(8rem,15vw,10.5rem);flex-direction:column;align-items:center;justify-content:center;padding:clamp(2.2rem,5vw,var(--ramz-about-statement-content-padding)) clamp(1.1rem,5vw,3rem);text-align:center;background:var(--ramz-about-statement-text-bg)}.ramz-about-statement__quote{max-width:48rem;margin:0;color:var(--ramz-about-statement-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2.1vw,1.72rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:1.35}.ramz-about-statement__divider{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:clamp(1rem,2vw,1.45rem) 0}.ramz-about-statement__divider-line{width:clamp(1.9rem,4vw,2.55rem);height:1px;background:var(--ramz-about-statement-rule)}.ramz-about-statement__divider-diamond{width:.28rem;height:.28rem;background:var(--ramz-about-statement-rule);transform:rotate(45deg)}.ramz-about-statement__pagination{margin:0;color:var(--ramz-about-statement-muted);font-family:Georgia,Times New Roman,serif;font-size:clamp(.72rem,.9vw,.84rem);font-weight:600;letter-spacing:.11em;line-height:1}@media(max-width:900px){.ramz-about-statement__media{height:var(--ramz-about-statement-height-tablet)}}@media(max-width:560px){.ramz-about-statement__media{height:var(--ramz-about-statement-height-mobile)}.ramz-about-statement__content{min-height:8rem}}.ramz-about-values{display:block;width:100%;background:var(--ramz-about-values-bg);color:var(--ramz-about-values-text)}.ramz-about-values__inner{width:min(100%,var(--ramz-about-values-max-width));margin:0 auto;padding:var(--ramz-about-values-padding-top) clamp(1.1rem,5vw,4rem) var(--ramz-about-values-padding-bottom)}.ramz-about-values__header{display:flex;align-items:center;gap:clamp(.9rem,2vw,1.35rem);margin-bottom:clamp(2rem,4vw,3.2rem)}.ramz-about-values__header-title{margin:0;color:var(--ramz-about-values-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(.74rem,.9vw,.92rem);font-weight:600;letter-spacing:.04em;line-height:1.15;text-transform:uppercase;white-space:nowrap}.ramz-about-values__header-rule{flex:1 1 auto;height:1px;min-width:2rem;background:var(--ramz-about-values-rule)}.ramz-about-values__grid{display:grid;grid-template-columns:repeat(var(--ramz-about-values-count, 5),minmax(0,1fr))}.ramz-about-values__item{min-width:0;position:relative;padding:.45rem clamp(1rem,2.2vw,2.25rem);text-align:center}.ramz-about-values__item:not(:last-child):after{content:"";position:absolute;top:.15rem;right:0;bottom:.15rem;width:1px;background:var(--ramz-about-values-rule)}.ramz-about-values__number{margin:0 0 .7rem;color:var(--ramz-about-values-muted);font-family:Georgia,Times New Roman,serif;font-size:clamp(.72rem,.85vw,.86rem);line-height:1}.ramz-about-values__title{margin:0 0 .9rem;color:var(--ramz-about-values-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(.82rem,1vw,1.02rem);font-weight:600;letter-spacing:.035em;line-height:1.12;text-transform:uppercase}.ramz-about-values__text{max-width:14rem;margin:0 auto;color:var(--ramz-about-values-muted);font-size:clamp(.74rem,.86vw,.88rem);line-height:1.55}.ramz-about-values__text p{margin:0}@media(max-width:1040px){.ramz-about-values__item{padding-right:1rem;padding-left:1rem}}@media(max-width:850px){.ramz-about-values__viewport{overflow:hidden}.ramz-about-values__grid{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-color:var(--ramz-about-values-rule) transparent;scrollbar-width:thin;-ms-overflow-style:auto;padding-bottom:.65rem;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.ramz-about-values__grid::-webkit-scrollbar{height:4px}.ramz-about-values__grid::-webkit-scrollbar-track{background:transparent}.ramz-about-values__grid::-webkit-scrollbar-thumb{background:var(--ramz-about-values-rule);border-radius:999px}.ramz-about-values__item{flex:0 0 42%;scroll-snap-align:start}}@media(max-width:620px){.ramz-about-values__inner{padding-right:1rem;padding-left:1rem}.ramz-about-values__header{display:grid;grid-template-columns:auto 1fr;gap:.85rem 1rem;margin-bottom:1.8rem}.ramz-about-values__header-title:last-child{grid-column:1 / -1}.ramz-about-values__item{flex-basis:78%}}.ramz-all-hero{display:block;width:100%;background:var(--ramz-all-hero-bg);color:var(--ramz-all-hero-text);overflow:hidden}.ramz-all-hero__inner{position:relative;width:min(100%,var(--ramz-all-hero-max-width));min-height:var(--ramz-all-hero-height-desktop);margin:0 auto;display:flex;align-items:center}.ramz-all-hero__content{position:relative;z-index:2;width:min(47%,34rem);padding:clamp(3rem,7vw,5.5rem) clamp(1.25rem,5vw,4rem)}.ramz-all-hero__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:clamp(1.35rem,2.5vw,1.9rem);color:var(--ramz-all-hero-muted);font-size:clamp(.66rem,.8vw,.76rem);font-weight:650;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.ramz-all-hero__breadcrumbs a{color:inherit;text-decoration:none}.ramz-all-hero__breadcrumbs a:hover,.ramz-all-hero__breadcrumbs a:focus-visible{color:var(--ramz-all-hero-text)}.ramz-all-hero__content h1{margin:0;color:var(--ramz-all-hero-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,4.8vw,4.35rem);font-weight:400;letter-spacing:0;line-height:.98}.ramz-all-hero__divider{display:block;width:clamp(2rem,4vw,2.8rem);height:1px;margin:clamp(1.25rem,2.7vw,1.95rem) 0;background:currentColor}.ramz-all-hero__description{max-width:22rem;color:var(--ramz-all-hero-muted);font-size:clamp(.88rem,1vw,1rem);line-height:1.65}.ramz-all-hero__description p{margin:0}.ramz-all-hero__media{position:absolute;inset:0 0 0 auto;z-index:1;width:var(--ramz-all-hero-image-width);background:transparent;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 var(--ramz-all-hero-mask-start));mask-image:linear-gradient(to right,transparent 0%,#000 var(--ramz-all-hero-mask-start))}.ramz-all-hero__image,.ramz-all-hero__placeholder-svg{display:block;width:100%;height:100%}.ramz-all-hero__image{object-fit:var(--ramz-all-hero-image-fit);object-position:var(--ramz-all-hero-image-position)}.ramz-all-hero__placeholder-svg{opacity:.45}@media(max-width:989px){.ramz-all-hero__inner{min-height:var(--ramz-all-hero-height-tablet)}.ramz-all-hero__content{width:min(55%,32rem);padding-inline:clamp(1.25rem,4vw,2.5rem)}}@media(max-width:720px){.ramz-all-hero__inner{min-height:0;display:grid}.ramz-all-hero__content{width:100%;padding:2.75rem 1.25rem 2rem;text-align:center}.ramz-all-hero__breadcrumbs{justify-content:center}.ramz-all-hero__divider{margin-right:auto;margin-left:auto}.ramz-all-hero__description{margin:0 auto}.ramz-all-hero__media{position:relative;width:100%;height:var(--ramz-all-hero-image-height-mobile);-webkit-mask-image:none;mask-image:none}}.ramz-category-features{display:block;width:100%;background:var(--ramz-category-features-bg);color:var(--ramz-category-features-text)}.ramz-category-features__inner{width:min(100%,var(--ramz-category-features-max-width));margin:0 auto;padding:var(--ramz-category-features-padding-top) clamp(1rem,4vw,3rem) var(--ramz-category-features-padding-bottom)}.ramz-category-features__grid{display:grid;grid-template-columns:repeat(var(--ramz-category-features-count, 4),minmax(0,1fr));gap:clamp(1.5rem,3vw,3rem);padding:clamp(1.55rem,3vw,2.25rem) clamp(.25rem,1vw,.75rem);border-top:1px solid var(--ramz-category-features-border);border-bottom:1px solid var(--ramz-category-features-border)}.ramz-category-features__item{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:clamp(1rem,2vw,1.35rem)}.ramz-category-features__icon{display:inline-flex;width:1.85rem;height:1.85rem;align-items:center;justify-content:center;color:var(--ramz-category-features-icon)}.ramz-category-features__icon svg{width:1.55rem;height:1.55rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.25}.ramz-category-features__copy{min-width:0;display:grid;gap:.42rem}.ramz-category-features__copy h2{margin:0;color:var(--ramz-category-features-title);font-size:clamp(.72rem,.85vw,.84rem);font-weight:800;letter-spacing:.02em;line-height:1.2;text-transform:uppercase}.ramz-category-features__text{color:var(--ramz-category-features-text);font-size:clamp(.74rem,.86vw,.86rem);line-height:1.5}.ramz-category-features__text p{margin:0}@media(max-width:1024px){.ramz-category-features__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 2.5rem}}@media(max-width:620px){.ramz-category-features__inner{padding-right:1rem;padding-left:1rem}.ramz-category-features__grid{grid-template-columns:1fr;gap:1.45rem;padding-top:1.55rem;padding-bottom:1.55rem}}.ramz-category-hero{display:block;width:100%;background:var(--ramz-category-hero-bg);color:var(--ramz-category-hero-text)}.ramz-category-hero__inner{width:min(100%,var(--ramz-category-hero-max-width));min-height:var(--ramz-category-hero-height-desktop);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}.ramz-category-hero__inner--image-left .ramz-category-hero__copy{order:2}.ramz-category-hero__inner--image-left .ramz-category-hero__media{order:1}.ramz-category-hero__copy{display:flex;min-width:0;flex-direction:column;justify-content:space-between;padding:clamp(2.4rem,4.4vw,4.8rem) clamp(1.5rem,5vw,5rem)}.ramz-category-hero__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;color:var(--ramz-category-hero-crumb);font-size:clamp(.66rem,.8vw,.74rem);line-height:1.3}.ramz-category-hero__breadcrumbs a{color:inherit;text-decoration:none;transition:color .18s ease}.ramz-category-hero__breadcrumbs a:hover,.ramz-category-hero__breadcrumbs a:focus-visible{color:var(--ramz-category-hero-text)}.ramz-category-hero__separator{color:color-mix(in srgb,var(--ramz-category-hero-crumb) 55%,transparent)}.ramz-category-hero__main{max-width:34rem;margin:auto 0;padding:clamp(2rem,5vw,4rem) 0}.ramz-category-hero__eyebrow,.ramz-category-hero__count{margin:0;color:var(--ramz-category-hero-text);font-size:clamp(.68rem,.82vw,.78rem);font-weight:750;letter-spacing:.055em;line-height:1.2;text-transform:uppercase}.ramz-category-hero__eyebrow{margin-bottom:clamp(1.35rem,2.7vw,2rem)}.ramz-category-hero__heading{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,5.3vw,5.2rem);font-weight:700;letter-spacing:0;line-height:.96;text-transform:uppercase}.ramz-category-hero__description{max-width:27rem;margin-top:clamp(1.45rem,2.8vw,2.2rem);color:var(--ramz-category-hero-muted);font-size:clamp(.86rem,.98vw,.98rem);line-height:1.62}.ramz-category-hero__description p{margin:0}.ramz-category-hero__media{min-width:0;height:var(--ramz-category-hero-image-height-desktop);align-self:center;display:flex;align-items:stretch;justify-content:center;overflow:hidden;background:transparent}.ramz-category-hero__image,.ramz-category-hero__placeholder-svg{display:block;width:100%;height:100%}.ramz-category-hero__image{object-fit:var(--ramz-category-hero-image-fit);object-position:var(--ramz-category-hero-image-position);background:transparent}.ramz-category-hero__placeholder-svg{opacity:.5}@media(max-width:989px){.ramz-category-hero__inner{min-height:var(--ramz-category-hero-height-tablet)}.ramz-category-hero__copy{padding:2.5rem clamp(1.25rem,4vw,2.5rem)}.ramz-category-hero__media{height:var(--ramz-category-hero-image-height-tablet)}}@media(max-width:760px){.ramz-category-hero__inner,.ramz-category-hero__inner--image-left{grid-template-columns:1fr;min-height:0}.ramz-category-hero__inner--image-left .ramz-category-hero__copy,.ramz-category-hero__inner--image-left .ramz-category-hero__media{order:initial}.ramz-category-hero__copy{gap:2rem;padding:2.25rem 1.25rem}.ramz-category-hero__main{padding:0}.ramz-category-hero__heading{font-size:clamp(2.45rem,12vw,3.45rem)}.ramz-category-hero__media{height:var(--ramz-category-hero-image-height-mobile)}}.ramz-category-made{display:block;width:100%;background:var(--ramz-category-made-bg);color:var(--ramz-category-made-text)}.ramz-category-made__inner{width:min(100%,var(--ramz-category-made-max-width));margin:0 auto;padding:var(--ramz-category-made-padding-top) clamp(1rem,4vw,3rem) var(--ramz-category-made-padding-bottom)}.ramz-category-made__heading{margin:0 0 clamp(1.25rem,2.2vw,1.8rem);color:var(--ramz-category-made-title);font-family:Georgia,Times New Roman,serif;font-size:clamp(1rem,1.35vw,1.28rem);font-weight:700;letter-spacing:.015em;line-height:1.1;text-transform:uppercase}.ramz-category-made__grid{display:grid;grid-template-columns:repeat(var(--ramz-category-made-blocks, 3),minmax(0,1fr));gap:0}.ramz-category-made__feature{min-width:0;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);background:var(--ramz-category-made-panel)}.ramz-category-made__text-panel{min-width:0;min-height:var(--ramz-category-made-panel-height-desktop);display:flex;flex-direction:column;justify-content:center;padding:clamp(1.25rem,1.8vw,1.8rem);background:var(--ramz-category-made-panel)}.ramz-category-made__text-panel h3{margin:0 0 1rem;color:var(--ramz-category-made-title);font-family:Georgia,Times New Roman,serif;max-width:100%;font-size:clamp(.88rem,1vw,1.08rem);font-weight:700;letter-spacing:.015em;line-height:1.06;text-transform:uppercase;overflow-wrap:anywhere;word-break:normal}.ramz-category-made__text{width:min(100%,13rem);color:var(--ramz-category-made-text);font-size:clamp(.74rem,.86vw,.86rem);line-height:1.45}.ramz-category-made__text p{margin:0}.ramz-category-made__image-panel{min-width:0;min-height:var(--ramz-category-made-panel-height-desktop);overflow:hidden;background:var(--ramz-category-made-placeholder)}.ramz-category-made__image,.ramz-category-made__placeholder-svg{display:block;width:100%;height:100%}.ramz-category-made__image{object-fit:var(--ramz-category-made-image-fit);object-position:var(--ramz-category-made-image-position)}@media(max-width:1100px){.ramz-category-made__grid{grid-template-columns:1fr}.ramz-category-made__feature{grid-template-columns:minmax(12rem,.75fr) minmax(0,1.25fr)}.ramz-category-made__text-panel,.ramz-category-made__image-panel{min-height:var(--ramz-category-made-panel-height-tablet)}}@media(max-width:620px){.ramz-category-made__inner{padding-right:1rem;padding-left:1rem}.ramz-category-made__feature{grid-template-columns:1fr}.ramz-category-made__text-panel{min-height:auto;padding:2rem 1.35rem}.ramz-category-made__image-panel{min-height:var(--ramz-category-made-panel-height-mobile)}}.ramz-category-products{display:block;width:100%;background:var(--ramz-category-products-bg);color:var(--ramz-category-products-text)}.ramz-category-products--loading{cursor:progress}.ramz-category-products--loading .ramz-category-products__catalog,.ramz-category-products--loading .ramz-category-products__filters{opacity:.55;pointer-events:none;transition:opacity .16s ease}.ramz-category-products__inner{width:min(100%,var(--ramz-category-products-max-width));display:grid;grid-template-columns:minmax(12rem,16.25rem) minmax(0,1fr);gap:clamp(1.75rem,4vw,3.75rem);margin:0 auto;padding:clamp(2.25rem,4vw,4rem) clamp(1rem,4vw,3rem)}.ramz-category-products__filters{border-right:1px solid var(--ramz-category-products-border);padding-right:clamp(1.25rem,2vw,2rem)}.ramz-category-products__filters-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-bottom:1.1rem;border-bottom:1px solid var(--ramz-category-products-border)}.ramz-category-products__filters-header h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,1.6vw,1.65rem);font-weight:400;letter-spacing:.02em;line-height:1;text-transform:uppercase}.ramz-category-products__clear,.ramz-category-products__side-link{color:var(--ramz-category-products-muted);font-size:.72rem;text-decoration:none}.ramz-category-products__filter-group{border-bottom:1px solid var(--ramz-category-products-border);padding:1.45rem 0}.ramz-category-products__filter-form{display:block}.ramz-category-products__filter-group summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;list-style:none;font-size:.72rem;font-weight:850;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.ramz-category-products__filter-group summary::-webkit-details-marker{display:none}.ramz-category-products__filter-group summary:after{content:"+";color:var(--ramz-category-products-muted);font-weight:500}.ramz-category-products__filter-group[open] summary:after{content:"-"}.ramz-category-products__filter-options{display:grid;gap:.8rem;padding-top:1.05rem}.ramz-category-products__filter-option{display:flex;align-items:center;gap:.72rem;color:var(--ramz-category-products-muted);font-size:.76rem;line-height:1.2}.ramz-category-products__filter-option--disabled{opacity:.45}.ramz-category-products__filter-option input{width:.86rem;height:.86rem;flex:0 0 auto;accent-color:var(--ramz-category-products-text)}.ramz-category-products__filter-option small{margin-left:auto;color:var(--ramz-category-products-muted);font-size:.68rem}.ramz-category-products__filter-swatch{width:.74rem;height:.74rem;flex:0 0 auto;border:1px solid var(--ramz-category-products-border);border-radius:999px;background:var(--ramz-filter-swatch)}.ramz-category-products__price-filter{display:grid;gap:.9rem;padding-top:1.1rem}.ramz-category-products__price-filter>div{display:flex;justify-content:space-between;gap:.85rem;color:var(--ramz-category-products-muted);font-size:.72rem}.ramz-category-products__price-filter label{display:grid;gap:.4rem;width:100%}.ramz-category-products__price-filter input{width:100%;border:1px solid var(--ramz-category-products-border);background:transparent;color:var(--ramz-category-products-text);padding:.62rem .7rem;font:inherit}.ramz-category-products__price-filter>span{position:relative;display:block;height:1px;background:var(--ramz-category-products-text)}.ramz-category-products__price-filter i{position:absolute;top:50%;width:.7rem;height:.7rem;border:1px solid var(--ramz-category-products-text);border-radius:999px;background:var(--ramz-category-products-bg);transform:translateY(-50%)}.ramz-category-products__price-filter i:first-child{left:0}.ramz-category-products__price-filter i:last-child{right:0}.ramz-category-products__apply{width:100%;margin-top:1.1rem;border:0;background:var(--ramz-category-products-button-bg);color:var(--ramz-category-products-button-text);padding:.95rem 1rem;font-size:.7rem;font-weight:850;letter-spacing:.08em;line-height:1;text-transform:uppercase;cursor:pointer}.ramz-category-products__filters-empty{margin:1.4rem 0 0;color:var(--ramz-category-products-muted);font-size:.76rem;line-height:1.5}.ramz-category-products__mobile-filters{display:none}.ramz-category-products__catalog{min-width:0}.ramz-category-products__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.2rem;margin-bottom:1.15rem;color:var(--ramz-category-products-muted);font-size:.76rem}.ramz-category-products__bar p{margin:0}.ramz-category-products__sort{display:inline-flex;align-items:center;gap:.65rem;color:var(--ramz-category-products-text)}.ramz-category-products__sort span{color:var(--ramz-category-products-muted);font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.ramz-category-products__sort select{border:0;background:transparent;color:var(--ramz-category-products-text);font:inherit;cursor:pointer}.ramz-category-products__grid{display:grid;grid-template-columns:repeat(var(--ramz-category-products-cols-desktop),minmax(0,1fr));column-gap:clamp(1rem,2vw,1.65rem);row-gap:clamp(2.1rem,4vw,3.4rem)}.ramz-category-products__card{display:grid;gap:.42rem;color:var(--ramz-category-products-text);text-decoration:none}.ramz-category-products__image-frame{position:relative;display:block;width:100%;margin-bottom:.55rem;overflow:hidden;background:var(--ramz-category-products-card-bg)}.ramz-category-products__image-frame:before{content:"";display:block;padding-bottom:var(--ramz-category-products-image-ratio)}.ramz-category-products__image-frame .ramz-category-products__image,.ramz-category-products__image-frame .ramz-category-products__placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.ramz-category-products__image{object-fit:var(--ramz-category-products-image-fit);object-position:center}.ramz-category-products__title{display:block;font-family:Georgia,Times New Roman,serif;font-size:.74rem;font-weight:700;letter-spacing:.03em;line-height:1.25;text-transform:uppercase}.ramz-category-products__price{color:var(--ramz-category-products-muted);font-size:.76rem}.ramz-category-products__swatches{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.3rem}.ramz-category-products__swatches i{width:.68rem;height:.68rem;border:1px solid var(--ramz-category-products-border);border-radius:999px;background:var(--ramz-card-swatch)}.ramz-category-products__promo{grid-column:1 / -1;display:grid;grid-template-columns:1.25fr .65fr .9fr;min-height:clamp(13rem,22vw,18rem);overflow:hidden;background:var(--ramz-category-products-promo-bg)}.ramz-category-products__promo-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,4vw,3.4rem)}.ramz-category-products__promo-copy p{margin:0 0 1rem;color:var(--ramz-category-products-muted);font-size:.66rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.ramz-category-products__promo-copy h2{max-width:12ch;margin:0 0 1.55rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,3rem);font-weight:400;letter-spacing:0;line-height:.98;text-transform:uppercase}.ramz-category-products__promo-copy span{width:fit-content;border-bottom:1px solid currentColor;padding-bottom:.18rem;font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.ramz-category-products__promo-media{position:relative;overflow:hidden;background:var(--ramz-category-products-promo-media-bg)}.ramz-category-products__promo-media .ramz-category-products__placeholder-svg{width:100%;height:100%;display:block}.ramz-category-products__promo-image{width:100%;height:100%;display:block;object-fit:contain;object-position:center bottom}.ramz-category-products__promo-letter{display:flex;align-items:center;justify-content:center;color:var(--ramz-category-products-promo-letter);font-family:Georgia,Times New Roman,serif;font-size:clamp(8rem,16vw,17rem);font-style:italic;line-height:.8;opacity:.68}.ramz-category-products__pagination{margin-top:2.75rem;text-align:center}@media(max-width:989px){.ramz-category-products__inner{grid-template-columns:1fr;gap:1.25rem}.ramz-category-products__filters--desktop{display:none}.ramz-category-products__mobile-filters{display:block;border-top:1px solid var(--ramz-category-products-border);border-bottom:1px solid var(--ramz-category-products-border)}.ramz-category-products__mobile-filters>summary{padding:1rem 0;cursor:pointer;font-size:.78rem;font-weight:850;letter-spacing:.08em;list-style:none;text-transform:uppercase}.ramz-category-products__mobile-filters>summary::-webkit-details-marker{display:none}.ramz-category-products__mobile-filter-body{padding-bottom:1rem}.ramz-category-products__grid{grid-template-columns:repeat(var(--ramz-category-products-cols-tablet),minmax(0,1fr))}.ramz-category-products__promo{grid-template-columns:1.45fr 1fr}.ramz-category-products__promo-letter{display:none}}@media(max-width:560px){.ramz-category-products__inner{padding:1.75rem 1rem 2.5rem}.ramz-category-products__bar{align-items:flex-start;flex-direction:column}.ramz-category-products__grid{grid-template-columns:repeat(var(--ramz-category-products-cols-mobile),minmax(0,1fr));column-gap:.85rem;row-gap:2rem}.ramz-category-products__promo{grid-template-columns:1fr;min-height:auto}.ramz-category-products__promo-media{min-height:16rem}}.ramz-category-look{display:block;width:100%;background:var(--ramz-category-look-bg);color:var(--ramz-category-look-text)}.ramz-category-look__inner{width:min(100%,var(--ramz-category-look-max-width));margin:0 auto;padding:var(--ramz-category-look-padding-top) clamp(1rem,4vw,3rem) var(--ramz-category-look-padding-bottom)}.ramz-category-look__heading{margin:0 0 clamp(1.35rem,2vw,1.85rem);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,1.8vw,1.8rem);font-weight:500;letter-spacing:0;line-height:1;text-transform:uppercase}.ramz-category-look__scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(12.75rem,1fr);align-items:center;gap:clamp(1.45rem,3vw,3.5rem);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.ramz-category-look__scroller::-webkit-scrollbar{display:none}.ramz-category-look__card{min-width:0;display:grid;grid-template-columns:var(--ramz-category-look-image-size-desktop) minmax(0,1fr);align-items:center;gap:clamp(.85rem,1.4vw,1.25rem);scroll-snap-align:start}.ramz-category-look__image-link{width:var(--ramz-category-look-image-size-desktop);height:var(--ramz-category-look-image-size-desktop);display:block;overflow:hidden;background:var(--ramz-category-look-card-bg);color:var(--ramz-category-look-muted);text-decoration:none}.ramz-category-look__image,.ramz-category-look__placeholder-svg{width:100%;height:100%;display:block}.ramz-category-look__image{object-fit:var(--ramz-category-look-image-fit);object-position:center;transition:transform .18s ease}.ramz-category-look__card:hover .ramz-category-look__image{transform:none}.ramz-category-look__info{min-width:0;display:grid;gap:.5rem}.ramz-category-look__info h3,.ramz-category-look__info p{margin:0}.ramz-category-look__info h3,.ramz-category-look__info h3 a{color:var(--ramz-category-look-text);font-size:.75rem;font-weight:850;letter-spacing:.03em;line-height:1.25;text-decoration:none;text-transform:uppercase}.ramz-category-look__info p{color:var(--ramz-category-look-muted);font-size:.72rem;line-height:1.2;text-transform:uppercase}.ramz-category-look__quick{width:fit-content;color:var(--ramz-category-look-text);border-bottom:1px solid currentColor;padding-bottom:.16rem;font-size:.7rem;font-weight:850;letter-spacing:.04em;line-height:1;text-decoration:none;text-transform:uppercase}@media(max-width:989px){.ramz-category-look__scroller{grid-auto-columns:var(--ramz-category-look-card-width-tablet);gap:1rem}}@media(max-width:560px){.ramz-category-look__inner{padding-inline:1rem}.ramz-category-look__scroller{grid-auto-columns:var(--ramz-category-look-card-width-mobile)}.ramz-category-look__card{grid-template-columns:var(--ramz-category-look-image-size-mobile) minmax(0,1fr)}.ramz-category-look__image-link{width:var(--ramz-category-look-image-size-mobile);height:var(--ramz-category-look-image-size-mobile)}}.ramz-collections-showcase{background:var(--ramz-collections-bg);color:var(--ramz-collections-text);display:block;width:100%}.ramz-collections-showcase__inner{width:min(100%,var(--ramz-collections-max-width));margin:0 auto;padding:clamp(.9rem,2vw,1.5rem) clamp(1rem,2.4vw,2rem);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,1.8vw,1.5rem)}.ramz-collections-showcase__card{height:var(--ramz-collections-card-height-desktop);background:var(--ramz-collections-card-bg);display:grid;grid-template-columns:minmax(13rem,.88fr) minmax(16rem,1.12fr);overflow:hidden}.ramz-collections-showcase__card--left .ramz-collections-showcase__media{order:-1}.ramz-collections-showcase__content{background:var(--ramz-collections-text-bg);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(1.4rem,2.6vw,2.7rem);min-width:0}.ramz-collections-showcase__heading{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,2.15vw,2.25rem);font-weight:600;letter-spacing:0;line-height:.94;text-transform:uppercase}.ramz-collections-showcase__text{max-width:16rem;margin:.8rem 0 0;color:var(--ramz-collections-muted);font-size:clamp(.72rem,.78vw,.86rem);font-weight:500;line-height:1.35}.ramz-collections-showcase__link{width:fit-content;margin-top:clamp(.85rem,1.4vw,1.25rem);border-bottom:1px solid currentColor;color:inherit;font-size:.66rem;font-weight:850;letter-spacing:.08em;line-height:1;padding-bottom:.35rem;text-decoration:none;text-transform:uppercase;transition:color .16s ease,transform .16s ease}.ramz-collections-showcase__link:hover{color:var(--ramz-collections-muted);transform:translateY(-1px)}.ramz-collections-showcase__media{background:var(--ramz-collections-image-bg);color:var(--ramz-collections-muted);display:block;height:var(--ramz-collections-image-height-desktop);min-width:0;overflow:hidden;text-decoration:none;align-self:stretch}.ramz-collections-showcase__image,.ramz-collections-showcase__placeholder-svg{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .22s ease}.ramz-collections-showcase__card:hover .ramz-collections-showcase__image{transform:none}@media(max-width:989px){.ramz-collections-showcase__inner{grid-template-columns:1fr}.ramz-collections-showcase__card{height:var(--ramz-collections-card-height-tablet)}.ramz-collections-showcase__media{height:var(--ramz-collections-image-height-tablet)}}@media(max-width:640px){.ramz-collections-showcase__inner{padding-inline:1rem}.ramz-collections-showcase__card{height:auto;grid-template-columns:1fr}.ramz-collections-showcase__card--left .ramz-collections-showcase__media{order:initial}.ramz-collections-showcase__media{height:var(--ramz-collections-image-height-mobile)}.ramz-collections-showcase__heading{font-size:clamp(1.8rem,9vw,2.35rem)}}.ramz-contact-features{display:block;width:100%;background:var(--ramz-contact-features-bg);padding:clamp(1.75rem,4vw,3.5rem) clamp(1rem,3vw,2.5rem)}.ramz-contact-features__inner{width:min(100%,var(--ramz-contact-features-max-width));margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem)}.ramz-contact-features__card{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:clamp(1rem,1.6vw,1.35rem);padding:clamp(1.55rem,3vw,2.25rem);background:var(--ramz-contact-features-card);border:1px solid var(--ramz-contact-features-border);border-radius:var(--ramz-contact-features-radius);color:inherit;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}a.ramz-contact-features__card:hover,a.ramz-contact-features__card:focus-visible{border-color:color-mix(in srgb,var(--ramz-contact-features-title),transparent 55%);box-shadow:0 1rem 2rem #0000000a;transform:translateY(-2px)}.ramz-contact-features__icon{color:var(--ramz-contact-features-icon)}.ramz-contact-features__icon svg{width:clamp(1.45rem,2vw,1.75rem);height:clamp(1.45rem,2vw,1.75rem);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45}.ramz-contact-features__copy{min-width:0;display:grid;gap:.55rem}.ramz-contact-features__title{color:var(--ramz-contact-features-title);font-size:.9rem;font-weight:700;line-height:1.2}.ramz-contact-features__text{color:var(--ramz-contact-features-text);font-size:.85rem;line-height:1.55}.ramz-contact-features__text p{margin:0}.ramz-contact-features__link{width:fit-content;display:inline-flex;align-items:center;gap:.55rem;margin-top:.3rem;color:var(--ramz-contact-features-title);font-size:.78rem;font-weight:700;line-height:1}.ramz-contact-features__link span:first-child{border-bottom:1px solid currentColor;padding-bottom:.08rem}.ramz-contact-features__link span:last-child{transition:transform .16s ease}a.ramz-contact-features__card:hover .ramz-contact-features__link span:last-child,a.ramz-contact-features__card:focus-visible .ramz-contact-features__link span:last-child{transform:translate(3px)}@media(max-width:900px){.ramz-contact-features__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.ramz-contact-features__inner{grid-template-columns:1fr}}.ramz-faqs-features{background:var(--ramz-faqs-features-bg);display:block;width:100%;padding:clamp(1.5rem,4vw,3.5rem) clamp(1rem,2.5vw,2rem)}.ramz-faqs-features__inner{width:min(100%,var(--ramz-faqs-features-max-width));margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2.4vw,2rem)}.ramz-faqs-features__card{min-height:11.5rem;display:grid;grid-template-columns:4.5rem minmax(0,1fr);align-items:start;gap:clamp(1.15rem,2vw,1.6rem);background:var(--ramz-faqs-features-card);border:1px solid color-mix(in srgb,var(--ramz-faqs-features-border) 70%,transparent);border-radius:var(--ramz-faqs-features-radius);padding:clamp(1.4rem,2.5vw,2.15rem);box-shadow:0 1rem 2.5rem #00000006}.ramz-faqs-features__icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;color:var(--ramz-faqs-features-text);background:var(--ramz-faqs-features-icon-bg);border-radius:999px;box-shadow:0 .35rem 1.35rem #00000009}.ramz-faqs-features__icon svg{width:1.75rem;height:1.75rem;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.ramz-faqs-features__tag-icon{transform:rotate(90deg)}.ramz-faqs-features__copy{display:grid;gap:.85rem;min-width:0}.ramz-faqs-features__title{margin:0;color:var(--ramz-faqs-features-text);font-size:clamp(1.1rem,1.4vw,1.35rem);font-weight:700;letter-spacing:-.03em;line-height:1.15}.ramz-faqs-features__text{max-width:18rem;color:var(--ramz-faqs-features-muted);font-size:.96rem;line-height:1.55}.ramz-faqs-features__text p{margin:0}.ramz-faqs-features__link{width:fit-content;display:inline-flex;align-items:center;gap:.75rem;color:var(--ramz-faqs-features-text);font-size:.95rem;font-weight:700;line-height:1;text-decoration:none;transition:opacity .16s ease,transform .16s ease}.ramz-faqs-features__link:hover{opacity:.72;transform:translate(2px)}.ramz-faqs-features__link svg{width:1.05rem;height:1.05rem;stroke-width:2}@media(max-width:1100px){.ramz-faqs-features__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.ramz-faqs-features{padding-inline:1rem}.ramz-faqs-features__inner{grid-template-columns:1fr}.ramz-faqs-features__card{grid-template-columns:3.75rem minmax(0,1fr);min-height:0}.ramz-faqs-features__icon{width:3.35rem;height:3.35rem}.ramz-faqs-features__icon svg{width:1.5rem;height:1.5rem}}@media(max-width:420px){.ramz-faqs-features__card{grid-template-columns:1fr}}.ramz-faqs-hero{background:var(--ramz-faqs-bg);display:block;width:100%;padding:clamp(1rem,2.5vw,2rem)}.ramz-faqs-hero__shell{width:min(100%,var(--ramz-faqs-max-width));min-height:var(--ramz-faqs-min-height);margin:0 auto;display:grid;grid-template-columns:minmax(20rem,1fr) minmax(20rem,1fr);overflow:hidden;border-radius:var(--ramz-faqs-radius);background:var(--ramz-faqs-image-bg);box-shadow:0 1.25rem 3rem #0000000f}.ramz-faqs-hero__content{position:relative;z-index:1;min-height:var(--ramz-faqs-min-height);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(2.5rem,6vw,6rem) clamp(2rem,6vw,6.25rem);color:var(--ramz-faqs-text)}.ramz-faqs-hero__content:before{content:"";position:absolute;top:0;right:-11%;bottom:0;left:0;z-index:-1;background:radial-gradient(140% 105% at 112% 48%,transparent 0 31%,var(--ramz-faqs-panel) 31.4% 100%),linear-gradient(145deg,transparent 72%,rgba(0,0,0,.06) 72.4% 72.8%,transparent 73.2%);pointer-events:none}.ramz-faqs-hero__eyebrow{margin:0 0 clamp(1.3rem,2vw,1.9rem);color:var(--ramz-faqs-eyebrow);font-size:.73rem;font-weight:800;letter-spacing:.28em;line-height:1;text-transform:uppercase}.ramz-faqs-hero__heading{max-width:9.8ch;margin:0;color:var(--ramz-faqs-heading);font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,5.6vw,5.6rem);font-weight:500;letter-spacing:-.045em;line-height:.95}.ramz-faqs-hero__text{max-width:31rem;margin-top:clamp(1.4rem,2vw,2rem);color:var(--ramz-faqs-text);font-size:clamp(.95rem,1vw,1.06rem);line-height:1.55}.ramz-faqs-hero__text p{margin:0}.ramz-faqs-hero__button{margin-top:clamp(1.7rem,3vw,2.65rem);min-height:3.1rem;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;background:var(--ramz-faqs-button-bg);color:var(--ramz-faqs-button-text);border:1px solid var(--ramz-faqs-button-bg);border-radius:.32rem;padding:.25rem 1.55rem;font-size:.72rem;font-weight:800;letter-spacing:.1em;line-height:1;text-decoration:none;text-transform:uppercase;transition:opacity .16s ease,transform .16s ease}.ramz-faqs-hero__button:hover{opacity:.84;transform:translateY(-1px)}.ramz-faqs-hero__button svg{width:1rem;height:1rem;stroke-width:2}.ramz-faqs-hero__media{min-height:var(--ramz-faqs-image-height-desktop);height:var(--ramz-faqs-image-height-desktop);display:flex;align-items:stretch;justify-content:center;background:var(--ramz-faqs-image-bg);overflow:hidden}.ramz-faqs-hero__image,.ramz-faqs-hero__placeholder{width:100%;height:100%;min-height:var(--ramz-faqs-image-height-desktop);display:block;object-fit:contain;object-position:center center}.ramz-faqs-hero__placeholder{background:var(--ramz-faqs-image-bg)}.ramz-faqs-hero__placeholder-svg{width:100%;height:100%}@media(max-width:989px){.ramz-faqs-hero__shell{grid-template-columns:1fr;min-height:auto}.ramz-faqs-hero__content{min-height:auto;align-items:center;text-align:center;padding:clamp(2.5rem,8vw,4.5rem) clamp(1.25rem,6vw,3rem)}.ramz-faqs-hero__content:before{top:0;right:0;bottom:0;left:0;background:var(--ramz-faqs-panel)}.ramz-faqs-hero__heading{max-width:10.5ch;font-size:clamp(2.7rem,10vw,4.6rem)}.ramz-faqs-hero__media{min-height:var(--ramz-faqs-image-height-tablet);height:var(--ramz-faqs-image-height-tablet)}.ramz-faqs-hero__image,.ramz-faqs-hero__placeholder{min-height:var(--ramz-faqs-image-height-tablet)}}@media(max-width:560px){.ramz-faqs-hero{padding:.75rem}.ramz-faqs-hero__shell{border-radius:min(var(--ramz-faqs-radius),1.2rem)}.ramz-faqs-hero__eyebrow{letter-spacing:.2em}.ramz-faqs-hero__button{width:100%;max-width:18rem}.ramz-faqs-hero__media{min-height:var(--ramz-faqs-image-height-mobile);height:var(--ramz-faqs-image-height-mobile)}.ramz-faqs-hero__image,.ramz-faqs-hero__placeholder{min-height:var(--ramz-faqs-image-height-mobile)}}.ramz-faqs-questions{background:var(--ramz-faqs-questions-bg);color:var(--ramz-faqs-questions-text);display:block;width:100%;padding:clamp(1.5rem,4vw,3rem) clamp(1rem,2.5vw,2rem)}.ramz-faqs-questions__inner{width:min(100%,var(--ramz-faqs-questions-max-width));margin:0 auto;min-width:0}.ramz-faqs-questions__heading{margin:0 0 clamp(1.25rem,2vw,1.8rem);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.8rem);font-weight:500;letter-spacing:0;line-height:1;text-transform:uppercase}.ramz-faqs-questions__shell{width:100%;max-width:100%;display:grid;grid-template-columns:minmax(12rem,18.5rem) minmax(0,1fr);min-height:30rem;background:var(--ramz-faqs-questions-panel);border:1px solid var(--ramz-faqs-questions-border);border-radius:var(--ramz-faqs-questions-radius);overflow:hidden;box-shadow:0 1rem 2.5rem #00000006}.ramz-faqs-questions__radio{position:absolute;opacity:0;pointer-events:none}.ramz-faqs-questions__tabs{min-width:0;display:flex;flex-direction:column;padding:clamp(1.4rem,2.5vw,2.5rem) 0;border-right:1px solid var(--ramz-faqs-questions-border)}.ramz-faqs-questions__tab{position:relative;min-width:0;min-height:3.45rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--ramz-faqs-questions-muted);cursor:pointer;padding:.4rem clamp(1.4rem,3vw,2.45rem);transition:background-color .16s ease,color .16s ease}.ramz-faqs-questions__tab:hover{background:#00000005;color:var(--ramz-faqs-questions-text)}.ramz-faqs-questions__tab:before{content:"";display:none;position:absolute;left:0;top:20%;bottom:20%;width:3px;background:currentColor}.ramz-faqs-questions__tab-name{min-width:0;font-size:clamp(.98rem,1.3vw,1.18rem);font-weight:600;line-height:1.2;overflow-wrap:anywhere}.ramz-faqs-questions__tab-count{flex:0 0 auto;color:var(--ramz-faqs-questions-muted);font-size:.72rem;font-weight:600;line-height:1}.ramz-faqs-questions__panels{min-width:0;max-width:100%;padding:clamp(1.4rem,3vw,2.5rem) clamp(1.4rem,4vw,4rem)}.ramz-faqs-questions__panel{display:none}.ramz-faqs-questions__item{border-bottom:1px solid var(--ramz-faqs-questions-border)}.ramz-faqs-questions__item:last-child{border-bottom:0}.ramz-faqs-questions__summary{min-width:0;min-height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;cursor:pointer;list-style:none;color:var(--ramz-faqs-questions-text);font-size:clamp(.95rem,1.12vw,1.12rem);font-weight:600;line-height:1.35}.ramz-faqs-questions__summary::-webkit-details-marker{display:none}.ramz-faqs-questions__summary span:first-child{min-width:0;overflow-wrap:anywhere}.ramz-faqs-questions__icon{width:.85rem;height:.85rem;flex:0 0 auto;position:relative}.ramz-faqs-questions__icon:before,.ramz-faqs-questions__icon:after{content:"";position:absolute;inset:50% auto auto 50%;width:.85rem;height:1px;background:currentColor;transform:translate(-50%,-50%)}.ramz-faqs-questions__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.ramz-faqs-questions__item[open] .ramz-faqs-questions__icon:after{opacity:0}.ramz-faqs-questions__answer{max-width:54rem;padding:0 2.5rem 1.5rem 0;color:var(--ramz-faqs-questions-muted);font-size:clamp(.86rem,.95vw,.98rem);line-height:1.6;overflow-wrap:anywhere}.ramz-faqs-questions__answer p{margin:0}.ramz-faqs-questions__answer img,.ramz-faqs-questions__answer iframe,.ramz-faqs-questions__answer table{max-width:100%}@media(max-width:860px){.ramz-faqs-questions__shell{grid-template-columns:1fr;min-height:0;overflow:hidden}.ramz-faqs-questions__tabs{flex-direction:row;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;border-right:0;border-bottom:1px solid var(--ramz-faqs-questions-border);padding:0;scrollbar-width:none}.ramz-faqs-questions__tabs::-webkit-scrollbar{display:none}.ramz-faqs-questions__tab{flex:0 0 clamp(10.5rem,34vw,14rem);min-height:4rem;justify-content:space-between;gap:.85rem;border-right:1px solid var(--ramz-faqs-questions-border);padding:.85rem 1rem;scroll-snap-align:start}.ramz-faqs-questions__tab:before{top:auto;bottom:0;left:18%;width:64%;height:3px}.ramz-faqs-questions__tab-name{font-size:clamp(.92rem,2vw,1rem);overflow-wrap:normal}.ramz-faqs-questions__tab-count{font-size:.68rem}}@media(max-width:560px){.ramz-faqs-questions{padding-inline:.75rem}.ramz-faqs-questions__panels{padding:.75rem 1rem 1rem}.ramz-faqs-questions__tabs{padding:0}.ramz-faqs-questions__tab{flex-basis:clamp(9.8rem,58vw,12rem);min-height:3.65rem;padding:.72rem .85rem;gap:.65rem}.ramz-faqs-questions__tab-name{font-size:.9rem}.ramz-faqs-questions__tab-count{font-size:.66rem}.ramz-faqs-questions__summary{min-height:3.6rem;gap:.9rem;font-size:.95rem}.ramz-faqs-questions__answer{padding-right:0}}@media(max-width:380px){.ramz-faqs-questions{padding-inline:.5rem}.ramz-faqs-questions__panels{padding-inline:.85rem}}.ramz-features-bar{background:var(--ramz-features-bg);color:var(--ramz-features-text);display:block;width:100%}.ramz-features-bar__inner{width:min(100%,var(--ramz-features-max-width));margin:0 auto;padding:clamp(.95rem,2vw,1.35rem) clamp(1.25rem,5vw,5rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:clamp(2rem,7vw,7.5rem)}.ramz-features-bar__item{display:grid;grid-template-columns:2rem minmax(0,auto);align-items:center;justify-content:center;gap:1rem;min-width:0}.ramz-features-bar__icon{color:var(--ramz-features-icon);width:1.625rem;height:1.625rem;display:flex;align-items:center;justify-content:center}.ramz-features-bar__icon svg{width:1.625rem;height:1.625rem;overflow:visible}.ramz-features-bar__copy{display:grid;gap:.32rem;min-width:0}.ramz-features-bar__title{margin:0;color:var(--ramz-features-text);font-size:.72rem;font-weight:800;letter-spacing:.045em;line-height:1.1;text-transform:uppercase}.ramz-features-bar__text{margin:0;color:var(--ramz-features-muted);font-size:.74rem;font-weight:400;letter-spacing:0;line-height:1.25}@media(max-width:900px){.ramz-features-bar__inner{grid-template-columns:1fr;gap:1.25rem;padding-block:1.25rem}.ramz-features-bar__item{justify-content:flex-start;width:100%}}@media(max-width:520px){.ramz-features-bar__inner{padding-inline:1.25rem}.ramz-features-bar__item{grid-template-columns:1.75rem minmax(0,1fr);gap:.85rem}}.ramz-header{color:var(--ramz-header-text);display:block;height:auto;position:relative;width:100%;z-index:20}.ramz-header a{color:inherit;text-decoration:none}.ramz-header__container{width:min(100%,var(--ramz-header-max-width));margin:0 auto;padding-inline:clamp(1.25rem,3.2vw,4rem)}.ramz-header__announcement{background:var(--ramz-header-announcement-bg);font-size:.6875rem;font-weight:600;letter-spacing:.08em;line-height:1.35;text-align:center;text-transform:uppercase}.ramz-header__announcement-inner{min-height:1.75rem;display:flex;align-items:center;justify-content:center}.ramz-header__nav{background:var(--ramz-header-background);border-bottom:1px solid rgba(0,0,0,.045)}.ramz-header__nav-inner{min-height:var(--ramz-header-height-desktop);display:grid;grid-template-columns:minmax(14rem,.78fr) minmax(22rem,1fr) minmax(14rem,.78fr);align-items:center;gap:clamp(1.25rem,2.6vw,3.5rem);position:relative}.ramz-header__left,.ramz-header__right,.ramz-header__center{display:flex;align-items:center;min-width:0}.ramz-header__center{justify-content:center;gap:clamp(1.5rem,3vw,3.3rem)}.ramz-header__right{justify-content:flex-end;gap:clamp(.85rem,1.5vw,1.45rem)}.ramz-header__logo{display:inline-flex;align-items:center;gap:clamp(.75rem,1.4vw,1.35rem);min-width:0;transition:opacity .16s ease}.ramz-header__logo:hover,.ramz-header__link:hover,.ramz-header__icon-link:hover{color:var(--ramz-header-muted)}.ramz-header__logo-image{display:block;width:auto;max-width:min(16rem,34vw);max-height:var(--ramz-header-logo-desktop);object-fit:contain}.ramz-header__mark{display:inline-flex;flex:0 0 auto}.ramz-header__logo-text{display:inline-block;font-family:Georgia,Times New Roman,serif;font-size:calc(var(--ramz-header-logo-desktop) * .45);font-weight:700;letter-spacing:.48em;line-height:1;margin-right:-.48em}.ramz-header__link{font-size:.875rem;font-weight:500;letter-spacing:0;line-height:1;white-space:nowrap;transition:color .16s ease}.ramz-header__link-container{position:relative;display:inline-flex;align-items:center;height:100%}.ramz-header__link--has-dropdown{display:inline-flex;align-items:center;gap:.35rem;padding-bottom:.5rem;margin-bottom:-.5rem}.ramz-header__link-chevron{width:.875rem;height:.875rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .24s cubic-bezier(.16,1,.3,1)}.ramz-header__link-container:hover .ramz-header__link-chevron{transform:rotate(180deg)}.ramz-header__dropdown{position:absolute;top:calc(100% + .25rem);left:50%;transform:translate(-50%) translateY(12px) scale(.96);z-index:100;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s cubic-bezier(.16,1,.3,1),transform .28s cubic-bezier(.16,1,.3,1),visibility .28s;will-change:opacity,transform;padding-top:.75rem;margin-top:-.75rem}.ramz-header__link-container:hover .ramz-header__dropdown,.ramz-header__dropdown:hover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0) scale(1);transition-delay:0s}.ramz-header__link-container .ramz-header__dropdown{transition-delay:80ms}.ramz-header__dropdown-inner{background:var(--ramz-header-background, #fcfbf9);border:1px solid rgba(0,0,0,.06);border-radius:1rem;box-shadow:0 16px 40px #00000014,0 4px 12px #00000008;padding:.75rem .5rem;min-width:14rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:column;gap:.15rem}.ramz-header__dropdown-link{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;font-size:.875rem;font-weight:500;color:var(--ramz-header-text, #111111);border-radius:.6rem;transition:background-color .2s ease,color .2s ease,padding-left .24s cubic-bezier(.16,1,.3,1),padding-right .24s cubic-bezier(.16,1,.3,1)}.ramz-header__dropdown-link:hover{background:#00000008;color:var(--ramz-header-muted, #777777);padding-left:1.35rem}.ramz-header__dropdown-arrow{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;opacity:0;transform:translate(-8px);transition:opacity .22s ease,transform .22s cubic-bezier(.16,1,.3,1)}.ramz-header__dropdown-link:hover .ramz-header__dropdown-arrow{opacity:1;transform:translate(0)}html[dir=rtl] .ramz-header__dropdown-link:hover{padding-left:1rem;padding-right:1.35rem}html[dir=rtl] .ramz-header__dropdown-arrow{transform:scaleX(-1) translate(-8px)}html[dir=rtl] .ramz-header__dropdown-link:hover .ramz-header__dropdown-arrow{transform:scaleX(-1) translate(0)}.ramz-header__localization{margin:0}.ramz-header__language-select{min-height:2.15rem;border:1px solid rgba(0,0,0,.12);border-radius:999px;display:inline-flex;align-items:center;gap:.45rem;padding:.2rem .7rem;color:inherit;cursor:pointer;position:relative;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.ramz-header__language-select:hover{border-color:#0000004d;background:#00000009}.ramz-header__language-globe,.ramz-header__language-chevron{display:inline-flex;flex:0 0 auto}.ramz-header__language-globe svg,.ramz-header__language-chevron{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.ramz-header__language-current{min-width:1.8rem;font-size:.78rem;font-weight:700;line-height:1;text-align:center}.ramz-header__language-select select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.ramz-header__divider{width:1px;height:1rem;background:var(--ramz-header-divider);display:inline-block;margin-inline:-.2rem .1rem}.ramz-header__icon-link{width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:color .16s ease}.ramz-header__icon-link svg{width:1.45rem;height:1.45rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.ramz-header__cart-count{position:absolute;top:-.25rem;right:-.35rem;min-width:.95rem;height:.95rem;padding-inline:.15rem;border:2px solid var(--ramz-header-background);border-radius:999px;background:var(--ramz-header-text);color:var(--ramz-header-background);display:inline-flex;align-items:center;justify-content:center;font-size:.5625rem;font-weight:700;line-height:1}.ramz-header__mobile-menu{display:none}.ramz-header__mobile-toggle{width:2.45rem;height:2.45rem;border-radius:999px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:.28rem;cursor:pointer;list-style:none;outline-offset:.25rem;transition:background-color .16s ease,color .16s ease}.ramz-header__mobile-toggle:hover{background:#0000000b;color:var(--ramz-header-text)}.ramz-header__mobile-toggle::-webkit-details-marker{display:none}.ramz-header__mobile-toggle span{width:1.5rem;height:.105rem;border-radius:999px;background:currentColor;display:block;transform-origin:center;transition:opacity .16s ease,transform .16s ease}.ramz-header__mobile-toggle span:nth-child(2){width:1.15rem}.ramz-header__mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a7a;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);transition:opacity .3s ease,backdrop-filter .3s ease;z-index:8990}.ramz-header__drawer{position:fixed;top:.75rem;left:.75rem;bottom:.75rem;width:min(calc(100vw - 1.5rem),25rem);background:#fffefc;color:var(--ramz-header-text);border-radius:1.35rem;box-shadow:1.1rem 0 2.75rem #00000029;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;pointer-events:none;opacity:0;transform:translate3d(calc(-100% - 1.25rem),0,0) scale(.985);transition:opacity .28s ease,transform .34s cubic-bezier(.22,1,.36,1);will-change:transform,opacity;z-index:9000}.ramz-header__mobile-menu[open]:not([data-closing=true]) .ramz-header__mobile-overlay{opacity:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto}.ramz-header__mobile-menu[open]:not([data-closing=true]) .ramz-header__drawer{pointer-events:auto;opacity:1;transform:translateZ(0) scale(1)}.ramz-header__drawer-header{min-height:3.9rem;border-bottom:1px solid rgba(0,0,0,.055);display:flex;align-items:center;padding:0 1.25rem;position:relative}.ramz-header__drawer-close{width:2.15rem;height:2.15rem;border:0;border-radius:999px;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease,color .16s ease}.ramz-header__drawer-close:hover{background:#0000000b;color:var(--ramz-header-text)}.ramz-header__drawer-close{justify-self:start}.ramz-header__drawer-close svg,.ramz-header__drawer-action svg,.ramz-header__drawer-chevron,.ramz-header__drawer-arrow,.ramz-header__drawer-footer .ramz-header__language-globe svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.ramz-header__drawer-body{min-height:0;overflow-y:auto;padding:.85rem 0;scrollbar-width:none}.ramz-header__drawer-body::-webkit-scrollbar{display:none}.ramz-header__drawer-primary,.ramz-header__drawer-actions{display:grid}.ramz-header__drawer-group{display:block}.ramz-header__drawer-group summary{list-style:none}.ramz-header__drawer-group summary::marker,.ramz-header__drawer-group summary::-webkit-details-marker{display:none!important}.ramz-header__drawer-group summary{list-style:none!important;list-style-type:none!important;outline:none!important}.ramz-header__drawer-link,.ramz-header__drawer-action{min-height:3.1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.45rem 1.5rem;font-size:.95rem;font-weight:500;line-height:1.25;cursor:pointer;transition:background-color .16s ease,color .16s ease;outline:none!important}.ramz-header__drawer-link:hover,.ramz-header__drawer-action:hover{background:#00000009;color:var(--ramz-header-text)}.ramz-header__drawer-group[open]>.ramz-header__drawer-link{background:#00000005;font-weight:600}.ramz-header__drawer-link--sale{color:#8a3030}.ramz-header__drawer-chevron,.ramz-header__drawer-arrow,.ramz-header__drawer-language-chevron{flex:0 0 auto;color:#8a8782}.ramz-header__drawer-chevron{transition:transform .24s cubic-bezier(.16,1,.3,1)}.ramz-header__drawer-group[open] .ramz-header__drawer-chevron{transform:rotate(90deg)}.ramz-header__drawer-submenu{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s cubic-bezier(.22,1,.36,1),opacity .24s ease,padding .28s ease;opacity:0;overflow:hidden;border-left:1.5px solid rgba(0,0,0,.065);margin-left:2.25rem;padding:0}.ramz-header__drawer-group[open] .ramz-header__drawer-submenu{grid-template-rows:1fr;opacity:1;padding:.25rem 0 .5rem}.ramz-header__drawer-submenu-inner{min-height:0;display:grid;gap:.1rem}.ramz-header__drawer-sublink{min-height:2.45rem;display:flex;align-items:center;justify-content:flex-start;padding:.25rem 1rem;color:#615c55;font-size:.875rem;line-height:1.25;transition:background-color .16s ease,color .16s ease}.ramz-header__drawer-sublink:hover{background:#00000006;color:var(--ramz-header-text)}.ramz-header__drawer-divider{height:1px;margin:.8rem 1.5rem;background:#0001}.ramz-header__drawer-action-left{min-width:0;display:inline-flex;align-items:center;gap:.8rem}.ramz-header__drawer-footer{border-top:1px solid rgba(0,0,0,.055);padding:1.05rem 1.5rem 1.45rem;display:grid;gap:1.45rem}.ramz-header__localization--drawer .ramz-header__language-select{width:fit-content;display:inline-flex;align-items:center;gap:.65rem;color:#2f2c28;font-size:.82rem;line-height:1.2}.ramz-header__localization--drawer .ramz-header__language-select{min-height:2.45rem;padding-inline:.85rem}.ramz-header__drawer-language-chevron{width:.85rem;height:.85rem}.ramz-header__drawer-home-indicator{width:8rem;height:.28rem;border-radius:999px;background:#111;justify-self:center}body.ramz-mobile-menu-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.ramz-header__mobile-overlay,.ramz-header__drawer{transition-duration:1ms}}@media(max-width:1180px){.ramz-header__nav-inner{grid-template-columns:minmax(11rem,.72fr) minmax(20rem,1fr) minmax(11rem,.72fr);gap:1.25rem}.ramz-header__center{gap:1.35rem}}@media(max-width:1023px){.ramz-header__nav-inner{min-height:var(--ramz-header-height-mobile);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1rem}.ramz-header__mobile-menu{display:block}.ramz-header__left{grid-column:1;gap:.4rem}.ramz-header__right{grid-column:3}.ramz-header__center{display:none}.ramz-header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);justify-content:center;z-index:1}.ramz-header__mobile-menu,.ramz-header__right{position:relative;z-index:2}.ramz-header__mobile-menu[open]{z-index:9001}.ramz-header__right>.ramz-header__localization,.ramz-header__divider,.ramz-header__account{display:none}.ramz-header__logo-image{max-height:var(--ramz-header-logo-tablet);max-width:min(13rem,38vw)}.ramz-header__logo-text{font-size:calc(var(--ramz-header-logo-tablet) * .45)}}@media(max-width:640px){.ramz-header__container{padding-inline:1rem}.ramz-header__nav-inner{gap:.55rem}.ramz-header__logo{gap:.625rem}.ramz-header__logo-image{max-height:var(--ramz-header-logo-mobile);max-width:min(10.5rem,42vw)}.ramz-header__mark svg{width:1.15rem;height:auto}.ramz-header__logo-text{font-size:calc(var(--ramz-header-logo-mobile) * .45);letter-spacing:.3em;margin-right:-.3em}.ramz-header__right{gap:.55rem}.ramz-header__drawer{right:.75rem;width:auto}.ramz-header__icon-link{width:1.55rem;height:1.55rem}.ramz-header__icon-link svg{width:1.25rem;height:1.25rem}}.ramz-hero-banner{color:var(--ramz-hero-text);display:block;min-height:var(--ramz-hero-min-height);overflow:hidden;position:relative;width:100%}.ramz-hero-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.ramz-hero-banner__image,.ramz-hero-banner__placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.ramz-hero-banner__image--mobile{display:none}@media(max-width:767px){.ramz-hero-banner__media--has-mobile .ramz-hero-banner__image--desktop{display:none}.ramz-hero-banner__media--has-mobile .ramz-hero-banner__image--mobile{display:block;width:100%;height:auto;object-fit:contain}.ramz-hero-banner--has-mobile{min-height:0!important;height:auto!important}.ramz-hero-banner--has-mobile .ramz-hero-banner__media{position:relative!important}.ramz-hero-banner--has-mobile .ramz-hero-banner__inner{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;min-height:0!important;height:100%!important}}.ramz-hero-banner__placeholder{background:#ffffff73}.ramz-hero-banner__placeholder-svg{width:100%;height:100%}.ramz-hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000000d;z-index:2}.ramz-hero-banner__inner{position:relative;z-index:3;width:min(100%,var(--ramz-hero-max-width));min-height:var(--ramz-hero-min-height);margin:0 auto;padding:2rem;display:flex;align-items:center;justify-content:center}.ramz-hero-banner__content{display:flex;justify-content:center;align-items:center;width:100%}.ramz-hero-banner__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:0}.ramz-hero-banner__button{min-height:3rem;min-width:11rem;display:inline-flex;align-items:center;justify-content:center;background:var(--ramz-hero-button-bg);border:1px solid var(--ramz-hero-button-bg);color:var(--ramz-hero-button-text);padding:.5rem 2rem;font-size:.75rem;font-weight:800;letter-spacing:.1em;line-height:1;text-decoration:none;text-transform:uppercase;transition:background-color .16s ease,border-color .16s ease,transform .16s ease;white-space:nowrap;box-shadow:0 4px 15px #00000026}.ramz-hero-banner__button:hover{background:color-mix(in srgb,var(--ramz-hero-button-bg) 82%,#ffffff);border-color:color-mix(in srgb,var(--ramz-hero-button-bg) 82%,#ffffff);transform:translateY(-2px)}@media(max-width:989px){.ramz-hero-banner__inner{min-height:var(--ramz-hero-min-height);padding-top:2rem;padding-bottom:2rem}.ramz-hero-banner__image,.ramz-hero-banner__placeholder{width:100%;height:100%}}@media(max-width:640px){.ramz-hero-banner__actions{width:min(100%,22rem);flex-direction:column;gap:1rem}.ramz-hero-banner__button{width:100%}}.ramz-members-banner{display:block;overflow:hidden;position:relative;width:100%;min-height:var(--ramz-members-min-height)}.ramz-members-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.ramz-members-banner__image,.ramz-members-banner__placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.ramz-members-banner__image--mobile{display:none}@media(max-width:767px){.ramz-members-banner__media--has-mobile .ramz-members-banner__image--desktop{display:none}.ramz-members-banner__media--has-mobile .ramz-members-banner__image--mobile{display:block;width:100%;height:auto;object-fit:contain}.ramz-members-banner--has-mobile{min-height:0!important;height:auto!important}.ramz-members-banner--has-mobile .ramz-members-banner__media{position:relative!important}}.ramz-members-banner__placeholder{background:#ffffff73}.ramz-members-banner__placeholder-svg{width:100%;height:100%}@media(max-width:989px){.ramz-members-banner{min-height:var(--ramz-members-image-height-tablet)}}@media(max-width:560px){.ramz-members-banner{min-height:var(--ramz-members-image-height-mobile)}}.ramz-mission-vision-page{display:block;width:100%;background:var(--ramz-mv-bg);color:var(--ramz-mv-text);padding:clamp(1rem,2vw,1.75rem)}.ramz-mission-vision-page__inner{width:min(100%,var(--ramz-mv-max-width));margin:0 auto;display:grid;justify-items:center;gap:clamp(1.5rem,2.4vw,2.5rem)}.ramz-mission-vision-page__hero{width:100%;display:grid;place-items:center;padding:clamp(2.25rem,4vw,3.75rem) clamp(1.25rem,3vw,2rem);background:var(--ramz-mv-hero-bg);border-radius:var(--ramz-mv-radius);text-align:center;overflow:hidden}.ramz-mission-vision-page__title{margin:0;color:var(--ramz-mv-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,4vw,3.4rem);font-weight:400;line-height:1.08;letter-spacing:0;text-align:center}.ramz-mission-vision-page__card{width:min(100%,1180px);display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1.15fr);align-items:center;gap:clamp(2rem,4vw,4rem);padding:clamp(.875rem,1.4vw,1rem);background:var(--ramz-mv-card-bg);border:1px solid var(--ramz-mv-border);border-radius:var(--ramz-mv-radius)}.ramz-mission-vision-page__copy{min-width:0;padding:clamp(1.5rem,3vw,3rem);text-align:right}.ramz-mission-vision-page__copy :where(h2,h3,h4){margin:0 0 .45rem;color:var(--ramz-mv-text);font-family:var(--font-primary--family);font-size:clamp(1rem,1.2vw,1.12rem);font-weight:800;line-height:1.4}.ramz-mission-vision-page__copy :where(p,li){color:var(--ramz-mv-text);font-size:clamp(.92rem,1.05vw,1rem);line-height:1.9}.ramz-mission-vision-page__copy>*+*{margin-top:1rem}.ramz-mission-vision-page__media{width:100%;height:var(--ramz-mv-image-height-desktop);border-radius:calc(var(--ramz-mv-radius) * .55);overflow:hidden;background:#e8e5dd}.ramz-mission-vision-page__media img{width:100%;height:100%;display:block;object-fit:var(--ramz-mv-image-fit);object-position:var(--ramz-mv-image-position)}.ramz-mission-vision-page__features{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--ramz-mv-card-bg);border:1px solid var(--ramz-mv-border);border-radius:var(--ramz-mv-radius);overflow:hidden}.ramz-mission-vision-page__feature{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(1rem,2vw,1.4rem);padding:clamp(1.15rem,2.4vw,1.65rem) clamp(1.25rem,2.5vw,2.25rem);position:relative;text-align:right}.ramz-mission-vision-page__feature:not(:last-child):after{content:"";position:absolute;top:25%;left:0;width:1px;height:50%;background:var(--ramz-mv-border)}.ramz-mission-vision-page__feature-icon{color:var(--ramz-mv-muted)}.ramz-mission-vision-page__feature-icon svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.ramz-mission-vision-page__feature-copy{min-width:0;display:grid;gap:.25rem}.ramz-mission-vision-page__feature-title{color:var(--ramz-mv-text);font-size:.72rem;font-weight:800;line-height:1.3}.ramz-mission-vision-page__feature-text{color:var(--ramz-mv-muted);font-size:.74rem;line-height:1.45}html:not([dir=rtl]) .ramz-mission-vision-page__copy,html:not([dir=rtl]) .ramz-mission-vision-page__feature{text-align:left}html:not([dir=rtl]) .ramz-mission-vision-page__feature:not(:last-child):after{left:auto;right:0}@media(max-width:989px){.ramz-mission-vision-page__card{grid-template-columns:1fr;gap:1.25rem}.ramz-mission-vision-page__copy{order:2;padding:clamp(1rem,3vw,1.75rem)}.ramz-mission-vision-page__media{order:1;height:var(--ramz-mv-image-height-tablet)}.ramz-mission-vision-page__features{grid-template-columns:repeat(2,minmax(0,1fr))}.ramz-mission-vision-page__feature:nth-child(2n):after{display:none}.ramz-mission-vision-page__feature:nth-child(n+3){border-top:1px solid var(--ramz-mv-border)}}@media(max-width:620px){.ramz-mission-vision-page{padding:.75rem}.ramz-mission-vision-page__media{height:var(--ramz-mv-image-height-mobile)}.ramz-mission-vision-page__features{grid-template-columns:1fr}.ramz-mission-vision-page__feature{min-height:5.25rem}.ramz-mission-vision-page__feature:after{display:none}.ramz-mission-vision-page__feature:nth-child(n+2){border-top:1px solid var(--ramz-mv-border)}}.ramz-new-arrivals{display:block;overflow:hidden;position:relative;width:100%;min-height:var(--ramz-new-arrivals-min-height)}.ramz-new-arrivals__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.ramz-new-arrivals__image,.ramz-new-arrivals__placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.ramz-new-arrivals__image--mobile{display:none}@media(max-width:767px){.ramz-new-arrivals__media--has-mobile .ramz-new-arrivals__image--desktop{display:none}.ramz-new-arrivals__media--has-mobile .ramz-new-arrivals__image--mobile{display:block;width:100%;height:auto;object-fit:contain}.ramz-new-arrivals--has-mobile{min-height:0!important;height:auto!important}.ramz-new-arrivals--has-mobile .ramz-new-arrivals__media{position:relative!important}}.ramz-new-arrivals__placeholder{background:#ffffff61}.ramz-new-arrivals__placeholder-svg{width:100%;height:100%}@media(max-width:989px){.ramz-new-arrivals{min-height:var(--ramz-new-arrivals-image-height-tablet)}}@media(max-width:640px){.ramz-new-arrivals{min-height:var(--ramz-new-arrivals-image-height-mobile)}}.ramz-official{background:var(--ramz-official-bg);border-top:1px solid var(--ramz-official-border);border-bottom:1px solid var(--ramz-official-border);color:var(--ramz-official-text);display:block;width:100%}.ramz-official__inner{width:min(100%,var(--ramz-official-max-width));margin:0 auto;padding:clamp(1.5rem,3vw,2.75rem) clamp(1.25rem,5vw,5rem);display:grid;grid-template-columns:minmax(16rem,24rem) minmax(0,1fr);align-items:center;gap:clamp(2rem,5vw,5rem)}.ramz-official__content{display:grid;gap:1rem;min-width:0}.ramz-official__heading{margin:0;color:var(--ramz-official-heading);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,2vw,2.35rem);font-weight:700;letter-spacing:.01em;line-height:1.1;text-transform:uppercase}.ramz-official__heading a{color:inherit;text-decoration:none}.ramz-official__heading em{font-style:italic;font-weight:400;margin-right:.04em}.ramz-official__text{max-width:25rem;color:var(--ramz-official-text);font-size:clamp(.95rem,1vw,1.08rem);line-height:1.48}.ramz-official__text p{margin:0}.ramz-official__feed{min-width:0;overflow:hidden;position:relative}.ramz-official__feed:before,.ramz-official__feed:after{content:"";position:absolute;top:0;bottom:0;width:clamp(1.5rem,5vw,4rem);z-index:1;pointer-events:none}.ramz-official__feed:before{left:0;background:linear-gradient(90deg,var(--ramz-official-bg),transparent)}.ramz-official__feed:after{right:0;background:linear-gradient(270deg,var(--ramz-official-bg),transparent)}.ramz-official__track{display:flex;gap:var(--ramz-official-gap);min-width:0;width:max-content;animation:ramz-official-slide var(--ramz-official-speed) linear infinite;will-change:transform}.ramz-official__feed--pause-hover:hover .ramz-official__track{animation-play-state:paused}.ramz-official__tile{flex:0 0 calc((min(100vw,var(--ramz-official-max-width)) - 10rem - 24rem - (var(--ramz-official-gap) * 6)) / 7);width:calc((min(100vw,var(--ramz-official-max-width)) - 10rem - 24rem - (var(--ramz-official-gap) * 6)) / 7);aspect-ratio:1;background:color-mix(in srgb,var(--ramz-official-border) 34%,#ffffff);display:block;overflow:hidden;text-decoration:none}.ramz-official__image,.ramz-official__placeholder{width:100%;height:100%;display:block;object-fit:contain;object-position:center;transition:transform .22s ease}.ramz-official__tile:hover .ramz-official__image{transform:none}.ramz-official__placeholder-svg{width:100%;height:100%}@keyframes ramz-official-slide{0%{transform:translate(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.ramz-official__track{animation:none}}@media(max-width:1100px){.ramz-official__inner{grid-template-columns:1fr;align-items:center;gap:1.5rem}.ramz-official__content{max-width:32rem;justify-items:center;justify-self:center;text-align:center;width:100%}.ramz-official__heading,.ramz-official__heading a,.ramz-official__text,.ramz-official__text p{text-align:center}.ramz-official__text{margin-inline:auto}.ramz-official__feed{width:100%;overflow:hidden;padding-bottom:.4rem}.ramz-official__tile{flex:0 0 min(var(--ramz-official-image-size),42vw);width:min(var(--ramz-official-image-size),42vw);scroll-snap-align:start}}@media(max-width:600px){.ramz-official__inner{padding-inline:1.25rem}.ramz-official__heading{font-size:clamp(1.45rem,7vw,1.9rem)}.ramz-official__tile{flex-basis:min(var(--ramz-official-image-size),38vw)}}.ramz-pages-section{display:block;width:100%;background:var(--ramz-pages-bg);color:var(--ramz-pages-text);padding:clamp(1rem,1.8vw,1.75rem)}.ramz-pages-section__inner{width:min(100%,var(--ramz-pages-max-width));margin:0 auto;display:grid;justify-items:center;gap:clamp(1.5rem,2.4vw,2.5rem)}.ramz-pages-section__hero{width:100%;display:grid;align-items:start;align-content:start;justify-content:stretch;justify-items:center;gap:clamp(.75rem,1.2vw,1rem);padding:clamp(2.25rem,4vw,3.75rem) clamp(1.25rem,3vw,2rem);background:var(--ramz-pages-hero-bg);border-radius:var(--ramz-pages-radius);text-align:center;overflow:hidden}.ramz-pages-section__breadcrumb{color:var(--ramz-pages-muted);font-size:.75rem;line-height:1.2}.ramz-pages-section__title{margin:0;color:var(--ramz-pages-text);font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:0}.ramz-pages-section__title{max-width:100%;font-size:clamp(2.5rem,4.2vw,3.5rem);line-height:1.02;text-align:center}.ramz-pages-section__subtitle{max-width:42rem;margin:0;color:var(--ramz-pages-muted);font-size:clamp(.95rem,1.4vw,1.15rem);line-height:1.5}.ramz-pages-section__card{width:min(100%,var(--ramz-pages-content-width));background:var(--ramz-pages-card-bg);border:1px solid var(--ramz-pages-border);border-radius:var(--ramz-pages-radius);padding:clamp(2rem,4vw,3.75rem) clamp(1.5rem,4.2vw,4.5rem)}.ramz-pages-section :where(.rte,.rte p,.rte li){color:var(--ramz-pages-muted);font-size:clamp(.92rem,1.15vw,1rem);line-height:1.65}.ramz-pages-section .rte :where(h2,h3,h4){margin:0 0 .55rem;color:var(--ramz-pages-text);font-family:var(--font-primary--family);font-weight:800;line-height:1.25}.ramz-pages-section .rte h2{font-size:clamp(1.1rem,1.6vw,1.35rem)}.ramz-pages-section .rte h3,.ramz-pages-section .rte h4{font-size:clamp(1rem,1.25vw,1.1rem)}.ramz-pages-section .rte>*+*{margin-top:1rem}.ramz-pages-section .rte :where(h2,h3,h4):not(:first-child){margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid var(--ramz-pages-border)}.ramz-pages-section .rte :where(ul,ol){padding-left:1.2rem}.ramz-pages-section .rte a{color:var(--ramz-pages-text);text-underline-offset:.18em}.ramz-pages-section__features{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--ramz-pages-card-bg);border:1px solid var(--ramz-pages-border);border-radius:var(--ramz-pages-radius);overflow:hidden}.ramz-pages-section__feature{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(1rem,2vw,1.4rem);padding:clamp(1.15rem,2.4vw,1.65rem) clamp(1.25rem,2.5vw,2.25rem);position:relative}.ramz-pages-section__feature:not(:last-child):after{content:"";position:absolute;top:25%;right:0;width:1px;height:50%;background:var(--ramz-pages-border)}.ramz-pages-section__feature-icon{color:var(--ramz-pages-text)}.ramz-pages-section__feature-icon svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.ramz-pages-section__feature-copy{min-width:0;display:grid;gap:.25rem}.ramz-pages-section__feature-title{color:var(--ramz-pages-text);font-size:.68rem;font-weight:800;letter-spacing:.04em;line-height:1.25;text-transform:uppercase}.ramz-pages-section__feature-text{color:var(--ramz-pages-muted);font-size:.72rem;line-height:1.35}html[dir=rtl] .ramz-pages-section__card,html[dir=rtl] .ramz-pages-section__content,html[dir=rtl] .ramz-pages-section__feature{text-align:right}html[dir=rtl] .ramz-pages-section .rte :where(ul,ol){padding-left:0;padding-right:1.2rem}html[dir=rtl] .ramz-pages-section__feature:not(:last-child):after{right:auto;left:0}@media(max-width:989px){.ramz-pages-section__features{grid-template-columns:repeat(2,minmax(0,1fr))}.ramz-pages-section__feature:nth-child(2n):after{display:none}.ramz-pages-section__feature:nth-child(n+3){border-top:1px solid var(--ramz-pages-border)}}@media(max-width:620px){.ramz-pages-section{padding:.75rem}.ramz-pages-section__inner{gap:1.25rem}.ramz-pages-section__hero,.ramz-pages-section__card{border-radius:min(var(--ramz-pages-radius),1rem)}.ramz-pages-section__features{grid-template-columns:1fr;border-radius:min(var(--ramz-pages-radius),.9rem)}.ramz-pages-section__feature{min-height:5.25rem}.ramz-pages-section__feature:after{display:none}.ramz-pages-section__feature:nth-child(n+2){border-top:1px solid var(--ramz-pages-border)}}.ramz-product-breadcrumb{background:var(--ramz-product-breadcrumb-bg);display:block;padding:var(--ramz-product-breadcrumb-padding-top) clamp(1rem,3vw,2.5rem) var(--ramz-product-breadcrumb-padding-bottom);width:100%}.ramz-product-breadcrumb__inner{width:min(100%,var(--ramz-product-breadcrumb-max-width));margin:0 auto}.ramz-product-breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin:0;padding:0;list-style:none;color:var(--ramz-product-breadcrumb-link);font-size:clamp(.78rem,1vw,.88rem);font-weight:500;line-height:1.2}.ramz-product-breadcrumb__item{display:inline-flex;align-items:center;min-width:0}.ramz-product-breadcrumb__item a,.ramz-product-breadcrumb__item span:not(.ramz-product-breadcrumb__separator){display:inline-block;max-width:min(34rem,82vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ramz-product-breadcrumb__item a{color:var(--ramz-product-breadcrumb-link);text-decoration:none;transition:color .16s ease}.ramz-product-breadcrumb__item a:hover{color:var(--ramz-product-breadcrumb-hover)}.ramz-product-breadcrumb__separator{margin:0 clamp(.58rem,1vw,.78rem);color:var(--ramz-product-breadcrumb-separator);font-weight:400;-webkit-user-select:none;user-select:none}.ramz-product-breadcrumb__item--current{color:var(--ramz-product-breadcrumb-current);font-weight:600}@media(max-width:760px){.ramz-product-breadcrumb{padding-inline:.875rem}.ramz-product-breadcrumb__list{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.ramz-product-breadcrumb__list::-webkit-scrollbar{display:none}.ramz-product-breadcrumb__item{flex:0 0 auto}.ramz-product-breadcrumb__item a,.ramz-product-breadcrumb__item span:not(.ramz-product-breadcrumb__separator){max-width:15rem}}.ramz-product-details{display:block;width:100%;background:var(--ramz-product-details-bg);color:var(--ramz-product-details-text);padding:clamp(1.25rem,3vw,2.5rem) clamp(1rem,3vw,2.5rem)}.ramz-product-details__inner{width:min(100%,var(--ramz-product-details-max-width));margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.5fr);gap:clamp(.9rem,1.6vw,1.25rem);align-items:stretch}.ramz-product-details__summary,.ramz-product-details__accordions{background:var(--ramz-product-details-panel);border:1px solid color-mix(in srgb,var(--ramz-product-details-border) 72%,transparent);border-radius:var(--ramz-product-details-radius)}.ramz-product-details__summary{padding:clamp(1.2rem,2vw,1.65rem) clamp(1.4rem,2.5vw,2rem)}.ramz-product-details__heading{margin:0 0 .75rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.05rem,1.35vw,1.25rem);font-weight:600;letter-spacing:.02em;line-height:1.1;text-transform:uppercase}.ramz-product-details__text{color:var(--ramz-product-details-text);font-size:clamp(.86rem,1vw,.98rem);line-height:1.45}.ramz-product-details__text ul,.ramz-product-details__text ol{margin:0;padding-left:1.1rem}.ramz-product-details__text li+li{margin-top:.25rem}.ramz-product-details__text p{margin:0}.ramz-product-details__accordions{overflow:hidden}.ramz-product-details__item{border-bottom:1px solid var(--ramz-product-details-border)}.ramz-product-details__item:last-child{border-bottom:0}.ramz-product-details__summary-button{min-height:clamp(3.15rem,4vw,4rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;cursor:pointer;list-style:none;padding:0 clamp(1.35rem,2.7vw,2rem);color:var(--ramz-product-details-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(.9rem,1.1vw,1.05rem);font-weight:700;letter-spacing:.03em;line-height:1.2;text-transform:uppercase;transition:opacity .16s ease}.ramz-product-details__summary-button:hover{opacity:.68}.ramz-product-details__summary-button::-webkit-details-marker{display:none}.ramz-product-details__icon{width:1rem;height:1rem;flex:0 0 auto;position:relative}.ramz-product-details__icon:before,.ramz-product-details__icon:after{content:"";position:absolute;inset:50% auto auto 50%;width:1rem;height:1px;background:currentColor;transform:translate(-50%,-50%)}.ramz-product-details__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.ramz-product-details__item[open] .ramz-product-details__icon:after{opacity:0}.ramz-product-details__accordion-content{max-width:48rem;padding:0 clamp(1.35rem,2.7vw,2rem) clamp(1.2rem,2vw,1.55rem);color:var(--ramz-product-details-muted);font-size:clamp(.86rem,1vw,.95rem);line-height:1.6}.ramz-product-details__accordion-content p{margin:0}@media(max-width:860px){.ramz-product-details__inner{grid-template-columns:1fr}}@media(max-width:560px){.ramz-product-details{padding-inline:.875rem}.ramz-product-details__summary-button{gap:1rem}}.ramz-product-features{display:block;width:100%;padding:clamp(1.5rem,3vw,2.5rem) clamp(1rem,3vw,2.5rem);background:#fff}.ramz-product-features__inner{width:min(100%,var(--ramz-product-features-max-width));margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;background:var(--ramz-product-features-bg);border:1px solid color-mix(in srgb,var(--ramz-product-features-border),transparent 35%);border-radius:var(--ramz-product-features-radius);box-shadow:0 1rem 2.5rem #00000006}.ramz-product-features__item{min-width:0;display:flex;align-items:center;gap:clamp(1rem,2vw,1.55rem);padding:clamp(1.5rem,3vw,2.6rem) clamp(1.25rem,3vw,2.35rem);border-right:1px solid var(--ramz-product-features-border)}.ramz-product-features__item:last-child{border-right:0}.ramz-product-features__icon{flex:0 0 auto;color:var(--ramz-product-features-icon)}.ramz-product-features__icon svg{width:clamp(2rem,3vw,2.65rem);height:clamp(2rem,3vw,2.65rem);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3}.ramz-product-features__copy{min-width:0;display:grid;gap:.45rem}.ramz-product-features__copy h2{margin:0;color:var(--ramz-product-features-title);font-family:Georgia,Times New Roman,serif;font-size:clamp(.92rem,1.2vw,1.05rem);font-weight:800;letter-spacing:.04em;line-height:1.15;text-transform:uppercase}.ramz-product-features__text{color:var(--ramz-product-features-text);font-size:clamp(.86rem,1vw,.98rem);line-height:1.45}.ramz-product-features__text p{margin:0}@media(max-width:1100px){.ramz-product-features__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.ramz-product-features__item:nth-child(2n){border-right:0}.ramz-product-features__item:nth-child(-n+2){border-bottom:1px solid var(--ramz-product-features-border)}}@media(max-width:650px){.ramz-product-features__inner{grid-template-columns:1fr}.ramz-product-features__item,.ramz-product-features__item:nth-child(2n){border-right:0;border-bottom:1px solid var(--ramz-product-features-border)}.ramz-product-features__item:last-child{border-bottom:0}}.ramz-product-recs{background:var(--ramz-product-recs-bg);color:var(--ramz-product-recs-text);display:block;width:100%}.ramz-product-recs__inner{width:min(100%,var(--ramz-product-recs-max-width));margin:0 auto;padding:var(--ramz-product-recs-padding-top) clamp(1rem,3vw,2rem) var(--ramz-product-recs-padding-bottom)}.ramz-product-recs__frame{padding:clamp(1rem,2vw,1.55rem) clamp(.8rem,1.8vw,1.35rem) clamp(1.1rem,2vw,1.55rem)}.ramz-product-recs__header{display:flex;align-items:center;gap:clamp(.85rem,2vw,1.4rem);margin-bottom:clamp(.9rem,2vw,1.25rem);padding-inline:clamp(1.6rem,3vw,3.4rem)}.ramz-product-recs__heading{margin:0;flex:0 0 auto;font-family:Georgia,Times New Roman,serif;font-size:clamp(1rem,1.6vw,1.45rem);font-weight:500;letter-spacing:0;line-height:1;text-transform:uppercase}.ramz-product-recs__line{display:block;flex:1 1 auto;height:1px;background:var(--ramz-product-recs-border)}.ramz-product-recs__carousel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.55rem,1.4vw,1rem)}.ramz-product-recs__arrow{width:2.2rem;height:2.2rem;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--ramz-product-recs-text);cursor:pointer;padding:0;transition:opacity .16s ease,transform .16s ease}.ramz-product-recs__arrow:hover{opacity:.62;transform:translate(var(--ramz-product-recs-arrow-shift, 0))}.ramz-product-recs__arrow--previous{--ramz-product-recs-arrow-shift: -.12rem}.ramz-product-recs__arrow--next{--ramz-product-recs-arrow-shift: .12rem}.ramz-product-recs__arrow svg{width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.ramz-product-recs__scroller{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--ramz-product-recs-columns-desktop) - 1) * clamp(1rem,2.8vw,3.8rem)) / var(--ramz-product-recs-columns-desktop));gap:clamp(1rem,2.8vw,3.8rem);overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.ramz-product-recs__scroller::-webkit-scrollbar{display:none}.ramz-product-recs__card{min-width:0;scroll-snap-align:start}.ramz-product-recs__image-link{aspect-ratio:var(--ramz-product-recs-image-ratio);display:block;overflow:hidden;background:var(--ramz-product-recs-card-bg);color:var(--ramz-product-recs-muted);text-decoration:none}.ramz-product-recs__image,.ramz-product-recs__placeholder-svg{width:100%;height:100%;display:block}.ramz-product-recs__image{object-fit:contain;object-position:center;transition:transform .22s ease}.ramz-product-recs__card:hover .ramz-product-recs__image{transform:none}.ramz-product-recs__info{display:grid;gap:.2rem;margin-top:.7rem}.ramz-product-recs__title,.ramz-product-recs__vendor,.ramz-product-recs__price{margin:0;font-size:clamp(.68rem,.78vw,.8rem);line-height:1.18;text-transform:uppercase}.ramz-product-recs__title{font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:0}.ramz-product-recs__title a{color:inherit;text-decoration:none}.ramz-product-recs__title a:hover{color:var(--ramz-product-recs-muted)}.ramz-product-recs__vendor{color:var(--ramz-product-recs-muted);font-weight:650}.ramz-product-recs__price{font-weight:850}@media(max-width:989px){.ramz-product-recs__header{padding-inline:0}.ramz-product-recs__scroller{grid-auto-columns:calc((100% - (var(--ramz-product-recs-columns-tablet) - 1) * 1rem) / var(--ramz-product-recs-columns-tablet));gap:1rem}}@media(max-width:700px){.ramz-product-recs__inner{padding-inline:.875rem}.ramz-product-recs__frame{padding:.95rem}.ramz-product-recs__carousel{grid-template-columns:minmax(0,1fr)}.ramz-product-recs__arrow{display:none}.ramz-product-recs__scroller{grid-auto-columns:calc((100% - (var(--ramz-product-recs-columns-mobile) - 1) * .85rem) / var(--ramz-product-recs-columns-mobile));gap:.85rem}.ramz-product-recs__heading{white-space:normal}}.ramz-shop-edit{background:var(--ramz-shop-edit-bg);color:var(--ramz-shop-edit-text);display:block;width:100%}.ramz-shop-edit__inner{width:min(100%,var(--ramz-shop-edit-max-width));margin:0 auto;padding:clamp(2.5rem,5vw,4.5rem) clamp(1.25rem,5vw,5rem)}.ramz-shop-edit__heading{margin:0 0 clamp(1.5rem,3vw,2.4rem);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,4vw,4rem);font-weight:500;letter-spacing:0;line-height:1.05;text-transform:uppercase}.ramz-shop-edit__radio{position:absolute;opacity:0;pointer-events:none}.ramz-shop-edit__nav-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(1.1rem,2vw,1.7rem);border-bottom:1px solid var(--ramz-shop-edit-border);padding-bottom:.9rem}.ramz-shop-edit__tabs{display:flex;align-items:center;flex-wrap:wrap;gap:clamp(1.1rem,4vw,4.5rem);min-width:0}.ramz-shop-edit__tab{color:var(--ramz-shop-edit-muted);cursor:pointer;display:inline-flex;font-size:.68rem;font-weight:800;letter-spacing:.08em;line-height:1;padding-bottom:.6rem;position:relative;text-transform:uppercase;transition:color .16s ease}.ramz-shop-edit__tab:hover{color:var(--ramz-shop-edit-text)}.ramz-shop-edit__tab:after{content:"";display:none;position:absolute;left:0;bottom:-.95rem;width:100%;height:2px;background:currentColor}.ramz-shop-edit__view-links{min-width:max-content}.ramz-shop-edit__view-link{align-items:center;color:inherit;display:none;gap:1.5rem;font-size:.68rem;font-weight:800;letter-spacing:.08em;line-height:1;text-decoration:none;text-transform:uppercase;transition:color .16s ease}.ramz-shop-edit__view-link:hover{color:var(--ramz-shop-edit-muted)}.ramz-shop-edit__panels{min-width:0}.ramz-shop-edit__panel{display:none}.ramz-shop-edit__grid{display:grid;grid-template-columns:repeat(var(--ramz-shop-edit-columns-desktop),minmax(0,1fr));gap:clamp(.8rem,1.5vw,1.25rem)}.ramz-shop-edit__card{min-width:0}.ramz-shop-edit__image-link{aspect-ratio:var(--ramz-shop-edit-image-ratio);background:var(--ramz-shop-edit-card-bg);color:var(--ramz-shop-edit-muted);display:block;margin-bottom:1rem;overflow:hidden;text-decoration:none;width:100%}.ramz-shop-edit__image,.ramz-shop-edit__placeholder-svg{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .22s ease}.ramz-shop-edit__card:hover .ramz-shop-edit__image{transform:none}.ramz-shop-edit__card-info{display:grid;gap:.42rem}.ramz-shop-edit__product-title{margin:0;font-size:.72rem;font-weight:850;letter-spacing:.05em;line-height:1.25;text-transform:uppercase}.ramz-shop-edit__product-title a{color:inherit;text-decoration:none}.ramz-shop-edit__product-title a:hover{color:var(--ramz-shop-edit-muted)}.ramz-shop-edit__product-color,.ramz-shop-edit__product-price{margin:0;font-size:.75rem;font-weight:550;line-height:1.25}.ramz-shop-edit__product-color{color:var(--ramz-shop-edit-muted)}.ramz-shop-edit__swatches{display:flex;align-items:center;flex-wrap:wrap;gap:.34rem;margin-top:.15rem}.ramz-shop-edit__swatch{width:.78rem;height:.78rem;border:1px solid rgba(0,0,0,.16);border-radius:999px;background-color:var(--ramz-shop-edit-card-swatch, var(--ramz-shop-edit-swatch));background-image:var(--ramz-shop-edit-card-swatch-image, none);background-position:center;background-size:cover;display:inline-flex}.ramz-shop-edit__empty{color:var(--ramz-shop-edit-muted);margin:0}@media(max-width:989px){.ramz-shop-edit__nav-row{align-items:flex-start;flex-direction:column}.ramz-shop-edit__view-links{width:100%}.ramz-shop-edit__view-link{justify-content:flex-end}.ramz-shop-edit__grid{grid-template-columns:repeat(var(--ramz-shop-edit-columns-tablet),minmax(0,1fr))}}@media(max-width:640px){.ramz-shop-edit__inner{padding-inline:1rem}.ramz-shop-edit__tabs{gap:1rem 1.4rem}.ramz-shop-edit__grid{grid-template-columns:repeat(var(--ramz-shop-edit-columns-mobile),minmax(0,1fr));gap:.85rem}.ramz-shop-edit__image-link{margin-bottom:.8rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
