.shop-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #f7f4e9 0%, #f1f8e8 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 3/1 ;
}

.shop-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.shop-hero__media::after {
  content: "";
  position: absolute;

}

.shop-hero__image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.shop-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 0;
  gap: 24px;
  text-align: center;
}

.shop-hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 136%;
  letter-spacing: 0.01em;
  color: #212121;
}

.shop-hero__description {
  margin: 0;
  max-width: 520px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #2e2e2e;
}

.shop-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.shop-hero__btn--primary {
  color: #ffffff;
  background: linear-gradient(90deg, #4f8c08 0%, #93d500 100%);
  box-shadow: 0 12px 24px rgba(79, 140, 8, 0.18);
}

.shop-hero__btn--secondary {
  color: #3f7106;
  background: rgba(255, 255, 255, 0.96);
}

.shop-hero__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(79, 140, 8, 0.22);
}

.shop-hero__btn--secondary:hover {
  color: #ffffff;
  background-color: #4f8c08;
}

.shop-wrapper {
  display: flex;
  gap: 24px;
  /* padding: 48px 0; */
  margin: 48px auto;
}

.shop-main {
  flex: 1;
  min-width: 0;
}

.shop-wrapper--no-sidebar .shop-main {
  flex: 1 1 100%;
  width: 100%;
}

.shop-main__results {
  position: relative;
  transition: opacity 0.2s ease;
}

.shop-main__results.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

.shop-main__results.is-loading::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  border: 3px solid #d9d9d9;
  border-top-color: #4f8c08;
  border-radius: 50%;
  animation: shop-results-spin 0.8s linear infinite;
}

@keyframes shop-results-spin {
  to {
    transform: rotate(360deg);
  }
}

.shop-main__toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.shop-main__sidebar-open {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 13px 20px;
  border: 0;
  border-radius: 24px;
  background: #f0f5e8;
  cursor: pointer;
}

.shop-main__sidebar-open[hidden] {
  display: none !important;
}

.shop-main__sidebar-open-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 1%;
  color: #212121;
}
.shop-main__sidebar-open-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.shop-main__sidebar-open-main .shop-main__sidebar-open-icon {
  width: 16px;
  height: 16px;
  color: #9a9a9a;
}

.shop-main__sidebar-open-main .shop-main__sidebar-open-text {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 1%;
  color: #5f5f5f;
}

.shop-main__toolbar .woocommerce-result-count {
  margin: 0;
  color: #5f5f5f;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 1%;
}

.shop-main__toolbar .woocommerce-ordering {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-main__toolbar .woocommerce-products-per-page {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-main__toolbar .woocommerce-products-per-page__label {
  color: #9e9e9e;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 1%;
  white-space: nowrap;
}

.woocommerce-ordering::before {
  content: "Xếp  theo:";
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  color: #9e9e9e;
  white-space: nowrap;
}

.shop-orderby-dropdown {
  position: relative;
}

.shop-orderby-dropdown.is-enhanced + select.orderby {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.shop-orderby-dropdown__toggle {
  min-width: 123px;
  height: 36px;
  padding: 8px 16px 8px 16px;
  border: 0;
  border-radius: 22px;
  background: #F5F5F5;
  color: #212121;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 0.02em;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition:
    background-color 200ms ease-out,
    box-shadow 200ms ease-out,
    transform 200ms ease-out;
}

.shop-orderby-dropdown__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 5l6 6 6-6" fill="none" stroke="%23212121" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  transition: transform 200ms ease-out;
}

.shop-orderby-dropdown.is-open .shop-orderby-dropdown__toggle::after {
  transform: translateY(-50%) rotate(180deg);
}

.shop-orderby-dropdown__toggle:hover {
  background-color: #f6fbf0;
  box-shadow: 0 8px 18px rgba(79, 140, 8, 0.08);
}

.shop-orderby-dropdown__toggle:focus,
.shop-orderby-dropdown__toggle:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(79, 140, 8, 0.12),
    0 8px 18px rgba(79, 140, 8, 0.1);
}

.shop-orderby-dropdown__label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-orderby-dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 25;
  padding: 10px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 22px 42px rgba(33, 33, 33, 0.14);
  display: grid;
  min-width: 200px;
}

.shop-orderby-dropdown__option {
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #3e6e06;
  font-weight: 500;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 0.01em;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 180ms ease-out,
    color 180ms ease-out,
    transform 180ms ease-out;
}

.shop-orderby-dropdown__option:hover,
.shop-orderby-dropdown__option:focus-visible {
  outline: none;
  background: #f4faed;
  color: #4f8c08;
  transform: translateX(2px);
}

.shop-orderby-dropdown__option.is-selected {
  background: linear-gradient(90deg, rgba(79, 140, 8, 0.12) 0%, rgba(147, 213, 0, 0.16) 100%);
  color: #315100;
  font-weight: 600;
}

.shop-main__toolbar select.orderby,
.shop-main__toolbar select.per-page {
  appearance: none;
  height: 42px;
  padding: 8px 40px 8px 16px;
  border: 0;
  border-radius: 22px;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  text-align: left;
  color: #4f8c08;
  cursor: pointer;
  transition:
    background-color 200ms ease-out,
    border-color 200ms ease-out,
    box-shadow 200ms ease-out;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 5l6 6 6-6" fill="none" stroke="%234f8c08" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
  opacity: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.shop-main__toolbar select.orderby option,
.shop-main__toolbar select.per-page option {
  padding: 10px 14px;
  border: 0;
}

.shop-main__toolbar select.orderby {
  min-width: 168px;
}

.shop-main__toolbar select.per-page {
  min-width: 92px;
}

.shop-main__toolbar select.orderby:hover,
.shop-main__toolbar select.per-page:hover {
  background-color: #f6fbf0;
  box-shadow: 0 8px 18px rgba(79, 140, 8, 0.08);
}

.shop-main__toolbar select.orderby:focus,
.shop-main__toolbar select.per-page:focus,
.shop-main__toolbar select.orderby:focus-visible,
.shop-main__toolbar select.per-page:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(79, 140, 8, 0.12),
    0 8px 18px rgba(79, 140, 8, 0.1);
}

.shop-main__toolbar .woocommerce-notices-wrapper {
  flex: 1 1 100%;
  order: 10;
}

.shop-sidebar {
  flex: 0 0 306px;
  max-width: 306px;
  width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.sidebar-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  width: 100%;
  background: #fafafa;
  border-radius: 16px;
}

.shop-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.shop-sidebar__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 1%;
  color: #212121;
}

.shop-sidebar__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 1%;
  color: #9e9e9e;
  cursor: pointer;
  transition: color 200ms ease-out;
}

.shop-sidebar__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #9e9e9e;
}

.shop-sidebar__toggle-icon svg {
  width: 100%;
  height: 100%;
}

.shop-sidebar__toggle:hover {
  color: #212121;
}

.shop-sidebar__toggle:hover .shop-sidebar__toggle-icon {
  color: #212121;
}

.shop-sidebar__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;

  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
}

.shop-sidebar.is-collapsed .shop-sidebar__content {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}

.shop-wrapper.is-sidebar-collapsed .shop-sidebar {
  display: none;
}

.shop-sidebar .sidebar-product {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.shop-sidebar .widgettitle,
.shop-sidebar .widget-title,
.shop-sidebar .wp-block-woocommerce-product-filters h3.wp-block-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #212121;
}

.shop-sidebar .widgettitle::after,
.shop-sidebar .widget-title::after,
.shop-sidebar .wp-block-woocommerce-product-filters h3.wp-block-heading::after {
  content: "";
  width: 24px;
  height: 24px;
  border-right: 1.5px solid #212121;
  border-bottom: 1.5px solid #212121;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.shop-sidebar .widget ul,
.shop-sidebar .widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shop-sidebar .widget ul li,
.shop-sidebar .widget ol li {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #616161;
}

.shop-sidebar .widget ul li > a,
.shop-sidebar .widget ol li > a,
.shop-sidebar .widget ul li > label,
.shop-sidebar .widget ol li > label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  flex: 1 1 auto;
}

.shop-sidebar .widget ul li > ul,
.shop-sidebar .widget ul li > ol,
.shop-sidebar .widget ol li > ul,
.shop-sidebar .widget ol li > ol {
  width: 100%;
  margin-top: 8px;
  margin-left: 22px;
}

.shop-sidebar input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #5ca400;
  border-radius: 4px;
}

.shop-sidebar input[type="checkbox"] + label {
  cursor: pointer;
}

.shop-sidebar .count {
  margin-left: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.46;
  color: #bdbdbd;
}

.shop-sidebar .chosen > a,
.shop-sidebar .chosen > label,
.shop-sidebar .woocommerce-widget-layered-nav-list__item--chosen > a,
.shop-sidebar .woocommerce-widget-layered-nav-list__item--chosen > label {
  color: #4f8c08;
}

.shop-sidebar .sidebar-product > .widget {
  width: 100%;
}

.shop-sidebar .epal-price-filter {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shop-sidebar .epal-price-filter__fields {
  display: flex;
  gap: 8px;
}

.shop-sidebar .epal-price-filter__field {
  position: relative;
  flex: 1;
  display: block;
}

.shop-sidebar .epal-price-filter__fields input {
  width: 100%;
  padding: 8px 28px 8px 12px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.45;
  color: #212121;
}

.shop-sidebar .epal-price-filter__currency {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9e9e9e;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}

.shop-sidebar .epal-price-filter__submit {
  align-self: flex-start;
  padding: 8px 14px;
  border: 0;
  border-radius: 8px;
  background: #4f8c08;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
}

.shop-sidebar .epal-price-filter__submit:hover {
  background: #3f7106;
}

.shop-sidebar .wp-block-search__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #212121;
}

.shop-sidebar .wp-block-search__inside-wrapper {
  display: flex;
  gap: 8px;
}

.shop-sidebar .wp-block-search__input,
.shop-sidebar .wp-block-search__button {
  border-radius: 8px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.45;
}

.shop-sidebar .wp-block-search__input {
  padding: 8px 12px;
  flex: 1 1 auto;
}

.shop-sidebar .wp-block-search__button {
  padding: 8px 12px;
  color: #212121;
}

.shop-filter-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.shop-filter-group {
  padding-top: 40px;
  border-top: 1px solid #eeeeee;
}

.shop-filter-group:first-child {
  padding-top: 0;
  border-top: 0;
}

.shop-filter-group > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #212121;
}

.shop-filter-group > summary::-webkit-details-marker {
  display: none;
}

.shop-filter-group__summary > span {
  flex: 1 1 auto;
}

.shop-filter-group__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #212121;
  transition: transform 200ms ease-out;
}

.shop-filter-group[open] .shop-filter-group__icon {
  transform: rotate(180deg);
}

.shop-filter-group__body {
  padding-top: 16px;
}

.shop-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shop-filter-list__item {
  width: 100%;
}

.shop-filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: #616161;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.shop-filter-option input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
}

.shop-filter-option__label {
  flex: 1 1 auto;
}

.shop-filter-option__count {
  margin-left: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.46;
  color: #bdbdbd;
}

.shop-filter-price {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.shop-filter-price__separator {
  align-self: center;
  color: #9e9e9e;
}

.shop-filter-price__range {
  position: relative;
  height: 24px;
}

.shop-filter-price__range-input {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  pointer-events: none;
  appearance: none;
  background: transparent;
}

.shop-filter-price__range-input::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
  border-radius: 999px;
}

.shop-filter-price__range-input::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #4f8c08;
  box-shadow: 0 0 0 1px #4f8c08;
}

.shop-filter-price__range-input::-moz-range-track {
  height: 4px;
  background: transparent;
  border-radius: 999px;
}

.shop-filter-price__range-input::-moz-range-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #4f8c08;
  box-shadow: 0 0 0 1px #4f8c08;
}

.shop-filter-price__progress {
  position: absolute;
  inset: 0;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #4f8c08;
  border-radius: 999px;
  pointer-events: none;
  left: 0%;
  right: 0%;
  z-index: 2;
}

.range-track {
  position: absolute;
  inset: 0;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #e7e7e7;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.shop-filter-form__submit {
  align-self: flex-start;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: #4f8c08;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
}

.shop-filter-form__submit:hover {
  background: #3f7106;
}

.shop-active-filters {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: #fafafa;
}

.shop-active-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.shop-active-filters__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #212121;
}

.shop-active-filters__clear {
  color: #4f8c08;
  text-decoration: none;
  font-size: 14px;
}

.shop-active-filters__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-active-filters__item {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px 8px;
  border-radius: 24px;
  background: #e0e0e0;
  color: #212121;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
  text-align: center;
}

.shop-active-filters__item:hover {
  color: #212121;
  border-color: #4f8c08;
}

.shop-sidebar .wc-block-product-filters__open-overlay {
  display: none;
}

.shop-sidebar .wc-block-product-filters__overlay,
.shop-sidebar .wc-block-product-filters__overlay-wrapper,
.shop-sidebar .wc-block-product-filters__overlay-dialog {
  position: static;
  inset: auto;
  width: 100%;
  max-width: none;
  height: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.shop-sidebar .wc-block-product-filters__overlay-header,
.shop-sidebar .wc-block-product-filters__overlay-footer {
  display: none;
}

.shop-sidebar .wc-block-product-filters__overlay-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.shop-sidebar .wc-block-product-filters__overlay-content > .wp-block-heading {
  display: none;
}

.shop-sidebar .wp-block-woocommerce-product-filter-active,
.shop-sidebar .wp-block-woocommerce-product-filter-price,
.shop-sidebar .wp-block-woocommerce-product-filter-rating,
.shop-sidebar .wp-block-woocommerce-product-filter-attribute,
.shop-sidebar .wp-block-woocommerce-product-filter-taxonomy,
.shop-sidebar .wp-block-woocommerce-product-filter-status {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__item {
  width: 100%;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #616161;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__input-wrapper {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__input {
  appearance: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__mark {
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__input:checked {
  background: #4f8c08;
  border-color: #4f8c08;
}

.shop-sidebar
  .wc-block-product-filter-checkbox-list__input:checked
  + .wc-block-product-filter-checkbox-list__mark {
  opacity: 1;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex: 1 1 auto;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #616161;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__count {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.46;
  letter-spacing: 0.01em;
  color: #bdbdbd;
}

.shop-sidebar
  .wc-block-product-filter-checkbox-list__item--selected
  .wc-block-product-filter-checkbox-list__text,
.shop-sidebar
  .wc-block-product-filter-checkbox-list__item--selected
  .wc-block-product-filter-checkbox-list__count,
.shop-sidebar
  .wc-block-product-filter-checkbox-list__label:has(input:checked)
  .wc-block-product-filter-checkbox-list__text,
.shop-sidebar
  .wc-block-product-filter-checkbox-list__label:has(input:checked)
  .wc-block-product-filter-checkbox-list__count {
  color: #4f8c08;
  font-weight: 600;
}

.shop-sidebar .wc-block-product-filter-price-slider__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.shop-sidebar .wc-block-product-filter-price-slider__left,
.shop-sidebar .wc-block-product-filter-price-slider__right {
  flex: 1 1 0;
}

.shop-sidebar .wc-block-product-filter-price-slider__left input,
.shop-sidebar .wc-block-product-filter-price-slider__right input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: right;
  color: #212121;
}

.shop-sidebar .wc-block-product-filter-price-slider__range {
  position: relative;
  height: 4px;
  border-radius: 4px;
  background: #eeeeee;
}

.shop-sidebar .wc-block-product-filter-price-slider__range .range-bar {
  height: 4px;
  border-radius: 4px;
  background: #93d500;
}

.shop-sidebar .wc-block-product-filter-price-slider__range input[type="range"] {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 14px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.shop-sidebar
  .wc-block-product-filter-price-slider__range
  input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #93d500;
  -webkit-appearance: none;
}

.shop-sidebar
  .wc-block-product-filter-price-slider__range
  input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #93d500;
}
.custom-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(306px, 1fr));
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-products-grid .promo-product-card__item {
  list-style: none;
  margin: 0 !important;
  width: auto !important;
}

.promo-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ecefe6;
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(25, 39, 12, 0.12);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.promo-product-card:hover > .promo-product__body .promo-product__title a {
  color: #76b100;
}

.promo-product-card:hover > .promo-product__media img {
  transform: scale(1.04);
}

.promo-product__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.promo-product__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 230px;
  text-decoration: none;
}

.promo-product__media img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.promo-product__tag {
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 24px;
  background: #f2fee4;
  color: #4f8c08;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
}

.promo-product__wish {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 24px;
  background: #ffffff;
  color: #7fd400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.promo-product__wish svg {
  width: 24px;
  height: 24px;
}

.promo-product__wish:hover {
  transform: translateY(-2px);
  color: #5d9903;
  box-shadow: 0 16px 32px rgba(31, 46, 15, 0.16);
}

.promo-product__wish.is-favorite {
  background: #f2fee4;
  color: #437127;
}

.promo-product__wish.is-favorite svg path {
  fill: #93d500;
  stroke: #437127;
}

.promo-product__body {
  --promo-product-title-min-height: 26px;
  --promo-product-subtitle-min-height: 18px;
  --promo-product-meta-min-height: 26px;
  --promo-product-sku-min-height: 18px;
  --promo-product-unit-price-min-height: 20px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0;
  padding: 20px;
}

.promo-product__summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.promo-product__summary-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.promo-product__title {
  margin: 0;
  min-height: var(--promo-product-title-min-height);
  font-weight: 700;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0.01em;
}

.promo-product__title a {
  color: #437127;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.promo-product__subtitle {
  margin: 0;
  min-height: var(--promo-product-subtitle-min-height);
  color: #5f5f5f;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 0.01em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.promo-product__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: var(--promo-product-meta-min-height);
}

.promo-product__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 24px;
  background: #f2ffe5;
  color: #4f8c08;
  font-weight: 600;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
}

.promo-product__meta-divider {
  width: 1px;
  height: 18px;
  background: rgba(93, 150, 9, 0.28);
}

.promo-product__sku,
.promo-product__unit-price {
  color: #616161;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 0.01em;
}

.promo-product__sku {
  min-height: var(--promo-product-sku-min-height);
}

.promo-product__unit-price {
  min-height: var(--promo-product-unit-price-min-height);
}

.promo-product__purchase {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f5f5f5;
}

.promo-product__rating {
  display: flex;
  align-items: unset;
  gap: 6px;
  color: #757575;
  height: 18px;
}

.promo-product__rating-score {
  color: #93d500;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
}
.promo-product__rating-count {
  color: #616161;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 1%;
}

.promo-product__price-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.promo-product__price-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.promo-product__price-current {
  color: #5b930d;
  font-weight: 600;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.01em;
}

.promo-product__price-regular {
  color: #757575;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 0.01em;
  text-decoration: line-through;
  white-space: nowrap;
}

.promo-product__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 18px;
  background: #b6ef24;
  color: #315100;
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  white-space: nowrap;
}

.promo-product__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 8px 20px;
  border: none;
  border-radius: 24px;
  background: linear-gradient(90deg, #4f8c08 0%, #93d500 100%);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.06);
  color: #ffffff;
  text-decoration: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.promo-product__cart svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.promo-product__cart:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
  box-shadow: 0 12px 24px rgba(91, 147, 13, 0.18);
  color: #ffffff;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none;
}
.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 0;
  list-style: none;
  border: none !important;
  background: none !important;
}
.woocommerce nav.woocommerce-pagination ul::after,
.woocommerce nav.woocommerce-pagination ul::before {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  overflow: visible;
  border: none;
  background: none;
}
.woocommerce nav.woocommerce-pagination ul li span {
  border-radius: 24px;
  padding: 21px;
  display: inline-flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  text-align: center;
  background-color: #93d500 !important;
  color: #ffffff !important;
}
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 21px;
  display: inline-flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 2%;
  text-align: center;
  color: #9e9e9e;
}

@media (max-width: 1024px) {
  .shop-main__toolbar {
    align-items: stretch;
  }

  .shop-main__sidebar-open {
    flex: 1 1 100%;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 18px;
  }

  .shop-main__sidebar-open-label {
    min-width: 0;
    font-size: 16px;
  }

  .shop-main__sidebar-open-main {
    flex-shrink: 0;
  }

  .shop-main__sidebar-open-main .shop-main__sidebar-open-text {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .shop-hero__inner {
    min-height: 360px;
    padding: 56px 0;
    gap: 18px;
  }

  .shop-hero__title {
    font-size: 32px;
  }

  .shop-hero__description {
    font-size: 15px;
  }

  .shop-wrapper {
    flex-direction: column;
  }

  .shop-sidebar {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .shop-main ul.products,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .shop-main ul.products li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    clear: none !important;
  }

  .promo-product__media {
    min-height: 200px;
    padding: 14px;
  }

  .promo-product__image-link,
  .promo-product__media img {
    min-height: 172px;
    height: 172px;
  }

  .promo-product__body {
    padding: 16px;
  }

  .promo-product__title {
    font-size: 16px;
  }

  .promo-product__price-current {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .shop-main__sidebar-open {
    gap: 10px;
    padding: 10px 14px;
    border-radius: 16px;
  }

  .shop-main__sidebar-open-label {
    font-size: 15px;
  }

  .shop-main__sidebar-open-main {
    gap: 6px;
  }

  .shop-main__sidebar-open-main .shop-main__sidebar-open-text {
    font-size: 12px;
  }
}
