/* 
Theme Name: TMR Theme
Theme URI: https://publicom.fr
Description: TMR Theme is a child theme of Hello Elementor, created by Publicom & Elementor team
Author: Publicom & Elementor Team
Author URI: https://publicom.fr/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Masquer header et footer sur la page Mon Compte (non connecté) */
.page-id-9:not(.logged-in) header,
.page-id-9:not(.logged-in) footer { display: none !important; }

/* ============================================================
   Formulaire enchère — Auction Bid Form
   ============================================================ */

.elementor-widget-woocommerce-product-bid-form,
.elementor-widget-woocommerce-product-bid-form .elementor-widget-container,
.elementor-widget-woocommerce-product-bid-form .elementor-bid-form,
.woocommerce .auction_form.cart {
    width: 100%;
    box-sizing: border-box;
}

.woocommerce .auction_form.cart {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.woocommerce .auction_form .quantity.buttons_added {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
}

.woocommerce .auction_form .quantity input[type="button"].minus,
.woocommerce .auction_form .quantity input[type="button"].plus {
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    border: none;
    border-radius: 4px;
    color: #AE8A72;
    font-size: 26px;
    font-weight: 300;
    width: 64px;
    height: 64px;
    min-width: 64px;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.woocommerce .auction_form .quantity input[type="button"].minus:hover,
.woocommerce .auction_form .quantity input[type="button"].plus:hover {
    opacity: 0.75;
}

.woocommerce .auction_form .quantity input[type="text"].qty {
    background: #ffffff;
    border: none;
    border-radius: 4px;
    color: #AE8A72;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    height: 64px;
    flex: 1;
    min-width: 0;
    padding: 0 12px;
    box-shadow: none;
}

.woocommerce .auction_form .bid_button.button {
    background: #AE8A72;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 18px 28px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    letter-spacing: 0.03em;
    transition: background 0.2s ease;
    text-transform: none;
}

.woocommerce .auction_form .bid_button.button:hover,
.woocommerce .auction_form .bid_button.button:focus {
    background: #9a7862;
    color: #ffffff;
}

.woocommerce .auction_form .bid_button .tmr-bid-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}