.bc-shop,
.bc-product-page {
  padding-block: 38px 68px;
}

.woocommerce-breadcrumb {
  margin: 0 0 22px;
  color: var(--bc-muted);
  font-size: 13px;
}

.bc-shop-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.bc-shop-title {
  margin: 0 0 8px;
  color: var(--bc-blue);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.12;
}

.bc-shop-header .term-description,
.bc-shop-header .page-description {
  max-width: 700px;
  margin-top: 8px;
  color: #46584d;
  font-size: 14px;
  line-height: 1.5;
}

.bc-shop-header .term-description > :last-child,
.bc-shop-header .page-description > :last-child {
  margin-bottom: 0;
}

.bc-shop-layout {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.bc-shop-sidebar {
  position: sticky;
  top: 146px;
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(49, 125, 50, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(28, 64, 40, 0.065);
}

.bc-shop-sidebar__header,
.bc-shop-filter-toggle,
.bc-shop-filter-backdrop {
  display: none;
}

.bc-shop-sidebar .widget {
  margin: 0;
  padding: 18px 16px;
  border: 0;
  border-top: 1px solid rgba(47, 125, 50, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bc-shop-sidebar .widget:first-of-type {
  border-top: 0;
}

.bc-shop-sidebar .widget-title {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(47, 125, 50, 0.12);
  color: var(--bc-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.bc-shop-sidebar .widget-title span,
.bc-shop-sidebar .widgettitle {
  display: inline-flex;
  align-items: center;
}

.bc-shop-sidebar .widgettitle {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(47, 125, 50, 0.12);
  color: var(--bc-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.bc-shop-sidebar select,
.bc-shop-sidebar .select2-container .select2-selection {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  background: #fff;
  color: var(--bc-text);
  font-size: 14px;
}

.bc-shop-sidebar select {
  padding: 8px 10px;
}

.bc-shop-sidebar .woocommerce-widget-layered-nav-list,
.bc-shop-sidebar .woocommerce-widget-layered-nav ul,
.bc-shop-sidebar .swatches-display-list,
.bc-filter-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bc-shop-sidebar .woocommerce-widget-layered-nav-list li,
.bc-shop-sidebar .woocommerce-widget-layered-nav li,
.bc-filter-list li {
  margin: 0;
}

.bc-shop-sidebar .woocommerce-widget-layered-nav-list a,
.bc-shop-sidebar .woocommerce-widget-layered-nav a,
.bc-shop-sidebar .swatches-display-list .inner,
.bc-filter-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
  padding: 8px 9px;
  border-radius: 8px;
  color: #53645b;
  font-size: 13px;
  font-weight: 700;
}

.bc-shop-sidebar .woocommerce-widget-layered-nav-list a:hover,
.bc-shop-sidebar .woocommerce-widget-layered-nav a:hover,
.bc-filter-list a:hover,
.bc-filter-list .is-active a {
  background: #eef8ed;
  color: var(--bc-green-dark);
}

.bc-filter-list .is-active a {
  box-shadow: inset 3px 0 0 var(--bc-green);
}

.bc-shop-sidebar .count,
.bc-filter-list .count {
  margin-left: auto;
  color: #819084;
  font-size: 12px;
  font-weight: 800;
}

.bc-rating-stars {
  color: #d49317;
  letter-spacing: 0;
  white-space: nowrap;
}

.bc-attribute-filter .bc-filter-list {
  max-height: 340px;
  overflow: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: #9acb93 #eef6ec;
}

.widget_product_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_product_categories > ul.product-categories {
  max-height: 540px;
  overflow: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: #9acb93 #eef6ec;
}

.widget_product_categories li {
  position: relative;
  margin: 0;
}

.widget_product_categories li > a {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 38px 8px 9px;
  border-radius: 8px;
  color: #53645b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.widget_product_categories li > a:hover,
.widget_product_categories .current-cat > a,
.widget_product_categories .current-cat-parent > a {
  background: #eef8ed;
  color: var(--bc-green-dark);
}

.widget_product_categories ul.children {
  display: none;
  margin: 4px 0 8px 10px;
  padding-left: 10px;
  border-left: 1px solid var(--bc-border);
}

.widget_product_categories li.is-open > ul.children,
.widget_product_categories li.current-cat-parent > ul.children {
  display: block;
}

.bc-category-toggle {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(67, 165, 69, 0.18);
  border-radius: 50%;
  background: #f8fcf6;
  color: var(--bc-green);
  cursor: pointer;
}

.bc-category-toggle span {
  position: relative;
  width: 10px;
  height: 10px;
}

.bc-category-toggle span::before,
.bc-category-toggle span::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.bc-category-toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.cat-parent.is-open > .bc-category-toggle span::after {
  display: none;
}

.bc-price-filter {
  display: grid;
  gap: 16px;
}

.bc-price-slider {
  --bc-price-left: 0%;
  --bc-price-right: 0%;
  position: relative;
  height: 32px;
}

.bc-price-slider__track,
.bc-price-slider__fill {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 999px;
  background: #e5efe2;
}

.bc-price-slider__fill {
  right: var(--bc-price-right);
  left: var(--bc-price-left);
  background: var(--bc-green);
}

.bc-price-slider__range {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

.bc-price-slider__range::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  appearance: none;
  background: var(--bc-green-dark);
  box-shadow: 0 4px 12px rgba(47, 125, 50, 0.28);
  pointer-events: auto;
}

.bc-price-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bc-price-fields label {
  display: grid;
  gap: 6px;
  color: var(--bc-muted);
  font-size: 13px;
  font-weight: 800;
}

.bc-price-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  background: #fff;
}

.bc-price-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 9px 8px;
}

.bc-price-input span {
  padding-right: 8px;
  color: var(--bc-muted);
}

.bc-price-filter button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 1px 16px 0;
  background: var(--bc-green);
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.bc-shop-toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  padding: 13px 16px;
  border: 1px solid rgba(49, 125, 50, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(28, 64, 40, 0.05);
}

.bc-shop-result-count {
  color: var(--bc-muted);
  font-size: 14px;
  font-weight: 800;
}

.bc-shop-ordering {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.bc-shop-ordering label {
  color: var(--bc-blue);
  font-size: 13px;
  font-weight: 900;
}

.bc-shop-ordering select {
  min-height: 42px;
  min-width: 210px;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  padding: 0 36px 0 12px;
  background: #fff;
  color: var(--bc-blue);
  font-weight: 800;
}

.bc-active-filters {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: -6px 0 18px;
  padding: 12px 14px;
  border: 1px solid #e4efdf;
  border-radius: 8px;
  background: #f8fcf6;
}

.bc-active-filters__label {
  flex: 0 0 auto;
  color: var(--bc-muted);
  font-size: 13px;
  font-weight: 900;
  line-height: 34px;
}

.bc-active-filters__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bc-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  border: 1px solid #cfe4c9;
  border-radius: 999px;
  padding: 0 10px 0 12px;
  background: #fff;
  color: var(--bc-blue);
  font-size: 13px;
  font-weight: 900;
}

.bc-filter-chip:hover {
  border-color: var(--bc-green);
  color: var(--bc-green-dark);
}

.bc-filter-chip--clear {
  border-color: transparent;
  background: var(--bc-green);
  color: #fff;
}

.bc-filter-chip--clear:hover {
  color: #fff;
}

.bc-shop-filter-toggle {
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--bc-blue);
  font-weight: 900;
}

.bc-shop-filter-toggle__icon {
  display: grid;
  gap: 4px;
  width: 18px;
}

.bc-shop-filter-toggle__icon span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.bc-shop-filter-toggle__icon span:nth-child(2) {
  width: 13px;
}

.bc-shop-filter-toggle__icon span:nth-child(3) {
  width: 9px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

.bc-product-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 388px;
  overflow: hidden;
  border: 1px solid rgba(49, 125, 50, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(28, 64, 40, 0.055);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bc-product-card__inner:hover {
  border-color: rgba(63, 159, 66, 0.26);
  box-shadow: 0 28px 58px rgba(28, 64, 40, 0.105);
  transform: translateY(-3px);
}

.bc-product-card__inner::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--bc-green);
  content: "";
  opacity: 0;
  transition: opacity 0.18s ease;
}

.bc-product-card__inner:hover::before,
.bc-product-card__inner:focus-within::before {
  opacity: 1;
}

.bc-product-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 202px;
  height: 202px;
  margin: 0;
  padding: 20px 18px 8px;
  background: #fff;
}

.bc-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 178px;
  max-height: 178px;
  object-fit: contain;
}

.bc-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  border-radius: 999px;
  padding: 5px 9px;
  background: var(--bc-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.bc-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 8px 18px 16px;
  background: #fff;
}

.bc-product-card__category {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  max-width: 100%;
  min-height: 24px;
  margin-bottom: 8px;
  border-radius: 999px;
  padding: 0 9px;
  background: #f1f8ef;
  overflow: hidden;
  color: var(--bc-green-dark);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.bc-product-card__title {
  min-height: 44px;
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.38;
}

.bc-product-card__title a {
  display: -webkit-box;
  min-height: 41px;
  overflow: hidden;
  color: var(--bc-blue);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bc-product-card__rating {
  min-height: 18px;
  margin-bottom: 6px;
}

.bc-product-card__meta {
  display: grid;
  gap: 12px;
  margin-top: auto;
  border-top: 1px solid rgba(47, 125, 50, 0.1);
  padding-top: 14px;
}

.bc-product-card__price {
  color: var(--bc-green-dark);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.bc-product-card__price del {
  display: block;
  color: #8a978d;
  font-size: 13px;
  font-weight: 800;
}

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

.woocommerce ul.products li.product .bc-product-card__meta .button,
.woocommerce-page ul.products li.product .bc-product-card__meta .button,
.bc-product-card__meta .button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  min-height: 0;
  border: 1px solid var(--bc-green) !important;
  border-radius: 8px;
  padding: 0 14px !important;
  background: var(--bc-green) !important;
  color: #fff !important;
  box-shadow: 0 8px 16px rgba(47, 125, 50, 0.14);
  font-size: 14px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
  white-space: normal;
}

.woocommerce ul.products li.product .bc-product-card__meta .button:hover,
.woocommerce ul.products li.product .bc-product-card__meta .button:focus,
.woocommerce ul.products li.product .bc-product-card__meta .button:active,
.woocommerce-page ul.products li.product .bc-product-card__meta .button:hover,
.woocommerce-page ul.products li.product .bc-product-card__meta .button:focus,
.woocommerce-page ul.products li.product .bc-product-card__meta .button:active,
.bc-product-card__meta .button:hover,
.bc-product-card__meta .button:focus,
.bc-product-card__meta .button:active {
  border-color: var(--bc-blue) !important;
  background: var(--bc-blue) !important;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(23, 50, 77, 0.16);
}

.woocommerce ul.products li.product .bc-product-card__meta .button.loading,
.woocommerce ul.products li.product .bc-product-card__meta .button.added,
.woocommerce-page ul.products li.product .bc-product-card__meta .button.loading,
.woocommerce-page ul.products li.product .bc-product-card__meta .button.added,
.bc-product-card__meta .button.loading,
.bc-product-card__meta .button.added {
  border-color: var(--bc-green-dark) !important;
  background: var(--bc-green-dark) !important;
  color: #fff !important;
  opacity: 1;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 28px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  border: 0;
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  background: #fff;
  color: var(--bc-blue);
  font-weight: 800;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--bc-green);
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  border-color: #bddfb8;
  background: #f1f8ef;
  color: var(--bc-green-dark);
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(360px, 0.8fr);
  gap: 30px;
  align-items: start;
}

.single-product div.product > * {
  min-width: 0;
  max-width: 100%;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary.entry-summary {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary.entry-summary,
.woocommerce-tabs,
.related.products,
.up-sells.products {
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bc-shadow);
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary.entry-summary {
  padding: 28px;
}

.single-product div.product .woocommerce-product-gallery {
  opacity: 1 !important;
}

.single-product div.product .woocommerce-tabs,
.single-product div.product .related.products,
.single-product div.product .up-sells.products {
  grid-column: 1 / -1;
  width: auto !important;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product div.product .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}

.single-product div.product .woocommerce-product-gallery__image img {
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.single-product div.product .product_title {
  margin: 0 0 16px;
  color: var(--bc-blue);
  font-size: 34px;
  line-height: 1.18;
}

.single-product div.product .price {
  display: block;
  margin: 0 0 18px;
  color: var(--bc-green-dark);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}

.single-product div.product .price del {
  display: block;
  color: #8a978d;
  font-size: 16px;
  font-weight: 800;
}

.single-product div.product .price ins {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-details__short-description {
  margin: 0 0 20px;
  color: #314239;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.single-product div.product .stock {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 14px;
  border-radius: 999px;
  padding: 0 12px;
  background: #f1f8ef;
  color: var(--bc-green-dark);
  font-size: 14px;
  font-weight: 900;
}

.single-product div.product form.cart {
  display: grid;
  grid-template-columns: minmax(84px, 116px) minmax(0, 1fr);
  gap: 12px;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #dbead6;
  border-radius: 8px;
  background: #f8fcf6;
}

.single-product div.product form.cart::before,
.single-product div.product form.cart::after {
  display: none;
}

.single-product div.product form.cart .quantity {
  float: none;
  margin: 0;
}

.single-product div.product form.cart .quantity:has(input[type="hidden"]) {
  display: none;
}

.single-product div.product form.cart .quantity:has(input[type="hidden"]) + .single_add_to_cart_button {
  grid-column: 1 / -1;
}

.single-product div.product form.cart .qty {
  width: 100%;
  min-height: 52px;
  text-align: center;
}

.single-product div.product .single_add_to_cart_button.button.alt {
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
  background: var(--bc-green) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}

.single-product div.product .single_add_to_cart_button.button.alt:hover {
  background: var(--bc-green-dark) !important;
}

.single-product .bc-product-assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}

.single-product .bc-product-assurance {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 66px;
  gap: 9px;
  border: 1px solid #e0ecdc;
  border-radius: 8px;
  padding: 10px;
  background: #fbfef9;
  color: var(--bc-blue);
  text-decoration: none;
}

.single-product a.bc-product-assurance {
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.single-product a.bc-product-assurance:hover {
  border-color: #b8d9b1;
  background: #f1f8ef;
  color: var(--bc-green-dark);
  transform: translateY(-1px);
}

.single-product .bc-product-assurance__icon {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #eaf6e7;
  color: var(--bc-green-dark);
}

.single-product .bc-product-assurance__icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.single-product .bc-product-assurance strong,
.single-product .bc-product-assurance small {
  display: block;
}

.single-product .bc-product-assurance strong {
  font-size: 12px;
  line-height: 1.25;
}

.single-product .bc-product-assurance small {
  margin-top: 3px;
  color: var(--bc-muted);
  font-size: 10px;
  line-height: 1.25;
}

.single-product div.product .product_meta {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e6efe3;
  color: var(--bc-muted);
  font-size: 13px;
  font-weight: 800;
}

.single-product div.product .product_meta > span {
  display: block;
}

.single-product div.product .product_meta a {
  color: var(--bc-blue);
}

.single-product div.product .product_meta a:hover {
  color: var(--bc-green-dark);
}

.woocommerce-tabs,
.related.products,
.up-sells.products {
  margin-top: 28px;
  padding: 24px;
}

.single-product .woocommerce-tabs,
.single-product .woocommerce-tabs .panel {
  overflow-wrap: anywhere;
}

.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  border-bottom: 1px solid #e6efe3;
  padding: 0 0 14px;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
  overflow-x: auto !important;
  overflow-y: hidden;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after {
  display: none;
}

.single-product .woocommerce-tabs ul.tabs li {
  margin: 0;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: #f6fbf4;
}

.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.single-product .woocommerce-tabs ul.tabs li a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--bc-blue);
  font-size: 14px;
  font-weight: 900;
}

.single-product .woocommerce-tabs ul.tabs li.active {
  background: var(--bc-green) !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}

.single-product .woocommerce-tabs .panel {
  margin: 0;
  color: #25382e;
  font-size: 16px;
  line-height: 1.68;
}

.single-product .woocommerce-tabs .panel > h2:first-child {
  margin-top: 0;
}

.single-product .woocommerce-tabs .panel h2,
.single-product .woocommerce-tabs .panel h3 {
  color: var(--bc-blue);
  line-height: 1.2;
}

.single-product .woocommerce-tabs .panel h2 {
  margin: 0 0 18px;
  font-size: 26px;
}

.single-product .woocommerce-tabs .panel h3 {
  margin: 24px 0 10px;
  font-size: 20px;
}

.single-product .woocommerce-tabs .panel p,
.single-product .woocommerce-tabs .panel ul,
.single-product .woocommerce-tabs .panel ol {
  margin: 0 0 16px;
}

.single-product .woocommerce-tabs .panel ul,
.single-product .woocommerce-tabs .panel ol {
  padding-left: 22px;
}

.single-product .woocommerce-tabs table.shop_attributes {
  border: 0;
  margin: 0;
}

.single-product .woocommerce-tabs table.shop_attributes th,
.single-product .woocommerce-tabs table.shop_attributes td {
  border: 0;
  border-bottom: 1px solid #e6efe3;
  padding: 12px 10px;
}

.single-product .woocommerce-tabs table.shop_attributes th {
  color: var(--bc-blue);
  font-weight: 900;
}

.single-product .related.products > h2,
.single-product .up-sells.products > h2 {
  margin: 0 0 18px;
  color: var(--bc-blue);
  font-size: 26px;
  line-height: 1.2;
}

.single-product .related.products ul.products,
.single-product .up-sells.products ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bc-shadow);
}

.woocommerce table.shop_table {
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: #e6efe3;
  padding: 14px;
}

.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register {
  padding: 22px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
  min-height: 42px;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--bc-text);
}

.woocommerce form .form-row textarea {
  min-height: 110px;
}

.woocommerce .quantity.bc-quantity-ready {
  display: inline-flex;
  width: auto;
}

.bc-quantity-control {
  display: grid;
  grid-template-columns: 38px minmax(44px, 64px) 38px;
  width: max-content;
  overflow: hidden;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  background: #fff;
}

.bc-quantity-control__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  background: #f6faf4;
  color: var(--bc-blue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.bc-quantity-control__button:hover,
.bc-quantity-control__button:focus {
  background: #eaf6e6;
  color: var(--bc-green-dark);
}

.woocommerce .quantity .bc-quantity-control .qty {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-inline: 1px solid var(--bc-border);
  border-radius: 0;
  padding: 0 6px;
  text-align: center;
  font-weight: 900;
  appearance: textfield;
}

.woocommerce .quantity .bc-quantity-control .qty::-webkit-outer-spin-button,
.woocommerce .quantity .bc-quantity-control .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.woocommerce form .form-row label {
  color: var(--bc-blue);
  font-size: 14px;
  font-weight: 800;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  position: relative;
  border-top: 0;
  border-radius: 8px;
  padding: 16px 18px;
  background: #f4faf1;
  color: var(--bc-blue);
  box-shadow: inset 4px 0 0 var(--bc-green);
}

.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before {
  display: none;
}

.woocommerce .woocommerce-error {
  background: #fff5f3;
  box-shadow: inset 4px 0 0 #c84f3d;
}

.woocommerce-checkout .woocommerce {
  display: grid;
  gap: 18px;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 0 24px;
  align-items: start;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-column: 1;
  grid-row: 1 / span 2;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  width: 100%;
}

.woocommerce-checkout .col2-set::before,
.woocommerce-checkout .col2-set::after {
  display: none;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: var(--bc-shadow);
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 16px;
  color: var(--bc-blue);
  font-size: 22px;
  line-height: 1.2;
}

.woocommerce-checkout #order_review_heading {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  min-height: 66px;
  margin: 0;
  border: 1px solid var(--bc-border);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  padding: 18px 22px;
  background: #f7fbf5;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  position: sticky;
  top: 154px;
  grid-column: 2;
  grid-row: 2;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  padding: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead th {
  background: #f7fbf5;
  color: var(--bc-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td {
  padding: 13px 18px;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .product-name {
  color: var(--bc-blue);
  font-weight: 800;
  line-height: 1.35;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .product-total,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .cart-subtotal td,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .order-total td {
  color: var(--bc-green-dark);
  font-weight: 900;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .order-total td {
  background: #fbf7e9;
  font-size: 16px;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.shipping {
  display: block;
  width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.shipping th,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.shipping td {
  display: block;
  width: 100%;
  text-align: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.shipping th {
  padding-bottom: 6px;
  color: var(--bc-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.shipping td {
  padding-top: 0;
}

.woocommerce-checkout #shipping_method,
.woocommerce-checkout .woocommerce-shipping-methods {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout #shipping_method li,
.woocommerce-checkout .woocommerce-shipping-methods li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 6px 10px;
  align-items: start;
  margin: 0;
  border: 1px solid #dfeadc;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: #35483d;
  line-height: 1.4;
}

.woocommerce-checkout #shipping_method li:has(input:checked),
.woocommerce-checkout .woocommerce-shipping-methods li:has(input:checked) {
  border-color: #bcdcb6;
  background: #f8fcf6;
}

.woocommerce-checkout #shipping_method input,
.woocommerce-checkout .woocommerce-shipping-methods input {
  grid-column: 1;
  margin: 3px 0 0;
}

.woocommerce-checkout #shipping_method label,
.woocommerce-checkout .woocommerce-shipping-methods label {
  grid-column: 2;
  min-width: 0;
  color: var(--bc-blue);
  font-size: 14px;
  font-weight: 900;
}

.woocommerce-checkout #econt_detailed_shipping,
.woocommerce-checkout #econt_delivery_calculate_buttons {
  grid-column: 1 / -1;
  min-width: 0;
}

.woocommerce-checkout #econt_delivery_calculate_buttons {
  display: grid;
  margin-top: 4px;
}

.woocommerce-checkout .econt-button,
.woocommerce-checkout #calculate_shipping_button {
  width: 100%;
  min-height: 44px;
  border: 1px solid #dfb84b;
  border-radius: 8px;
  padding: 8px 12px;
  background: #f8cf5a;
  color: var(--bc-blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  white-space: normal;
  cursor: pointer;
}

.woocommerce-checkout .econt-button:hover,
.woocommerce-checkout #calculate_shipping_button:hover {
  background: #f2c247;
}

.woocommerce-checkout .econt-button:disabled,
.woocommerce-checkout #calculate_shipping_button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

#myModal.econt-modal,
#delivery_with_econt_calculate_shipping {
  z-index: 2300 !important;
}

#delivery_with_econt_calculation_container {
  z-index: 2301 !important;
  max-width: min(520px, calc(100vw - 32px));
}

.woocommerce-checkout #payment {
  border-radius: 0;
  background: #fff;
}

.woocommerce-checkout #payment ul.payment_methods {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-bottom: 1px solid #e6efe3;
}

.woocommerce-checkout #payment ul.payment_methods li {
  border: 1px solid #e6efe3;
  border-radius: 8px;
  padding: 12px;
  background: #fbfdf9;
  margin: 0;
  color: #35483d;
  line-height: 1.45;
}

.woocommerce-checkout #payment ul.payment_methods li > label {
  display: block;
  color: var(--bc-blue);
  font-weight: 900;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 8px;
}

.woocommerce-checkout #payment div.payment_box {
  margin: 10px 0 0;
  border-radius: 8px;
  padding: 12px;
  background: #f6faf4;
  color: var(--bc-text);
  font-size: 14px;
  line-height: 1.5;
}

.woocommerce-checkout #payment div.payment_box p {
  margin: 0;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f6faf4;
}

.woocommerce-checkout #payment div.form-row {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px;
}

.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  color: var(--bc-muted);
  font-size: 13px;
  line-height: 1.5;
}

.woocommerce-checkout #payment .place-order label.checkbox {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 0;
  color: #4d5f55;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.woocommerce-checkout #payment .place-order label.checkbox input {
  margin: 3px 0 0;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
  margin: 0 0 10px;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
  color: #4d5f55;
}

.woocommerce-checkout #payment #place_order {
  float: none;
  width: 100%;
  min-height: 54px;
  margin: 0;
  background: var(--bc-green) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
}

.woocommerce-checkout #payment #place_order:hover {
  background: var(--bc-green-dark) !important;
}

.woocommerce-checkout #payment #place_order:disabled,
.woocommerce-checkout #payment #place_order.disabled {
  opacity: 0.68;
  cursor: not-allowed;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
}

.woocommerce-checkout .form-row {
  margin-bottom: 14px;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  width: calc(50% - 7px);
}

.woocommerce-checkout .form-row-wide {
  width: 100%;
}

.woocommerce .select2-container .select2-selection--single {
  height: 42px;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--bc-text);
  line-height: 40px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  min-width: 0;
}

.woocommerce-account #customer_login {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  width: 100%;
}

.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after {
  display: none;
}

.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
  float: none;
  width: 100%;
  min-width: 0;
}

.woocommerce-account #customer_login h2,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin: 0 0 14px;
  color: var(--bc-blue);
  font-size: 24px;
  line-height: 1.2;
}

.woocommerce-account #customer_login form.login,
.woocommerce-account #customer_login form.register {
  display: grid;
  gap: 14px;
  min-height: 100%;
  margin: 0;
  padding: 22px;
}

.woocommerce-account #customer_login form.login::before,
.woocommerce-account #customer_login form.login::after,
.woocommerce-account #customer_login form.register::before,
.woocommerce-account #customer_login form.register::after {
  display: none;
}

.woocommerce-account #customer_login form .form-row {
  margin: 0;
}

.woocommerce-account #customer_login form .form-row label {
  margin-bottom: 6px;
}

.woocommerce-account #customer_login form .woocommerce-form-login__rememberme {
  display: inline-grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  color: var(--bc-blue);
  font-weight: 800;
}

.woocommerce-account #customer_login form .woocommerce-form-login__rememberme input {
  margin: 0;
}

.woocommerce-account #customer_login form .woocommerce-privacy-policy-text {
  color: #35483d;
  line-height: 1.58;
}

.woocommerce-account #customer_login form .woocommerce-privacy-policy-text p {
  margin: 0;
}

.woocommerce-account #customer_login .lost_password {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  align-self: start;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
  max-width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--bc-blue);
  font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #f1f8ef;
  color: var(--bc-green-dark);
}

.woocommerce-account .woocommerce-MyAccount-content {
  min-width: 0;
  color: #35483d;
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  margin: 0 0 18px;
  box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  background: #f7fbf5;
  color: var(--bc-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  color: #35483d;
  vertical-align: middle;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button,
.woocommerce-account .woocommerce-MyAccount-content .button {
  min-height: 38px;
  border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-content address {
  margin: 0 0 18px;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  padding: 16px;
  background: #f8fcf6;
  color: #35483d;
  font-style: normal;
  line-height: 1.55;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin: 18px 0 0;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  padding: 16px;
  background: #f8fcf6;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
  padding: 0 8px;
  color: var(--bc-blue);
  font-weight: 900;
}

.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 24px;
  align-items: start;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop {
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  overflow: hidden;
  padding: 0;
}

.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: auto;
  padding: 22px;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bc-shadow);
}

.woocommerce-cart .woocommerce-cart-form table.shop_table,
.woocommerce-cart .cart_totals table.shop_table {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead th {
  background: #f7fbf5;
  color: var(--bc-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.woocommerce-cart table.cart td.product-thumbnail {
  width: 96px;
}

.woocommerce-cart table.cart img {
  width: 74px;
  max-width: 74px;
  border-radius: 8px;
  background: #f8fbf7;
}

.woocommerce-cart table.cart td.product-name a {
  color: var(--bc-blue);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal {
  color: var(--bc-green-dark);
  font-weight: 900;
}

.woocommerce-cart table.cart td.product-subtotal {
  font-size: 16px;
}

.woocommerce-cart table.cart .product-remove .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff3f0;
  color: #b84232 !important;
  font-size: 20px;
  line-height: 1;
}

.woocommerce-cart table.cart .product-remove .remove:hover {
  background: #b84232;
  color: #fff !important;
}

.woocommerce-cart table.cart .quantity .qty {
  width: 76px;
  min-height: 40px;
  font-weight: 900;
  text-align: center;
}

.woocommerce-cart table.cart td.actions {
  padding: 16px;
  background: #f8fcf6;
}

.woocommerce-cart table.cart td.actions::before,
.woocommerce-cart table.cart td.actions::after {
  display: none;
}

.woocommerce-cart table.cart .coupon {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: min(100%, 430px);
}

.woocommerce-cart table.cart .coupon label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.woocommerce-cart table.cart .coupon .input-text {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--bc-border);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--bc-text);
}

.woocommerce-cart table.cart td.actions > .button {
  float: right;
  min-height: 42px;
}

.woocommerce-cart .cart_totals h2 {
  margin: 0 0 16px;
  color: var(--bc-blue);
  font-size: 22px;
  line-height: 1.2;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  padding: 13px 0;
  border-color: #e6efe3;
  vertical-align: top;
}

.woocommerce-cart .cart_totals table th {
  width: 36%;
  color: var(--bc-blue);
  font-size: 14px;
  font-weight: 900;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
  color: var(--bc-green-dark);
  font-size: 17px;
  font-weight: 900;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-methods {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #35483d;
  font-size: 14px;
  line-height: 1.35;
}

.woocommerce-cart .cart_totals .shipping-calculator-button {
  display: inline-flex;
  margin-top: 10px;
  color: var(--bc-blue);
  font-size: 13px;
  font-weight: 900;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 18px 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  width: 100%;
  min-height: 54px;
  margin: 0;
  border-radius: 8px;
  background: var(--bc-green) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--bc-green-dark) !important;
}

@media (max-width: 1120px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .bc-shop-layout,
  .single-product div.product {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-product div.product .woocommerce-product-gallery__image a {
    min-height: 340px;
  }

  .bc-shop-sidebar {
    position: fixed;
    z-index: 1600;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: min(88vw, 390px);
    overflow: auto;
    padding: 0 16px 22px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 24px 0 70px rgba(15, 47, 28, 0.18);
    transform: translateX(-102%);
    transition: transform 0.22s ease;
  }

  .bc-shop-sidebar.is-open {
    transform: translateX(0);
  }

  .bc-shop-sidebar__header {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    margin: 0 -16px 16px;
    padding-inline: 16px;
    border-bottom: 1px solid var(--bc-border);
    background: #fff;
    color: var(--bc-blue);
  }

  .bc-shop-sidebar__header button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--bc-soft);
    color: var(--bc-blue);
    font-size: 24px;
    line-height: 1;
  }

  .bc-shop-filter-backdrop {
    position: fixed;
    z-index: 1500;
    inset: 0;
    display: block;
    background: rgba(12, 28, 20, 0.34);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  body.bc-shop-filters-open .bc-shop-filter-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.bc-shop-filters-open {
    overflow: hidden;
  }

  .bc-shop-filter-toggle {
    display: inline-flex;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-account #customer_login {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scrollbar-color: #9acb93 #eef6ec;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order {
    position: static;
  }

  .woocommerce-checkout #order_review_heading {
    border-bottom: 1px solid var(--bc-border);
    border-radius: 8px;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order {
    border-radius: 8px;
  }

  .woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals {
    grid-column: 1;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 18px;
  }
}

@media (max-width: 680px) {
  .bc-shop {
    padding-top: 14px;
  }

  .bc-product-page {
    padding-top: 18px;
  }

  .bc-shop-title {
    font-size: 28px;
  }

  .woocommerce-breadcrumb {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .bc-shop-header {
    margin-bottom: 18px;
  }

  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .summary.entry-summary {
    padding: 18px;
  }

  .single-product div.product .woocommerce-product-gallery__image a {
    min-height: 280px;
  }

  .single-product div.product .woocommerce-product-gallery__image img {
    max-height: 260px;
  }

  .single-product div.product .product_title {
    font-size: 28px;
  }

  .single-product div.product .price {
    font-size: 23px;
  }

  .single-product .bc-product-assurances {
    grid-template-columns: 1fr;
  }

  .single-product .bc-product-assurance {
    min-height: 56px;
  }

  .single-product div.product form.cart {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .woocommerce-tabs,
  .related.products,
  .up-sells.products {
    padding: 18px;
  }

  .single-product .woocommerce-tabs ul.tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: thin;
    scrollbar-color: #9acb93 #eef6ec;
  }

  .single-product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }

  .single-product .woocommerce-tabs .panel {
    font-size: 15px;
    line-height: 1.62;
  }

  .single-product .woocommerce-tabs .panel h2,
  .single-product .related.products > h2,
  .single-product .up-sells.products > h2 {
    font-size: 22px;
  }

  .single-product .woocommerce-tabs .panel h3 {
    font-size: 18px;
  }

  .single-product .woocommerce-tabs table.shop_attributes,
  .single-product .woocommerce-tabs table.shop_attributes tbody,
  .single-product .woocommerce-tabs table.shop_attributes tr,
  .single-product .woocommerce-tabs table.shop_attributes th,
  .single-product .woocommerce-tabs table.shop_attributes td {
    display: block;
    width: 100%;
  }

  .single-product .woocommerce-tabs table.shop_attributes th {
    padding-bottom: 4px;
  }

  .single-product .woocommerce-tabs table.shop_attributes td {
    padding-top: 0;
  }

  .single-product .related.products ul.products,
  .single-product .up-sells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bc-shop-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 12px;
  }

  .bc-shop-result-count {
    text-align: center;
  }

  .bc-shop-ordering {
    display: grid;
    justify-self: stretch;
  }

  .bc-shop-ordering select {
    width: 100%;
    min-width: 0;
  }

  .bc-active-filters {
    display: grid;
  }

  .bc-active-filters__label {
    line-height: 1.3;
  }

  .bc-shop-filter-toggle {
    justify-content: center;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bc-product-card__inner {
    min-height: 314px;
    border-radius: 8px;
  }

  .bc-product-card__image {
    flex-basis: 126px;
    height: 126px;
    margin: 0;
    padding: 12px 10px 4px;
  }

  .bc-product-card__image img {
    max-width: 114px;
    max-height: 114px;
  }

  .bc-product-card__body {
    padding: 6px 11px 12px;
  }

  .bc-product-card__category {
    min-height: 20px;
    margin-bottom: 6px;
    padding-inline: 7px;
    font-size: 10px;
  }

  .bc-product-card__title {
    min-height: 40px;
    font-size: 13px;
    line-height: 1.3;
  }

  .bc-product-card__title a {
    min-height: 34px;
  }

  .bc-product-card__rating {
    min-height: 14px;
    margin-bottom: 4px;
  }

  .bc-product-card__price {
    font-size: 15px;
  }

  .bc-product-card__price del {
    font-size: 11px;
  }

  .bc-product-card__meta {
    gap: 8px;
    padding-top: 10px;
  }

  .woocommerce ul.products li.product .bc-product-card__meta .button,
  .woocommerce-page ul.products li.product .bc-product-card__meta .button,
  .bc-product-card__meta .button {
    height: 38px;
    min-height: 0;
    font-size: 12px;
    line-height: 38px;
  }

  .woocommerce-cart .woocommerce {
    gap: 16px;
  }

  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    padding: 18px;
  }

  .woocommerce-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce-shipping-fields h3,
  .woocommerce-checkout .woocommerce-additional-fields h3,
  .woocommerce-checkout #order_review_heading {
    font-size: 20px;
  }

  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    display: block;
  }

  .woocommerce-checkout form.checkout .form-row,
  .woocommerce-checkout form.checkout .form-row-first,
  .woocommerce-checkout form.checkout .form-row-last,
  .woocommerce-checkout form.checkout .form-row-wide {
    float: none;
    clear: both;
    width: 100% !important;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th,
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td {
    padding: 11px 14px;
  }

  .woocommerce nav.woocommerce-pagination ul {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scrollbar-color: #9acb93 #eef6ec;
  }

  .woocommerce nav.woocommerce-pagination ul li {
    flex: 0 0 auto;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table,
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead,
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tbody,
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot {
    display: block;
    width: 100%;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    width: 100%;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th,
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td {
    display: block;
    width: auto !important;
    min-width: 0;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .product-total,
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .cart-subtotal td,
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .order-total td {
    text-align: right;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.shipping {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.shipping th,
  .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.shipping td {
    width: 100% !important;
  }

  .woocommerce-checkout #payment ul.payment_methods,
  .woocommerce-checkout #payment div.form-row {
    padding: 16px;
  }

  .woocommerce-checkout #shipping_method li,
  .woocommerce-checkout .woocommerce-shipping-methods li,
  .woocommerce-checkout #payment ul.payment_methods li {
    padding: 11px;
  }

  .woocommerce-checkout #econt_delivery_calculate_buttons {
    grid-column: 1 / -1;
  }

  .woocommerce-account #customer_login form.login,
  .woocommerce-account #customer_login form.register,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 18px;
  }

  .woocommerce-cart .woocommerce-cart-form {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .woocommerce-cart .woocommerce-cart-form table.shop_table {
    display: block;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .woocommerce-cart .woocommerce-cart-form table.shop_table thead {
    display: none;
  }

  .woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr,
  .woocommerce-cart .woocommerce-cart-form table.shop_table td {
    display: block;
    width: 100% !important;
  }

  .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
    position: relative;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px 14px;
    margin-bottom: 12px;
    border: 1px solid var(--bc-border);
    border-radius: 8px;
    padding: 14px;
    background: #fff;
    box-shadow: var(--bc-shadow);
  }

  .woocommerce-cart table.cart td {
    border: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart table.cart td::before {
    float: none;
    color: var(--bc-muted);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: none;
  }

  .woocommerce-cart table.cart td.product-remove {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 30px !important;
  }

  .woocommerce-cart table.cart td.product-remove::before {
    display: none;
  }

  .woocommerce-cart table.cart td.product-thumbnail {
    display: flex !important;
    grid-column: 1;
    grid-row: 1 / span 4;
    align-items: flex-start;
    justify-content: center;
    padding-top: 4px !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail::before {
    display: none;
  }

  .woocommerce-cart table.cart img {
    width: 72px;
    max-width: 72px;
  }

  .woocommerce-cart table.cart td.product-name,
  .woocommerce-cart table.cart td.product-price,
  .woocommerce-cart table.cart td.product-quantity,
  .woocommerce-cart table.cart td.product-subtotal {
    grid-column: 2;
    min-width: 0;
  }

  .woocommerce-cart table.cart td.product-name {
    padding-right: 30px !important;
  }

  .woocommerce-cart table.cart td.product-name::before {
    display: none;
  }

  .woocommerce-cart table.cart td.product-name a {
    display: block;
    font-size: 14px;
  }

  .woocommerce-cart table.cart td.product-price,
  .woocommerce-cart table.cart td.product-subtotal {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 24px;
  }

  .woocommerce-cart table.cart td.product-quantity {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 90px;
    align-items: center;
    gap: 10px;
    min-height: 40px;
  }

  .woocommerce-cart table.cart td.product-quantity .quantity {
    justify-self: end;
  }

  .woocommerce-cart table.cart td.product-quantity .bc-quantity-control {
    grid-template-columns: 34px 48px 34px;
  }

  .woocommerce-cart table.cart tr:not(.cart_item) {
    display: block;
  }

  .woocommerce-cart table.cart td.actions {
    display: grid !important;
    gap: 10px;
    margin-top: 12px;
    border: 1px solid var(--bc-border) !important;
    border-radius: 8px;
    padding: 14px !important;
    background: #fff;
    box-shadow: var(--bc-shadow);
  }

  .woocommerce-cart table.cart .coupon {
    display: grid;
    width: 100%;
    gap: 8px;
  }

  .woocommerce-cart table.cart .coupon .input-text,
  .woocommerce-cart table.cart .coupon .button,
  .woocommerce-cart table.cart td.actions > .button {
    float: none;
    width: 100%;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 16px;
  }

  .woocommerce-cart .cart_totals h2 {
    font-size: 20px;
  }

  .woocommerce-cart .cart_totals table,
  .woocommerce-cart .cart_totals tbody,
  .woocommerce-cart .cart_totals tr,
  .woocommerce-cart .cart_totals th,
  .woocommerce-cart .cart_totals td {
    display: block;
    width: 100%;
  }

  .woocommerce-cart .cart_totals table th,
  .woocommerce-cart .cart_totals table td {
    padding: 8px 0;
  }

  .woocommerce-cart .cart_totals table th {
    padding-bottom: 2px;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-height: 52px;
    font-size: 15px;
  }
}

.bc-home-products.woocommerce ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1120px) {
  .bc-home-products.woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .bc-home-products.woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Theme-owned home page. */
.bc-home {
  padding-block: 28px 74px;
}

.bc-home .bc-container {
  width: min(1320px, calc(100% - 36px));
}

.bc-home-storefront {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 24px;
}

.bc-home-storefront__main,
.bc-home-storefront__side,
.bc-home-section {
  border: 1px solid rgba(33, 61, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(28, 64, 40, 0.055);
}

.bc-home-storefront__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 302px;
  padding: 30px;
}

.bc-home-eyebrow {
  margin: 0 0 8px;
  color: #2f7d32;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bc-home-storefront h1 {
  max-width: 680px;
  margin: 0;
  color: #12304c;
  font-size: 42px;
  font-weight: 950;
  line-height: 1.08;
}

.bc-home-lead {
  max-width: 620px;
  margin: 12px 0 22px;
  color: #506159;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.bc-home-storefront__side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
}

.bc-home-promo {
  position: relative;
  display: flex;
  min-height: 142px;
  overflow: hidden;
  border-radius: 7px;
  background: #eef6ed;
  color: #fff;
}

.bc-home-promo--wide {
  grid-column: 1 / -1;
  min-height: 148px;
}

.bc-home-promo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.bc-home-promo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(10, 36, 26, 0.7));
  content: "";
}

.bc-home-promo span {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  padding: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
}

.bc-home-promo:hover img,
.bc-home-promo:focus img {
  transform: scale(1.04);
}

.bc-home-slider {
  position: relative;
  align-self: start;
  display: block;
  overflow: hidden;
  padding: 0;
  background: #102b21;
}

.bc-home-slider__viewport {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 43 / 23;
  background: #f3f7f1;
}

.bc-home-slide {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.44s ease, transform 0.44s ease;
  transform: scale(1.012);
}

.bc-home-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.bc-home-slide picture,
.bc-home-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-home-slide img {
  object-fit: contain;
  object-position: center;
}

.bc-home-slider::after {
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(9, 34, 24, 0.28));
  content: "";
  pointer-events: none;
}

.bc-home-slider__controls {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bc-home-slider__arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(11, 44, 31, 0.58);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.bc-home-slider__arrow::before {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: translateX(2px) rotate(-45deg);
}

.bc-home-slider__arrow--next::before {
  border: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(-2px) rotate(45deg);
}

.bc-home-slider__arrow:hover,
.bc-home-slider__arrow:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(47, 148, 61, 0.88);
}

.bc-home-slider__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 0 5px;
  background: rgba(11, 44, 31, 0.5);
  backdrop-filter: blur(10px);
}

.bc-home-slider__dots button {
  position: relative;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.bc-home-slider__dots button::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  content: "";
  transition: width 0.18s ease, background 0.18s ease;
}

.bc-home-slider__dots button.is-active::before {
  width: 18px;
  background: #fff;
}

.bc-home-slider__dots .bc-home-slider__pause {
  margin-right: 2px;
}

.bc-home-slider__dots .bc-home-slider__pause::before {
  width: 8px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px;
  border-radius: 0;
  background: transparent;
}

.bc-home-slider__dots .bc-home-slider__pause[aria-pressed="true"]::before {
  width: 0;
  height: 0;
  border: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}

.bc-home-section {
  margin-top: 18px;
  padding: 18px;
}

.bc-home-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.bc-home-section__header h2 {
  margin: 0;
  color: #12304c;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.15;
}

.bc-home-section__header a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(47, 148, 61, 0.16);
  border-radius: 999px;
  padding-inline: 13px;
  background: #f4fbf2;
  color: #276b2a;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.bc-home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bc-home-category-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 26px;
  gap: 13px;
  align-items: center;
  min-height: 96px;
  overflow: hidden;
  border: 1px solid rgba(23, 50, 77, 0.07);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 245, 0.94)),
    #fff;
  color: #17324d;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 14px 34px rgba(28, 64, 40, 0.055);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.bc-home-category-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #3f9f42, #17324d);
  content: "";
  opacity: 0;
  transition: opacity 0.18s ease;
}

.bc-home-category-card:hover,
.bc-home-category-card:focus-visible {
  border-color: rgba(47, 148, 61, 0.34);
  color: #276b2a;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94) inset,
    0 22px 48px rgba(23, 50, 77, 0.105);
  transform: translateY(-3px);
}

.bc-home-category-card:hover::before,
.bc-home-category-card:focus-visible::before {
  opacity: 1;
}

.bc-home-category-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 7px;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.92), transparent 30%),
    linear-gradient(145deg, #eef8ea, #dfeedd);
  color: #2f7d32;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.84) inset,
    0 10px 20px rgba(47, 125, 50, 0.11);
}

.bc-home-category-card__media svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s ease;
}

.bc-home-category-card:hover .bc-home-category-card__media svg,
.bc-home-category-card:focus-visible .bc-home-category-card__media svg {
  transform: scale(1.08);
}

.bc-home-category-card__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.bc-home-category-card__body strong {
  overflow: hidden;
  color: inherit;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.bc-home-category-card__body small {
  color: #6f8076;
  font-size: 12px;
  font-weight: 900;
}

.bc-home-category-card__arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(47, 148, 61, 0.15);
  border-radius: 999px;
  background: #f5fbf3;
  color: #2f7d32;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.bc-home-category-card__arrow::before {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: translateX(-1px) rotate(45deg);
}

.bc-home-category-card:hover .bc-home-category-card__arrow,
.bc-home-category-card:focus-visible .bc-home-category-card__arrow {
  border-color: rgba(47, 148, 61, 0.34);
  background: #fff;
  transform: translateX(2px);
}

.bc-home-products.woocommerce ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1120px) {
  .bc-home-storefront {
    grid-template-columns: 1fr;
  }

  .bc-home-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bc-home-products.woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bc-home {
    padding-block: 16px 52px;
  }

  .bc-home .bc-container {
    width: min(100% - 22px, 1320px);
  }

  .bc-home-storefront {
    gap: 12px;
    margin-bottom: 14px;
  }

  .bc-home-storefront__main {
    min-height: 0;
    padding: 18px;
  }

  .bc-home-storefront h1 {
    font-size: 29px;
  }

  .bc-home-lead {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .bc-home-storefront__side {
    grid-template-columns: 1fr;
  }

  .bc-home-slider__viewport {
    aspect-ratio: 43 / 23;
    min-height: 0;
  }

  .bc-home-slider__controls {
    right: 9px;
    bottom: 9px;
    left: 9px;
    gap: 6px;
  }

  .bc-home-slider__arrow {
    width: 32px;
    height: 32px;
  }

  .bc-home-slider__dots {
    min-height: 28px;
    gap: 0;
    padding-inline: 3px;
  }

  .bc-home-slider__dots button {
    width: 24px;
    height: 24px;
  }

  .bc-home-slider__dots button.is-active::before {
    width: 16px;
  }

  .bc-home-promo,
  .bc-home-promo--wide {
    min-height: 122px;
  }

  .bc-home-section {
    margin-top: 12px;
    padding: 12px;
  }

  .bc-home-section__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .bc-home-section__header h2 {
    font-size: 20px;
  }

  .bc-home-category-grid {
    grid-auto-columns: min(82vw, 310px);
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(2, 74px);
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-inline: -12px;
    padding: 2px 12px 12px;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-color: #91bd8a #edf5eb;
    scrollbar-width: thin;
  }

  .bc-home-category-card {
    width: 100%;
    min-height: 74px;
    grid-template-columns: 54px minmax(0, 1fr) 24px;
    gap: 11px;
    padding: 9px 10px;
    scroll-snap-align: start;
  }

  .bc-home-category-card__media {
    width: 54px;
    height: 54px;
  }

  .bc-home-category-card__media svg {
    width: 27px;
    height: 27px;
  }

  .bc-home-category-card__body strong {
    font-size: 13px;
    line-height: 1.22;
  }

  .bc-home-category-card__body small {
    font-size: 11px;
  }

  .bc-home-category-card__arrow {
    width: 24px;
    height: 24px;
  }

  .bc-home-products.woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

/* Modern shop refresh. */
.bc-shop {
  padding-block: 28px 72px;
}

.bc-shop .bc-container {
  width: min(1320px, calc(100% - 36px));
}

.woocommerce-breadcrumb {
  margin: 0 0 16px;
  color: #718178;
  font-size: 12px;
  font-weight: 800;
}

.bc-shop-header {
  align-items: center;
  margin-bottom: 14px;
}

.bc-shop-title {
  margin-bottom: 0;
  color: #12304c;
  font-size: 38px;
  letter-spacing: 0;
}

.bc-shop-header .term-description,
.bc-shop-header .page-description {
  max-width: 840px;
  color: #4f6158;
  font-size: 14px;
}

.bc-shop-pills {
  display: flex;
  gap: 10px;
  margin: 0 0 22px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: #a8d1a3 transparent;
}

.bc-shop-pills a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 9px;
  min-height: 38px;
  border: 1px solid rgba(47, 125, 50, 0.14);
  border-radius: 999px;
  padding: 0 11px 0 15px;
  background: rgba(255, 255, 255, 0.84);
  color: #17324d;
  box-shadow: 0 10px 24px rgba(28, 64, 40, 0.045);
  font-size: 13px;
  font-weight: 900;
}

.bc-shop-pills a:hover,
.bc-shop-pills a:focus,
.bc-shop-pills a.is-active {
  border-color: rgba(47, 148, 61, 0.38);
  background: #fff;
  color: #2f7d32;
}

.bc-shop-pills small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  min-height: 24px;
  border-radius: 999px;
  background: #edf7eb;
  color: #2f7d32;
  font-size: 11px;
  font-weight: 900;
}

.bc-shop-layout {
  grid-template-columns: 282px minmax(0, 1fr);
  gap: 30px;
}

.bc-shop-sidebar {
  top: 132px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bc-shop-sidebar .widget {
  margin-bottom: 12px;
  border: 1px solid rgba(33, 61, 42, 0.08);
  border-radius: 7px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 34px rgba(28, 64, 40, 0.045);
}

.bc-shop-sidebar .widget:first-of-type {
  border-top: 1px solid rgba(33, 61, 42, 0.08);
}

.bc-shop-sidebar .widget-title,
.bc-shop-sidebar .widgettitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  border-bottom: 0;
  padding-bottom: 0;
  color: #17324d;
  font-size: 12px;
  letter-spacing: 0;
}

.bc-shop-sidebar .widget-title::after,
.bc-shop-sidebar .widgettitle::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3f9f42;
  content: "";
}

.bc-shop-sidebar .woocommerce-widget-layered-nav-list,
.bc-shop-sidebar .woocommerce-widget-layered-nav ul,
.bc-shop-sidebar .swatches-display-list,
.bc-filter-list {
  gap: 4px;
}

.bc-shop-sidebar .woocommerce-widget-layered-nav-list a,
.bc-shop-sidebar .woocommerce-widget-layered-nav a,
.bc-shop-sidebar .swatches-display-list .inner,
.bc-filter-list a,
.widget_product_categories li > a {
  min-height: 34px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 7px 9px;
  color: #506159;
  font-size: 13px;
  font-weight: 800;
}

.widget_product_categories li > a {
  padding-right: 38px;
}

.bc-shop-sidebar .woocommerce-widget-layered-nav-list a:hover,
.bc-shop-sidebar .woocommerce-widget-layered-nav a:hover,
.bc-filter-list a:hover,
.bc-filter-list .is-active a,
.widget_product_categories li > a:hover,
.widget_product_categories .current-cat > a,
.widget_product_categories .current-cat-parent > a {
  border-color: rgba(47, 148, 61, 0.18);
  background: #f4fbf2;
  color: #276b2a;
}

.bc-filter-list .is-active a {
  box-shadow: inset 3px 0 0 #3f9f42;
}

.bc-shop-sidebar .count,
.bc-filter-list .count {
  color: #87948c;
  font-size: 11px;
  font-weight: 900;
}

.bc-category-toggle {
  top: 5px;
  right: 6px;
  width: 24px;
  height: 24px;
  border-color: rgba(47, 148, 61, 0.2);
  background: #fff;
}

.bc-price-filter {
  gap: 14px;
}

.bc-price-slider__track,
.bc-price-slider__fill {
  height: 5px;
}

.bc-price-slider__fill {
  background: #2f943d;
}

.bc-price-slider__range::-webkit-slider-thumb {
  width: 19px;
  height: 19px;
  border-width: 4px;
  background: #17324d;
}

.bc-price-input {
  border-color: rgba(23, 50, 77, 0.12);
  border-radius: 7px;
}

.bc-price-filter button {
  min-height: 42px;
  border-radius: 7px;
  background: #153d2b;
}

.bc-price-filter button:hover,
.bc-price-filter button:focus {
  background: #2f943d;
}

.bc-shop-toolbar {
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-bottom: 16px;
  border: 1px solid rgba(33, 61, 42, 0.08);
  border-radius: 7px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 34px rgba(28, 64, 40, 0.045);
}

.bc-shop-result-count {
  color: #506159;
  font-size: 13px;
  font-weight: 900;
}

.bc-shop-ordering {
  gap: 8px;
}

.bc-shop-ordering label {
  color: #17324d;
  font-size: 12px;
}

.bc-shop-ordering select {
  min-height: 42px;
  min-width: 230px;
  border-color: rgba(23, 50, 77, 0.12);
  border-radius: 7px;
  background-color: #fff;
  font-size: 13px;
}

.bc-active-filters {
  margin-top: -4px;
  border-color: rgba(47, 148, 61, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.78);
}

.bc-filter-chip {
  min-height: 32px;
  border-color: rgba(47, 148, 61, 0.18);
  background: #fff;
}

.bc-filter-chip--clear {
  background: #17324d;
}

.woocommerce ul.products {
  gap: 18px;
}

.bc-product-card__inner {
  min-height: 404px;
  overflow: hidden;
  border: 1px solid rgba(21, 55, 38, 0.075);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(28, 64, 40, 0.06);
}

.bc-product-card__inner:hover {
  border-color: rgba(47, 148, 61, 0.28);
  box-shadow: 0 30px 70px rgba(23, 50, 77, 0.11);
  transform: translateY(-4px);
}

.bc-product-card__inner::before {
  height: 4px;
  background: linear-gradient(90deg, #3f9f42, #17324d);
}

.bc-product-card__image {
  isolation: isolate;
  flex-basis: 214px;
  height: 214px;
  margin: 10px 10px 0;
  border-radius: 7px;
  padding: 22px 18px 12px;
  background:
    radial-gradient(circle at 50% 18%, rgba(63, 159, 66, 0.12), transparent 42%),
    linear-gradient(180deg, #fbfdf9, #f2f7f0);
}

.bc-product-card__media-glow {
  position: absolute;
  inset: auto 16% 14px;
  z-index: -1;
  height: 18px;
  border-radius: 999px;
  background: rgba(21, 55, 38, 0.1);
  filter: blur(8px);
  opacity: 0.7;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.bc-product-card__inner:hover .bc-product-card__media-glow {
  opacity: 1;
  transform: scaleX(1.08);
}

.bc-product-card__image img {
  max-width: 178px;
  max-height: 178px;
  transition: transform 0.18s ease;
}

.bc-product-card__inner:hover .bc-product-card__image img {
  transform: translateY(-3px) scale(1.03);
}

.bc-product-card__badge {
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 5px 9px 5px 7px;
  background: #ed6a3d;
  box-shadow: 0 8px 18px rgba(221, 83, 43, 0.24);
  letter-spacing: 0;
  transform: rotate(-2deg);
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bc-product-card__badge::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffe08a;
  box-shadow: 0 0 0 3px rgba(255, 224, 138, 0.22);
  content: "";
}

.bc-product-card__inner:hover .bc-product-card__badge,
.bc-product-card__inner:focus-within .bc-product-card__badge {
  background: #d9552c;
  box-shadow: 0 11px 22px rgba(221, 83, 43, 0.3);
  transform: translateY(-2px) rotate(0deg);
}

.bc-product-card__body {
  padding: 13px 14px 14px;
}

.bc-product-card__kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 24px;
  margin-bottom: 9px;
}

.bc-product-card__category {
  min-width: 0;
  min-height: 24px;
  margin: 0;
  border-radius: 999px;
  padding-inline: 9px;
  background: #eff8ed;
  color: #276b2a;
  font-size: 10px;
  letter-spacing: 0;
}

.bc-product-card__stock {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 5px;
  color: #728178;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.bc-product-card__stock::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3f9f42;
  content: "";
}

.bc-product-card__stock.is-unavailable::before {
  background: #b84232;
}

.bc-product-card__title {
  min-height: 48px;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.34;
}

.bc-product-card__title a {
  min-height: 38px;
  color: #17324d;
}

.bc-product-card__title a:hover,
.bc-product-card__title a:focus {
  color: #276b2a;
}

.bc-product-card__rating {
  min-height: 16px;
  margin-bottom: 8px;
}

.bc-product-card__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px;
  align-items: end;
  gap: 10px;
  border-top: 1px solid rgba(33, 61, 42, 0.08);
  padding-top: 12px;
}

.bc-product-card__price-block {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.bc-product-card__price-label {
  color: #7d8c83;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.bc-product-card__price {
  color: #276b2a;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.18;
}

.bc-product-card__price del {
  margin-bottom: 2px;
  color: #8d9991;
  font-size: 12px;
}

.bc-product-card__price ins {
  display: inline-block;
}

.bc-product-card__action {
  min-width: 0;
}

.woocommerce ul.products li.product .bc-product-card__meta .button,
.woocommerce-page ul.products li.product .bc-product-card__meta .button,
.bc-product-card__meta .button {
  width: 100%;
  height: 42px;
  border: 0 !important;
  border-radius: 7px;
  padding: 0 12px !important;
  background: #267a32 !important;
  box-shadow: 0 12px 22px rgba(38, 122, 50, 0.2);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 42px;
}

.woocommerce ul.products li.product .bc-product-card__meta .button:hover,
.woocommerce ul.products li.product .bc-product-card__meta .button:focus,
.woocommerce ul.products li.product .bc-product-card__meta .button:active,
.woocommerce-page ul.products li.product .bc-product-card__meta .button:hover,
.woocommerce-page ul.products li.product .bc-product-card__meta .button:focus,
.woocommerce-page ul.products li.product .bc-product-card__meta .button:active,
.bc-product-card__meta .button:hover,
.bc-product-card__meta .button:focus,
.bc-product-card__meta .button:active {
  background: #17324d !important;
  box-shadow: 0 13px 24px rgba(23, 50, 77, 0.18);
}

.woocommerce ul.products li.product .bc-product-card__meta .button.loading,
.woocommerce ul.products li.product .bc-product-card__meta .button.added,
.woocommerce-page ul.products li.product .bc-product-card__meta .button.loading,
.woocommerce-page ul.products li.product .bc-product-card__meta .button.added,
.bc-product-card__meta .button.loading,
.bc-product-card__meta .button.added {
  background: #153d2b !important;
  box-shadow: 0 13px 24px rgba(21, 61, 43, 0.18);
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 34px;
}

.woocommerce nav.woocommerce-pagination ul {
  gap: 9px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border-color: rgba(23, 50, 77, 0.12);
  border-radius: 7px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #2f943d;
}

@media (max-width: 1180px) {
  .bc-shop-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 22px;
  }

  .bc-product-card__meta {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

@media (max-width: 900px) {
  .bc-shop .bc-container {
    width: min(100% - 28px, 1320px);
  }

  .bc-shop-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bc-shop-sidebar {
    top: 0;
    overflow: auto;
    border-radius: 0 10px 10px 0;
    background: #fbfdf9;
  }

  .bc-shop-sidebar .widget {
    border-radius: 8px;
    background: #fff;
  }

  .bc-shop-toolbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .bc-shop-filter-toggle {
    display: inline-flex;
    border-radius: 7px;
    background: #17324d;
    color: #fff;
  }
}

@media (max-width: 680px) {
  .bc-shop {
    padding-top: 16px;
  }

  .bc-shop .bc-container {
    width: min(100% - 22px, 1320px);
  }

  .woocommerce-breadcrumb {
    margin-bottom: 10px;
  }

  .bc-shop-title {
    font-size: 28px;
  }

  .bc-shop-pills {
    margin-bottom: 14px;
  }

  .bc-shop-pills a {
    min-height: 35px;
    padding-inline: 12px 9px;
    font-size: 12px;
  }

  .bc-shop-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }

  .bc-shop-result-count {
    text-align: left;
  }

  .bc-shop-ordering {
    grid-template-columns: 1fr;
  }

  .bc-shop-ordering select {
    min-width: 0;
  }

  .woocommerce ul.products {
    gap: 12px;
  }

  .bc-product-card__inner {
    min-height: 330px;
  }

  .bc-product-card__image {
    flex-basis: 138px;
    height: 138px;
    margin: 7px 7px 0;
    padding: 14px 10px 8px;
  }

  .bc-product-card__image img {
    max-width: 118px;
    max-height: 118px;
  }

  .bc-product-card__badge {
    top: 7px;
    left: 7px;
    gap: 4px;
    padding: 4px 7px 4px 6px;
    font-size: 10px;
  }

  .bc-product-card__badge::before {
    width: 5px;
    height: 5px;
  }

  .bc-product-card__body {
    padding: 10px 10px 11px;
  }

  .bc-product-card__kicker {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    min-height: 43px;
    margin-bottom: 7px;
  }

  .bc-product-card__category {
    max-width: 100%;
    min-height: 20px;
    padding-inline: 7px;
    font-size: 9px;
  }

  .bc-product-card__stock {
    font-size: 9px;
  }

  .bc-product-card__title {
    min-height: 40px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.28;
  }

  .bc-product-card__title a {
    min-height: 32px;
  }

  .bc-product-card__rating {
    min-height: 12px;
    margin-bottom: 5px;
  }

  .bc-product-card__meta {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 9px;
  }

  .bc-product-card__price-label {
    display: none;
  }

  .bc-product-card__price {
    font-size: 14px;
  }

  .bc-product-card__price del {
    font-size: 10px;
  }

  .woocommerce ul.products li.product .bc-product-card__meta .button,
  .woocommerce-page ul.products li.product .bc-product-card__meta .button,
  .bc-product-card__meta .button {
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
}
