.category_sec ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category_sec ul.products::before,
.category_sec ul.products::after {
  display: none;
}

.category_sec ul.products li.product.product-category {
  float: none;
  clear: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.category_sec ul.products li.product.product-category a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.category_sec ul.products li.product.product-category a img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
  margin: 0 0 1rem;
}

.category_sec
  ul.products
  li.product-category
  .woocommerce-loop-category__title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.category_sec .woocommerce-loop-category__title .count {
  display: none;
}

@media (min-width: 768px) {
  .category_sec ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .category_sec ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hero_sec {
  width: 100%;
  overflow: hidden;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.55;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bottom: 20px;
}

.hero_sec .swiper-slide,
.hero_sec picture {
  display: block;
  height: auto;
}

.hero_sec__link {
  display: block;
}

.hero_sec img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.hero_sec .swiper-pagination-bullet {
  box-shadow: 0 0 0 1px rgb(0 0 0 / 35%);
  transform: scale(0.65);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.hero_sec .swiper-pagination-bullet-active {
  transform: scale(1);
}

.hero_sec .swiper-pagination-bullet:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .hero_sec {
    --swiper-pagination-bottom: 16px;
  }

  .hero_sec img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero_sec img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

.explore-range {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 16px;
}

.explore-range__tabs {
  display: flex;
  justify-content: safe center;
  overflow-x: auto;
  border-bottom: 1px solid #dedede;
  margin-bottom: 40px;
}

.explore-range__tabs button {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: white;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}

.explore-range__tabs button[aria-selected="true"] {
  color: #111;
  border-bottom-color: transparent;
  box-shadow: none;
}

.explore-range :focus-visible {
  outline: 2px solid var(--color-brand-600);
  outline-offset: -2px;
}

.explore-range__panel[hidden] {
  display: none;
}

.explore-range .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 20px;
  margin: 0;
  padding: 0;
}

.explore-range .woocommerce ul.products::before,
.explore-range .woocommerce ul.products::after {
  display: none;
}

.explore-range .woocommerce ul.products li.product {
  float: none;
  clear: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  list-style: none;
}

.explore-range .woocommerce ul.products li.product > a {
  display: block;
  width: 100%;
}

.explore-range .woocommerce ul.products li.product a img {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  margin: 0 0 20px;
  background: #fff;
  transition: box-shadow 180ms ease;
}

.explore-range .woocommerce ul.products li.product:hover a img {
  box-shadow: none;
}

.explore-range
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title {
  padding: 0;
  margin: 0 0 12px;
  color: var(--color-brand-charcoal);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.explore-range .woocommerce ul.products li.product .price {
  color: var(--color-brand-600);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px;
}

.explore-range .woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.explore-range .woocommerce ul.products li.product .button {
  display: inline-flex;
  margin-top: 0;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--color-brand-600);
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

.explore-range .woocommerce ul.products li.product .button:hover {
  background: var(--color-brand-700);
}

@media (min-width: 640px) {
  .explore-range {
    padding-inline: 24px;
  }
}

@media (min-width: 768px) {
  .explore-range .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 24px;
  }
}

@media (min-width: 1024px) {
  .explore-range {
    padding-inline: 32px;
  }
}

@media (min-width: 1280px) {
  .explore-range .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .explore-range__tabs button {
    padding: 14px 18px;
  }
  .explore-range
    .woocommerce
    ul.products
    li.product
    .woocommerce-loop-product__title {
    font-size: 15px;
  }
  .explore-range .woocommerce ul.products li.product .price {
    font-size: 18px;
  }
}

.products-in-action {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 16px;
}

.products-in-action__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.products-in-action__grid video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

@media (min-width: 640px) {
  .products-in-action {
    padding-inline: 24px;
  }
  .products-in-action__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .products-in-action {
    padding: 48px 32px;
  }
  .products-in-action__grid {
    gap: 20px;
  }
}

.customer-reviews { max-width: 1280px; margin: 0 auto; padding: 48px 16px; }
.customer-reviews > h2 { margin: 0 0 16px; text-align: center; font-size: clamp(28px, 3vw, 36px); font-weight: 600; line-height: 1.2; }
.customer-reviews__subtitle { text-align: center; color: #707070; font-size: 18px; margin-bottom: 28px; }
.customer-reviews__summary { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px; margin-bottom: 48px; }
.customer-reviews__summary strong { font-size: 36px; line-height: 1; }
.customer-reviews__count { color: #707070; font-size: 16px; }
.customer-reviews__stars { position: relative; display: inline-block; width: max-content; color: #dedede; font-size: 22px; letter-spacing: 4px; line-height: 1.3; white-space: nowrap; }
.customer-reviews__stars-fill { position: absolute; inset: 0 auto 0 0; overflow: hidden; color: var(--color-brand-500); }
.customer-reviews__summary .customer-reviews__stars { font-size: 30px; }
.customer-reviews__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.customer-review { display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid #dedede; border-radius: 9px; background: #f8f8f8; box-shadow: 0 2px 8px rgb(0 0 0 / 5%); }
.customer-review__author { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.customer-review__avatar { display: grid; place-items: center; flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%; background: var(--color-brand-charcoal); color: #fff; font-size: 26px; font-weight: 600; text-transform: uppercase; }
.customer-review__author h3 { font-size: 18px; font-weight: 600; line-height: 1.3; overflow-wrap: anywhere; }
.customer-review__author time { display: block; margin-top: 5px; color: #707070; font-size: 14px; }
.customer-review__text { margin: 14px 0 20px; font-size: 16px; line-height: 1.65; color: #383838; overflow-wrap: anywhere; }
.customer-review__text p + p { margin-top: 12px; }
.customer-review__verified { margin-top: auto; color: #008865; font-size: 14px; }
.customer-review__verified span { margin-right: 5px; }
@media (min-width: 640px) {
    .customer-reviews { padding-inline: 24px; }
    .customer-reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .customer-reviews { padding: 56px 32px; }
    .customer-reviews__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.home-section-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}
.home-section-reveal.home-section-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .home-section-reveal { opacity: 1; transform: none; transition: none; }
}
@media print {
  .home-section-reveal { opacity: 1; transform: none; }
}

.home-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms ease-out, transform 650ms ease-out;
}
.home-reveal.home-reveal-pending {
  opacity: 0;
  transform: translateY(28px);
}
@media (prefers-reduced-motion: reduce) {
  .home-reveal,
  .home-reveal.home-reveal-pending {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
