/* =========================
   GLOBAL
========================= */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #EFE9E1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.top-navbar {
  padding-top: .375rem;
  padding-bottom: .375rem;
  background-color: #72383D;
}

.top-navbar .s-search-input {
  background-color: #fff;
  border-style: none;
}


/* =========================
   SECTION 1
========================= */

section:nth-of-type(1) {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

section:nth-of-type(1) .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background-image: none;
}

section:nth-of-type(1) img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  background-color: transparent;
}


/* =========================
   SECTION 2
========================= */

section:nth-of-type(2) {
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
  padding: 0 15px;
}

section:nth-of-type(2) img {
  width: 100%;
  height: auto;
  display: block;
  background-color: transparent;
}


/* =========================
   SECTION 3
========================= */

section:nth-of-type(3) {
  width: 100%;
  max-width: 1070px;
  margin: 30px auto 0;
  padding: 0 35px;
}

section:nth-of-type(3) > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

section:nth-of-type(3) a {
  width: 100%;
  height: 290px;
  min-width: 0;
  display: block;
  background-color: transparent;
  overflow: hidden;
}
section:nth-of-type(3) a:first-child {

  height: 290px !important;

}

section:nth-of-type(3) img {
  width: 100%;
  height: auto;
  aspect-ratio: 268 / 320;
  object-fit: cover;
  display: block;
}


/* =========================
   PRODUCTS
========================= */

.s-slider-block__title-right {
  margin-bottom: 2rem !important;
  border-bottom: 3px solid #333 !important;
  padding-bottom: 11px !important;
}

.s-slider-block__title h2 {
  position: relative;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.s-button-btn,
.s-price-range-number-input {
  border-radius: .75rem;
  background-color: #73383E;
  pointer-events: auto;
  color: #fff;
}

.s-products-slider-card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  padding: 15px;
  object-fit: contain;
}

.s-products-slider-card .s-product-card-image {
  background-color: transparent;
}


/* =========================
   SECTION 7
========================= */

section:nth-of-type(7) {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

section:nth-of-type(7) img {
  width: 100%;
  max-width: 100%;
  background-color: transparent !important;
}


/* =========================
   SECTION 9
========================= */

section:nth-of-type(9) {
  width: 100%;
  max-width: 100%;
  margin: 50px 0 0;
  padding: 0;
  background-color: transparent;
}

section:nth-of-type(9) .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background-image: none;
}


/* =========================
   REVIEWS
========================= */

.s-reviews-header {
  display: none;
}

.s-reviews-testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #72383D !important;
}

.s-reviews-testimonial__text p {
  line-height: 1.5rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
  color: #fff;
}

.s-reviews-testimonial__info h2 {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #fff;
}

.s-rating-stars-selected {
  fill: #fff;
}

.s-reviews-testimonial__icon svg {
  fill: #fff !important;
}


/* =========================
   REVIEWS SECTION
========================= */

.reviews-section {
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

.reviews-section h1 {
  color: #2c2c2c;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.reviews-section p {
  color: #5a5a5a;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}


/* =========================
   SECTION 11
========================= */

section:nth-of-type(11) {
  margin-top: -30px;
}


/* =========================
   FOOTER
========================= */

.footer-is-light .store-footer {
  background-color: #72383D !important;
}

.copyright-text p {
  color: #fff !important;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {

  /* Section 3 */

  section:nth-of-type(3) {
    max-width: 800px;
  }

  section:nth-of-type(3) > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  /* Products */

  .s-products-slider-card img {
    height: 200px;
    object-fit: contain;
  }

  /* Section 7 */

  section:nth-of-type(7) > div {
    grid-template-columns: 1fr 2fr !important;
  }
}


/* =========================
   MOBILE
========================= */
@media (max-width: 768px){
  .reviews-section {
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.reviews-section h1 {
  color: #2c2c2c;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.reviews-section p {
  color: #5a5a5a;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5px;
}
}