.ast-woo-shop-archive .site-content>.ast-container {
  max-width: 100vw !important;
  flex-direction: column;
  padding: 130px 0px 40px 0px;
}

.custom-products-loop {
  width: 1400px;
  max-width: 90vw;
  padding: 0 4rem;
  padding-top: 130px;
  align-self: center;
  justify-self: center;

  @media (max-width: 768px) {
    padding: 0 2rem;
    padding-top: 130px;
  }
}

.custom-products-loop .elementor-inserted-content {
  position: relative;
  z-index: 2;
  border-radius: 20px;

  img {
    border-radius: 10px;
  }
}

.custom-products-loop .btn-home {

  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #f4f0f0 !important;
  padding: .5rem 1.5rem;
  border-radius: 10px;
  z-index: 20;
  background-color: #ce1141;

  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  transition: transform 0.3s ease-in-out;
  width: fit-content;
  aspect-ratio: 5 / 1;
  height: auto;
}

.custom-products-loop .btn-home:hover {
  transform: scale(1.1);
}

.custom-products-loop .btn-home a {
  color: #f4f0f0 !important;
  text-decoration: none;
  display: block;
  padding: 0.5vw 2vw;
}


/*FEATURED PRODUCT*/
.featured-product {
  display: grid;
  justify-content: center;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: 'description image sellos';
  align-self: center;
  justify-self: center;

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      'image'
      'description'
      'sellos';
    justify-content: center;
    align-items: center;

  }
}

.info-featured-product {
  top: 50%;
  left: 10vw;
  grid-area: description;
}

.featured-product .product-image {
  grid-area: image;
  height: 80vh;
  align-self: center;
  justify-self: center;
  object-fit: cover;
	@media (max-width: 768px) {
		height: auto;
	}
}

.featured-product h2 {
  color: #ce1141;
  text-transform: uppercase;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.2;

  @media (max-width: 768px) {
    font-size: 3rem;

  }
}

.featured-product .product-description {
  line-height: 1.2;
  font-size: 18px;
  font-size: black;
  font-weight: normal;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}


.featured-product .product-description {
  text-align: start;
}

.featured-product .sellos-container {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.5rem;
    grid-area: sellos;
    align-self: flex-end;
    justify-self: flex-start;
    width: 30%;
  @media (max-width: 768px) {
    align-self: center;
    justify-self: center;
  }
}

.sello-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;

  .sello-name {
    text-transform: uppercase;
    color: #ce1141;
    font-weight: 900;
    font-size: .9rem;
    max-width: 90px;
    text-align: center;
    line-height: 1;
  }

}

- .featured-product .sellos-container img {
  aspect-ratio: 1 / 1;
  max-width: 90px;
}

/*images with position absolute*/
.category-espiga,
.background-left,
.background-right {
  position: absolute;
}

.background-right {
  right: 0;
  top: 5vh;
  height: 40vh !important;
}

.background-left {
  left: 0;
  top: 80vh;
  height: 70vh !important;
	@media (max-width:768px){
		display: none;
	}
}

.category-espiga {
  background-image: url(../assets/archive-product-espiga.webp);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 40vh;
  height: 70vh;
  top: -5vh;
  right: 0;
}

.category-espiga-left {
  position: absolute;
  background-image: url(../assets/archive-product-espiga.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 35vh;
  height: 65vh;
  top: 0;
  left: -10px;
  transform: scaleX(-1) scaleY(-1);
  top: 80vh;
}

/*OTHER PRODUCTS*/
.other-products {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 40px;
}

.other-products .product-description,
.other-products .sellos-container {
  visibility: hidden;
  height: 0;
}

.other-products .product-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.other-products img {
  width: 240px;
}

.other-products h3 {
  text-align: center;
  color: #ce1141;
  text-transform: uppercase;
  font-size: 3.7vw;
  font-weight: 800;
}

.nuestros-productos-1

/*Este es el titulo   pero para colocarlo bien en mobile se colocó en otro lugar para que se ajuste.*/
  {
  display: none;
}

.other-products img {
  width: auto;
}

.other-products h4 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  padding: 0 30px;
}

.other-products .swiper {
  width: 100%;
  padding: 0 40px;
}

.other-products .white-bg {
  position: absolute;
  width: 100%;
  height: 50vh;
  bottom: 0;
  background-color: white;
  border-radius: 1rem;
  z-index: 0;
}

.other-products .ver-todos-btn {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 13.5px;
  gap: 0;
  background: #ce1141;
  text-decoration: none !important;
  color: #fff;
  border-radius: 6px;
  margin: 30px auto 60px auto;
  text-align: center;
  opacity: 1;
  z-index: 1;
  font-weight: 800;
}


.other-products .swiper-button-prev::after {
  content: url("../assets/prev.svg");
}

.other-products .swiper-button-next::after {
  content: url("../assets/next.svg");
}

.other-products .swiper-button-prev,
.other-products .swiper-button-next {
  top: 70%;
}

@media (max-width: 768px) {

  .custom-products-loop .btn-home {
    top: 120px;
    left: 10vw;
    font-size: 2vw;
  }

  .category-espiga,
  .background-right {
    position: absolute;
    width: 25vw;
    height: 35vw !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    top: 5%;
  }

  .background-left {
    position: absolute;
    width: 30vw !important;
    height: auto !important;
    object-fit: contain;
    top: 45%;
  }

  .category-espiga-left {
    position: absolute;
    width: 25vw;
    height: 35vw !important;
    aspect-ratio: 1 / 1;

    top: 45%;
    left: -10px;
    transform: scaleX(-1) scaleY(-1);
  }

  .nuestros-productos-1 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 20vw;

    text-align: center;
    color: #ce1141;
    text-transform: uppercase;
    font-size: 5vw;
    margin-bottom: 14vh;
    font-weight: 800;
    top: 170%;
  }

  .info-featured-product {
    text-align: center !important;

    ul,
    li,
    p {
      font-size: 1.2rem;
    }
  }

  .featured-product .product-image {
    margin-top: 10px;
    width: 60vw;
  }

  .sellos-container {
    padding-top: 3vw;
    left: 0 !important;
    display: flex;
    justify-content: center;
    top: 95%;
  }



  .nuestros-productos {
    font-size: 3rem;
  }

  .sellos-container img {
    height: auto !important;
    max-width: 8rem;
  }

  .product-description {
    font-size: 2.5vw !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {

  .custom-products-loop .btn-home {
    top: 90px;
    left: 10vw;
    font-size: 1.3vw;
  }


  .category-espiga {
    width: 35vw;
    height: 45vw !important;
    object-fit: contain;
  }

  .background-right {
    width: 25vw;
    height: 35vw !important;

    object-fit: contain;
  }

  .background-left {
    position: absolute;

    width: 30vw !important;
    height: auto !important;
    object-fit: contain;
  }

  .category-espiga-left {
    position: absolute;
    position: absolute;
    width: 25vw;
    height: 35vw !important;
    aspect-ratio: 1 / 1;
  }

  .product-image {
    margin-top: 10px;
    height: auto;
  }

}