.homepage-product-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.homepage-product-grid-wrapper .grid__item {
  margin-top: 0;
  margin-bottom: 30px;
}
.homepage-product-grid-wrapper .helper-content .grid__item {
  margin-top: 0;
}
.homepage-product-grid-wrapper .product-grid--price .money,
.homepage-product-grid-wrapper .product-grid--title {
  color: inherit;
}
.homepage-product-grid-wrapper
  .product-grid--price
  .money.price-line-through:not(.sale-price) {
  opacity: 0.5;
}

#CollectionAddToCartForm {
  width: 100%;
}
.featured-products-wrapper .quick-add-button,
.collection-tabs-wrapper .quick-add-button,
.collection-tabs-wrapper .quick-add-button-variants {
  color: #212121 !important;
  border: 1px solid #212121;
  width: 100%;
  display: block;
  background: transparent !important;
}
.collection-tabs-wrapper .sold-out-button {
  opacity: 70%;
  background-color: var(--primary-btn-bg-color) !important;
  color: var(--primary-btn-text-color) !important;
  border: none;
  width: 100%;
  display: block;
  cursor: not-allowed;
}
.featured-products-wrapper .quick-add-button svg {
  padding-left: 5px;
}
.featured-products-wrapper .quick-add-button svg path {
  fill: #212121;
}
.featured-products-wrapper .quick-add-button:hover,
.collection-tabs-wrapper .quick-add-button:hover,
.collection-tabs-wrapper .quick-add-button-variants:hover {
  background-color: var(--primary-btn-bg-color) !important;
  color: var(--primary-btn-text-color) !important;
  border: none;
}
.featured-products-wrapper .quick-add-button .right-arrow path {
  fill: #000;
}
.featured-products-wrapper .quick-add-button:hover .right-arrow path {
  fill: #fff;
}
.featured-products-wrapper .grid__item .grid-view-item img {
  border-radius: 15px;
  border: 1px solid #e2e2e2;
}
.featured-products-wrapper .sale-price {
  opacity: 50% !important;
  color: #212121 !important;
}
.featured-products-wrapper .money.price--sale-price,
.featured-products-wrapper .money.price--regular-price {
  color: #212121 !important;
  font-size: 20px;
  font-weight: 500;
}
.featured-products-wrapper
  .grid-view-item.text-align--left
  .product-grid--title {
  min-height: 50px;
}
.jdgm-prev-badge {
  text-align: left;
}
.jdgm-prev-badge__text,
.jdgm-preview-badge .jdgm-star.jdgm-star {
  font-size: 14px;
}
.jdgm-widget.jdgm-widget {
  display: block;
  height: 22.5px;
  display: block !important;
}

@media screen and (max-width: 920px) {
  .large--one-quarter {
    width: 33%;
  }
  .featured-products-wrapper .money.price--sale-price,
  .featured-products-wrapper .money.price--regular-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .show-view-all--button {
    margin-top: 20px;
  }
  .homepage-product-grid-wrapper .grid__item {
    padding: 0 7.5px;
  }
}
@media screen and (max-width: 769px) {
  .active .product-grid,
  .homepage-product-grid-wrapper {
    margin: 0 auto;
  }
  .featured-products-wrapper .homepage-product-grid-wrapper .grid__item {
    width: 50%;
  }
  .featured-products-wrapper .homepage-sections-wrapper {
    padding-bottom: 0;
  }
  .homepage-product-grid-wrapper .grid__item {
    padding: 0 32.5px;
  }
  .homepage-product-grid-wrapper .swiper-button-next,
  .homepage-product-grid-wrapper .swiper-button-prev {
    top: 38%;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after,
  .swiper-button-prev.swiper-button-disabled {
    line-height: 0.5;
    font-size: 16px;
    border-radius: 50px;
    padding: 10px;
    height: 30px;
    width: 30px;
    font-weight: bold;
  }
  .swiper-button-prev:after {
    border: 1px solid #212121;
    background: transparent;
  }
  .swiper-button-next:after {
    border: 1px solid #212121;
    background: #212121;
  }
  .swiper-button-next {
    right: -5px;
    color: #fff !important;
  }
  .swiper-button-prev {
    left: -5px;
    color: #212121 !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .homepage-product-grid-wrapper .grid__item {
    width: 100%;
  }
}