/* ===================================
   Menu Page Styles - Cocó Catering
   =================================== */

.menu-page-container {
    display: flex;
    min-height: 100vh;
}

.menu-hero {
    width: 60%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #1a1a1a;
}

/* Capa de fondo borroso */
.menu-hero-bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(3px) brightness(0.6);
    transform: scale(1.2);
    z-index: 0;
    /* transition: opacity 0.3s ease; */
}

.menu-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.menu-hero-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: rgba(240, 248, 255, 0.227);
    backdrop-filter: blur(1px);
    padding: 10px 10px;
    border-radius: 100px;
    box-shadow: 0 8px 30px rgba(139, 46, 58, 0.15);
    transition: all 0.4s ease;
}

.menu-hero-logo:hover {
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

.menu-hero-logo img {
    height: 100px;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}

.menu-hero img#menuHeroImage {
    width: auto;
    height: 120%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.6));
    /* transition: opacity 0.3s ease; */
}

.menu-scroll-container {
    width: 40%;
        margin-left: 60%;
        background: var(--blanco);
    padding-bottom: 40px;
}

.menu-section {
    padding: 15px 25px;

}

/* Mobile touch fixes - Elimina el resaltado azul al tocar */
.product-item,
.product-item2,
.product-cart-item,
.box-container,
.box-details {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

.section-title {
    display: flex;
    align-items: center;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: #8b2e3ae8;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 900;
    height: 40px;
    align-items: center;
    justify-content: center;
    z-index: 0;
    border-radius: 24px;
    position: relative;
}

/* Subsección para agrupar productos */
.subsection-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    color: var(--bordo);
    text-align: left;
    margin: 30px 0 15px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(139, 46, 58, 0.2);
    padding-bottom: 10px;
}

@keyframes slideInBounce {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-30px);
    }
    60% {
        transform: translateX(-50%) translateY(5px);
    }
    80% {
        transform: translateX(-50%) translateY(-3px);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}

.menu-item {
padding: 1px 0px;

}

.menu-item:last-child {
    border-bottom: none;
}


.menu-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--negro);
    margin-bottom: 0px;
    font-weight: 600;
    font-style: italic;
    margin-left: 10px;
}

/* Notas de menú */
.menu-note {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: black;
    font-style: italic;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 30px;
    background-color: rgba(255, 231, 199, 0.352);
    padding: 5px 0;
}

/* Detalles de boxes */
.box-details {
    background: var(--blanco);
    border-radius: 15px;
    padding: 10px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 0;
    cursor: pointer;
}


.box-details p strong {
    color: var(--bordo);
    font-weight: 600;
}

.box-details ul {
    list-style: none;
    color: #000000;
}

.box-details ul li {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: italic;
    color: #000000;
    position: relative;
    margin-bottom: 5px;
}


/* Botón Consultar Precio */
.btn-consultar-precio {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #f1c2b8;
    color: white;
    text-decoration: none;
    padding: 5px 0px;
    border-radius: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 5px auto 5px;
    max-width: 280px;
    transition: all 0.3s ease;
}

.btn-consultar-precio:hover {
    transform: translateY(-2px);
    background: #fdaf9d;
}

.btn-consultar-precio svg {
    flex-shrink: 0;
}

/* Nuevo diseño de Boxes */
.box-container {
    background: var(--blanco);
    border-radius: 15px;
    padding: 15px 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
}

.box-container:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.box-footer {
    padding-top: 10px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-description {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    color: black;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

.box-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.box-price {
    font-family: 'Cormorant Garamond', serif;
    margin-left: 15px;
    font-size: 1.3rem;
    color: var(--bordo);
    font-weight: 700;
}

.box-controls {
    display: flex;
    align-items: center;
    gap: 2px;
}

.btn-add-to-cart {
    background: linear-gradient(135deg, var(--bordo) 0%, #8b2e3a 100%);
    color: white;
    border: none;
    padding: 6px 15px;
    border-radius: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(139, 46, 58, 0.3);
    margin-left: 15px;
}

.btn-add-to-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 46, 58, 0.4);
    background: linear-gradient(135deg, #8b2e3a 0%, var(--bordo) 100%);
}

.btn-add-to-cart:active {
    transform: translateY(0);
}

.item-description {
    color: black;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 15px;
}

/* Product List */
.product-list {
    list-style: none;
    padding: 0;
    margin: 5px 10px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}


/* Items sin carrito (solo informativos) */
.product-item2{
    cursor: pointer;
    padding: 2px 0px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.product-item2::after {
    content: '/';
    margin: 0 4px;
    color: var(--bordo);
    font-weight: 400;
    font-size: 1.1rem;
}

.product-item2:last-child::after {
    content: '';
    margin: 0;
}

.product-item2:hover {
    background-color: rgba(232, 213, 196, 0.15);
}

.product-item2 .product-name {
    font-size: 1.1rem;
    color: black;
}

/* Product-item2 en box-salados - vertical sin separador */
.box-container .product-item2 {
    padding: 2px 5px;
    width: 100%;
    display: block;
}

.box-container .product-item2::after {
    display: none;
}

/* Product-item2 en box-dulces - inline con separador / como eventos */
.box-details .product-item2 {
    padding: 2px 4px;
    display: inline-flex;
}

.box-details .product-item2::after {
    content: '/';
    margin: 0 5px;
    color: var(--bordo);
    font-weight: 400;
    font-size: 1.1rem;
}

.box-details .product-item2:last-child::after {
    content: '';
    margin: 0;
}

/* Estilos específicos para SHOTS - productos verticales */
.shots-details .product-item2 {
    padding: 4px 5px;
    width: 100%;
    display: block;
}

.shots-details .product-item2::after {
    content: '';
    margin: 0;
}

/* Controles de shots en una sola línea */
.shots-controls-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 240px;
    margin: 20px auto;
    padding: 0 30px;
}

.shots-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: rgba(254, 254, 254, 0.6);
    border: 2px solid rgba(139, 46, 58, 0.2);
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.shots-info:hover {
    border-color: var(--bordo);
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 46, 58, 0.15);
}

.shots-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.shots-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--bordo);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shots-units {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
}

.shots-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bordo);
}

.shots-qty-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: rgba(254, 254, 254, 0.8);
    border-radius: 50px;
    padding: 3px 20px;
    margin-top: 5px;
}

.shots-actions {
    gap: 50px;
    display: flex;
    align-items: center;
}

.no-cart {
    cursor: pointer;
    padding: 2px 0px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.no-cart::after {
    content: '/';
    margin: 0 2px;
    color: var(--bordo);
    font-weight: 400;
    font-size: 1.1rem;
}

.no-cart:last-child::after {
    content: '';
    margin: 0;
}

.no-cart:hover {
    background-color: rgba(232, 213, 196, 0.15);
}

.no-cart .product-name {
    font-size: 1rem;
    color: black;
    font-style: italic;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

/* Items con carrito (productos comprables) */
.product-cart-item {
    background: rgba(254, 254, 254, 0.95);
    border-radius: 12px;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    transition: all 0.3s ease;
    width: 100%;
    cursor: pointer;
}

.product-cart-item:hover {
    border-color: var(--bordo);
    box-shadow: 0 4px 15px rgba(139, 46, 58, 0.15);
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
    cursor: pointer;
}

.product-name {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.2rem;  
    color: var(--negro);
    font-weight: 500;
}

.product-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--bordo);
    font-weight: 600;
}

.product-controls {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.qty-btn {
    background: rgba(139, 46, 58, 0.1);
    border: 1px solid var(--bordo);
    color: var(--bordo);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: var(--bordo);
    color: var(--blanco);
    transform: scale(1.15);
}

.qty-display {
    min-width: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--negro);
    font-family: 'Montserrat', sans-serif;
}

/* Estilos específicos para tortas con descripción */
.torta-item{
    margin-bottom: 10px;
}
.torta-item .product-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.torta-item .product-header {
    display: flex;
    align-items: center;
    gap: 30px;
}

.torta-item .product-name {
    font-size: 1.1rem;
    font-weight: 600;
}

.torta-item .product-price {
    font-size: 1.1rem;
    white-space: nowrap;
}

.product-description {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.8rem;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

.product-description em {
    color: #777;
    font-style: italic;
    font-size: 0.8rem;
}

.product-description strong {
    color: var(--bordo);
    font-weight: 700;
    font-size: 0.8rem;
}

/* ===================================
   Tortas Decoradas Styles
   =================================== */
.combos-dulces-intro,
.tortas-decoradas-intro {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    color: var(--bordo);
    font-weight: 600;
    padding: 20px;
    letter-spacing: 0.5px;
}

.tortas-decoradas-intro {
    margin: -10px 0 30px;
}

/* Título principal más grande */
.tortas-decoradas-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 30px;
}

/* Box vertical con toda la información */
.torta-info-box-vertical {
    background: rgba(254, 254, 254, 0.95);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(139, 46, 58, 0.1);
}

.info-section-vertical {
    padding: 20px 10px;
    border-bottom: 2px solid rgba(139, 46, 58, 0.1);
}

.info-section-vertical:last-child {
    border-bottom: none;
}

.info-section-vertical.importante {
    background: linear-gradient(135deg, rgba(139, 46, 58, 0.1), rgba(139, 46, 58, 0.05));
    border-radius: 15px;
    padding: 25px;
    margin-top: 20px;
}

.info-title-vertical {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    color: var(--bordo);
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.info-list-vertical {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.info-list-vertical li {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #555;
    padding: 6px 0;
}

.info-list-vertical li::before {
    content: '✓';
    color: var(--bordo);
    font-weight: bold;
    margin-right: 8px;
}

.info-list-vertical.extras {
    grid-template-columns: 1fr;
}

.info-list-vertical.extras li::before {
    content: '+';
}

.info-note-vertical {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin: 15px 0 0;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.info-note-vertical.extra-options {
    margin: 20px 0 10px;
    padding-top: 0;
    border-top: none;
    font-weight: 600;
    font-style: normal;
    color: var(--bordo);
}

.info-section-vertical.importante p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin: 10px 0;
}

/* Subtítulo de porciones */
.torta-porciones-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: var(--bordo);
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/* Selector de tamaños de tortas */
.torta-size-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
    padding-top: 20px;
    border-top: 2px solid rgba(139, 46, 58, 0.1);
}

.size-option-torta {
    background: rgba(254, 254, 254, 0.95);
    border: 3px solid rgba(139, 46, 58, 0.2);
    border-radius: 15px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.size-option-torta:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(139, 46, 58, 0.2);
    border-color: var(--bordo);
}

.size-option-torta.selected {
    background: linear-gradient(135deg, rgba(139, 46, 58, 0.15), rgba(139, 46, 58, 0.08));
    border-color: var(--bordo);
    border-width: 3px;
    box-shadow: 0 4px 15px rgba(139, 46, 58, 0.3);
}

.size-label-torta {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--bordo);
    margin-bottom: 15px;
    display: block;
}

.size-details-torta {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    display: block;
    margin: 5px 0;
}

/* Botón deshabilitado */
.btn-consultar-wsp-single.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}


/* Botón de consultar para single box */
.box-footer-single {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.btn-consultar-wsp-single {
    background: #25D366;
    color: white;
    border: none;
    padding: 16px 30px;
    border-radius: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    max-width: 350px;
}

.btn-consultar-wsp-single:hover {
    background: #1fb855;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-consultar-wsp-single svg {
    flex-shrink: 0;
}

.torta-decorada-card {
    background: rgba(254, 254, 254, 0.95);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(139, 46, 58, 0.1);
}

.torta-size-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: var(--bordo);
    font-weight: 700;
    text-align: center;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.torta-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 25px;
}

.torta-option {
    background: white;
    border: 2px solid rgba(139, 46, 58, 0.15);
    border-radius: 15px;
    padding: 20px;
}

.option-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: var(--negro);
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
}

.torta-specs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.torta-specs li {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #555;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.torta-specs li:last-child {
    border-bottom: none;
}

.torta-specs li::before {
    content: '•';
    color: var(--bordo);
    font-weight: bold;
    margin-right: 10px;
}

.btn-consultar-wsp {
    background: #25D366;
    color: white;
    border: none;
    padding: 16px 30px;
    border-radius: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.btn-consultar-wsp:hover {
    background: #1fb855;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-consultar-wsp svg {
    flex-shrink: 0;
}

/* Sección de información */
.torta-info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 40px 0;
}

.info-card {
    background: rgba(254, 254, 254, 0.95);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.info-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    color: var(--bordo);
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list.two-columns {
    column-count: 2;
    column-gap: 15px;
}

.info-list li {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #555;
    padding: 6px 0;
    break-inside: avoid;
}

.info-list li::before {
    content: '✓';
    color: var(--bordo);
    font-weight: bold;
    margin-right: 8px;
}

.info-list.extras li::before {
    content: '+';
}

.info-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin: 15px 0 0;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.info-note.extra-options {
    margin: 20px 0 10px;
    padding-top: 0;
    border-top: none;
    font-weight: 600;
    font-style: normal;
    color: var(--bordo);
}

/* Box Importante */
.importante-box {
    background: linear-gradient(135deg, rgba(139, 46, 58, 0.1), rgba(139, 46, 58, 0.05));
    border-left: 5px solid var(--bordo);
    border-radius: 15px;
    padding: 25px 30px;
    margin: 30px 0;
}

.importante-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    color: var(--bordo);
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.importante-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin: 10px 0;
}

/* Botón flotante de WhatsApp */
.floating-whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
}

.floating-whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.floating-whatsapp-btn svg {
    width: 32px;
    height: 32px;
    fill: white;
}

/* Botón flotante para agregar todos */
.floating-add-all-btn {
    position: fixed;
    bottom: -100px;
    right: 200px;
    background: #f1c2b8;
    color: var(--blanco);
    border: none;
    padding: 7px 15px;
    border-radius: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 3px solid var(--nude);
}

.floating-add-all-btn.visible {
    bottom: 20px;
    animation: bounceIn 0.6s ease-out;
}


.floating-add-all-btn:active {
    transform: translateX(-50%) scale(0.95);
}

.floating-add-all-btn .btn-text {
    font-size: 1rem;
}

.floating-add-all-btn .btn-counter {
    background: var(--blanco);
    color: var(--bordo);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    animation: pulse 2s infinite;
}

.floating-add-all-btn svg {
    flex-shrink: 0;
}

@keyframes bounceIn {
    0% {
        bottom: -100px;
        opacity: 0;
    }
    50% {
        bottom: 35px;
    }
    70% {
        bottom: 15px;
    }
    100% {
        bottom: 20px;
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

/* Notificación del carrito */
.cart-notification {
    position: fixed;
    top: 80px;
    right: 20px;
    background: #f1c2b8;
    color: var(--blanco);
    padding: 10px 15px;
    border-radius: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    z-index: 10000;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.3s ease;
}

.cart-notification.show {
    opacity: 1;
    transform: translateX(0);
}

/* Navigation Buttons en Menu Hero */
.menu-hero .navigation-buttons {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 3;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 95%;
    animation: fadeInUp 1s ease 0.5s backwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, 30px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.menu-hero .nav-btn {
    background: rgba(254, 254, 254, 0.15);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(254, 254, 254, 0.3);
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.4s ease;
    cursor: pointer;
    color: var(--blanco);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Cormorant Garamond', serif;
    white-space: nowrap;
}

.menu-hero .nav-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
    color: black;
}

.menu-hero .nav-btn:active {
    transform: translateY(-5px) scale(0.98);
}

.imagenBoxSalado{
    display: none;
}

/* Hamburger Menu */
.hamburger-menu {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    background: rgba(254, 254, 254, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(254, 254, 254, 0.3);
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hamburger-menu:hover {
    background: rgba(255, 255, 255, 0.9);
}

.hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--blanco);
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger-menu:hover span {
    background: var(--bordo);
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-nav-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: right 0.4s ease;
    padding: 80px 20px 20px;
    overflow-y: auto;
}

.mobile-nav-menu.active {
    right: 0;
}

.mobile-nav-menu > a {
    display: block;
    padding: 15px 20px;
    color: var(--bordo);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(139, 46, 58, 0.1);
    transition: all 0.3s ease;
}

.mobile-nav-menu > a:hover {
    background: rgba(139, 46, 58, 0.05);
    padding-left: 30px;
}

/* Mobile Dropdown Styles */
.mobile-dropdown {
    border-bottom: 1px solid rgba(139, 46, 58, 0.1);
}

.mobile-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    background: none;
    border: none;
    color: var(--bordo);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.mobile-dropdown-toggle:hover {
    background: rgba(139, 46, 58, 0.05);
    padding-left: 30px;
}

.mobile-dropdown-toggle::after {
    content: '▼';
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.mobile-dropdown.active .mobile-dropdown-toggle::after {
    transform: rotate(180deg);
}

.mobile-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    background: rgba(139, 46, 58, 0.03);
    transition: max-height 0.3s ease;
}

.mobile-dropdown.active .mobile-dropdown-menu {
    max-height: 300px;
}

.mobile-dropdown-menu a {
    display: block;
    padding: 12px 20px 12px 40px;
    color: var(--bordo);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-dropdown-menu a:hover {
    background: rgba(139, 46, 58, 0.08);
    padding-left: 50px;
}

/* ===================================
   Cart Icon - Menu Page
   =================================== */
.cart-icon {
    position: fixed;
    top: 15px;
    right: 40px;
    z-index: 999;
    background: rgba(254, 254, 254, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(254, 254, 254, 0.3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cart-icon:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
}

.cart-icon svg {
    width: 32px;
    height: 32px;
    stroke: var(--bordo);
    transition: stroke 0.3s ease;
    margin-top: 3px;
    margin-right: 4px;
}


.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--bordo);
    color: var(--blanco);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    border: 2px solid var(--blanco);
}

/* ===================================
   Box Size Selector - New Design
   =================================== */
.box-size-selector {
    display: flex;
    gap: 4px;
    margin: 10px 0;
    padding: 15px 40px;
    flex-wrap: wrap;
}

.size-option {
    flex: 1;
    min-width: 100px;
    background: rgba(254, 254, 254, 0.5);
    border: 2px solid rgba(139, 46, 58, 0.2);
    border-radius: 12px;
    padding: 10px 5px 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.size-option:hover {
    background: rgba(254, 254, 254, 0.8);
    border-color: rgba(139, 46, 58, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139, 46, 58, 0.15);
}

.size-option.selected {
    background: rgba(241, 194, 184, 0.3);
    border-color: var(--bordo);
    border-width: 3px;
}

.size-option.selected::before {
    content: '✓';
    position: absolute;
    top: 8px;
    right: 10px;
    color: var(--bordo);
    font-size: 1.2rem;
    font-weight: bold;
}

.size-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
}

.size-qty-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(254, 254, 254, 0.8);
    border-radius: 50px;
    padding: 3px 20px;
}

.size-label {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--bordo);
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.size-units {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    color: rgba(139, 46, 58, 1);
    margin-bottom: 4px;
}
.size-units2{
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: rgba(139, 46, 58, 1);
    margin-bottom: 4px;
}

.size-price {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--bordo);
    letter-spacing: 0.3px;
}

/* Box Controls - New Modern Design */
.box-footer-new {
    margin-top: 15px;
    padding: 5px 15px;
}

.box-controls-new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.qty-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--bordo);
}

.qty-controls-new {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(254, 254, 254, 0.6);
    border: 2px solid rgba(139, 46, 58, 0.2);
    border-radius: 50px;
    padding: 3px 20px;
}

.qty-btn-new {
    width: 26px;
    height: 26px;
    border: none;
    background: var(--bordo);
    color: var(--blanco);
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.qty-btn-new:hover {
    background: #a33545;
    transform: scale(1.15);
}

.qty-btn-new:active {
    transform: scale(0.95);
}

.qty-display-new {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: black;
}

.btn-add-new {
    background: linear-gradient(135deg, var(--bordo) 0%, #a33545 100%);
    color: var(--blanco);
    border: none;
    padding: 10px 15px;
    border-radius: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(139, 46, 58, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-add-new:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 46, 58, 0.4);
}

.btn-add-new:active {
    transform: translateY(0);
}

.btn-add-new svg {
    width: 18px;
    height: 18px;
}

/* Responsive */
@media (max-width: 1024px) {
    .menu-hero {
        width: 50%;
    }

    .menu-scroll-container {
        width: 50%;
        margin-left: 50%;
        padding: 0px 10px 40px 10px;
    }

    .menu-hero-logo img {
        height: 60px;
    }

    .menu-hero .navigation-buttons {
        gap: 12px;
        bottom: 70px;
    }

    .menu-hero .nav-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .menu-page-container {
        flex-direction: column;
    }

    .hamburger-menu {
        display: block;
    }

    .mobile-nav-menu {
        display: block;
    }

    /* Ocultar logo en móvil */
    .menu-hero-logo {
        display: none;
    }

    .cart-icon {
        top: 30px;
        right: 80px;
        width: 60px;
        height: 60px;
    }
    
    .cart-icon svg {
        width: 24px;
        height: 24px;
    }

    .cart-count {
        font-size: 0.75rem;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    /* Controles de producto responsive */
    .product-info {
        min-width: 150px;
    }

    .product-name {
        font-size: 1rem;
    }

    .product-price {
        font-size: 1rem;
    }

    .qty-btn {
        width: 35px;
        height: 35px;
        font-size: 1.3rem;
    }

    .qty-display {
        font-size: 1.1rem;
        min-width: 35px;
    }

    .floating-add-all-btn {
        padding: 15px 30px;
        font-size: 1rem;
    }

    .floating-add-all-btn .btn-counter {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }

    /* Boxes responsive */
    .box-actions {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }

    .box-controls {
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }

    .box-price {
        font-size: 1.2rem;
    }

    .btn-add-to-cart {
        width: 80%;
        justify-content: center;
        font-size: 1.1rem;
        padding: 8px 15px;
    }

    .cart-notification {
        top: 140px;
        right: 10px;
        left: 10px;
        text-align: center;
        font-size: 0.95rem;
        padding: 12px 20px;
    }

    .menu-hero .navigation-buttons {
        display: none !important;
    }

    .menu-hero::after {
        content: 'Menú';
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        font-family: 'Cormorant Garamond', serif;
        font-size: 2.5rem;
        font-weight: 600;
        color: var(--blanco);
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    }
    .menu-note{
        margin: 0;
        margin-top: 20px;
        font-size: 1.2rem;
        padding-bottom: 15px;
    }
    .menu-hero {
        width: 100%;
        height: 40vh;
        position: sticky;
        z-index: 10;
    }

    .menu-scroll-container {
        width: 100%;
        margin-left: 0;
        padding: 0px 20px 40px 20px;
    }

    .menu-hero-logo {
        top: 20px;
    }

    .menu-hero-logo img {
        height: 50px;
    }

    .section-title {
        font-size: 1.4rem;
        padding: 12px 30px;
        border-radius: 40px;
    }

    .menu-item h3 {
        font-size: 1.3rem;
    }

    .item-description {
        font-size: 1rem;
    }

    .box-description {
        font-size: 1rem;
    }

    /* Size selector responsive */
    .size-option {
        min-width: 120px;
        padding: 10px 12px;
    }

    .size-label {
        font-size: 0.95rem;
    }

    .size-units {
        font-size: 0.85rem;
    }

    .size-price {
        font-size: 1.1rem;
    }

    .btn-add-new {
        font-size: 1rem;
        padding: 10px 15px;
    }

    .qty-controls-new .qty-btn {
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }

    .qty-controls-new .qty-display {
        font-size: 1rem;
        min-width: 30px;
    }

    /* Tortas Decoradas Responsive */
    .tortas-decoradas-title {
        font-size: 2.2rem !important;
    }

    .info-list-vertical {
        grid-template-columns: 1fr;
    }

    .torta-size-selector {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .size-option-torta {
        padding: 15px;
    }

    .size-label-torta {
        font-size: 1.4rem;
    }

    .size-details-torta {
        font-size: 0.85rem;
    }

    .torta-info-box-vertical {
        padding: 20px;
    }

    .info-title-vertical {
        font-size: 1.4rem;
    }

    .torta-porciones-subtitle {
        font-size: 1.5rem;
    }

    .btn-consultar-wsp-single {
        font-size: 1.1rem;
        padding: 14px 25px;
    }
}

@media (max-width: 480px) {
    /* Controles de producto en móviles pequeños */
    .product-cart-item {
        flex-direction: column;
        align-items: stretch;
        padding: 12px 5px;
        gap: 12px;
    }
    .menu-section {
        padding: 20px 5px;
    }

    .product-info {
        width: 100%;
    }


    .product-price {
        font-size: 0.95rem;
    }
    
    .product-controls {
        gap: 10px;
        justify-content: center;
    }
    
    .qty-btn {
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }
    .product-list {
        margin: 0;
        padding: 10px 0px;
    }
    .qty-display {
        min-width: 8px;
        font-size: 1.1rem;
        font-weight: 600;
    }
    .size-details{
        gap: 5px;
    }

    /* Boxes en móviles pequeños */
    .box-price {
        font-size: 1.4rem;
        text-align: center;
    }

    .box-description {
        font-size: 0.95rem;
    }

    .btn-add-to-cart {
        font-size: 1rem;
        padding: 10px 0px;
        max-width: 300px;
    }

    .floating-add-all-btn {
        right: 0px;
        transform: translateX(-45%);
        padding: 8px 10px;
        font-size: 0.95rem;
        box-shadow: none;
        border: none;
    }

    .floating-add-all-btn.visible {
        bottom: 5px !important;
    }

    .floating-add-all-btn .btn-text {
        font-size: 0.95rem;
    }

    .floating-add-all-btn .btn-counter {
        width: 26px;
        height: 26px;
        font-size: 0.85rem;
    }

    .cart-notification {
        font-size: 0.9rem;
        padding: 10px 15px;
    }

    .section-title {
        font-size: 1.2rem;
        padding: 10px 20px;
        margin-left: 15px;
        margin-right: 15px;
        text-shadow: none;
        font-style: normal;
    }

    .menu-item{
        padding: 0 15px;
    }
    .menu-item h3 {
        font-size: 1.2rem;
    }

    .item-description {
        font-size: 0.95rem;
    }

    /* Size selector en móviles pequeños */
    .size-option {
        padding: 10px 0px;
    }

    .size-label {
        font-size: 1rem;
    }

    .size-units {
        font-size: 0.8rem;
    }

    .size-price {
        font-size: 1rem;
    }

    .btn-add-new {
        font-size: 0.8rem;
        padding: 6px 8px;
    }

    .qty-controls-new , .qty-btn {
        width: 25px;
        height: 25px;
        font-size: 1.1rem;
    }

    .qty-controls-new .qty-display {
        font-size: 0.95rem;
        min-width: 28px;
    }

    .cart-icon {
        width: 55px;
        height: 55px;
        right: 20px;
        top: 80px;
    }

    .cart-icon svg {
        width: 28px;
        height: 28px;
    }

    .cart-count {
        font-size: 0.7rem;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .imagenBoxSalado {
        display: block;
        width: 100%;
    }

    /* Específico para Fingers Salados - NO cambiar section-title */
    .fingers-salados-page .section-title {
        font-size: 1.4rem !important;
    }

    /* Controles de producto específicos para Fingers Salados */
    .fingers-salados-page .product-cart-item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0px;
        gap: 15px;
    }

    .fingers-salados-page .product-info {
        flex: 1;
        width: auto;
    }

    .fingers-salados-page .product-controls {
        flex-shrink: 0;
        gap: 6px;
        justify-content: flex-end;
    }

    .fingers-salados-page .qty-btn {
        width: 26px !important;
        height: 26px !important;
        font-size: 1rem !important;
    }

    .fingers-salados-page .qty-display {
        min-width: 25px !important;
        font-size: 0.9rem !important;
    }

    /* 1. EVENTOS - Productos en columna como SHOTS, sin "/" */
    .no-cart {
        padding: 8px 2px !important;
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .no-cart::after {
        display: none !important;
    }

    .no-cart .product-name {
        font-size: 1.2rem !important;
    }

    .menu-item h3 {
        text-align: center;
        margin-top: 40px;
    }

    /* 2. FINGERS SALADOS - Más width, menos padding lateral */
    .fingers-salados-page .product-cart-item {
        padding: 10px 5px !important;
    }

    .fingers-salados-page .menu-item {
        padding: 0 5px !important;
    }

    .fingers-salados-page .menu-section {
        padding: 20px 0px !important;
    }

    /* 3. SHOTS - Botón centrado y tamaño correcto */
    .shots-info {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .shots-label,
    .shots-units {
        display: inline !important;
    }

    .shots-price {
        margin-left: 0 !important;
        display: block !important;
    }

    .shots-controls-wrapper {
        gap: 20px !important;
        padding-left: 0 !important;
    }

    .shots-controls-wrapper .box-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .shots-controls-wrapper .box-controls {
        justify-content: center;
    }

    .shots-controls-wrapper .btn-add-to-cart {
        width: 70% !important;
        justify-content: center !important;
        font-size: 1rem !important;
        padding: 10px 18px !important;
    }

    /* 4. BOX DULCES - Sin padding/margin en productos, controles como box-salados */
    .box-details .product-item2 {
        padding: 5px 2px !important;
        margin: 0 !important;
    }

    .box-details .product-item2::after {
        margin: 0 3px !important;
    }

    .box-details .product-item2 .product-name {
        font-size: 1rem !important;
    }

    /* Box dulces - Controles iguales a box-salados */
    .box-footer-new {
        padding-top: 30px !important;
        padding-bottom: 10px !important;
    }

    .box-controls-new {
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
    }

    .qty-section {
        width: 100%;
        justify-content: center;
    }

    .qty-label {
        display: none !important;
    }

    .qty-controls-new {
        gap: 2px !important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
    }

    .qty-controls-new .qty-btn-new {
        width: 32px !important;
        height: 32px !important;
        background: rgba(139, 46, 58, 0.1) !important;
        border: 1px solid var(--bordo) !important;
        color: var(--bordo) !important;
        font-size: 1.2rem !important;
    }

    .qty-controls-new .qty-btn-new:hover {
        background: var(--bordo) !important;
        color: var(--blanco) !important;
    }

    .qty-controls-new .qty-display-new {
        min-width: 35px;
        font-size: 1.1rem !important;
    }

    .btn-add-new {
        width: 80% !important;
        justify-content: center !important;
        padding: 10px 18px !important;
        font-size: 1rem !important;
        text-transform: none !important;
    }

    .btn-add-new svg {
        width: 18px !important;
        height: 18px !important;
    }
    .box-container{
        padding: 10px 0;
    }
    .box-details{
        padding: 10px 0;
    }
    .box-size-selector{
        padding: 15px 20px;
    }
}