*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.top-bar{position:fixed;top:0;left:0;right:0;z-index:40;background-color:#4f0d6d;color:#fff;text-align:center;padding:.5rem;font-size:.875rem}.header{position:fixed;top:32px;left:0;right:0;z-index:40;background-color:#fff;border-bottom:1px solid #f3f4f6}.header-inner{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px}@media(min-width:768px){.header-inner{height:80px}}.header-logo{position:absolute;left:50%;transform:translate(-50%)}.header-logo img{height:32px;width:auto}@media(min-width:768px){.header-logo img{height:40px}}.header-btn{padding:.5rem;border:none;background:transparent;cursor:pointer;border-radius:.5rem;transition:background-color .2s}.header-btn:hover{background-color:#f3f4f6}.cart-count{position:absolute;top:-4px;right:-4px;background-color:#4f0d6d;color:#fff;font-size:.75rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-spacer{height:96px}@media(min-width:768px){.header-spacer{height:112px}}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:50;opacity:0;pointer-events:none;transition:opacity .3s}.menu-overlay.active{opacity:1;pointer-events:auto}.menu-drawer{position:fixed;top:0;left:0;height:100%;width:320px;max-width:85vw;background-color:#fff;z-index:50;transform:translate(-100%);transition:transform .3s ease-out}.menu-drawer.active{transform:translate(0)}.menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.menu-header img{height:32px;width:auto}.menu-nav{padding:1.5rem}.menu-nav ul{list-style:none}.menu-nav a{display:block;padding:.75rem 1rem;font-size:1.125rem;font-weight:500;border-radius:.5rem;transition:background-color .2s}.menu-nav a:hover{background-color:#f9fafb}.menu-footer{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;text-align:center;font-size:.875rem;color:#6b7280}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero{position:relative;height:70vh;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#f9fafb;overflow:hidden}.hero-content{position:relative;z-index:10;padding:2rem}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#4f0d6d}@media(min-width:768px){.hero-title{font-size:3.5rem}}.hero-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.btn{display:inline-block;padding:1rem 2rem;font-weight:600;border-radius:.75rem;transition:all .2s;cursor:pointer;border:none}.btn-primary{background-color:#4f0d6d;color:#fff}.btn-primary:hover{background-color:#3d0a54}.btn-secondary{background-color:#fff;color:#4f0d6d;border:2px solid #4F0D6D}.btn-secondary:hover{background-color:#4f0d6d;color:#fff}.products-section{padding:4rem 0}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.product-card{background:#fff;border-radius:1rem;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 40px #0000001a}.product-image{position:relative;padding-top:125%;background-color:#f3f4f6}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-info{padding:1rem}.product-title{font-weight:600;font-size:.875rem;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-weight:700;color:#4f0d6d}.collections-section{padding:4rem 0;background-color:#f9fafb}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.collection-card{position:relative;padding-top:100%;border-radius:1rem;overflow:hidden}.collection-card img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s}.collection-card:hover img{transform:scale(1.05)}.collection-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);display:flex;align-items:flex-end;padding:1.5rem}.collection-name{color:#fff;font-weight:700;font-size:1.25rem}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-section h3{font-weight:600;margin-bottom:1rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.footer-section ul{list-style:none}.footer-section a{display:block;padding:.25rem 0;color:#9ca3af;font-size:.875rem;transition:color .2s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center;font-size:.875rem;color:#9ca3af}.product-page{padding:2rem 0}.product-page-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-page-grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-gallery{position:relative}.product-main-image{border-radius:1rem;overflow:hidden;background-color:#f3f4f6}.product-main-image img{width:100%;height:auto}.product-details h1{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.product-price-large{font-size:1.5rem;font-weight:700;color:#4f0d6d;margin-bottom:1.5rem}.product-description{color:#4b5563;margin-bottom:2rem;line-height:1.7}.add-to-cart-btn{width:100%;padding:1rem;font-size:1rem}.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
