Products
/* Review Modal Styles */ .modal-review-block { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: all ease 0.4s; background: rgba(0, 0, 0, 0.6); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; } .modal-review-block.open { opacity: 1; visibility: visible; } .modal-review-main { transform: translateY(-20px); transition: all ease 0.4s; max-width: 800px; width: 100%; max-height: 90vh; overflow-y: auto; background: white; border-radius: 24px; position: relative; } .modal-review-block.open .modal-review-main { transform: translateY(0); } .close-review-btn { position: absolute; top: 15px; right: 15px; width: 36px; height: 36px; background: #f5f5f5; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; transition: all 0.3s; } .close-review-btn:hover { background: #e0e0e0; } /* Review List Scroll */ .review-list { max-height: 450px; /* Reduced to show roughly 2 reviews */ overflow-y: auto; padding-right: 15px; } .review-list::-webkit-scrollbar { width: 5px; } .review-list::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; } .review-list::-webkit-scrollbar-thumb { background: #888; border-radius: 10px; } .review-list::-webkit-scrollbar-thumb:hover { background: #555; } .weight-item.active { background-color: #000 !important; color: #fff !important; border-color: #000 !important; } /* Fix product name and price hidden on hover */ .product-item.grid-type:hover .product-name { opacity: 1 !important; visibility: visible !important; } .product-item.grid-type:hover .product-price-block { transform: translateY(0) !important; } #top-nav { background-color: #333333 !important; }
| Image | Product Name | Price |
|---|
| Image | Product | Qty | Price |
|---|
| Size | Bust | Waist | Low Hip |
|---|---|---|---|
| XS | 32 | 24-25 | 33-34 |
| S | 34-35 | 26-27 | 35-36 |
| M | 36-37 | 28-29 | 38-40 |
| L | 38-39 | 30-31 | 42-44 |
| XL | 40-41 | 32-33 | 45-47 |
| 2XL | 42-43 | 34-35 | 48-50 |