html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/*Globales*/
img {
  width: 100%;
  margin: 0 auto;
}
h1,
h2,
h3 {
  margin: 0;
}

/*Utilidades*/
.banner-desk {
  display: none !important;
}
.contenedor-txt-sn {
  width: 98%;
  margin: 2% auto;
}
.contenedor-txt-sn h2 {
  color: #ffff;
  background-color: #454c4d;
  padding: 1.5% 0;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em;
}
@media (min-width: 330px) {
  .contenedor-txt-sn h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 448px) {
  .contenedor-txt-sn h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 600px) {
  .contenedor-txt-sn h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 780px) {
  .banner-desk {
    display: block !important;
  }
  .banner-mob {
    display: none !important;
  }
  .contenedor-txt-sn h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 900px) {
  .contenedor-txt-sn h2 {
    font-size: 2.1em;
  }
}
@media (min-width: 1200px) {
  .contenedor-txt-sn h2 {
    font-size: 2.4em;
  }
}
@media (min-width: 1400px) {
  .contenedor-txt-sn h2 {
    font-size: 2.8em;
  }
}
/*Banner Principal*/
.banner-principal-sn {
  width: 100%;
  margin: 0 auto;
}
/*Main*/
.contedor-categos-new {
  width: 98%;
  margin: 1% auto;
}
.contenido-categos-new {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catego-new {
  flex: 0 0 calc(25% - 0.3em);
}
.contenido-principal-sn,
.contenido-secundario-sn {
  width: 98%;
  margin: 2% auto;
}
.contenido-img-video-sn {
  margin: 2% auto;
}
@media (min-width: 780px) {
  .contenedor-video-ppal-sn video {
    height: 82vh;
  }
  .contenido-img-video-sn {
    margin: 1% auto;
    display: flex;
    justify-content: space-between;
  }
  .img-rayban-sn,
  .video-rayban-sn {
    flex: 0 0 50%;
  }
}
/* Carrusel: Contenido desplazable horizontal */
.tarjeta-best-seller a {
  display: block;
  text-decoration: none;
}
.contenedor-best-seller-sn {
  width: 98%;
  margin: 5% auto;
}
.carrusel-sn {
  display: flex;
  overflow-x: auto;
  gap: 0.25em;
  scroll-snap-type: x mandatory;
}
.carrusel-sn::-webkit-scrollbar {
  display: none; /* Oculta el scrollbar para un diseño limpio */
}
.carrusel-sn .tarjeta-best-seller {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 250px; /* Ajusta según el tamaño deseado */
  border: solid 0.1em #f82e33;
  border-radius: 0.2em;
}
/* Flex-linea: Tarjetas alineadas en una fila */
.flex-linea-sn {
  display: flex;
  justify-content: space-between;
  gap: 0.25em;
}
.flex-linea-sn .tarjeta-best-seller {
  flex: 0 0 auto;
  max-width: calc(25% - 0.25em); /* Divide en 4 tarjetas máximo */
  border: solid 0.1em #f82e33;
  border-radius: 0.2em;
}
.imagen-producto-bs-sn {
  padding: 0.5%;
}
.txt-producto-bs-sn h3 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 8%;
  color: #000;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 0.8em;
}
@media (min-width: 330px) {
  .txt-producto-bs-sn h3 {
    font-size: 0.9em;
  }
}
@media (min-width: 448px) {
  .txt-producto-bs-sn h3 {
    font-size: 1em;
  }
}
@media (min-width: 600px) {
  .txt-producto-bs-sn h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 780px) {
  .carrusel-sn .tarjeta-best-seller:hover,
  .flex-linea-sn .tarjeta-best-seller:hover {
    transition: 1s;
    transform: scale(0.98);
  }
  .txt-producto-bs-sn h3 {
    font-size: 0.9em;
  }
}
@media (min-width: 900px) {
  .contenedor-best-seller-sn {
    width: 95%;
    margin: 3% auto;
  }
  .carrusel-sn,
  .flex-linea-sn {
    gap: 1em;
  }
  .flex-linea-sn .tarjeta-best-seller {
    max-width: calc(25% - 1em);
  }
  .carrusel-sn .tarjeta-best-seller,
  .flex-linea-sn .tarjeta-best-seller {
    border: solid 0.15em #f82e33;
    border-radius: 0.45em;
  }
  .txt-producto-bs-sn h3 {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .txt-producto-bs-sn h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 1400px) {
  .txt-producto-bs-sn h3 {
    font-size: 1.2em;
  }
}
.contenedor-videos-sn {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 0.3em;
}
.videos-5-sn .video-sn {
  flex: 0 0 49%;
}
@media (min-width: 780px) {
  .contenedor-videos-sn {
    justify-content: space-between;
    gap: 0;
  }
  .videos-5-sn .video-sn {
    flex: 0 0 calc(20% - 0.5em);
  }
}
/*Descuento en producto*/
.contenedor-productos-google-sheet {
  box-sizing: content-box !important;
  margin-top: 5px;
  border: 0px;
}
.tarjeta-producto-pagos {
  border: solid 0.01em #ebebeb !important;
  border-radius: 20px;
  font-family: 'Oswald', sans-serif !important;
}
.tarjeta-producto-pagos .discount {
  background-image: none !important;
  border-radius: 50%;
  font-weight: bold;
  padding: 17px 5px 17px;
  background: #eb1d2a;
}
@media (max-width: 1240px) {
  .tarjeta-producto-pagos .discount {
    padding: 15px 2px 15px 3px;
  }
}
@media (max-width: 600px) {
  .tarjeta-producto-pagos .discount {
    padding: 12px 3px 12px;
  }
}
@media (max-width: 400px) {
  .tarjeta-producto-pagos .discount {
    padding: 12px 1px 12px;
  }
}
@media (max-width: 330px) {
  .tarjeta-producto-pagos .discount {
    padding: 11px 1px 11px;
  }
}
