@media screen and (max-width:749px) {
  .collection .grid__item: only-child {
    flex: 0 0 100%;
    max-width: 100%}
}@media screen and (max-width:989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: .7;
}
@media screen and (min-width:750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}.collection.loading .loading-overlay {
   display: block;
 }
.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}
.collection__view-all {
  margin-top: 2rem;
}
.products {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products .swiper-slide {
  height: auto;
}

.featured-collection-section .collection, .collection .grid__item {
  overflow: hidden;
}

.featured-collection-section .card,
.collection .grid__item {
  padding: 16px 16px 24px;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
	.featured-collection-section .card,
		.collection .grid__item {
			padding: 10px 10px 20px;
		}
}

.featured-collection-section h2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
}

.featured-collection-section .card .card__heading {
  color: #582931;
}

.featured-collection-section .featured-collection__arrows.swiper-button-prev, .featured-collection-section .featured-collection__arrows.swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  transition: all .3s!important;
  width: 72px;
  height: 56px;
  background-color: transparent;
  border: 1px solid #CECECE;
  border-radius: 12px;
  display: flex;
}

.featured-collection-section .featured-collection__arrows.swiper-button-prev:hover svg, .featured-collection-section .featured-collection__arrows.swiper-button-next:hover svg {
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .featured-collection-section .featured-collection__arrows.swiper-button-prev:hover, .featured-collection-section .featured-collection__arrows.swiper-button-next:hover {
    background-color: #000;
    transition: all .3s;
  }

  .featured-collection-section .featured-collection__arrows.swiper-button-prev:hover svg path, .featured-collection-section .featured-collection__arrows.swiper-button-next:hover svg path {
    fill: #fff;
    transition: all .3s;
  }
}

.featured-collection-section .featured-collection__arrows.swiper-button-next {
  right: auto;
}

.featured-collection-section__slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  gap: 12px;
}

.featured-collection-section__slider-arrows .swiper-arrow svg {
  width: auto;
}

.featured-collection-section__slider-arrows .swiper-arrow svg path {
  fill: black;
}

.featured-collection-section .slider-wrapper  {
  padding: 0;
}

.featured-collection-section .page-width {
  padding-left: 0;
  padding-right: 0;
}

.featured-collection-section .page-width--slider {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .featured-collection-section .featured-collection__arrows {
    display: block;
  }

  .featured-collection-section .card-wrapper .button {
    width: auto;
    min-width: 164px;
  }

  .featured-collection-section h2 {
    font-size: 42px;
    line-height: 28px;
  }

  .featured-collection-section__slider-arrows {
    margin-top: 50px;
  }

  .featured-collection-section .featured-collection__arrows.swiper-button-prev, .featured-collection-section .featured-collection__arrows.swiper-button-next {
    width: 56px;
    height: 40px;
  }
}

.grid__item .button {
	margin-top: 24px;
}

@media screen and (max-width: 767px) {
	.grid__item .button {
		margin-top: 12px;
	}
}