#site-header,
.site-footer,
#main-content {
  overflow: hidden;
}

#find-store-banner {
  display: none;
}

.category-nav__list,
.site-footer {
  overflow: hidden;
}

.shop-by-category {
  padding: 66px 0 112px;
  background-color: white;
  max-width: 1670px;
  margin: 0 auto;
}

.category-card__name {
  color: #272727;
  font-weight: 700;
}

.shop-by-category .container {
  max-width: 100%;
  padding: 0 15px;
  width: 100%;
}

#trending {
  background-color: #f1f1f1;
}

.section-link,
.cat-description {
  display: none !important;
}

.product-card-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.product-card__atc:first-of-type {
  width: 170.774px;
}

.product-card__fav {
  display: none;
}

.product-section {
  padding: 94px 0 104px;
  margin: 0 auto;
  max-width: 1670px;
  background-color: #f1f1f1;
}

.product-swiper {
  padding: 0 15px;
}

/* PROMO BANNER */
.promo-banner {
  width: 100%;
  padding: 0 15px;
  margin-top: 131px;
}

.promo-banner .promo-banner-img {
  max-width: 1640px;
  width: 100%;
  height: auto;
}

/* AFFORDABLE BANNER */
.affordable-banner-wrapper {
  max-width: 1640px;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  padding: 55px 15px 34px 15px;
}

.affordable-banner {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-top: 103px;
  margin-bottom: 40px;
}

.sl-title {
  color: #00447c;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.sl-text-top {
  color: #707070;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 5px;
  max-width: 871px;
}

.sl-text-bottom {
  color: #707070;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  max-width: 681px;
  margin-bottom: 26px;
}

.sl-text-bottom a {
  color: #d31346;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.top-icon {
  top: -42px;
}

.affordable-banner .button {
  width: 250.488px;
  height: 46.328px;
  border-radius: 34.55px;
  background: #d31346;
  color: #fff;
  text-align: center;
  font-size: 18.703px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.409px;
  /* 167.933% */
}

/* POPULAR CATEGORIES */
.popular-categories {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  margin-top: 122px;
}

.popular-categories-wrapper {
  gap: 0;
  background-color: #00447c;
  flex-direction: row-reverse;
}

.popular-categories-left {
  width: 100%;
  max-width: 100%;
}

.popular-categories-right {
  width: 100%;
  max-width: 100%;
  height: 704px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Lazy background — fetched only when near the viewport. core.js's IntersectionObserver
   removes .lazy-bg ~150px before entry, which activates this :not(.lazy-bg) rule. Keep this
   in the deferred (uncritical) bundle so it is NOT baked into critical.css. */
.popular-categories-right:not(.lazy-bg) {
  background-image: url(/themes/rentone/images/categories/furniture/left.png);
  background-image: -webkit-image-set(url("/themes/rentone/images/categories/furniture/left.png") 1x,
      url("/themes/rentone/images/categories/furniture/left@2x.png") 2x);
}

.pc-title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.pc-text-top {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  margin-bottom: 10px;
  max-width: 698px;
}

.pc-text-bottom,
.pc-text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  max-width: 698px;
}

.pc-text p {
  margin-bottom: 10px;
}

.popular-categories-left-wrapper {
  padding-left: 8%;
  padding-right: 6%;
  width: 100%;
}

.popular-categories .border {
  width: 96%;
  height: 665px;
  border: 1px solid white;
}

/* PURCHASE BANNER */
.purchase-banner-wrapper {
  max-width: 1640px;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  padding: 54px 15px 20px 15px;
}

.purchase-banner {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-top: 94px;
  margin-bottom: 0;
}

.wallet-icon {
  top: -42px;
}

.pi-title {
  color: #00447c;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.pi-items {
  gap: 16px;
  flex-wrap: wrap;
}

.pi-item {
  width: 381px;

  height: 200px;
  background: #f1f1f1;
  padding-top: 38px;
}

.pi-text {
  color: #707070;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 294px;
  margin-top: 12px;
}

.pi-number {
  width: 47px;
  height: 47px;
  background-color: #00447c;
  border-radius: 23.5px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 80% */
}

.product-card__image img {
  max-width: unset;
  width: auto;
  height: 100%;
}

.product-swiper {
  overflow: visible;
}

.explore-section .section-title {
  display: none;
}

@media screen and (min-width: 1300px) and (max-width: 1915px) {
  .explore-section>.container {
    padding: 0;
  }

  .shop-by-category,
  .product-section,
  .promo-banner,
  .affordable-banner-wrapper,
  .benefits,
  .purchase-banner {
    margin-left: 140px;
    margin-right: 140px;
  }

  .product-section,
  .promo-banner,
  .purchase-banner {
    width: auto;
  }

  .purchase-banner,
  .promo-banner,
  .shop-by-category .container,
  .product-swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .affordable-banner-wrapper {
    width: -webkit-fill-available;
  }

  .benefits {
    max-width: 100% !important;
  }

  .benefits-cards {
    max-width: 1200px;
  }

  .pi-item {
    max-width: 381px;
    width: 100%;
    container-type: inline-size;
    height: stretch;
    padding-bottom: 2%;
    padding-top: 2.5%;
  }

  .pi-text {
    font-size: 5.5cqi;
    max-width: 100%;
    line-height: 120%;
    padding: 0 10.5%;

  }

  .pi-items {
    flex-wrap: nowrap;
  }

  .affordable-banner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1780px) {
  .popular-categories-left {
    container-type: inline-size;
  }

  .pc-text-top,
  .pc-text-bottom,
  .pc-text {
    font-size: 2.1cqi;
    max-width: 91%;
  }

  .pc-title {
    font-size: 5.3cqi;
  }
}

@media screen and (max-width: 1380px) {
  .product-card__atc:first-of-type {
    width: 202.774px;
  }

  .product-card__atc {
    font-size: 16.703px;
  }
}

@media screen and (max-width: 991px) {
  .popular-categories-wrapper {
    flex-direction: column-reverse;
  }

  .popular-categories-left {
    align-self: center;
    justify-content: center;
  }

  .popular-categories-left-wrapper {
    padding: 25px 40px 30px 40px;
    width: 100%;
  }

  .popular-categories p {
    width: 100%;
    max-width: 100%;
  }

  .popular-categories .border {
    height: 86%;
  }
}

@media (max-width: 767px) {
  .category-grid {
    overflow: hidden;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    justify-content: center;
  }

  .sl-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .sl-text-top {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
  }

  .sl-text-bottom {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }

  .sl-text-bottom a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }

  .affordable-banner .button {
    width: 250.488px;
    height: 46.328px;
    border-radius: 34.55px;
    font-size: 18.703px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.409px;
    /* 167.933% */
  }

  .affordable-banner {
    margin-top: 98px;
    margin-bottom: 80px;
  }

  .pi-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 231px;
  }

  .pi-item {
    width: 100%;
    background: #f1f1f1;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
    min-height: 115px;
    height: 100%;
    padding: 0 15px;
  }

  .pi-text {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    max-width: 237px;
    width: 100%;
    text-align: left;
  }

  .pi-number {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 25.532px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.426px;
    /* 80% */
    padding: 15px;
    max-width: unset;
  }

  .pc-title {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .pc-text-top,
  .pc-text-bottom,
  .pc-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    max-width: 308px !important;
    margin: 0 auto 10px auto;
  }

  .pc-text {
    margin-bottom: 0;
  }

  .popular-categories-right {
    height: 296px;
  }

  .popular-categories p {
    text-align: center;
  }

  .popular-categories-left-wrapper {
    padding: 60px 20px 44px 20px;
  }

  .popular-categories .border {
    height: 94%;
    width: 94%;
  }

  .shop-by-category {
    padding-bottom: 54px;
    padding-top: 30px;
  }

  .product-section {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .shop-by-category .section-title {
    font-weight: 700;
  }

  .product-card__atc:first-of-type {
    width: 131.774px;
  }

  .product-card__atc {
    font-size: 13.703px;
  }

  .popular-categories {
    margin-top: 0;
    margin-bottom: 89px;
  }

  .explore-section .section-title {
    display: block;
  }

  #cat-featured .section-title {
    font-size: 25px;
  }
}