.index-tabs {
  padding-top: 110px; }
  @media (max-width: 991.75px) {
    .index-tabs {
      padding-top: 60px; } }
  .index-tabs__header {
    margin-bottom: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .index-tabs__inner .products-slider .splide__arrow--prev {
    transform: translate(-50%, calc(-50% - 60px)); }
  .index-tabs__inner .products-slider .product-card {
    padding-top: 27px;
    padding-bottom: 22px; }
  .index-tabs__inner .products-slider .product-card__img {
    height: 180px; }
  .index-tabs__inner .products-slider .product-card__actions {
    margin-top: 12px; }
  .index-tabs__inner .products-slider .product-card__info {
    gap: 16px; }
  .index-tabs__inner .products-slider .product-card__top-badges {
    top: 0;
    left: 3px; }
    @media (max-width: 990.75px) {
      .index-tabs__inner .products-slider .product-card__top-badges {
        top: -7px;
        left: -4px; } }
  .index-tabs__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
  .index-tabs .products-slider .splide__arrow--prev {
    transform: translate(-50%, calc(-50% - 55px)); }
  .index-tabs .products-slider .splide__arrow--next {
    transform: translate(50%, calc(-50% - 55px)); }
  @media (max-width: 990.75px) {
    .index-tabs .products-slider .splide__arrow--prev {
      transform: translate(-50%, calc(-50% - 30px)); }
    .index-tabs .products-slider .splide__arrow--next {
      transform: translate(50%, calc(-50% - 30px)); } }

.tabs-nav__list {
  white-space: nowrap;
  display: flex;
  margin: 0 -4px;
  width: calc(100% + 8px); }

.tabs-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 90px;
  height: 38px;
  color: #000000;
  padding: 9px 20px 10px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }
  .tabs-nav__item.active {
    color: #000000;
    background-color: #f8f8f8; }
    .tabs-nav__item.active:hover {
      color: #000000;
      cursor: default; }
  .tabs-nav__item:hover {
    color: #8a6048; }

@media (max-width: 1199.75px) {
  .index-tabs__grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 991.75px) {
  .index-tabs__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 767.75px) {
  .index-tabs {
    padding-top: 60px; }
    .index-tabs__header {
      flex-wrap: wrap; }
    .index-tabs__grid {
      grid-template-columns: repeat(3, 1fr); }
  .tabs-nav__list {
    display: flex;
    justify-content: space-between; } }

@media (max-width: 600.75px) {
  .tabs-nav {
    margin-right: -15px;
    margin-top: 20px; }
  .index-tabs__grid {
    display: flex;
    overflow: auto;
    padding: 15px 24px !important;
    margin: -15px -24px !important;
    grid-gap: 0; }
  .index-tabs__header {
    margin-bottom: 20px; } }
