/* Estado visual cuando se añade al carrito */
.popular-collection-two .add_to_cart_button.added {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
    color: #fff !important;
    cursor: default;
}

/* Texto alternativo */
.popular-collection-two .add_to_cart_button.added span {
    font-size: 14px;
}

/* Ocultar el link "Ver carrito" */
.popular-collection-two .added_to_cart.wc-forward {
    display: none !important;
}

/* =====================================================
   RELATED PRODUCT ADD TO CART ISSUE 
===================================================== */
/* 1. Limpieza total de iconos (Adiós al doble check) */
.product a.button.added::after, 
.product a.button::after,
.add_to_cart_button.added::after {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
}

/* 2. Ocultar el enlace "Ver carrito" definitivamente */
.added_to_cart.wc-forward {
    display: none !important;
}

/* 3. Mantener el ancho fijo para que el botón no "baile" */
.product a.button.add_to_cart_button {
    min-width: 150px !important;
    text-align: center;
}

/* =====================================================
   PAGE BANNER – GLOBAL
===================================================== */
.page-banner {
    background-image: url('https://miamimotorparts.com/wp-content/themes/speedia/assets/images/background/bg-5.jpg') !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* =====================================================
   PAGE BANNER – WOOCOMMERCE FULL WIDTH
===================================================== */
.woocommerce .page-banner {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

/* =====================================================
   SINGLE PRODUCT
===================================================== */
.single-product .page-banner {
    margin-top: -100px;
    margin-bottom: 100px;
}

/* =====================================================
   PRODUCT CATEGORY
===================================================== */
.tax-product_cat .page-banner {
    margin-top: -180px;
    margin-bottom: 100px;
}

/* =====================================================
   SHOP (STORE)
===================================================== */
.post-type-archive-product .woocommerce {
    margin-top: 0px;
}