.site-content-wrapper{width:78%;display:flex;gap:30px;margin:auto;padding:50px 0}
.primary-column{flex:1}
.secondary-column{width:250px;flex-shrink:0}
.products{display:grid;gap:25px;margin-bottom:40px}
.product{background:#fff;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.product-thumbnail{position:relative;overflow:hidden;border-radius:8px}
.product-thumbnail img{width:100%;height:200px;object-fit:cover;transition:transform .5s ease}
.product:hover .product-thumbnail img{transform:scale(1.05)}
.product-header{margin-bottom:15px}
.product-rating{display:flex;align-items:center;margin-bottom:8px}
.star-rating{color:#ffc107;font-size:14px;margin-right:5px}
.rating-score{font-size:12px;color:#666}
.product-title{font-size:18px;margin-bottom:10px;line-height:1.4}
.product-title a{text-decoration:none;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-price-wrapper{margin-bottom:10px}
.price{font-weight:700;font-size:24px;color:#222}
.product-progress{margin-bottom:15px}
.site-progress{height:6px;background-color:#f0f0f0;border-radius:3px;margin-bottom:5px;overflow:hidden}
.site-progress span{display:block;height:100%;background-color:#e60012;border-radius:3px}
.product-progress-stock{display:flex;justify-content:space-between;font-size:12px;color:#666}
.product-cart-button a{display:inline-flex;align-items:center;justify-content:center;background-color:#3498db;color:#fff;border-radius:4px;font-size:14px;font-weight:600;text-decoration:none;width:85%;transition:opacity .6s ease-in-out,visibility .6s}
.product-cart-button .added{display:flex}
.product-cart-button .added_to_cart{display:flex;background-color:#d32f2f}
.product-cart-button a:hover{background-color:#2980b9}
.product-cart-button svg{width:16px;height:16px;margin-left:5px}
.filter-widgets{background:#fff;border-radius:8px;align-self:flex-start;position:relative;top:0}
.widget-checkbox-list ul{padding-left:0;list-style:none}
.widget-checkbox-list li:first-child{border-top:1px solid #eaeaea}
.widget-checkbox-list li.active{background:#eaeaea;border-top:1px solid #e60012}
.widget-checkbox-list a{display:block;padding:20px;color:#222;transition:color .3s;border-bottom:1px solid #f0f0f0;text-decoration:none}
.woocommerce-pagination{text-align:center;margin-top:30px}
.page-numbers{display:inline-flex;align-items:center;padding:0}
.page-numbers li{margin:0 5px;list-style:none}
.page-numbers a,.page-numbers span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;font-size:14px;font-weight:600;transition:all .3s}
.page-numbers a{background-color:#fff;color:#222;text-decoration:none;border:1px solid #ddd}
.page-numbers a:hover{background-color:#fff;color:#666}
.page-numbers .current{background-color:#fff;color:#195fff;border:1px solid #f6f6f6}
.page-numbers .next,.page-numbers .prev{width:auto;padding:0 15px}
.category-select{display:none;width:100%;padding:10px;border:1px solid #e7e7e7;border-radius:4px;background-color:#fff;font-size:16px;position:relative;z-index:1}
@media (max-width:768px){.products{display:grid;gap:20px;margin-bottom:40px}
.site-content-wrapper{width:90%;flex-direction:column;position:relative}
.product-thumbnail img{height:auto}
.secondary-column{width:100%;order:-1;position:relative}
.widget-checkbox-list{display:none}
.category-select{display:block;position:static}
.filter-widgets{position:relative;top:0}
}
@media (min-width:769px){.widget-checkbox-list{display:block}
.category-select{display:none}
.filter-widgets{position:sticky;top:20px}
}
.sold-badge{position:absolute;top:10px;right:10px;background-color:#e74c3c;color:#fff;padding:3px 8px;border-radius:3px;font-size:12px;font-weight:600}
.price-range{display:flex;align-items:center}
.price-range .woocommerce-Price-amount{display:inline-block}
.price-range .woocommerce-Price-amount:first-child{color:#999;text-decoration:line-through;margin-right:5px}
.price-range .woocommerce-Price-amount:last-child{color:#e74c3c;font-weight:700}