body {
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.art-modal .media .media-left,
.art-modal .media .media-content {
  width: 50%;
}

.art-caption {
  font-size: 18px;
}

.category-title {
  color: #e43131 !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 80px;
  height: 200px;
  background: #ff38607a;
}
.single-art-slider .swiper-button-next,
.single-art-slider .swiper-button-prev {
  opacity: 0.25;
  position: fixed;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}
.swiper-button-next {
  right: unset;
  left: calc(90% + 20px);
  clip-path: polygon(0% 0%, 70% 50%, 0% 100%, 0% 50%);
}
.swiper-button-prev {
  left: unset;
  right: calc(90% + 20px);
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 30% 50%);
}
.swiper-navigation-icon {
  display: none !important;
}
.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-image {
  position: relative;
}
.btn-back {
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path fill="%231c1c1c" d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM135 239l80-80c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-39 39 150.1 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-150.1 0 39 39c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-80-80c-9.4-9.4-9.4-24.6 0-33.9z" /></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.category-description {
  margin-bottom: 1.5rem;
}
.card-footer button {
  height: 100%;
}
.card .card-footer {
  align-items: stretch;
  flex-direction: column;
}
.card-footer-item:not(:last-child) {
  min-height: 72px;
  align-content: center;
}
.single-art-card {
  box-sizing: border-box;
}
.page-404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}
.page-404-inner {
  max-width: 540px;
  width: 100%;
  text-align: center;
}
.page-404-code {
  font-size: 8rem;
  font-weight: 700;
  margin: 0;
}
.page-404-title {
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 600;
  margin: -1rem 0 1rem;
  line-height: 1.3;
}
.page-404-text {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.7;
  margin-bottom: 2.5rem;
}
.page-404-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.page-404-divider {
  width: 140px;
  height: 2px;
  background: #db3f40;
  margin: 0 auto 2.5rem;
}

@media (max-width: 1087px) {
  .navbar-item {
    border-left: none !important;
  }
}

@media (max-width: 1024px) {
  .art-modal .media {
    flex-direction: column;
  }
  .art-modal .media .media-left,
  .art-modal .media .media-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .modal-content {
    width: calc(100% - 40px) !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 120px;
  }
  .swiper-button-next {
    right: -10px;
    left: unset;
  }
  .swiper-button-prev {
    left: -10px;
    right: unset;
  }
  .single-next,
  .single-prev {
    position: fixed;
  }
  .single-art-slider .swiper-button-next,
  .single-art-slider .swiper-button-prev {
    position: fixed;
  }
  .single-art-slider .swiper-button-next {
    right: -10px;
    left: unset;
  }
  .single-art-slider .swiper-button-prev {
    left: -10px;
    right: unset;
  }
  .card-footer {
    flex-direction: column;
  }
  .card-footer-item:not(:last-child) {
    border: none !important;
  }
  .card-footer button {
    width: 100%;
  }

  .kb-button,
  .kt-button {
    margin-bottom: 20px !important;
  }
}
