.sz-hero-slider,
.sz-commerce-section,
.sz-homepage-nav {
  box-sizing: border-box;
  margin: 0 auto 0px;
  max-width: 1400px;
  width: 100%;
}

.sz-hero-slider {
  max-width: none;
}

.sz-hero-slider .swiper {
  height: var(--sz-slider-height, 460px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sz-hero-slider__slide {
  min-height: var(--sz-slider-height, 460px);
  position: relative;
}

.sz-hero-slider__image,
.sz-category-card__bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.sz-hero-slider__overlay {
  background: var(--sz-slider-overlay-color, #000);
  inset: 0;
  opacity: var(--sz-slider-overlay-opacity, .45);
  position: absolute;
}

.sz-hero-slider__content {
  color: #fff;
  left: 56%;
  max-width: 1180px;
  padding: 32px 24px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sz-hero-slider__text {
    font-weight: 300;
}

a.sz-hero-slider__button.sz-hero-slider__button--1, a.sz-hero-slider__button.sz-hero-slider__button--2 {
    text-decoration: none !important;
}

a.sz-hero-slider__button.sz-hero-slider__button--2 {
    background: #fff;
    color: #000;
}

.sz-hero-slider--align-center .sz-hero-slider__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.sz-hero-slider--align-right .sz-hero-slider__content {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.sz-hero-slider--vertical-bottom .sz-hero-slider__content {
  bottom: 0;
  top: auto;
  transform: translateX(-50%);
}

.sz-hero-slider__eyebrow {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.sz-hero-slider__title {
  color: inherit;
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 14px;
  max-width: 780px;
}

.sz-hero-slider__text {
  font-size: 18px;
  line-height: 1.5;
  max-width: 620px;
}

.sz-hero-slider__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.sz-hero-slider__button,
.sz-product-card__button {
  align-items: center;
  background: #111;
  border: 1px solid #111;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  min-height: 42px;
  padding: 10px 18px;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.sz-hero-slider__button--2 {
  background: transparent;
  border-color: #fff;
}

.sz-hero-slider__button:hover,
.sz-product-card__button:hover {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.sz-slider-arrow {
  background: rgba(0, 0, 0, .68);
  border: 0;
  cursor: pointer;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  z-index: 3;
}

.sz-slider-arrow::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
}

.sz-slider-arrow--prev {
  left: 14px;
}

.sz-slider-arrow--prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.sz-slider-arrow--next {
  right: 14px;
}

.sz-slider-arrow--next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}

.sz-section-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.sz-section-header h2,
.sz-homepage-nav h2 {
  color: #171717;
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
}

.sz-product-slider .swiper,
.sz-brand-slider .swiper {
  overflow: hidden;
  padding: 2px 2px 54px;
  position: relative;
}

.sz-product-card,
.sz-brand-card,
.sz-homepage-nav__item {
  background: #fff;
  border: 1px solid #e7e7e7;
  display: flex;
  text-decoration: none;
}

.sz-product-card {
  flex-direction: column;
  height: 100%;
  min-height: 360px;
  padding: 16px;
  position: relative;
}

.sz-product-card__image {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.sz-product-card__image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.sz-product-card__badge {
  background: #d71920;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  padding: 5px 8px;
  position: absolute;
  top: 0;
}

.sz-product-card__title {
  color: #161616;
  font-weight: 700;
  line-height: 1.35;
  margin: 14px 0 8px;
  min-height: 42px;
  text-decoration: none;
}

.sz-product-card__price {
  color: #111;
  font-weight: 800;
  margin-bottom: 14px;
}

.sz-product-card__button {
  align-self: flex-start;
  font-size: 13px;
  margin-top: auto;
  min-height: 36px;
  padding: 8px 12px;
}

.sz-brand-card {
  align-items: center;
  color: #111;
  gap: 12px;
  justify-content: center;
  min-height: 96px;
  padding: 16px;
}

.sz-brand-card img {
  max-height: 48px;
  max-width: 118px;
  object-fit: contain;
}

.sz-brand-card span {
  font-weight: 700;
}

.sz-category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(var(--sz-category-columns, 3), minmax(0, 1fr));
}

.sz-category-card {
  background: #151515;
  color: #fff;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.sz-category-card::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .08));
  content: "";
  inset: 0;
  position: absolute;
}

.sz-category-card__content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 0;
  padding: 22px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.sz-category-card__content strong {
  font-size: 22px;
  line-height: 1.15;
}

.sz-category-card__content small {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.sz-homepage-nav {
  background: #111;
  color: #fff;
  padding: 28px 24px;
}

.sz-homepage-nav h2 {
  color: inherit;
  margin-bottom: 18px;
}

.sz-homepage-nav__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sz-homepage-nav__item {
  align-items: center;
  color: #fff;
  gap: 10px;
  min-height: 76px;
  padding: 12px;
}

.sz-homepage-nav__item img {
  background: #fff;
  height: 46px;
  object-fit: contain;
  width: 46px;
}

.sz-homepage-nav__item span {
  font-weight: 700;
}

@media (max-width: 900px) {
  .sz-category-grid,
  .sz-homepage-nav__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sz-hero-slider__title {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .sz-hero-slider .swiper,
  .sz-hero-slider__slide {
    height: var(--sz-slider-height-mobile, 380px);
    min-height: var(--sz-slider-height-mobile, 380px);
  }

  .sz-hero-slider__content {
    padding: 24px 18px;
  }

  .sz-hero-slider__title {
    font-size: 28px;
  }

  .sz-hero-slider__text {
    font-size: 16px;
  }

  .sz-category-grid,
  .sz-homepage-nav__grid {
    grid-template-columns: 1fr;
  }
}
