body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:Poppins,sans-serif;margin:0}code{font-family:Poppins,monospace}.App-header{background:#3b1c57;justify-content:space-between;padding:18px 60px;position:-webkit-sticky;position:sticky;top:0;transition:box-shadow .25s ease,background .25s ease;z-index:1000}.App-header,.logo-section{align-items:center;display:flex}.logo-section{gap:10px}.App-logo{border-radius:5px;box-shadow:-5px 3px 0 0 #816e87;height:60px;object-fit:contain;width:auto}.logo-section h1{font-size:20px;font-weight:600;margin:0}.App-nav ul{display:flex;gap:35px;list-style:none;margin:0;padding:0}.App-nav a{color:#fff;font-size:17px;font-weight:500;padding-bottom:6px;position:relative;text-decoration:none;transition:color .3s ease}.App-nav a:hover{color:#f4d9ff}.App-nav a:after{background-color:#f4d9ff;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .35s ease;width:0}.App-nav a:hover:after{width:100%}.menu-toggle{background:#0000;border:0;cursor:pointer;display:none;padding:6px}.menu-toggle span{background:#fff;display:block;height:2px;margin:6px 0;transition:transform .3s ease,opacity .3s ease;width:26px}.menu-toggle.is-open span:first-child{transform:translateY(8px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.App-header{align-items:center;display:flex;height:70px;justify-content:space-between;padding:14px 18px}.menu-toggle{display:block}.logo-section{align-items:center;display:flex;justify-content:flex-start}.logo-section h1{display:none}.App-nav{background:#3b1c57;box-shadow:0 6px 14px #0000001f;left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .35s ease}.App-nav.open{max-height:320px}.App-nav ul{flex-direction:column;gap:6px;padding:20px 22px}.App-nav li{padding:12px 0}.App-nav a{color:#fff!important;display:block;font-size:18px;font-weight:500;padding-bottom:4px;position:relative;text-align:left}.App-nav a:after{background-color:#f4d9ff;bottom:-1px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.App-nav a:hover:after{width:100%}}.App-body{margin:60px auto;max-width:900px;padding:0 20px;text-align:center}.App-body h2{color:#2b2b2b;font-size:36px;font-weight:700;margin-bottom:18px}.App-body p{color:#4a4a4a;font-size:18px;line-height:1.6;margin-bottom:28px}.section-divider{background:#cd9adc;border-radius:6px;height:4px;margin:20px auto 40px;width:70px}.App-body{animation:fadeIn .7s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}footer{background:#3b1c57;border-top-left-radius:18px;border-top-right-radius:18px;color:#fff;margin-top:60px;padding-top:50px}.footer-container{display:flex;flex-wrap:wrap;gap:60px;justify-content:space-between;margin:auto;max-width:1100px;padding:0 30px;text-align:left}.footer-col h4{font-size:20px;font-weight:600;margin-bottom:12px}.footer-col a,.footer-col li,.footer-col p{color:#ddd;font-size:15px;line-height:1.6;text-decoration:none}.footer-col ul{list-style:none;padding:0}.footer-col li:not(:last-child){margin-bottom:6px}.footer-col a:hover{color:#f4d9ff}.footer-bottom{border-top:1px solid #ffffff26;color:#e7dbff;font-size:14px;margin-top:35px;padding:20px 0 25px;text-align:center}.footer-social{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:8px}.footer-social a{align-items:center;color:#fff;display:flex;font-size:20px;text-decoration:none;transition:.3s ease}.footer-social a:hover{color:#d6b3ff;filter:drop-shadow(0 0 6px #d6b3ff);transform:scale(1.2)}@media (max-width:768px){.footer-container{flex-direction:column;text-align:center}}.App-nav a.active{color:#f4d9ff}.App-nav a.active:after{width:100%}.section.products-page h2{font-size:32px;margin-bottom:12px}.filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:18px auto 28px;max-width:900px}.filters input[type=search],.filters select{background:#fff;border:1px solid #e5e2ea;border-radius:10px;font-size:14px;min-width:220px;outline:none;padding:10px 12px}.filters input[type=search]:focus,.filters select:focus{border-color:#cd9adc;box-shadow:0 0 0 3px #cd9adc40}.products-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:1100px;padding:0 20px 10px}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.products-grid{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:16px;box-shadow:0 10px 24px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{box-shadow:0 16px 28px #00000017;transform:translateY(-4px)}.product-media{aspect-ratio:3/4;background:#f6f2fa;display:grid;place-items:center;width:100%}.product-media img{height:100%;object-fit:cover;width:100%}.product-info{padding:14px 14px 18px;text-align:left}.product-info h3{font-size:18px;margin:4px 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.price{color:#3b1c57;font-weight:700}.badge{background:#efe7f7;border-radius:999px;color:#3b1c57;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.tag{background:#f5eef9;border-radius:8px;color:#6b4d8f;font-size:12px;padding:4px 8px}.btn-primary{font-weight:600;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;width:100%}.btn-primary:hover{box-shadow:0 8px 16px #cd9adc59;transform:translateY(-2px)}.empty-state{color:#666;grid-column:1/-1;padding:40px 0;text-align:center}.cart-button{background:#0000;border:0;color:#fff;cursor:pointer;font-size:22px;margin-left:12px;padding:6px;position:relative}.cart-badge{background:#ff4d6d;border-radius:999px;color:#fff;font-size:12px;line-height:1;min-width:18px;padding:3px 6px;position:absolute;right:-6px;text-align:center;top:-4px}.drawer-backdrop{background:#00000059;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .25s ease;z-index:999}.drawer-backdrop.show{opacity:1;pointer-events:auto}.drawer{background:#fff;bottom:0;box-shadow:-10px 0 30px #00000026;display:flex;flex-direction:column;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:min(400px,92vw);z-index:1000}.drawer.open{transform:translateX(0)}.drawer-head{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:16px 18px}.drawer-head h3{font-size:18px;margin:0}.icon-btn{background:#0000;border:0;cursor:pointer;font-size:20px}.drawer-body{flex:1 1;overflow:auto;padding:10px 12px 0}.empty{color:#666;padding:40px 0;text-align:center}.cart-row{grid-gap:12px;align-items:center;border-bottom:1px solid #f1ecf6;display:grid;gap:12px;grid-template-columns:72px 1fr auto;padding:10px 6px}.cart-row img{background:#f6f2fa;border-radius:10px;height:72px;object-fit:cover;width:72px}.cart-info{display:flex;flex-direction:column;gap:6px}.cart-name{font-size:14px;font-weight:600}.cart-meta{color:#666;font-size:12px}.cart-price{color:#3b1c57;font-weight:700}.qty-row{align-items:center;display:inline-flex;gap:10px}.qty-btn{background:#fff;border:1px solid #e6e1ee;border-radius:8px;cursor:pointer;display:grid;height:28px;place-items:center;width:28px}.qty{min-width:20px;text-align:center}.trash-btn{background:#0000;border:0;color:#a3a3a3;cursor:pointer;font-size:16px}.trash-btn:hover{color:#ff4d6d}.drawer-foot{border-top:1px solid #eee;padding:12px 16px 16px}.sum{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.actions{display:flex;gap:10px}.btn-secondary{background:#fff;border:1px solid #e6e1ee;border-radius:10px;font-weight:600}.btn-primary,.btn-secondary{cursor:pointer;flex:1 1;padding:10px 12px}.btn-primary{background:#cd9adc;border:0;border-radius:10px;color:#fff;font-weight:700;transition:background .2s ease,transform .15s ease,box-shadow .15s ease}.btn-primary:hover{background:#b37fc5;box-shadow:0 6px 14px #cd9adc59;transform:translateY(-1px)}@media (max-width:768px){.cart-button{margin-left:6px}}
/*# sourceMappingURL=main.a2a5fb7b.css.map*/