.second-btn {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: 0.5s;
}
.second-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.breadcrumb li {
  font-size: 14px;
}
.breadcrumb a {
  color: #000;
}

.category-section .category {
  margin-bottom: 36px;
}
.category-section .category:last-child {
  margin-bottom: 0;
}
.category-section .swiper-categories {
  position: relative;
}
.category-section .swiper-categories .cat-card p {
  font-size: 14px;
}
.category-section .swiper-categories .swiper-button-next,
.category-section .swiper-categories .swiper-button-prev {
  width: 20px;
}
.category-section .swiper-categories .swiper-button-next::after,
.category-section .swiper-categories .swiper-button-prev::after {
  font-size: 30px;
  color: var(--primary-color);
}
.category-section .swiper-categories::before {
  content: "";
  height: 100%;
  width: 60px;
  background: linear-gradient(270deg, #fff 40%, transparent 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.category-section .swiper-categories::after {
  content: "";
  height: 100%;
  width: 60px;
  background: linear-gradient(90deg, #fff 40%, transparent 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.products .product-card {
  position: relative;
}
.products .product-card .card-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
}

.seo-box .box .button {
  transition: unset !important;
  margin: auto;
  width: max-content;
}
.seo-box .box input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.seo-box .box .p {
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
  word-wrap: break-word;
  transition: max-height 0.5s ease;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 25rem;
  -webkit-box-orient: vertical;
  line-height: 1.75rem;
  font-size: 0.9rem;
  position: relative;
}
.seo-box .box .p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(0deg, var(--body-color) 12%, rgba(255, 255, 255, 0) 100%);
}
.seo-box .box input:checked + .p {
  -webkit-line-clamp: unset;
  max-height: max-content !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: auto;
  -webkit-box-orient: vertical;
}
.seo-box .box input:checked + .p::after {
  content: unset !important;
}
.seo-box .box input:checked ~ .button {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

@media (max-width: 992px) {
  .hero-section .row .col-lg-8,
  .hero-section .row .col-lg-4 {
    padding: 0 !important;
  }
}
@media (max-width: 576px) {
  .category-section .swiper-categories::before, .category-section .swiper-categories::after {
    content: none !important;
  }
  .category-section .swiper-categories .swiper-button-next,
  .category-section .swiper-categories .swiper-button-prev {
    display: none;
  }
}

/*# sourceMappingURL=event.css.map */
