@media (max-width: 1250px) {
  .product {
    flex: 0 0 calc(100% / 3 - 20px);
  }
}

@media (max-width: 1024px) {
	.shop-flex-wrapper {
    flex-direction: column;
    gap: 20px;
}

.shop-flex-filter {
    flex: 0 0 auto;
}
	
  .product-right-inner {
    width: 100%;
  }

  .main-product-top {
    gap: 10px;
  }

  .product-fold1-img {
    position: relative;
    width: 100%;
    max-width: 540px;
}

  .product-bottom-titles.tabs-fold2-header {
    flex-direction: column;
    text-align: center;
}

.product-right {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}
}

@media (max-width: 980px) {
  .main-product-top {
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
  }

  .product-buttons {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .description-content {
    height: 250px;
  }
  .benefits-content {
    height: 250px;
  }
  .product {
    flex: 0 0 calc(100% / 2 - 20px);
  }
}

@media (max-width: 640px) {
  .product {
    flex: 1 0 calc(100% / 1 - 0px);
    height: 340px;
  }
}

@media (max-width: 480px) {
  .description-content {
    height: 300px;
  }
  .benefits-content {
    height: 300px;
  }
}

@media (max-width: 400px) {
  .description-content {
    height: 350px;
  }
  .benefits-content {
    height: 350px;
  }
}

@media (max-width: 350px) {
  .description-content {
    height: 400px;
  }
  .benefits-content {
    height: 400px;
  }
}

/* FOLD 4 - Carousel Responsive */
@media (max-width: 1024px) {
  .item-01 {
    display: none;
  }
  .item-02 {
    display: none;
  }
  .item-03 {
    display: none;
  }
  .item-05 {
    display: none;
  }
}

@media (max-width: 979px) {
  .product-citem {
    width: 100%;
    height: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .item-06 {
    display: none;
  }

  .item-07 {
    display: none;
  }
}

@media (max-width: 400px) {
  .fold-4 .title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .product-citem {
    width: 100%;
    height: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .product-citem {
    width: 100%;
    height: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* Woocommerce Specific Product Page Responsive */
@media (max-width: 1600px) {
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 800px;
  }
}

@media (max-width: 1400px) {
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 600px;
  }
}

@media (max-width: 1024px) {
  .main-product-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100%;
  }

  .product-right-inner {
    text-align: center;
  }

  .product-right {
    justify-content: center;
    align-items: center;
  }

  .product-right-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }

  form.cart {
    flex-direction: row;
  }

  p.stock-left {
    margin: 0 auto;
  }

  p.stock.in-stock {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .product-right-bottom {
    flex-direction: column;
  }
}
