@charset "UTF-8";
.bcs-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 20px 0 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.bcs-breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.bcs-breadcrumb a:hover {
  text-decoration: underline;
}
.bcs-breadcrumb__sep {
  color: #000000;
  user-select: none;
}
.bcs-breadcrumb__current {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000000;
}

.bcs-header-breadcrumb__inner {
  width: 100%;
}
.bcs-header-breadcrumb__inner--narrow {
  max-width: 860px;
  margin: 0 auto;
}

.bcs-distributor-page .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
}

.bcs-distributor.dokan-store-wrap.layout-no-sidebar {
  width: 100%;
  margin: 0;
  padding: 0;
}
.bcs-distributor.dokan-store-wrap.layout-no-sidebar #dokan-secondary.dokan-store-sidebar {
  display: none !important;
}
.bcs-distributor.dokan-store-wrap.layout-no-sidebar #dokan-primary,
.bcs-distributor.dokan-store-wrap.layout-no-sidebar #primary.dokan-single-store {
  width: 100%;
  max-width: none;
  float: none;
  margin: 0;
  padding: 0;
}

.bcs-distributor-header {
  padding: 24px 0 32px;
  margin: 0 0 0;
  box-sizing: border-box;
  position: relative;
}
.bcs-distributor-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  transform: translateX(-50%);
  background: #ECECEC;
  z-index: -1;
}

.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header::before {
  background-color: #1a1a1a;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.6) 100%), var(--bcs-distributor-store-banner);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .bcs-breadcrumb a,
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .bcs-breadcrumb__sep,
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .bcs-breadcrumb__current {
  color: #FFFFFF;
}
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .bcs-breadcrumb a:hover,
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .bcs-breadcrumb a:focus-visible {
  color: #FFFFFF;
}
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .dokan-share-btn {
  color: #FFFFFF;
}
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .dokan-share-btn:hover, .bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .dokan-share-btn:focus-visible {
  color: #FFFFFF;
}
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .dokan-follow-store-button,
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .dokan-follow-store-button a {
  color: #FFFFFF;
}
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .bcs-distributor-header__title {
  color: #FFFFFF;
}
.bcs-distributor.dokan-store-wrap.layout-no-sidebar.bcs-distributor--has-store-banner .bcs-distributor-header .bcs-distributor-header__save-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.bcs-distributor-header__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.bcs-distributor-header__breadcrumb {
  flex: 1 1 auto;
  min-width: 0;
}
.bcs-distributor-header__breadcrumb .bcs-breadcrumb {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.bcs-distributor-header__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  flex-shrink: 0;
}

.bcs-distributor-header__modules {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bcs-distributor-header__modules > .dokan-share-store-modals {
  display: none;
}
.bcs-distributor-header__modules .dokan-share-btn-wrap,
.bcs-distributor-header__modules .dokan-store-follow-store-button-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bcs-distributor-header__modules .dokan-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
  text-transform: none;
}
.bcs-distributor-header__modules .dokan-share-btn i {
  font-size: 14px;
  opacity: 1;
}
.bcs-distributor-header__modules .dokan-share-btn:hover, .bcs-distributor-header__modules .dokan-share-btn:focus-visible {
  color: #000000;
  text-decoration: underline;
  background: transparent;
}
.bcs-distributor-header__modules .dokan-follow-store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bcs-distributor-header__save-placeholder {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #9F9F9F;
  pointer-events: none;
  user-select: none;
}

.bcs-distributor-header__action-text {
  white-space: nowrap;
}

.bcs-distributor-header__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.bcs-distributor-header__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}

.bcs-distributor-header__logo-wrap {
  flex: 0 0 auto;
  display: flex;
  padding: 24px 48px;
  align-items: center;
  gap: 16px;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  height: auto;
  min-width: 0;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.bcs-distributor-header__logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
}

.bcs-distributor-header__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #000000;
  text-transform: none;
}

@media (max-width: 767px) {
  .bcs-distributor-header__title {
    font-size: 28px;
  }
  .bcs-distributor-header__logo-wrap {
    padding: 16px 28px;
    gap: 12px;
  }
}
.bcs-distributor__main {
  padding-top: 24px;
  padding-bottom: 80px;
}

.bcs-distributor-tabs {
  margin-bottom: 24px;
}

.bcs-distributor-tabs__row {
  width: 100%;
}

.bcs-distributor-tabs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 80px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bcs-distributor-tabs__item {
  margin: 0;
  padding: 0;
}

.bcs-distributor-tabs__link {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.bcs-distributor-tabs__link:hover, .bcs-distributor-tabs__link:focus-visible {
  color: #000000;
  text-decoration: none;
}
.bcs-distributor-tabs__link.is-active {
  font-weight: 700;
  border-bottom-color: #000000;
}

.bcs-distributor-tabs__rule {
  height: 1px;
  width: 100%;
  background: #000000;
  opacity: 0.15;
}

@media (max-width: 767px) {
  .bcs-distributor-tabs__list {
    gap: 24px 32px;
  }
}
.bcs-distributor .seller-items {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .bcs-distributor .seller-items > .products.bcs-product-grid {
    gap: 12px;
    justify-content: stretch;
  }
  .bcs-distributor .seller-items > .products.bcs-product-grid > li.product {
    width: 100% !important;
    max-width: none;
    margin: 0 !important;
  }
}
.bcs-distributor-bio {
  margin-top: 8px;
  max-width: 720px;
}

.bcs-distributor-bio__title {
  margin: 0 0 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}

.bcs-distributor-bio__text {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
}
.bcs-distributor-bio__text p {
  margin: 0 0 12px;
}
.bcs-distributor-bio__text p:last-child {
  margin-bottom: 0;
}
.bcs-distributor-bio__text .reveal-contact-wrapper {
  display: inline-flex;
  margin-top: 28px;
}
.bcs-distributor-bio__text .reveal-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 4px;
  background: #FF9000;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.bcs-distributor-bio__text .reveal-contact-btn:hover, .bcs-distributor-bio__text .reveal-contact-btn:focus-visible {
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
}

.bcs-distributor-bio__cta-wrap {
  margin: 40px 0 0;
}

.bcs-distributor-bio__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 4px;
  background: #FF9000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  border: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.bcs-distributor-bio__cta:hover, .bcs-distributor-bio__cta:focus-visible {
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
}

.bcs-distributor-toc {
  margin-top: 8px;
}

.bcs-distributor-toc__heading {
  margin: 0 0 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}

.bcs-distributor-toc__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.bcs-distributor-toc__content p {
  margin: 0;
}
.bcs-distributor-toc__content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  background: #FFFFFF;
}
.bcs-distributor-toc__content a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M12 15V3'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.bcs-distributor-toc__content a:hover, .bcs-distributor-toc__content a:focus-visible {
  text-decoration: none;
  background: #ECECEC;
}

.bcs-distributor-toc__empty {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #9F9F9F;
}

.bcs-distributor-header--listing {
  min-height: 235px;
  margin-bottom: 0;
}

.bcs-distributor-header__top--listing {
  margin-bottom: 20px;
}

.bcs-distributor-header__brand--listing {
  min-height: 128px;
}

.bcs-distributor-header__title--listing {
  font-size: 32px;
  letter-spacing: -0.32px;
  text-transform: none;
}

.bcs-distributor-header__title-em {
  font-style: italic;
  font-weight: 400;
  margin-left: 8px;
}

.bcs-distributor-header__search-wrap {
  width: 100%;
  margin-top: 20px;
}
.bcs-distributor-header__search-wrap > form[class*=dokan-geolocation-location-filter] > .dokan-row.dokan-clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 618px;
  margin: 0 auto;
  row-gap: 12px;
}
.bcs-distributor-header__search-wrap .dokan-geo-filters-column.dokan-w6 {
  float: none;
  width: 50%;
  max-width: 309px;
  margin: 0;
  padding: 0 6px;
  box-sizing: border-box;
  order: 1;
}
.bcs-distributor-header__search-wrap .dokan-row.dokan-clearfix > .dokan-geo-filters-column.dokan-w6:nth-of-type(3) {
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: center;
  padding: 0;
  order: 3;
}
.bcs-distributor-header__search-wrap .dokan-geo-filters-search-btn.dokan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  background: #0E4FE3;
  border: 1px solid #0E4FE3;
  color: #FFFFFF;
  box-shadow: none;
}
.bcs-distributor-header__search-wrap .dokan-geo-filters-search-btn.dokan-btn:hover, .bcs-distributor-header__search-wrap .dokan-geo-filters-search-btn.dokan-btn:focus-visible, .bcs-distributor-header__search-wrap .dokan-geo-filters-search-btn.dokan-btn:active {
  background: #0E4FE3;
  border-color: #0E4FE3;
  color: #FFFFFF;
}
.bcs-distributor-header__search-wrap .dokan-geo-filters-column.dokan-w6 input[type=text],
.bcs-distributor-header__search-wrap .dokan-geo-filters-column.dokan-w6 .pac-target-input {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}
.bcs-distributor-header__search-wrap .dokan-w12 {
  float: none;
  width: 100%;
  max-width: 618px;
  margin: 0 auto;
  padding: 0;
  order: 2;
}
.bcs-distributor-header__search-wrap .range-slider-container.dokan-clearfix {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.bcs-distributor-header__search-wrap .range-slider-container.dokan-clearfix .dokan-range-slider-value,
.bcs-distributor-header__search-wrap .range-slider-container.dokan-clearfix .dokan-range-slider {
  float: none !important;
}
.bcs-distributor-header__search-wrap .range-slider-container.dokan-clearfix .dokan-range-slider-value {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
.bcs-distributor-header__search-wrap .range-slider-container.dokan-clearfix .dokan-range-slider {
  width: 258px;
  max-width: 100%;
  margin: 0;
}

body.bcs-dokan-store-listing .entry-content > h1 {
  display: none;
}

body.bcs-dokan-store-listing .entry-content {
  display: flex;
  flex-direction: column;
}

body.bcs-dokan-store-listing .entry-content > .bcs-distributor-header--listing {
  order: 1;
}

body.bcs-dokan-store-listing .entry-content > #dokan-store-listing-filter-wrap {
  order: 2;
  display: none !important;
}

body.bcs-dokan-store-listing .entry-content > #dokan-store-listing-filter-form-wrap {
  order: 3;
  display: none !important;
}

body.bcs-dokan-store-listing .entry-content > .dokan-geolocation-row.dokan-geolocation-map-right {
  order: 4;
}

body.bcs-dokan-store-listing .entry-content > .dokan-geolocation-row.dokan-geolocation-map-top {
  order: 4;
}

#dokan-seller-listing-wrap.bcs-distributors-listing .bcs-distributors-listing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#dokan-seller-listing-wrap.bcs-distributors-listing .bcs-distributors-listing__grid::before, #dokan-seller-listing-wrap.bcs-distributors-listing .bcs-distributors-listing__grid::after {
  content: none !important;
  display: none !important;
}
#dokan-seller-listing-wrap.bcs-distributors-listing .bcs-distributors-listing__grid > .dokan-clearfix {
  display: none !important;
}
#dokan-seller-listing-wrap.bcs-distributors-listing .bcs-distributors-listing__grid > li.dokan-single-seller {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  list-style: none;
}

body .dokan-geolocation-row .dokan-geolocation-col-7 {
  margin-bottom: 20px;
}

.bcs-distributor-list-card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  height: 100%;
}

.bcs-distributor-list-card__link {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
  padding: 24px 48px;
  text-decoration: none;
  color: #000000;
}
.bcs-distributor-list-card__link:hover, .bcs-distributor-list-card__link:focus-visible {
  color: #000000;
  text-decoration: none;
  background: #ECECEC;
}

.bcs-distributor-list-card__logo-wrap {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bcs-distributor-list-card__logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.bcs-distributor-list-card__name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .bcs-distributor-header__title--listing {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
  .bcs-distributor-header__title-em {
    display: block;
    margin-left: 0;
  }
  #dokan-seller-listing-wrap.bcs-distributors-listing .bcs-distributors-listing__grid {
    gap: 12px;
  }
  .bcs-distributor-list-card__link {
    gap: 10px;
    padding: 12px;
  }
  .bcs-distributor-list-card__logo-wrap,
  .bcs-distributor-list-card__logo {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  .bcs-distributor-list-card__name {
    font-size: 13px;
    line-height: 1.3;
  }
}
.bcs-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bcs-product-grid::before, .bcs-product-grid::after {
  content: none !important;
  display: none !important;
}
@media (max-width: 1023px) {
  .bcs-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .bcs-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .bcs-product-grid {
    grid-template-columns: 1fr;
  }
}
.bcs-product-grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.bcs-product-grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.bcs-product-grid.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.bcs-product-grid.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.bcs-shop-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  margin-top: 48px;
}
.bcs-shop-layout__main {
  flex: 1 1 auto;
  min-width: 0;
}
.bcs-shop-layout .bcs-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.post-type-archive-product .bcs-woo-content,
body.tax-product_cat .bcs-woo-content,
body.tax-product_tag .bcs-woo-content,
body.tax-product_shipping_class .bcs-woo-content,
body[class*=tax-pa_] .bcs-woo-content {
  display: grid;
  row-gap: 48px;
}

body.post-type-archive-product .bcs-woo-content > .bcs-shop-layout,
body.tax-product_cat .bcs-woo-content > .bcs-shop-layout,
body.tax-product_tag .bcs-woo-content > .bcs-shop-layout,
body.tax-product_shipping_class .bcs-woo-content > .bcs-shop-layout,
body[class*=tax-pa_] .bcs-woo-content > .bcs-shop-layout {
  order: 1;
  margin-top: 0;
}

body.post-type-archive-product .dokan-geolocation-location-filter .dokan-row.dokan-clearfix,
body.tax-product_cat .dokan-geolocation-location-filter .dokan-row.dokan-clearfix,
body.tax-product_tag .dokan-geolocation-location-filter .dokan-row.dokan-clearfix,
body.tax-product_shipping_class .dokan-geolocation-location-filter .dokan-row.dokan-clearfix,
body[class*=tax-pa_] .dokan-geolocation-location-filter .dokan-row.dokan-clearfix {
  display: none;
}

body.post-type-archive-product .dokan-geolocation-row.dokan-geolocation-map-right .dokan-geolocation-col-7,
body.tax-product_cat .dokan-geolocation-row.dokan-geolocation-map-right .dokan-geolocation-col-7,
body.tax-product_tag .dokan-geolocation-row.dokan-geolocation-map-right .dokan-geolocation-col-7,
body.tax-product_shipping_class .dokan-geolocation-row.dokan-geolocation-map-right .dokan-geolocation-col-7,
body[class*=tax-pa_] .dokan-geolocation-row.dokan-geolocation-map-right .dokan-geolocation-col-7 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

body.post-type-archive-product .dokan-geolocation-row.dokan-geolocation-map-right .dokan-geolocation-col-5,
body.tax-product_cat .dokan-geolocation-row.dokan-geolocation-map-right .dokan-geolocation-col-5,
body.tax-product_tag .dokan-geolocation-row.dokan-geolocation-map-right .dokan-geolocation-col-5,
body.tax-product_shipping_class .dokan-geolocation-row.dokan-geolocation-map-right .dokan-geolocation-col-5,
body[class*=tax-pa_] .dokan-geolocation-row.dokan-geolocation-map-right .dokan-geolocation-col-5 {
  display: none;
}

body.post-type-archive-product .bcs-woo-content > .woocommerce-products-header,
body.tax-product_cat .bcs-woo-content > .woocommerce-products-header,
body.tax-product_tag .bcs-woo-content > .woocommerce-products-header,
body.tax-product_shipping_class .bcs-woo-content > .woocommerce-products-header,
body[class*=tax-pa_] .bcs-woo-content > .woocommerce-products-header {
  order: 2;
}

body.post-type-archive-product .bcs-woo-content > .bcs-blog--shop,
body.tax-product_cat .bcs-woo-content > .bcs-blog--shop,
body.tax-product_tag .bcs-woo-content > .bcs-blog--shop,
body.tax-product_shipping_class .bcs-woo-content > .bcs-blog--shop,
body[class*=tax-pa_] .bcs-woo-content > .bcs-blog--shop {
  order: 3;
}

.bcs-shop-filters-toggle {
  display: none;
}

.bcs-shop-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.bcs-shop-skip-link:focus, .bcs-shop-skip-link:focus-visible {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0 0 12px;
  clip: auto;
  clip-path: none;
  overflow: visible;
  white-space: normal;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 1000;
}

.bcs-orders-filters {
  flex: 0 0 286px;
  width: 286px;
  padding: 24px;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bcs-orders-filters--shop {
  margin-top: 0;
  background: #ECECEC;
  min-height: 740px;
}

.bcs-shop-categories {
  width: 100%;
}

.bcs-shop-categories__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}

.bcs-shop-categories__list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bcs-shop-categories__item {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000000;
  text-decoration: none;
}
.bcs-shop-categories__item:hover, .bcs-shop-categories__item:focus-visible {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bcs-shop-categories__item.is-active {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.bcs-shop-location {
  width: 100%;
}

.bcs-shop-location__title {
  margin: 0 0 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}

.bcs-shop-location__trigger {
  width: 100%;
  min-height: 45px;
  border: 0.5px solid #000000;
  border-radius: 3px;
  background: transparent;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
}

.bcs-shop-location__value {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000000;
}

.bcs-shop-location__example {
  margin: 4px 0 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000000;
}

.bcs-shop-filters-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bcs-shop-filters-section {
  margin-top: 32px;
}

.bcs-shop-filters-section__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}

.bcs-shop-filters-options {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bcs-shop-filters-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000000;
}
.bcs-shop-filters-option input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.bcs-shop-filters-select-wrap {
  margin-top: 12px;
}

.bcs-shop-filters-select {
  width: 100%;
  min-height: 42px;
  border: 0.5px solid #000000;
  border-radius: 3px;
  background: transparent;
  padding: 0 8px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000000;
}

.bcs-orders-filters--shop .select2-container--open .select2-dropdown--below {
  margin-top: 0;
}
.bcs-orders-filters--shop .select2-container--default .select2-selection--single {
  height: 42px;
  border: 0.5px solid #000000;
  border-radius: 3px;
  background: transparent;
  display: flex;
  align-items: center;
}
.bcs-orders-filters--shop .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000000;
  padding-left: 8px;
  padding-right: 28px;
  line-height: 1.2;
}
.bcs-orders-filters--shop .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 6px;
}

.bcs-shop-filters-price-row {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.bcs-shop-filters-price-field {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000000;
}
.bcs-shop-filters-price-field span {
  white-space: nowrap;
}
.bcs-shop-filters-price-field input {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 0.5px solid #000000;
  border-radius: 3px;
  background: transparent;
  padding: 0 8px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000000;
}

button.bcs-shop-filters-save {
  margin-top: 32px;
  width: 100%;
  min-height: 49px;
  border: 0;
  border-radius: 4px;
  background: #0E4FE3;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}

.bcs-shop-list-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 24px;
  color: #000000;
  word-break: break-word;
}
.bcs-shop-list-header__title {
  margin: 0;
  color: var(--bcs-black-900, #000000);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.bcs-shop-list-header__count {
  margin: 0;
  flex-shrink: 0;
  color: var(--bcs-black-900, #000000);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16px;
  white-space: nowrap;
}

.bcs-promo-banner--shop {
  padding: 0 0 40px;
}
.bcs-promo-banner--shop .bcs-promo-banner__inner {
  justify-content: space-between;
  gap: 40px;
  padding: 24px;
  height: 280px;
}
.bcs-promo-banner--shop .bcs-promo-banner__text {
  flex: 1 1 auto;
  max-width: 560px;
  gap: 32px;
  padding: 0;
}
.bcs-promo-banner--shop .bcs-promo-banner__headline {
  gap: 12px;
}
.bcs-promo-banner--shop .bcs-promo-banner__image {
  flex: 0 0 304px;
  width: 304px;
  height: 229px;
}

@media (max-width: 1023px) {
  .bcs-promo-banner--shop .bcs-promo-banner__title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.32px;
  }
  .bcs-promo-banner--shop .bcs-promo-banner__subtitle {
    font-size: 20px;
    line-height: 1.3;
  }
  .bcs-promo-banner--shop .bcs-promo-banner__btn {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
@media (max-width: 1024px) {
  .bcs-shop-layout .bcs-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .bcs-shop-layout .bcs-product-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .bcs-shop-layout .bcs-product-grid > li.product {
    width: 70%;
  }
  .bcs-promo-banner--shop .bcs-promo-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    height: auto;
  }
  .bcs-promo-banner--shop .bcs-promo-banner__text {
    max-width: none;
    gap: 24px;
    width: 100%;
  }
  .bcs-promo-banner--shop .bcs-promo-banner__image {
    width: 100%;
    aspect-ratio: 288/137;
    height: auto;
    flex: 1 1 auto;
    margin: 0;
    overflow: hidden;
  }
  .bcs-promo-banner--shop .bcs-promo-banner__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .bcs-shop-layout {
    flex-direction: column;
  }
  .bcs-shop-filters-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #000000;
    border-radius: 4px;
    background: #000000;
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
  }
  .bcs-orders-filters--shop {
    display: none;
    width: 100%;
    flex: 1 1 auto;
    min-height: 220px;
  }
  .bcs-orders-filters--shop.is-mobile-visible {
    display: flex;
  }
}
.bcs-result-count {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #9F9F9F;
  margin: 0;
}

.bcs-ordering {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.bcs-ordering label {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #000000;
  white-space: nowrap;
}
.bcs-ordering select.orderby {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #000000;
  border: 1px solid #dcdcdd;
  border-radius: 4px;
  padding: 8px 32px 8px 12px;
  background-color: #FFFFFF;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}
.bcs-ordering select.orderby:focus {
  outline: none;
  border-color: #0E4FE3;
}

.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination,
.bcs-blog--archive nav.woocommerce-pagination,
.search .bcs-search-results nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .woocommerce .bcs-shop-layout__main nav.woocommerce-pagination,
  .bcs-blog--archive nav.woocommerce-pagination,
  .search .bcs-search-results nav.woocommerce-pagination {
    margin-top: 32px;
  }
}
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination ul.page-numbers,
.bcs-blog--archive nav.woocommerce-pagination ul.page-numbers,
.search .bcs-search-results nav.woocommerce-pagination ul.page-numbers {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  white-space: normal !important;
  border: none !important;
  border-right: none !important;
  background: transparent !important;
}
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination ul.page-numbers li,
.bcs-blog--archive nav.woocommerce-pagination ul.page-numbers li,
.search .bcs-search-results nav.woocommerce-pagination ul.page-numbers li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  float: none !important;
  overflow: visible !important;
  border: none !important;
  border-right: none !important;
  background: transparent !important;
}
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination ul.page-numbers a,
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination ul.page-numbers span,
.bcs-blog--archive nav.woocommerce-pagination ul.page-numbers a,
.bcs-blog--archive nav.woocommerce-pagination ul.page-numbers span,
.search .bcs-search-results nav.woocommerce-pagination ul.page-numbers a,
.search .bcs-search-results nav.woocommerce-pagination ul.page-numbers span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000000 !important;
  text-decoration: none;
}
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination ul.page-numbers a:focus,
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination ul.page-numbers a:focus-visible,
.bcs-blog--archive nav.woocommerce-pagination ul.page-numbers a:hover,
.bcs-blog--archive nav.woocommerce-pagination ul.page-numbers a:focus,
.bcs-blog--archive nav.woocommerce-pagination ul.page-numbers a:focus-visible,
.search .bcs-search-results nav.woocommerce-pagination ul.page-numbers a:hover,
.search .bcs-search-results nav.woocommerce-pagination ul.page-numbers a:focus,
.search .bcs-search-results nav.woocommerce-pagination ul.page-numbers a:focus-visible {
  color: #000000 !important;
  text-decoration: none;
  background: transparent !important;
}
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination ul.page-numbers a.page-numbers:not(.prev):not(.next),
.bcs-blog--archive nav.woocommerce-pagination ul.page-numbers a.page-numbers:not(.prev):not(.next),
.search .bcs-search-results nav.woocommerce-pagination ul.page-numbers a.page-numbers:not(.prev):not(.next) {
  font-weight: 400;
}
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination ul.page-numbers span.current,
.bcs-blog--archive nav.woocommerce-pagination ul.page-numbers span.current,
.search .bcs-search-results nav.woocommerce-pagination ul.page-numbers span.current {
  font-weight: 700;
  background: transparent !important;
  color: #000000 !important;
}
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination ul.page-numbers .dots,
.bcs-blog--archive nav.woocommerce-pagination ul.page-numbers .dots,
.search .bcs-search-results nav.woocommerce-pagination ul.page-numbers .dots {
  font-weight: 400;
  padding: 0 2px !important;
}
.woocommerce .bcs-shop-layout__main nav.woocommerce-pagination .bcs-wc-pagination__arrow,
.bcs-blog--archive nav.woocommerce-pagination .bcs-wc-pagination__arrow,
.search .bcs-search-results nav.woocommerce-pagination .bcs-wc-pagination__arrow {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
}

.bcs-blog--archive nav.woocommerce-pagination {
  margin-bottom: 0;
}

.search .bcs-search-results nav.woocommerce-pagination {
  margin-top: 24px;
  margin-bottom: 0;
}

.bcs-product-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ECECEC;
  transition: box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.bcs-product-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.bcs-product-card__image {
  position: relative;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0;
}
.bcs-product-card__image .bcs-product-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.bcs-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.bcs-product-card__image:hover img {
  transform: scale(1.05);
}
.bcs-product-card__vendor {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100px;
  background: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 60px);
}
.bcs-product-card__vendor a {
  color: inherit;
  text-decoration: none;
}
.bcs-product-card__vendor a:hover {
  color: #0E4FE3;
}
.bcs-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  background: #D40000;
  color: #FFFFFF;
}
.bcs-product-card__content {
  padding: 5px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (max-width: 639px) {
  .bcs-product-card__content {
    padding: 5px 10px 14px;
    gap: 8px;
  }
}
.bcs-product-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #000000;
  text-align: center;
  max-width: 245px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 639px) {
  .bcs-product-card__title {
    font-size: 16px;
    max-width: 100%;
  }
}
.bcs-product-card__title a {
  color: inherit;
}
.bcs-product-card__title a:hover {
  color: #0E4FE3;
}
.bcs-product-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bcs-product-card__rating svg {
  width: 16px;
  height: 16px;
  color: #FFBC66;
}
.bcs-product-card__rating span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}
.bcs-product-card__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}
.bcs-product-card__price .price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 639px) {
  .bcs-product-card__price .price {
    font-size: 24px;
  }
}
.bcs-product-card__price .price > .woocommerce-Price-amount,
.bcs-product-card__price .price > .woocommerce-Price-amount bdi {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #000000 !important;
}
@media (max-width: 639px) {
  .bcs-product-card__price .price > .woocommerce-Price-amount,
  .bcs-product-card__price .price > .woocommerce-Price-amount bdi {
    font-size: 24px !important;
  }
}
.bcs-product-card__price del {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  color: #D40000;
}
.bcs-product-card__price ins {
  text-decoration: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 639px) {
  .bcs-product-card__price ins {
    font-size: 24px;
  }
}
.bcs-product-card__price .bcs-list-price-wrap {
  text-align: center;
}
.bcs-product-card__price .bcs-list-price-primary {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  font-style: italic !important;
  line-height: 1.5 !important;
  color: #000000 !important;
  margin: 0 !important;
}
.bcs-product-card__price .bcs-list-price-primary .woocommerce-Price-amount {
  display: inline;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 639px) {
  .bcs-product-card__price .bcs-list-price-primary .woocommerce-Price-amount {
    font-size: 24px !important;
  }
}
.bcs-product-card__price .bcs-list-price-secondary {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  font-style: italic !important;
  line-height: 1.5 !important;
  color: #9F9F9F !important;
  margin: 4px 0 0 !important;
}
.bcs-product-card__price .bcs-tax-note {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  font-style: italic !important;
  line-height: 1.5 !important;
  color: #000000 !important;
}
.bcs-product-card__price .bcs-list-unit,
.bcs-product-card__price .bcs-price-suffix {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #000000;
}
.bcs-product-card__unit {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #000000;
}
.bcs-product-card__image .onsale, .bcs-product-card__image .bcs-sale-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  background: #D40000;
  color: #FFFFFF;
}
.bcs-product-card__lowest-price,
.bcs-product-card [id=omnibus-price-data] {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
}
.bcs-product-card--promo {
  background: #ECECEC;
}
.bcs-product-card--promo .bcs-product-card__vendor {
  background: #ECECEC;
}
.bcs-product-card__title {
  margin: 0;
}

.woocommerce ul.products li.product {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
}

.bcs-product-card .add_to_cart_button,
.bcs-product-card .added_to_cart {
  display: none;
}

.woocommerce .bcs-single-product .bcs-product-tabs {
  margin: 0;
}
.woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  border-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs::before, .woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs li {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs li::before, .woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs li::after {
  content: none !important;
  display: none !important;
}
.woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs li a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px !important;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000000 !important;
  text-decoration: none;
  background: #FFFFFF !important;
  border: 0.5px solid #000000 !important;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs li a:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}
.woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs li.active a {
  background: #000000 !important;
  color: #FFFFFF !important;
  border-color: #000000 !important;
}
.woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels {
  border-top: 0.5px solid rgba(0, 0, 0, 0.5);
  margin-top: 24px;
  padding-top: 24px;
}
.woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel {
  display: none;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.01em;
  max-width: 820px;
}
.woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel.active {
  display: block;
}
.woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel.woocommerce-Tabs-panel--more_seller_product {
  max-width: 100%;
}
.woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel h2 {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0 0 24px;
}
.woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel p {
  margin: 0 0 12px;
}
.woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel table th,
.woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel table td {
  padding: 10px 12px;
  border-bottom: 1px solid #ECECEC;
  text-align: left;
  font-size: 16px;
}
.woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel table th {
  font-weight: 600;
  width: 32%;
}
.woocommerce .bcs-single-product .bcs-product-tabs .woocommerce-Tabs-panel--more_seller_product .bcs-product-card__title {
  max-width: 100%;
}
@media (max-width: 767px) {
  .woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs {
    gap: 8px;
  }
  .woocommerce .bcs-single-product .bcs-product-tabs ul.tabs.wc-tabs li a {
    padding: 12px 14px !important;
    font-size: 14px;
  }
  .woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels {
    margin-top: 16px;
    padding-top: 16px;
  }
  .woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel {
    font-size: 16px;
    max-width: 100%;
  }
  .woocommerce .bcs-single-product .bcs-product-tabs .bcs-tab-panels .panel h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}

.bcs-product-gallery {
  position: relative;
}
.bcs-product-gallery__wrapper .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
}
.bcs-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
}
.bcs-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.bcs-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  overflow: visible;
}
.bcs-product-gallery .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
  cursor: pointer;
  aspect-ratio: 199/165;
  transition: border-color 0.2s ease;
}
.bcs-product-gallery .flex-control-thumbs li:hover:not(.flex-active) {
  border-color: #9F9F9F;
}
.bcs-product-gallery .flex-control-thumbs li.flex-active {
  border-color: #FF9000;
}
.bcs-product-gallery .flex-control-thumbs li:has(img.flex-active) {
  border-color: #FF9000;
}
.bcs-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 !important;
  padding: 0;
  opacity: 1 !important;
  object-fit: contain;
  cursor: pointer;
}
.bcs-product-gallery.woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 16px !important;
}
.bcs-product-gallery .flex-viewport {
  border: 1px solid #ECECEC;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
}
.bcs-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  margin-bottom: 0;
  border: 0;
}
.bcs-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
  border-radius: 0;
}
.bcs-product-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bcs-product-gallery .flex-direction-nav .flex-prev,
.bcs-product-gallery .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.bcs-product-gallery .flex-direction-nav .flex-prev::before,
.bcs-product-gallery .flex-direction-nav .flex-next::before {
  font-size: 18px;
  color: #000000;
}
.bcs-product-gallery .flex-direction-nav .flex-prev {
  left: 12px;
}
.bcs-product-gallery .flex-direction-nav .flex-next {
  right: 12px;
}
.bcs-product-gallery:hover .flex-direction-nav .flex-prev,
.bcs-product-gallery:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
.bcs-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.bcs-product-gallery .woocommerce-product-gallery__trigger:hover {
  background: #FFFFFF;
}
.bcs-product-gallery .woocommerce-product-gallery__trigger img {
  width: 18px;
  height: 18px;
}
.bcs-product-gallery .bcs-sale-badge,
.bcs-product-gallery .onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
}
.bcs-product-gallery__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECECEC;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.bcs-product-gallery__image--placeholder img {
  max-width: 60%;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .bcs-product-gallery .flex-control-thumbs {
    gap: 12px;
    margin-top: 12px !important;
  }
}
.bcs-single-product {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .bcs-single-product {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.bcs-single-product {
  padding-left: 0;
  padding-right: 0;
  padding-top: 24px;
  padding-bottom: 40px;
}
.bcs-single-product__columns {
  display: grid;
  grid-template-columns: 342fr 478fr 372fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 1295px) {
  .bcs-single-product__columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .bcs-single-product__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.bcs-single-product__gallery-col {
  position: relative;
}
.bcs-single-product__gallery-col .woocommerce-product-gallery,
.bcs-single-product__gallery-col .images {
  width: 100% !important;
  max-width: none;
  float: none !important;
}
.bcs-single-product__middle-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bcs-single-product__middle-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bcs-single-product__middle-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.bcs-single-product__vendor-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 100px;
  background: #ECECEC;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
}
.bcs-single-product__middle-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.bcs-single-product__middle-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
  word-break: break-word;
}
.bcs-single-product__middle-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-top: 6px;
}
.bcs-single-product__middle-rating-star {
  color: #FF9000;
  font-size: 18px;
  line-height: 1;
}
.bcs-single-product__middle-rating-value {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
}
.bcs-single-product__middle-description {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
}
.bcs-single-product__middle-description p {
  margin: 0;
}
.bcs-single-product__middle-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bcs-single-product__middle-price-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.35em;
  min-width: 0;
}
.bcs-single-product__middle-price {
  flex: 0 1 auto;
  min-width: 0;
}
.bcs-single-product__middle-price .bcs-pl-price-wrap,
.bcs-single-product__middle-price .bcs-ro-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bcs-single-product__middle-price .bcs-price-line {
  display: flex;
  align-items: baseline;
  gap: 0 8px;
  flex-wrap: nowrap;
}
.bcs-single-product__middle-price .woocommerce-Price-amount.amount {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__middle-price .woocommerce-Price-amount.amount bdi {
  font-size: 32px !important;
  font-weight: 600 !important;
}
.bcs-single-product__middle-price .woocommerce-Price-currencySymbol {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__middle-price .bcs-pl-price-primary,
.bcs-single-product__middle-price .bcs-ro-price-primary {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__middle-price .bcs-pl-unit,
.bcs-single-product__middle-price .bcs-ro-unit {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.bcs-single-product__middle-price .bcs-price-suffix {
  color: #000000;
}
.bcs-single-product__middle-price-unit {
  flex-shrink: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__middle-price-unit .bcs-price-suffix {
  font-size: inherit !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: inherit !important;
  color: #000000;
}
.bcs-single-product__middle-price-unit .bcs-tax-note {
  display: none !important;
}
.bcs-single-product .bcs-price-line-vat {
  flex-shrink: 0;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
}
.bcs-single-product__middle-pallet-note {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
}
.bcs-single-product__middle-spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bcs-single-product__middle-spec-item {
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #ECECEC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
.bcs-single-product__middle-spec-item:last-child {
  border-bottom: 1px solid #ECECEC;
}
.bcs-single-product__summary-col {
  grid-column: 3;
  grid-row: 1/span 2;
  min-width: 0;
  align-self: stretch;
}
@media (max-width: 1295px) {
  .bcs-single-product__summary-col {
    grid-column: auto;
    grid-row: auto;
  }
}
.bcs-single-product__bottom {
  grid-column: 1/3;
  min-width: 0;
}
@media (max-width: 1295px) {
  .bcs-single-product__bottom {
    grid-column: 1/-1;
  }
}
.bcs-single-product__sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 120px;
  bottom: auto;
  align-self: start;
}
.bcs-single-product__sidebar.bcs-sticky-top, .bcs-single-product__sidebar.bcs-sticky-short, .bcs-single-product__sidebar.bcs-sticky-bottom {
  top: var(--bcs-sidebar-sticky-top, 120px);
  bottom: auto;
}
.bcs-single-product__sidebar.bcs-sticky-static {
  position: static;
  top: auto;
  bottom: auto;
}
@media (max-width: 767px) {
  .bcs-single-product__sidebar {
    position: static;
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar {
    transition: gap 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .bcs-single-product__sidebar {
    transition: none;
  }
}
@media (max-width: 767px) {
  .bcs-single-product__sidebar {
    transition: none;
  }
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar.bcs-sticky-top, .bcs-single-product__sidebar.bcs-sticky-short, .bcs-single-product__sidebar.bcs-sticky-bottom {
    gap: 0;
  }
}
.bcs-single-product__sidebar-details {
  display: grid;
  grid-template-rows: 1fr;
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar-details {
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .bcs-single-product__sidebar-details {
    transition: none;
  }
}
@media (max-width: 767px) {
  .bcs-single-product__sidebar-details {
    transition: none;
  }
}
.bcs-single-product__sidebar-details-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar.bcs-sticky-top .bcs-single-product__sidebar-details, .bcs-single-product__sidebar.bcs-sticky-short .bcs-single-product__sidebar-details, .bcs-single-product__sidebar.bcs-sticky-bottom .bcs-single-product__sidebar-details {
    grid-template-rows: 0fr;
  }
}
.bcs-single-product__sidebar-panel {
  background: #ECECEC;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar-panel {
    transition: gap 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .bcs-single-product__sidebar-panel {
    transition: none;
  }
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar.bcs-sticky-top .bcs-single-product__sidebar-panel, .bcs-single-product__sidebar.bcs-sticky-short .bcs-single-product__sidebar-panel, .bcs-single-product__sidebar.bcs-sticky-bottom .bcs-single-product__sidebar-panel {
    gap: 16px;
    padding: 16px 24px;
  }
}
.bcs-single-product__sidebar-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bcs-single-product__sidebar-feature {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bcs-single-product__sidebar-feature-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF9000;
}
.bcs-single-product__sidebar-feature-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.bcs-single-product__sidebar-feature-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-hr {
  border: 0;
  border-top: 1px solid #dcdcdd;
  margin: 0;
  width: 100%;
}
.bcs-single-product__sidebar-geo-unavailable {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 6px;
  border: 1px solid #ea2b1f;
  border-radius: 5px;
  background: #fbd5d2;
}
.bcs-single-product__sidebar-geo-unavailable-text {
  margin: 0;
  padding: 0;
  text-align: center;
  word-break: break-word;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  color: #ea2b1f;
}
.bcs-single-product__sidebar-geo-unavailable-cta {
  display: inline;
  font: inherit;
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  cursor: pointer;
}
.bcs-single-product__sidebar-geo-unavailable-cta:hover {
  opacity: 0.88;
}
.bcs-single-product__sidebar-geo-unavailable-cta:focus-visible {
  outline: 2px solid #ea2b1f;
  outline-offset: 2px;
}
.bcs-single-product__sidebar-delivery-btn {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.bcs-single-product__sidebar-delivery-btn-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 16px 12px;
}
.bcs-single-product__sidebar-delivery-icon {
  flex-shrink: 0;
  display: flex;
  color: #000000;
}
.bcs-single-product__sidebar-delivery-icon svg {
  width: 19px;
  height: 14px;
}
.bcs-single-product__sidebar-delivery-label {
  flex: 1;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-delivery-chevron {
  flex-shrink: 0;
  display: flex;
  color: #000000;
}
.bcs-single-product__sidebar-delivery-chevron svg {
  width: 8px;
  height: 8px;
}
.bcs-single-product__sidebar-delivery-note {
  margin: 16px 0 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-price-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar-price-block {
    transition: gap 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .bcs-single-product__sidebar-price-block {
    transition: none;
  }
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar.bcs-sticky-top .bcs-single-product__sidebar-price-block, .bcs-single-product__sidebar.bcs-sticky-short .bcs-single-product__sidebar-price-block, .bcs-single-product__sidebar.bcs-sticky-bottom .bcs-single-product__sidebar-price-block {
    gap: 0;
  }
}
.bcs-single-product__sidebar-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.bcs-single-product__sidebar-price-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.35em;
  flex: 1 1 auto;
  min-width: 0;
}
.bcs-single-product__sidebar-price {
  flex: 0 1 auto;
  min-width: 0;
}
.bcs-single-product__sidebar-price .bcs-pl-price-wrap,
.bcs-single-product__sidebar-price .bcs-ro-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bcs-single-product__sidebar-price .bcs-price-line {
  display: flex;
  align-items: baseline;
  gap: 0 8px;
  flex-wrap: nowrap;
}
.bcs-single-product__sidebar-price .woocommerce-Price-amount.amount {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px !important;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-price .woocommerce-Price-currencySymbol {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px !important;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-price .bcs-pl-price-primary,
.bcs-single-product__sidebar-price .bcs-ro-price-primary {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-price .bcs-pl-price-secondary,
.bcs-single-product__sidebar-price .bcs-ro-price-secondary {
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-price .bcs-pl-unit,
.bcs-single-product__sidebar-price .bcs-ro-unit {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.bcs-single-product__sidebar-price .price {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-price .price del {
  font-size: 20px;
  opacity: 0.75;
}
.bcs-single-product__sidebar-price .price ins {
  text-decoration: none;
}
.bcs-single-product__sidebar-price .bcs-pl-price-primary .woocommerce-Price-amount,
.bcs-single-product__sidebar-price .bcs-ro-price-primary .woocommerce-Price-amount {
  font-size: 32px;
  font-weight: 600;
}
.bcs-single-product__sidebar-price .bcs-pl-price-secondary .woocommerce-Price-amount,
.bcs-single-product__sidebar-price .bcs-ro-price-secondary .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 600;
}
.bcs-single-product__sidebar-price .bcs-pl-price-primary .woocommerce-Price-amount bdi,
.bcs-single-product__sidebar-price .bcs-ro-price-primary .woocommerce-Price-amount bdi {
  font-size: 32px !important;
  font-weight: 600 !important;
}
.bcs-single-product__sidebar-price .bcs-pl-price-secondary .woocommerce-Price-amount bdi,
.bcs-single-product__sidebar-price .bcs-ro-price-secondary .woocommerce-Price-amount bdi {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.bcs-single-product__sidebar-price .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
}
.bcs-single-product__sidebar-price .bcs-price-suffix {
  color: #000000;
}
.bcs-single-product__sidebar-price-unit {
  flex-shrink: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-price-unit .bcs-price-suffix {
  font-size: inherit !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: inherit !important;
  color: #000000;
}
.bcs-single-product__sidebar-price-unit .bcs-tax-note {
  display: none !important;
}
.bcs-single-product__sidebar-lowest-price {
  display: grid;
  grid-template-rows: 1fr;
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar-lowest-price {
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .bcs-single-product__sidebar-lowest-price {
    transition: none;
  }
}
@media (max-width: 767px) {
  .bcs-single-product__sidebar-lowest-price {
    transition: none;
  }
}
.bcs-single-product__sidebar-lowest-price-inner {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar.bcs-sticky-top .bcs-single-product__sidebar-lowest-price, .bcs-single-product__sidebar.bcs-sticky-short .bcs-single-product__sidebar-lowest-price, .bcs-single-product__sidebar.bcs-sticky-bottom .bcs-single-product__sidebar-lowest-price {
    grid-template-rows: 0fr;
    opacity: 0;
  }
}
.bcs-single-product__sidebar-contact {
  border: 2px solid #ECECEC;
  border-radius: 10px;
  padding: 24px;
  display: grid;
  grid-template-rows: 1fr;
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar-contact {
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .bcs-single-product__sidebar-contact {
    transition: none;
  }
}
@media (max-width: 767px) {
  .bcs-single-product__sidebar-contact {
    transition: none;
  }
}
.bcs-single-product__sidebar-contact-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bcs-single-product__sidebar.bcs-sticky-top > .bcs-single-product__sidebar-contact, .bcs-single-product__sidebar.bcs-sticky-short > .bcs-single-product__sidebar-contact, .bcs-single-product__sidebar.bcs-sticky-bottom > .bcs-single-product__sidebar-contact {
    grid-template-rows: 0fr;
    opacity: 0;
    padding-block: 0;
    border-width: 0;
  }
}
@media (max-width: 767px) {
  .bcs-single-product__sidebar.bcs-sticky-top, .bcs-single-product__sidebar.bcs-sticky-short, .bcs-single-product__sidebar.bcs-sticky-bottom {
    gap: 16px;
  }
  .bcs-single-product__sidebar.bcs-sticky-top .bcs-single-product__sidebar-details, .bcs-single-product__sidebar.bcs-sticky-short .bcs-single-product__sidebar-details, .bcs-single-product__sidebar.bcs-sticky-bottom .bcs-single-product__sidebar-details {
    grid-template-rows: 1fr;
  }
  .bcs-single-product__sidebar.bcs-sticky-top .bcs-single-product__sidebar-panel, .bcs-single-product__sidebar.bcs-sticky-short .bcs-single-product__sidebar-panel, .bcs-single-product__sidebar.bcs-sticky-bottom .bcs-single-product__sidebar-panel {
    gap: 24px;
    padding: 24px;
  }
  .bcs-single-product__sidebar.bcs-sticky-top .bcs-single-product__sidebar-price-block, .bcs-single-product__sidebar.bcs-sticky-short .bcs-single-product__sidebar-price-block, .bcs-single-product__sidebar.bcs-sticky-bottom .bcs-single-product__sidebar-price-block {
    gap: 12px;
  }
  .bcs-single-product__sidebar.bcs-sticky-top .bcs-single-product__sidebar-lowest-price, .bcs-single-product__sidebar.bcs-sticky-short .bcs-single-product__sidebar-lowest-price, .bcs-single-product__sidebar.bcs-sticky-bottom .bcs-single-product__sidebar-lowest-price {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .bcs-single-product__sidebar.bcs-sticky-top > .bcs-single-product__sidebar-contact, .bcs-single-product__sidebar.bcs-sticky-short > .bcs-single-product__sidebar-contact, .bcs-single-product__sidebar.bcs-sticky-bottom > .bcs-single-product__sidebar-contact {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-block: 24px;
    border-width: 2px;
  }
}
.bcs-single-product__sidebar-contact-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-contact-phone {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
.bcs-single-product__sidebar-contact-phone a {
  color: inherit;
  text-decoration: none;
}
.bcs-single-product__sidebar-contact-phone a:hover {
  text-decoration: underline;
}
.bcs-single-product__sidebar-cart.summary {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: none;
  margin: 0 !important;
  padding: 0 !important;
}
.bcs-single-product__sidebar-cart form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 6px;
  margin: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.bcs-single-product__sidebar-cart form.cart.variations_form {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations tbody,
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations tr {
  display: block;
  width: 100%;
}
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations tr {
  margin-bottom: 12px;
}
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations tr:last-child {
  margin-bottom: 0;
}
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations th,
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations th.label {
  padding-bottom: 8px;
}
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations th.label label {
  margin: 0;
}
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations td.value select {
  width: 100%;
  max-width: 100%;
}
.bcs-single-product__sidebar-cart form.cart.variations_form table.variations td.value .reset_variations {
  display: inline-block;
  margin-top: 8px;
}
.bcs-single-product__sidebar-cart form.cart.variations_form .single_variation_wrap {
  width: 100%;
}
.bcs-single-product__sidebar-cart form.cart.variations_form .woocommerce-variation-add-to-cart,
.bcs-single-product__sidebar-cart form.cart.variations_form .variations_button {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}
.bcs-single-product__sidebar-cart form.cart .bcs-qty.quantity {
  flex: 0 0 auto;
  margin: 0;
  height: 48px;
  min-width: 57px;
  max-width: 57px;
  border: 1px solid #9F9F9F;
  border-radius: 3px;
  background: #FFFFFF;
  overflow: hidden;
}
.bcs-single-product__sidebar-cart form.cart .bcs-qty.quantity .bcs-qty__button {
  width: 16px;
  min-width: 16px;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: transparent;
  border: none;
  border-radius: 0;
}
.bcs-single-product__sidebar-cart form.cart .bcs-qty.quantity .bcs-qty__button:hover {
  background: rgba(0, 0, 0, 0.06);
}
.bcs-single-product__sidebar-cart form.cart .bcs-qty.quantity input[type=number].qty {
  flex: 1;
  min-width: 0;
  width: auto;
  height: 100%;
  padding: 0 2px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.bcs-single-product__sidebar-cart form.cart .single_add_to_cart_button {
  flex: 1 1 auto;
  width: auto !important;
  max-width: none;
  min-width: 0 !important;
  float: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #000000;
  background: #FF9000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
  overflow: hidden;
}
.bcs-single-product__sidebar-cart form.cart .single_add_to_cart_button:hover:not(:disabled):not(.disabled) {
  background-color: #000000;
  color: #FFFFFF;
}
.bcs-single-product__sidebar-cart form.cart .single_add_to_cart_button:disabled, .bcs-single-product__sidebar-cart form.cart .single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .bcs-single-product__sidebar-cart form.cart .single_add_to_cart_button {
    font-size: 14px;
    line-height: 1.5;
  }
}
.bcs-single-product__sidebar-cart form.cart .bcs-pallet-eq {
  order: 3;
  flex: 0 0 100%;
  width: 100%;
  text-align: left;
}
.bcs-single-product .product_title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  margin: 0 0 12px 0;
}
@media (max-width: 767px) {
  .bcs-single-product .product_title {
    font-size: 22px;
  }
}
.bcs-single-product__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.bcs-single-product__price {
  margin-bottom: 20px;
}
.bcs-single-product__price .price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
}
.bcs-single-product__price .price del {
  font-size: 20px;
  color: #9F9F9F;
  font-weight: 400;
  opacity: 0.7;
}
.bcs-single-product__price .price ins {
  text-decoration: none;
  color: #D40000;
}
.bcs-single-product__price .price .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
}
.bcs-single-product__short-description {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 24px;
}
.bcs-single-product__short-description p {
  margin: 0 0 12px 0;
}
.bcs-single-product__short-description ul, .bcs-single-product__short-description ol {
  margin: 0 0 12px 20px;
}
.bcs-single-product__meta {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #ECECEC;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bcs-single-product__meta-item {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #666;
}
.bcs-single-product__meta-item a {
  color: #0E4FE3;
  text-decoration: none;
}
.bcs-single-product__meta-item a:hover {
  text-decoration: underline;
}
.bcs-single-product__meta-label {
  font-weight: 600;
  color: #000000;
}
.bcs-single-product__review-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #9F9F9F;
  text-decoration: none;
}
.bcs-single-product__review-link:hover {
  color: #0E4FE3;
}

.bcs-star-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.bcs-star-rating__star {
  width: 16px;
  height: 16px;
  color: #FF9000;
}
.bcs-star-rating__star--empty {
  color: #ECECEC;
}
.bcs-star-rating__star--half {
  color: #FF9000;
}

.bcs-sale-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  background: #D40000;
  border-radius: 999px;
  z-index: 2;
}

.bcs-related-products,
.bcs-upsells {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .bcs-related-products,
  .bcs-upsells {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.bcs-related-products,
.bcs-upsells {
  margin-top: 48px;
  margin-bottom: 48px;
}
.bcs-related-products__heading,
.bcs-upsells__heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 24px 0;
}

.bcs-product-search {
  width: 100%;
}
.bcs-product-search__field-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #dcdcdd;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
  transition: border-color 0.2s ease;
}
.bcs-product-search__field-wrap:focus-within {
  border-color: #0E4FE3;
}
.bcs-product-search__input {
  flex: 1;
  border: none;
  padding: 10px 16px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #000000;
  outline: none;
  background: transparent;
}
.bcs-product-search__input::placeholder {
  color: #9F9F9F;
}
.bcs-product-search__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  color: #9F9F9F;
  transition: color 0.2s ease;
}
.bcs-product-search__submit:hover {
  color: #0E4FE3;
}
.bcs-product-search__icon {
  width: 20px;
  height: 20px;
}

html.pgf-modal-open {
  overflow: hidden;
}

#pgf-vendors-sidemenu.pgf-vendors-sidemenu-container {
  position: fixed;
  inset: 0;
  z-index: 10005;
  visibility: hidden;
  pointer-events: none;
}
#pgf-vendors-sidemenu.menu-opened {
  visibility: visible;
  pointer-events: auto;
}
#pgf-vendors-sidemenu.menu-opened > .pgf-vendors-sidemenu-backdrop,
#pgf-vendors-sidemenu.menu-opened > .pgf-vendors-sidemenu-content {
  pointer-events: auto;
}
#pgf-vendors-sidemenu .pgf-vendors-sidemenu-backdrop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  inset: 0;
  cursor: pointer;
}
#pgf-vendors-sidemenu.menu-opened .pgf-vendors-sidemenu-backdrop {
  opacity: 1;
  visibility: visible;
}
#pgf-vendors-sidemenu .pgf-vendors-sidemenu-content {
  position: fixed;
  top: 0;
  right: 0;
  width: min(100%, 519px);
  height: 100%;
  height: 100dvh;
  background-color: #FFFFFF;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#pgf-vendors-sidemenu .pgf-vendors-sidemenu-content:focus-visible {
  outline: none;
}
#pgf-vendors-sidemenu.menu-opened .pgf-vendors-sidemenu-content {
  transform: translateX(0);
}

.bcs-pgf-vendors-drawer {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  flex: 1;
}

.bcs-pgf-vendors-drawer__topbar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-shrink: 0;
  padding: 8px 8px 0;
}

.bcs-pgf-vendors-drawer__topbar-spacer {
  display: none;
}

.bcs-pgf-vendors-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
  line-height: 0;
}
.bcs-pgf-vendors-close:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.bcs-pgf-vendors-drawer__scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 var(--bcs-gap) var(--bcs-gap);
}
@media (min-width: 768px) {
  .bcs-pgf-vendors-drawer__scroll {
    padding-left: var(--bcs-container-padding);
    padding-right: var(--bcs-container-padding);
  }
}

.bcs-pgf-vendors-intro {
  margin-bottom: 24px;
}
.bcs-pgf-vendors-intro__title {
  display: flex;
  align-items: flex-start;
  gap: 0.35em;
  margin: 0 0 var(--bcs-gap);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #000000;
}
.bcs-pgf-vendors-intro__title::before {
  flex-shrink: 0;
  content: "⚠️";
  line-height: 1.5;
}
.bcs-pgf-vendors-intro__hint {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.bcs-pgf-vendors-section-label {
  margin: 0 0 12px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
}
.bcs-pgf-vendors-section-label--current {
  color: #D40000;
  font-feature-settings: normal;
}

.bcs-pgf-vendors-alt .bcs-pgf-vendors-section-label--alt {
  font-weight: 500;
}

.bcs-pgf-vendors-current-row .vendor-info-row,
#pgf-vendors-sidemenu .pgf-vendors-list > .pgf-vendor-item.bcs-pgf-vendors-alt-row {
  list-style: none;
}

.bcs-pgf-vendors-current-row .vendor-info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border: 0.5px solid #D40000;
  background-color: white;
}

#pgf-vendors-sidemenu .bcs-pgf-vendors-alt-row {
  padding: 12px 16px;
  margin: 0;
  border: 0.5px solid #000000;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
#pgf-vendors-sidemenu .pgf-vendors-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#pgf-vendors-sidemenu .vendor-info {
  display: flex;
  align-items: center;
  gap: 24px;
}
#pgf-vendors-sidemenu .vendor-avatar {
  margin-right: 0;
  flex-shrink: 0;
}
#pgf-vendors-sidemenu .vendor-avatar img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 0;
  border: 0;
}
#pgf-vendors-sidemenu .bcs-pgf-vendors-current-row .vendor-avatar img {
  border-radius: 0;
}
#pgf-vendors-sidemenu .vendor-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
#pgf-vendors-sidemenu .vendor-price,
#pgf-vendors-sidemenu .vendor-price .woocommerce-Price-amount,
#pgf-vendors-sidemenu .vendor-price .woocommerce-Price-amount bdi {
  font-family: "Lato", sans-serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #000000 !important;
}
#pgf-vendors-sidemenu .vendor-name {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
}
#pgf-vendors-sidemenu .vendor-name a {
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
#pgf-vendors-sidemenu .vendor-badge {
  flex: 1 1 auto;
  text-align: right;
  align-self: center;
}
#pgf-vendors-sidemenu .selected-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 100px;
  background-color: #D40000;
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#pgf-vendors-sidemenu .vendor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  justify-content: stretch;
}
#pgf-vendors-sidemenu .vendor-actions > .pgf-button {
  flex: 1 1 calc(50% - 4px);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
#pgf-vendors-sidemenu .vendor-actions .pgf-button--secondary {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}
#pgf-vendors-sidemenu .vendor-actions .pgf-button--secondary:hover {
  opacity: 0.85;
  color: #000000;
}
#pgf-vendors-sidemenu .vendor-actions .pgf-button:not(.pgf-button--secondary) {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}
#pgf-vendors-sidemenu .vendor-actions .pgf-button:not(.pgf-button--secondary):hover {
  opacity: 0.92;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  #pgf-vendors-sidemenu .bcs-pgf-vendors-alt-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
  }
  #pgf-vendors-sidemenu .vendor-actions {
    flex: 1 1 auto;
    justify-content: flex-end;
    width: auto;
    gap: 8px;
  }
  #pgf-vendors-sidemenu .vendor-actions > .pgf-button {
    flex: 0 0 auto;
    min-width: 120px;
  }
}

.bcs-pgf-vendors-drawer__footer {
  flex-shrink: 0;
  padding: 16px;
  padding-bottom: max(16px, env(safe-area-inset-bottom));
}
@media (min-width: 768px) {
  .bcs-pgf-vendors-drawer__footer {
    padding: 24px var(--bcs-container-padding) max(24px, env(safe-area-inset-bottom));
  }
}

.bcs-pgf-vendors-save {
  width: 100%;
  border: none;
  cursor: pointer;
  appearance: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  background-color: #FF9000;
  border-radius: 4px;
  padding: 16px 32px;
  min-height: 48px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.bcs-pgf-vendors-save:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.pgf-no-other-vendors {
  padding: 12px 0;
  font-size: 14px;
  color: #7f7f7f;
}
.pgf-no-other-vendors p {
  margin: 0;
}

.bcs-pallet-summary-inline {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
  font-size: 14px;
}
.bcs-pallet-summary-inline span,
.bcs-pallet-summary-inline bdi {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}

.bcs-list-unit,
.bcs-pl-unit,
.bcs-ro-unit,
.bcs-price-suffix {
  font-size: 13px;
  font-weight: normal;
  color: #000000;
}

.bcs-pallet-eq {
  display: block;
  font-size: 13px;
  font-style: italic;
  color: #0E4FE3;
  width: 100%;
  position: static;
  margin-top: 8px;
}

.bcs-qty-conv {
  display: none !important;
}

.bcs-pl-price-secondary,
.bcs-ro-price-secondary {
  width: auto;
  display: inline-block;
  border-top: 1px solid #dcdcdd;
  font-size: 13px;
  color: #0E4FE3;
  padding-top: 5px;
  margin-top: 5px;
}

.bcs-pl-price-secondary .bcs-label {
  margin-right: 4px;
}
.bcs-pl-price-secondary .bcs-amount {
  font-weight: 700;
}

.bcs-pl-price-secondary--extra {
  margin-left: 10px;
}

body.single-product .bcs-single-product__middle-price .woocommerce-Price-amount.amount > bdi,
body.single-product .bcs-single-product__sidebar-price .woocommerce-Price-amount.amount > bdi {
  font-size: 32px !important;
  font-weight: 600 !important;
}

.wpcf7-form input[type=submit].btn-lp-primary {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: #F9A90C;
  color: #121619;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7-form input[type=submit].btn-lp-primary:hover {
  background: #2259DA;
  color: #FFFFFF;
}
