@charset "UTF-8";
/*
Theme Name: Woostroid2 Mixcoco Child
Theme URI: https://1lockers.net
Author: Sergio Martinez de Unlockers Cloud
Author URI: https://1lockers.net
Description: Child theme de Woostroid2. Importa estilos del padre y ajustes de checkout (Mercado Pago vía functions.php).
Template: woostroid2-vRngR4
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: woostroid2-mixcoco-child
*/

@import url("../woostroid2-vRngR4/style.css");

/*
 * Autor: Sergio Martinez de Unlockers Cloud
 * URL: https://1lockers.net
 *
 * JetBlocks mini-cart (menú): jerarquía clara, badge legible, panel tipo drawer.
 * Depende de la hoja mixcoco-jet-cart-typography (functions.php).
 */
.jet-blocks-cart.jet-blocks-cart--slide-out-layout {
    --mixcoco-cart-accent: #c70000;
    --mixcoco-cart-accent-hover: #a30000;
    --mixcoco-cart-surface: #ffffff;
    --mixcoco-cart-muted: #6b6b6b;
    --mixcoco-cart-border: #e8e8e8;
    --mixcoco-cart-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
    --mixcoco-cart-radius: 12px;
    --mixcoco-cart-thumb: 3rem; /* compacta; Elementor suele forzar column + img grande */
    --mixcoco-cart-footer-bg: #ffffff;
    --mixcoco-cart-font: "Poppins", "Montserrat", system-ui, -apple-system, sans-serif;
    --mixcoco-cart-font-heading: "Montserrat", "Poppins", system-ui, sans-serif;
}

/* Trigger en header: icono + texto + contador como badge (menos ambiguo) */
.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__heading {
    line-height: 1;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__heading-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.65rem 0.35rem 0.45rem;
    border-radius: 999px;
    text-decoration: none !important;
    color: inherit;
    font-family: var(--mixcoco-cart-font);
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease,
        box-shadow 0.2s ease;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__heading-link:hover,
.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__heading-link:focus-visible {
    background-color: rgba(199, 0, 0, 0.06);
    border-color: rgba(199, 0, 0, 0.2);
    outline: none;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: var(--mixcoco-cart-accent);
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__label {
    font-family: var(--mixcoco-cart-font-heading);
    font-weight: 600;
    text-transform: none;
    white-space: nowrap;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.35rem;
    margin-left: 0.15rem;
    border-radius: 999px;
    background: var(--mixcoco-cart-accent);
    color: #fff !important;
    font-family: var(--mixcoco-cart-font-heading);
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__count:empty,
.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__count-val:empty {
    display: none;
}

/*
 * Panel lateral = columna flex: cabecera fija, lista con scroll, subtotal + CTAs siempre visibles.
 * Anula el overflow-y:auto del tema padre sobre .jet-blocks-cart__list (evita “perder” botones abajo).
 */
.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list {
    font-family: var(--mixcoco-cart-font);
    background: var(--mixcoco-cart-surface) !important;
    box-shadow: var(--mixcoco-cart-shadow) !important;
    border-left: 1px solid var(--mixcoco-cart-border);
    max-width: min(420px, 100vw);
    width: 100%;
    box-sizing: border-box;
    padding: 1.25rem 1rem 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    min-height: 0 !important;
}

@media (min-width: 1025px) {
    .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list {
        height: calc(100vh - 60px) !important;
        max-height: calc(100vh - 60px) !important;
    }
}

@media (max-width: 1024px) {
    .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list {
        height: 100vh !important;
        max-height: 100vh !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        padding-bottom: env(safe-area-inset-bottom, 0) !important;
    }
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list-title {
    font-family: var(--mixcoco-cart-font-heading);
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 0.75rem !important;
    padding: 0 2.5rem 0.65rem 0;
    border-bottom: 2px solid var(--mixcoco-cart-accent);
    flex-shrink: 0 !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__close-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    top: 0.85rem !important;
    right: 0.85rem !important;
    border-radius: 50%;
    background: #f5f5f5 !important;
    color: #333 !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
    cursor: pointer;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__close-button:hover {
    background: var(--mixcoco-cart-accent) !important;
    color: #fff !important;
}

/* Fallback JS: asegurar panel visible si solo se añade mixcoco-cart-open */
.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list.mixcoco-cart-open,
.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list.uc-cart-open {
    transform: translateX(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* WooCommerce / Elementor: ocupa el espacio entre título y pie; permite scroll solo en líneas */
.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart {
    margin: 0 !important;
    padding: 0 0 1rem !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content {
    font-size: 0.9rem;
    color: #2a2a2a;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

/*
 * Markup real del sitio: lista tipo Elementor Menu Cart dentro de JetBlocks
 * (.elementor-menu-cart__*), no ul/li .woocommerce-mini-cart-item.
 */
body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__products {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain;
    margin: 0 !important;
    padding: 0 0.15rem 0.35rem 0 !important;
    list-style: none !important;
    border: none !important;
    display: block !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product {
    display: grid !important;
    grid-template-columns: minmax(0, var(--mixcoco-cart-thumb)) minmax(0, 1fr) minmax(0, 2rem) !important;
    grid-template-rows: auto auto !important;
    grid-template-areas:
        "thumb name remove"
        "thumb price remove" !important;
    column-gap: 0.65rem;
    row-gap: 0.15rem;
    align-items: start;
    padding: 0.75rem 0 !important;
    margin: 0 !important;
    border: none !important;
    border-bottom: 1px solid var(--mixcoco-cart-border) !important;
    border-radius: 0 !important;
    background: transparent !important;
    flex-direction: unset !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product:first-of-type {
    padding-top: 0 !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-image {
    grid-area: thumb !important;
    margin: 0 !important;
    padding: 0 !important;
    width: var(--mixcoco-cart-thumb) !important;
    max-width: var(--mixcoco-cart-thumb) !important;
    min-width: 0 !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    align-self: start !important;
    order: unset !important;
    float: none !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-image a {
    display: block !important;
    line-height: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-image img,
body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-image img.attachment-woocommerce_thumbnail,
body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-image img.size-woocommerce_thumbnail {
    display: block !important;
    width: var(--mixcoco-cart-thumb) !important;
    max-width: var(--mixcoco-cart-thumb) !important;
    min-width: 0 !important;
    height: var(--mixcoco-cart-thumb) !important;
    max-height: var(--mixcoco-cart-thumb) !important;
    object-fit: cover !important;
    border-radius: 8px;
    border: 1px solid var(--mixcoco-cart-border);
    vertical-align: middle;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-name {
    grid-area: name !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: end;
    min-width: 0;
    order: unset !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-name a {
    font-family: var(--mixcoco-cart-font-heading) !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    line-height: 1.35 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    display: inline;
    transition: color 0.2s ease;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-name a:hover {
    color: var(--mixcoco-cart-accent) !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-price {
    grid-area: price !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: start;
    font-size: 0.8125rem;
    color: var(--mixcoco-cart-muted);
    line-height: 1.4;
    order: unset !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-price .product-quantity {
    font-weight: 500;
    color: var(--mixcoco-cart-muted);
    margin-right: 0.25rem;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-price .woocommerce-Price-amount {
    font-family: var(--mixcoco-cart-font-heading);
    font-weight: 600;
    color: #2a2a2a;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-price del .woocommerce-Price-amount {
    font-weight: 500;
    color: #999;
    font-size: 0.9em;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-price ins {
    text-decoration: none;
    margin-left: 0.25rem;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-price ins .woocommerce-Price-amount {
    color: var(--mixcoco-cart-accent);
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-remove {
    grid-area: remove !important;
    justify-self: end;
    align-self: center;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: 2rem;
    min-height: 2rem;
    order: unset !important;
}

/* Elementor suele duplicar el enlace de quitar; un solo botón visible con × legible */
body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-remove > a:not(:first-of-type) {
    display: none !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-remove > a:first-of-type {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    border-radius: 8px;
    background: #f3f3f3 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    transition: background 0.2s ease, color 0.2s ease;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-remove > a:first-of-type::before {
    content: "\00d7";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1;
    color: #555;
    font-family: system-ui, sans-serif;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-remove > a:first-of-type:hover {
    background: rgba(199, 0, 0, 0.12) !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__product-remove > a:first-of-type:hover::before {
    color: var(--mixcoco-cart-accent);
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__subtotal {
    flex-shrink: 0 !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 0.65rem !important;
    padding: 0.85rem 0.9rem !important;
    background: #fafafa !important;
    border: 1px solid var(--mixcoco-cart-border) !important;
    border-radius: var(--mixcoco-cart-radius) !important;
    font-family: var(--mixcoco-cart-font-heading) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.06) !important;
    position: relative;
    z-index: 2;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__subtotal strong {
    font-weight: 700 !important;
    text-transform: none;
    letter-spacing: 0.02em;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__subtotal .woocommerce-Price-amount {
    font-size: 1.05rem;
    color: var(--mixcoco-cart-accent);
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.65rem !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    background: var(--mixcoco-cart-footer-bg) !important;
    position: relative;
    z-index: 2;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0.8rem 1rem !important;
    border-radius: 10px !important;
    font-family: var(--mixcoco-cart-font-heading) !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    letter-spacing: 0.03em;
    line-height: 1.3 !important;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
    box-sizing: border-box !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button-text {
    font-family: inherit !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background: #fff !important;
    color: var(--mixcoco-cart-accent) !important;
    border: 2px solid var(--mixcoco-cart-accent) !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
    background: rgba(199, 0, 0, 0.06) !important;
    color: var(--mixcoco-cart-accent-hover) !important;
    border-color: var(--mixcoco-cart-accent-hover) !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background: var(--mixcoco-cart-accent) !important;
    color: #fff !important;
    border: 2px solid var(--mixcoco-cart-accent) !important;
}

body .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__list .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    background: var(--mixcoco-cart-accent-hover) !important;
    border-color: var(--mixcoco-cart-accent-hover) !important;
    color: #fff !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout ul.woocommerce-mini-cart {
    list-style: none !important;
    margin: 0 0 1rem !important;
    padding: 0 !important;
    max-height: none;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout li.woocommerce-mini-cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 0 !important;
    border-bottom: 1px solid var(--mixcoco-cart-border) !important;
    margin: 0 !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout li.woocommerce-mini-cart-item:first-child {
    padding-top: 0 !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout li.woocommerce-mini-cart-item img {
    width: 64px !important;
    height: auto !important;
    border-radius: 8px;
    border: 1px solid var(--mixcoco-cart-border);
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .woocommerce-mini-cart-item a:not(.remove) {
    font-family: var(--mixcoco-cart-font-heading);
    font-weight: 600;
    font-size: 0.88rem;
    line-height: 1.35;
    color: #1a1a1a !important;
    text-decoration: none;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .woocommerce-mini-cart-item a.remove {
    font-size: 1.25rem !important;
    line-height: 1;
    opacity: 0.55;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .woocommerce-mini-cart-item a.remove:hover {
    opacity: 1;
    color: var(--mixcoco-cart-accent) !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .woocommerce-mini-cart-item .quantity,
.jet-blocks-cart.jet-blocks-cart--slide-out-layout .woocommerce-mini-cart-item .amount {
    color: var(--mixcoco-cart-muted);
    font-size: 0.82rem;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout p.woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0 1.15rem !important;
    padding: 0.85rem 1rem;
    background: #fafafa;
    border-radius: var(--mixcoco-cart-radius);
    border: 1px solid var(--mixcoco-cart-border);
    font-family: var(--mixcoco-cart-font-heading);
    font-weight: 700;
    font-size: 1rem;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout p.woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin: 0 !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout p.woocommerce-mini-cart__buttons a.button {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box;
    padding: 0.75rem 1rem !important;
    border-radius: 10px !important;
    font-family: var(--mixcoco-cart-font-heading) !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    letter-spacing: 0.03em;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout p.woocommerce-mini-cart__buttons a.button.wc-forward {
    background: #fff !important;
    color: var(--mixcoco-cart-accent) !important;
    border: 2px solid var(--mixcoco-cart-accent) !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout p.woocommerce-mini-cart__buttons a.button.wc-forward:hover {
    background: rgba(199, 0, 0, 0.06) !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout p.woocommerce-mini-cart__buttons a.button.checkout {
    background: var(--mixcoco-cart-accent) !important;
    color: #fff !important;
    border: 2px solid var(--mixcoco-cart-accent) !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout p.woocommerce-mini-cart__buttons a.button.checkout:hover {
    background: var(--mixcoco-cart-accent-hover) !important;
    border-color: var(--mixcoco-cart-accent-hover) !important;
}

.jet-blocks-cart.jet-blocks-cart--slide-out-layout .woocommerce-mini-cart__empty-message {
    font-family: var(--mixcoco-cart-font);
    color: var(--mixcoco-cart-muted);
    text-align: center;
    padding: 1.5rem 0.5rem 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 480px) {
    .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__heading-link {
        padding: 0.3rem 0.5rem 0.3rem 0.35rem;
        gap: 0.35rem;
    }

    .jet-blocks-cart.jet-blocks-cart--slide-out-layout .jet-blocks-cart__label {
        font-size: 0.8rem;
    }
}

@media (max-width: 720px) {
.sticky-placeholder{
	display: none !important;
}
}