.sz-hero-slider,
.sz-commerce-section,
.sz-homepage-nav {
  box-sizing: border-box;
  margin: 0 auto 0px;
  max-width: 1600px;
  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 {
  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: clamp(56%, calc(896px + 64 * (1600px - 100vw) / 320), 75%);
  max-width: 1180px;
  padding: 32px 24px;
  position: absolute;
  top: 38%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.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;
  font-weight : 300;
  line-height: 1.5;
  max-width: 620px;
}

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__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: 30%;
  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--block {
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.sz-section-intro {
  width: 100%;
}

.sz-section-intro p {
  margin: 0;
}

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

.sz-category-display {
  padding-bottom: 20px;
}

.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 {
  background: #fff;
  border: 2px solid #f4f4f4;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 0 16px 18px;
  position: relative;
  transition: box-shadow .2s ease, transform .2s ease;
}

.sz-product-card:hover {
  box-shadow: 0 16px 34px rgba(0, 0, 0, .08);
  transform: translateY(-2px);
}

.sz-product-card__image {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: oklch(96% 0 0);
  display: flex;
  justify-content: center;
  margin: 0 -16px 14px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
}

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

.sz-product-card__badge {
  background: #000;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 800;
  left: 0;
  letter-spacing: .4px;
  line-height: 1;
  padding: 16px;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  z-index: 2;
}

.sz-product-card__title {
  color: #111;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 800;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 8px;
  min-height: 2.5em;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.sz-product-card__price {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.sz-product-card__price del {
  font-size: 16px;
  opacity: .35;
}

.sz-product-card__price ins {
  text-decoration: none;
}

.sz-product-card__price .woocommerce-Price-currencySymbol {
  display: none;
}

.sz-product-card__button {
  align-self: stretch;
  background: #111;
  border-color: #111;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  margin-top: auto;
  min-height: 38px;
  padding: 10px 14px;
  text-align: center;
  text-transform: none;
}

.sz-product-card__button:hover {
  background: #8cc63f;
  border-color: #8cc63f;
  color: #fff;
}

.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: oklch(96% 0 0);
  color: #111;
  display: block;
  height: 220px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: box-shadow .2s ease;
}

.sz-category-card,
.sz-category-card:hover,
.sz-category-card:focus,
.sz-category-card:visited,
.sz-category-card:active,
.sz-category-card *,
.sz-category-card:hover * {
  text-decoration: none;
}

.sz-category-card:hover {
  box-shadow: 0 16px 34px rgba(0, 0, 0, .08);
}

.sz-category-card__image {
  bottom: 0;
  display: block;
  height: 100%;
  max-width: 60%;
  mix-blend-mode: darken;
  object-fit: contain;
  object-position: right center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(30%);
  width: auto;
}

.sz-category-card__content {
  align-items: flex-start;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  left: 0;
  max-width: 50%;
  padding: 24px 12px 24px 28px;
  position: absolute;
  top: 0;
}

.sz-category-card__subtitle {
  color: #8cc63f;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0;
}

.sz-category-card__title {
  color: #111;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.sz-category-card__text {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.sz-subcategory-display {
  padding-bottom: 20px;
}

.sz-subcategory-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(var(--sz-subcategory-columns, 4), minmax(0, 1fr));
}

.sz-subcategory-card {
  align-items: center;
  background: oklch(96% 0 0);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
  min-width: 0;
  padding: 16px;
}

.sz-subcategory-card,
.sz-subcategory-card a,
.sz-subcategory-card a:link,
.sz-subcategory-card a:hover,
.sz-subcategory-card a:focus,
.sz-subcategory-card a:visited,
.sz-subcategory-card a:active {
  text-decoration: none !important;
}

.sz-subcategory-card__image {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sz-subcategory-card__image img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  mix-blend-mode: darken;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.sz-subcategory-card__content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  min-width: 0;
}

.sz-subcategory-card__title {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 8px;
}

.sz-subcategory-card__title:hover {
  color: #8cc63f;
}

.sz-subcategory-card__sublist {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.sz-subcategory-card__sublist li {
  margin: 0;
  padding: 0;
}

.sz-subcategory-card__sublist a {
  color: #444;
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.sz-subcategory-card__sublist a:hover {
  color: #8cc63f;
}

.sz-subcategory-card__all {
  color: #8cc63f;
  font-size: 13px;
  font-weight: 700;
  margin-top: auto;
}

.sz-subcategory-card__all::after {
  content: " \2192";
}

.sz-subcategory-card__all:hover {
  color: #111;
}

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

.sz-post-card {
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sz-post-card,
.sz-post-card a,
.sz-post-card a:link,
.sz-post-card a:hover,
.sz-post-card a:focus,
.sz-post-card a:visited,
.sz-post-card a:active {
  text-decoration: none !important;
}

.sz-post-card__media {
  background: oklch(96% 0 0);
  display: block;
  margin: 0 0 16px;
  overflow: hidden;
  position: relative;
}

.sz-post-card__media img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.sz-post-card__media:hover img {
  transform: scale(1.03);
}

.sz-post-card__placeholder {
  aspect-ratio: 16 / 10;
  background: oklch(94% 0 0);
  display: block;
  width: 100%;
}

.sz-post-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sz-post-card__category {
  color: #8cc63f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sz-post-card__title {
  color: #111;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
}

.sz-post-card__title:hover {
  color: #8cc63f;
}

.sz-post-card__excerpt {
  margin: 0;
}

.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: 1100px) {
  .sz-subcategory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@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;
  }

  .sz-category-card__content {
    padding: 22px;
  }

  .sz-category-card__title {
    font-size: 20px;
  }
}

@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,
  .sz-subcategory-grid {
    grid-template-columns: 1fr;
  }

  .sz-category-card {
    height: 180px;
  }

  .sz-category-card__title {
    font-size: 18px;
  }
}
