.hero_section {
  overflow-x: hidden;
  position: relative;
  padding-top: 32px;
  padding-bottom: 10px;
  display: flex;
  padding-right: max(16px, (100% - 1328px) / 2);
}
.hero_section .left {
  width: calc(100% - 453px - 32px - 45px);
  max-height: 851px;
}
.hero_section .left .hero__items {
  height: 100%;
  max-width: unset;
}
.hero_section .left .hero__items .hero__item {
  max-height: 851px;
  position: relative;
  border-radius: 0 32px 32px 0;
  overflow-x: hidden;
  transition: none !important;
}
.hero_section .left .hero__items .hero__item[data-slide="0"] {
  transform: translate3d(0, 0, 0);
  z-index: 6 !important;
  opacity: 1;
}
.hero_section .left .hero__items .hero__item[data-slide="1"] {
  transform: translate3d(15px, 0, 0);
  z-index: 5 !important;
  opacity: 1 !important;
}
.hero_section .left .hero__items .hero__item[data-slide="2"] {
  transform: translate3d(30px, 0, 0);
  z-index: 4 !important;
  opacity: 1 !important;
}
.hero_section .left .hero__items .hero__item[data-slide="3"] {
  transform: translate3d(45px, 0, 0);
  z-index: 3 !important;
  opacity: 1 !important;
}
.hero_section .left .hero__items .hero__item img {
  width: 100%;
  height: 100%;
}
.hero_section .left .hero__items .hero__item a {
  position: absolute;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%);
  max-width: 280px;
  width: 100%;
}
.hero_section .left .hero__items .hero__item a:hover {
  border: 2px solid;
  background-color: transparent;
}
.hero_section .left .slick-dots {
  margin: 0 auto;
  position: absolute;
  z-index: 6;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.hero_section .left .slick-dots li {
  display: flex;
}
.hero_section .left .slick-dots li button {
  text-indent: -9999px;
  background-color: rgba(28, 28, 26, 0.2);
  width: 8px;
  height: 8px;
  border-radius: 200px;
  transition: all ease-in-out 0.3s;
}
.hero_section .left .slick-dots li.slick-active button {
  width: 32px;
  background-color: #1C1C1A;
}
.hero_section .right {
  flex-shrink: 0;
  margin-left: 77px;
  width: 453px;
}
.hero_section .right .content__box h1 {
  text-transform: uppercase;
}
.hero_section .right .content__box h4 {
  margin-top: 16px;
}
.hero_section .right .content__box .hero__box {
  height: 510px;
  position: relative;
  margin-top: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero_section .right .content__box .hero__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.hero_section .right .content__box .hero__box img.mobile {
  display: none;
}
.hero_section .right .content__box .hero__box h2 {
  font-size: 44px;
  line-height: 100%;
  font-weight: 500;
  color: #CDF47D;
  text-transform: uppercase;
}
.hero_section .right .content__box .hero__box h2 span {
  text-transform: lowercase;
  color: #1C1C1A;
  font-weight: 600;
  font-size: 23px;
  line-height: 100%;
}
.hero_section .right .content__box .hero__box h2:nth-child(1) {
  max-width: 275px;
}
.hero_section .right .content__box .hero__box h2:nth-child(1) span {
  margin-left: 8px;
}
.hero_section .right .content__box .hero__box h2:nth-child(3) {
  max-width: 206px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.hero_section .right .content__box .hero__box h2:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  max-width: 212px;
  row-gap: 8px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.hero_section .right .content__box .btn__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 24px;
}
.hero_section .right .content__box .btn__box .btn {
  width: 100%;
  z-index: 10;
}
.hero_section .right .content__box .btn__box .btn.coral-btn:hover {
  background-color: transparent;
  color: #EF776A;
}
.hero_section .right .content__box .btn__box .btn.white-btn {
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.hero_section .right .content__box .btn__box .btn.white-btn:hover {
  background-color: #FFF;
  border-color: #ef776a;
  color: #EF776A;
}

.categories_section {
  padding-top: 30px;
}
.categories_section .container {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.categories_section .container .section-header {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.categories_section .container .section-header p {
  max-width: 645px;
}
.categories_section .container .section-body .pagination-bar {
  display: none;
}
.categories_section .container .section-body .slider__nav {
  display: none;
}
.categories_section .container .section-body .categories__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  height: 420px;
}
.categories_section .container .section-body .categories__items .categories__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #96C5E8;
  padding: 25px 30px;
  background-size: cover;
  border-radius: 32px;
  overflow: hidden;
}
.categories_section .container .section-body .categories__items .categories__item h3.h2 {
  max-width: 60%;
  line-height: 40px;
  text-transform: capitalize;
}
.categories_section .container .section-body .categories__items .categories__item.men {
  background-color: #96C5E8;
}
.categories_section .container .section-body .categories__items .categories__item.women {
  background-color: #F7895E;
}
.categories_section .container .section-body .categories__items .categories__item.unisex {
  background-color: #C9B885;
}
.categories_section .container .section-body .categories__items .categories__item a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-left: auto;
  transition: all ease-in-out 0.3s;
}
.categories_section .container .section-body .categories__items .categories__item a:hover {
  color: #757575;
}

.bestsellers_section {
  overflow-x: hidden;
}
.bestsellers_section .slider__wrapper {
  overflow-x: hidden;
  margin-top: 32px;
}
.bestsellers_section .slider__wrapper .slider__nav {
  position: absolute;
  right: 16px;
  top: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.bestsellers_section .slider__wrapper .product__items .slick-list {
  margin: 0 -16px;
}
.bestsellers_section .slider__wrapper .product__items .product__item {
  margin: 0 16px;
}

.trust_pilot_section .trust_pilot_inner {
  border-top: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  padding-top: 40px;
  padding-bottom: 40px;
}
.trust_pilot_section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.trust_pilot_section .container .left img {
  max-width: 130px;
}
.trust_pilot_section .container .right {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.review_section .section-header h4 {
  font-family: "Inter", sans-serif;
}
.review_section .section-body {
  margin-top: 32px;
}
.review_section .section-body .slider__wrapper {
  overflow-x: hidden;
  padding: 48px 24px 24px;
  border-radius: 32px;
  background-color: #D7E6B7;
}
.review_section .section-body .slider__wrapper .slick-list {
  margin-left: -32px;
  overflow: hidden;
}
.review_section .section-body .slider__wrapper .review__item {
  border-left: 1px solid #8E8E8E;
  padding-left: 32px;
  padding-right: 32px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review_section .section-body .slider__wrapper .review__item.slick-current {
  border-left: none;
}
.review_section .section-body .slider__wrapper .review__item .top p.p3 {
  margin-top: 24px;
}
.review_section .section-body .slider__wrapper .review__item .bottom {
  margin-top: 24px;
}
.review_section .section-body .slider__wrapper .slider__nav {
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.review_section .section-body .slider__wrapper .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  margin-top: 24px;
}
.review_section .section-body .slider__wrapper .slick-dots li button {
  text-indent: -9999px;
  background-color: rgba(28, 28, 26, 0.2);
  width: 8px;
  height: 8px;
  border-radius: 200px;
  transition: all ease-in-out 0.3s;
}
.review_section .section-body .slider__wrapper .slick-dots li.slick-active button {
  width: 32px;
  background-color: #1C1C1A;
}

.faq_section {
  min-height: 570px;
  position: relative;
}
.faq_section .faq_section__inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.faq_section .faq_section__inner .img__wrapper {
  flex-basis: calc(50% - 16px);
  overflow: hidden;
  border-radius: 32px;
}
.faq_section .faq_section__inner .img__wrapper img {
  width: 100%;
}
.faq_section .faq_section__inner .accordion {
  flex-basis: calc(50% - 16px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.faq_section .faq_section__inner .accordion .accordion__item .question {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  background-color: #D7E6B7;
  border-radius: 100px;
  padding: 15px 28px;
  padding-right: 60px;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.faq_section .faq_section__inner .accordion .accordion__item .question:hover {
  background-color: #A8C26F;
}
.faq_section .faq_section__inner .accordion .accordion__item .question img {
  max-width: 24px;
  max-height: 24px;
  transition: all ease-in-out 0.3s;
}
.faq_section .faq_section__inner .accordion .accordion__item .question i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  transition: all ease-in-out 0.3s;
}
.faq_section .faq_section__inner .accordion .accordion__item .question i:before, .faq_section .faq_section__inner .accordion .accordion__item .question i:after {
  content: "";
  display: block;
  background-color: #1C1C1A;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 1.5px;
  border-radius: 50px;
}
.faq_section .faq_section__inner .accordion .accordion__item .question i:before {
  transform: translateY(-50%);
}
.faq_section .faq_section__inner .accordion .accordion__item .question i:after {
  transform: translateY(-50%) rotate(90deg);
}
.faq_section .faq_section__inner .accordion .accordion__item .question.opened {
  background-color: #1C1C1A;
  color: #F3F3F3;
}
.faq_section .faq_section__inner .accordion .accordion__item .question.opened img {
  filter: brightness(0) invert(1) sepia(1) saturate(0) hue-rotate(180deg);
}
.faq_section .faq_section__inner .accordion .accordion__item .question.opened i:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.faq_section .faq_section__inner .accordion .accordion__item .question.opened i:after {
  transform: translatey(-50%) rotate(0);
  background-color: #F3F3F3;
}
.faq_section .faq_section__inner .accordion .accordion__item .answer {
  padding: 20px 32px;
}

.recents_section {
  overflow-x: hidden;
}
.recents_section .section-body {
  margin-top: 32px;
}
.recents_section .section-body .slider__wrapper {
  overflow-x: hidden;
}
.recents_section .section-body .slider__wrapper .slick-list {
  margin: 0 -16px;
}
.recents_section .section-body .slider__wrapper .slick-list .product__item {
  margin: 0 16px;
}
.recents_section .section-body .slider__wrapper .slick-list .product__item .img__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recents_section .section-body .slider__wrapper .slider__nav {
  position: absolute;
  right: 16px;
  top: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.categories_bottom_section {
  overflow-x: hidden;
}
.categories_bottom_section .section__header {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  position: relative;
}
.categories_bottom_section .section__header p {
  max-width: 650px;
}
.categories_bottom_section .section__header .slider__nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.categories_bottom_section .section__body {
  margin-top: 32px;
}
.categories_bottom_section .section__body .slider__wrapper {
  overflow-x: hidden;
}
.categories_bottom_section .section__body .slider__wrapper .slick-list {
  margin: 0 -16px;
}
.categories_bottom_section .section__body .slider__wrapper .categories_bottom__item {
  margin: 0 16px;
  padding: 40px;
  background-color: #D7E6B7;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
  border-radius: 32px;
}
.categories_bottom_section .section__body .slider__wrapper .categories_bottom__item h3.p2 {
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  width: 70%;
}
.categories_bottom_section .section__body .slider__wrapper .categories_bottom__item .more__btn {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: none;
  transition: all ease-in-out 0.3s;
}
.categories_bottom_section .section__body .slider__wrapper .categories_bottom__item .more__btn:hover {
  color: #1C1C1A;
}

.our_bestsellers_section .our_bestsellers__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #D7E6B7;
}
.our_bestsellers_section .section__body {
  margin-top: 32px;
}
.our_bestsellers_section .section__body .bestsellers__items {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.our_bestsellers_section .section__body .bestsellers__items a {
  font-weight: 500;
  color: #1C1C1A;
  text-decoration: underline;
  text-underline-offset: 5px;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.our_bestsellers_section .section__body .bestsellers__items a::after {
  content: " | ";
  font-weight: 500;
  font-size: 14px;
  bottom: 0;
  right: -5px;
  display: inline-block;
  position: relative;
  margin: 0 7px 0 0;
}
.our_bestsellers_section .section__body .bestsellers__items a:last-of-type::after {
  content: none;
}
.our_bestsellers_section .section__body .bestsellers__items a:hover {
  color: #90C223;
}

@media (max-width: 1320px) {
  .hero_section .left {
    width: calc(67% - 32px - 45px);
  }
  .hero_section .right {
    width: 33%;
  }
}
@media (max-width: 1200px) {
  .hero_section {
    display: flex;
    padding-right: max(16px, (100% - 1328px) / 2);
  }
  .hero_section .left {
    width: calc(55% - 32px);
  }
  .hero_section .right {
    width: 45%;
  }
  .hero_section .right .content__box {
    min-height: unset;
  }
  .hero_section .right .content__box .hero__box {
    height: unset;
  }
  .hero_section .right .content__box .hero__box h2 {
    font-size: 34px;
    line-height: 100%;
  }
  .hero_section .right .content__box .hero__box h2 span {
    font-size: 18px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(1) {
    max-width: 155px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(1) span {
    margin-left: 8px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(3) {
    max-width: 170px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    max-width: 151px;
    row-gap: 8px;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  .hero_section .right .content__box .btn__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-top: 24px;
  }
  .hero_section .right .content__box .btn__box .btn {
    width: 100%;
    z-index: 10;
  }
  .faq_section .faq_section__inner .img__wrapper {
    width: calc(50% - 32px);
  }
  .faq_section .faq_section__inner .accordion {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .hero_section {
    padding-top: 0;
    padding-bottom: 30px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .hero_section .left {
    width: 100%;
    padding-right: 45px;
  }
  .hero_section .left .hero__items {
    max-width: unset;
  }
  .hero_section .left .hero__items .hero__item {
    max-height: 851px;
    position: relative;
  }
  .hero_section .left .hero__items .hero__item a {
    bottom: 36px;
    max-width: 247px;
  }
  .hero_section .left .slick-dots {
    bottom: 16px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .hero_section .left .slick-dots li button {
    width: 4px;
    height: 4px;
  }
  .hero_section .left .slick-dots li.slick-active button {
    width: 24px;
  }
  .hero_section .right {
    margin-left: 0;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 24px;
  }
  .hero_section .right .content__box h1 {
    text-transform: uppercase;
  }
  .hero_section .right .content__box h4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
  }
  .hero_section .right .content__box .hero__box {
    min-height: unset;
  }
  .hero_section .right .content__box .hero__box h2 {
    font-size: 28px;
  }
  .hero_section .right .content__box .hero__box h2 span {
    font-size: 14px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(1) {
    max-width: 176px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(1) span {
    margin-left: 8px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(3) {
    max-width: 150px;
    row-gap: 4px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(2) {
    right: 20px;
    max-width: 130px;
    row-gap: 4px;
    align-items: flex-end;
    text-align: end;
  }
  .hero_section .right .content__box .btn__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-top: 24px;
  }
  .hero_section .right .content__box .btn__box .btn {
    width: 100%;
    z-index: 10;
  }
}
@media (max-width: 990px) {
  .hero_section {
    padding-top: 0;
    padding-bottom: 24px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .hero_section .left {
    width: 100%;
  }
  .hero_section .left .hero__items {
    max-width: unset;
  }
  .hero_section .left .hero__items .hero__item {
    max-height: 852px;
    position: relative;
  }
  .hero_section .left .slick-dots {
    bottom: 16px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .hero_section .left .slick-dots li button {
    width: 4px;
    height: 4px;
  }
  .hero_section .left .slick-dots li.slick-active button {
    width: 24px;
  }
  .hero_section .right {
    margin-left: 0;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 24px;
  }
  .hero_section .right .content__box h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 120%;
    font-weight: 700;
  }
  .hero_section .right .content__box h4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 160%;
    font-weight: 500;
  }
  .hero_section .right .content__box .hero__box {
    height: 280px;
  }
  .hero_section .right .content__box .hero__box img.desktop {
    display: none;
  }
  .hero_section .right .content__box .hero__box img.mobile {
    display: block;
  }
  .hero_section .right .content__box .hero__box h2 {
    font-size: 28px;
  }
  .hero_section .right .content__box .hero__box h2 span {
    font-size: 14px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(1) {
    max-width: 176px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(1) span {
    margin-left: 8px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(3) {
    max-width: 150px;
    row-gap: 4px;
  }
  .hero_section .right .content__box .hero__box h2:nth-child(2) {
    right: 20px;
    max-width: 130px;
    row-gap: 4px;
    align-items: flex-end;
    text-align: end;
  }
  .hero_section .right .content__box .btn__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-top: 16px;
  }
  .hero_section .right .content__box .btn__box .btn {
    width: 100%;
    z-index: 10;
  }
  .bestsellers_section .slider__wrapper {
    margin-top: 16px;
  }
  .recents_section .section-body {
    margin-top: 16px;
  }
  .trust_pilot_section .trust_pilot_inner {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .trust_pilot_section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .trust_pilot_section .container .left img {
    max-width: 70px;
  }
  .trust_pilot_section .container .right {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .trust_pilot_section .container .right svg {
    max-width: 85px;
  }
  .trust_pilot_section .container .right p:first-of-type {
    display: none;
  }
  .review_section .section-body {
    margin-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .review_section .section-body .slider__wrapper {
    border-radius: 0;
    padding: 24px 16px;
  }
  .review_section .section-body .slider__wrapper .slick-list {
    margin-left: 0;
  }
  .review_section .section-body .slider__wrapper .review__item {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    min-height: 240px;
  }
  .review_section .section-body .slider__wrapper .review__item .top .p3 {
    font-size: 16px;
    line-height: 24px;
  }
  .review_section .section-body .slider__wrapper .review__item .bottom {
    margin-top: 8px;
  }
  .review_section .section-body .slider__wrapper .review__item .bottom .p2 {
    font-size: 18px;
    line-height: 32px;
  }
  .review_section .section-body .slider__wrapper .slider__nav {
    display: none;
  }
  .review_section .section-body .slider__wrapper .slick-dots {
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-top: 24px;
  }
  .review_section .section-body .slider__wrapper .slick-dots li button {
    width: 4px;
    height: 4px;
  }
  .review_section .section-body .slider__wrapper .slick-dots li.slick-active button {
    width: 16px;
  }
  .faq_section {
    min-height: unset;
  }
  .faq_section .faq_section__inner {
    max-width: calc(1328px + 2 * 16px);
    padding-right: 16px;
    padding-left: 16px;
  }
  .faq_section .faq_section__inner .img__wrapper {
    display: none;
  }
  .faq_section .faq_section__inner .accordion {
    flex-basis: unset;
    width: 100%;
    margin: 0;
    row-gap: 16px;
  }
  .faq_section .faq_section__inner .accordion .accordion__item .question {
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 8.5px 12px;
    padding-right: 30px;
  }
  .faq_section .faq_section__inner .accordion .accordion__item .question h4 {
    font-size: 14px;
    line-height: 150%;
  }
  .faq_section .faq_section__inner .accordion .accordion__item .question img {
    max-width: 20px;
    height: auto;
  }
  .faq_section .faq_section__inner .accordion .accordion__item .question i {
    width: 12px;
    height: 12px;
    right: 12px;
  }
  .faq_section .faq_section__inner .accordion .accordion__item .question i:before, .faq_section .faq_section__inner .accordion .accordion__item .question i:after {
    height: 1.5px;
    border-radius: 50px;
  }
  .faq_section .faq_section__inner .accordion .accordion__item .answer {
    padding: 16px 16px 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .categories_bottom_section .section__header .slider__nav {
    position: unset;
    margin-left: auto;
    margin-top: 8px;
  }
  .categories_bottom_section .section__body {
    margin-top: 16px;
  }
  .categories_bottom_section .section__body .slider__wrapper .slick-list {
    margin: 0 -8px;
  }
  .categories_bottom_section .section__body .slider__wrapper .categories_bottom__item {
    margin: 0 8px;
    min-height: 350px;
  }
  .our_bestsellers_section .section__body {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .categories_section {
    padding-top: 24px;
  }
  .categories_section .container {
    position: relative;
    row-gap: 16px;
  }
  .categories_section .container .section-header {
    row-gap: 16px;
  }
  .categories_section .container .section-header p {
    font-weight: 500;
  }
  .categories_section .container .section-body .slider__nav {
    display: flex;
    position: absolute;
    top: 2px;
    right: 16px;
  }
  .categories_section .container .section-body .pagination-bar {
    display: flex;
    margin-top: 16px;
  }
  .categories_section .container .section-body .categories__items {
    display: unset;
    grid-template-columns: unset;
    grid-template-rows: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
    height: unset;
  }
  .categories_section .container .section-body .categories__items .slick-list {
    margin: 0 -8px;
  }
  .categories_section .container .section-body .categories__items .categories__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 18px;
    height: 208px;
    margin: 0 8px;
  }
  .categories_section .container .section-body .categories__items .categories__item h3.h2 {
    line-height: 24px;
    width: 60%;
  }
  .categories_section .container .section-body .categories__items .categories__item .more__btn {
    font-size: 14px;
    font-weight: 600;
    text-decoration-thickness: 2px;
  }
}
@media (max-width: 576px) {
  .hero_section .left {
    padding-right: 21px;
  }
  .hero_section .left .hero__items .hero__item {
    max-height: 400px;
  }
  .hero_section .left .hero__items .hero__item[data-slide="1"] {
    transform: translate(7px, 0);
  }
  .hero_section .left .hero__items .hero__item[data-slide="2"] {
    transform: translate(14px, 0);
  }
  .hero_section .left .hero__items .hero__item[data-slide="3"] {
    transform: translate(21px, 0);
  }
  .hero_section .right .content__box h4 {
    max-width: 235px;
  }
  .bestsellers_section .slider__wrapper .slider__nav {
    top: 2px;
  }
  .bestsellers_section .slider__wrapper .pagination-bar {
    margin-top: 16px;
  }
  .bestsellers_section .slider__wrapper .product__items .slick-list {
    margin: 0 -8px;
  }
  .bestsellers_section .slider__wrapper .product__items .product__item {
    margin: 0 8px;
  }
  .recents_section .section-body .slider__wrapper {
    overflow: hidden;
  }
  .recents_section .section-body .slider__wrapper .pagination-bar {
    margin-top: 16px;
  }
  .recents_section .section-body .slider__wrapper .slick-list {
    margin: 0 -7px;
  }
  .recents_section .section-body .slider__wrapper .slick-list .product__item {
    margin: 0 7px;
  }
  .recents_section .section-body .slider__wrapper .slick-list .product__item .img__wrapper .wishlist__icon {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: unset;
    right: 8px;
  }
  .recents_section .section-body .slider__wrapper .slick-list .product__item .img__wrapper .wishlist__icon svg {
    width: 16px;
    height: 16px;
  }
  .recents_section .section-body .slider__wrapper .slick-list .product__item .img__wrapper .labels__wrapper {
    top: 8px;
    left: 8px;
    right: unset;
    align-items: flex-start;
  }
  .recents_section .section-body .slider__wrapper .slick-list .product__item .img__wrapper .labels__wrapper .product__label {
    padding: 2.5px 12px;
  }
  .categories_bottom_section .section__header {
    row-gap: 8px;
  }
  .categories_bottom_section .section__header p {
    font-weight: 500;
  }
  .categories_bottom_section .section__body .slider__wrapper .slick-list {
    margin: 0 -8px;
  }
  .categories_bottom_section .section__body .slider__wrapper .categories_bottom__item {
    padding: 16px;
    min-height: 240px;
  }
  .categories_bottom_section .section__body .slider__wrapper .categories_bottom__item h3.p2 {
    width: 80%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  .categories_bottom_section .section__body .slider__wrapper .categories_bottom__item .more__btn {
    font-weight: 500;
  }
  .our_bestsellers_section .our_bestsellers__inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .our_bestsellers_section .section__header h4 {
    line-height: 28px;
  }
  .our_bestsellers_section .section__body .bestsellers__items {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .our_bestsellers_section .section__body .bestsellers__items a {
    font-weight: 700;
    position: relative;
    transition: all ease-in-out 0.3s;
  }
  .our_bestsellers_section .section__body .bestsellers__items a::after {
    font-size: 10px;
    bottom: 1px;
    right: -5px;
    margin: 0 7px 0 0;
  }
}
@media (max-width: 380px) {
  .hero_section .left .hero__items .hero__item {
    max-height: 375px;
  }
}
/*# sourceMappingURL=home.css.map */
