:root{--zarvello-accent: var(--zarvello-theme-accent, #111111);--zarvello-surface: #f5f5f5;--zarvello-border: rgb(17 17 17 / 12%);--zarvello-radius: 18px;--zarvello-shadow: 0 18px 50px rgb(0 0 0 / 8%)}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--zarvello-accent);outline-offset:3px}product-card{position:relative}.zarvello-breadcrumbs{padding-block:14px;font-size:.8rem}.zarvello-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.zarvello-breadcrumbs li:not(:last-child):after{content:"/";margin-inline-start:8px;color:rgb(var(--color-foreground-rgb) / 45%)}.zarvello-breadcrumbs a{color:inherit;text-underline-offset:3px}.zarvello-shell{width:min(100% - 32px,1400px);margin-inline:auto}.zarvello-hero{position:relative;display:grid;min-height:clamp(580px,78svh,860px);overflow:hidden;background:#202020;color:#fff;isolation:isolate}.zarvello-hero__media,.zarvello-hero__media img,.zarvello-hero__media svg,.zarvello-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.zarvello-hero__media img,.zarvello-hero__media svg{object-fit:cover}.zarvello-hero__overlay{z-index:-1;background:linear-gradient(90deg,rgb(0 0 0 / var(--zarvello-hero-overlay)),#00000014 80%)}.zarvello-hero__media{z-index:-2}.zarvello-hero__content{display:flex;align-items:end;padding-block:clamp(64px,10vw,120px)}.zarvello-hero__content--center{justify-content:center;text-align:center}.zarvello-hero__copy{display:grid;gap:20px;max-width:720px}.zarvello-hero__copy h1,.zarvello-hero__copy p{margin:0;color:inherit}.zarvello-hero__copy h1{font-size:clamp(3rem,8vw,7.5rem);line-height:.92;letter-spacing:-.055em}.zarvello-hero__copy .rte{max-width:620px;color:#ffffffd1;font-size:clamp(1rem,1.8vw,1.25rem)}.zarvello-hero__actions{display:flex;flex-wrap:wrap;gap:10px}.zarvello-hero__content--center .zarvello-hero__actions{justify-content:center}.zarvello-hero__button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 24px;border:1px solid #fff;border-radius:999px;font-weight:700;text-decoration:none}.zarvello-hero__button--primary{background:#fff;color:#111}.zarvello-hero__button--secondary{color:#fff}.zarvello-section{padding-block:clamp(48px,7vw,96px)}.zarvello-section__header{display:grid;gap:12px;max-width:760px;margin-block-end:clamp(28px,4vw,48px)}.zarvello-section__eyebrow{margin:0;color:var(--zarvello-accent);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.zarvello-section__title{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1.02;letter-spacing:-.035em}.zarvello-section__text{margin:0;color:rgb(var(--color-foreground-rgb) / 72%);font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.65}.zarvello-section__header--row{max-width:none}.zarvello-section__header--row>div{display:grid;gap:12px;max-width:760px}.zarvello-product-grid,.zarvello-saved-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,2vw,26px)}.zarvello-product-card,.zarvello-saved-product{position:relative;min-width:0}.zarvello-product-card__media,.zarvello-saved-product__media{position:relative;display:block;aspect-ratio:4 / 5;overflow:hidden;border-radius:14px;background:var(--zarvello-surface)}.zarvello-product-card__image,.zarvello-product-card__placeholder,.zarvello-saved-product__media img{width:100%;height:100%;object-fit:cover}.zarvello-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .24s ease}.zarvello-product-card:hover .zarvello-product-card__image--secondary{opacity:1}.zarvello-product-card__badges{position:absolute;inset-block-start:12px;inset-inline-end:12px;display:grid;justify-items:end;gap:6px}.zarvello-product-card__badges span{padding:6px 9px;border-radius:999px;background:#111;color:#fff;font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.zarvello-product-card__content,.zarvello-saved-product__content{display:grid;gap:8px;padding-block-start:14px}.zarvello-product-card__content h3,.zarvello-product-card__content p,.zarvello-saved-product__content h3,.zarvello-saved-product__content p{margin:0}.zarvello-product-card__content h3,.zarvello-saved-product__content h3{font-size:1rem}.zarvello-product-card__content a,.zarvello-saved-product__content a{color:inherit;text-decoration:none}.zarvello-product-card__vendor{color:rgb(var(--color-foreground-rgb) / 60%);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.zarvello-product-card__price{display:flex;gap:8px;align-items:baseline}.zarvello-product-card__price s{color:rgb(var(--color-foreground-rgb) / 52%)}.zarvello-product-card__swatches{display:flex;gap:6px}.zarvello-product-card__swatches span{width:18px;height:18px;border:2px solid #fff;border-radius:50%;outline:1px solid rgb(0 0 0 / 20%);background:var(--zarvello-swatch, #aaa)}.zarvello-product-card__form button,.zarvello-product-card__disabled,.zarvello-saved-product form button{width:100%;min-height:42px;padding:10px 16px;border:1px solid #111;border-radius:999px;background:#111;color:#fff;cursor:pointer;font-weight:700}.zarvello-product-card__disabled{border-color:var(--zarvello-border);background:var(--zarvello-surface);color:rgb(var(--color-foreground-rgb) / 60%);cursor:not-allowed}.zarvello-saved-products__empty{grid-column:1 / -1;padding:36px;border:1px dashed var(--zarvello-border);border-radius:var(--zarvello-radius);text-align:center}.zarvello-saved-product__remove{justify-self:start;padding:0;border:0;background:none;color:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.zarvello-product-assurance{padding-block:clamp(40px,6vw,80px);border-block:1px solid var(--zarvello-border)}.zarvello-product-assurance__highlights{display:grid;gap:1px;overflow:hidden;border:1px solid var(--zarvello-border);border-radius:var(--zarvello-radius);background:var(--zarvello-border)}.zarvello-product-assurance__highlights>div{display:grid;gap:6px;padding:22px;background:var(--color-background, #fff)}.zarvello-product-assurance__highlights span{color:rgb(var(--color-foreground-rgb) / 68%)}.zarvello-product-assurance__details{margin-block-start:30px;border-block-start:1px solid var(--zarvello-border)}.zarvello-product-assurance__details details{border-block-end:1px solid var(--zarvello-border)}.zarvello-product-assurance__details summary{padding-block:20px;cursor:pointer;font-weight:700}.zarvello-product-assurance__details details>div{max-width:760px;padding-block-end:24px}.zarvello-departments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.zarvello-department-card{position:relative;display:grid;min-height:clamp(250px,44vw,520px);overflow:hidden;border-radius:var(--zarvello-radius);background:var(--zarvello-surface);isolation:isolate}.zarvello-department-card__media,.zarvello-department-card__media img,.zarvello-department-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.zarvello-department-card__media img,.zarvello-department-card__media svg{object-fit:cover;transition:transform .5s ease}.zarvello-department-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to top,#000000ad,#00000008 68%)}.zarvello-department-card__content{z-index:1;align-self:end;display:grid;gap:8px;padding:clamp(20px,3vw,34px);color:#fff}.zarvello-department-card__title{margin:0;color:inherit;font-size:clamp(1.35rem,2.2vw,2.2rem);line-height:1.05}.zarvello-department-card__description{margin:0;color:#fffc}.zarvello-department-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.zarvello-department-card:hover .zarvello-department-card__media img,.zarvello-department-card:hover .zarvello-department-card__media svg{transform:scale(1.025)}.zarvello-split-grid{display:grid;gap:16px}.zarvello-promo-card{position:relative;display:grid;min-height:clamp(380px,60vw,620px);overflow:hidden;border-radius:var(--zarvello-radius);background:#111;color:#fff;isolation:isolate}.zarvello-promo-card__media,.zarvello-promo-card__media img,.zarvello-promo-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.zarvello-promo-card__media img,.zarvello-promo-card__media svg{object-fit:cover}.zarvello-promo-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(135deg,#000000b8,#0000001f)}.zarvello-promo-card__content{z-index:1;align-self:end;display:grid;gap:14px;max-width:520px;padding:clamp(28px,5vw,56px)}.zarvello-promo-card__content h3,.zarvello-promo-card__content p{margin:0;color:inherit}.zarvello-promo-card__content h3{font-size:clamp(2rem,4vw,4rem);line-height:1}.zarvello-inline-link{width:fit-content;color:inherit;font-weight:700;text-decoration-thickness:1px;text-underline-offset:6px}.zarvello-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--zarvello-border);border-radius:var(--zarvello-radius);background:var(--zarvello-border)}.zarvello-trust-card{display:grid;gap:12px;padding:clamp(22px,3vw,36px);background:var(--color-background, #fff)}.zarvello-trust-card svg{width:30px;height:30px;color:var(--zarvello-accent)}.zarvello-trust-card h3,.zarvello-trust-card p{margin:0}.zarvello-trust-card p{color:rgb(var(--color-foreground-rgb) / 68%)}.zarvello-testimonials{display:grid;gap:16px}.zarvello-testimonial{display:grid;gap:18px;min-height:220px;padding:clamp(24px,4vw,42px);border:1px solid var(--zarvello-border);border-radius:var(--zarvello-radius);background:var(--color-background, #fff)}.zarvello-testimonial__stars{color:var(--zarvello-accent);letter-spacing:.14em}.zarvello-testimonial blockquote{margin:0;font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.55}.zarvello-testimonial cite{margin-top:auto;font-style:normal;font-weight:700}.zarvello-countdown{display:grid;gap:28px;padding:clamp(32px,6vw,64px);border-radius:var(--zarvello-radius);background:#111;color:#fff}.zarvello-countdown__copy{display:grid;gap:10px}.zarvello-countdown__copy h2,.zarvello-countdown__copy p{margin:0;color:inherit}.zarvello-countdown__timer{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.zarvello-countdown__unit{display:grid;gap:4px;padding:16px 8px;border:1px solid rgb(255 255 255 / 20%);border-radius:12px;text-align:center}.zarvello-countdown__value{font-size:clamp(1.4rem,4vw,2.6rem);font-weight:700}.zarvello-countdown__label{color:#ffffffa6;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.zarvello-newsletter{display:grid;gap:24px;align-items:end;padding:clamp(32px,6vw,72px);border-radius:var(--zarvello-radius);background:var(--zarvello-surface)}.zarvello-newsletter__form{display:flex;gap:10px;width:100%}.zarvello-newsletter__form input{flex:1;min-width:0;min-height:48px;padding-inline:16px;border:1px solid var(--zarvello-border);border-radius:999px;background:#fff;color:#111}.zarvello-newsletter__form button{min-height:48px;padding-inline:24px;border:0;border-radius:999px;background:var(--zarvello-accent);color:#fff;cursor:pointer;font-weight:700}.zarvello-wishlist-button{position:absolute;inset-block-start:12px;inset-inline-start:12px;z-index:4;display:grid;place-items:center;width:40px;height:40px;border:1px solid rgb(0 0 0 / 10%);border-radius:50%;background:#ffffffeb;color:#111;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zarvello-wishlist-button[aria-pressed=true]{background:#111;color:#fff}.zarvello-whatsapp{position:fixed;inset-inline-end:18px;inset-block-end:18px;z-index:20;display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:12px 18px;border-radius:999px;background:#111;color:#fff;box-shadow:var(--zarvello-shadow);font-weight:700;text-decoration:none}.zarvello-price-coming-soon{color:rgb(var(--color-foreground-rgb) / 68%);font-weight:650}@media(min-width:750px){.zarvello-section__header--row{grid-template-columns:minmax(0,1fr) auto;align-items:end}.zarvello-product-grid,.zarvello-saved-products{grid-template-columns:repeat(4,minmax(0,1fr))}.zarvello-product-assurance__highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.zarvello-departments{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.zarvello-split-grid,.zarvello-testimonials{grid-template-columns:repeat(2,minmax(0,1fr))}.zarvello-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.zarvello-countdown,.zarvello-newsletter{grid-template-columns:minmax(0,1fr) minmax(360px,.8fr)}}@media(max-width:749px){.zarvello-department-card{min-height:240px}.zarvello-newsletter__form{flex-direction:column}.zarvello-whatsapp span{display:none}.zarvello-whatsapp{width:48px;justify-content:center;padding-inline:0}}@media(max-width:359px){.zarvello-shell{width:min(100% - 20px,1400px)}.zarvello-departments,.zarvello-trust-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/zarvello.css.map */
