/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-collection__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr; /* Texto más grande, imagen más chica */
  align-items: center;
  gap: 20px; /* Espacio entre ellos */
}

.image-collection {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.bs-collection__description {
  max-width: 1000px;
  font-size: 1rem;
  line-height: 1.5;
  color: #6c757d; /* estilo muted */
}

@media (max-width: 768px) {
  .bs-collection__wrapper {
    grid-template-columns: 1fr; /* En móvil apilados */
    text-align: center;
  }
}

.marquee-box {
  overflow: hidden; /* recorta el texto que salga del contenedor */
  position: relative;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 10s linear infinite; /* duración y movimiento */
}

.marquee span {
  display: inline-block;
  padding-left: 100%; /* empuja el texto fuera del contenedor al inicio */
  color: #ffffff; /* color del texto */
  font-weight: bold;
  font-size: 18px;
}

@keyframes marquee {
  0%   { transform: translateX(100%); } /* empieza fuera del alert por la derecha */
  100% { transform: translateX(-100%); } /* termina fuera del alert por la izquierda */
}






.bs-brands__item{
        background: #ffffff00;
    }


.bs-collection__product-final-price {
    color: #000000;
}


.bs-footer__top-section {
    color: white;
}

.bs-parallax__content {
    font-size: 33px;
}



.bs-footer__link__icon {
    color: #ffffff;
}

.bs-footer {
        background-image: linear-gradient(#e12519, rgb(0 0 0 / 50%)), url(footernew.png);
    background-size: cover;
    max-width: 100%;
}

.btn-primary:hover  {
    background: var(--secondary-hover-color);
    border-color: var(--secondary-hover-color);

}

.cart-items {

background: var(--primary-color);
}


.bs-copyright {
    background: #05000600;

}

@media screen and (max-width: 992px)	{
.bs-title-home {
    font-size: 18px;
    }}

    .alert {
    background: #e12519;
    border-color: #e12519;
}
    .alert {
    border-color: #e12519!important;
}

.bs-collection__product-brand {
    color: #1a1a1a;
    font-size: 1rem;
    background: #f9f9f9b5;
}
@media screen and (max-width: 992px)	{
.bs-title-home {
    padding: 5rem 0 1rem;
}}

@media screen and (min-width: 993px)	{
.bs-title-home {
    padding: 1rem 0 1rem;
}}


.bs-pay-method {
    opacity: 0.8;
}

.button_form:hover {
    background: #303030;
}

.bs-menu__lv1:hover, .show>.bs-menu__lv1 {
    opacity: 0.6;
}

.panel-heading  {
 text-transform: uppercase;
 }
 
 
 @media screen and (min-width: 1px) {
    .chat-whatsapp, .chat-facebook {
    position: fixed;
    bottom: 50%;
    right: 1rem;
    flex-direction: column;
    z-index: 9000;
}
}

.chat-whatsapp {
     box-shadow: 0 0 5px 0 rgba(0,0,0,.0);
}

@media screen and (min-width: 1px){
.chat-whatsapp {
    background: #fff;
    border-radius: 50rem;
    border: 1px solid #EAEAEA;
}
}

.bs-footer__social .chat-whatsapp {
    background: var(--chat-whatsapp-bg-color);
    color: var(--chat-whatsapp-txt-color);
    bottom: 14rem;
}

@media screen and (min-width: 1px) {
.bs-footer__social .chat-facebook {
        background:#fff ;
        color: #007bff ;
        border-color:#007bff ;
    }


}
.banner-principal__slide__img {
    height: 0;
    overflow: hidden;
    padding-bottom: calc(100% * var(--ratio));


}



.chat-facebook {
  display: none !important;
}
<style>
  /* Contenedor principal: todos los .my-2 uno al lado del otro */
  #bs-product-description {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
  }

  /* Quitar display:flex del .my-2 */
  .my-2 {
    display: block; /* vuelve al comportamiento normal */
    margin: 0;
  }

  .descripcion-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* Botones estilo “Stock por sucursal” */
  .descripcion-item {
    background-color: #c00;
    color: #fff;
    border: none;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 14px;
    line-height: 1.2;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }

  .descripcion-item:hover,
  .descripcion-item:focus {
    background-color: #a50000;
  }

  /* Contenido debajo del botón */
  .descripcion-contenido {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #f9f9f9;
    margin-top: 6px;
  }
</style>

bs-img-square {
border-color: #dddddd;
}

bs-collection__product__img {
border-color: #dddddd;
}

.full-width {
    position: relative;
    width: 100vw !important;
    height: 45vh;
    left: 50%;
    margin-left: -45vw;
    overflow: hidden;
}

.alert-primary {
    color: #ffffff;
    }

.bs-brands__item {
    background: white !important;
    }
    
    .chat-widget {
    --box-shadow-widget: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    position: fixed;
    bottom: 200px;
    z-index: 1000;
    right: 10px;
}

.special-header .bs-header {
    background: var(--header-bg-home, var(--header-bg));
}

    .special-header .bs-header::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: var(--header-bg);
}

.special-header {
    background: transparent;
}

.bs-parallax__content {
    padding: 2rem 1rem;
    color: var(--parallax-color, white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vw;
    margin-bottom: 1rem;
    filter: drop-shadow(2px 2px 2px black);
}

    .bs-parallax__content {
        min-height: 50vh;
    }

    .chat-widget__btn {
    background: #37d36d;
  }
