.ContactForm-module__j1WgZG__form{flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto;display:flex}.ContactForm-module__j1WgZG__formGroup{flex-direction:column;gap:.5rem;display:flex}.ContactForm-module__j1WgZG__formGroup label{color:var(--primary);font-size:1rem;font-weight:600}.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__textarea{border:2px solid var(--lavender-light);background:#fff;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.ContactForm-module__j1WgZG__input:focus,.ContactForm-module__j1WgZG__textarea:focus{border-color:var(--primary);outline:none}.ContactForm-module__j1WgZG__input:disabled,.ContactForm-module__j1WgZG__textarea:disabled{background:var(--lavender-light);cursor:not-allowed}.ContactForm-module__j1WgZG__textarea{resize:vertical;min-height:120px}.ContactForm-module__j1WgZG__submitButton{background:var(--primary);color:var(--text-light);cursor:pointer;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #42354a4d}.ContactForm-module__j1WgZG__submitButton:hover:not(:disabled){background:var(--primary-light);transform:translateY(-2px);box-shadow:0 6px 20px #42354a66}.ContactForm-module__j1WgZG__submitButton:disabled{background:var(--lavender);cursor:not-allowed;transform:none}.ContactForm-module__j1WgZG__successMessage{color:#155724;text-align:center;background:#d4edda;border-radius:8px;padding:1rem;font-weight:500}.ContactForm-module__j1WgZG__errorMessage{color:#721c24;text-align:center;background:#f8d7da;border-radius:8px;padding:1rem;font-weight:500}.ContactForm-module__j1WgZG__honeypot{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}@media (max-width:768px){.ContactForm-module__j1WgZG__form{gap:1.25rem}.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__textarea{padding:.75rem}.ContactForm-module__j1WgZG__submitButton{padding:.875rem 1.5rem;font-size:1rem}}
.SiteHeader-module__mdpVJq__header{background:var(--lavender-light);color:var(--primary);z-index:100;padding:1.5rem 2rem;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.SiteHeader-module__mdpVJq__headerContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.SiteHeader-module__mdpVJq__logoWrapper{align-items:center;gap:.75rem;display:flex}.SiteHeader-module__mdpVJq__logoImage{object-fit:contain;border-radius:8px}.SiteHeader-module__mdpVJq__logo{letter-spacing:.5px;cursor:pointer;margin:0;font-size:1.5rem;font-weight:600}.SiteHeader-module__mdpVJq__nav{gap:2rem;display:flex}.SiteHeader-module__mdpVJq__nav a{color:inherit;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .3s}.SiteHeader-module__mdpVJq__nav a:hover{opacity:.8}@media (max-width:768px){.SiteHeader-module__mdpVJq__headerContent{text-align:center;flex-direction:column}.SiteHeader-module__mdpVJq__logoImage{width:120px;height:120px}.SiteHeader-module__mdpVJq__nav{gap:1.5rem}.SiteHeader-module__mdpVJq__nav a{font-size:.9rem}}@media (max-width:480px){.SiteHeader-module__mdpVJq__header{padding:1rem 1.5rem}.SiteHeader-module__mdpVJq__logo{font-size:1.1rem}.SiteHeader-module__mdpVJq__nav{gap:1rem}.SiteHeader-module__mdpVJq__nav a{font-size:.85rem}}
.SiteFooter-module__wWXZva__footer{background:var(--primary-dark);color:var(--text-light);text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-top:auto;padding:2rem;display:flex}.SiteFooter-module__wWXZva__footer p{margin:0}.SiteFooter-module__wWXZva__footerInstagram{color:var(--lavender-light);align-items:center;gap:.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.SiteFooter-module__wWXZva__footerInstagram:hover{color:var(--text-light)}.SiteFooter-module__wWXZva__instagramIcon{width:24px;height:24px}
.product-module__1aGOjW__container{flex-direction:column;min-height:100vh;display:flex}.product-module__1aGOjW__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:3rem 2rem}.product-module__1aGOjW__productContainer{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}.product-module__1aGOjW__imageSection{flex-direction:column;gap:1rem;display:flex}.product-module__1aGOjW__mainImage{aspect-ratio:1;background:#fff;border-radius:15px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden;box-shadow:0 4px 15px #42354a1a}.product-module__1aGOjW__mainImage img{width:100%;height:100%}.product-module__1aGOjW__thumbnails{gap:1rem;display:flex;overflow-x:auto}.product-module__1aGOjW__thumbnail{cursor:pointer;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:100px;height:100px;transition:border-color .3s;overflow:hidden}.product-module__1aGOjW__thumbnail:hover{border-color:var(--primary)}.product-module__1aGOjW__thumbnail img{width:100%;height:100%}.product-module__1aGOjW__detailsSection{flex-direction:column;gap:1.5rem;display:flex}.product-module__1aGOjW__productTitle{color:var(--primary);font-size:2.5rem;font-weight:700;line-height:1.2}.product-module__1aGOjW__productPrice{color:var(--primary-dark);font-size:2rem;font-weight:700}.product-module__1aGOjW__productDescription{margin-top:1rem}.product-module__1aGOjW__productDescription h2{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.product-module__1aGOjW__productDescription p{color:var(--text-dark);white-space:pre-wrap;font-size:1.1rem;line-height:1.8}.product-module__1aGOjW__purchaseSection{background:var(--lavender-light);text-align:center;border-radius:15px;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem;padding:2rem;display:flex}.product-module__1aGOjW__buyButton{background:var(--primary);color:var(--text-light);border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:400px;padding:1.25rem 3rem;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #42354a4d}.product-module__1aGOjW__buyButton:hover{background:var(--primary-light);color:var(--text-light);transform:translateY(-2px);box-shadow:0 6px 20px #42354a66}.product-module__1aGOjW__secureCheckout{color:var(--primary-dark);opacity:.8;font-size:.9rem}.product-module__1aGOjW__tags{border-top:1px solid var(--lavender-light);padding-top:1.5rem}.product-module__1aGOjW__tagList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.product-module__1aGOjW__tag{background:var(--lavender-light);color:var(--primary-dark);border-radius:50px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.product-module__1aGOjW__backLink{text-align:center;margin-top:2rem}.product-module__1aGOjW__backLink a{color:var(--primary);font-size:1.1rem;font-weight:500;transition:color .3s}.product-module__1aGOjW__backLink a:hover{color:var(--lavender)}.product-module__1aGOjW__notFound{text-align:center;padding:4rem 2rem}.product-module__1aGOjW__notFound h1{color:var(--primary);margin-bottom:1.5rem;font-size:2.5rem}.product-module__1aGOjW__notFound a{color:var(--primary);font-size:1.1rem}@media (max-width:968px){.product-module__1aGOjW__productContainer{grid-template-columns:1fr;gap:2rem}.product-module__1aGOjW__productTitle{font-size:2rem}.product-module__1aGOjW__productPrice{font-size:1.75rem}}@media (max-width:768px){.product-module__1aGOjW__main{padding:2rem 1.5rem}.product-module__1aGOjW__productTitle{font-size:1.75rem}.product-module__1aGOjW__productPrice{font-size:1.5rem}.product-module__1aGOjW__buyButton{padding:1rem 2rem;font-size:1.1rem}}@media (max-width:480px){.product-module__1aGOjW__productTitle{font-size:1.5rem}.product-module__1aGOjW__productPrice{font-size:1.25rem}.product-module__1aGOjW__thumbnails{display:none}}
.category-module__AYlERq__container{flex-direction:column;min-height:100vh;display:flex}.category-module__AYlERq__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:3rem 2rem}.category-module__AYlERq__categoryHeader{text-align:center;margin-bottom:3rem}.category-module__AYlERq__categoryTitle{color:var(--primary);margin-bottom:1rem;font-size:3rem}.category-module__AYlERq__categoryDescription{color:var(--text-dark);max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.6}.category-module__AYlERq__productsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.category-module__AYlERq__productCard{background:#fff;border-radius:15px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #42354a1a}.category-module__AYlERq__productCard:hover{transform:translateY(-5px);box-shadow:0 8px 25px #42354a33}.category-module__AYlERq__productImage{background:var(--lavender-light);width:100%;height:300px;position:relative;overflow:hidden}.category-module__AYlERq__productImage img{object-fit:cover;width:100%;height:100%}.category-module__AYlERq__productInfo{flex-direction:column;flex:1;gap:.75rem;padding:1.5rem;display:flex}.category-module__AYlERq__productTitle{color:var(--primary);font-size:1.25rem;font-weight:600}.category-module__AYlERq__productPrice{color:var(--primary-dark);font-size:1.5rem;font-weight:700}.category-module__AYlERq__productDescription{color:var(--text-dark);font-size:.95rem;line-height:1.5}.category-module__AYlERq__viewButton{background:var(--primary);color:var(--text-light);cursor:pointer;text-align:center;border:none;border-radius:50px;margin-top:auto;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.category-module__AYlERq__viewButton:hover{background:var(--primary-light);color:var(--text-light);transform:translateY(-2px)}.category-module__AYlERq__errorMessage,.category-module__AYlERq__emptyState{text-align:center;background:var(--lavender-light);border-radius:15px;max-width:600px;margin:2rem auto;padding:3rem 2rem}.category-module__AYlERq__errorMessage p,.category-module__AYlERq__emptyState p{color:var(--primary-dark);margin-bottom:1rem;font-size:1.1rem}.category-module__AYlERq__setupInstructions{background:#fff;border-radius:8px;margin-top:1rem;padding:1rem;font-family:monospace;color:var(--text-dark)!important;font-size:.95rem!important}.category-module__AYlERq__backLink{text-align:center;margin-top:2rem}.category-module__AYlERq__backLink a{color:var(--primary);font-size:1.1rem;font-weight:500;transition:color .3s}.category-module__AYlERq__backLink a:hover{color:var(--lavender)}@media (max-width:768px){.category-module__AYlERq__main{padding:2rem 1.5rem}.category-module__AYlERq__categoryTitle{font-size:2.25rem}.category-module__AYlERq__categoryDescription{font-size:1rem}.category-module__AYlERq__productsGrid{grid-template-columns:1fr;gap:1.5rem}.category-module__AYlERq__productImage{height:250px}}@media (max-width:480px){.category-module__AYlERq__categoryTitle{font-size:1.75rem}.category-module__AYlERq__categoryDescription{font-size:.95rem}.category-module__AYlERq__productImage{height:200px}.category-module__AYlERq__productTitle{font-size:1.1rem}.category-module__AYlERq__productPrice{font-size:1.25rem}}
.page-module___8aEwW__container{min-height:100vh}.page-module___8aEwW__hero{color:var(--text-light);text-align:center;background-image:url(/background.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:500px;padding:8rem 2rem;display:flex;position:relative}.page-module___8aEwW__hero:before{content:"";z-index:1;background:linear-gradient(135deg,#42354ad9 0%,#605368bf 100%);position:absolute;inset:0}.page-module___8aEwW__heroContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.page-module___8aEwW__heroTitle{text-shadow:2px 4px 8px #0006;letter-spacing:1px;margin-bottom:1rem;font-size:4rem;font-weight:700}.page-module___8aEwW__heroSubtitle{text-shadow:1px 2px 6px #0006;letter-spacing:.5px;margin-bottom:2.5rem;font-size:1.75rem;font-weight:400}.page-module___8aEwW__ctaButton{background:var(--lavender-light);color:var(--primary-dark);text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:1.25rem 3rem;font-size:1.2rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 6px 20px #0000004d}.page-module___8aEwW__ctaButton:hover{color:var(--primary);background:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #0006}.page-module___8aEwW__categories,.page-module___8aEwW__about,.page-module___8aEwW__contact{padding:5rem 2rem}.page-module___8aEwW__sectionContent{max-width:1200px;margin:0 auto}.page-module___8aEwW__sectionTitle{text-align:center;color:var(--primary);margin-bottom:3rem;font-size:2.5rem}.page-module___8aEwW__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.page-module___8aEwW__categoryCard{text-align:center;background:#fff;border-radius:15px;padding:2rem;transition:all .3s;box-shadow:0 4px 15px #42354a1a}.page-module___8aEwW__categoryCard:hover{transform:translateY(-5px);box-shadow:0 8px 25px #42354a33}.page-module___8aEwW__categoryIcon{margin-bottom:1rem;font-size:3rem}.page-module___8aEwW__categoryImage{object-fit:cover;border-radius:10px;width:100%;max-width:200px;height:auto;margin-bottom:1rem}.page-module___8aEwW__categoryCard h3{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem}.page-module___8aEwW__categoryCard p{color:var(--text-dark);line-height:1.6}.page-module___8aEwW__about{background:var(--lavender-light)}.page-module___8aEwW__aboutContent{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:900px;margin:0 auto;display:flex}.page-module___8aEwW__aboutImageWrapper{flex-shrink:0}.page-module___8aEwW__aboutImage{object-fit:cover;border:5px solid #fff;border-radius:50%;box-shadow:0 8px 30px #42354a4d}.page-module___8aEwW__aboutText{text-align:center;min-width:300px;color:var(--primary-dark);flex:1;font-size:1.2rem;line-height:1.8}.page-module___8aEwW__contact{background:#fff}.page-module___8aEwW__contactText{text-align:center;color:var(--text-dark);margin-bottom:2rem;font-size:1.2rem}.page-module___8aEwW__contactInfo{text-align:center;color:var(--primary);font-size:1.1rem}@media (max-width:768px){.page-module___8aEwW__hero{min-height:400px;padding:5rem 1.5rem}.page-module___8aEwW__heroTitle{text-shadow:2px 3px 6px #00000080;font-size:2.75rem}.page-module___8aEwW__heroSubtitle{margin-bottom:2rem;font-size:1.3rem}.page-module___8aEwW__ctaButton{padding:1rem 2rem;font-size:1rem}.page-module___8aEwW__sectionTitle{font-size:2rem}.page-module___8aEwW__categoriesGrid{grid-template-columns:1fr;gap:1.5rem}.page-module___8aEwW__categories,.page-module___8aEwW__about,.page-module___8aEwW__contact{padding:3rem 1.5rem}.page-module___8aEwW__aboutContent{flex-direction:column;gap:2rem}.page-module___8aEwW__aboutImage{width:200px;height:200px}.page-module___8aEwW__aboutText,.page-module___8aEwW__contactText{font-size:1.1rem}}@media (max-width:480px){.page-module___8aEwW__hero{min-height:350px;padding:4rem 1.5rem}.page-module___8aEwW__heroTitle{text-shadow:2px 3px 6px #00000080;font-size:2.25rem}.page-module___8aEwW__heroSubtitle{margin-bottom:1.5rem;font-size:1.1rem}.page-module___8aEwW__ctaButton{padding:.875rem 1.75rem;font-size:.95rem}.page-module___8aEwW__sectionTitle{font-size:1.75rem}.page-module___8aEwW__categoryIcon{font-size:2.5rem}.page-module___8aEwW__categoryCard h3{font-size:1.25rem}.page-module___8aEwW__aboutImage{width:180px;height:180px}}
