*{box-sizing:border-box;margin:0;padding:0}.main{color:#fff;background-color:#000;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:2rem 1rem;font-family:Courier New,Courier,monospace;display:flex}.wrapper{justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin-bottom:2rem;display:flex}.cart-container{position:relative}.wrapper-svg{cursor:pointer;z-index:100;background-color:#111;border:2px solid #222;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:relative}.wrapper-svg:hover{border-color:#fff;transform:scale(1.1);box-shadow:0 0 15px #ffffff26}.icon{color:#fff;width:28px;height:28px;transition:color .3s}.wrapper-svg:hover .icon{color:#0ff}.cart-count{color:#fff;text-align:center;background:red;border-radius:50%;min-width:18px;padding:3px 6px;font-size:.8rem;font-weight:700;position:absolute;top:-6px;right:-6px}.cart-dropdown{color:#fff;z-index:200;opacity:0;visibility:hidden;background:#111;border:1px solid #222;border-radius:12px;width:320px;padding:1rem;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:60px;right:0;transform:translateY(-10px);box-shadow:0 6px 20px #ffffff26}.cart-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.empty-cart{text-align:center;color:#aaa;padding:.5rem 0;font-size:.9rem}.cart-items{scrollbar-width:thin;scrollbar-color:#444 #111;max-height:220px;margin-bottom:.75rem;padding-right:4px;overflow-y:auto}.cart-items::-webkit-scrollbar{width:6px}.cart-items::-webkit-scrollbar-thumb{background-color:#444;border-radius:3px}.cart-item{border-bottom:1px solid #222;align-items:center;gap:10px;margin-bottom:10px;padding-bottom:8px;display:flex}.cart-item:last-child{border-bottom:none}.cart-item img{object-fit:cover;border-radius:6px;width:50px;height:50px}.cart-info{flex:1}.cart-info h4{margin-bottom:2px;font-size:1rem}.cart-info p{color:#bbb;margin:0;font-size:.85rem}.qty-controls{align-items:center;gap:6px;margin-top:4px;display:flex}.qty-controls button{color:#fff;cursor:pointer;background:#333;border:none;border-radius:4px;padding:2px 6px;transition:background .2s}.qty-controls button:hover{background:#555}.qty-controls span{color:#fff;text-align:center;min-width:18px;font-size:.9rem}.remove-btn{color:#ff4d4d;cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:color .2s}.remove-btn:hover{color:#f66}.cart-summary{text-align:right;border-top:1px solid #222;padding-top:.75rem}.cart-summary p{color:#fff;margin-bottom:.5rem;font-weight:500}.clear-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:6px;padding:6px 10px;font-size:.9rem;transition:background .3s}.clear-btn:hover{background:#f33}.grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center;gap:30px;width:90%;max-width:1200px;display:grid}.item{cursor:pointer;background-color:#111;border:2px solid #222;border-radius:16px;flex-direction:column;width:100%;max-width:320px;height:360px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.item:hover{border-color:#fff;transform:translateY(-6px);box-shadow:0 0 20px #ffffff1a}.item img{object-fit:cover;width:100%;height:65%}.wrapper1{flex-direction:column;align-items:center;gap:6px;padding:10px;display:flex}.wrapper1 h2{color:#fff;text-align:center;text-transform:capitalize;font-size:1.2rem}.wrapper1 p{color:#bbb;text-align:center;font-size:1rem;font-weight:700}.item button{color:#000;cursor:pointer;opacity:0;background-color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:1.2rem;font-weight:600;transition:all .3s;position:absolute;bottom:12px;left:50%;transform:translate(-50%)translateY(20px)}.item:hover button{opacity:1;transform:translate(-50%)translateY(0)}.item button:hover{background-color:#ccc}@media (max-width:1000px){.wrapper{text-align:center;flex-direction:column;gap:1.5rem}.cart-dropdown{border-radius:10px;width:90%;max-width:400px;position:fixed;top:70px;right:10px;transform:translateY(-15px);box-shadow:0 6px 25px #fff3}.cart-dropdown.open{transform:translateY(0)}.grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.item{height:320px}.wrapper-svg{width:45px;height:45px}.icon{width:24px;height:24px}}
