.page-module__2Z56EG__pageContainer{min-height:100vh;font-family:var(--font-montserrat,sans-serif);background-color:#f7f5fa;flex-direction:column;display:flex}.page-module__2Z56EG__heroSection{background-color:#2e1757;background-image:url(/bg-banner.png);background-position:50%;background-size:cover;padding:140px 5% 20px;position:relative;overflow:hidden}.page-module__2Z56EG__heroContent{justify-content:center;align-items:center;gap:80px;max-width:1000px;margin:0 auto;display:flex}.page-module__2Z56EG__heroText{color:#fff;flex-direction:column;flex:1;display:flex}.page-module__2Z56EG__heroIcons{gap:10px;margin-bottom:10px;display:flex}.page-module__2Z56EG__heroTitle{text-transform:uppercase;margin:0;font-size:3.5rem;font-weight:800;line-height:1}.page-module__2Z56EG__heroSubtitle{margin:10px 0 0;font-size:2rem;font-weight:300;line-height:1.2}.page-module__2Z56EG__heroImageContainer{flex:1;justify-content:center;height:350px;display:flex;position:relative}.page-module__2Z56EG__heroAvatar{width:auto;height:120%;position:absolute;bottom:-20px}.page-module__2Z56EG__contactSection{background-color:#f7f5fa;justify-content:center;align-items:center;padding:80px 5%;display:flex}.page-module__2Z56EG__contactCard{background:#fff;border-radius:30px;align-items:center;gap:50px;width:100%;max-width:900px;padding:50px;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000000d}.page-module__2Z56EG__cardLeft{flex-direction:column;flex:1;display:flex;position:relative}.page-module__2Z56EG__cardLogo{filter:invert();width:140px;margin-bottom:30px}.page-module__2Z56EG__cardAvatarWrapper{justify-content:center;display:flex;position:relative}.page-module__2Z56EG__cardAvatar{width:450px;height:auto;margin-top:-20px}.page-module__2Z56EG__cardRight{flex-direction:column;flex:1;gap:30px;display:flex}.page-module__2Z56EG__contactItem{color:#1a0b2e;align-items:center;gap:20px;font-size:1.2rem;font-weight:500;text-decoration:none;transition:transform .2s,color .2s;display:flex}.page-module__2Z56EG__contactItem:hover{color:#9333ea;transform:translate(10px)}.page-module__2Z56EG__iconCircle{color:#1a0b2e;border:2px solid #1a0b2e;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex}.page-module__2Z56EG__contactItem:hover .page-module__2Z56EG__iconCircle{color:#fff;background-color:#1a0b2e}@media (max-width:900px){.page-module__2Z56EG__contactCard{flex-direction:column;padding:30px}}@media (max-width:768px){.page-module__2Z56EG__heroContent{text-align:center;flex-direction:column;gap:40px}.page-module__2Z56EG__heroIcons{justify-content:center}.page-module__2Z56EG__heroAvatar{height:300px;position:relative;bottom:0}.page-module__2Z56EG__cardAvatar{width:100%;max-width:350px}.page-module__2Z56EG__cardAvatarWrapper{flex-direction:column;align-items:center}}
.Header-module__hBw1pG__header{z-index:1000;background-color:#0000;justify-content:space-between;align-items:center;width:100%;padding:15px 5%;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__headerScrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1a0230f2;padding:10px 5%;box-shadow:0 4px 20px #0000004d}.Header-module__hBw1pG__logo{cursor:pointer;width:auto;height:60px}.Header-module__hBw1pG__navContainer{flex:1;justify-content:flex-end;align-items:center;display:flex}.Header-module__hBw1pG__nav{gap:40px;margin:0 auto;display:flex}.Header-module__hBw1pG__navLink{color:#fff;text-transform:uppercase;letter-spacing:2px;font-size:14px;font-weight:400;text-decoration:none;transition:color .3s}.Header-module__hBw1pG__navLink:hover{color:#d1b3ff}.Header-module__hBw1pG__searchBar{background:#fff;border-radius:30px;align-items:center;width:280px;padding:10px 20px;transition:box-shadow .3s;display:flex}.Header-module__hBw1pG__searchBar:focus-within{box-shadow:0 0 10px #ffffff4d}.Header-module__hBw1pG__searchInput{color:#333;border:none;outline:none;width:100%;margin-left:12px;font-size:14px}.Header-module__hBw1pG__searchInput::placeholder{color:#999}.Header-module__hBw1pG__mobileMenuBtn{cursor:pointer;z-index:1001;background:0 0;border:none;display:none}@media (max-width:1024px){.Header-module__hBw1pG__navContainer,.Header-module__hBw1pG__nav{gap:20px}}@media (max-width:768px){.Header-module__hBw1pG__mobileMenuBtn{display:block}.Header-module__hBw1pG__navContainer{background-color:var(--bg-darker);z-index:1000;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:280px;height:100vh;padding:100px 30px 40px;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #00000080}.Header-module__hBw1pG__navContainer.Header-module__hBw1pG__navOpen{right:0}.Header-module__hBw1pG__nav{flex-direction:column;gap:30px;width:100%}.Header-module__hBw1pG__navLink{font-size:18px;color:#fff!important}.Header-module__hBw1pG__searchBar{flex:1;order:2;width:auto;margin:0;padding:8px 15px}.Header-module__hBw1pG__header>a{order:1}.Header-module__hBw1pG__mobileMenuBtn{order:3;display:block}}.Header-module__hBw1pG__darkText .Header-module__hBw1pG__navLink{color:#2e1757;font-weight:600}.Header-module__hBw1pG__darkText .Header-module__hBw1pG__navLink:hover{color:#1a0b2e}.Header-module__hBw1pG__darkText .Header-module__hBw1pG__logo{filter:invert(15%)sepia(85%)saturate(3200%)hue-rotate(250deg)brightness(40%)contrast(110%)}.Header-module__hBw1pG__darkText .Header-module__hBw1pG__searchBar{border:1px solid #ddd;box-shadow:0 2px 10px #0000000d}.Header-module__hBw1pG__darkText .Header-module__hBw1pG__searchBar:focus-within{box-shadow:0 0 10px #2e175733}.Header-module__hBw1pG__headerScrolled.Header-module__hBw1pG__darkText .Header-module__hBw1pG__navLink{color:#fff;font-weight:400}.Header-module__hBw1pG__headerScrolled.Header-module__hBw1pG__darkText .Header-module__hBw1pG__navLink:hover{color:#d1b3ff}.Header-module__hBw1pG__headerScrolled.Header-module__hBw1pG__darkText .Header-module__hBw1pG__logo{filter:none}.Header-module__hBw1pG__headerScrolled.Header-module__hBw1pG__darkText .Header-module__hBw1pG__searchBar{border:none}
.Footer-module__S6Hkya__footer{color:#fff;background-color:#0d0517;flex-wrap:wrap;justify-content:space-between;gap:30px;padding:60px 10%;display:flex}.Footer-module__S6Hkya__footerLogo{width:120px;margin-bottom:20px}.Footer-module__S6Hkya__footerColumn{flex:1;min-width:200px}.Footer-module__S6Hkya__footerColumn p{color:#ccc;font-size:.95rem;line-height:1.5}.Footer-module__S6Hkya__footerColumn h4{color:#a855f7;margin-bottom:20px;font-size:16px;font-weight:700}.Footer-module__S6Hkya__footerColumn ul{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__footerColumn li{margin-bottom:12px;font-size:14px}.Footer-module__S6Hkya__footerColumn li a{color:#fff;align-items:center;gap:10px;text-decoration:none;transition:color .3s;display:flex}.Footer-module__S6Hkya__footerColumn li a:hover{color:#a855f7}.Footer-module__S6Hkya__copyrightBar{color:#666;text-align:center;letter-spacing:1px;background-color:#0b0112;padding:15px;font-size:.8rem;font-weight:500}@media (max-width:768px){.Footer-module__S6Hkya__footer{text-align:center;flex-direction:column;padding:60px 5%}.Footer-module__S6Hkya__footerColumn{flex-direction:column;align-items:center;display:flex}.Footer-module__S6Hkya__footerLogo{margin:0 auto 20px}}
.ProductCard-module__t53O_a__productCard{background:#fff;border-radius:15px;flex-direction:column;height:100%;padding:20px;transition:transform .3s;display:flex;box-shadow:0 5px 15px #0000000d}.ProductCard-module__t53O_a__productCard:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.ProductCard-module__t53O_a__productImage{aspect-ratio:16/9;object-fit:cover;background-color:#eee;border-radius:10px;width:100%;height:auto;margin-bottom:20px}.ProductCard-module__t53O_a__productTitle{color:var(--bg-card);text-align:left;margin-bottom:15px;font-size:18px;font-weight:700}.ProductCard-module__t53O_a__priceContainer{text-align:left;margin-bottom:20px}.ProductCard-module__t53O_a__oldPrice{color:#888;margin-right:10px;font-size:14px;text-decoration:line-through}.ProductCard-module__t53O_a__newPrice{color:var(--bg-card);font-size:26px;font-weight:800}.ProductCard-module__t53O_a__btnDark{background-color:var(--bg-card);color:#fff;cursor:pointer;border:none;border-radius:30px;width:100%;margin-top:auto;margin-bottom:10px;padding:14px;font-weight:700;transition:background-color .3s,transform .3s}.ProductCard-module__t53O_a__btnDark:hover{background-color:#4b0272;transform:translateY(-2px)}.ProductCard-module__t53O_a__btnOutline{color:var(--bg-card);border:2px solid var(--bg-card);cursor:pointer;background-color:#fff;border-radius:30px;width:100%;padding:12px;font-weight:700;transition:all .3s}.ProductCard-module__t53O_a__priceValue{color:#a855f7;font-size:1.1rem;font-weight:700}.ProductCard-module__t53O_a__btnAddCart{color:#4a4a4a;cursor:pointer;background-color:#0000;border:1.5px solid #1a0b2e;border-radius:30px;width:100%;margin-top:10px;padding:12px;font-size:.95rem;font-weight:700;transition:all .3s}.ProductCard-module__t53O_a__btnAddCart:hover{color:#fff;background-color:#1a0b2e;transform:translateY(-2px)}.ProductCard-module__t53O_a__btnAdding{background-color:#92b516;animation:.4s ProductCard-module__t53O_a__pulseCard}@keyframes ProductCard-module__t53O_a__pulseCard{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}.ProductCard-module__t53O_a__btnOutline:hover{background-color:var(--bg-card);color:#fff}
.page-module__ojCRxa__pageContainer{background-color:#fff;flex-direction:column;min-height:100vh;padding-top:100px;display:flex}.page-module__ojCRxa__content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:40px 20px}.page-module__ojCRxa__title{color:#2e1757;text-align:center;margin-bottom:40px;font-size:2rem}.page-module__ojCRxa__loading,.page-module__ojCRxa__empty{text-align:center;color:#666;padding:40px;font-size:1.2rem}.page-module__ojCRxa__productsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;display:grid}@media (max-width:768px){.page-module__ojCRxa__title{font-size:1.5rem}}
