body.bbe-site-suite-active.woocommerce-page .site-content,
body.bbe-site-suite-active.woocommerce .site-content { background: var(--bbe-bg); }
body.bbe-site-suite-active .woocommerce-breadcrumb { margin-top: 26px; color: var(--bbe-muted); font-size: 13px; }
body.bbe-site-suite-active .woocommerce-products-header { margin-bottom: 28px; padding: 26px 0 14px; }
body.bbe-site-suite-active .woocommerce-products-header__title { color: var(--bbe-ink); font-size: clamp(30px, 4vw, 44px); font-weight: 800; }
body.bbe-site-suite-active ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; clear: both; }
body.bbe-site-suite-active ul.products::before,
body.bbe-site-suite-active ul.products::after { display: none !important; }
body.bbe-site-suite-active ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; overflow: hidden; padding: 14px; border: 1px solid var(--bbe-line); border-radius: var(--bbe-radius); background: #fff; box-shadow: none; text-align: right; }
body.bbe-site-suite-active ul.products li.product img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; margin-bottom: 16px; border-radius: 9px; background: #fff; }
body.bbe-site-suite-active ul.products li.product .woocommerce-loop-product__title { min-height: 52px; color: var(--bbe-ink); font-size: 15px; font-weight: 800; line-height: 1.65; }
body.bbe-site-suite-active ul.products li.product .price { color: var(--bbe-primary); font-size: 15px; font-weight: 800; }
body.bbe-site-suite-active ul.products li.product .button { width: 100%; margin-top: 12px; border-radius: 8px; color: #fff; background: var(--bbe-primary); text-align: center; }
body.bbe-site-suite-active ul.products li.product .button:hover { background: var(--bbe-primary-dark); }
body.bbe-site-suite-active ul.products li.product.product-category { min-height: 220px; display: flex; align-items: center; justify-content: center; }
body.bbe-site-suite-active .woocommerce-result-count,
body.bbe-site-suite-active .woocommerce-ordering { margin-bottom: 24px; }
body.bbe-site-suite-active .woocommerce-ordering select { min-height: 44px; border: 1px solid var(--bbe-line); border-radius: 8px; background: #fff; }
body.bbe-site-suite-active.single-product div.product { margin-top: 24px; padding: 28px; border: 1px solid var(--bbe-line); border-radius: var(--bbe-radius); background: #fff; }
body.bbe-site-suite-active.single-product div.product .product_title { color: var(--bbe-ink); font-size: clamp(28px, 4vw, 42px); line-height: 1.35; }
body.bbe-site-suite-active.single-product div.product .price { color: var(--bbe-primary); font-size: 22px; font-weight: 800; }
body.bbe-site-suite-active.single-product div.product .woocommerce-product-details__short-description { color: var(--bbe-muted); line-height: 1.85; }
body.bbe-site-suite-active.single-product div.product .cart .button { min-height: 48px; padding-left: 24px; padding-right: 24px; border-radius: 8px; background: var(--bbe-primary); }
body.bbe-site-suite-active .woocommerce-tabs,
body.bbe-site-suite-active .related.products { margin-top: 38px; }
body.bbe-site-suite-active .woocommerce-cart-form,
body.bbe-site-suite-active .cart_totals,
body.bbe-site-suite-active form.checkout,
body.bbe-site-suite-active .woocommerce-checkout-review-order,
body.bbe-site-suite-active .woocommerce-MyAccount-navigation,
body.bbe-site-suite-active .woocommerce-MyAccount-content { padding: 22px; border: 1px solid var(--bbe-line); border-radius: var(--bbe-radius); background: #fff; }
body.bbe-site-suite-active table.shop_table { border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--bbe-line); border-radius: 10px; background: #fff; }
body.bbe-site-suite-active .woocommerce form .form-row input.input-text,
body.bbe-site-suite-active .woocommerce form .form-row textarea,
body.bbe-site-suite-active .woocommerce form .form-row select { min-height: 46px; border: 1px solid var(--bbe-line); border-radius: 8px; background: #fff; box-shadow: none; }
body.bbe-site-suite-active .woocommerce a.button,
body.bbe-site-suite-active .woocommerce button.button,
body.bbe-site-suite-active .woocommerce input.button { border-radius: 8px; }
body.bbe-site-suite-active .woocommerce a.button.alt,
body.bbe-site-suite-active .woocommerce button.button.alt,
body.bbe-site-suite-active .woocommerce input.button.alt { color: #fff; background: var(--bbe-primary); }
body.bbe-site-suite-active .woocommerce-message,
body.bbe-site-suite-active .woocommerce-info,
body.bbe-site-suite-active .woocommerce-error { border-radius: 8px; }
body.bbe-site-suite-active .woocommerce-MyAccount-navigation ul { margin: 0; list-style: none; }
body.bbe-site-suite-active .woocommerce-MyAccount-navigation li a { display: block; padding: 11px 12px; border-bottom: 1px solid var(--bbe-line); color: var(--bbe-ink); text-decoration: none; }

@media (max-width: 980px) {
    body.bbe-site-suite-active ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    body.bbe-site-suite-active ul.products { grid-template-columns: 1fr; }
    body.bbe-site-suite-active.single-product div.product { padding: 18px; }
}
