.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}body.home .woocommerce ul.products{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;justify-content:center;padding:0}body.home .woocommerce ul.products li.product{max-width:240px;margin:0 auto;text-align:center;padding:16px;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease}body.home .woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.14)}body.home .woocommerce ul.products li.product img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;margin-bottom:12px}body.home .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px;font-weight:600;margin:0 0 10px}body.home .woocommerce ul.products li.product .price,body.home .woocommerce ul.products li.product .star-rating{display:none}body.home .woocommerce ul.products li.product .button{display:inline-block;background:#111;color:#fff;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .25s ease}body.home .woocommerce ul.products li.product .button:hover{background:#333;transform:translateY(-1px)}@media (max-width:600px){body.home .woocommerce ul.products{grid-template-columns:1fr}}.reviews-section{text-align:center;margin:60px auto}.reviews-section h3{font-size:22px;margin-bottom:24px;font-weight:600}.reviews-grid{display:flex;justify-content:center;gap:20px;flex-wrap:nowrap}.review-card{width:220px;height:250px;padding:20px;background:#fff;border-radius:18px;box-shadow:0 8px 22px rgba(0,0,0,.08);display:flex;flex-direction:column;justify-content:space-between;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.review-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.14)}.review-text{font-size:15px;line-height:1.6;margin-bottom:12px;display:flex;align-items:center;justify-content:center;text-align:center;flex-grow:1}.review-author{display:flex;flex-direction:column;margin-top:12px}.review-name{font-weight:600;font-size:14px;color:#111}.review-product{font-size:12px;color:#777;letter-spacing:.2px;margin-top:2px}@media (max-width:768px){.reviews-grid{flex-wrap:wrap;justify-content:center}.review-card{width:90%;margin:0 auto 20px;height:auto}.review-text{flex-grow:unset}}