:root{--background-color: #ffffff;--default-color: #212529;--heading-color: #2d465e;--accent-color: #0a4db8;--surface-color: #ffffff;--contrast-color: #ffffff}.light-background{--background-color: #f5f8fc;--surface-color: #ffffff}.dark-background{--background-color: #232931;--default-color: #ffffff;--heading-color: #ffffff;--accent-color: #397deb;--surface-color: #38424f;--contrast-color: #ffffff}:root{scroll-behavior:smooth}.category-product-list{padding:0 0 40px 0}.category-product-list .product-box{position:relative;height:100%;background-color:var(--surface-color);border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:transform .4s cubic-bezier(0.165, 0.84, 0.44, 1)}.category-product-list .product-box:hover{transform:translateY(-8px)}.category-product-list .product-box:hover .product-overlay{opacity:1;visibility:visible}.category-product-list .product-box:hover .main-img{transform:scale(1.08)}.category-product-list .product-thumb{position:relative;overflow:hidden;padding-bottom:100%}.category-product-list .main-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform .6s cubic-bezier(0.165, 0.84, 0.44, 1)}.category-product-list .product-label{position:absolute;top:15px;left:15px;z-index:3;background-color:var(--accent-color);color:var(--contrast-color);font-size:.7rem;font-weight:600;padding:.35em .8em;border-radius:30px;letter-spacing:.03em;box-shadow:0 2px 5px rgba(0,0,0,.1)}.category-product-list .product-label.product-label-sale{background-color:#e53e3e}.category-product-list .product-label.product-label-sold{background-color:#718096}.category-product-list .product-label.product-label-hot{background-color:#dd6b20}.category-product-list .product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:all .4s ease;display:flex;flex-direction:column;justify-content:space-between;padding:1rem}.category-product-list .product-quick-actions{display:flex;justify-content:flex-end;gap:.5rem}.category-product-list .quick-action-btn{width:36px;height:36px;border-radius:50%;background-color:#fff;border:none;display:flex;align-items:center;justify-content:center;color:var(--heading-color);font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.15)}.category-product-list .quick-action-btn:hover{background-color:var(--accent-color);color:var(--contrast-color);transform:translateY(-2px)}.category-product-list .add-to-cart-container{width:100%}.category-product-list .add-to-cart-btn{width:100%;padding:.8rem 1.5rem;background-color:var(--accent-color);color:var(--contrast-color);border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.1)}.category-product-list .add-to-cart-btn:hover{background-color:color-mix(in srgb, var(--accent-color), #000 15%);box-shadow:0 6px 15px rgba(0,0,0,.15)}.category-product-list .add-to-cart-btn.disabled{background-color:#a0aec0;cursor:not-allowed}.category-product-list .add-to-cart-btn.disabled:hover{background-color:#a0aec0;box-shadow:0 4px 10px rgba(0,0,0,.1)}.category-product-list .product-content{padding:1.5rem}.category-product-list .product-details{margin-bottom:1rem}.category-product-list .product-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;line-height:1.4;height:2.8rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;color:var(--heading-color)}.category-product-list .product-title a{color:inherit}.category-product-list .product-title a:hover{color:var(--accent-color)}.category-product-list .product-price{display:flex;align-items:center;gap:.75rem}.category-product-list .product-price span{font-weight:700;font-size:1.1rem;color:var(--heading-color)}.category-product-list .product-price .original{font-size:.9rem;font-weight:400;text-decoration:line-through;color:color-mix(in srgb, var(--default-color), transparent 40%)}.category-product-list .product-price .sale{color:#e53e3e}.category-product-list .product-rating-container{display:flex;align-items:center;margin-bottom:1rem}.category-product-list .rating-stars{color:#f59e0b;font-size:.85rem;margin-right:.5rem}.category-product-list .rating-stars i{margin-right:1px}.category-product-list .rating-number{font-size:.85rem;font-weight:600;color:var(--heading-color)}.category-product-list .product-color-options{display:flex;gap:.5rem}.category-product-list .color-option{width:20px;height:20px;border-radius:50%;cursor:pointer;position:relative;transition:transform .2s ease}.category-product-list .color-option:hover{transform:scale(1.1)}.category-product-list .color-option.active:after{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border:2px solid var(--accent-color);border-radius:50%}@media(max-width: 991.98px){.category-product-list .product-title{font-size:.95rem;height:2.6rem}.category-product-list .product-content{padding:1.25rem}}@media(max-width: 767.98px){.category-product-list .product-box{max-width:350px;margin-left:auto;margin-right:auto}.category-product-list .product-overlay{opacity:1;visibility:visible;background-color:rgba(0,0,0,.1)}.category-product-list .add-to-cart-btn{padding:.7rem 1.2rem;font-size:.85rem}}
