.shoe-slider {
  .brand-title {
    margin-bottom: 24px;

    @media (max-width: 1024px) {
      max-width: 98%;
      overflow: hidden;
    }

    &.small {
      @media (max-width: 1024px) {
        svg {
          width: auto;
          height: 24px;
        }
      }
    }

    @media (max-width: 1024px) {
      svg {
        width: auto;
        height: 48px;
      }
    }
  }

  .shoe-slider-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 12px;

    @media (max-width: 1024px) {
      grid-template-columns: 1fr;
    }

    p {
      max-width: 598px;
      color: #181818;

      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: -0.36px;

      @media (max-width: 1024px) {
        max-width: unset;
        order: 2;
      }
    }

    .shoe-switcher {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 24px;

      @media (max-width: 1024px) {
        order: 1;
        gap: 12px;
        justify-content: space-between;
      }

      .shoe-switcher-item {
        cursor: pointer;

        &.active {
          opacity: 0.5;
        }
      }
    }
  }
}

.tabs-shoe_content {
  max-width: 600px;
  margin-left: 22px;
  margin-bottom: 72px;
  @media (max-width: 1366px) {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 42px;
  }
}

.tabs-shoe_title {
  font-family: var(--ff-secondary);
  font-weight: 700;
  font-size: 45px;
  color: #181818;
  margin: 0 0 16px 0;
  @media (max-width: 1366px) {
    line-height: 1 !important;
  }
}

.tabs-shoe_desc {
  p {
    margin-bottom: 0;
  }
}

.packshots-shoe-slider-images-wrapper {
  overflow: hidden;
  position: relative;
  padding: 24px 0;
  display: block;
  margin: 0 0 16px 0;
  background-color: #181818;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: #181818;
  }

  > .container {
    width: calc(1200px + (100vw - 1200px));
    margin-right: calc(-1 * (100vw - 1200px) / 2);
    padding-right: calc(1 * (100vw - 1200px) / 2);

    @media (max-width: 1366px) {
      width: calc(1120px + (100vw - 1120px));
      margin-right: calc(-1 * (100vw - 1120px) / 2);
    }

    @media (max-width: 1280px) {
      width: calc(1005px + (100vw - 1005px));
      margin-right: calc(-1 * (100vw - 1005px) / 2);
    }

    @media (max-width: 1024px) {
      width: auto;
      margin-right: -20px;
    }
  }

  .packshots-shoe-slider-images {
    touch-action: none;
    will-change: transform;
    -webkit-user-drag: none;

    &.active {
      display: flex;
    }

    display: none;

    position: relative;
    z-index: 2;
    width: fit-content;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 24px;
    flex-wrap: nowrap;
    will-change: transform;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    &.square {
      a {
        width: 490px;
        height: 490px;

        @media (max-width: 1024px) {
          width: 290px;
          height: 290px;
        }

        img {
          width: 490px;
          height: 490px;

          @media (max-width: 1024px) {
            width: 290px;
            height: 290px;
          }
        }
      }
    }

    a {
      width: 393px;
      height: 490px;

      @media (max-width: 1024px) {
        width: 234px;
        height: 292px;
      }

      img {
        width: 393px;
        height: 490px;

        @media (max-width: 1024px) {
          width: 234px;
          height: 292px;
        }
      }
    }

    @media (max-width: 1024px) {
      gap: 16px;
    }
  }
}

.shoe-slider {
  display: none;
}

.shoe-slider.active {
  display: block;
}

.tabs-header {
  display: flex;
}

.shoe-tab {
  width: 240px;
  height: 68px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #181818;
  border-bottom: 0;
  transition: all 0.3s ease;
  margin-left: -1px;

  &:first-child {
    margin-left: 0;
  }
}

.shoe-tab.active {
  background-color: #181818;
}

.shoe-tab svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  max-height: 32px;
  max-width: 150px;
  @media (max-width: 1024px) {
    max-width: 80px;
  }
}

.shoe-tab img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  max-height: 32px;
  max-width: 150px;
  @media (max-width: 1024px) {
    max-width: 80px;
  }
}

.shoe-tab {
  color: #181818;
}

.shoe-tab.active {
  svg {
    path {
      fill: #fff;
    }
  }
}
