*{margin:0;padding:0;box-sizing:border-box}:root{--background: #FEFDFB;--foreground: #4A453F;--secondary: #F0EDE6;--muted: #6B6258;--muted-foreground: #6B6258;--sale: #DC2626;--border: #D7D0C5;--destructive: #DC2626;--destructive-foreground: #FFFFFF;--primary: #A68B6B;--primary-foreground: #FEFDFB;--accent: #F0EDE6;--accent-foreground: #4A453F}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:90px 0 0}@media (min-width: 1024px){body{padding-top:130px}}body>main>section:first-child,body>section:first-child,#MainContent>section:first-child{margin-top:0!important}header{position:fixed;top:30px;left:0;z-index:1000;width:100%;transition:transform .3s ease-in-out}@media (min-width: 1024px){header{top:50px}}header.header-hidden{transform:translateY(calc(-100% - var(--announcement-bar-height, 30px)))}@media (min-width: 1024px){header.header-hidden{transform:translateY(calc(-100% - var(--announcement-bar-height, 50px)))}}.announcement-bar{position:fixed;top:0;left:0;width:100%;z-index:1001}section{position:relative;z-index:1}.container{max-width:1280px;margin:0 auto;padding:0 .75rem}@media (min-width: 640px){.container{padding:0 1rem}}.font-serif{font-family:Playfair Display,Georgia,serif}.uppercase{text-transform:uppercase}h1,h2,h3,h4,h5,h6{font-weight:700}.flex{display:flex}.grid{display:grid}.hidden{display:none}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:inline{display:inline}.lg\:block{display:block}}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.p-2{padding:.5rem}.p-4{padding:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.px-4{padding-left:1rem;padding-right:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-center{text-align:center}.text-pretty{text-wrap:pretty}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.75}.tracking-wide{letter-spacing:.05em}.tracking-wider{letter-spacing:.1em}.bg-white{background-color:#fefdfb}.bg-black{background-color:#4a453f}.bg-secondary{background-color:var(--secondary)}.bg-accent{background-color:var(--accent)}.bg-primary{background-color:var(--primary)}.text-white{color:#fefdfb}.text-black{color:#4a453f}.text-muted-foreground{color:var(--muted-foreground)}.border-black{border-color:#4a453f}.border-t{border-top:1px solid var(--border)}.bg-sale{background-color:var(--sale)}.text-sale{color:var(--sale)}.text-primary-foreground{color:var(--primary-foreground)}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.w-full{width:100%}.h-full{height:100%}.object-cover{object-fit:cover}.cursor-pointer{cursor:pointer}.overflow-hidden{overflow:hidden}.aspect-square{aspect-ratio:1 / 1}.aspect-\[3\/4\]{aspect-ratio:3 / 4}.aspect-\[4\/5\]{aspect-ratio:4 / 5}.min-h-screen{min-height:100vh}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.6}button{background:none;border:none;cursor:pointer;font-family:inherit;transition:opacity .3s}button:hover{opacity:.7}img{max-width:100%;height:auto;display:block}.group:hover .group-hover\:scale-105{transform:scale(1.05);transition:transform .5s ease}.line-through{text-decoration:line-through}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:h-20{height:5rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:gap-12{gap:3rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:mb-12{margin-bottom:3rem}.lg\:h-\[80vh\]{height:80vh}}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}.sm\:w-auto{width:auto}}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.-translate-x-1\/2{transform:translate(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.left-1\/2{left:50%}.text-balance{text-wrap:balance}.underline{text-decoration:underline}.underline-offset-4{text-underline-offset:4px}input[type=text],input[type=email]{width:100%;padding:.75rem 1rem;border:1px solid var(--border);font-size:.875rem;font-family:inherit}input[type=text]:focus,input[type=email]:focus{outline:none;border-color:var(--foreground)}nav a,nav button{white-space:nowrap}.btn{padding:.75rem 1.5rem;background:var(--primary);color:var(--primary-foreground);border:none;font-weight:500;cursor:pointer;font-size:.875rem;transition:opacity .3s}.btn:hover{opacity:.8}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.order-1{order:1}.order-2{order:2}@media (min-width: 1024px){.lg\:order-1{order:1}.lg\:order-2{order:2}}@media (max-width: 767px){.py-12{padding-top:2rem;padding-bottom:2rem}.py-16{padding-top:2.5rem;padding-bottom:2.5rem}.py-20{padding-top:3rem;padding-bottom:3rem}.py-24{padding-top:3.5rem;padding-bottom:3.5rem}.gap-4{gap:.75rem}.gap-6{gap:1rem}.gap-8{gap:1.25rem}.mb-8{margin-bottom:1.5rem}.mb-12{margin-bottom:2rem}.text-2xl{font-size:1.25rem;line-height:1.75rem}.text-3xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:1.75rem;line-height:2.25rem}button,a{min-height:44px;min-width:44px}p a,span a,li a,.text-xs a,.text-sm a{min-height:auto;min-width:auto}}@media (max-width: 374px){.container{padding:0 .5rem}.text-xs{font-size:.6875rem}.text-sm{font-size:.75rem}.gap-4{gap:.5rem}}.collection-products-section{padding:1.5rem 0;background:var(--background)}.collection-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1.25rem;gap:.75rem;padding:0 .75rem}.collection-section-title{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;text-transform:uppercase;text-align:center;margin:0;color:var(--foreground)}.collection-view-all-btn{font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--foreground);padding:.5rem 1rem;text-decoration:none;color:var(--foreground);transition:all .2s ease;display:inline-block}.collection-view-all-btn:hover{background:var(--foreground);color:var(--background);opacity:1}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;padding:0 .75rem}.product-card{display:block;text-decoration:none;color:inherit;width:100%}.product-image-wrapper{position:relative;aspect-ratio:3/4;background:var(--secondary);overflow:hidden;margin-bottom:.5rem;width:100%}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--secondary)}.product-image-placeholder span{font-size:.75rem;color:var(--muted-foreground)}.sale-badge{position:absolute;top:.5rem;left:.5rem;background:#dc2626;color:#fff;font-size:.5rem;font-weight:600;padding:.2rem .4rem;text-transform:uppercase;letter-spacing:.02em;z-index:10;width:auto;display:inline-block;line-height:1.2;border-radius:2px}.product-info{display:flex;flex-direction:column;gap:.25rem}.product-title{font-size:.6875rem;font-weight:700;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.price-compare{font-size:.625rem;color:var(--muted-foreground);text-decoration:line-through}.price-current{font-size:.6875rem;font-weight:600}.price-sale{color:#dc2626}@media (min-width: 1024px){.collection-products-section{padding:3rem 0 4rem}.collection-header{margin-bottom:2.5rem;gap:1rem;padding:0 1rem}.collection-section-title{font-size:1.875rem}.collection-view-all-btn{font-size:.75rem;padding:.625rem 1.5rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:0 1rem}.product-image-wrapper{margin-bottom:.75rem}.sale-badge{top:.5rem;left:.5rem;font-size:.5rem;padding:.2rem .4rem}.product-info{gap:.25rem}.product-title{font-size:.8125rem}.price-compare{font-size:.75rem}.price-current{font-size:.8125rem}}@media (min-width: 768px) and (max-width: 1023px){.collection-products-section{padding:2.5rem 0}.collection-header{margin-bottom:2rem}.collection-section-title{font-size:1.5rem}.products-grid{gap:1rem}.product-title{font-size:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/142/assets/base.css.map */
