/* Commerce Suite Fix - Core Safe Frontend Guards */
.fthcs-cookie[hidden],
.fthcs-cookie-prefs[hidden],
.fthaps-analysis-panel[hidden] {
    display: none !important;
    visibility: hidden !important;
}

.single-product .woocommerce-product-gallery img,
.woocommerce ul.products li.product img,
.woocommerce-cart-form img {
    max-width: 100%;
    height: auto;
}

.fthcs-legal-footer,
.fthcs-cookie,
.fthaps-analysis-panel,
.fthaps-production-card {
    box-sizing: border-box;
    max-width: 100%;
}
