/* WooCommerce — intégration FNTI */
.woocommerce .products .product,
.woocommerce ul.products li.product {
    border: 1px solid #e8edf2;
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
}

.woocommerce .price,
.woocommerce-Price-amount {
    color: #0b2e4f;
    font-weight: 700;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background: #0b2e4f;
    color: #fff;
    border-radius: 8px;
    border: none;
    padding: 0.75rem 1.25rem;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #164a73;
    color: #fff;
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: #0b2e4f;
}

.woocommerce-page .site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.fnti-woocommerce-wrap .woocommerce {
    width: 100%;
}

/* Masquer sidebar WooCommerce / widgets par défaut (Recherche, Pages, etc.) */
body.woocommerce #sidebar,
body.woocommerce-page #sidebar,
body.woocommerce-shop #sidebar {
    display: none !important;
}

body.woocommerce .content-area,
body.woocommerce-page .content-area,
body.woocommerce #primary,
body.woocommerce-page #primary {
    width: 100%;
    max-width: none;
    float: none;
}
