*,
body {
  font-family: 'Muli', 'Roboto', arial, helvetica, sans-serif;
  font-size: 100%;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
.banner-mobile {
  display: none !important;
}
.banner-principal-sn {
  width: 100%;
  margin: 0 auto;
}
.banner-principal,
.banner-recoge-en-tienda,
.banner-express,
.banner-liberate {
  width: 96%;
  margin: auto;
  position: relative;
}
.banner-recoge-en-tienda,
.banner-express,
.banner-liberate {
  margin: 2% auto;
}
.banner-liberate,
.banner-principal {
  display: flex;
  align-items: center;
}
.text-banner.principal {
  color: #fff;
  background: #e2261d;
}
.grid-container {
  margin: 2% auto;
  width: 96%;
  height: auto;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 0.5em;
  padding: 0 2%;
  grid-template-areas: 'a b c';
}
.grid-item {
  display: flex;
  flex-wrap: wrap;
  background: white;
  border-radius: 5px;
  font-size: 3rem;
  position: relative;
  color: #000;
  align-items: center;
}
.grid-item:nth-child(1) {
  grid-area: a;
}
.grid-item:nth-child(2) .text-grid {
  right: 15%;
}
.grid-item:nth-child(2) {
  grid-area: b;
}
.grid-item:nth-child(3) {
  grid-area: c;
}
.grid-item img {
  width: 100%;
  display: block;
  height: 100%;
}
.text-grid {
  position: absolute;
  padding: 5px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
  right: 8%;
  width: fit-content;
}
.text-grid p {
  color: #fff;
  font-size: 1.45rem;
  text-shadow: 2px 2px 5px black;
  text-align: center;
}
.text-banner {
  position: absolute;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  padding: 5px;
}
.text-banner p {
  color: #fff;
  font-size: 1.15rem;
  text-shadow: 1px 1px 3px black;
  text-align: center;
}
.text-banner.bloqueador {
  left: 2%;
}
.contenedor-marcas {
  width: 96%;
  margin: 2% auto 0;
  display: flex;
  flex-wrap: wrap;
  background: #f3efee;
}
.card-marca {
  width: 22%;
  margin: 2% auto 1%;
}
@media (min-width: 448px) {
  .text-grid p {
    font-size: 1.6rem;
  }
  .text-banner p {
    font-size: 1.3rem;
  }
}
@media (min-width: 600px) {
  .text-grid p {
    font-size: 1.8rem;
  }
  .text-banner p {
    font-size: 1.5rem;
  }
}
.banner-desk {
  display: none !important;
}
@media (min-width: 780px) {
  .banner-desk {
    display: block !important;
  }
  .banner-mob {
    display: none !important;
  }
  .text-grid p {
    font-size: 1.1rem;
  }
  .text-banner p {
    font-size: 1.2rem;
  }
}
@media (min-width: 900px) {
  .text-grid p {
    font-size: 1.4rem;
  }
  .text-banner p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .text-grid p {
    font-size: 1.8rem;
  }
  .text-banner p {
    font-size: 2rem;
  }
}
@media (max-width: 780px) {
  .banner-desktop {
    display: none !important;
  }
  .banner-mobile {
    display: block !important;
  }
  .grid-container {
    grid-template-areas:
      'a'
      'b'
      'c';
  }
  .grid-item-dos:nth-child(1) .text-grid {
    left: 10%;
    width: 80%;
  }
  .text-banner.bloqueador {
    top: 5%;
    width: 80%;
    text-align: center;
    left: 10%;
    padding: 5px 0;
  }
}
@media (max-width: 400px) {
  .card-marca {
    width: 45%;
    margin: 2% auto;
  }
}

.contenedor-oferta-dia-sn {
  box-sizing: border-box;
}
.contenedor-oferta-dia-sn,
.contenedor-oferta-dia-sn:before,
.contenedor-oferta-dia-sn:after {
  box-sizing: inherit;
}
/*Descuento en productos*/
.contenedor-productos-google-sheet {
  box-sizing: content-box !important;
  margin-top: 5px;
  border: 0px;
}
.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;
  }
}
