.gallery{display:grid;gap:20px;padding:10px}.category-item,.product-item{border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:transform 0.3s ease;cursor:pointer}.category-item:hover,.product-item:hover{transform:translateY(-5px)}.gallery img{width:100%;height:200px;object-fit:cover}.gallery h3{margin:15px 0;font-size:1.1em;padding:0 10px}.gallery p{padding:0 10px 15px;color:#666}.woocommerce .group_table td.product-radio{width:30px;text-align:center}.woocommerce .group_table label{font-weight:bold}