.elementor-kit-347{--e-global-color-primary:#E52D87;--e-global-color-secondary:#3FB5E5;--e-global-color-text:#222222;--e-global-color-accent:#FFD100;--e-global-color-kadence1:#e52d87;--e-global-color-kadence2:#3fb5e5;--e-global-color-kadence3:#222222;--e-global-color-kadence4:#444444;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#ffffff;--e-global-color-kadence8:#ffffff;--e-global-color-kadence9:#ffffff;--e-global-color-da37177:#FFD100;--e-global-color-5509a74:#4CAF50;--e-global-color-7a3ea4e:#CC9900;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-347 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================
   CANDBY - CSS Global
   ================================ */

/* --- Hero: quitar padding lateral --- */
.e-con {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* --- Quitar espacio entre header y hero --- */
.page-template-elementor_header_footer .site-main,
.page-template-elementor_canvas .site-main,
.hfe-template-type-header ~ #page .site-main,
#page .site-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* --- Evitar scroll horizontal --- */
body, html {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* ================================
   CANDBY - Páginas de categoría
   ================================ */

/* --- Ocultar contador y ordenar por --- */
.woocommerce-result-count,
.woocommerce-ordering {
    display: none !important;
}

/* --- Tarjetas de producto --- */
.woocommerce ul.products li.product {
    background: #fff !important;
    border-radius: 16px !important;
    border: 1.5px solid #f0f0f0 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    overflow: hidden !important;
    padding: 0 !important;
    transition: box-shadow 0.3s !important;
}
.woocommerce ul.products li.product:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
}

/* --- Imagen producto --- */
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
}

/* --- Título producto --- */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #1a1a1a !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 12px 16px 4px 16px !important;
}

/* --- Precio --- */
.woocommerce ul.products li.product span.price,
.woocommerce ul.products li.product span.price span.woocommerce-Price-amount,
.woocommerce ul.products li.product span.price bdi {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    display: block !important;
}

/* --- Precio por categoría --- */
.term-packs-chuches-surtidos .woocommerce ul.products li.product span.price bdi {
    color: #4CAF50 !important;
}
.term-packs-chuches-tematicos .woocommerce ul.products li.product span.price bdi {
    color: #3FB5E5 !important;
}
.term-bolsas-chuches-granel .woocommerce ul.products li.product span.price bdi {
    color: #FFD100 !important;
}

/* --- Botón general --- */
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product button.button {
    background: #E52D87 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 10px 18px !important;
    margin: 8px 16px 16px 16px !important;
    display: inline-block !important;
}

/* --- Botón por categoría --- */
.term-packs-chuches-surtidos .woocommerce ul.products li.product a.button,
.term-packs-chuches-surtidos .woocommerce ul.products li.product button.button {
    background: #4CAF50 !important;
    color: #fff !important;
}
.term-packs-chuches-tematicos .woocommerce ul.products li.product a.button,
.term-packs-chuches-tematicos .woocommerce ul.products li.product button.button {
    background: #3FB5E5 !important;
    color: #fff !important;
}
.term-bolsas-chuches-granel .woocommerce ul.products li.product a.button,
.term-bolsas-chuches-granel .woocommerce ul.products li.product button.button {
    background: #FFD100 !important;
    color: #6b4c00 !important;
}

/* ================================
   CANDBY - Header móvil
   ================================ */

@media (max-width: 768px) {
    .elementor-location-header .e-con-inner {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 15px 16px !important;
    }
    .elementor-location-header .e-con-inner > .e-con {
        width: auto !important;
        flex: 0 1 auto !important;
        min-width: 0 !important;
        padding: 0 !important;
    }
    .elementor-location-header .elementor-widget-theme-site-logo img {
        width: 140px !important;
        height: auto !important;
    }
    .elementor-location-header a.elementor-menu-cart__toggle_button.elementor-button {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 8px !important;
    }
    .elementor-element-6b13ccf { order: -1 !important; }
    .elementor-element-8ad1f60 { order: 0 !important; }
    .elementor-element-4a551f0 { order: 1 !important; }
}

/* ================================
   CANDBY - Productos relacionados
   ================================ */

.single-product .related.products ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}
.single-product .related.products ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
}
.single-product .related.products ul.products li.product a img {
    height: 220px !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #f9f9f9 !important;
}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
    flex-grow: 1 !important;
    min-height: 90px !important;
}
.single-product .related.products ul.products li.product span.price {
    margin-top: auto !important;
    display: block !important;
}
.single-product .related.products ul.products li.product .button {
    margin-top: 8px !important;
    display: block !important;
    width: calc(100% - 32px) !important;
}

/* ================================
   CANDBY - Fix buybox móvil
   ================================ */

@media (max-width: 768px) {
    .elementor-element-86d83fe {
        margin-left: 12px !important;
        margin-right: 12px !important;
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
    }
}

/* ================================
   CANDBY - Página carrito
   ================================ */

.woocommerce-cart h1.entry-title {
    display: none !important;
}
.woocommerce-cart .woocommerce {
    padding: 0 24px !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
}
.woocommerce-cart .cart-collaterals {
    display: flex !important;
    gap: 24px !important;
    align-items: flex-start !important;
}
.woocommerce-cart .cart_totals {
    flex: 0 0 380px !important;
    margin-left: auto !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #E52D87 !important;
    color: #ffffff !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #c4206e !important;
}
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
    font-family: Poppins, sans-serif !important;
}
.woocommerce-cart .cart_totals h2 {
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
}
.woocommerce-cart .order-total .amount {
    color: #E52D87 !important;
    font-weight: 700 !important;
}
.woocommerce-cart .coupon {
    display: none !important;
}

/* ================================
   CANDBY - Recomendados carrito
   ================================ */

.candby-recomendados-wrap {
    flex: 0 0 auto !important;
    width: fit-content !important;
    max-width: 340px !important;
}
.candby-recomendados-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}
.candby-rec-card {
    display: flex !important;
    gap: 8px !important;
    background: #fff !important;
    border: 1.5px solid #f0f0f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    padding: 8px !important;
    align-items: center !important;
}
.candby-rec-card img {
    width: 48px !important;
    height: 48px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    flex-shrink: 0 !important;
}
.candby-rec-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    flex: 1 !important;
    min-width: 0 !important;
}
.candby-rec-titulo {
    font-family: Poppins, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.candby-rec-precio {
    font-family: Poppins, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #E52D87 !important;
}
.candby-rec-btn {
    font-family: Poppins, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    background: #E52D87 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    align-self: flex-start !important;
    display: inline-block !important;
}
.candby-rec-btn:hover {
    background: #c4206e !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .woocommerce-cart .cart-collaterals {
        flex-direction: column !important;
    }
    .woocommerce-cart .cart_totals {
        flex: 0 0 auto !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .candby-recomendados-wrap {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* ================================
   CANDBY - Página checkout
   ================================ */

.woocommerce-checkout h1.entry-title,
.wp-block-woocommerce-checkout h1,
h1.wp-block-post-title {
    display: none !important;
}

/* ================================
   CANDBY - Checkout
   ================================ */

/* Ocultar título página */
.woocommerce-checkout h1.entry-title,
.wp-block-post-title {
    display: none !important;
}

/* Tipografía general */
.wp-block-woocommerce-checkout {
    font-family: Poppins, sans-serif !important;
}

/* Títulos de sección */
.wc-block-components-checkout-step__title {
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}

/* Campos del formulario */
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-select select,
.wc-block-components-country-input input,
.wc-block-components-state-input input {
    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    color: #1a1a1a !important;
}

.wc-block-components-form .wc-block-components-text-input input:focus {
    border-color: #E52D87 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(229,45,135,0.15) !important;
}

/* Labels */
.wc-block-components-text-input label,
.wc-block-components-select label {
    font-family: Poppins, sans-serif !important;
    font-size: 12px !important;
    color: #666 !important;
}

/* Botón realizar pedido */
.wc-block-components-checkout-place-order-button {
    background-color: #E52D87 !important;
    color: #fff !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 16px 32px !important;
    width: 100% !important;
    cursor: pointer !important;
}
.wc-block-components-checkout-place-order-button:hover {
    background-color: #c4206e !important;
}

/* Resumen del pedido */
.wc-block-components-sidebar {
    font-family: Poppins, sans-serif !important;
}
.wc-block-checkout__sidebar .wc-block-components-title,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-title {
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #1a1a1a !important;
}
.wc-block-components-order-summary__content {
    border: 1.5px solid #f0f0f0 !important;
    border-radius: 12px !important;
    padding: 16px !important;
}
.wc-block-components-totals-wrapper {
    font-family: Poppins, sans-serif !important;
}
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #1a1a1a !important;
}
.wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
    color: #E52D87 !important;
    font-weight: 700 !important;
}

/* Volver al carrito */
.wc-block-checkout-return-to-cart-button {
    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
    color: #E52D87 !important;
}

/* ================================
   CANDBY - Carrito lateral
   ================================ */

/* Contenedor principal */
.elementor-menu-cart__main {
    font-family: Poppins, sans-serif !important;
}

/* Título del producto */
.elementor-menu-cart__product-name,
.elementor-menu-cart__product-name a {
    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

/* Precio */
.elementor-menu-cart__product-price,
.elementor-menu-cart__product-price * {
    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
    color: #E52D87 !important;
    font-weight: 700 !important;
}

/* Subtotal */
.elementor-menu-cart__subtotal {
    font-family: Poppins, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}
.elementor-menu-cart__subtotal .woocommerce-Price-amount {
    color: #E52D87 !important;
}

/* Botón Ver carrito */
.elementor-menu-cart__footer-buttons .elementor-button:first-child {
    background: #fff !important;
    color: #E52D87 !important;
    border: 2px solid #E52D87 !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
}

/* Botón Finalizar compra */
.elementor-menu-cart__footer-buttons .elementor-button:last-child {
    background: #E52D87 !important;
    color: #fff !important;
    border: 2px solid #E52D87 !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
}
.elementor-menu-cart__footer-buttons .elementor-button:last-child:hover {
    background: #c4206e !important;
    border-color: #c4206e !important;
}/* End custom CSS */