.AddToCart-module___t1Vba__button{letter-spacing:.12em;text-transform:uppercase;background:var(--gold);color:var(--foreground);cursor:pointer;border:none;width:fit-content;padding:1rem 2.5rem;font-size:.75rem;font-weight:600;transition:opacity .2s}.AddToCart-module___t1Vba__button:hover:not(:disabled){opacity:.75}.AddToCart-module___t1Vba__button:disabled{opacity:.35;cursor:not-allowed}.AddToCart-module___t1Vba__toast{background:var(--foreground);color:var(--surface);letter-spacing:.04em;z-index:100;border-radius:.375rem;padding:.75rem 1.25rem;font-size:.85rem;animation:.2s AddToCart-module___t1Vba__slideIn;position:fixed;bottom:2rem;right:2rem}@keyframes AddToCart-module___t1Vba__slideIn{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}
.ImageGallery-module__Ux6Xkq__gallery{flex-direction:column;display:flex}.ImageGallery-module__Ux6Xkq__thumb{cursor:zoom-in;background:0 0;border:none;width:100%;padding:0;display:block}.ImageGallery-module__Ux6Xkq__image{object-fit:contain;width:100%;height:auto;transition:opacity .15s;display:block}.ImageGallery-module__Ux6Xkq__thumb:hover .ImageGallery-module__Ux6Xkq__image{opacity:.85}.ImageGallery-module__Ux6Xkq__overlay{z-index:200;cursor:zoom-out;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.ImageGallery-module__Ux6Xkq__lightboxInner{cursor:default;max-width:90vw;max-height:90vh;position:relative}.ImageGallery-module__Ux6Xkq__lightboxImage{object-fit:contain;width:auto;max-width:90vw;height:auto;max-height:90vh;display:block}.ImageGallery-module__Ux6Xkq__close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:1.25rem;line-height:1;position:absolute;top:-2.5rem;right:0}.ImageGallery-module__Ux6Xkq__close:hover{opacity:1}
.WaveDivider-module__7Ko2eG__canvas{border-top:1px solid var(--border);border-bottom:1px solid var(--border);width:100%;height:65px;display:block}
.page-module__6Ql-9a__section{max-width:72rem;margin:0 auto;padding:3rem 1.5rem}.page-module__6Ql-9a__sectionHeader{justify-content:space-between;align-items:baseline;margin-bottom:2rem;display:flex}.page-module__6Ql-9a__heading{font-family:var(--font-cinzel);letter-spacing:.05em;color:var(--foreground);font-size:1.5rem;font-weight:600}.page-module__6Ql-9a__viewAll{font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25 / .875)));--tw-tracking:var(--tracking-widest,.1em);letter-spacing:var(--tracking-widest,.1em);text-transform:uppercase;color:var(--gold);opacity:.8;text-decoration:none;transition:opacity .15s}.page-module__6Ql-9a__viewAll:hover{opacity:1}.page-module__6Ql-9a__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.page-module__6Ql-9a__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module__6Ql-9a__grid{grid-template-columns:repeat(4,1fr)}}@property --tw-tracking{syntax:"*";inherits:false}
.Marquee-module__U3mmdG__wrapper{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);white-space:nowrap;padding:.6rem 0;overflow:hidden}.Marquee-module__U3mmdG__track{align-items:center;gap:0;animation:40s linear infinite Marquee-module__U3mmdG__scroll;display:inline-flex}.Marquee-module__U3mmdG__wrapper:hover .Marquee-module__U3mmdG__track{animation-play-state:paused}.Marquee-module__U3mmdG__era{font-family:var(--font-cinzel);letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-size:.7rem;font-weight:600}.Marquee-module__U3mmdG__set{letter-spacing:.06em;color:var(--foreground);opacity:.6;font-size:.72rem}.Marquee-module__U3mmdG__dot{color:var(--border);margin:0 .75rem}@keyframes Marquee-module__U3mmdG__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
.ProductCard-module__dg5y8G__card{color:inherit;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:block;overflow:hidden}.ProductCard-module__dg5y8G__card:hover{border-color:var(--green);box-shadow:0 4px 24px #0000000f}.ProductCard-module__dg5y8G__imageWrapper{aspect-ratio:3/4;background:var(--background);width:100%;position:relative;overflow:hidden}.ProductCard-module__dg5y8G__image{object-fit:contain;width:100%;height:100%;transition:transform .3s}.ProductCard-module__dg5y8G__card:hover .ProductCard-module__dg5y8G__image{transform:scale(1.03)}.ProductCard-module__dg5y8G__content{padding:.875rem 1rem 1rem}.ProductCard-module__dg5y8G__meta{letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:.4rem;font-size:.7rem}.ProductCard-module__dg5y8G__title{color:var(--foreground);font-size:.95rem;font-weight:500}.ProductCard-module__dg5y8G__soldOut{opacity:.5}.ProductCard-module__dg5y8G__badges{flex-direction:column;gap:.3rem;display:flex;position:absolute;top:.6rem;left:.6rem}.ProductCard-module__dg5y8G__badgeSoldOut,.ProductCard-module__dg5y8G__badgeLowStock,.ProductCard-module__dg5y8G__badgeNew{letter-spacing:.06em;text-transform:uppercase;border-radius:.25rem;padding:.2rem .5rem;font-size:.65rem;font-weight:600;display:inline-block}.ProductCard-module__dg5y8G__badgeSoldOut{color:#fff;background:#1c1814b3}.ProductCard-module__dg5y8G__badgeLowStock{color:var(--foreground);background:#c9a84ce6}.ProductCard-module__dg5y8G__badgeNew{color:#fff;background:#7a9e7ee6}
.ScrollRow-module__c296ua__outer{position:relative}.ScrollRow-module__c296ua__track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1rem;padding:.5rem 0 1rem;display:flex;overflow-x:auto}.ScrollRow-module__c296ua__track::-webkit-scrollbar{display:none}.ScrollRow-module__c296ua__item{scroll-snap-align:start;scroll-snap-align:start;flex-direction:column;flex:0 0 160px;display:flex}@media (min-width:640px){.ScrollRow-module__c296ua__item{flex:0 0 220px}}.ScrollRow-module__c296ua__arrow{z-index:2;background:var(--surface);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1rem;transition:border-color .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ScrollRow-module__c296ua__arrow:hover{border-color:var(--gold)}.ScrollRow-module__c296ua__arrowLeft{left:-1.25rem}.ScrollRow-module__c296ua__arrowRight{right:-1.25rem}
.shop-module__LGNMhG__main{max-width:72rem;margin:0 auto;padding:3rem 1.5rem}.shop-module__LGNMhG__heading{font-family:var(--font-cinzel);letter-spacing:.05em;color:var(--foreground);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.shop-module__LGNMhG__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.shop-module__LGNMhG__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.shop-module__LGNMhG__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.shop-module__LGNMhG__grid{grid-template-columns:repeat(5,1fr)}}.shop-module__LGNMhG__shopHeader{justify-content:space-between;align-items:baseline;margin-bottom:2rem;display:flex}.shop-module__LGNMhG__clear{letter-spacing:.06em;text-transform:uppercase;color:var(--gold);opacity:.8;font-size:.75rem;text-decoration:none}.shop-module__LGNMhG__clear:hover{opacity:1}.shop-module__LGNMhG__empty{opacity:.4;text-align:center;padding:4rem 0}
.page-module__dk7i5q__main{max-width:72rem;margin:0 auto;padding:3rem 1.5rem}.page-module__dk7i5q__header{text-align:center;max-width:480px;margin:0 auto 3rem}.page-module__dk7i5q__label{letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:.75rem;font-size:.7rem}.page-module__dk7i5q__heading{font-family:var(--font-cinzel);color:var(--foreground);margin-bottom:1rem;font-size:2rem;font-weight:600}.page-module__dk7i5q__sub{color:var(--foreground);opacity:.5;font-size:.9rem;line-height:1.6}.page-module__dk7i5q__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.page-module__dk7i5q__empty{text-align:center;opacity:.4;padding:4rem 0}@media (min-width:640px){.page-module__dk7i5q__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.page-module__dk7i5q__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.page-module__dk7i5q__grid{grid-template-columns:repeat(5,1fr)}}
.page-module__W7EzOG__main{max-width:72rem;margin:0 auto;padding:3rem 1.5rem}.page-module__W7EzOG__heading{font-family:var(--font-cinzel);letter-spacing:.05em;color:var(--foreground);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.page-module__W7EzOG__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.page-module__W7EzOG__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.page-module__W7EzOG__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.page-module__W7EzOG__grid{grid-template-columns:repeat(5,1fr)}}
.page-module__q2HG6W__hero{grid-template-columns:1fr;gap:1.5rem;max-width:72rem;margin:0 auto;padding:1.5rem 1rem;display:grid}@media (min-width:768px){.page-module__q2HG6W__hero{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;padding:3rem 1.5rem}}.page-module__q2HG6W__imageColumn{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.page-module__q2HG6W__gallery{flex-direction:column;display:flex}.page-module__q2HG6W__productImage{object-fit:contain;width:100%;height:auto;display:block}.page-module__q2HG6W__details{flex-direction:column;gap:1.5rem;padding-top:.5rem;display:flex}.page-module__q2HG6W__tags{flex-wrap:wrap;gap:.5rem;display:flex}.page-module__q2HG6W__tag{letter-spacing:.06em;text-transform:uppercase;color:var(--green);background:var(--surface);border:1px solid var(--border);border-radius:9999px;padding:.25rem .75rem;font-size:.7rem}.page-module__q2HG6W__name{font-family:var(--font-cinzel);color:var(--foreground);font-size:2rem;font-weight:600;line-height:1.2}.page-module__q2HG6W__price{color:var(--gold);letter-spacing:.02em;font-size:1.75rem;font-weight:500}.page-module__q2HG6W__stockCount{color:var(--green);letter-spacing:.04em;font-size:.8rem}.page-module__q2HG6W__description{color:var(--foreground);opacity:.8;margin:1rem 0;font-size:14px;line-height:1.7}
.page-module__cf7VTW__main{max-width:72rem;margin:0 auto;padding:3rem 1.5rem}.page-module__cf7VTW__heading{font-family:var(--font-cinzel);letter-spacing:.05em;color:var(--foreground);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.page-module__cf7VTW__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.page-module__cf7VTW__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.page-module__cf7VTW__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.page-module__cf7VTW__grid{grid-template-columns:repeat(5,1fr)}}
.page-module__jeKa1a__main{max-width:72rem;margin:0 auto;padding:3rem 1.5rem}.page-module__jeKa1a__heading{font-family:var(--font-cinzel);letter-spacing:.05em;color:var(--foreground);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.page-module__jeKa1a__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.page-module__jeKa1a__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.page-module__jeKa1a__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.page-module__jeKa1a__grid{grid-template-columns:repeat(5,1fr)}}
