.mobile-header__logo img{
    max-height: 45px;
}
body{
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

.search__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}
.mobile-search__input{
    font-size: 13px;
}
.font-m{
    font-size: medium !important;
}
.swal2-popup{
    padding: 0px;
}
.swal2-title{
    padding: 0px !important;
}
.verde{
    color: #5C8B45 !important;
}
.block-slideshow__item-details {
    display: contents;
    color: black;
}
.block-slideshow__item-title{
    padding-top: 30%;
}
.block-features__item {
    padding: 1.5rem 2rem;
}
.block-features__item-subtitle{
    font-size: small;
}
.footer-contacts__contacts{
    font-size: 13px;
}
.footer-links__title{
    font-size: 18px;
}
.rojo{
    color: #e52727;
}
.blanco{
    color: white;
}
.btn-whatsapp{
        background-color: #4DC247!important;
    bottom: 20px;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
}

#btn-whatsapp-fixed.hide-when-consulta {
    display: none;
}
.alert {
    font-size: 13px !important;
}
.alert-error{
    background:#ffb8b8;color:#473333
}

.active-op-header{
    background-color: #f2f2f2;
}
.faq__question {
    width: auto;
    text-align: justify;
}
.faq__header {
    padding: 0px 0 52px;
}
.dashboard__address, .dashboard__profile{
    width: 100%;
}
.status-badge{
    padding: 0px 16px
}

.input-number__add,.input-number__sub{
    position:absolute;
    height:100%;
    width:24px;
    top:0;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    opacity:.3;
    transition:opacity .18s
}
.input-number__add:after,.input-number__add:before,.input-number__sub:after,.input-number__sub:before{
    display:block;
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    background:currentColor
}
.input-number__mas:before,.input-number__menos:before{
    width:8px;
    height:2px
}
.input-number__mas:hover,.input-number__menos:hover{
    opacity:1
}
.input-number__menos{
    left:1px
}
.input-number__mas{
    right:1px
}
.input-number__mas:after{
    width:2px;
    height:8px
}
[v-cloak] {
  display:none;
}

.status-badge{
    margin-top: 7px !important;
    display: flex;
}
.status-badge__text{
    font-size: 12px;
}

.bootstrap-touchspin-down,.bootstrap-touchspin-up{
    font-size: 8px !important;
    padding: 8.5px 10px !important;
}

.titulo-sweet{
    margin-top: 20px !important;
}

.font-l{
    font-size: large !important;
}
.font-s{
    font-size: small !important;
}
.swal2-loader{
    border-color: #e52727 transparent #e52727 transparent !important;
}

.precio-sin-oferta{
    padding-left: 6%;
    padding-bottom: 0px;
    padding-top: 11px;
    text-decoration-line: line-through;
}

.precios-ver-producto{
    display: flex;
    width: 100%;
}

.address-card__body {
    line-height: 22px;
}

.cursor{
    cursor: pointer;
}
.widget__header h4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
}
.widget-categories__link{
    margin-right: 0px;
}

.noUi-tooltip{
    font-size: 12px;
    width: 150px;
}
.filter__container {
    padding: 10px 2.5rem 16px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .block-slideshow__item-title{
        padding-top: 0;
    }
    .block-slideshow__item-details {
        color: #6c757d;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
     .indicator__value {
        font-size: 16px;
    }
    .topbar{
        font-size: 13px;
    }
    .search__input{
        font-size: 13px;
    }
    .megamenu-links__item-link {
        font-size: 14px;
    }
    .phone__body{
        font-size: 15px;
    }
    .phone__title {
        font-size: 13px;
    }
}

/*XX-Large devices(larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}

.invalid-feedback ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-inline-start: 0px;
}
.invalid-feedback ul {
    padding-inline-start: 0px!important;
}

.foo {
    display: block;
    color: #e52727;
    padding: 5px 0;
    font-weight: 500;
    transition: color .12s;
    margin-right: 34px;
}

@media (max-width: 1199.98px) {
    .block-header__title {
        font-size: 1.5rem;
    }
    .card-title {
        font-size: 20px;
    }
    body{
        font-size: 14px;
    }
    .footer-contacts__title {
        font-size: 20px;
    }
    .footer-links__title {
        font-size: 16px;
    }
    .footer-links__list {
        font-size: 13px;
        line-height: 15px;
    }
    h2 {
        font-size: 24px;
    }
    label {
        font-size: 14px;
    }
    .form-control{
        font-size: 14px;
    }
    .btn:not(.btn-icon) {
        font-size: 14px;
    }
    .card-title {
        font-size: 18px;
    }
    .checkout__totals{
        font-size: 14px;
    }
    .checkout__totals-footer {
        font-size: 16px;
    }
    h1 {
        font-size: 28px;
    }
    .cart__totals-table tfoot {
        font-size: 16px;
    }
    .breadcrumb {
        font-size: 12px;
    }
}
@media (max-width: 575.98px){
    .about__card-title {
        padding: 8px 0 24px;
        font-size: 24px;
    }
    .about__card {
        padding: 24px 28px;
        font-size: 13px;
    }
}

@media (max-width: 767.98px){
    .about__indicators-item-value {
        font-size: 28px;
    }
    .product--layout--full .product__title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 991.98px){
    .product--layout--full .product__price {
        font-size: 20px;
    }
}

.grecaptcha-badge {
    bottom:100px !important;
}

/* visual separator between numbers */
.header__navbar-phone .phone__number + .phone__number{
  border-left: 1px solid rgba(0,0,0,0.12);
  padding-left: 12px;
  margin-left: 10px;
}

/* responsive: hide the title when horizontal space is very tight */
@media (max-width: 980px){
  .header__navbar-phone .phone__title{
    display: none;
  }
  .header__navbar-phone .phone__number{
    font-size: 12px;
  }
}

/* optional: make numbers slightly bolder for readability */
.header__navbar-phone .phone__number{
  font-weight: 500;
}

/* Multi-product selection styles */
.consulta-multiple-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    display: none;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.consulta-multiple-fab.active {
    display: flex;
}

.consulta-multiple-fab:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

.consulta-multiple-fab .badge-count {
    background: #e52727;
    color: white;
    border-radius: 50%;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    padding: 0 6px;
}

.consulta-multiple-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    max-height: 500px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    z-index: 1001;
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.consulta-multiple-panel.active {
    display: flex;
}

.consulta-panel-header {
    background: #128C7E;
    color: white;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consulta-panel-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.consulta-panel-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.consulta-panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
    max-height: 320px;
}

.consulta-producto-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}

.consulta-producto-item:hover {
    background: #f8f8f8;
}

.consulta-producto-item:last-child {
    border-bottom: none;
}

.consulta-producto-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.consulta-producto-info {
    flex: 1;
    min-width: 0;
}

.consulta-producto-codigo {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 2px;
}

.consulta-producto-nombre {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.consulta-producto-remove {
    background: #e52727;
    border: none;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.consulta-producto-remove:hover {
    background: #c41e1e;
    transform: scale(1.1);
}

.consulta-panel-footer {
    padding: 12px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 8px;
}

.consulta-panel-footer button {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-enviar-whatsapp {
    background: #25D366;
    color: white;
}

.btn-enviar-whatsapp:hover {
    background: #128C7E;
    transform: translateY(-1px);
}

.btn-cancelar-consulta {
    background: #f0f0f0;
    color: #666;
}

.btn-cancelar-consulta:hover {
    background: #e0e0e0;
}

.btn-add-consulta {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #25D366;
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.btn-add-consulta:hover {
    background: #128C7E;
    transform: scale(1.1);
}

.btn-add-consulta.added {
    background: #e52727;
}

.btn-add-consulta i {
    font-size: 16px;
}

.consulta-panel-empty {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.consulta-panel-empty i {
    font-size: 48px;
    margin-bottom: 12px;
    color: #ddd;
}

@media (max-width: 767px) {
    .consulta-multiple-fab {
        bottom: 15px;
        right: 15px;
        padding: 10px 16px;
        font-size: 14px;
    }

    .consulta-multiple-panel {
        bottom: 15px;
        right: 15px;
        left: 15px;
        width: auto;
        max-height: 70vh;
    }

    .btn-add-consulta {
        width: 28px;
        height: 28px;
    }

    .btn-add-consulta i {
        font-size: 14px;
    }
}

.btn.consultar {
    transition: all 0.3s ease;
}

.btn.consultar.added,
.btn.agregar-al-carrito.added,
.agregar-al-carrito.added {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn.consultar.added:hover,
.btn.agregar-al-carrito.added:hover,
.agregar-al-carrito.added:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

/* Asegurar que el color verde sea visible en todos los estados */
.btn-primary.added,
button.added {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
