body>main{
  padding-top: var(--top-menu-height) !important;
}
/* LANDING */
#header {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 400px;
  max-height: 75vh;
  overflow: hidden;
}

#header .right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 64px;
  padding-bottom: 64px;
  padding: 64px var(--padding-horizontal);

  width: 100%;
  height: 100%;

  position: absolute;
  background: linear-gradient(#F8F8F8, #ffffff7d, #F8F8F8);
  /* else of edge on other browser have clinch */
  /* backdrop-filter: blur(2px); */
}

#header .right-section .go-to-shop-page-button {
  padding: 8px 32px !important;
}

#header .right-section .logo {
  width: 159px;
}

#header .right-section .text-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 925px) {
  #header .right-section {
    width: 45%;
  }
}

/* LANDING--END */

/* CATEGORIES-SLIDES */
@media (min-width: 925px) {
  #category-section {
    margin: 25px 0;
  }
}

#category-section .slides-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 925px) {
  #category-section .slides-container {
    flex-direction: row;
    margin-bottom: 196px;
  }
}

/* TOP-BAR */
#category-section .top-bar {
  padding-right: var(--padding-horizontal);
  padding-left: var(--padding-horizontal);
  margin-bottom: 10px;
}

#category-section .top-bar .category-title-section {
  gap: 10px;
}

/* TOP-BAR--END */

/* MOBILE-CATEGORIES */
#category-section #categories-slides-mobile .swiper {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

/* NEW */
#categories-swiper>.swiper-wrapper>.swiper-slide>.image-container {
  height: 100px;
}

#target {
  position: relative;
}

.sub-categories-mobile-swiper {
  display: none;
  z-index: 0;
}

.sub-categories-mobile-swiper.open {
  display: block;
  z-index: 1;
}

/* #categories-slides-mobile .target .swiper, */
#categories-slides-mobile .swiper {
  padding-right: var(--padding-horizontal);
  padding-left: var(--padding-horizontal);
}
/* NEW */

#category-section #categories-slides-mobile .swiper .swiper-wrapper {
  margin-bottom: 20px;
}

#category-section #categories-slides-mobile .swiper .swiper-slide {
  background: #FFF;
  box-shadow: 0px 6px 8px #0003;
  border-radius: 32px;
  padding: 15px;
  max-height: 300px;
  max-width: 230px;
  height: auto;
}

#category-section #categories-slides-mobile .swiper .swiper-slide-active {
  outline: 3px solid var(--color-dark-blue);
}

#category-section #categories-slides-mobile .swiper .swiper-slide .image-container {
  border-radius: 24px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
}

#category-section #categories-slides-mobile .swiper .swiper-slide .image-container .image {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#category-section #sub-categories-mobile .swiper .swiper-slide .image-container {
  border-radius: 24px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
}

#category-section #sub-categories-mobile .swiper .swiper-slide .image-container .image {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#category-section #sub-categories-mobile .swiper .swiper-slide .category-name {
  padding: 10px;
}


#category-section #categories-slides-mobile .swiper .swiper-slide .category-name {
  display: block;
  margin-top: 12px;
}

#category-section #categories-slides-mobile .swiper .swiper-slide .total-categories {
  font-size: 13px;
  background: #EFEEEE;
  border-radius: 7px;
  padding: 8px;
}

/* MOBILE-CATEGORIES--END */

/* DESKTOP-CATEGORIES */
#category-section #categories-slides-desktop .category-list {
  list-style: none;
  font-size: 20px;
  max-height: 400px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
}

#category-section #categories-slides-desktop .category-list::-webkit-scrollbar {
  display: none;
}

#category-section #categories-slides-desktop .category-list .category-item {
  padding-top: 15px;
}

#category-section #categories-slides-desktop .category-list .category-item .item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  gap: 20px;
  cursor: pointer;
}

#category-section #categories-slides-desktop .category-list .category-item .item-content.selected {
  font-family: 'Kalameh-Bold';
  color: var(--color-dark-blue);
}

#category-section #categories-slides-desktop .category-list .category-item .item-content:not(.selected) .arrow {
  visibility: hidden;
}

#category-section #categories-slides-desktop .category-list .category-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 15px;
  height: 1px;
  border-bottom: 1px solid black;
}

/* DESKTOP-CATEGORIES--END */

/* CATEGORIES-SLIDES--END */

/* SUB-CATEGORIES-MOBILE-SLIDES */
#category-section #sub-categories-mobile .swiper {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

#category-section #sub-categories-mobile .swiper .swiper-wrapper {
  margin-bottom: 20px;
}

#category-section #sub-categories-mobile .swiper .swiper-slide {
  background: #FFF;
  box-shadow: 0px 6px 8px #0003;
  border-radius: 32px;
  padding: 15px;
  max-height: 300px;
  max-width: 230px;
  height: auto;
}

#category-section #sub-categories-mobile .swiper .swiper-slide a:active,
#category-section #sub-categories-mobile .swiper .swiper-slide a:visited {
  text-decoration: none;
  color: inherit;
}

/* SUB-CATEGORIES-MOBILE-SLIDES--END */

/* SUB-CATEGORIES-DESKTOP-SLIDES */
#category-section #categories-slides-desktop .category-list .category-item .item-content.selected+.sub-categories-desktop-swiper {
  display: block !important;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 100px;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 300px);
  display: none;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-wrapper {
  margin-bottom: 20px;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-slide {
  background: #D9D9D9;
  width: 500px;
  max-width: 500px;
  min-width: 500px;
  height: auto;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-slide a:link,
#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-slide a:visited {
  color: inherit;
  text-decoration: none;
}
#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-slide > a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-slide .image-container {
  margin-top: 24px;
  display: flex;
  position: relative;
  justify-content: center;
  width: 120%;
  padding-top: 70%;
  overflow: hidden;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-slide .image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-slide .info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  padding: 30px 40px;
  width: 100%;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-slide .info-bar .total-product-count {
  padding-top: 5px;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-button-next-custom {
  position: absolute;
  top: calc(45%);
  left: 30px;
  z-index: 1;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-button-prev-custom {
  position: absolute;
  top: calc(45%);
  right: 5px;
  z-index: 1;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper .nav-container {
  background: #f8f8f882;
  padding: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--color-red);
  border-radius: 50%;
  width: 57px;
  height: 57px;
}

#category-section #categories-slides-desktop .sub-categories-desktop-swiper .swiper-button-lock {
  display: block !important;
}

/* SUB-CATEGORIES-DESKTOP-SLIDES--END */

/* BRANDS-SLIDE */
#brands-slides .top-bar {
  margin-bottom: 10px;
}

#brands-slides .top-bar .brands-title-section {
  gap: 10px;
}

#brands-slides .swiper {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

#brands-slides .swiper .swiper-wrapper {
  margin-bottom: 20px;
}

#brands-slides .swiper .swiper-slide {
  background: #FFF;
  box-shadow: 0px 6px 8px #0003;
  border-radius: 32px;
  padding: 15px;
  max-height: 300px;
  max-width: fit-content;
  height: auto;
}

/* BRANDS-SLIDE--END */

/* BRANDS-LOGOS */
#brands-logos .swiper {
  width: 100%;
}

#brands-logos .swiper .swiper-wrapper {
  margin-bottom: 20px;
}

#brands-logos .swiper .swiper-slide {
  max-width: fit-content;
}

/* BRANDS-LOGOS--END */

/* DISCOUNT-PRODUCTS */
#discount-slides .swiper .swiper-wrapper {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#discount-slides .swiper .swiper-slide {
  /* padding: 72px; */
  /* border-radius: 20px; */
  /* background: #EBEBEB; */
  max-width: fit-content;
}

/* DISCOUNT-PRODUCTS--END */

/* BANNERS */
#banners {
  padding-top: 100px;
  padding-bottom: 100px;
}

#banners .container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: 100%;
  gap: var(--padding-horizontal);
}

#banners .container .banner-slide {
  width: 100%;
  scroll-snap-align: center;
}

@media (max-width: 925px) {
  #banners .container .banner-slide {
    min-width: calc(100% - var(--padding-horizontal) / 2);
  }
}

@media (min-width: 925px) {
  #banners .container .banner-slide {}
}

/* BANNERS--END */

/* TOPSELLER-PRODUCTS */
#topsellers-slides .swiper .swiper-wrapper {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#topsellers-slides .swiper .swiper-slide {
  border-radius: 20px;
  background: #EBEBEB;
  max-width: fit-content;
}

/* TOPSELLER-PRODUCTS--END */