.categories-slider-block {
  padding: 80px 0;
  overflow: hidden;
}
.categories-slider-block__header {
  margin-bottom: 40px;
}
.categories-slider-block__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f09620;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.categories-slider-block__heading {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  line-height: 1.2;
  margin-bottom: 24px;
}
.categories-slider-block__body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #231f20;
  max-width: 503px;
  margin-bottom: 0;
}
.categories-slider-block__body p:last-child {
  margin-bottom: 0;
}
.categories-slider-block__splide .splide__track {
  overflow: visible;
}
.categories-slider-block__splide .splide__list {
  align-items: stretch;
}
.categories-slider-block__slide {
  height: auto;
}
.categories-slider-block__card {
  display: flex;
  align-items: stretch;
  height: 401px;
  border-radius: 16px;
  background-color: rgba(243, 243, 243, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: hidden;
  text-decoration: none;
  color: #231f20;
  transition: box-shadow 0.2s ease;
}
.categories-slider-block__card:hover {
  color: #231f20;
}
.categories-slider-block__card:focus {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  color: #231f20;
}
@media (max-width: 767.98px) {
  .categories-slider-block__card {
    height: auto;
    flex-direction: column;
  }
}
.categories-slider-block__card-image {
  flex: 0 0 45%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .categories-slider-block__card-image {
    flex: 0 0 220px;
    width: 100%;
  }
}
.categories-slider-block__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  display: block;
}
.categories-slider-block__img-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e0e0e0, #c8c8c8);
}
.categories-slider-block__card-content {
  flex: 1;
  padding: 40px 24px 40px 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .categories-slider-block__card-content {
    padding: 24px;
  }
}
.categories-slider-block__card-title {
  font-family: "Integral CF", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  margin-bottom: 24px;
}
.categories-slider-block__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories-slider-block__item {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #231f20;
  padding: 16px 0;
  border-bottom: 1px solid #231f20;
}
.categories-slider-block__item:first-child {
  border-top: 1px solid #231f20;
}
.categories-slider-block__controls {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.categories-slider-block__progress-track {
  flex: 1;
  height: 1px;
  background-color: #231f20;
  position: relative;
  border-radius: 4px;
  overflow: visible;
}
.categories-slider-block__progress-bar {
  position: absolute;
  left: 0;
  top: -3.5px;
  height: 8px;
  width: 25%;
  background-color: #231f20;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.categories-slider-block__counter {
  font-family: "Integral CF", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #231f20;
  white-space: nowrap;
  flex-shrink: 0;
}
.categories-slider-block__buttons {
  margin-top: 32px;
}
.categories-slider-block__buttons .ov-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.categories-slider-block__cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  background-color: #231f20;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 16px;
  padding: 4px 4px 4px 16px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.categories-slider-block__cta:hover, .categories-slider-block__cta:focus {
  background-color: #3d3839;
  color: #fff;
}
.categories-slider-block__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 31px;
  border: 1px solid #fff;
  border-radius: 13px;
  flex-shrink: 0;
}

/*# sourceMappingURL=categories-slider-block.css.map */