.packshots {
  margin-top: 100px;
  position: relative;
}

@media (max-width: 1024px) {
  .packshots {
    margin-top: 36px;
  }
}

.packshots-container {
  max-width: 1244px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .packshots-container {
    max-width: 100%;
    padding: 0 24px;
  }
}

.packshots-wrapper {
  display: grid;
  grid-template-columns: 1fr 306px;
  gap: 28px;
}

@media (max-width: 1024px) {
  .packshots-wrapper {
    display: block;
  }
}

@media (max-width: 1024px) {
  .packshots-content {
    margin: 48px 0;
  }
}

.packshots-title {
  font-family: var(--ff-secondary);
  font-weight: 700;
  font-size: 100px;
  line-height: 1 !important;
  color: var(--c-gray-900);
  margin: 0 0 32px 0;
  letter-spacing: -5px;
  line-height: 0.8 !important;
  span {
    line-height: 0.8 !important;
  }
  strong {
    display: block;
    line-height: 0.8 !important;
  }
}

@media (max-width: 1440px) {
  .packshots-title {
    font-size: 80px;
  }
}

@media (max-width: 1366px) {
  .packshots-title {
    font-size: 80px;
    letter-spacing: 0;
  }
}

@media (max-width: 1280px) {
  .packshots-title {
    font-size: 70px;
  }
}

@media (max-width: 1024px) {
  .packshots-title {
  }
}

.packshots-description {
  color: var(--c-gray-900);
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 664px;
  font-size: 17px;
}

@media (max-width: 1024px) {
  .packshots-description {
    max-width: 100%;
    margin-bottom: 48px;
  }
}

.packshots-banners {
  display: flex;
  justify-content: space-between;
  gap: 56px;
  border: 1px solid var(--c-gray-900);
  border-radius: 4px;
  padding: 12px 65px 16px;
  margin-bottom: 84px;
}

@media (max-width: 1024px) {
  .packshots-banners {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 327px;
    margin: 0 auto;
  }
}

.packshots-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 1024px) {
  .packshots-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid var(--c-gray-900);
    border-radius: 4px;
    padding: 16px 65px 20px;
  }
}

.packshots-banner img {
  width: 32px;
  height: 32px;
}

.packshots-banner span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: var(--ff-fibbl);
  color: var(--c-gray-900);
}

.packshots-actions {
  display: flex;
  gap: 32px;
}

@media (max-width: 1024px) {
  .packshots-actions {
    display: none;
  }
}

@media (max-width: 1024px) {
  .packshots-right {
    display: none;
  }
}

.packshots-figure {
  position: relative;
  width: 218px;
  height: 272px;
  border: 1px solid var(--c-gray-900);
  border-radius: 5px;
  overflow: hidden;
}

.packshots-figure img {
  position: absolute;
  inset: 0;
}

.packshots-right {
  position: relative;
}

.packshots-figure {
  position: absolute;
  top: 0;
  left: 0;
}

.packshots-figure:nth-child(1) {
  top: 0px;
  left: 0px;
  z-index: 5;
}

.packshots-figure:nth-child(2) {
  top: 20px;
  left: 20px;
  z-index: 4;
}

.packshots-figure:nth-child(3) {
  top: 40px;
  left: 40px;
  z-index: 3;
}

.packshots-figure:nth-child(4) {
  top: 60px;
  left: 60px;
  z-index: 2;
}

.packshots-figure:nth-child(5) {
  top: 80px;
  left: 80px;
  z-index: 1;
}

.packshots-slider_wrapper {
  display: none;
  height: 165px;
  margin-bottom: 16px;
  overflow: visible;
}

@media (max-width: 1024px) {
  .packshots-slider_wrapper {
    display: block;
  }
}

@media (max-width: 1024px) {
  .packshots-slider_wrapper {
    display: block;
  }
}

.packshots-slider {
  display: flex;
  gap: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 24px;
  scrollbar-width: none;
}

.packshots-slider::-webkit-scrollbar {
  display: none;
}

.packshots-slider_figure {
  flex: none;
  width: 132px;
  height: 165px;
}

.packshots-slider_figure:first-child {
  margin-left: 24px;
}

.packshots-slider_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.packshots-learn-more {
  display: none;
}

@media (max-width: 1024px) {
  .packshots-learn-more {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
