
.product-list-card__add-to-cart.brxe-product-add-to-cart {
  font-family: var(--ff-heading) !important;
}

.bm-product-single__add-to-cart--variation form.cart .quantity+button,
form.woocommerce-page-form .quantity+button,
.product-list-card__add-to-cart.brxe-product-add-to-cart .cart .single_add_to_cart_button,
.product-list-card__add-to-cart.brxe-product-add-to-cart a.button[data-product_id],
.bm-related-products-list-1-card__add-to-cart.brxe-product-add-to-cart .cart .single_add_to_cart_button,
.bm-related-products-list-1-card__add-to-cart.brxe-product-add-to-cart a.button[data-product_id] {
  font-size: 0.875rem;
  font-family: var(--ff-heading) !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--ls-wider);
  padding: 16px;
  text-transform: uppercase;
}

.bm-product-single__add-to-cart--variation form.cart .quantity+button:hover,
form.woocommerce-page-form .quantity+button:hover,
.product-list-card__add-to-cart.brxe-product-add-to-cart .cart .single_add_to_cart_button:hover,
.product-list-card__add-to-cart.brxe-product-add-to-cart a.button[data-product_id]:hover,
.bm-related-products-list-1-card__add-to-cart.brxe-product-add-to-cart .cart .single_add_to_cart_button:hover,
.bm-related-products-list-1-card__add-to-cart.brxe-product-add-to-cart a.button[data-product_id]:hover {
  background: var(--red-600) !important;
  border-color: var(--red-600) !important;
}

.product-list-card__add-to-cart.brxe-product-add-to-cart,
.bm-related-products-list-1-card__add-to-cart.brxe-product-add-to-cart {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce-price-suffix {
  color: var(--black-400);
  font-weight: 500;
}


.brxe-woocommerce-breadcrumbs .navigation>a,
.brxe-woocommerce-breadcrumbs .separator {
  color: var(--black);
  opacity: 0.4;
}

.brxe-woocommerce-breadcrumbs .navigation>a:hover {
  color: var(--red);
  opacity: 1;
}



.brxe-woocommerce-breadcrumbs a {
  transition: color 0.3s ease-in, opacity 0.3s ease-in;
}

.woocommerce-breadcrumb a:first-of-type,
.brxe-woocommerce-breadcrumbs a:first-of-type {
  font-size: 0;
  
}

.woocommerce-breadcrumb a:first-of-type:before,
.brxe-woocommerce-breadcrumbs a:first-of-type:before {
  content: "\f30c";
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: Ionicons;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
}

.theme-dark .woocommerce-breadcrumb a:first-of-type:before,
.theme-dark .brxe-woocommerce-breadcrumbs a:first-of-type:before {
  color: #fff;
}

.theme-dark .brxe-woocommerce-breadcrumbs .navigation>a,
.theme-dark .brxe-woocommerce-breadcrumbs .separator {
  color: #fff;
  opacity: 0.6;
}




.bm-product-single__related-products-container:has(.splide__list:empty) {
  display: none;
}


.bm-related-products-list-1__slider .splide__pagination {
  margin: 0 auto !important;
}



.woocommerce-tabs h1,
.woocommerce-tabs h2,
.woocommerce-tabs h3,
.woocommerce-tabs h4 {
  margin-bottom: 1.5rem;
}

.woocommerce-tabs h5,
.woocommerce-tabs h6 {
  margin-bottom: 1rem;
}

.woocommerce-tabs.wc-tabs-wrapper {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-s);
}

.wc-tabs a {
  opacity: 0.75;
  transition: color 0.3s ease-in, opacity 0.3s ease-in;
}

.wc-tabs li.active a {
  color: var(--black);
  opacity: 1;
}

.wc-tabs a:hover {
  color: var(--red);
  opacity: 1;
}



.theme-dark .brxe-woocommerce-breadcrumbs a:hover {
  color: var(--red);
  opacity: 1;
}

.theme-dark .woocommerce-breadcrumb a:first-of-type:hover:before,
.theme-dark .brxe-woocommerce-breadcrumbs a:first-of-type:hover:before {
  color: var(--red);
  opacity: 1;
}

main.product {
  padding-bottom: var(--space-3xl);
}


main.product>* {
  order: 10;
}

main.product .fw-breadcrumb-section {
  order: 1;
}

main.product .woocommerce-notices-wrapper {
  order: 2;
}

main.product .woocommerce-notices-wrapper:not(:empty) {
  margin-top: var(--space-m);
  margin-bottom: 0;
}



main.product .woocommerce-tabs h1 {
  font-size: var(--text-2xl);
}

main.product .woocommerce-tabs h2 {
  font-size: var(--text-xl);
}

main.product .woocommerce-tabs h3 {
  font-size: var(--text-l);
}

main.product .woocommerce-tabs h4 {
  font-size: var(--text-m);
}

@media (max-width:1199px) {
  main.product .woocommerce-tabs h5 {
    font-size: 17px;
  }
}


.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  border-radius: var(--radius-s);
  width: 100%;
  height: 600px;
  
  object-fit: contain;
  object-position: center;
}


.bm-product-archive__pagination-wrapper {
  align-items: center;
  margin-top: var(--space-m);
}


.divetek-cat-sidebar {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}

.divetek-cat-sidebar a {
  transition: color 0.25s ease-in;
}

.divetek-cat-sidebar a:hover {
  color: var(--red);
}


.divetek-cat-sidebar ul:not(.wc-block-product-categories-list--depth-0) {
  display: none;
}

.divetek-cat-sidebar .wc-block-product-categories-list--depth-0>li {
  margin-bottom: 15px;
}

.divetek-cat-sidebar .wc-block-product-categories-list--depth-0>li:has(.cat-toggle-btn) {
  padding-right: 1.75rem;
}


.divetek-cat-sidebar .wc-block-product-categories-list-item.is-open>ul {
  display: block;
}

.divetek-cat-sidebar .wc-block-product-categories-list-item {
  line-height: 1.2;
  list-style: none;
  position: relative;
}


.divetek-cat-sidebar .wc-block-product-categories-list-item {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 8px;
}

.divetek-cat-sidebar .wc-block-product-categories-list-item>a,
.divetek-cat-sidebar .wc-block-product-categories-list-item>.wc-block-product-categories-list-item-count,
.divetek-cat-sidebar .wc-block-product-categories-list-item>.cat-toggle-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.divetek-cat-sidebar .wc-block-product-categories-list-item>a {
  flex: 0 1 auto;
}

.divetek-cat-sidebar .wc-block-product-categories-list-item-count {
  white-space: nowrap;
  flex-shrink: 0;
  flex: 0 0 auto;
}

.divetek-cat-sidebar .wc-block-product-categories-list-item>ul {
  flex-basis: 100%;
}

.divetek-cat-sidebar .wc-block-product-categories-list-item-count {
  white-space: nowrap;
  flex-shrink: 0;
}


.divetek-cat-sidebar .wc-block-product-categories-list-item>a {
  flex: 1 1 0;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
}

.divetek-cat-sidebar ul[class*="wc-block-product-categories-list--depth-"]>li>.wc-block-product-categories-list-item-count {
  flex: 0 0 auto;
  white-space: nowrap;
}



.divetek-cat-sidebar .cat-toggle-btn {
  border-radius: 2px;
  background-color: var(--gray-300);
  cursor: pointer;
  color: var(--text-color);
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: -2px;
  transition: background 0.25s ease-in, transform 0.25s ease-in;
}

.divetek-cat-sidebar .cat-toggle-btn svg {
  width: 20px;
  height: 20px;
  transition: color 0.25s ease-in, transform 0.25s ease-in;
}

.divetek-cat-sidebar .cat-toggle-btn:hover {
  background-color: var(--red);
}

.divetek-cat-sidebar .cat-toggle-btn:hover svg,
.divetek-cat-sidebar .cat-toggle-btn.is-open svg {
  fill: #fff;
}

.divetek-cat-sidebar .cat-toggle-btn.is-open {
  background-color: var(--red);
  transform: rotate(180deg);
}

.divetek-cat-sidebar .wc-block-product-categories-list {
  padding-left: 0;
}

.divetek-cat-sidebar ul:not(.wc-block-product-categories-list--depth-0) {
  border-left: 1px solid var(--gray-400);
  color: var(--black-600);
  font-size: 13px;
  font-weight: normal;
  list-style: none;
  margin-top: 6px;
  margin-left: 0.25rem;
  padding: 0.5rem 0 0.5rem 0.75rem;
}

.divetek-cat-sidebar ul:not(.wc-block-product-categories-list--depth-0).wc-block-product-categories-list--depth-1 {
  border-left-width: 2px;
  font-size: 14px;
}

.divetek-cat-sidebar .wc-block-product-categories-list-item-count {
  font-size: 13px;
  font-weight: normal;
}

.divetek-cat-sidebar .wc-block-product-categories-list-item-count:before,
.divetek-cat-sidebar .wc-block-product-categories-list-item-count:after {
  font-family: monospace, sans-serif;
}

.divetek-cat-sidebar .wc-block-product-categories {
  margin-bottom: 0;
}

.bm-product-archive-1__filter-column .bm-product-archive__filter-row:last-child {
  border-bottom: 0;
}



.product-list-1-card__image.brxe-image {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.product-list-1-card__image.brxe-image img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.product-list-category a,
.brxe-heading a,
.added_to_cart {
  transition: color 0.3s ease-in;
}

.brxe-heading a:hover,
.added_to_cart:hover {
  color: var(--red);
}

.product-list-category a:hover {
  color: var(--black);
}

.header-nav .mini-cart-link::after {
  display: none;
}

.mini-cart-link .cart-count {
  transition: background 0.3s ease-in;
}

.mini-cart-link:hover .cart-count {
  background-color: var(--red);
}


main.product .bm-product-single-1 h1 {
  font-size: var(--text-2xl);
}

.product-list-card__price.brxe-heading,
.wp-block-woocommerce-empty-cart-block,
.bm-product-single__product-price {
  font-family: var(--ff-heading);
}

.bm-product-single__product-price.brxe-product-price .price del,
.bm-product-single__product-price.brxe-product-price .price>span {
  font-weight: 600;
}

.bm-product-single__add-to-cart--variation form.cart .quantity+button,
form.woocommerce-page-form .quantity+button,
.product-list-card__add-to-cart.brxe-product-add-to-cart .cart .single_add_to_cart_button,
.product-list-card__add-to-cart.brxe-product-add-to-cart a.button[data-product_id],
.bm-related-products-list-1-card__add-to-cart.brxe-product-add-to-cart .cart .single_add_to_cart_button,
.bm-related-products-list-1-card__add-to-cart.brxe-product-add-to-cart a.button[data-product_id] {
  background-color: var(--red) !important;
  border-radius: var(--radius-btn);
  color: #FFFFFF;
  flex-grow: 1;
  padding: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th,
table.wc-block-cart-items .wc-block-cart-items__header th {
  color: var(--black);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  border-radius: var(--radius-s);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 0.3s ease-in;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
  color: var(--red);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
  transition: 0.3s;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover svg,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover svg {
  fill: var(--red);
}

.woocommerce-page article.page {
  padding: var(--space-m);
}

.woocommerce-page .alignwide {
  margin-left: unset;
  max-width: 100%;
  width: 100%;
}

.woocommerce-page .wp-block-woocommerce-cart {
  margin-top: var(--space-m);
}

.woocommerce-page .wc-block-cart__sidebar {
  color: var(--black);
  background-color: var(--gray-300);
  border-radius: var(--radius-m);
  padding-top: 24px;
  padding-right: var(--space-l);
  padding-bottom: var(--space-l);
  padding-left: var(--space-l);
}

.woocommerce-page .wc-block-cart__sidebar>:last-child {
  margin-bottom: 0;
}

.wc-block-cart .wc-block-cart__totals-title,
.woocommerce-page .wc-block-components-formatted-money-amount,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: var(--black);
  font-weight: 700;
}

.wc-block-cart .wc-block-cart__totals-title {
  color: var(--black);
  letter-spacing: 0.08em;
}

.woocommerce-page .wc-block-components-button:not(.is-link) {
  background-color: var(--red);
  border-radius: var(--radius-s);
  color: #FFFFFF;
  font-size: 0.95em;
  font-family: var(--ff-heading) !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--ls-wider);
  padding: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  width: 100%;
}

.woocommerce-page .wc-block-components-button:not(.is-link):hover {
  background: var(--red-600) !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: none;
  outline: none;
}


.wc-block-components-sidebar {
  margin-top: 12px;
  padding-left: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  border-radius: var(--radius-s);
}

.wc-block-components-checkout-return-to-cart-button {
  flex-shrink: 0;
  padding: 4px 16px 4px 30px;
  transition: color 0.3s ease-in;
}

.wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--red);
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: var(--gray-300);
  border: none;
  border-radius: var(--radius-m);
  font-size: var(--wp--preset--font-size--small, 14px);
  padding: 12px var(--space-m);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  font-size: 0.875rem;
}



.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  display: grid;
  align-items: initial;
  grid-gap: var(--space-l);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: var(--space-l) auto 0;
}

.theme-twentytwenty .wp-block-woocommerce-empty-cart-bloc .wc-block-grid.has-4-columns .wc-block-grid__product,
.wp-block-woocommerce-empty-cart-bloc .wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: unset;
  max-width: 100%;
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: 1 0 100%;
  max-width: 100%;
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
  font-size: 0.875rem;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  background-color: var(--gray-300);
  border-radius: var(--space-m);
  margin-top: var(--space-s);
  padding: var(--space-l);
}

.product-list-1-card.brxe-block,
.wc-block-grid__products .wc-block-grid__product {
  transition: box-shadow 0.2s, border-color 0.2s;
}

.wc-block-grid__products .wc-block-grid__product {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  border-radius: var(--radius-s);
}

.wc-block-grid__products .wc-block-grid__product:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  border-color: var(--black-400);
}

.wc-block-grid__products .product-list-1-card__image.brxe-image {
  align-items: center;
  order: -1;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  height: 250px;
  flex-shrink: 0;
  margin-bottom: 0;
  padding-top: var(--space-s);
  padding-right: var(--space-s);
  padding-bottom: 12px;
  padding-left: var(--space-s);
}

.wc-block-grid__products .wc-block-grid__product-image img {
  aspect-ratio: 9 / 11;
  object-fit: scale-down;
  object-position: center;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background-color: var(--red);
  border-radius: var(--radius-btn);
  color: #FFFFFF;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--ls-wider);
  flex-grow: 1;
  padding: 16px;
  transition: all 0.3s ease-in;
  width: 100%;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  background: var(--red-600);
}

.wc-block-grid__product-link .wc-block-grid__product-title {
  transition: color 0.3s ease-in;
}

.wc-block-grid__product-link .wc-block-grid__product-title:hover {
  color: var(--red);
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  font-family: var(--ff-heading);
  font-size: clamp(0.83rem, calc(0.001833333333333333 * (100vw - 22.5rem) + 0.83rem), 0.94rem);
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  padding-right: var(--space-s);
  padding-left: var(--space-s);
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--black);
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart.wp-block-button {
  margin-top: auto;
  margin-bottom: 0 !important;
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  padding-bottom: var(--space-s);
  width: 100%;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  display: flex;
  flex-direction: column;
}

.woocommerce-cart article.page {
  padding-bottom: var(--space-2xl);
}


@media (min-width: 1200px) {
  .woocommerce-page .page {
    padding: var(--space-l);
  }

  .wp-block-woocommerce-checkout {
    padding-top: 36px;
  }

  .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
    padding: var(--space-xl);
  }
}

@media (max-width: 737px) {
  .wp-block-woocommerce-checkout-order-summary-block {
    padding-bottom: 24px;
  }

  .wc-block-checkout__actions .wc-block-checkout__actions_row {
    margin-top: var(--space-l);
  }
}


@media (min-width: 1200px) {}