.page .site-content{font-family:"Inter",sans-serif;background:#f9f9f9;padding:0 12px}.shop-category-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:12px}.shop-category-buttons button{flex:1 1 180px;min-height:70px;padding:10px 12px;background:var(--primary);color:#fff;border:1px solid var(--secondary);border-radius:10px;font-weight:600;font-size:16px;cursor:pointer;transition:all .25s ease}.shop-category-buttons button:hover{background:var(--secondary)}.shop-category-buttons button.active{background:#fff;color:var(--primary);border:2px solid var(--primary)}.hidden{display:none!important}.shop-divider{height:4px;background:#000;border:none;margin:12px 0 20px}.category-section ul.products{display:grid!important;grid-template-columns:repeat(3,1fr);gap:24px;padding:0;margin:0;list-style:none}.category-section .product{background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.08)}.category-section .product img{width:100%;border-radius:12px;margin-bottom:12px}.category-section .woocommerce-loop-product__title{font-size:18px;font-weight:700;margin-bottom:8px}.category-section .woocommerce-product-rating{margin-bottom:12px}.category-section .price{font-size:18px;font-weight:700;margin-bottom:12px}@media (max-width:768px){.category-section ul.products{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}}@media (max-width:480px){.category-section ul.products{grid-template-columns:1fr!important;gap:12px!important}.category-section .product{width:100%}.shop-category-buttons{flex-direction:column;align-items:stretch;gap:8px}.shop-category-buttons button{flex:1 1 100%;min-height:50px;font-size:14px}.shop-category-buttons button.active{background:#fff;color:var(--primary);border:2px solid var(--primary)}}.woocommerce-cart .checkout-button{display:block;width:100%;margin-bottom:25px;padding:15px 0;font-size:18px;border-radius:8px}.woocommerce-cart .payment_methods .button{display:inline-block;margin-top:10px;margin-right:10px}.reviews-section h3{font-size:22px;margin-bottom:24px;font-weight:600}