/*
 * SS-BCC Theme v1.0
 * Fallback layer only.
 * Full vertical styling is loaded from assets/css/profiles/{profile}.css.
 * The selected profile is persisted in WordPress options, so styling remains
 * available if SS-BCC-System is disabled or the license expires.
 */
:root{
	--ssbcc-accent: var(--e-global-color-accent, #0a3556);
}
.site, .site-content, .content-area, .site-main{min-width:0}
img{max-width:100%;height:auto}
.woocommerce ul.products{display:grid;gap:24px}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
@media(min-width:768px){
	.woocommerce ul.products.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
	.woocommerce ul.products.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:767px){
	.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
	.site-header .col-full{padding-left:16px;padding-right:16px}
}
.woocommerce-message,.woocommerce-info,.woocommerce-error{box-sizing:border-box}
