/* *****
This is a CSS partial, minified file. It is referenced by the theme by default in theme.liquid.
If you would like to edit this code we recommend swapping to the un-minified version.
For full details and instructions please see our documentation:
https://support.weareeight.com/hc/en-us/articles/360020366578-Un-minified-CSS-Javascript
***** */
.homepage-featured-products .grid__item{margin-bottom:30px}.homepage-featured-products .no-bottom-margin{margin-bottom:0}

.title-bar {
    text-align: left;
}
.indiv-product .indiv-product-title-text {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}
.money-styling {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
      padding-bottom: 0;
}
.homepage-featured-products .grid__item {
    padding: 0;
}
/* .homepage-featured-products .grid__item:nth-child(4n) {
    padding-right: 0;
} */
.homepage-featured-products.row, .homepage-featured-products {
    margin: 0px;
}

 /* .homepage-sections-wrapper .swiper-button-next:after, .homepage-sections-wrapper .swiper-button-prev:after {
     display: none;
 }
 .homepage-sections-wrapper .swiper-button-next, .homepage-sections-wrapper .swiper-button-prev {
    position: unset;
    border: 1px solid #37493F;
    width: 34px;
    height: 34px;
    border-radius: 50%;
   background-image: none;
       margin: 0;
 }
.homepage-sections-wrapper .swiper-button-next.swiper-button-disabled, .homepage-sections-wrapper .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
.homepage-sections-wrapper .swiper-buttons {
    gap: 20px;
} */
.indiv-product {
    margin-bottom: 0;
}
.homepage-featured-products .grid__item {
    margin-bottom: 0;
 }
.template-index .shopify-section .homepage-sections-wrapper.best-sellers-sec {
    padding-bottom: 20px;
}
.collection-image-anim .grid__image {
	display: block;
}

@media (max-width: 767px) {
  .homepage-featured-products .grid__item {
      padding: 0;
  }
  .homepage-featured-products.row, .homepage-featured-products {
    margin-right: 0px;
    margin-left: 0px;
  }
}