@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;0,700;1,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}.navSection{display:flex;width:100%;min-width:100vw;height:80px;background-color:#000;color:#fff;justify-content:space-between;align-items:center;padding:0 50px}.title h2{color:#fff}.custom-link{text-decoration:none}.user{display:flex;width:20%;justify-content:space-between;align-items:center}.search{width:30%;display:flex;align-items:center;justify-content:center;margin-left:100px}.search input{width:80%;height:2rem;border-radius:10px;padding-left:10px;font-weight:400;font-size:medium}.imgBox{width:80%;padding-left:20px}.proImage{width:80%}.proTitle h2{margin:10px}.subMenu ul li{list-style:none;margin:10px 26px 26px;cursor:pointer}.subMenu ul li:hover{border-bottom:2px solid white;color:#000}.subMenu{background-color:gray;color:azure;height:50px}.subMenu ul{display:inline-flex}.pageSection{display:grid;grid-template-columns:repeat(4,300px);gap:10px}.pageImg{width:250px;height:250px;padding-top:20px}.pageImg img{width:80%}.pageImg img:hover{transform:scale(1.2);transition:transform .3s ease-in-out}.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;padding:10px;width:10rem;border-radius:5px;columns:white}.ind-details button:hover{background-color:green;color:#fff;cursor:pointer}.fullpage{display:flex}.pro-selected{width:30%;border:1px solid black;margin-right:20px}.pro-selected{position:fixed;width:200px;top:100;left:0;height:100vh;background-color:#f0f8ff;overflow-y:auto;padding:20px}.pageSection{margin-left:220px}.pro-input input{margin:5px}ul li{color:#fff}.cart-section{display:flex;border:3px double gray;width:50%;justify-content:center;align-items:center;margin:50px}.cart-img img,.cart-details{width:50%}.cart{color:#fff}.cart span{color:#ff4500}.cart span{font-size:x-large;margin-left:5px;font-weight:600}.y-cart,.empty{text-align:center}.removeBtn{padding:10px;width:10rem;background-color:#f14f4f;color:#fff}.removeBtn:hover{background-color:red;cursor:pointer}@media screen and (max-width:575px){body{margin:0;padding:0;box-sizing:border-box}.navbar-section{width:100%;max-width:100vw}.subMenu,.search,.user{display:none}.pageImg img{padding-left:30px}.user .cart{display:block;color:#fff}.fullpage{width:100%;max-width:100vw}.pro-selected{display:none}.pageSection{margin-left:60px;display:block}.cart-section{width:60%}.cart-details{font-size:small}}.pageSection{margin-left:240px;padding:20px;display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.pageSection>div{background-color:#fff;border-radius:10px;padding:10px;width:200px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 12px #0000001a;transition:transform .2s,box-shadow .2s}.pageSection>div:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.pageImg{width:100%;height:150px;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:10px}.pageImg img{width:100%;height:100%;object-fit:contain;border-radius:10px;transition:transform .3s}.pageImg img:hover{transform:scale(1.1)}.proModel{text-align:center;font-weight:500;font-size:14px;color:#333;margin-bottom:5px}.proPrice{font-size:13px;font-weight:600;color:#ff4500;margin-bottom:5px}@media screen and (max-width:768px){.pageSection{margin-left:0;justify-content:center}.pageSection>div{width:150px}.pageImg{height:120px}.proModel,.proPrice{font-size:12px}}.navSection{display:flex;align-items:center;justify-content:space-between;background-color:#000;color:#fff;padding:10px 20px}.search input{padding:6px 10px;border-radius:6px;border:none;outline:none}.clickable-text{cursor:pointer;color:#00bcd4;font-weight:500}.clickable-text:hover{text-decoration:underline}.signin-form{position:absolute;top:70px;right:40px;background-color:#fff;color:#000;border-radius:10px;padding:20px;box-shadow:0 0 15px #fff3;width:250px;z-index:1000}.signin-input{width:100%;margin-bottom:10px;padding:8px;border-radius:6px;border:1px solid #ccc;outline:none}.signin-btn{width:100%;background-color:#007bff;color:#fff;border:none;padding:8px;border-radius:6px;cursor:pointer}.signin-btn:hover{background-color:#0056b3}.welcome-text{color:#4caf50;font-weight:700}
