/* carousel container */

.shpt-carousel-container {
  width: 100%;
  padding: 20px 10px;
  margin: 0px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.shpt-carousel-container .shpt-carousel-content {
}

.shpt-carousel-container .shpt-carousel {
}

.shpt-carousel-container .glider-track {
}

.shpt-carousel-container .shpt-carousel-item {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.shpt-carousel-container .shpt-carousel-item a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

.shpt-carousel-container .shpt-carousel-item:hover img {
  scale: 1.05;
}

.shpt-carousel-container .shpt-carousel-item:hover .shpt-carousel-item-link {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.shpt-carousel-container .shpt-carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.shpt-carousel-container .shpt-carousel-item-texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
  padding: 30px;
  color: white;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  aspect-ratio: 1/1.25;
}

.shpt-carousel-container .shpt-carousel-item-title {
  margin: 0;
  color: inherit;
  font-size: 22px;
  font-weight: bold;
}

.shpt-carousel-container .shpt-carousel-item-text {
  font-size: 16px;
  margin: 0;
  color: inherit;
}

.shpt-carousel-container .shpt-carousel-item-link {
  display: inline-block;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 180px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  margin: 0;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: #ffffff;
  margin-top: 10px;
}

.shpt-carousel-container .shpt-carousel-item-link:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.shpt-carousel-container .shpt-carousel-prev,
.shpt-carousel-container .shpt-carousel-next {
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  position: absolute;
  aspect-ratio: 1/1;
  font-family: "apollo" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-width: 0;
  outline: none;
  box-shadow: none;
  border-radius: 50%;
  background-color: #cabcbd;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  transition: 0.3s;
  font-size: 16px;
  transition: 0.3s;
}

.shpt-carousel-container .shpt-carousel-prev.disabled,
.shpt-carousel-container .shpt-carousel-next.disabled {
  visibility: hidden;
  opacity: 0;
}

.shpt-carousel-container .shpt-carousel-prev:hover,
.shpt-carousel-container .shpt-carousel-next:hover {
  background-color: var(--color-primary);
  color: #fff;
  border: 2px solid var(--color-primary);
}

.shpt-carousel-container .shpt-carousel-prev {
  left: 5px;
}

.shpt-carousel-container .shpt-carousel-prev:before {
  content: "\e908";
}

.shpt-carousel-container .shpt-carousel-next {
  right: 5px;
}

.shpt-carousel-container .shpt-carousel-next:before {
  content: "\e90e";
}

@media (min-width: 640px) {
  .shpt-carousel-container {
  }

  .shpt-carousel-container .shpt-carousel-item {
  }

  .shpt-carousel-container .shpt-carousel-prev {
  }

  .shpt-carousel-container .shpt-carousel-next {
  }
}

@media (min-width: 768px) {
  .shpt-carousel-container {
  }

  .shpt-carousel-container .shpt-carousel-prev,
  .shpt-carousel-container .shpt-carousel-next {
    font-size: 22px;
  }

  .shpt-carousel-container .shpt-carousel-prev {
  }

  .shpt-carousel-container .shpt-carousel-next {
  }
}

@media (min-width: 992px) {
  .shpt-carousel-container {
  }

  .shpt-carousel-container .shpt-carousel-item-texts {
    gap: 15px;
  }

  .shpt-carousel-container .shpt-carousel-item-title {
    font-size: 24px;
  }

  .shpt-carousel-container .shpt-carousel-item-text {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .shpt-carousel-container {
  }

  .shpt-carousel-container .shpt-carousel-item-texts {
    gap: 20px;
  }
}

@media (min-width: 1440px) {
  .shpt-carousel-container {
  }

  .shpt-carousel-container .shpt-carousel-item-title {
    font-size: 26px;
  }

  .shpt-carousel-container .shpt-carousel-item-text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .shpt-carousel-container .shpt-carousel-prev,
  .shpt-carousel-container .shpt-carousel-next {
    width: 45px;
  }
}

/* carousel container end */

.js-top-category-block .container {
  /* width: 100%;
  padding: 0; */
}

.homepage-box.welcome-wrapper {
  display: none;
}

.top-category-block .menu-content {
  box-shadow: none;
  padding-top: 20px;
}

.top-category-block .menu-content > div {
  text-align: left;
}

.top-category-block .menu-content .menu-image {
  display: none;
}

.top-category-block .menu-content .top-category-more {
  padding: 0 20px;
  bottom: 15px;
  text-align: right;
  padding-left: 10px;
}

.top-category-block .top-category-more a {
  font-family: "EB Garamond", sans-serif !important;
  color: black;
  font-size: 14px;
}

.top-category-block .menu-content > div > a {
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  font-family: "EB Garamond", sans-serif !important;
  margin-top: 0;
}

.top-category-block .menu-content > div > a:hover {
  text-decoration: underline;
}

.top-category-block .menu-level-3 li a {
  color: black;
}

.top-category-block .menu-level-3 .menu-item-category,
.top-category-block .menu-level-3 li div ul,
.top-category-block .menu-level-3 .menu-image {
  display: none !important;
}

.top-category-block .menu-level-3 li:nth-child(n + 7) {
  /* display: block; */
}

@media (max-width: 767px) {
  .top-category-block .menu-content {
    padding: 20px 15px 60px;
  }
}
