.announcement-bar {
    font-family: 'Ruda', sans-serif;
    font-size: 16px;
}
.bs-header-navbar {
    background: #ffffff;
}
.bs-menu__lv1 {
    text-transform: uppercase;
}
.bs-title, .bs-title a, .bs-title:hover {
    text-transform: uppercase;
    color: #202134;
    font-size: 26px;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
.bs-title, .bs-title a, .bs-title:hover{
    font-size: 20px;
    }
    }

.bs-footer {
    box-shadow: 0px 2px 10px -4px rgb(0 0 0 / 75%);
    background: #1f1f1f;
    color: #ffffff;
}

.bs-footer__title{
    color: white;
    text-transform: uppercase;
}
.bs-footer__link {
    color: white;
    font-size: 15px;
}
.bs-footer__title + small {
  color: #ffffff;
}
.bs-footer__social .btn-social {
    border: white;
    color: white;
    font-size: 24px;
}
.bs-footer__link__icon {
    color: #9a9a9a;
}
.bs-form-inline form .form-group .btn {
    border-color: white;
    border-left-color: #1f1f1f;
}
.logo-header {
    height: auto;
    max-width: 100%;
}
/** Chat modificacion **/
.bs-footer__chat .chat-whatsapp {
    background: #25D366;
    color: white;
    position: fixed;
    z-index: 5000;
    right: 1em;
    border: 0;
    border-radius: 50rem;
    width: 3.3rem;
    height: 3.3rem;
    margin: 1rem .125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2.1rem;
}



/** Coleccion Producto  **/
.border {
    border: 0px solid #dee2e6 !important;
}
.bs-collection__product-title {
    font-size: 15px;
    text-transform: uppercase;
}
.bs-collection__old-price, .bs-collection__product-final-price {
    font-size: 16px;
}
.bs-collection__product-brand {
    display: none;
}
.my-2 {
    display: none;
}
.bs-product__title {
    text-transform: uppercase;
}
.bs-product__final-price {
    font-size: 28px;
}
.bs-product__final-price, .bs-product__original-price {
    font-weight: 600;
}

/**Ruta migas de pan, dentro del producto**/
.breadcrumb {
    background: #fafafa;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/"; 
  padding: 0.1 0.1rem;
  color: #6c757d; /* gris Bootstrap */
}
.breadcrumb-item.active {
    text-transform: uppercase;
    color: #6c757d;
    font-size: 14px;
}
.breadcrumb-item a {
    color: #212529;
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .2rem;
}

.floating-menu {
    height: 75px;
}
@media screen and (max-width: 992px) {
    .bs-footer_section_logo.bs-footer_section_logo {
       
    }
    .bs-header {
        text-align: center;
    }
}

/** Colección Home grilla unificada **/
.bs-collection-home .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* escritorio: 3 columnas */
    gap: 1rem; 
}

/* Tablets y móviles */
@media (max-width: 768px) {
    .bs-collection-home .grid {
        grid-template-columns: repeat(2, 1fr); /* móvil: 2 columnas */
    }
}
/* Logo Cabecera */
@media screen and (min-width: 1200px) {
    .logo-header {
        max-width: 336px;
        margin-top: -11px;
    }
}

.bs-footer__social .btn-social {
    font-size: 30px;
    }

@media screen and (max-width: 992px) {
    .bs-footer_section_logo.bs-footer_section_logo {
        margin-left: 20px;
        }
    }
/*Logo en Grande version movil*/
@media (max-width: 992px) {
    img[data-bs="header.logo"] {
        width: 100% !important;
        }
    }

.slick-dots {
    display: none;
    }
/*Ajustes de espacios entre secciones*/
.bs-collection-home .grid {
    margin-bottom: -50px;
    }
.bs-horizontal-slider.slick-initialized {
    margin-top: -30px;
    }
.text-center {
    margin-bottom: -20px;
    }
/*Fin Ajustes de espacios entre secciones*/

.bs-menu__close {
    text-align: left;
}

.badge-primary {
    background: #d3d3d3;
    display: none !important;
    }

.bs-cart a {
    font-weight: bold;
    text-decoration: underline;
}

.bs-variant-select {
    font-size: 14px;
       width: auto;
}

.bs-variant-select__label
{

place-self: center;
}
