.woocommerce,
.woocommerce-page,
.woocommerce-page main,
.woocommerce-page .site,
.wc-shop-main {
  font-family: var(--font);
}

.woocommerce-page-shell,
.wc-shop-main { min-width: 0; }

.wc-shop-main .woocommerce-products-header,
.wc-shop-main .page-title,
.wc-shop-main > h1 {
  display: none;
}

.woocommerce .woocommerce-breadcrumb { display: none; }
.woocommerce-notices-wrapper { margin-bottom: 18px; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
  color: var(--ink);
  font-weight: 700;
  padding: 16px 18px;
  list-style: none;
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before { display: none !important; }

.bk-empty-products {
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
  color: var(--ink);
  font-weight: 800;
  padding: 16px 18px;
}

.woocommerce-result-count {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.woocommerce-ordering { margin: 0; }
.woocommerce-ordering select {
  -webkit-appearance: none;
  appearance: none;
  min-width: 190px;
  height: 42px;
  padding: 0 40px 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23090b10' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2 4 6 8 10 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 12px;
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.woocommerce-ordering select:hover { border-color: #c9cdd3; }
.woocommerce-ordering select:focus {
  outline: 0;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(9, 11, 16, .06);
}
.wc-loop-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product.wc-product-card,
.woocommerce-page ul.products li.product.wc-product-card {
  display: flex;
  flex-direction: column;
  min-height: 392px;
  overflow: hidden;
}

.woocommerce .wc-product-card .product-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 214px;
  min-height: 214px;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.woocommerce .wc-product-card .product-img img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

.woocommerce .wc-product-card .product-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 214px;
  padding: 18px 18px 20px;
  background: #fff;
}

.woocommerce .wc-product-card .product-card-status {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 1.25;
}

.woocommerce .wc-product-card .product-body h3 {
  padding: 0;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.woocommerce .wc-product-card .product-body h3 a {
  color: var(--ink);
}

.woocommerce .wc-product-card .product-body > p:nth-of-type(2) {
  min-height: 38px;
}

.woocommerce .wc-product-card .tags {
  margin-top: auto;
  padding-top: 6px;
}

.woocommerce .wc-product-card .price {
  padding-right: 44px;
}

.woocommerce .wc-product-card .price del { color: var(--muted); opacity: .65; font-size: 13px; }
.woocommerce .wc-product-card .price ins { text-decoration: none; }
.woocommerce .wc-product-card .added_to_cart { display: none; }
.woocommerce .wc-product-card .cart-small {
  right: 16px;
  bottom: 16px;
  color: transparent !important;
  font-size: 0 !important;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 7.5h13l-1.2 7.1a2 2 0 0 1-2 1.7H9.2a2 2 0 0 1-2-1.7L5.7 4.8H3.5' stroke='%23090B10' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9.2' cy='20' r='1.3' fill='%23090B10'/%3E%3Ccircle cx='17' cy='20' r='1.3' fill='%23090B10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 19px;
}
.woocommerce .star-rating { color: var(--red); }

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 34px 0 0;
}
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  color: var(--ink);
  font-weight: 800;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

.bk-single-product {
  background: #fff;
}

.bk-single-product .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 24px;
}

.bk-single-product .gallery-main {
  height: 470px;
  min-height: 470px;
  padding: 24px;
}

.bk-single-product .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}

.bk-single-product .gallery-main .zoom {
  display: grid;
  color: transparent;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='6.5' stroke='%23090B10' stroke-width='2.2'/%3E%3Cpath d='M16.2 16.2L20 20' stroke='%23090B10' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.bk-single-product .thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.bk-single-product .thumbs img {
  width: 100%;
  height: 74px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  padding: 6px;
  cursor: pointer;
}

.bk-single-product .thumbs img.active {
  border-color: var(--red);
}

.bk-lightbox-open {
  overflow: hidden;
}

.bk-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px;
  background: rgba(9, 11, 16, .78);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.bk-product-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bk-product-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(1120px, 92vw);
  max-height: 86vh;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
  transform: scale(.985);
  transition: transform 180ms ease;
}

.bk-product-lightbox.is-open .bk-product-lightbox__image {
  transform: scale(1);
}

.bk-product-lightbox__close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.bk-product-lightbox__close::before,
.bk-product-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.bk-product-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bk-product-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bk-product-summary {
  padding-top: 6px;
}

.bk-product-summary h1 {
  max-width: 560px;
  font-size: 42px !important;
  line-height: 1.06;
  font-weight: 900;
}

.bk-single-product .rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.bk-single-product .rating .star-rating {
  float: none;
  margin: 0;
}

.bk-short-description {
  max-width: 560px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.bk-short-description p {
  margin: 0;
}

.bk-short-description img,
.bk-short-description video,
.bk-short-description iframe,
.bk-short-description embed,
.bk-short-description object,
.bk-tab-copy img,
.bk-tab-copy video,
.bk-tab-copy iframe,
.bk-tab-copy embed,
.bk-tab-copy object {
  display: block;
  max-width: 100%;
  height: auto !important;
  width: auto;
  aspect-ratio: auto;
  margin-right: auto !important;
  margin-left: auto !important;
}
.bk-short-description img,
.bk-tab-copy img {
  object-fit: contain;
}

.bk-short-description figure,
.bk-short-description .wp-block-image,
.bk-short-description .wp-block-video,
.bk-short-description .wp-video,
.bk-tab-copy figure,
.bk-tab-copy .wp-block-image,
.bk-tab-copy .wp-block-video,
.bk-tab-copy .wp-video {
  max-width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.bk-short-description p:has(img),
.bk-short-description p:has(video),
.bk-short-description p:has(iframe),
.bk-tab-copy p:has(img),
.bk-tab-copy p:has(video),
.bk-tab-copy p:has(iframe) {
  text-align: center;
}

.bk-short-description figcaption,
.bk-tab-copy figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}

.bk-tab-copy video,
.bk-tab-copy .wp-video {
  width: min(100%, 960px) !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  margin: 22px auto !important;
  border-radius: 10px;
  background: #05070a;
}

.bk-short-description iframe,
.bk-tab-copy iframe {
  width: min(100%, 960px);
}

.bk-product-price {
  font-size: 38px !important;
  line-height: 1.1;
}

.bk-product-price del {
  color: var(--muted);
  opacity: .55;
  font-size: 22px;
}

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

.bk-product-purchase {
  margin: 24px 0 18px;
}

.bk-product-purchase form.cart,
.woocommerce .bk-product-purchase form.cart {
  display: grid;
  gap: 14px;
  margin: 0;
}

.bk-product-purchase .variations {
  width: 100%;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.bk-product-purchase .variations tr {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.bk-product-purchase .variations tr:last-child {
  border-bottom: 0;
}

.bk-product-purchase .variations th,
.bk-product-purchase .variations td {
  display: block;
  padding: 14px 16px;
  line-height: 1.2;
  background: #fff;
}

.bk-product-purchase .variations label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.bk-product-purchase .variations select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.bk-product-purchase .reset_variations {
  display: inline-flex !important;
  margin-left: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.bk-product-purchase .single_variation {
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

.bk-product-purchase .woocommerce-variation-description {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.bk-product-purchase .woocommerce-variation-add-to-cart,
.bk-product-purchase form.cart:not(.variations_form) {
  display: flex;
  align-items: center;
  gap: 14px;
}

.woocommerce .quantity .qty {
  width: 78px;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  text-align: center;
  font-weight: 800;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button.alt,
.bk-product-purchase .single_add_to_cart_button {
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--red) !important;
  color: #fff;
  min-height: 48px;
  padding: 14px 30px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(223, 16, 25, .16);
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .button.alt:hover {
  background: var(--red-dark) !important;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 40px 0 24px;
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 12px 18px;
  font-weight: 900;
  color: var(--ink);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--red);
  border-color: var(--red);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; }
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #reviews,
.related.products,
.up-sells.products {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.related.products,
.up-sells.products { margin-top: 36px; }

.bk-product-details {
  padding: 30px 0 12px;
}

.bk-product-details .bk-tab-panel {
  width: 100%;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}

.bk-product-details .bk-tab-panels {
  padding-top: 24px;
}

.bk-product-details .bk-tab-panel[hidden] {
  display: none !important;
}

.bk-product-details h3 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.bk-product-details .bk-tab-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 650;
}

.bk-product-details .red-ticks {
  margin: 0;
}

.bk-product-details .red-ticks li {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}

.bk-product-details .spec-table {
  max-width: 760px;
}

.bk-product-details .bk-box-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-weight: 800;
  line-height: 2.05;
}

.bk-upsell-products {
  padding-top: 34px;
  padding-bottom: 16px;
}

.bk-upsell-products .section-head {
  align-items: flex-end;
}

.bk-upsell-products .section-lead {
  max-width: 620px;
  font-size: 14px;
}

.bk-upsell-products .products.product-grid,
.bk-related-products .products.product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bk-upsell-products .products.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bk-upsell-products .wc-product-card,
.bk-related-products .wc-product-card {
  min-height: 380px;
}

.bk-product-bundle { padding: 28px 0; }
.bk-product-bundle .bk-bundle-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.bk-product-bundle .bk-bundle-head h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}
.bk-product-bundle .bk-bundle-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: rgba(223, 16, 25, .06);
  color: var(--red);
  font-size: 12.5px;
  font-weight: 800;
}
.bk-product-bundle .bk-bundle-hint {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.4;
}
.bk-product-bundle .bk-bundle-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 14px;
}
.bk-product-bundle .bk-bundle-item {
  margin: 0;
}
.bk-product-bundle .bk-bundle-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 8px;
  position: relative;
  padding: 18px 16px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease;
  height: 100%;
  min-height: 280px;
}
.bk-product-bundle .bk-bundle-card:hover {
  border-color: #c9cdd3;
  box-shadow: 0 6px 18px rgba(15,23,42,.05);
}
.bk-product-bundle .bk-bundle-check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.bk-product-bundle .bk-bundle-box {
  width: 18px;
  height: 18px;
  border: 1px solid #cfd4da;
  border-radius: 4px;
  background: #fff;
  display: inline-grid;
  place-items: center;
  position: relative;
}
.bk-product-bundle .bk-bundle-check:checked + .bk-bundle-box {
  background: var(--red);
  border-color: var(--red);
}
.bk-product-bundle .bk-bundle-check:checked + .bk-bundle-box::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-1px) rotate(-45deg);
}
.bk-product-bundle .bk-bundle-check:checked ~ .bk-bundle-name,
.bk-product-bundle .bk-bundle-card:has(.bk-bundle-check:checked) {
  /* visual hint when selected */
}
.bk-product-bundle .bk-bundle-card:has(.bk-bundle-check:checked) {
  border-color: var(--red);
  box-shadow: 0 6px 18px rgba(223,16,25,.1);
}
.bk-product-bundle .bk-bundle-img {
  position: relative;
  display: block;
  height: 150px;
  background: #fff;
  overflow: hidden;
  padding: 4px;
}
.bk-product-bundle .bk-bundle-img img {
  position: absolute;
  inset: 4px;
  width: calc(100% - 8px) !important;
  height: calc(100% - 8px) !important;
  max-width: none;
  max-height: none;
  aspect-ratio: auto !important;
  object-fit: contain;
}
.bk-product-bundle .bk-bundle-name {
  margin: 0;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.2;
}
.bk-product-bundle .bk-bundle-excerpt {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}
.bk-product-bundle .bk-bundle-price {
  font-size: 14.5px;
  font-weight: 900;
  color: var(--ink);
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
  padding: 24px;
}

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

.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: none;
  margin: 0;
}

.woocommerce-cart .wp-block-woocommerce-cart.is-loading {
  opacity: 1;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
  padding: 36px 36px 40px;
  overflow: hidden;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:first-child {
  max-width: 520px;
  margin: 0 auto;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0;
  white-space: normal !important;
  overflow-wrap: break-word;
}

.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background-color: var(--red);
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 7.5h13l-1.2 7.1a2 2 0 0 1-2 1.7H9.2a2 2 0 0 1-2-1.7L5.7 4.8H3.5' stroke='%23fff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9.2' cy='20' r='1.45' fill='%23fff'/%3E%3Ccircle cx='17' cy='20' r='1.45' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px 38px;
  box-shadow: 0 18px 34px rgba(223, 16, 25, .18);
  mask: none !important;
  -webkit-mask: none !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(:first-child) {
  margin: 42px 0 20px;
  text-align: left;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 950;
}

.woocommerce-cart .wc-block-grid,
.woocommerce-cart .wp-block-product-new {
  margin: 0;
}

.woocommerce-cart .wc-block-grid__products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}

.woocommerce-cart .wc-block-grid__product {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  min-height: 318px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .055);
  overflow: hidden;
  text-align: left;
}

.woocommerce-cart .wc-block-grid__product::before,
.woocommerce-cart .wc-block-grid__product::after {
  display: none;
}

.woocommerce-cart .wc-block-grid__product-link {
  display: block;
  color: var(--ink);
  text-decoration: none;
}

.woocommerce-cart .wc-block-grid__product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 158px;
  margin: 0;
  padding: 12px;
  background: #fff;
  overflow: hidden;
}

.woocommerce-cart .wc-block-grid__product-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: center;
}

.woocommerce-cart .wc-block-grid__product-title {
  min-height: 54px;
  margin: 0;
  padding: 16px 16px 6px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.28;
  font-weight: 900;
}

.woocommerce-cart .wc-block-grid__product-price {
  margin: auto 16px 18px;
  padding-right: 40px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.22;
  font-weight: 950;
  text-align: left;
}

.woocommerce-cart .wc-block-grid__product-price del {
  color: var(--muted);
  opacity: .62;
  font-size: 12px;
}

.woocommerce-cart .wc-block-grid__product-price ins {
  text-decoration: none;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart {
  position: absolute;
  right: 14px;
  bottom: 14px;
  margin: 0;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  padding: 0;
  color: transparent !important;
  font-size: 0 !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 7.5h13l-1.2 7.1a2 2 0 0 1-2 1.7H9.2a2 2 0 0 1-2-1.7L5.7 4.8H3.5' stroke='%23090B10' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9.2' cy='20' r='1.3' fill='%23090B10'/%3E%3Ccircle cx='17' cy='20' r='1.3' fill='%23090B10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 19px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .08);
}

.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
  border-color: var(--red);
  background-color: #fff !important;
}

.woocommerce-cart .wc-block-cart,
.woocommerce-cart .wc-block-components-main,
.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-cart__sidebar {
  min-width: 0;
}

.woocommerce-cart .wc-block-cart {
  gap: 24px;
}

.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-cart__sidebar {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
  padding: 24px;
}

.woocommerce-cart .wc-block-cart-items__header,
.woocommerce-cart .wc-block-components-totals-wrapper {
  border-color: var(--line);
}

.woocommerce-cart .wc-block-cart-item__image img {
  border-radius: 8px;
  background: #f7f8fa;
  object-fit: contain;
}

.woocommerce-cart .wc-block-components-button,
.woocommerce-cart .wc-block-cart__submit-button {
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(223, 16, 25, .16);
}

.woocommerce-cart .wc-block-components-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover {
  background: var(--red-dark);
  color: #fff;
}

.woocommerce table.shop_table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-top-color: var(--line);
  font-weight: 750;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
  font-weight: 650;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 900;
}
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

@media (max-width: 980px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce-cart .wc-block-grid__products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bk-single-product .product-top,
  .bk-upsell-products .products.product-grid,
  .bk-related-products .products.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bk-single-product .product-top { grid-template-columns: 1fr; }
  .bk-single-product .gallery-main { height: 390px; min-height: 390px; }
}
@media (max-width: 760px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products { grid-template-columns: 1fr; }
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block { padding: 26px 18px 30px; }
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:first-child {
    max-width: 285px;
    font-size: 22px;
  }
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(:first-child) { font-size: 22px; }
  .woocommerce-cart .wc-block-grid__products { grid-template-columns: 1fr; }
  .woocommerce-cart .wc-block-grid__product { min-height: 302px; }
  .woocommerce-cart .wc-block-grid__product-image { padding: 10px; }
  .woocommerce-cart .wc-block-grid__product-image img { object-fit: contain; }
  .wc-loop-tools { align-items: flex-start; flex-direction: column; }
  .woocommerce div.product form.cart,
  .bk-product-purchase .woocommerce-variation-add-to-cart,
  .bk-product-purchase form.cart:not(.variations_form) { align-items: stretch; flex-direction: column; }
  .woocommerce .quantity .qty { width: 100%; }
  .bk-product-summary h1 { font-size: 32px !important; }
  .bk-product-price { font-size: 28px !important; }
  .bk-single-product .gallery-main { height: 315px; min-height: 315px; padding: 14px; }
  .bk-product-lightbox { padding: 18px; }
  .bk-product-lightbox__close { top: 14px; right: 14px; }
  .bk-product-lightbox__image { max-width: 94vw; max-height: 82vh; }
  .bk-product-purchase .variations tr { grid-template-columns: 1fr; }
  .bk-upsell-products .products.product-grid,
  .bk-related-products .products.product-grid { grid-template-columns: 1fr; }

  .bk-product-details .tabs.bk-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    border-bottom: 1px solid var(--line);
  }
  .bk-product-details .tabs.bk-tabs::-webkit-scrollbar {
    display: none;
  }
  .bk-product-details .tabs.bk-tabs .tab {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 14px 18px;
    font-size: 13.5px;
  }

  .woocommerce-cart .wc-block-cart,
  .woocommerce-cart .wc-block-cart__main,
  .woocommerce-cart .wc-block-cart__sidebar,
  .woocommerce-cart .wc-block-components-totals-wrapper,
  .woocommerce-cart .wc-block-components-totals-item {
    min-width: 0;
  }
  .woocommerce-cart .wc-block-cart__sidebar { padding: 14px 14px 18px; }
  .woocommerce-cart .wc-block-components-totals-item {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 4px;
    padding: 10px 14px;
  }
  .woocommerce-cart .wc-block-components-totals-item__label,
  .woocommerce-cart .wc-block-components-totals-item__value,
  .woocommerce-cart .wc-block-components-totals-item__description {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
  .woocommerce-cart .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
    font-size: 20px;
    white-space: nowrap;
  }
  .woocommerce-cart .wc-block-cart-items,
  .woocommerce-cart .wc-block-cart-items__row,
  .woocommerce-cart .wc-block-cart-item__row,
  .woocommerce-cart table.wc-block-cart-items {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }
  .woocommerce-cart .wc-block-cart-item__total,
  .woocommerce-cart .wc-block-cart-item__prices,
  .woocommerce-cart .wc-block-components-product-price,
  .woocommerce-cart .wc-block-components-product-price__value,
  .woocommerce-cart .wc-block-formatted-money-amount {
    min-width: 0;
    font-size: 13px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .woocommerce-cart .wc-block-cart-items__row {
    grid-template-columns: 60px minmax(0, 1fr) minmax(0, auto) !important;
    gap: 10px;
  }
  .woocommerce-cart td.wc-block-cart-item__total {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .woocommerce-cart .wc-block-cart-item__product {
    min-width: 0;
  }
  .woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 13.5px;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
}
