.product-detail{max-width:900px;margin:140px auto 80px;padding:0 20px}.product-title{font-size:2rem;margin-bottom:20px}.product-images{display:flex;gap:20px;margin-bottom:30px}.product-images img{width:100%;max-width:400px;border:1px solid #000;object-fit:cover}.product-options{display:flex;flex-direction:column;gap:20px}.option-group{display:flex;align-items:center;gap:10px}.option-group span{font-weight:700;margin-right:10px}.dot{height:14px;width:14px;border-radius:50%;display:inline-block;border:1px solid #ccc;margin-left:5px}.black{background-color:#000}.pink{background-color:#eecbe4}.grey{background-color:#e2e2e2}.brightPink{background-color:#ff00b7}.lightBllue{background-color:#3cafdc}.aquaBlue{background-color:#176452}.purple{background-color:#3cafdc}.nude{background-color:#8b7d6d}.darkBlue{background-color:#1b2252}.product-price{font-size:1.1rem;font-weight:600}.add-to-cart{padding:10px 25px;background:black;color:white;border:none;font-weight:600;border-radius:20px;cursor:pointer}@media (max-width:768px){.product-images{flex-direction:column;align-items:center}}