*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-decoration:none;color:inherit}html{scroll-behavior:smooth}body{background-color:#1b0533;-webkit-backdrop-filter:blur(108px);backdrop-filter:blur(108px)}.page-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1}.home-content{display:flex;flex-direction:column;gap:40px}.main-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;justify-content:space-between;padding:1.25rem 5%;background:rgba(16,1,47,.85);backdrop-filter:blur(25px) saturate(180%);-webkit-backdrop-filter:blur(25px) saturate(180%);border-bottom:1px solid rgba(138,43,226,.3);box-shadow:0 8px 32px rgba(0,0,0,.4)}.header-logo,.main-header{display:flex;align-items:center}.header-logo{font-size:1.9rem;margin-right:80px;margin-left:-40px;font-weight:700;cursor:pointer;transition:color .3s;background:linear-gradient(45deg,#5500f3,#c800ff,#6200ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap;gap:12px}.site-logo{filter:drop-shadow(0 0 8px rgba(0,216,255,.4));flex-shrink:0}.search-container{flex:1 1;display:flex;justify-content:center;position:relative;margin-left:50px}.search-form{width:60%;max-width:400px;margin-top:10px;margin-right:140px;position:relative}.search-form input{width:480px;padding:10px 15px;border-radius:25px;border:1px solid rgba(168,85,247,.3);background:hsla(0,0%,100%,.08);color:#fff;outline:none;transition:all .3s}.search-toggle{background:none;border:none;color:#00d8ff;font-size:2rem;cursor:pointer;position:absolute;top:43px;right:100px;transform:translateX(-5%)}.search-toggle.mobile-only{display:none}@media (max-width:768px){.search-form{display:none}.search-form.expanded{display:block;width:300px;max-width:none;position:static;margin:15px 0 1px;z-index:1200;overflow:hidden;max-height:240px;opacity:1}.search-form,.search-form.expanded{transition:max-height .28s ease,opacity .2s ease}.search-toggle{color:#fff}.search-toggle.mobile-only{display:inline-flex;margin-top:-30px;margin-left:200px}.search-container{flex:1 1;display:flex;justify-content:flex-start;margin-left:0}}.search-form input:focus{border-color:#9500ff}.search-form input::placeholder{color:#a8a8a8;opacity:1}.search-dropdown{position:absolute;top:100%;left:25px;width:100%;border-radius:15px;border:1px solid rgba(168,85,247,.3);background:#fff;margin-top:5px;z-index:1000;overflow:hidden}.search-results-quick{max-height:500px;overflow-y:auto}.quick-results{padding:10px}.quick-result-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #7300ff;cursor:pointer;transition:all .2s;outline:none}.quick-result-item:last-child{border-bottom:none}.quick-result-item:focus,.quick-result-item:hover{background-color:#f8f9fa;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05)}.quick-result-image{margin-right:20px;flex-shrink:0}.quick-result-info{flex:1 1;display:flex;flex-direction:column;gap:5px}.quick-result-info h4{color:#111;margin:0;font-size:1.1rem;transition:color .2s}.quick-result-item:hover .quick-result-info h4{color:#2d00f3}.quick-result-price{color:#0035f3;font-weight:700;margin-top:5px;font-size:1rem}.quick-add-to-cart{background:linear-gradient(135deg,#5500f3,#c800ff,#6200ff);color:#fff;border:none;padding:5px 15px;border-radius:15px;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s;width:-moz-fit-content;width:fit-content;margin-top:5px;opacity:0;transform:translateY(5px)}.quick-result-item:hover .quick-add-to-cart{opacity:1;transform:translateY(0)}.no-results{text-align:center;padding:5rem;background:#fff;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.44);max-width:600px;margin:2rem auto}.no-results p{background:linear-gradient(135deg,#5500f3,#c800ff,#6200ff);-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;color:#666;font-size:1.3rem}.nav-menu{display:flex;gap:30px;font-weight:700;align-items:center;position:relative;left:40px}.nav-menu a{color:#fff;text-decoration:none;transition:color .3s;position:relative;padding:5px 0}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#a855f7,#ec4899);transition:width .3s ease}.nav-menu a:hover{color:#fff}.nav-menu a:hover:after{width:100%}.basket-link{position:relative;background:linear-gradient(135deg,rgba(168,85,247,.2),rgba(99,102,241,.2));padding:.5rem 1rem!important;border-radius:25px;border:1px solid rgba(168,85,247,.3)}.basket-link:after{display:none!important}.badge-count{position:absolute;top:-8px;right:-8px;background:#ec4899;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:10px;font-weight:700;box-shadow:0 4px 10px rgba(236,72,153,.5)}.hamburger-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:rgba(168,85,247,.15);border:1px solid rgba(168,85,247,.3);border-radius:8px;cursor:pointer;padding:8px;transition:all .3s ease}.hamburger-toggle:hover{background:rgba(168,85,247,.3)}.hamburger-line{width:20px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger-line.active:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:768px){.main-header{padding:1rem;flex-wrap:wrap}.header-logo{font-size:1.4rem}.hamburger-toggle{display:flex;order:3}.nav-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:rgba(10,1,30,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:0;gap:0;max-height:0;overflow:hidden;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);border-bottom:1px solid transparent;box-shadow:none}.nav-menu.active{max-height:300px;opacity:1;padding:1rem 0;border-bottom:1px solid rgba(168,85,247,.3);box-shadow:0 10px 30px rgba(0,0,0,.5)}.nav-menu a{width:100%;padding:1rem 2rem;text-align:center;font-size:1.1rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.nav-menu a:last-child{border-bottom:none}.nav-menu a:after{display:none}.nav-menu a:hover{background:rgba(168,85,247,.1)}.basket-link{margin:.5rem 2rem;width:auto!important;display:inline-flex!important;justify-content:center}}@media (max-width:932px){.hero,.main-header{padding:1rem;flex-wrap:wrap}.header-logo{font-size:1.4rem;margin-left:30px}.search-container{flex:1 1;display:flex;justify-content:center;position:relative;margin-left:10px}.search-form{width:60%;max-width:400px;margin-top:10px;margin-right:150px;margin-left:-120px;position:relative}.hamburger-toggle{display:flex;order:3}.nav-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:rgba(10,1,30,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:0;gap:0;max-height:0;overflow:hidden;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);border-bottom:1px solid transparent;box-shadow:none}.nav-menu.active{max-height:300px;opacity:1;padding:1rem 0;border-bottom:1px solid rgba(168,85,247,.3);box-shadow:0 10px 30px rgba(0,0,0,.5)}.nav-menu a{width:100%;padding:1rem 2rem;text-align:center;font-size:1.1rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.nav-menu a:last-child{border-bottom:none}.nav-menu a:after{display:none}.nav-menu a:hover{background:rgba(168,85,247,.1)}.basket-link{margin:.5rem 2rem;width:auto!important;display:inline-flex!important;justify-content:center}}@media (max-width:480px){.header-logo{font-size:1.6rem}.nav-menu a{padding:.9rem 1.5rem;font-size:1rem}}.hero h1{margin-bottom:20px}.hero p{font-size:1.3rem;margin-bottom:30px}.product-category{color:#666;text-transform:capitalize;font-size:.9rem;margin-top:-.5rem}.basket-page{padding:2rem;background-color:#1b0533;min-height:calc(100vh - 80px)}.basket-container{max-width:1200px;margin:0 auto}.basket-container h1{color:#fff;margin-bottom:2rem;font-size:2rem}.basket-grid{display:grid;grid-template-columns:1fr 350px;grid-gap:2rem;gap:2rem}.basket-items{background-color:#be9beb66;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden}.basket-item{display:grid;grid-template-columns:150px 1fr auto;grid-gap:1.5rem;gap:1.5rem;padding:1.5rem;border-bottom:1px solid #eee}.basket-item:last-child{border-bottom:none}.item-image{background:none;border-radius:8px;display:flex;align-items:center;justify-content:center}.item-details{display:flex;flex-direction:column;gap:1rem;color:#fff}.item-details h2{font-size:1.4rem;color:#fff;margin:0}.item-category{font-size:1.2rem;color:#fff;text-transform:capitalize}.item-price{font-weight:700;font-size:1.1rem;color:#15ff00}.quantity-controls{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.quantity-btn{width:30px;height:30px;border:none;border-radius:4px;background:#0070f3;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.quantity{font-weight:700;min-width:30px;text-align:center}.remove-btn{background:none;border:none;color:#f44;cursor:pointer;padding:0;font-size:1.2rem;margin-top:.5rem;width:-moz-fit-content;width:fit-content}.item-total{font-size:1.4rem;font-weight:700;color:#fff}.basket-summary{background-color:#be9beb66;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.basket-summary h2{margin:0 0 1.5rem;font-size:1.5rem;color:#fff;border-bottom:2px solid #fff}.summary-row{margin-bottom:1rem;color:#fff}.summary-row,.summary-total{display:flex;justify-content:space-between;font-weight:700}.summary-total{margin-top:1rem;padding-top:1rem;border-top:2px solid #eee;font-size:1.2rem;color:red}.checkout-btn{width:100%;padding:1rem;background:#00a650;color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:1.5rem;transition:background-color .2s}.checkout-btn:hover{background:#008c42}.continue-shopping{display:block;text-align:center;margin-top:1rem;color:#fff;background:#06f;padding:1rem;border-radius:4px;text-decoration:none;font-weight:700;font-size:1.1rem}.continue-shopping:hover{background:#0052cc}.remove-all-btn{width:100%;padding:1rem;margin-top:.75rem;background:#f44;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;font-size:1.1rem}.remove-all-btn:hover{background:#c33}.empty-cart{text-align:center;padding:4rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);max-width:700px;margin:4rem auto}.empty-cart h1{color:#111;margin-bottom:1rem}.empty-cart p{color:#666;margin-bottom:2rem}@media (max-width:768px){.basket-grid{grid-template-columns:1fr}.basket-item{grid-template-columns:100px 1fr;margin-left:10px}.item-total{grid-column:1/-1;text-align:right}.empty-cart{padding:4rem 2rem;margin:8rem 2rem}.item-details h2{font-size:1.2rem;margin-left:.5rem}.item-category,.item-price{font-size:1rem;margin-left:.5rem}.quantity-btn{width:25px;height:25px}.quantity,.quantity-btn{font-size:1.3rem;margin-left:.5rem}.quantity{min-width:25px}.remove-btn{font-size:1.3rem;margin-left:1.5rem}}.products{padding:60px 20px;text-align:center}.products h2{font-size:2rem;margin-bottom:40px;color:#fff}.product-categories{display:flex;flex-direction:column;gap:40px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:50px;gap:50px;justify-items:center;padding-left:30px;padding-right:30px}.product-card{background-color:#c1a4e78a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:10px;padding:20px;width:320px;text-align:center;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between;min-height:320px}.product-image{width:280px;height:240px;margin-bottom:15px;position:relative}.product-card:hover{transform:translateY(-5px)}.product-card h3{font-size:1.1rem;margin-bottom:15px}.product-card p{font-weight:700;margin-bottom:15px;color:#00f504}.product-card .add-to-cart-btn,.product-card button{padding:8px 20px;border:none;border-radius:8px;background-color:#fff;color:#030303;cursor:pointer;transition:all .3s;width:140px;height:40px;align-self:center;flex-shrink:0}.product-card button:hover{background-color:#2c0b48;color:#fff}footer{text-align:center;padding:30px;background-color:#10012f;color:#fff;margin-top:50px}@media (max-width:768px){.search-form input{width:90%}nav{margin-top:10px;flex-wrap:wrap;gap:15px}.hero h1{font-size:2.2rem}.hero p{font-size:1.1rem}}.hero{position:relative;height:75vh;padding:80px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;background-image:url(https://images.unsplash.com/photo-1517336714731-489689fd1ca8?auto=format&fit=crop&w=1400&q=80);background-position:50%;background-size:cover;background-repeat:no-repeat}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.55));z-index:0}.hero>*{position:relative;z-index:1}.hero h1{font-size:3rem;line-height:1;font-weight:700;white-space:nowrap}.hero .fixed,.hero .typewriter{display:inline-block;vertical-align:middle;font-size:inherit;font-weight:inherit}.hero .fixed{margin-right:8px}.typewriter{overflow:hidden;border-right:.12em solid hsla(0,0%,100%,.9);white-space:nowrap;box-sizing:content-box;padding-right:2px;animation:typing 3.5s steps(30),blink-caret .75s step-end infinite;background:linear-gradient(45deg,#5500f3,#c800ff,#6200ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:768px){.hero{padding:60px 12px;height:60vh}.hero h1{font-size:1.8rem}.header-logo{margin-left:12px}}@media (max-width:932px){.hero{padding:60px 12px;height:82vh}}@media (max-width:480px){.hero h1{font-size:1.8rem}.product-card{padding:15px}.product-card h3{font-size:1rem}.product-card p{font-size:.9rem}}