/* wp-content/themes/cannabuilder-child/modules/shop-category/shop-category.scss */
.module-shop-category {
  padding-bottom: 16px;
}
.module-shop-category .module-title {
  position: relative;
}
.module-shop-category .module-title::before {
  content: "";
  display: block;
  height: 20px;
  width: 180px;
  background-image: url(/wp-content/uploads/2024/05/3-Triangles.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .module-shop-category .heading {
    margin-bottom: -40px;
  }
}
.module-shop-category .module-buttons {
  position: relative;
  text-align: right;
  z-index: 2;
}
.module-shop-category .module-text {
  margin-bottom: 16px;
}
.module-shop-category .swiper {
  position: relative;
}
.module-shop-category .swiper-slide {
  position: relative;
  min-height: 300px;
  border-radius: 8px;
  border: 4px solid var(--White);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--White);
  overflow: hidden;
  transition: all 0.3s ease;
}
.module-shop-category .swiper-slide .category-name {
  font-size: var(--text-4xl-font-size);
  color: var(--White);
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1280px) {
  .module-shop-category .swiper-slide .category-name {
    font-size: var(--font-size-h3-lg);
  }
}
.module-shop-category .swiper-slide:hover,
.module-shop-category .swiper-slide:active,
.module-shop-category .swiper-slide:focus {
  transform: translateY(-4px);
}
.module-shop-category .slider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: 50%;
  z-index: 2;
}
.module-shop-category .slider-nav svg circle {
  fill: var(--Primary);
}
.module-shop-category .slider-nav .swiper-button-disabled svg circle {
  fill: var(--Black-Alt);
}
.module-shop-category .slider-nav .slider-nav-prev,
.module-shop-category .slider-nav .slider-nav-next {
  position: absolute;
}
.module-shop-category .slider-nav .slider-nav-prev {
  left: -24px;
}
.module-shop-category .slider-nav .slider-nav-next {
  right: -24px;
}
.module-shop-category .category-image {
  position: absolute;
  margin-top: 0;
  border-radius: 0;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.module-shop-category .category-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
.module-shop-category .category-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(46, 46, 46, 0.18) 30.35%,
      rgba(46, 46, 46, 0.9) 76.23%);
  z-index: 1;
}
.module-shop-category .category-name {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .module-shop-category .module-buttons {
    display: none;
  }
}
/*# sourceMappingURL=shop-category.css.map */
