.promotions-page .shop-archive-hero {
  margin-bottom: 24px;
  padding: 0;
  background: transparent;
}
.promotions-page [data-archive-breadcrumb] {
  margin-bottom: 32px;
}
.promotions-page [data-archive-breadcrumb] .woocommerce-breadcrumb {
  color: #5C5C5C !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.promotions-page .promo-banner {
  margin-top: 0;
}
.promotions-page .promo-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.promotions-page .promo-title {
  margin-top: 22px;
  margin-bottom: 0;
}
.promotions-page .promo-tabs-wrap {
  margin-bottom: 18px;
}
.promotions-page .promo-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 18px;
  width: fit-content;
  max-width: 100%;
}
.promotions-page .promo-tab {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  flex: 0 0 auto;
  min-height: 70px;
  padding: 16px 20px;
  border: 1px solid #E0E0E0;
  border-radius: 14px;
  background: #fff;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.promotions-page .promo-tab:hover, .promotions-page .promo-tab:focus-visible {
  border-color: #90C544;
  color: #90C544;
  text-decoration: none;
}
.promotions-page .promo-tab.is-active {
  border-color: #114600;
  background: #114600;
  color: #fff;
}
.promotions-page .promo-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #90C544;
  flex: none;
}
.promotions-page .promo-tab-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.promotions-page .promo-tab.is-active .promo-tab-icon {
  color: #fff;
}
.promotions-page .promo-empty {
  margin: 16px 0 0;
  color: #5C5C5C;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.promotions-page .promo-pagination {
  margin-top: 28px;
}
@media (min-width: 1300px) {
  .promotions-page .promo-products .products-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.promotions-page .promo-card .product-card-inner {
  border-color: #E0E0E0;
}
.promotions-page .promo-card .product-card-wish {
  top: 5px;
  right: 6px;
}
.promotions-page .promo-card .promo-badge {
  top: 0;
  left: 0;
  z-index: 2;
  min-height: 30px;
  padding: 0 16px;
  border-radius: 36px;
  background: #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hikasami", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.promotions-page .promo-card .product-card-content {
  justify-content: space-between;
  min-height: 157px;
  height: 157px;
  gap: 0;
}
.promotions-page .promo-card .product-card-title {
  display: block;
  width: 100%;
  min-height: 0;
  color: #07070A;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  overflow: hidden;
}
.promotions-page .promo-card .product-card-pricing {
  gap: 0;
  margin-top: 0;
}
.promotions-page .promo-card .product-card-cta-group {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}
.promotions-page .promo-card .sfc-price {
  margin-top: 6px;
  color: #ED1C24;
}
.promotions-page .promo-card .sfc-price .price {
  display: block;
  color: #ED1C24;
  font-family: "Hikasami", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.promotions-page .promo-card .sfc-price .price.price-base,
.promotions-page .promo-card .sfc-price .price.price-single,
.promotions-page .promo-card .sfc-price .price.price-original-base,
.promotions-page .promo-card .sfc-price .price.price-base *,
.promotions-page .promo-card .sfc-price .price.price-single *,
.promotions-page .promo-card .sfc-price .price.price-original-base * {
  color: #ED1C24 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: normal !important;
}
.promotions-page .promo-card .sfc-price .price.price-stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.promotions-page .promo-card .sfc-price .price.price-stacked > del,
.promotions-page .promo-card .sfc-price .price.price-stacked > ins {
  font-size: 16px !important;
  line-height: normal !important;
}
.promotions-page .promo-card .sfc-price .price.price-stacked > del {
  color: #BDBDBD !important;
  font-weight: 500 !important;
  text-decoration-thickness: 1px !important;
}
.promotions-page .promo-card .sfc-price .price.price-stacked > ins {
  color: #ED1C24 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: normal !important;
}
.promotions-page .promo-card .sfc-price .price.price-stacked > ins *,
.promotions-page .promo-card .sfc-price .price.price-stacked > ins bdi,
.promotions-page .promo-card .sfc-price .price.price-stacked > ins span,
.promotions-page .promo-card .sfc-price .price.price-stacked > ins .woocommerce-Price-amount {
  color: inherit !important;
}
.promotions-page .promo-card .product-card-pack-switch {
  margin: 0;
  width: 100%;
}
.promotions-page .promo-card .sfc-pack-selector {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 28px;
  padding: 0;
  border: 1px solid #E0E0E0;
  border-radius: 500px;
  background: #FFFFFF;
  overflow: hidden;
}
.promotions-page .promo-card .sfc-pack-selector input:checked + label,
.promotions-page .promo-card .sfc-pack-selector label.is-active {
  background: #90C544;
  color: #FFFFFF;
  box-shadow: none;
  transform: none;
}
.promotions-page .promo-card .sfc-pack-selector label {
  flex: 1 0 0;
  min-height: 28px;
  padding: 2px 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #38383A;
  font-family: "Hikasami", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .promotions-page .promo-card .sfc-pack-selector label {
    font-size: 12px;
  }
}
.promotions-page .promo-card .sfc-pack-selector label + label {
  box-shadow: inset 1px 0 0 #E0E0E0;
}
.promotions-page .promo-card .product-card-actions .primary-btn {
  min-height: 37px;
  padding: 9px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border-radius: 48px;
}

@media (max-width: 1000px) {
  .promotions-page .promo-tabs {
    gap: 12px;
    width: 100%;
  }
  .promotions-page .promo-tab {
    gap: 12px;
    min-width: calc(50% - 6px);
    flex: 1 1 calc(50% - 6px);
    min-height: 64px;
    padding: 14px 16px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .promotions-page .shop-archive-hero {
    margin-bottom: 20px;
  }
  .promotions-page .promo-banner {
    border-radius: 20px;
  }
  .promotions-page .promo-title {
    margin-top: 18px;
  }
  .promotions-page .promo-tabs {
    gap: 10px;
    width: 100%;
  }
  .promotions-page .promo-tab {
    width: 100%;
    min-width: 100%;
    flex-basis: 100%;
    gap: 10px;
    padding: 12px 16px;
    font-size: 16px;
  }
  .promotions-page .promo-tab-icon {
    width: 28px;
    height: 28px;
  }
}/*# sourceMappingURL=promotions-page.css.map */