
.featured-swiper.swiper {
  height: 350px;
}


.featured-swiper>.swiper-wrapper>.swiper-slide {
  width: auto;
  text-align: center;
  opacity: 0.4;
  overflow: hidden;
}

.featured-swiper>.swiper-wrapper>.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.featured-swiper>.swiper-wrapper>.swiper-slide img {
  transition: 0.3s;
  border: 0;
  border-radius: 0.25rem;
  transition: 0.3s;
  max-width: 600px;
}

.featured-swiper a:hover {
  color: inherit;
}

@media (max-width: 767.98px) {
  
  .featured-swiper.swiper {
    height: 220px;
  }
  
  .featured-swiper>.swiper-wrapper>.swiper-slide img {
    height: 220px;
  }
  
  .featured-swiper .slide-content p {
    font-size: 16px !important;
  }
  
}

.ribbon {
  background-color: #fd628c;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: -40px;
  top: 20px;
  transform: rotate(-45deg);
  box-shadow: 0 0 10px #000;
}

.ribbon span {
  width: 150px;
  border: 0;
  color: #fff;
  display: block;
  margin: 5px 0;
  /*padding: 5px 50px;*/
  text-align: center;
  text-shadow: 0 0 5px #444;
}

.featured-swiper .slide-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom:0;
  padding: 88px 16px 8px;
  box-sizing: border-box;
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.85));
  /*border-radius: 0 0 0.25rem 0.25rem;*/
}

.featured-swiper .slide-content h2 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  text-align: left;
}

.featured-swiper .slide-content p {
  margin: 8px 0 0;
  opacity: .85;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  min-height: 42px;
}


.catalog-swiper.swiper {
  height: 66px;
}

.catalog-swiper>.swiper-wrapper>.swiper-slide:last-child {
  margin-right: 0;
}

.catalog-swiper>.swiper-wrapper>.swiper-slide {
  width: 130px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  
  .catalog-swiper.swiper {
    padding-right: 120px;
  }
  
  
}

@media (max-width: 767.98px) {
  
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  
}

.swiper-button-prev {
  border-radius: 4px 0 0 4px;
  right: 50px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
}

.swiper-button-next {
  border-radius: 0 4px 4px 0;
  right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  left: auto;
  background: #424242;
  height: 100%;
  width: 50px;
  top:0;
  margin-top:0;
  display: flex;
}

.swiper-button-disableX {
  color: rgba(253,98,140,0.3);
  cursor: default;
}


:root {
  --swiper-theme-color: #fd628c;
  --swiper-navigation-size: 30px
}

.btn-categories:active {
  transform: scale(.95);
}

.btn-categories.active {
  border: 2px solid #fd628c;
}

.btn-categories {
  box-sizing: border-box;
  cursor: pointer;
  direction: ltr;
  font-weight: 400;
  margin: 0;
  position: relative;
  text-align: left;
  vertical-align: top;
  background: #131313;
  border: 2px solid #424242;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 8px 20px 10px;
  transition-property: border-color, transform;
  white-space: nowrap;
  transition: 0.3s;
}

.btn-categories__title {
  color: hsla(0,0%,98%,.87);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  pointer-events: none;
  
  text-overflow: ellipsis;
  overflow: hidden;
}

.btn-categories__info {
  color: hsla(0,0%,46%,.87);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  pointer-events: none;
}

.type-title:nth-child(1) {
  padding-top: 1.5rem;
}