@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}body{background-color:#f0f8ff}.proSection{display:flex;background-color:#fff}.imgBox{width:80%}.proImage{width:100%}.proTitle h2{margin:10px}.pageSection{display:grid;grid-template-columns:repeat(4,300px);gap:10px}.pageImg{width:250px;height:250px}.pageImg img{width:100%}.ind-image{width:500px;height:500px}.ind-section{display:flex}.ind-image img{width:100%}.ind-details{padding:20px}.space{margin:10px}.ind-details button{background-color:#ff4500;border-radius:8px;padding:10px;width:10rem}.fullpage{display:flex;gap:5px}.pro-selected{flex:0 1 auto;width:150px;border:solid black;background-color:#f5f5f5;padding:15px;border-radius:8px}.pageSection{flex:2;display:flex;flex-wrap:wrap;gap:10px}.pro-input input{margin:5px;padding:10px}ul li{color:#fff;list-style:none}.cart span{color:orange}.cart-container{background-color:#f8fafc;min-height:100vh;padding:40px 20px}.cart-title{text-align:center;color:#1e293b;font-size:2rem;margin-bottom:30px;font-weight:700}.empty-cart{text-align:center;margin-top:150px;color:#64748b;font-size:1.6rem;font-weight:500}.cart-items{display:flex;flex-direction:column;align-items:center;gap:25px}.cart-item{display:flex;align-items:center;justify-content:space-between;width:80%;background-color:#fff;border-radius:15px;box-shadow:0 4px 12px #0000001a;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.cart-item:hover{transform:translateY(-5px);box-shadow:0 6px 18px #00000026}.cart-image img{width:130px;height:130px;object-fit:contain;border-radius:10px}.cart-info{flex:1;display:flex;flex-direction:column;justify-content:center;margin-left:25px;gap:5px}.cart-product{color:#0f172a;font-size:1.4rem;margin:0}.cart-price{color:#2563eb;font-size:1.6rem;font-weight:700;margin:5px 0}.cart-model{color:#475569;font-size:1rem;margin-bottom:10px}.remove-btn{background-color:#ef4444;color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;width:fit-content;transition:background-color .3s ease}.remove-btn:hover{background-color:#dc2626}@media(max-width:768px){.cart-item{flex-direction:column;text-align:center;width:95%}.cart-image img{width:100px;height:100px;margin-bottom:10px}.cart-info{margin-left:0;align-items:center}}.cart-total{margin-top:30px;text-align:center;background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 10px #0000001a;width:80%;margin-left:auto;margin-right:auto}.cart-total h2{color:#1e293b;font-size:1.6rem;font-weight:600;margin-bottom:15px}.checkout-btn{background-color:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease}.checkout-btn:hover{background-color:#1d4ed8}
