@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap";.product-hover-media{position:relative;width:100%;height:100%;overflow:hidden}.product-hover-image,.product-hover-video{width:100%;height:100%;object-fit:cover;display:block;transition:var(--transition, all .3s ease)}.product-hover-video{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;background:var(--color-beige)}.product-hover-media.has-hover-video:hover .product-hover-video{opacity:1}.product-hover-media.has-hover-video:hover .product-hover-image{opacity:0}:root{--color-dark-grey: #2D2D2D;--color-off-white: #F8F6F2;--color-beige: #EDE8DF;--color-light-sage: #8BAF8B;--color-white: #FFFFFF;--color-sage-light: #D4DCD0;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 40px;--space-6: 48px;--space-7: 56px;--space-8: 64px;--space-9: 72px;--space-10: 80px;--transition: all .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-off-white);color:var(--color-dark-grey);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);line-height:1.2;font-weight:500;color:var(--color-dark-grey)}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}h4{font-size:1.25rem}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-sans)}ul{list-style:none}.container-fluide{width:100%;padding:0 clamp(16px,3vw,42px)}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.4rem}.container-fluide{padding:0 var(--space-2)}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.75rem}}
