*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (width >= 359px) {
  .container {
    max-width: 359px;
  }
}

@media (width >= 576px) {
  .container {
    max-width: 576px;
  }
}

@media (width >= 768px) {
  .container {
    max-width: 768px;
  }
}

@media (width >= 922px) {
  .container {
    max-width: 922px;
  }
}

@media (width >= 1260px) {
  .container {
    max-width: 1260px;
  }
}

@media (width >= 1536px) {
  .container {
    max-width: 1536px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-bottom-1\.5 {
  bottom: -.375rem;
}

.left-0 {
  left: 0;
}

.right-10 {
  right: 2.5rem;
}

.top-0 {
  top: 0;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[51\] {
  z-index: 51;
}

.z-\[61\] {
  z-index: 61;
}

.float-end {
  float: inline-end;
}

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: .25rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[68px\] {
  height: 68px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-1\/12 {
  width: 8.33333%;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.3333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.6667%;
}

.w-3\/4 {
  width: 75%;
}

.w-4\/5 {
  width: 80%;
}

.w-6 {
  width: 1.5rem;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[68px\] {
  width: 68px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-min {
  width: min-content;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-1 {
  column-gap: .25rem;
}

.gap-x-2 {
  column-gap: .5rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-x-8 {
  column-gap: 2rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-2 {
  row-gap: .5rem;
}

.gap-y-3 {
  row-gap: .75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.self-start {
  align-self: flex-start;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.overflow-y-auto {
  overflow-y: auto;
}

.hyphens-auto {
  hyphens: auto;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: .25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: .5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-primary-color {
  --tw-border-opacity: 1;
  border-color: rgb(from var(--bm-primary-color) r g b / var(--tw-border-opacity, 1));
}

.bg-\[\#F2F7F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 243 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-footer-bg-color {
  --tw-bg-opacity: 1;
  background-color: rgb(from var(--bm-footer-bg-color) r g b / var(--tw-bg-opacity, 1));
}

.bg-header-bg-color {
  --tw-bg-opacity: 1;
  background-color: rgb(from var(--bm-header-bg-color) r g b / var(--tw-bg-opacity, 1));
}

.bg-light-bg-color {
  --tw-bg-opacity: 1;
  background-color: rgb(from var(--bm-light-bg-color) r g b / var(--tw-bg-opacity, 1));
}

.bg-primary-color {
  --tw-bg-opacity: 1;
  background-color: rgb(from var(--bm-primary-color) r g b / var(--tw-bg-opacity, 1));
}

.bg-secondary-color\/50 {
  background-color: rgb(from var(--bm-secondary-color) r g b / .5);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-15 {
  --tw-bg-opacity: .15;
}

.object-cover {
  object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[9px\] {
  font-size: 9px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.text-footer-text-color {
  --tw-text-opacity: 1;
  color: rgb(from var(--bm-footer-text-color) r g b / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-header-text-color {
  --tw-text-opacity: 1;
  color: rgb(from var(--bm-header-text-color) r g b / var(--tw-text-opacity, 1));
}

.text-primary-color {
  --tw-text-opacity: 1;
  color: rgb(from var(--bm-primary-color) r g b / var(--tw-text-opacity, 1));
}

.text-text-color {
  --tw-text-opacity: 1;
  color: rgb(from var(--bm-text-color) r g b / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-opacity-50 {
  --tw-text-opacity: .5;
}

.underline {
  text-decoration-line: underline;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

:root {
  font-family: var(--bm-theme-font), sans-serif;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: var(--bm-theme-font), sans-serif;
  }
}

@media (width >= 359px) {
  .xs-block {
    display: none !important;
  }
}

@media (width <= 360px) {
  .xs-block {
    display: block;
  }
}

@media (width >= 576px) {
  .sm-block {
    display: none !important;
  }
}

@media (width <= 577px) {
  .sm-block {
    display: block;
  }
}

@media (width >= 768px) {
  .md-block {
    display: none !important;
  }
}

@media (width <= 769px) {
  .md-block {
    display: block;
  }
}

@media (width >= 992px) {
  .lg-block {
    display: none !important;
  }
}

@media (width <= 993px) {
  .lg-block {
    display: block;
  }
}

@media (width >= 1340px) {
  .xl-block {
    display: none !important;
  }
}

@media (width <= 1341px) {
  .xl-block {
    display: block;
  }
}

html, body {
  color: var(--bm-text-color);
  font-size: 14px;
  font-weight: var(--bm-theme-body-font-weight);
  scroll-behavior: smooth;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  margin-top: 0 !important;
}

@media (width >= 577px) {
  html, body {
    font-size: 15px;
  }
}

@media (width >= 993px) {
  html, body {
    font-size: 16px;
  }
}

#bg {
  z-index: -2;
  background: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

a:hover, a:active {
  text-decoration: underline;
}

h1 {
  font-size: 3.428rem;
  font-weight: var(--bm-theme-h1-font-weight) !important;
}

h2 {
  font-size: 2rem;
  font-weight: var(--bm-theme-h2-font-weight) !important;
}

h3 {
  font-size: 1.5rem;
  font-weight: var(--bm-theme-h3-font-weight) !important;
}

h4 {
  font-weight: var(--bm-theme-h4-font-weight) !important;
}

h5 {
  font-weight: var(--bm-theme-h5-font-weight) !important;
}

h6 {
  font-weight: var(--bm-theme-h6-font-weight) !important;
}

h1, h2, h3, .comment-reply-title {
  font-family: var(--bm-theme-font);
  font-weight: 600;
  line-height: 1.2em;
}

@media (width <= 576px) {
  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  h3 {
    font-size: 1rem;
  }
}

.text-primary {
  color: var(--bm-primary-color);
}

.text-secondary {
  color: var(--bm-secondary-color);
}

.text-accent {
  color: var(--bm-accent-color);
}

.font-body {
  font-family: var(--bm-theme-body-font);
  text-transform: none;
  font-size: 1rem;
}

.content, .content_container, .inner_content_container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

.home .inner_content_container {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.home .content, .full-content .content, .home .content .content_container {
  max-width: 100%;
  padding: 0;
}

.full-width-block {
  max-width: 100% !important;
}

a.btn, .btn, .button, .wc-block-components-button, .submit {
  background-color: var(--bm-primary-color);
  color: var(--bm-primary-color-contrast);
  cursor: pointer;
  border: none;
  border-radius: 3rem;
  padding: .5rem 1rem;
  line-height: 1.5rem;
  display: inline-block;
}

a.btn[disabled], .btn[disabled], .button[disabled], .wc-block-components-button[disabled], .submit[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  background: var(--bm-btn-disabled-color) !important;
  color: var(--bm-btn-disabled-color-contrast) !important;
}

a.btn i, a.btn svg, .btn i, .btn svg, .button i, .button svg, .wc-block-components-button i, .wc-block-components-button svg, .submit i, .submit svg {
  margin-left: .5rem;
}

a.btn i:first-child, a.btn svg:first-child, .btn i:first-child, .btn svg:first-child, .button i:first-child, .button svg:first-child, .wc-block-components-button i:first-child, .wc-block-components-button svg:first-child, .submit i:first-child, .submit svg:first-child {
  margin-left: 0;
}

a.btn:hover, .btn:hover, .button:hover, .wc-block-components-button:hover, .submit:hover {
  background: var(--bm-btn-hover-color) !important;
  color: var(--bm-btn-hover-color-contrast) !important;
}

a.btn:active, .btn:active, .button:active, .wc-block-components-button:active, .submit:active {
  background: var(--bm-btn-active-color) !important;
  color: var(--bm-btn-active-color-contrast) !important;
}

a.btn.secondary, .btn.secondary, .button.secondary, .wc-block-components-button.secondary, .submit.secondary {
  background-color: var(--bm-secondary-color);
  color: var(--bm-secondary-color-contrast);
}

a.btn.white, .btn.white, .button.white, .wc-block-components-button.white, .submit.white {
  color: var(--bm-text-color);
  background: #fff;
}

a.btn.hidden, .btn.hidden, .button.hidden, .wc-block-components-button.hidden, .submit.hidden {
  display: none;
}

a.btn.rounded, .btn.rounded, .button.rounded, .wc-block-components-button.rounded, .submit.rounded {
  border-radius: 3rem;
}

a.btn.lined, a.btn.outlined, .btn.lined, .btn.outlined, .button.lined, .button.outlined, .wc-block-components-button.lined, .wc-block-components-button.outlined, .submit.lined, .submit.outlined {
  border: 1px solid var(--bm-primary-color);
  color: var(--bm-text-color);
  background: #fff;
  border-radius: 3rem;
}

a.btn.lined:hover, a.btn.outlined:hover, .btn.lined:hover, .btn.outlined:hover, .button.lined:hover, .button.outlined:hover, .wc-block-components-button.lined:hover, .wc-block-components-button.outlined:hover, .submit.lined:hover, .submit.outlined:hover {
  border: 1px solid var(--bm-border-color);
  color: var(--bm-text-color) !important;
  background: #fff !important;
}

a.btn.lined:active, a.btn.outlined:active, .btn.lined:active, .btn.outlined:active, .button.lined:active, .button.outlined:active, .wc-block-components-button.lined:active, .wc-block-components-button.outlined:active, .submit.lined:active, .submit.outlined:active {
  border: 1px solid var(--bm-border-color);
  color: var(--bm-text-color) !important;
  background: var(--bm-primary-color-light) !important;
}

a.btn.arrow:after, a.btn.arrow:before, .btn.arrow:after, .btn.arrow:before, .button.arrow:after, .button.arrow:before, .wc-block-components-button.arrow:after, .wc-block-components-button.arrow:before, .submit.arrow:after, .submit.arrow:before {
  content: "";
  background: var(--bm-text-color);
  border-radius: 3px;
  width: 12px;
  height: 2px;
  display: block;
  transform: rotate(45deg);
}

a.btn.arrow:after, .btn.arrow:after, .button.arrow:after, .wc-block-components-button.arrow:after, .submit.arrow:after {
  margin-top: 6px;
  transform: rotate(-45deg);
}

a.btn.arrow.prev:before, .btn.arrow.prev:before, .button.arrow.prev:before, .wc-block-components-button.arrow.prev:before, .submit.arrow.prev:before {
  margin-left: -3px;
  transform: rotate(-45deg);
}

a.btn.arrow.prev:after, .btn.arrow.prev:after, .button.arrow.prev:after, .wc-block-components-button.arrow.prev:after, .submit.arrow.prev:after {
  margin-left: -3px;
  transform: rotate(45deg);
}

.block {
  margin-bottom: 3rem;
}

.block h1, .block h2, .block h3 {
  margin: 0 0 1rem;
}

.block p:first-of-type {
  margin-top: 0;
}

b, strong {
  font-weight: var(--bm-theme-bold-font-weight);
}

img.wpml-ls-flag {
  max-width: inherit !important;
}

@media (width <= 768px) {
  article.entry-content {
    --wp--preset--spacing--20: .22rem;
    --wp--preset--spacing--30: .34rem;
    --wp--preset--spacing--40: .5rem;
    --wp--preset--spacing--50: .75rem;
    --wp--preset--spacing--60: 1.125rem;
    --wp--preset--spacing--70: 1.785rem;
    --wp--preset--spacing--80: 2.53rem;
  }
}

article.entry-content {
  flex-direction: column;
  row-gap: 4rem;
  display: flex;
}

@media (width <= 768px) {
  article.entry-content {
    row-gap: 2rem;
  }
}

article.entry-content > * {
  width: 100%;
  max-width: 1340px;
  padding: 0 30px;
}

@media (width <= 768px) {
  article.entry-content > * {
    margin-block-start: 0;
  }
}

article.entry-content > .full-width-block {
  padding: 0;
}

article.entry-content > .full-width-block .full-width-aligner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.is-style-table-no-border table {
  width: auto;
}

.is-style-table-no-border table td {
  border: 0;
}

.promotional-block {
  flex-wrap: wrap;
  display: flex;
}

.promotional-block__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 243 / var(--tw-bg-opacity, 1));
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.promotional-block__image {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

a.btn.promotional-block__image, .btn.promotional-block__image, .button.promotional-block__image, .wc-block-components-button.promotional-block__image, .submit.promotional-block__image {
  border-radius: 3rem;
}

@media (width >= 768px) {
  .promotional-block__image {
    width: 50%;
  }
}

.promotional-block__image img {
  object-fit: cover;
  border-radius: 8px;
  height: 250px;
}

.promotional-block__content {
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1rem;
  width: 100%;
  padding: 1rem;
  display: flex;
}

@media (width >= 768px) {
  .promotional-block__content {
    width: 50%;
  }
}

.promotional-block__title {
  --tw-text-opacity: 1;
  width: 100%;
  color: rgb(from var(--bm-primary-color) r g b / var(--tw-text-opacity, 1));
  font-size: 20px;
  font-weight: 500;
}

.promotional-block__description {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
}

.promotional-block__buttons {
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  display: flex;
}

.button-login {
  --tw-bg-opacity: 1;
  background-color: rgb(from var(--bm-primary-color) r g b / var(--tw-bg-opacity, 1));
  border-radius: 9999px;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  color: #fff !important;
}

.button-signup {
  --tw-border-opacity: 1;
  border: 1px solid;
  border-color: rgb(from var(--bm-primary-color) r g b / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 9999px;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.wp-block-button.is-style-primary-outlined-small .wp-block-button__link {
  background: #fff;
  padding: .5rem 1rem;
  font-size: .875rem;
  border: 1px solid var(--bm-primary-color) !important;
  color: var(--bm-text-color) !important;
}

.wp-block-button.is-style-primary-outlined .wp-block-button__link {
  border: 1px solid var(--bm-primary-color) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid !important;
}

.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6, .light-text p, .light-text td, .light-text th, .light-text p * {
  color: var(--bm-text-light-color);
}

.body-text, .light-text {
  font-family: var(--bm-theme-body-font);
  line-height: 1.65rem;
}

.body-text h1, .body-text h2, .body-text h3, .body-text h4, .body-text h5, .body-text h6, .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
  font-size: 1.125rem;
  font-family: var(--bm-theme-font);
}

.body-text h1 ~ p, .body-text h2 ~ p, .body-text h3 ~ p, .body-text h4 ~ p, .body-text h5 ~ p, .body-text h6 ~ p, .light-text h1 ~ p, .light-text h2 ~ p, .light-text h3 ~ p, .light-text h4 ~ p, .light-text h5 ~ p, .light-text h6 ~ p {
  font-family: var(--bm-theme-body-font);
  margin-top: .25rem;
  margin-block-start: .25rem;
}

.body-text h1, .light-text h1 {
  padding-bottom: 1rem;
  font-size: 2rem;
}

.body-text h2, .light-text h2 {
  padding: .4rem 0;
  font-size: 1.4rem;
  line-height: 1.5em;
}

.body-text h3, .light-text h3 {
  padding: .3rem 0;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.body-text h4, .light-text h4 {
  padding: .25rem 0;
  font-size: 1.075rem;
  line-height: 1.5em;
}

.body-text h5, .body-text h6, .light-text h5, .light-text h6 {
  padding: .2rem 0;
  font-size: 1rem;
  line-height: 1.5em;
}

.body-text p, .light-text p {
  font-family: var(--bm-theme-body-font);
  padding-bottom: 1rem;
}

.body-text p:last-child, .light-text p:last-child {
  padding-bottom: 0;
}

.body-text a, .light-text a {
  text-decoration: underline;
}

@media (width <= 576px) {
  .body-text h2, .light-text h2 {
    font-size: 1.5rem !important;
  }

  .body-text h3:not(.woocommerce-loop-product__title), .light-text h3:not(.woocommerce-loop-product__title) {
    font-size: 1.25rem !important;
  }
}

.wp-block-group p, .wp-block-group li, .wp-block-group .btn, .wp-block-group .wp-block-button, .wp-block-column p, .wp-block-column li, .wp-block-column .btn, .wp-block-column .wp-block-button {
  font-family: var(--bm-theme-body-font);
}

.body-text.styled-ul ul:not([class]), .body-text > ul:not([class]), .body-text p ul:not([class]), .light-text.styled-ul ul:not([class]), .light-text > ul:not([class]), .light-text p ul:not([class]) {
  padding: .5rem 1.5rem;
}

.body-text.styled-ul ul:not([class]) li, .body-text > ul:not([class]) li, .body-text p ul:not([class]) li, .light-text.styled-ul ul:not([class]) li, .light-text > ul:not([class]) li, .light-text p ul:not([class]) li {
  padding-bottom: .75rem;
  padding-left: .25rem;
  list-style-type: none;
  position: relative;
}

.body-text.styled-ul ul:not([class]) li:before, .body-text > ul:not([class]) li:before, .body-text p ul:not([class]) li:before, .light-text.styled-ul ul:not([class]) li:before, .light-text > ul:not([class]) li:before, .light-text p ul:not([class]) li:before {
  content: "";
  background: transparent var(--bm-list-icon) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: -23px;
}

.wp-block-list {
  padding: .5rem 1.5rem;
}

.wp-block-list li {
  padding-bottom: .75rem;
  padding-left: .25rem;
  list-style-type: none;
  position: relative;
}

.wp-block-list li:before {
  content: "";
  background: transparent var(--bm-list-icon) no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  position: absolute;
  top: 3px;
  left: -23px;
}

.fade {
  background: linear-gradient(#fff0 0%, #fff 80%);
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-bottom: 0;
  position: relative;
}

.wp-block-button img {
  display: inherit;
}

.woocommerce-form-row textarea, .woocommerce-form-row input, .edit-account textarea, .edit-account input, .woocommerce-address-fields__field-wrapper textarea, .woocommerce-address-fields__field-wrapper input, .variations_form textarea, .variations_form input, .form textarea, .form input {
  font-size: var(--bm-theme-font);
  box-sizing: border-box;
  border: 1px solid var(--bm-border-color);
  border-radius: .25rem;
  padding: .7rem;
  font-size: 1rem;
}

.woocommerce-form-row textarea.error, .woocommerce-form-row input.error, .edit-account textarea.error, .edit-account input.error, .woocommerce-address-fields__field-wrapper textarea.error, .woocommerce-address-fields__field-wrapper input.error, .variations_form textarea.error, .variations_form input.error, .form textarea.error, .form input.error {
  border-color: red;
}

.woocommerce-form-row textarea.success, .woocommerce-form-row input.success, .edit-account textarea.success, .edit-account input.success, .woocommerce-address-fields__field-wrapper textarea.success, .woocommerce-address-fields__field-wrapper input.success, .variations_form textarea.success, .variations_form input.success, .form textarea.success, .form input.success {
  border-color: #00a71c;
}

.woocommerce-form-row textarea, .edit-account textarea, .woocommerce-address-fields__field-wrapper textarea, .variations_form textarea, .form textarea {
  max-width: 100%;
  min-height: 140px;
}

.woocommerce-form-row input[type="checkbox"], .edit-account input[type="checkbox"], .woocommerce-address-fields__field-wrapper input[type="checkbox"], .variations_form input[type="checkbox"], .form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #b0b0b0;
  border-radius: .175rem;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0 .5rem 0 0;
  padding: 0;
}

.woocommerce-form-row input[type="checkbox"]:checked:before, .edit-account input[type="checkbox"]:checked:before, .woocommerce-address-fields__field-wrapper input[type="checkbox"]:checked:before, .variations_form input[type="checkbox"]:checked:before, .form input[type="checkbox"]:checked:before {
  content: "";
  border-bottom: 3px solid var(--bm-primary-color);
  border-right: 3px solid var(--bm-primary-color);
  width: 8px;
  height: 12px;
  margin-top: 3px;
  margin-left: 7px;
  display: block;
  transform: rotate(45deg);
}

.woocommerce-form-row input[type="submit"], .edit-account input[type="submit"], .woocommerce-address-fields__field-wrapper input[type="submit"], .variations_form input[type="submit"], .form input[type="submit"] {
  border: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.woocommerce-form-row select, .edit-account select, .woocommerce-address-fields__field-wrapper select, .variations_form select, .form select {
  border: 1px solid var(--bm-border-color);
  color: var(--bm-text-color);
  appearance: none;
  background: #fff url("data:image/svg+xml,%0A%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.28125 8.71875L1.28125 2.71875C0.875 2.34375 0.875 1.6875 1.28125 1.3125C1.65625 0.90625 2.3125 0.90625 2.6875 1.3125L8 6.59375L13.2812 1.3125C13.6562 0.90625 14.3125 0.90625 14.6875 1.3125C15.0938 1.6875 15.0938 2.34375 14.6875 2.71875L8.6875 8.71875C8.3125 9.125 7.65625 9.125 7.28125 8.71875Z' fill='%232F2F2F'/%3E%3C/svg%3E%0A") calc(100% - 10px) 13px no-repeat;
  border-radius: .5rem;
  padding: .5rem 2rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.woocommerce-form-row .input-radio, .edit-account .input-radio, .woocommerce-address-fields__field-wrapper .input-radio, .variations_form .input-radio, .form .input-radio {
  margin-right: .5rem;
}

.woocommerce-form-row fieldset, .edit-account fieldset, .woocommerce-address-fields__field-wrapper fieldset, .variations_form fieldset, .form fieldset {
  border: 1px solid var(--bm-border-color);
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: .75rem;
}

.woocommerce-form-row .error, .edit-account .error, .woocommerce-address-fields__field-wrapper .error, .variations_form .error, .form .error {
  border-color: red;
}

.woocommerce-form-row .error-message, .edit-account .error-message, .woocommerce-address-fields__field-wrapper .error-message, .variations_form .error-message, .form .error-message {
  color: red;
  margin-bottom: 1em;
  padding: .25rem;
  font-size: .9rem;
  font-style: italic;
}

body .select2-container--default .select2-selection--single {
  border: 1px solid var(--bm-border-color);
  border-radius: .25rem;
  height: 2.6rem;
  padding: .4rem 0;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: .4rem;
  margin-right: .3rem;
}

body .select2-dropdown {
  border-color: var(--bm-border-color);
}

body .select2-container--default .select2-results__option--highlighted[aria-selected], body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--bm-primary-color);
  color: #fff;
}

.col-1 {
  flex-basis: 24%;
}

.col-2 {
  flex-basis: 48%;
}

.col-3 {
  flex-basis: 73%;
}

.col-4 {
  flex-basis: 100%;
}

@media (width <= 768px) {
  .col-1, .col-2, .col-3, .col-4 {
    flex-basis: 100%;
  }
}

.stars.disabled .star {
  filter: brightness(0) saturate() invert(80%) sepia(6%) saturate(17%) hue-rotate(107deg) brightness(103%) contrast(90%);
}

.stars {
  position: relative;
}

.stars a, .star {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0.75L10.3516 5.23438L15.3555 6.10938L11.8281 9.74609L12.5391 14.75L8 12.5352L3.43359 14.75L4.17188 9.74609L0.617188 6.10938L5.62109 5.23438L8 0.75Z' fill='%23D9893F'/%3E%3C/svg%3E");
  width: 16px;
  height: 15px;
  margin: 0 3px;
  transition: filter .5s;
  display: inline-block;
}

.stars a.empty, .star.empty {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3516 5.23438L13.7695 5.83594L15.3555 6.10938L14.2344 7.25781L11.8281 9.74609L12.3203 13.1914L12.5391 14.75L11.1172 14.0664L8 12.5352L4.85547 14.0664L3.43359 14.75L3.67969 13.1914L4.17188 9.74609L1.73828 7.25781L0.617188 6.10938L2.20312 5.83594L5.62109 5.23438L7.23438 2.17188L8 0.75L8.73828 2.17188L10.3516 5.23438ZM12.6758 6.98438L10.1328 6.54688L9.50391 6.4375L9.20312 5.86328L8 3.56641L6.79688 5.86328L6.49609 6.4375L5.83984 6.54688L3.29688 6.98438L5.10156 8.84375L5.56641 9.28125L5.45703 9.9375L5.10156 12.4805L7.39844 11.3594L8 11.0586L8.57422 11.3594L10.8984 12.4805L10.5156 9.9375L10.4336 9.28125L10.8711 8.84375L12.6758 6.98438Z' fill='%23D9893F'/%3E%3C/svg%3E");
}

.stars a.half, .star.half {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M315.2 51.4L374.6 164l125.4 21.7 57.3 9.9-40.5 41.7L428 328.5l18.1 125.9 8.3 57.6-52.2-25.7L288.1 430.2 173.9 486.3 121.7 512l8.3-57.6 18.1-125.9L59.4 237.3 18.9 195.6l57.3-9.9L201.6 164 260.9 51.4 288.1 0l27.1 51.4zm-27.1 51.4l0 273.8 21.2 10.4L394 428.8l-13.4-93.4L377.2 312l16.4-16.9 65.8-67.7-93-16.1-23.3-4-11-20.9-44.1-83.5z' fill='%23D9893F'/%3E%3C/svg%3E");
}

.stars a {
  text-indent: -999px;
  filter: brightness(0) saturate() invert(80%) sepia(6%) saturate(17%) hue-rotate(107deg) brightness(103%) contrast(90%);
}

.stars a:hover {
  filter: brightness(0) saturate() invert(84%) sepia(28%) saturate(3366%) hue-rotate(347deg) brightness(91%) contrast(86%);
}

.stars.selected a {
  filter: brightness(0) saturate() invert(84%) sepia(28%) saturate(3366%) hue-rotate(347deg) brightness(91%) contrast(86%);
  transition: filter .5s;
}

.stars.selected a.active ~ a {
  filter: brightness(0) saturate() invert(80%) sepia(6%) saturate(17%) hue-rotate(107deg) brightness(103%) contrast(90%);
}

.block-stars {
  flex-direction: row-reverse;
  gap: .5rem;
  display: flex;
}

.block-stars a {
  border: 1px solid var(--bm-primary-color-light);
  filter: none;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--bm-primary-color-light);
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 2rem;
  display: flex;
}

@media (width <= 768px) {
  .block-stars a:first-child {
    margin-right: auto;
  }
}

.block-stars a i, .block-stars a svg {
  position: relative;
}

.block-stars a:hover ~ a, .block-stars a:hover {
  background-color: var(--bm-primary-color-light);
  color: #fff;
}

.more-link {
  color: var(--bm-primary-color);
  margin-top: 1rem;
  font-size: 1rem;
  display: inline-block;
  text-decoration: underline !important;
}

.anchor-up {
  margin-top: -140px;
  position: absolute;
}

.xt_woopr_points_message {
  color: var(--bm-accent-color);
}

.xt_woopr_points_message:before {
  color: var(--bm-accent-color) !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.toggle-checkbox {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

@media (width <= 768px) {
  .hide-on-mobile {
    display: none !important;
  }

  .m-order-1 {
    order: 0;
  }

  .m-order-2 {
    order: 1;
  }

  .m-order-3 {
    order: 2;
  }

  .m-order-4 {
    order: 3;
  }

  .m-order-5 {
    order: 4;
  }

  .m-order-6 {
    order: 5;
  }

  .m-order-7 {
    order: 6;
  }

  .m-order-8 {
    order: 7;
  }

  .m-order-9 {
    order: 8;
  }

  .m-order-10 {
    order: 9;
  }

  .m-order-11 {
    order: 10;
  }

  .m-order-12 {
    order: 11;
  }

  .m-order-13 {
    order: 12;
  }

  .m-order-14 {
    order: 13;
  }

  .m-order-15 {
    order: 14;
  }

  .m-order-16 {
    order: 15;
  }

  .m-order-17 {
    order: 16;
  }

  .m-order-18 {
    order: 17;
  }

  .m-order-19 {
    order: 18;
  }

  .m-order-20 {
    order: 19;
  }

  .m-order-21 {
    order: 20;
  }
}

#lang-switch {
  text-align: center;
  width: 2.3rem;
  height: 2rem;
  display: inline-flex;
}

#lang-switch ul {
  border: 1px solid var(--bm-border-color);
  background: #fff;
  border-radius: .5rem;
  width: 2.3rem;
}

#lang-switch ul li {
  line-height: 1.8rem;
  display: none;
}

#lang-switch ul li.current {
  display: block;
}

#lang-switch.open ul {
  z-index: 200;
  position: absolute;
}

#lang-switch.open ul li {
  display: block;
}

.top-bar {
  background: var(--bm-topbar-bg-color);
  color: var(--bm-topbar-text-color);
  z-index: 60;
  position: relative;
}

.top-bar .content_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.top-bar .content_container.cta {
  flex-direction: column;
}

@media (width >= 768px) {
  .top-bar .content_container.cta {
    flex-direction: row;
  }
}

.top-bar .content_container.cta {
  gap: 1rem;
}

.top-bar .usps {
  flex-wrap: nowrap;
  gap: 0 1.5rem;
  font-size: .875rem;
  display: flex;
  overflow-x: hidden;
}

.top-bar .usps .usp {
  white-space: nowrap;
  flex-flow: row;
  align-items: center;
  gap: 0 .5rem;
  font-size: .875rem;
  display: flex;
}

.top-bar .usps.init {
  height: 20px;
}

.top-bar .usps.init .usp {
  justify-content: center;
  align-items: center;
  min-width: 100%;
}

.top-bar .ctas {
  color: var(--bm-text-text-color);
  flex-wrap: nowrap;
  gap: 0 1.5rem;
  font-size: .875rem;
  display: flex;
  overflow-x: hidden;
}

.top-bar .ctas .cta {
  flex-direction: column;
}

@media (width >= 768px) {
  .top-bar .ctas .cta {
    flex-direction: row;
  }
}

.top-bar .ctas .cta {
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 .5rem;
  font-size: .875rem;
  display: flex;
}

@media screen and (width <= 768px) {
  .top-bar .ctas .cta {
    white-space: normal;
    text-align: center;
    gap: 1rem;
  }

  .top-bar .ctas .cta .text {
    margin: 0;
  }
}

.top-bar .ctas .cta .button {
  background: linear-gradient(90deg, var(--bm-topbar-bg-color-light) 0%, var(--bm-topbar-bg-color) 100%);
  border: 1px solid #fff;
  align-items: center;
  gap: .5rem;
  padding: .1rem 1rem;
}

.top-bar .ctas.init {
  height: 20px;
}

.top-bar .ctas.init .cta {
  justify-content: center;
  align-items: center;
  min-width: 100%;
}

@media (width <= 768px) {
  .top-bar .service-menu {
    display: none;
  }
}

.top-bar .service-menu ul {
  flex-wrap: nowrap;
  gap: 0 1.5rem;
  padding-left: 1rem;
  display: flex;
}

.top-bar .service-menu ul a {
  white-space: nowrap;
  font-size: .875rem;
}

.header {
  z-index: 50;
  background: #fff;
  top: 0;
}

.header .logo {
  width: 260px;
  max-width: 50vw;
  transition: all .3s;
}

.header .logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
}

.header .main-container .content_container {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: padding .3s ease-in-out;
  display: flex;
}

@media (width <= 768px) {
  .header .main-container .content_container {
    justify-content: space-between;
  }
}

.header .main-container .searchform {
  order: 100;
  width: 100%;
  height: 40px;
  margin: .875rem 0 0;
  padding-top: 0;
  transition: all .3s ease-in-out;
  overflow-y: hidden;
}

@media (width >= 769px) {
  .header .main-container .searchform {
    flex-grow: 1;
    order: unset;
    width: auto;
    margin: 0 5rem;
  }
}

.header .main-container .searchform .search-icon {
  color: var(--text-icon-color);
  pointer-events: none;
  opacity: 1;
  margin-top: 12px;
  margin-left: 12px;
  transition: opacity .3s ease-in-out;
  position: absolute;
}

.header .main-container .searchform #s {
  border: 1px solid var(--bm-border-color);
  color: var(--bm-header-text-color);
  font-family: var(--bm-theme-body-font);
  text-indent: 36px;
  background-color: #fff3;
  border-radius: 3rem;
  width: 100%;
  height: 40px;
  font-size: .875rem;
  transition: border-color .3s ease-in-out;
  display: flex;
}

.header .main-container .searchform #s:focus {
  border-color: var(--bm-header-highlight-color);
  outline: 0;
  transition: border-color .3s ease-in-out;
}

.header .main-container .searchform #s::placeholder {
  color: var(--bm-header-text-color);
  opacity: .75;
}

.header .main-container .searchform #s::placeholder {
  color: var(--bm-header-text-color);
  opacity: .75;
}

.header .main-container .searchform #s::placeholder {
  color: var(--bm-header-text-color);
  opacity: .75;
}

.header .main-container .cart-menu {
  align-items: center;
  gap: 1rem;
  display: flex;
  position: relative;
}

.has-admin-bar .top-bar {
  margin-top: 32px;
}

.has-admin-bar .header {
  top: 32px;
}

@media (width <= 768px) {
  .has-admin-bar .header {
    top: 40px;
  }

  .has-admin-bar .header.scrolled {
    margin-bottom: 0;
    top: 0;
  }
}

@media (width <= 576px) {
  .has-admin-bar .top-bar, .has-admin-bar #header-menu-aside {
    margin-top: 46px;
  }
}

.header-lang-selector-mobile {
  border-top-width: 1px;
  padding: 1rem;
}

.header-lang-selector, .header-lang-selector-mobile {
  height: auto;
  max-height: 80px;
  transition: max-height .3s ease-in-out;
  display: flex;
  position: relative;
}

.header-lang-selector .wpml-ls-item, .header-lang-selector-mobile .wpml-ls-item {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.header-lang-selector .wpml-ls, .header-lang-selector-mobile .wpml-ls {
  width: inherit;
}

.header-lang-selector .wpml-ls .wpml-ls-sub-menu, .header-lang-selector .wpml-ls .wpml-ls-link, .header-lang-selector-mobile .wpml-ls .wpml-ls-sub-menu, .header-lang-selector-mobile .wpml-ls .wpml-ls-link {
  background: #fff;
  border: 0;
}

.header-lang-selector .wpml-ls .wpml-ls-item-toggle, .header-lang-selector-mobile .wpml-ls .wpml-ls-item-toggle {
  border: none;
  padding-right: 22px;
}

.header-lang-selector .wpml-ls .wpml-ls-item-toggle:focus, .header-lang-selector-mobile .wpml-ls .wpml-ls-item-toggle:focus {
  background: none;
}

.header-lang-selector .wpml-ls .wpml-ls-item-toggle:after, .header-lang-selector-mobile .wpml-ls .wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down' aria-hidden='true' focusable='false' data-prefix='fasl' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg='' style='transform: rotate(0deg);'%3E%3Cpath fill='currentColor' d='M224 374.6l11.3-11.3 160-160L406.6 192 384 169.4l-11.3 11.3L224 329.4 75.3 180.7 64 169.4 41.4 192l11.3 11.3 160 160L224 374.6z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  position: absolute;
  top: 21%;
  right: 0;
}

.header-lang-selector .wpml-ls-current-language, .header-lang-selector .wpml-ls-legacy-dropdown, .header-lang-selector .wpml-ls-legacy-dropdown-click, .header-lang-selector .wpml-ls-dropdown-click, .header-lang-selector .wpml-ls-dropdown, .header-lang-selector-mobile .wpml-ls-current-language, .header-lang-selector-mobile .wpml-ls-legacy-dropdown, .header-lang-selector-mobile .wpml-ls-legacy-dropdown-click, .header-lang-selector-mobile .wpml-ls-dropdown-click, .header-lang-selector-mobile .wpml-ls-dropdown {
  border: none;
}

.header-lang-selector .wpml-ls-current-language :hover, .header-lang-selector .wpml-ls-legacy-dropdown :hover, .header-lang-selector .wpml-ls-legacy-dropdown-click :hover, .header-lang-selector .wpml-ls-dropdown-click :hover, .header-lang-selector .wpml-ls-dropdown :hover, .header-lang-selector-mobile .wpml-ls-current-language :hover, .header-lang-selector-mobile .wpml-ls-legacy-dropdown :hover, .header-lang-selector-mobile .wpml-ls-legacy-dropdown-click :hover, .header-lang-selector-mobile .wpml-ls-dropdown-click :hover, .header-lang-selector-mobile .wpml-ls-dropdown :hover {
  background: #fff;
  text-decoration: underline;
}

.header-lang-selector .wpml-ls-current-language :hover > a, .header-lang-selector .wpml-ls-legacy-dropdown :hover > a, .header-lang-selector .wpml-ls-legacy-dropdown-click :hover > a, .header-lang-selector .wpml-ls-dropdown-click :hover > a, .header-lang-selector .wpml-ls-dropdown :hover > a, .header-lang-selector-mobile .wpml-ls-current-language :hover > a, .header-lang-selector-mobile .wpml-ls-legacy-dropdown :hover > a, .header-lang-selector-mobile .wpml-ls-legacy-dropdown-click :hover > a, .header-lang-selector-mobile .wpml-ls-dropdown-click :hover > a, .header-lang-selector-mobile .wpml-ls-dropdown :hover > a {
  background: #fff;
}

.header-lang-selector .wpml-ls-current-language :hover a, .header-lang-selector .wpml-ls-current-language :hover .wpml-ls-item-toggle, .header-lang-selector .wpml-ls-legacy-dropdown :hover a, .header-lang-selector .wpml-ls-legacy-dropdown :hover .wpml-ls-item-toggle, .header-lang-selector .wpml-ls-legacy-dropdown-click :hover a, .header-lang-selector .wpml-ls-legacy-dropdown-click :hover .wpml-ls-item-toggle, .header-lang-selector .wpml-ls-dropdown-click :hover a, .header-lang-selector .wpml-ls-dropdown-click :hover .wpml-ls-item-toggle, .header-lang-selector .wpml-ls-dropdown :hover a, .header-lang-selector .wpml-ls-dropdown :hover .wpml-ls-item-toggle, .header-lang-selector-mobile .wpml-ls-current-language :hover a, .header-lang-selector-mobile .wpml-ls-current-language :hover .wpml-ls-item-toggle, .header-lang-selector-mobile .wpml-ls-legacy-dropdown :hover a, .header-lang-selector-mobile .wpml-ls-legacy-dropdown :hover .wpml-ls-item-toggle, .header-lang-selector-mobile .wpml-ls-legacy-dropdown-click :hover a, .header-lang-selector-mobile .wpml-ls-legacy-dropdown-click :hover .wpml-ls-item-toggle, .header-lang-selector-mobile .wpml-ls-dropdown-click :hover a, .header-lang-selector-mobile .wpml-ls-dropdown-click :hover .wpml-ls-item-toggle, .header-lang-selector-mobile .wpml-ls-dropdown :hover a, .header-lang-selector-mobile .wpml-ls-dropdown :hover .wpml-ls-item-toggle {
  background: #fff;
  text-decoration: underline;
}

.header-lang-selector .wpml-ls-current-language :hover a:after, .header-lang-selector .wpml-ls-current-language :hover .wpml-ls-item-toggle:after, .header-lang-selector .wpml-ls-legacy-dropdown :hover a:after, .header-lang-selector .wpml-ls-legacy-dropdown :hover .wpml-ls-item-toggle:after, .header-lang-selector .wpml-ls-legacy-dropdown-click :hover a:after, .header-lang-selector .wpml-ls-legacy-dropdown-click :hover .wpml-ls-item-toggle:after, .header-lang-selector .wpml-ls-dropdown-click :hover a:after, .header-lang-selector .wpml-ls-dropdown-click :hover .wpml-ls-item-toggle:after, .header-lang-selector .wpml-ls-dropdown :hover a:after, .header-lang-selector .wpml-ls-dropdown :hover .wpml-ls-item-toggle:after, .header-lang-selector-mobile .wpml-ls-current-language :hover a:after, .header-lang-selector-mobile .wpml-ls-current-language :hover .wpml-ls-item-toggle:after, .header-lang-selector-mobile .wpml-ls-legacy-dropdown :hover a:after, .header-lang-selector-mobile .wpml-ls-legacy-dropdown :hover .wpml-ls-item-toggle:after, .header-lang-selector-mobile .wpml-ls-legacy-dropdown-click :hover a:after, .header-lang-selector-mobile .wpml-ls-legacy-dropdown-click :hover .wpml-ls-item-toggle:after, .header-lang-selector-mobile .wpml-ls-dropdown-click :hover a:after, .header-lang-selector-mobile .wpml-ls-dropdown-click :hover .wpml-ls-item-toggle:after, .header-lang-selector-mobile .wpml-ls-dropdown :hover a:after, .header-lang-selector-mobile .wpml-ls-dropdown :hover .wpml-ls-item-toggle:after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-lang-selector {
  display: none;
}

@media (width >= 769px) {
  .header-lang-selector {
    display: flex;
  }
}

.header-menus {
  z-index: 40;
  height: auto;
  max-height: 90px;
  font-weight: var(--bm-menu-font-weight);
  color: var(--bm-menu-text-color);
  background: #fff;
  transition: max-height .3s ease-in-out;
  display: none;
  position: relative;
  overflow: hidden;
}

@media (width >= 769px) {
  .header-menus {
    display: flex;
  }
}

.header-menus .header-menus-items {
  justify-content: var(--bm-menu-alignment);
  z-index: 40;
  background: #fff;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.header-menus .active {
  text-decoration: underline !important;
}

.header-menus .featured {
  --tw-bg-opacity: 1;
  background-color: rgb(from var(--bm-primary-color) r g b / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: var(--bm-menu-cta-button-border-radius);
  margin-top: -.125rem;
  margin-bottom: -.125rem;
  padding: .25rem .75rem;
}

.user-dropdown-wrapper:hover .user-dropdown {
  display: block;
}

#main-header {
  border-bottom: 1px solid #0000;
  transition: all .3s ease-in-out;
  box-shadow: 0 10px 10px #0000;
}

#main-header .main-between {
  justify-content: space-between;
}

#main-header .main-between .logo {
  flex-grow: 1 !important;
  justify-self: start !important;
}

#main-header .main-between .header-menus, #main-header .main-between .header-lang-selector {
  flex-grow: 0 !important;
  justify-self: end !important;
}

#main-header.scrolled {
  border-bottom-color: var(--bm-border-color);
  transition: all .3s ease-in-out;
  box-shadow: 0 5px 30px #0000000d;
}

#main-header.scrolled.down .logo {
  width: 130px;
  transition: all .3s;
}

@media (width >= 769px) {
  #main-header.scrolled.down .main-container .content_container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: padding .3s ease-in-out;
  }

  #main-header.scrolled.down .header-menus, #main-header.scrolled.down .header-lang-selector {
    width: 0;
    max-height: 0;
    transition: max-height .3s ease-in-out;
  }

  #main-header.scrolled.down .header-lang-selector {
    display: none;
  }
}

@media (width <= 768px) {
  #main-header.scrolled.down .main-container .content_container {
    padding-top: 1rem;
    padding-bottom: .25rem;
    transition: padding .3s ease-in-out;
  }

  #main-header.scrolled.down .searchform {
    height: 0;
    margin: 0;
    transition: all .3s ease-in-out;
  }

  #main-header.scrolled.down .searchform .search-icon {
    opacity: 0;
  }
}

#main-header.scrolled.down {
  background: none;
  border-bottom-color: var(--bm-menu-scrolled-border-color) !important;
}

.menu-banner {
  width: 100%;
  display: flex;
}

.menu-banner img {
  border-radius: .5rem;
}

.overlay-screen {
  z-index: 10500;
}

#header-menu-aside {
  z-index: 11000;
}

#header-menu-aside > div:first-child {
  background: var(--bm-header-bg-color);
}

#header-menu-aside #header-menu-aside-close {
  color: var(--bm-header-bg-color-contrast);
}

.header-image-color {
  z-index: -1;
  background: var(--bm-primary-color);
  width: 100%;
  height: 300px;
  position: relative;
}

.header-image-color:before, .header-image-color:after {
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-image-color.has-image:before {
  background: linear-gradient(90deg, #101e15 0%, #0b150f0f 55%, #0000 100%);
}

.header-image-color:after {
  background: linear-gradient(#0006 0%, #ffffffb3 100%);
}

.header-image-color img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-image-color span {
  width: 100%;
  height: 100%;
  display: block;
}

.header_v2 > .main-container > .content_container {
  gap: 1rem !important;
}

.header_v2 > .main-container > .content_container .searchform {
  margin: 0 !important;
}

.header_v2 > .main-container > .content_container .header-menus, .header_v2 > .main-container > .content_container .header-lang-selector {
  padding: 0 .5rem;
}

footer {
  border-top: 1px solid var(--border-color);
  background-color: var(--secondary-color);
  margin-top: 2rem;
}

footer img {
  width: 180px;
}

footer ul {
  list-style: none;
}

footer .account {
  background-color: var(--bm-footer-account-color);
  border-radius: .5rem;
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

footer .account .title {
  width: 100%;
}

footer .account .text {
  width: 100%;
  font-size: .875rem;
  color: #000 !important;
}

footer .account .text p {
  color: #000 !important;
}

footer .account .text ul li {
  padding-bottom: .25rem;
  color: #000 !important;
}

footer .usps {
  flex-wrap: wrap;
  justify-content: space-around;
  justify-items: center;
  gap: 3rem 1rem;
  width: 100%;
  padding: 2.5rem 0;
  display: flex;
}

@media (width <= 992px) {
  footer .usps {
    gap: 3rem 0;
  }
}

footer .usps .usp {
  text-align: center;
  color: var(--bm-text-light-color);
}

@media (width <= 992px) {
  footer .usps .usp {
    flex: 0 50%;
  }
}

@media (width <= 359px) {
  footer .usps .usp {
    flex: 0 100%;
  }
}

footer .usps .usp i, footer .usps .usp svg {
  margin-bottom: .75rem;
  font-size: 1.875rem;
}

footer .title {
  color: var(--text-color);
  margin-bottom: 4px;
  font-weight: 700;
}

footer .menu-and-contact {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

footer .logo {
  width: 180px;
  margin: 1rem auto 0;
  display: block;
}

footer .center {
  text-align: center;
}

footer .footer-text {
  line-height: 1.75rem;
}

footer .contact-link {
  margin: .5rem 0 1.2rem;
  font-weight: 600;
  display: block;
}

footer .contact-info {
  justify-content: space-between;
  padding: 1rem 0;
  line-height: 1.75rem;
  display: flex;
}

footer .contact-info .right {
  text-align: right;
}

@media (width <= 359px) {
  footer .contact-info {
    text-align: center;
    flex-direction: column;
  }

  footer .contact-info .right {
    text-align: center;
  }
}

footer .newsletter {
  margin-top: 2rem;
}

footer .newsletter h4 {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600 !important;
}

footer .newsletter form {
  position: relative;
}

footer .newsletter form .field-looks {
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 3rem;
  width: 100%;
  height: 40px;
  position: relative;
}

footer .newsletter form input.email, footer .newsletter form input[type="email"] {
  background: #fff;
  border: none;
  border-radius: 3rem;
  width: 100%;
  height: 40px;
  padding: .5rem 120px .5rem 1rem;
  font-size: .875rem;
}

footer .newsletter form input.email:focus, footer .newsletter form input[type="email"]:focus {
  outline: 2px solid var(--bm-primary-color);
}

footer .newsletter form input[type="submit"] {
  color: #000;
  height: 40px;
  padding: .5rem 2rem .5rem 0;
  font-size: .875rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

footer .newsletter form .icon {
  font-size: .875rem;
  position: absolute;
  top: 9px;
  right: 12px;
}

footer .menu-footer-container {
  margin-bottom: 100px;
}

footer .menu-footer-container ul {
  text-align: center;
  padding: 0;
  list-style: none;
}

footer .menu-footer-container ul a {
  padding: .5rem;
  display: inline-block;
}

footer .social-icons {
  justify-content: normal;
  gap: 1.25rem;
  width: 100%;
  display: flex;
}

@media (width >= 769px) {
  footer .social-icons {
    justify-content: flex-end;
  }
}

footer .social-icons a {
  width: 24px;
  height: 27px;
  color: var(--bm-footer_socials_color);
  font-size: 1.25rem;
  display: block;
  position: relative;
}

footer .social-icons a i, footer .social-icons a svg {
  opacity: .8;
  width: 100%;
  height: 100%;
}

footer .payment-icons {
  flex-wrap: wrap;
  gap: .5rem;
  width: 100%;
  display: flex;
}

@media (width >= 769px) {
  footer .payment-icons {
    justify-content: end;
  }
}

footer .payment-icons a {
  background: #fff;
  border-radius: .25rem;
  width: 74px;
  height: 35px;
  padding: .25rem;
}

footer .payment-icons a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

footer#footer-columns blockquote, footer#footer-columns dl, footer#footer-columns dd, footer#footer-columns h1, footer#footer-columns h2, footer#footer-columns h3, footer#footer-columns h4, footer#footer-columns h5, footer#footer-columns h6, footer#footer-columns hr, footer#footer-columns figure, footer#footer-columns p, footer#footer-columns pre {
  margin-block: 1em;
}

footer#footer-columns .footer-logo {
  width: 350px;
}

@media (width <= 576px) {
  footer#footer-columns .footer-logo {
    width: 100%;
  }
}

footer#footer-columns .footer-icon {
  color: var(--bm-support-color);
}

footer#footer-columns .social-icons {
  color: var(--bm-primary-color);
  justify-content: center;
  padding-top: 2rem;
}

footer#footer-columns .footer-column-title {
  font-weight: 600;
}

main.main {
  width: 100%;
}

@media (width <= 576px) {
  #sidebar {
    clear: both;
    width: 100%;
    display: block;
  }
}

main.main.page section.content {
  max-width: inherit;
  padding: 0;
}

@media (width >= 577px) {
  .has-admin-bar section.menu {
    top: 32px;
  }
}

#menu-cart-count {
  box-sizing: content-box;
  background-color: var(--bm-header-highlight-color);
  color: #fff;
  text-align: center;
  border-radius: 100%;
  min-width: 10px;
  height: 10px;
  padding: .2rem;
  font-size: .6rem;
  line-height: 10px;
  position: absolute;
  top: 16px;
  right: -7px;
}

@media (width >= 769px) {
  .menu-toggle {
    display: none;
  }
}

.has-no-header .website-title {
  transition: opacity;
  opacity: 1 !important;
}

@media (width <= 768px) {
  .wc-block-product-best-sellers li:nth-child(n+3) {
    display: none;
  }
}

.single .container, .single-post .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.single .entry-header, .single-post .entry-header {
  text-align: left;
  margin-bottom: 20px;
}

.single .entry-header .entry-title, .single-post .entry-header .entry-title {
  color: var(--bm-text-color);
  font-size: 2rem;
  font-weight: bold;
}

.single .entry-content, .single-post .entry-content {
  color: var(--bm-text-color);
  font-size: 1rem;
  line-height: 1.6;
}

.single .entry-content p, .single-post .entry-content p {
  margin-bottom: 1em;
}

.single .entry-content img, .single-post .entry-content img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  display: block;
}

.single .entry-content a, .single-post .entry-content a {
  color: var(--bm-primary-color);
  text-decoration: none;
}

.single .entry-content a:hover, .single-post .entry-content a:hover {
  text-decoration: underline;
}

.single .entry-footer, .single-post .entry-footer {
  color: var(--bm-text-color);
  text-align: right;
  margin-top: 30px;
  font-size: .9rem;
}

.single .entry-footer .edit-link, .single-post .entry-footer .edit-link {
  background: var(--bm-secondary-color);
  color: var(--bm-secondary-color-contrast);
  border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
}

.single .entry-footer .edit-link:hover, .single-post .entry-footer .edit-link:hover {
  background: var(--bm-btn-hover-color);
}

.single .comments-area, .single-post .comments-area {
  border-top: 1px solid var(--bm-border-color);
  margin-top: 40px;
  padding-top: 20px;
}

.archive .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.archive .article-loop {
  margin-top: 20px;
  display: block;
}

.archive .post-item {
  margin-bottom: 30px;
}

.archive .post-header {
  margin-bottom: 15px;
}

.archive .post-title {
  color: var(--bm-text-color);
  font-size: 1.5rem;
  font-weight: bold;
}

.archive .post-meta {
  color: var(--bm-text-color);
  font-size: .875rem;
}

.archive .post-excerpt {
  color: var(--bm-text-color);
  font-size: 1rem;
  line-height: 1.6;
}

.archive .post-excerpt p {
  margin-bottom: 1em;
}

.archive .post-footer {
  text-align: right;
  margin-top: 15px;
}

.archive .post-footer .read-more {
  color: var(--bm-primary-color);
  font-weight: bold;
  text-decoration: none;
}

.archive .post-footer .read-more:hover {
  text-decoration: underline;
}

.archive .pagination {
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  display: flex;
}

.archive .pagination .page-numbers {
  border: 1px solid var(--bm-border-color);
  border-radius: var(--border-radius-elements);
  color: var(--bm-text-color);
  cursor: pointer;
  background-color: #fff;
  padding: 10px 15px;
}

.archive .pagination .page-numbers:hover, .archive .pagination .page-numbers.current {
  background-color: var(--bm-secondary-color);
  color: var(--bm-secondary-color-contrast);
}

@media (width <= 768px) {
  .archive .container {
    padding: 10px;
  }

  .archive .article-loop {
    margin-top: 10px;
  }

  .archive .post-item {
    margin-bottom: 20px;
  }

  .archive .post-header {
    margin-bottom: 10px;
  }

  .archive .post-title {
    font-size: 1.25rem;
  }

  .archive .post-meta {
    font-size: .75rem;
  }

  .archive .post-excerpt {
    font-size: .95rem;
  }

  .archive .post-footer {
    margin-top: 10px;
  }

  .archive .pagination {
    gap: 8px;
  }
}

.banner {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-height: 400px;
  display: block;
  position: relative;
  overflow: hidden;
}

@media (width >= 769px) {
  .banner {
    height: 30vw;
    max-height: 340px;
  }
}

.banner .gradient {
  z-index: 3;
  background: linear-gradient(0deg, #0006 0%, #0000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.banner img {
  object-fit: cover;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.banner h1, .banner h2 {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  z-index: 5;
  width: 100%;
  padding: 1.5rem 1.5rem 5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  top: 0;
}

.banner .btn {
  z-index: 10;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

@media (width >= 769px) {
  .banner h1, .banner h2 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}

@media (width <= 768px) {
  .collapsable {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }

  .collapsable:last-of-type {
    border-bottom: 1px solid var(--bm-border-color);
    margin-bottom: 2rem;
  }
}

.collapsable .item {
  border-bottom: 1px solid var(--bm-border-color);
}

.collapsable .item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.collapsable .item h3.collapsable-title {
  font-family: var(--bm-theme-font);
  text-transform: none;
  cursor: pointer;
  border-top: 1px solid var(--bm-border-color);
  width: 100%;
  padding: 1rem 30px 0;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
}

.collapsable .item h3.collapsable-title:hover {
  text-decoration: underline;
}

.collapsable .item h3.collapsable-title:after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.28125 8.71875L1.28125 2.71875C0.875 2.34375 0.875 1.6875 1.28125 1.3125C1.65625 0.90625 2.3125 0.90625 2.6875 1.3125L8 6.59375L13.2812 1.3125C13.6562 0.90625 14.3125 0.90625 14.6875 1.3125C15.0938 1.6875 15.0938 2.34375 14.6875 2.71875L8.6875 8.71875C8.3125 9.125 7.65625 9.125 7.28125 8.71875Z' fill='%232F2F2F'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 10px;
  margin-top: .5rem;
  margin-right: .2rem;
  transition: all .3s;
  display: inline-block;
  position: absolute;
  right: 30px;
}

.collapsable .item input[type="checkbox"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

@media (width <= 768px) {
  .collapsable .item .collapsable-content {
    opacity: 0;
    max-height: 0;
    margin-bottom: .75rem;
    padding: 0 30px;
    transition: all .5s;
    overflow: hidden;
  }

  .collapsable .item input[type="checkbox"]:checked ~ .collapsable-content {
    opacity: 1;
    max-height: 2000px;
    padding-top: 1rem;
    transition: all 1s;
  }

  .collapsable .item input[type="checkbox"]:checked ~ label h3.collapsable-title:after {
    transition: all .3s;
    transform: rotate(180deg);
  }
}

@media (width >= 769px) {
  .woocommerce-tabs .collapsable h3.collapsable-title {
    display: none;
  }
}

@media (width <= 768px) {
  .has-admin-bar #filter {
    padding-top: 48px;
  }
}

#filter {
  box-sizing: border-box;
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  overflow: auto;
  box-shadow: 0 0 20px #588a6626;
}

#filter .prevent-nav-link {
  pointer-events: none;
  cursor: default;
}

@media (width <= 768px) {
  #filter {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }
}

#filter .header {
  z-index: 5;
  border-bottom: 1px solid var(--bm-border-color);
  background: #fff;
  justify-content: space-between;
  padding: 1rem;
  display: none;
  top: 0;
}

#filter .header h3 {
  margin: 0;
}

@media (width <= 768px) {
  #filter .header {
    display: flex;
    position: sticky;
  }
}

#filter .footer {
  z-index: 5;
  border-top: 1px solid var(--bm-border-color);
  box-sizing: border-box;
  background-color: #fff;
  padding: 1rem;
  display: none;
  position: sticky;
  bottom: 0;
}

#filter .footer .btn {
  width: 100%;
}

.filter-title, #filter .close-menu, .btn.filter-toggle, #filter-hide-bg {
  display: none;
}

@media (width <= 768px) {
  .filter-title, #filter .close-menu {
    margin-top: .5rem;
    display: block;
  }

  .filter-toggle-label {
    white-space: nowrap;
    flex: 0 calc(100% - 200px);
    max-width: 200px;
  }

  .btn.filter-toggle {
    pointer-events: none;
    text-align: left;
    width: 100%;
    margin-right: 1rem;
    display: block;
  }

  #filter-hide-bg {
    opacity: 0;
    z-index: 90;
    background: #0000001a;
    width: 100vw;
    height: 0;
    transition: opacity .5s, height 0s .5s;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }

  input[type="checkbox"]#filter-toggle-checkbox:checked ~ #filter-hide-bg {
    opacity: 1;
    height: 100vh;
    transition: opacity .5s, height;
  }

  input[type="checkbox"]#filter-toggle-checkbox:checked ~ #lister-filter #filter {
    transition: left .5s;
    display: block;
    left: 0;
  }

  #filter {
    z-index: 100;
    border-radius: 0;
    width: 400px;
    transition: left .5s;
    display: block;
    position: fixed;
    left: -400px;
    box-shadow: 0 0 23px #0003;
  }
}

.filter {
  border-bottom: 1px solid var(--bm-border-color);
  padding: 1.5rem;
}

.filter #s {
  margin-top: .5rem;
}

.filter h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

.filter .search-filter-holder {
  width: 100%;
  position: relative;
}

.filter .search-filter-holder i, .filter .search-filter-holder svg {
  color: var(--bm-text-color-lighter);
  position: absolute;
  top: 18px;
  left: 9px;
}

.filter .search-filter {
  background: var(--bm-light-bg-color);
  box-sizing: border-box;
  border: 0;
  width: 100%;
  margin: .5rem 0;
  padding: .4rem .4rem .4rem 2rem;
  font-size: .875rem;
}

.filter .search-filter:focus {
  outline: 1px solid var(--bm-primary-color-light);
}

.filter .option {
  align-items: start;
  margin: .75rem 0;
  display: flex;
  position: relative;
}

.filter .option.disabled {
  opacity: .5;
}

.filter .option label {
  align-items: center;
  width: 100%;
  font-size: .875rem;
  display: inline-flex;
}

.filter .option label .count {
  color: var(--bm-primary-color-light);
  padding-left: .25rem;
  font-weight: 500;
}

.filter .option label .color {
  border-radius: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  display: inline-block;
}

.filter .nothing-found {
  display: none;
}

.filter .nothing .nothing-found {
  color: var(--bm-text-color-light);
  padding-top: .5rem;
  font-style: italic;
  display: block;
}

.filter .clear, .filter .searching .show-more {
  display: none;
}

.filter .searching .more {
  display: block !important;
}

.filter .searching .clear {
  cursor: pointer;
  padding-right: 12px;
  display: block;
  position: absolute;
  top: 20px;
  right: 9px;
}

.filter .searching .clear i, .filter .searching .clear svg {
  color: var(--bm-text-color-lighter);
  position: absolute;
  top: 0;
  left: 0;
  right: 5px;
}

.filter .show-more {
  border-bottom: 1px solid var(--bm-text-color);
  margin: .5rem 0 0 .1rem;
}

.filter .show-more span {
  margin-right: .25rem;
}

.filter .show-more i, .filter .show-more svg {
  transform: rotate(180deg);
}

.filter .show-more.closed i, .filter .show-more.closed svg {
  transform: rotate(0);
}

#filter :nth-last-child(1 of .filter) {
  border-bottom: 0;
}

.filter-bar {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.filter-bar .filter-remove {
  width: calc(100% - 220px);
  padding: 0 2rem 0 0;
}

@media (width <= 992px) {
  .filter-bar .filter-remove {
    width: 100%;
  }
}

.filter-bar .filter-remove .btn {
  border: 1px solid var(--bm-border-color);
  color: var(--bm-text-color);
  text-wrap: nowrap;
  background: #fff;
  margin: 0 .2rem .5rem;
}

.filter-bar .filter-remove .btn svg {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-left: .4rem;
  display: inline-block;
}

.filter-bar .filter-remove .btn:hover {
  color: #fff;
  border: 1px solid var(--bm-text-light-color);
}

.filter-bar .filter-remove .btn:hover svg path {
  fill: #fff;
}

@media (width <= 768px) {
  .filter-bar .filter-remove {
    order: 10;
    align-items: flex-start;
    width: 100%;
    padding: .75rem 0 0;
  }

  .filter-bar .filter-remove .btn {
    margin: .4rem .4rem .2rem 0;
  }
}

.filter-sort {
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
  position: relative;
}

.filter-sort div {
  margin-right: .5rem;
  padding-bottom: 3px;
  display: none;
}

.filter-sort i, .filter-sort svg {
  margin-left: 1rem;
  position: absolute;
}

.filter-sort select {
  box-sizing: border-box;
  border: 0;
  padding: .5rem .5rem .5rem 2.2rem;
}

.tooltip {
  color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  white-space: normal;
  background-color: #000c;
  border-radius: .5rem;
  flex-grow: 1;
  width: max-content;
  max-width: 300px;
  min-height: 34px;
  padding: .4rem .5rem;
  font-size: .875rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  bottom: 28px;
}

.tooltip.visable {
  opacity: 1;
  transition: opacity .3s;
}

.tooltip.center {
  transform: translateX(-50%);
}

.tooltip .arrow {
  border-top: 4px solid #000c;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tabs-popup {
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.tabs-popup.show {
  display: block;
}

.tabs-popup .tabs-popup-bg {
  background: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tabs-popup .tabs-popup-content {
  background: #fff;
  border-radius: 10px;
  width: 1024px;
  max-width: 90%;
  height: 768px;
  max-height: 90%;
  padding: 20px 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px #0000004d;
}

.tabs-popup .tabs-popup-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tabs-popup .tabs-popup-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}

.tabs-popup .tabs-popup-body {
  margin-bottom: 20px;
}

.tabs-popup .close-btn {
  cursor: pointer;
  height: 2rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2rem;
}

.reviews .content {
  text-align: center;
}

.reviews .content h3 {
  font-family: var(--bm-theme-font);
  margin: 1rem 0 2rem;
  font-size: 3rem;
  font-weight: 500;
}

.reviews .content .review-bottom {
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  padding: 0 1rem;
  display: flex;
}

.reviews .content .review-bottom .webwinkelkeur {
  margin-right: 2rem;
}

.reviews .content .review-bottom .webwinkelkeur img {
  width: 100%;
  height: auto;
  max-height: 50px;
}

.reviews .content .review-bottom .btn {
  text-wrap: nowrap;
}

.wpvp-popup, .bm-wp-theme-popup {
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.wpvp-popup.show, .bm-wp-theme-popup.show {
  display: block;
}

.wpvp-popup:before, .bm-wp-theme-popup:before {
  content: "";
  background: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.wpvp-popup .popup-inner, .bm-wp-theme-popup .popup-inner {
  background: #fff;
  border-radius: 10px;
  width: 540px;
  max-width: 90%;
  height: 768px;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px #0000004d;
}

.wpvp-popup .popup-content, .bm-wp-theme-popup .popup-content {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}

.wpvp-popup .product-title, .bm-wp-theme-popup .product-title {
  font-weight: 700;
}

.wpvp-popup .product-title-price, .bm-wp-theme-popup .product-title-price {
  margin-bottom: 10px;
}

.wpvp-popup .wpvp-popup-close, .wpvp-popup .bm-wp-theme-popup-close, .bm-wp-theme-popup .wpvp-popup-close, .bm-wp-theme-popup .bm-wp-theme-popup-close {
  width: 34px;
  height: 34px;
  color: var(--bm-text-color);
  text-align: center;
  letter-spacing: -1px;
  background: #fff;
  border-radius: 50%;
  line-height: 36px;
  position: absolute;
  top: -12px;
  right: -12px;
  box-shadow: 0 0 20px #0000004d;
}

.wpvp-popup .wpvp-popup-close svg, .wpvp-popup .bm-wp-theme-popup-close svg, .bm-wp-theme-popup .wpvp-popup-close svg, .bm-wp-theme-popup .bm-wp-theme-popup-close svg {
  pointer-events: none;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  display: inline-block;
}

.wpvp-popup .promotion-block, .bm-wp-theme-popup .promotion-block {
  display: none;
}

.wpvp-popup .payment-icons, .wpvp-popup .usps, .bm-wp-theme-popup .payment-icons, .bm-wp-theme-popup .usps {
  margin-top: 2rem;
}

.wpvp-popup .badge, .bm-wp-theme-popup .badge {
  top: 1.2rem !important;
  right: 1.5rem !important;
}

.wpvp-popup .price, .bm-wp-theme-popup .price {
  padding-top: 1rem !important;
  padding-left: 0 !important;
}

.wpvp-popup .cart-usps, .bm-wp-theme-popup .cart-usps {
  margin-bottom: 0 !important;
}

.wpvp-popup .single_variation_wrap .woocommerce-variation-description, .bm-wp-theme-popup .single_variation_wrap .woocommerce-variation-description {
  border-top: 0;
}

.wpvp-popup table.variations th, .wpvp-popup table.variations td, .bm-wp-theme-popup table.variations th, .bm-wp-theme-popup table.variations td {
  padding: .25rem;
}

.wpvp-popup table.variations .reset_variations, .bm-wp-theme-popup table.variations .reset_variations {
  margin-left: .5rem;
}

.scroll-vertical {
  position: relative;
}

.scroll-vertical .btn {
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  position: absolute;
  box-shadow: 0 2px 2px #00000040;
}

.scroll-vertical.has-scrollbar .btn {
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

.scroll-vertical.has-scrollbar .btn.prev {
  left: -5px;
}

.scroll-vertical.has-scrollbar .btn.next {
  right: -5px;
}

@media (width >= 993px) {
  .scroll-vertical.has-scrollbar .btn.prev {
    left: -15px;
  }

  .scroll-vertical.has-scrollbar .btn.next {
    right: -15px;
  }
}

.scroll-vertical.at-start .btn.prev, .scroll-vertical.at-end .btn.next {
  display: none;
}

.scroll-items {
  scroll-snap-type: x mandatory;
  flex-wrap: nowrap;
  flex: 1;
  width: 100%;
  list-style: none;
  position: relative;
  overflow-x: auto;
  margin-top: -.3rem !important;
  padding-top: .3rem !important;
}

@media (hover: hover) {
  .scroll-items {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .scroll-items::-webkit-scrollbar {
    display: none;
  }
}

.scroll-items > :nth-of-type(n+1) {
  scroll-snap-stop: always;
  scroll-snap-align: start;
}

.items.init {
  --speed: 1s;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.items.init .item {
  min-width: 100%;
  position: absolute;
  transform: translateX(100%);
}

.items.init .item.active {
  animation: slide-in-ani var(--speed) ease-in-out forwards;
}

.items.init .item.last {
  animation: slide-out-ani var(--speed) ease-in-out forwards;
}

@keyframes slide-in-ani {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slide-out-ani {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.bm-card {
  height: 100%;
}

.bm-card-content {
  border-radius: .5rem;
  justify-items: center;
  min-height: 50px;
  padding: 1.4rem;
  display: flex;
  position: relative;
}

.bm-card-content .acf-innerblocks-container {
  margin: auto 0;
}

.wp-block-bootmine-wp-theme-cta-banner {
  background-color: var(--bm-secondary-color-light);
}

.wp-block-bootmine-wp-theme-cta-banner .content-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  display: flex;
}

.wp-block-bootmine-wp-theme-cta-banner .image-container {
  width: 100%;
  padding-right: 0;
}

@media (width >= 769px) {
  .wp-block-bootmine-wp-theme-cta-banner .image-container {
    width: 50%;
    padding-right: 1rem;
  }
}

.wp-block-bootmine-wp-theme-cta-banner .content-image {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
}

.wp-block-bootmine-wp-theme-cta-banner .text-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

@media (width <= 768px) {
  .wp-block-bootmine-wp-theme-cta-banner .text-container {
    padding: 1rem 30px 0;
  }
}

@media (width >= 769px) {
  .wp-block-bootmine-wp-theme-cta-banner .text-container {
    width: 50%;
    padding: 1rem;
  }
}

.wp-block-bootmine-wp-theme-cta-banner .cta-banner-text {
  width: 80%;
  color: var(--bm-text-color);
  padding-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
}

.wp-block-bootmine-wp-theme-cta-banner .cta-banner-text b, .wp-block-bootmine-wp-theme-cta-banner .cta-banner-text strong {
  color: var(--bm-primary-color);
}

@media (width <= 768px) {
  .wp-block-bootmine-wp-theme-cta-banner .cta-banner-text {
    width: 100%;
  }
}

.wp-block-bootmine-wp-theme-cta-banner .content-title {
  color: var(--bm-primary-color);
  font-size: 1.25rem;
  font-weight: 500;
}

.wp-block-bootmine-wp-theme-cta-banner .cta-container {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1rem;
  font-weight: 500;
  display: flex;
}

.wp-block-bootmine-wp-theme-cta-banner .btn {
  padding: .75rem 1rem;
}

.wp-block-bootmine-wp-theme-cta-banner .secondary-cta {
  border: 1px solid var(--bm-primary-color);
  color: var(--text-color);
  background-color: #fff;
  border-radius: 3rem;
  padding: .75rem 1rem;
  text-decoration: none;
}

@media (width >= 769px) {
  #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner {
    border-radius: 1rem;
  }

  #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .content-wrapper {
    padding: 0;
  }

  #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .inner_content_container {
    padding: 1.5rem 1.4rem;
  }

  #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .content-title {
    font-size: 1rem;
  }

  #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .cta-banner-text, #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .image-container, #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .text-container {
    width: 100%;
    padding: 0;
  }

  #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .image-container {
    margin-bottom: 1rem;
  }

  #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .cta-banner-text {
    padding-bottom: 2rem;
    font-size: 1.4rem;
  }

  #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .cta-container {
    gap: 1rem;
  }

  #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .content-image {
    aspect-ratio: 3 / 2;
  }

  #filter-sidebar .wp-block-bootmine-wp-theme-cta-banner .btn {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }
}

.extended-products {
  margin-top: -180px;
  position: relative;
}

@media (width <= 992px) {
  .extended-products {
    margin-top: 0;
  }
}

.extended-products .extended-products-block {
  align-content: center !important;
  align-items: center !important;
  padding: 2rem !important;
}

.extended-products .extended-products-block h3 {
  margin-top: auto;
  margin-bottom: 1rem;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.extended-products .extended-products-block .extended-products-body {
  font-family: var(--bm-theme-body-font);
  margin-bottom: 1rem;
  font-weight: 500;
}

.extended-products .extended-products-block .btn {
  font-family: var(--bm-theme-body-font);
  margin-top: .5rem;
  margin-bottom: auto;
}

.extended-products .extended-product-bg {
  z-index: -1;
  background: var(--bm-light-bg-color);
  width: 100%;
  height: calc(100% + 100px + 3rem);
  position: absolute;
  top: -100px;
  left: 0;
}

.full-width-container {
  margin-block: 0;
}

.full-width-container-content {
  min-height: 50px;
  padding: 3rem 0;
}

.hero-cta-block-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-cta-block-image {
  border-radius: 8px 8px 0 0;
  position: relative;
}

.hero-cta-block-image.with-gradient:before {
  content: "";
  background: linear-gradient(257.48deg, #0000 16.62%, #000 100%);
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-cta-block-img {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 400px;
}

.hero-cta-block-text-wrapper {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
}

.hero-cta-block-title {
  color: #fff;
  width: 80%;
  margin-bottom: .3rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3em;
}

@media (width >= 577px) {
  .hero-cta-block-title {
    font-size: 2.5rem;
  }
}

@media (width >= 993px) {
  .hero-cta-block-title {
    font-size: 3rem;
  }
}

.hero-cta-block-button {
  color: #333;
  background-color: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 9999px;
  width: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: inline-block;
}

.hero-cta-block-footer {
  background-color: var(--bm-primary-color);
  color: #fff;
  opacity: .9;
  border-radius: 0 0 8px 8px;
  align-items: center;
  gap: .5rem;
  padding: .75rem;
  display: flex;
}

.hero-cta-block-footer svg {
  width: 16px;
  height: 16px;
}

.hero-cta-block-icon {
  color: #fff;
}

.hero-cta-wide-background {
  margin-top: -3px;
  position: relative;
}

@media (width <= 992px) {
  .hero-cta-wide-background {
    margin-bottom: 0;
  }
}

.hero-cta-wide-background-image {
  position: relative;
}

.hero-cta-wide-background-img {
  aspect-ratio: 4 / 2;
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 546px;
}

.hero-cta-wide-background-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem 0;
  display: flex;
  position: absolute;
  top: 0;
}

.hero-cta-wide-background-text-wrapper {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  display: flex;
  left: 1.5rem;
}

@media (width >= 993px) {
  .hero-cta-wide-background-text-wrapper {
    padding-bottom: 8rem;
  }
}

.hero-cta-wide-background-text-wrapper h1 {
  margin-bottom: .3rem;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3em;
}

@media (width >= 577px) {
  .hero-cta-wide-background-text-wrapper h1 {
    font-size: 2.5rem;
  }
}

@media (width >= 993px) {
  .hero-cta-wide-background-text-wrapper h1 {
    font-size: 3rem;
  }
}

.hero-cta-wide-background-title {
  margin-bottom: .3rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3em;
}

@media (width >= 577px) {
  .hero-cta-wide-background-title {
    font-size: 2.5rem;
  }
}

@media (width >= 993px) {
  .hero-cta-wide-background-title {
    font-size: 3rem;
  }
}

.hero-cta-wide-background-text {
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.hero-cta-wide-background-sub-text {
  font-size: .825rem;
}

.hero-cta-wide-background-button {
  width: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: inline-block;
}

.bm-slider-block .slider-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  padding-bottom: 1rem;
  display: flex;
}

.bm-slider-block .slider-link {
  border-bottom: 1px solid var(--bm-primary-color);
  color: var(--bm-primary-color);
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.bm-slider-block .slider-wrapper {
  width: 100%;
  position: relative;
}

.bm-slider-block .slider-arrow {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 73px;
}

.bm-slider-block .left-arrow {
  left: -15px;
}

.bm-slider-block .right-arrow {
  right: -15px;
}

.bm-slider-block .slider-container {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.bm-slider-block .slider-item {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 200px;
  display: flex;
}

.bm-slider-block .slider-item span {
  display: block;
}

.bm-slider-block .slider-item .image-wrapper {
  background-color: #ccc;
  border-radius: 8px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.bm-slider-block .slider-item .image-wrapper img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.bm-slider-block .slider-item .slider-item-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  height: 2rem;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

@media (width <= 768px) {
  .bm-slider-block #left-arrow, .bm-slider-block #right-arrow {
    display: none;
  }

  .bm-slider-block .slider-container {
    grid-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    display: grid;
  }

  .bm-slider-block .slider-container .slider-item {
    max-width: 250px;
  }

  .bm-slider-block .slider-container .slider-item .image-wrapper {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
  }

  .bm-slider-block .slider-container .slider-item .image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (width <= 576px) {
  .bm-slider-block .slider-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm-slider-block {
    padding-top: 2rem !important;
  }
}

.image-and-title {
  width: 100%;
  color: var(--bm-text-text-color);
  border-radius: .375rem;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.image-and-title-image {
  object-fit: cover;
  border-radius: .375rem;
  width: 73px;
  height: 73px;
}

.image-and-title-content {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.image-and-title-title {
  word-wrap: break-word;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: var(--bm-theme-font);
}

.image-and-title.is-style-with-border {
  border: 1px solid var(--bm-border-color);
  padding: 1.5rem;
}

.image-and-title.is-style-with-border .image-and-title-image {
  width: 60px;
  height: 60px;
}

.image-and-title.is-style-with-border .image-and-title-title {
  font-size: 1rem;
}

.image-and-title.is-style-large-image {
  flex-wrap: wrap;
}

.image-and-title.is-style-large-image .image-and-title-image {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.image-and-title.is-style-large-image .btn {
  border-color: var(--bm-border-color);
  margin-top: 1rem;
  margin-right: auto;
}

.image-and-title.is-style-vertical {
  flex-direction: column;
  gap: 1rem;
}

.image-and-title-subtitle {
  font-family: var(--bm-theme-body-font);
}

.text-overlap-image {
  width: 100%;
  min-height: 100px;
  color: var(--bm-text-text-color);
  flex-direction: row;
  display: flex;
  position: relative;
}

.text-overlap-image-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: .5rem;
  width: 50%;
  height: auto;
}

.text-overlap-image-img {
  width: 100%;
  max-width: 200%;
}

.text-overlap-image-content {
  aspect-ratio: 4 / 2.8;
  z-index: 1;
  border: 1px solid var(--bm-border-color);
  width: calc(50% + 8rem);
  height: auto;
  font-family: var(--bm-theme-body-font);
  border-radius: .5rem;
  flex-direction: column;
  gap: .25rem;
  margin-top: 4rem;
  margin-left: -8rem;
  padding: 2rem;
  display: flex;
  right: 0;
}

.text-overlap-image-content p {
  line-height: 1.6rem;
}

.text-overlap-image.is-style-image-right {
  flex-direction: row-reverse;
}

.text-overlap-image.is-style-image-right .text-overlap-image-content {
  margin-left: 0;
  margin-right: -8rem;
}

@media (width <= 992px) {
  .text-overlap-image .text-overlap-image-image {
    width: 70%;
    margin-right: -20%;
  }

  .text-overlap-image .text-overlap-image-content {
    width: 80%;
    margin-top: 7rem;
    margin-left: -30%;
  }

  .text-overlap-image.is-style-image-right .text-overlap-image-image {
    margin-left: -20%;
    margin-right: 0;
  }
}

.wc-brand-list {
  width: 100%;
  height: 70px;
  margin-bottom: 1.5rem;
}

.wc-brand-list .mask {
  -webkit-mask-image: linear-gradient(to right, #000 90%, #0000 100%);
  -webkit-mask-position: 100% 0, 100% bottom;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}

.wc-brand-list:not(.at-start) .mask {
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
}

.wc-brand-list .btn {
  border: 1px solid var(--bm-border-color);
  z-index: 10;
  background: #fffc;
  padding: 0;
  top: 47% !important;
}

.wc-brand-list .brand-list {
  flex-flow: row;
  gap: 1rem;
  list-style: none;
  display: flex;
}

.wc-brand-list .brand-list .brand {
  background: #fff;
  border-radius: .5rem;
  flex-shrink: 0;
  width: 125px;
  height: 60px;
  padding: .5rem;
}

.wc-brand-list .brand-list .brand img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.wc-category-list.default {
  background-color: var(--bm-secondary-color-light);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.wc-category-list.default .title-container {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.wc-category-list.default .title {
  font-size: 1.125rem;
  font-weight: 600;
}

.wc-category-list.default .category-list {
  flex-direction: column;
  gap: .5rem;
  margin-bottom: auto;
  display: flex;
}

.wc-category-list.default .category-link {
  color: var(--bm-text-color);
  text-decoration: none;
}

.wc-category-list.default .category-link:hover {
  text-decoration: underline;
}

.wc-category-list.default .cta {
  color: var(--bm-primary-color);
  border-bottom: 1px solid var(--bm-primary-color);
  align-items: center;
  gap: .5rem;
  width: fit-content;
  font-weight: 600;
  display: flex;
}

.wc-category-list.default .cta:hover {
  text-decoration: none;
}

.wc-category-list.blocks .category-list {
  grid-template: repeat(3, 1fr) / repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 1rem;
  margin-bottom: auto;
  display: grid;
}

.wc-category-list.blocks .category-list li a {
  background: #f2f2f2;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.23rem;
  text-decoration: none;
  display: flex;
}

.wc-category-list.blocks .category-list li a:hover {
  text-decoration: underline;
}

.wc-category-list.blocks .category-list h3 {
  color: var(--bm-accent-color);
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}

.wc-category-list.blocks .category-list h4 {
  font-size: 1.1rem;
}

.full-image-overlay-background {
  min-height: 100px;
  color: var(--bm-text-text-color);
  max-width: 100vw;
  margin: 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.full-image-overlay-background-container {
  grid-auto-flow: column;
  max-width: 1340px;
  margin: 0 auto;
  display: grid;
}

.full-image-overlay-background-content-container {
  z-index: 2;
  padding: 60px 0;
}

.full-image-overlay-background-image {
  width: inherit;
  aspect-ratio: auto;
  object-fit: cover;
  background: var(--fiob-overlay-color);
  height: auto;
}

.full-image-overlay-background-image:before {
  content: "";
  z-index: 1;
  background: linear-gradient(90deg, #0000 5%, var(--fiob-overlay-color) 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.full-image-overlay-background-image-content {
  aspect-ratio: auto;
  z-index: 1;
  border: 1px solid var(--bm-border-color);
  width: 100%;
  font-family: var(--bm-theme-body-font);
  border-radius: 2rem;
  flex-direction: column;
  margin: auto 0 auto auto;
  padding: 2rem;
  display: flex;
}

.full-image-overlay-background-image-content p {
  line-height: 1.6rem;
}

.full-image-overlay-background-image-content.shadow-content {
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 4px #00000040;
}

.full-image-overlay-background-image-content:before {
  filter: contrast(.8);
  aspect-ratio: auto;
  content: "";
  z-index: 0;
  background: linear-gradient(90deg, #0000 0%, var(--fiob-overlay-color) 40%);
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.full-image-overlay-background-img {
  width: 150%;
  max-width: 200%;
  height: auto;
}

.full-image-overlay-background-content {
  aspect-ratio: auto;
  z-index: 1;
  border: 1px solid var(--bm-border-color);
  font-family: var(--bm-theme-body-font);
  background: linear-gradient(90deg, var(---fiob-overlay-color) 0%, #fff0 100%);
  border-radius: 2rem;
  margin: auto;
  padding: 2rem;
}

.full-image-overlay-background-content p {
  line-height: 1.6rem;
}

.full-image-overlay-background-content.shadow-content {
  backdrop-filter: blur(25px);
  box-shadow: 0 4px 4px #00000040;
}

.full-image-overlay-background.is-style-image-right {
  flex-direction: row-reverse;
}

.full-image-overlay-background.is-style-image-right .full-image-overlay-background-content-container {
  order: -9999;
}

.full-image-overlay-background.is-style-image-right .full-image-overlay-background-content-container .full-image-overlay-background-image-content {
  margin-right: inherit;
  margin-left: 0;
}

.full-image-overlay-background.is-style-image-right .full-image-overlay-background-image {
  grid-row-end: auto;
}

.full-image-overlay-background.is-style-image-right .full-image-overlay-background-image:before {
  content: "";
  background: linear-gradient(90deg, var(--fiob-overlay-color) 50%, #0000 95%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.full-image-overlay-background-img {
  aspect-ratio: auto;
  z-index: 0;
  width: 50%;
  max-width: 200%;
  height: auto;
  min-height: 100%;
  position: absolute;
  right: 0;
}

.is-style-image-left .full-image-overlay-background-img {
  left: 0;
}

@media (width <= 992px) {
  .full-image-overlay-background .full-image-overlay-background-img {
    margin-left: inherit;
  }
}

@media (width >= 769px) {
  .full-image-overlay-background-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 768px) {
  .full-image-overlay-background-container {
    margin: 0;
  }

  .full-image-overlay-background.is-style-image-left .full-image-overlay-background-content-container {
    margin: 0 0 0 calc(-100% - 40px);
  }

  .full-image-overlay-background-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .full-image-overlay-background-content-container {
    padding: 40px 20px;
  }

  .full-image-overlay-background.is-style-image-right .full-image-overlay-background-content-container {
    margin: 0 0 0 -40px;
  }

  .full-image-overlay-background-image-content {
    width: calc(100vw - 35px);
    margin: auto !important;
  }
}

@media (width <= 576px) {
  .full-image-overlay-background-container {
    margin: 0;
  }
}

.bm-accordion-wrapper {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  display: flex;
}

.bm-accordion-list {
  border-bottom: 2px solid;
  border-color: var(--bm-support-color-extra-light);
  flex-direction: column;
  gap: .5rem;
  padding: 1rem 0 .5rem;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.bm-accordion-title {
  cursor: pointer;
  border-top: 2px solid;
  border-color: var(--bm-support-color-extra-light);
  align-items: center;
  padding: .5rem 0 0;
  font-size: 1.2rem;
  display: flex;
}

.bm-accordion-title:before {
  content: "+";
  color: var(--bm-support-color-light);
  padding-right: .5rem;
  font-size: 1.5rem;
}

.bm-accordion-item.active {
  grid-template-rows: 1fr;
  overflow: hidden;
}

.bm-accordion-item.active .bm-accordion-title:before {
  content: "-";
}

.bm-accordion-item.active .bm-accordion-content {
  grid-template-rows: 1fr;
  padding-top: 10px;
}

.bm-accordion-content {
  grid-template-rows: 0fr;
  padding: 0 20px;
  transition: all .15s ease-in-out;
  display: grid;
}

.bm-accordion-content > div {
  overflow: hidden;
}

.full-container, .wp-block-bootmine-wp-theme-full-container {
  margin-block: 0;
  max-width: 100vw !important;
  padding: 0 !important;
}

.is-style-inside-block .bm-list-item-wrapper {
  border-radius: .5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 50px;
  padding: 1.2rem;
  display: flex;
  position: relative;
}

.is-style-inside-block .bm-list-item-wrapper .acf-innerblocks-container {
  margin: auto 0;
}

.is-style-inside-block .bm-list-item-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.is-style-inside-block .bm-list-item-list-item-content {
  flex: 10000;
  align-items: center;
  gap: .5rem;
  width: auto;
  min-width: 0;
  max-width: 100%;
  display: flex;
}

.is-style-inside-block .bm-list-item-list-item-icon {
  color: var(--bm-primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.is-style-inside-block .bm-list-item-list-icon {
  justify-content: center;
  align-items: flex-end;
  padding-left: 16px;
  padding-right: 0;
}

.is-style-inside-block .bm-list-item-list-is-left {
  flex-direction: row-reverse;
}

.is-style-simple .bm-list-item-wrapper {
  border: 0;
  border-radius: .5rem;
  padding: 1.2rem;
}

.is-style-simple .bm-list-item-list-item-content {
  align-items: center;
  gap: 1rem;
  padding: .5rem 0;
  display: flex;
}

.has-header-image-color main.archive-product {
  z-index: 5;
  margin-top: -300px;
}

.woocommerce-result-count {
  display: none;
}

#lister {
  padding-bottom: 4rem;
  display: flex;
}

#lister #lister-filter {
  width: 300px;
  margin-right: 2rem;
}

@media (width <= 768px) {
  #lister #lister-filter .bm-list-item, #lister #lister-filter .bm-card {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

#lister #lister-content {
  width: calc(100% - 330px);
  padding-bottom: 2rem;
}

#lister .lister-products-header {
  margin-bottom: 2rem;
  display: none;
}

@media (width <= 768px) {
  #lister .lister-products-header {
    display: flex;
  }
}

#lister .filter-sort {
  margin-left: auto;
  position: relative;
}

@media (width <= 768px) {
  #lister {
    flex-direction: column;
    padding-bottom: 2rem;
  }

  #lister #lister-content {
    order: 1;
    width: auto;
  }

  #lister #lister-filter {
    order: 2;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }

  #lister .lister-products-header {
    gap: 2rem;
  }

  #lister .lister-products-header > * {
    flex: 1 1 0;
  }

  #lister .lister-products-header select, #lister .lister-products-header form, #lister .lister-products-header label .btn {
    width: 100%;
  }

  #lister .lister-products-header .btn {
    text-align: left;
  }

  #lister .lister-products-header .btn i, #lister .lister-products-header .btn svg {
    margin-right: .5rem;
  }
}

#lister .event, #lister .orderby {
  color: var(--bm-text-color);
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 3px #0000001a;
}

.woocommerce-products-header {
  color: #fff;
  min-height: 90px;
}

.woocommerce-products-header h1 {
  margin-bottom: .5rem;
}

.woocommerce-products-header .term-description, .woocommerce-products-header .page-description {
  padding-bottom: 1.5rem;
}

@media (width <= 768px) {
  .woocommerce-products-header, .woocommerce-products-header .page-description {
    height: auto;
  }
}

body .xt-framework-notice, body .woocommerce-notice, body .woocommerce-message, body .woocommerce-info {
  background: #fff;
  border: 0;
  border-radius: .5rem;
  outline: none;
  width: 100%;
  padding: 1rem 1rem 1rem 3.5rem;
  box-shadow: 0 0 12px #0000001a;
}

body .xt-framework-notice a.button, body .woocommerce-notice a.button, body .woocommerce-message a.button, body .woocommerce-info a.button {
  float: none;
  padding: 0 0 0 .15rem;
  color: var(--bm-primary-color) !important;
  background: none !important;
  font-weight: 600 !important;
  display: inline !important;
}

body .xt-framework-notice:before, body .woocommerce-notice:before, body .woocommerce-message:before, body .woocommerce-info:before {
  color: var(--bm-primary-color);
}

@media (width <= 768px) {
  body .xt_woofc-earn-message {
    flex-direction: column;
  }

  body .xt-framework-notice {
    align-items: center;
    padding: 1rem !important;
  }

  body .xt-framework-notice:before {
    display: none;
  }

  body .xt-framework-notice .xt-framework-notice-col-left, body .xt-framework-notice .xt-framework-notice-col-right {
    width: 100%;
  }

  body .xt-framework-notice .xt-framework-notice-col-left {
    text-align: center;
  }

  body .xt-framework-notice .xt-framework-notice-col-right {
    justify-content: space-around;
    align-items: center;
    padding-top: .5rem;
    display: flex;
  }
}

.woocommerce-Price-currencySymbol {
  display: none;
}

.wp-block-button__link.add_to_cart_button, .wp-block-button__link.product_type_external, .button.add_to_cart_button, .button.product_type_external, .bottom > .button.add_to_cart_button, .bottom > .button.product_type_external, .btn.add_to_cart_button, .btn.product_type_external {
  border: 1px solid var(--bm-border-color) !important;
  color: var(--bm-text-color) !important;
  background-color: #fff !important;
}

.wp-block-button__link {
  width: 100%;
}

.product-in-loop .bottom {
  position: relative;
}

.product-in-loop .bottom > .button, .product-in-loop .bottom .added_to_cart.wc-forward {
  white-space: nowrap;
  text-align: center;
  border-radius: 2rem;
  margin-top: .5rem;
  padding: .3rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  display: block;
  border: 1px solid var(--bm-border-color) !important;
  background-color: #fff !important;
}

.product-in-loop .bottom .added_to_cart.wc-forward {
  color: #fff;
  align-items: center;
  width: 100%;
  padding: .4rem 1rem;
  animation: 1s ease-in-out forwards added-to-card-opacity;
  position: absolute;
  top: .5rem;
  background-color: var(--bm-primary-color) !important;
}

.product-in-loop .bottom .added_to_cart.wc-forward:before {
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 10px;
  margin-right: .75rem;
  display: inline-block;
  position: relative;
  transform: rotate(45deg)translateY(-4px);
}

.product-in-loop .bottom .out-of-stock {
  text-wrap: nowrap;
  text-align: center;
  color: var(--bm-text-color-light);
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .3rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

@keyframes added-to-card-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.product .price {
  white-space: nowrap;
  width: 100%;
  padding-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none !important;
}

.product .price del {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  min-height: 1.5rem;
  margin-bottom: -.4rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: block;
}

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

@media (width <= 576px) {
  .product .price {
    line-height: 2rem;
  }
}

.product .price .content {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  float: right;
  align-self: flex-end;
  width: auto;
  padding-top: .52rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

body.woo-overwrites .woocommerce-info {
  border: 0px solid var(--bm-primary-color);
  background: #fff;
  border-radius: .5rem;
}

body.woo-overwrites .woocommerce-info:before {
  color: var(--bm-primary-color);
}

body.woo-overwrites .button {
  background-color: var(--bm-primary-color);
  color: #fff;
  border-radius: 3rem;
}

body.woo-overwrites #place_order, body.woo-overwrites #place_order:hover, body.woo-overwrites .checkout-button, body.woo-overwrites .checkout-button:hover {
  background-color: var(--bm-primary-color);
  color: #fff !important;
}

body.woo-overwrites #place_order, body.woo-overwrites .checkout-button {
  font-size: 1.25rem;
}

body.woo-overwrites .bottom > .button, body.woo-overwrites .add_to_cart_button, body.woo-overwrites .single_add_to_cart_button, body.woo-overwrites .product_type_external {
  text-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .3rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  color: var(--bm-text-color) !important;
}

body.woo-overwrites .bottom > .button:after, body.woo-overwrites .bottom > .button:before, body.woo-overwrites .add_to_cart_button:after, body.woo-overwrites .add_to_cart_button:before, body.woo-overwrites .single_add_to_cart_button:after, body.woo-overwrites .single_add_to_cart_button:before, body.woo-overwrites .product_type_external:after, body.woo-overwrites .product_type_external:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 448 512'%3E%3Cpath d='M240 64l0-16-32 0 0 16 0 176L32 240l-16 0 0 32 16 0 176 0 0 176 0 16 32 0 0-16 0-176 176 0 16 0 0-32-16 0-176 0 0-176z' fill='%23121212'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  transform: scale(.9);
}

body.woo-overwrites .bottom > .button:before, body.woo-overwrites .add_to_cart_button:before, body.woo-overwrites .single_add_to_cart_button:before, body.woo-overwrites .product_type_external:before {
  display: none;
}

body.woo-overwrites .popup-content .cart .add_to_cart_button, body.woo-overwrites .popup-content .cart .single_add_to_cart_button, body.woo-overwrites .product-detail .cart .add_to_cart_button, body.woo-overwrites .product-detail .cart .single_add_to_cart_button {
  height: 3rem;
  margin: 0;
  padding: 0 1.5rem;
  color: #fff !important;
}

body.woo-overwrites .popup-content .cart .add_to_cart_button:before, body.woo-overwrites .popup-content .cart .add_to_cart_button:after, body.woo-overwrites .popup-content .cart .single_add_to_cart_button:before, body.woo-overwrites .popup-content .cart .single_add_to_cart_button:after, body.woo-overwrites .product-detail .cart .add_to_cart_button:before, body.woo-overwrites .product-detail .cart .add_to_cart_button:after, body.woo-overwrites .product-detail .cart .single_add_to_cart_button:before, body.woo-overwrites .product-detail .cart .single_add_to_cart_button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 576 512'%3E%3Cpath d='M256.4 29.8L245.3 51.1 171.8 192l232.5 0L330.7 51.1 319.6 29.8 362.2 7.6l11.1 21.3L458.4 192l36.1 0 49.5 0 32 0 0 48-44 0L464 512l-352 0L44 240 0 240l0-48 32 0 49.5 0 36.1 0L202.7 28.9 213.8 7.6l42.6 22.2zM93.5 240l56 224 277 0 56-224-389 0zM224 312l0 80 0 24-48 0 0-24 0-80 0-24 48 0 0 24zm88-24l0 24 0 80 0 24-48 0 0-24 0-80 0-24 48 0zm88 24l0 80 0 24-48 0 0-24 0-80 0-24 48 0 0 24z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

body.woo-overwrites #add_payment_method #payment, body.woo-overwrites .woocommerce-cart #payment, body.woo-overwrites .woocommerce-checkout #payment {
  background-color: var(--bm-light-bg-color);
}

.woocommerce-breadcrumb {
  color: var(--bm-primary-color-light);
  flex-wrap: wrap;
  align-items: center;
  margin: 2rem 0;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.woocommerce-breadcrumb a {
  color: #b5b5b5;
  margin: .3rem 0;
  font-weight: 400;
}

.woocommerce-breadcrumb a:first-of-type {
  text-indent: -999px;
  width: 16px;
  height: 24px;
  padding-left: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.woocommerce-breadcrumb a:first-of-type:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M293.2 9.9L288 5.5l-5.2 4.5-280 240 10.4 12.1L64 218.5 64 504l0 8 8 0 432 0 8 0 0-8 0-285.5 50.8 43.5 10.4-12.1-280-240zM80 496l0-291.2L288 26.5 496 204.8 496 496l-128 0 0-184 0-8-8 0-144 0-8 0 0 8 0 184L80 496zm144 0l0-176 128 0 0 176-128 0z' fill='%23B0B0B0'/%3E%3C/svg%3E") no-repeat;
  width: 13px;
  height: 13px;
  margin-top: 6px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.woocommerce-breadcrumb .sep {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33203 3.91797C5.50781 4.11328 5.50781 4.40625 5.33203 4.58203L1.58203 8.33203C1.38672 8.52734 1.09375 8.52734 0.917969 8.33203C0.722656 8.15625 0.722656 7.86328 0.917969 7.6875L4.33594 4.26953L0.917969 0.832031C0.722656 0.65625 0.722656 0.363281 0.917969 0.1875C1.09375 -0.0078125 1.38672 -0.0078125 1.5625 0.1875L5.33203 3.91797Z' fill='%23B5B5B5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 11px;
  margin: 0 .5rem;
  display: inline-block;
  transform: rotate(180deg);
}

.woocommerce-categories {
  flex-wrap: nowrap;
  gap: .75rem;
  width: 100%;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

.woocommerce-categories li {
  white-space: nowrap;
}

.promotion-block {
  background: var(--bm-secondary-color-light);
  border-radius: .5rem;
  margin: 2rem 0;
  padding: .7rem 1rem 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.promotion-block small {
  font-weight: 400;
}

.promotion-block a, .promotion-block small, .promotion-block strong, .promotion-block b {
  color: var(--bm-primary-color);
}

.promotion-block b, .promotion-block strong {
  font-weight: 700;
}

.promotion-block a {
  border-bottom: 1px solid var(--bm-primary-color);
  margin-top: .5rem;
  font-weight: 600;
}

.category-title {
  margin-top: 0;
}

.products .onsale-wrapper:after {
  content: "";
  border-style: solid;
  border-width: 0 4px 4px;
  border-color: transparent transparent var(--bm-secondary-color);
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
}

.products .onsale-wrapper:before {
  content: "";
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent var(--bm-secondary-color) transparent transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.products .woocommerce-LoopProduct-link .onsale-wrapper:before, .products .woocommerce-LoopProduct-link .onsale-wrapper:after {
  display: block;
}

.payment-icons {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.payment-icons .payment-icon {
  object-fit: contain;
  height: 35px;
  width: 74px !important;
}

.wpvp-popup .cart-usps {
  margin: 1rem 0 2rem;
}

.cart-usps {
  color: var(--bm-accent-color);
  background-color: var(--bm-accent-color-lightest);
  border-radius: .5rem;
  margin: 3rem 0 0;
  padding: .5rem 1rem;
  font-weight: 500;
}

.cart-usps li {
  border-color: var(--bm-accent-color-lighter);
  color: var(--bm-accent-color);
  border-top-style: solid;
  border-top-width: 1px;
  align-items: center;
  gap: 0 .5rem;
  padding: .6rem 0;
  font-size: .875rem;
  display: flex;
}

.cart-usps li:first-child {
  border-top: 0;
}

p.cart-usp {
  color: var(--bm-accent-color);
  border-color: var(--bm-accent-color-lighter);
  background-color: var(--bm-accent-color-lightest);
  border: 1px solid var(--bm-accent-color-lighter);
  border-bottom-width: 0;
  align-items: center;
  font-size: .875rem;
  padding: .6rem 1rem !important;
}

p.cart-usp:before {
  content: "";
  border-color: var(--bm-accent-color);
  border-right: 1px solid var(--bm-accent-color);
  border-bottom: 1px solid var(--bm-accent-color);
  width: 7px;
  height: 12px;
  margin-bottom: 2px;
  margin-right: .8rem;
  display: inline-block;
  transform: rotate(45deg);
}

p.cart-usp:first-child, p.cart-usp:first-of-type {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  margin-top: 2rem;
  border-bottom: 0 !important;
}

p.cart-usp:last-of-type {
  border-bottom-width: 1px;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  margin-bottom: 1rem;
}

.archive-product .products {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (width <= 992px) {
  .archive-product .products {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 768px) {
  .archive-product .products {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
}

@media (width <= 575px) {
  .archive-product .products {
    grid-template-columns: 100%;
  }
}

.wc-block-grid__products, .product .products {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
}

.wc-block-grid__products, .products {
  grid-gap: 1.4rem;
  padding: 0;
  margin: 0 !important;
  list-style: none !important;
  display: grid !important;
}

.wc-block-grid__products:not(.scroll-items), .products:not(.scroll-items) {
  flex-wrap: wrap;
}

.wc-block-grid__products .usp-bar, .products .usp-bar {
  background: var(--bm-secondary-color-light);
  border-radius: .5rem;
  grid-column: 1 / span 3;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: .9rem 1rem;
  display: flex;
}

.wc-block-grid__products .usp-bar.init, .products .usp-bar.init {
  height: 3rem;
}

.wc-block-grid__products .usp-bar.init .item, .products .usp-bar.init .item {
  text-align: center;
  justify-content: center;
}

.wc-block-grid__products .usp-bar.odd, .products .usp-bar.odd {
  display: none;
}

@media (width <= 992px) {
  .wc-block-grid__products .usp-bar.even, .products .usp-bar.even {
    grid-column: 1 / span 2;
    width: 100%;
    display: block;
  }

  .wc-block-grid__products .usp-bar.odd, .products .usp-bar.odd {
    display: none;
  }
}

@media (width <= 575px) {
  .wc-block-grid__products .usp-bar.even, .wc-block-grid__products .usp-bar.odd, .products .usp-bar.even, .products .usp-bar.odd {
    grid-column: 1;
  }

  .wc-block-grid__products .usp-bar.odd, .products .usp-bar.odd {
    display: block;
  }
}

.wc-block-grid__products .usp-bar .usp, .products .usp-bar .usp {
  color: var(--bm-primary-color);
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.wc-block-grid__products .usp-bar .usp .text, .products .usp-bar .usp .text {
  color: #0c1710;
}

.wc-block-grid__products .product:nth-of-type(n+1), .products .product:nth-of-type(n+1) {
  scroll-snap-stop: always;
  scroll-snap-align: start;
}

.wc-block-grid__products .cross-sells-product, .wc-block-grid__products .product, .products .cross-sells-product, .products .product {
  background: #fff;
  border-radius: .5rem;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: .8rem;
  transition: background .5s;
  display: flex;
  position: relative;
}

.wc-block-grid__products .cross-sells-product:before, .wc-block-grid__products .product:before, .products .cross-sells-product:before, .products .product:before {
  display: none !important;
}

.wc-block-grid__products .cross-sells-product:hover, .wc-block-grid__products .product:hover, .products .cross-sells-product:hover, .products .product:hover {
  background: var(--bm-secondary-color-light);
  transition: background .5s !important;
}

.wc-block-grid__products .cross-sells-product .title, .wc-block-grid__products .cross-sells-product h3, .wc-block-grid__products .product .title, .wc-block-grid__products .product h3, .products .cross-sells-product .title, .products .cross-sells-product h3, .products .product .title, .products .product h3 {
  font-family: var(--bm-theme-font);
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.wc-block-grid__products .cross-sells-product .title:after, .wc-block-grid__products .cross-sells-product h3:after, .wc-block-grid__products .product .title:after, .wc-block-grid__products .product h3:after, .products .cross-sells-product .title:after, .products .cross-sells-product h3:after, .products .product .title:after, .products .product h3:after {
  display: none;
}

.wc-block-grid__products .cross-sells-product .image-link, .wc-block-grid__products .product .image-link, .products .cross-sells-product .image-link, .products .product .image-link {
  aspect-ratio: 1;
  width: 100%;
  display: block;
  position: relative;
}

.wc-block-grid__products .cross-sells-product img, .wc-block-grid__products .product img, .products .cross-sells-product img, .products .product img {
  object-fit: contain;
  aspect-ratio: 1;
  background: #fff;
  border: .5rem solid #fff;
  border-radius: .5rem;
  align-self: center;
  width: 100%;
  max-height: 100%;
}

.wc-block-grid__products .cross-sells-product .info, .wc-block-grid__products .product .info, .products .cross-sells-product .info, .products .product .info {
  padding-top: .5rem;
}

.wc-block-grid__products .cross-sells-product .stars, .wc-block-grid__products .product .stars, .products .cross-sells-product .stars, .products .product .stars {
  min-height: 24px;
}

.wc-block-grid__products .cross-sells-product .categories-inline, .wc-block-grid__products .product .categories-inline, .products .cross-sells-product .categories-inline, .products .product .categories-inline {
  color: #888;
  margin: 2px 0 4px;
  font-size: .875rem;
  font-weight: 500;
}

.wc-block-grid__products .cross-sells-product .categories-inline .more, .wc-block-grid__products .cross-sells-product .categories-inline .hide, .wc-block-grid__products .product .categories-inline .more, .wc-block-grid__products .product .categories-inline .hide, .products .cross-sells-product .categories-inline .more, .products .cross-sells-product .categories-inline .hide, .products .product .categories-inline .more, .products .product .categories-inline .hide {
  cursor: pointer;
}

.wc-block-grid__products .cross-sells-product .categories-inline .more:hover, .wc-block-grid__products .cross-sells-product .categories-inline .hide:hover, .wc-block-grid__products .product .categories-inline .more:hover, .wc-block-grid__products .product .categories-inline .hide:hover, .products .cross-sells-product .categories-inline .more:hover, .products .cross-sells-product .categories-inline .hide:hover, .products .product .categories-inline .more:hover, .products .product .categories-inline .hide:hover {
  color: var(--bm-primary-color) !important;
  text-decoration: underline !important;
}

.wc-block-grid__products .cross-sells-product .bottom, .wc-block-grid__products .product .bottom, .products .cross-sells-product .bottom, .products .product .bottom {
  margin-top: auto;
}

.wc-block-grid__products .cross-sells-product .bottom .button, .wc-block-grid__products .product .bottom .button, .products .cross-sells-product .bottom .button, .products .product .bottom .button {
  text-align: center;
  box-sizing: border-box;
  align-content: center;
  display: flex;
}

.wc-block-grid__products .cross-sells-product .bottom .button i, .wc-block-grid__products .product .bottom .button i, .products .cross-sells-product .bottom .button i, .products .product .bottom .button i {
  font-size: 1.3rem;
}

.wc-block-grid__products .cross-sells-product .points, .wc-block-grid__products .product .points, .products .cross-sells-product .points, .products .product .points {
  color: var(--bm-accent-color);
  justify-content: center;
  align-items: center;
  gap: 0 .25rem;
  margin-top: 1rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.wc-block-grid__products .cross-sells-product .points span, .wc-block-grid__products .product .points span, .products .cross-sells-product .points span, .products .product .points span {
  display: inline;
}

@media (width <= 768px) {
  .wc-block-grid__products .product, .products .product {
    border: 1px solid var(--bm-border-color);
    padding: 1rem;
  }
}

@media (width <= 359px) {
  .wc-block-grid__products .product .price, .products .product .price {
    text-align: center;
    width: calc(100% - 2rem);
    padding-right: 0;
    bottom: 4.5rem;
  }

  .wc-block-grid__products .product .add_to_cart_button, .products .product .add_to_cart_button {
    width: calc(100% - 2rem);
  }
}

body .wc-block-components-product-sale-badge, .product-in-loop .awdr_discount_bar, .onsale-wrapper, .badge {
  background: var(--bm-primary-color);
  color: var(--bm-primary-color-contrast);
  opacity: .9;
  z-index: 15;
  white-space: nowrap;
  border: 0;
  border-radius: 3rem;
  align-items: center;
  gap: 0 .5rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: .75rem;
  left: unset !important;
  right: .75rem !important;
}

body .wc-block-components-product-sale-badge.trending, .product-in-loop .awdr_discount_bar.trending, .onsale-wrapper.trending, .badge.trending {
  box-shadow: -3px -3px #a8d9df, 3px 3px #df4d67;
}

body .image-section .onsale-wrapper {
  width: auto;
  top: .25rem;
  left: .25rem !important;
  right: unset !important;
}

#lister .product {
  padding: 1rem;
}

.page-numbers {
  display: inline-flex;
}

.page-numbers li {
  margin-right: 10px;
  list-style-type: none;
}

.page-numbers li .current {
  font-weight: bolder;
}

.product-tabs .active {
  --tw-border-opacity: 1;
  border-bottom-width: 0;
  border-color: rgb(from var(--bm-primary-color) r g b / var(--tw-border-opacity, 1));
  font-weight: 600;
}

@media (width >= 768px) {
  .product-tabs .active {
    border-bottom-width: 2px;
  }
}

@media (width >= 768px) and (width <= 805px) {
  .product-tabs .product-tab {
    font-size: 14px;
  }
}

.woocommerce-pagination {
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.woocommerce-pagination .page-numbers {
  margin: 0 auto;
}

.woocommerce-pagination .page-numbers li {
  border: 1px solid var(--bm-border-color);
  aspect-ratio: 1;
  text-align: center;
  border-radius: .3rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  display: block;
}

.woocommerce-pagination .page-numbers li a {
  width: auto;
  display: block;
}

.product .cart:not(.variations_form, .grouped_form) {
  flex-direction: row;
  justify-content: stretch;
  margin-top: 1.5rem;
  display: flex;
}

@media (width <= 340px) {
  .product .cart:not(.variations_form, .grouped_form) {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    display: flex;
  }
}

.single_variation_wrap .woocommerce-variation-price {
  display: none;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  padding-top: 1rem;
  display: flex;
}

.single_variation_wrap .woocommerce-variation-description {
  border-top: 1px solid var(--bm-border-color);
  color: var(--bm-text-color);
  padding: .5rem 0 .5rem .3rem;
}

.cart .quantity, .variations_form .quantity, .grouped_form .quantity {
  min-height: 2.5rem;
  margin-right: 10px;
  display: flex;
}

.quantity-selector {
  border-radius: 3rem;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  width: 100px;
  display: flex;
  position: relative;
}

.quantity-selector input {
  border: 1px solid var(--bm-border-color);
  text-align: center;
  z-index: 1;
  background: none;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  top: 0;
}

.quantity-selector input:focus {
  outline: 1px solid var(--bm-primary-color);
}

.quantity-selector .quantity-btn {
  text-align: center;
  min-width: 40px;
  height: 100%;
  color: var(--bm-primary-color);
  z-index: 2;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  position: absolute;
}

.quantity-selector .quantity-btn.plus {
  right: 0;
}

.woocommerce .quantity .qty {
  width: 3.2rem;
}

.woocommerce #coupon_code {
  width: 150px;
}

.product-page .woocommerce-breadcrumb {
  margin: 0 0 1rem;
}

.product-detail {
  flex-flow: wrap;
  gap: 2rem 0;
  width: 100%;
  display: flex;
  position: relative;
}

.product-detail .container-full {
  width: 100%;
  display: block;
}

@media (width >= 993px) {
  .product-detail .product-header {
    float: right;
    width: calc(50% - 1rem);
  }

  .product-detail .col-section {
    float: left;
    clear: left;
    width: calc(50% - 1rem);
  }

  .product-detail .col-section.even {
    float: right;
    clear: right;
  }

  .product-detail .image-section {
    float: left !important;
  }

  .product-detail .summary {
    float: right;
    width: calc(50% - 1rem);
  }
}

@media (width <= 992px) {
  .product-detail .container-full {
    flex-direction: column;
    gap: 0;
    display: flex;
  }

  .product-detail .container-full .col-section {
    float: none;
    flex: 100%;
    gap: 2rem 0;
    width: 100%;
  }
}

.product-detail h2.woocommerce-Reviews-title, .product-detail h2.related-title {
  color: var(--bm-text-color);
  width: 100%;
  margin-bottom: 1rem;
  padding: .3rem 0;
}

.product-detail .xt_woopr_points_message {
  display: none;
}

.product-detail .sales-banner {
  border: 1px solid var(--bm-border-color);
  border-radius: .3rem;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  margin: 1.5rem 0;
  padding: .75rem .6rem;
  display: flex;
}

.product-detail .sales-banner .sales-banner-notice {
  background-color: rgb(from var(--bm-primary-color) r g b / .5);
  color: #fff;
  text-wrap: nowrap;
  border-radius: .25rem;
  padding: .5rem 1rem;
}

.product-detail .sales-banner .sales-banner-text {
  color: var(--bm-text-light-color);
}

.product-detail .not_available_reason {
  border: 1px solid var(--bm-border-color);
  border-radius: .5rem;
  margin: 2rem 0;
  padding: 1rem;
}

.product-detail .not_available_reason h4 {
  color: var(--bm-primary-color);
  margin-top: 0;
  font-size: 1.25rem;
}

.product-detail div.images img {
  width: auto;
  height: auto;
  box-shadow: none;
  margin: 0 auto;
  display: block;
}

.product-detail div.images div.thumbnails {
  padding-top: 1em;
}

.product-detail div.images.woocommerce-product-gallery {
  position: relative;
}

.product-detail div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  padding: 0;
  transition: all .5s cubic-bezier(.795, -.035, 0, 1);
}

.product-detail div.images .woocommerce-product-gallery__wrapper .zoomImg {
  opacity: 0;
  background-color: #fff;
}

.product-detail div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}

.product-detail div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}

.product-detail div.images .woocommerce-product-gallery__trigger {
  z-index: 9;
  text-indent: -9999px;
  box-sizing: content-box;
  background: #fff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 2em;
  position: absolute;
  top: .5em;
  right: .5em;
}

.product-detail div.images .woocommerce-product-gallery__trigger:before {
  content: "";
  box-sizing: content-box;
  border: 2px solid #000;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
}

.product-detail div.images .woocommerce-product-gallery__trigger:after {
  content: "";
  box-sizing: content-box;
  background: #000;
  border-radius: 6px;
  width: 2px;
  height: 8px;
  display: block;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
}

.product-detail .flex-direction-nav {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  max-height: 530px;
  padding-top: 50%;
  position: absolute;
  top: 0;
}

@media (width >= 993px) {
  .product-detail .flex-direction-nav {
    display: none;
  }
}

.product-detail .flex-direction-nav li {
  pointer-events: all;
  margin-top: -1.5rem;
  position: absolute;
}

.product-detail .flex-direction-nav li a {
  text-indent: -999px;
  border: 1px solid var(--bm-border-color);
  background: #fff;
  border-radius: .25rem;
  width: 3rem;
  height: 3rem;
  display: block;
  overflow: hidden;
}

.product-detail .flex-direction-nav li a:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6094 9.79688L13.4375 17.0156L12.6406 17.8125L11.0469 16.2188L11.8438 15.4219L17.0938 10.125H1.625H0.5V7.875H1.625H17.0938L11.8438 2.625L11.0469 1.82812L12.6406 0.234375L13.4375 1.03125L20.6094 8.20312L21.4062 9L20.6094 9.79688Z' fill='%23454545'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 18px;
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
}

.product-detail .flex-direction-nav .flex-nav-prev {
  left: -10px;
}

.product-detail .flex-direction-nav .flex-nav-prev a:before {
  transform: rotate(180deg);
}

.product-detail .flex-direction-nav .flex-nav-next {
  right: -10px;
}

.product-detail .flex-control-thumbs {
  flex-wrap: wrap;
  justify-content: start;
  gap: .5rem;
  margin-top: 1.5rem;
  display: flex;
}

.product-detail .flex-control-thumbs li {
  border: 0;
  border-radius: 4px;
  width: calc(16.6666% - .45rem);
  list-style: none;
  overflow: hidden;
}

.product-detail .flex-control-thumbs li.last-plus {
  position: relative;
}

.product-detail .flex-control-thumbs li.last-plus:before {
  content: " ";
  pointer-events: none;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-detail .flex-control-thumbs li.last-plus span {
  color: #fff;
  pointer-events: none;
  font-size: 1.25rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-detail .flex-control-thumbs li.last-plus ~ li {
  display: none;
}

.product-detail .flex-control-thumbs li img {
  cursor: pointer;
  object-fit: contain;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}

.product-detail .flex-control-thumbs li img.flex-active {
  border: 1px solid var(--bm-primary-color-lighter);
}

.product-detail .cart-usps {
  margin: 2rem 0;
}

.product-detail .woocommerce-variation-add-to-cart {
  margin: 0;
  display: flex;
}

.product-detail .woocommerce-variation-add-to-cart-disabled {
  opacity: .5;
}

.product-detail .single_add_to_cart_button {
  white-space: nowrap;
}

@media (width <= 768px) {
  .product-detail .single_add_to_cart_button {
    flex-grow: 1;
  }
}

.product-detail .product_title {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.product-detail .product_title > span {
  color: var(--bm-text-color-lighter);
  text-decoration: underline;
}

.product-detail .product-header p {
  color: var(--bm-text-color);
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 250;
  line-height: 1.5rem;
}

.product-detail .product-header p:before {
  content: " ";
}

.product-detail .entry-summary .with-badge {
  width: inherit;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  display: flex;
  position: relative;
}

.product-detail .entry-summary .with-badge .badge {
  line-height: 1rem;
  display: inline-flex;
  position: relative;
  top: auto !important;
  right: 0 !important;
}

.product-detail .entry-summary .with-badge span.badge {
  bottom: 14px;
  right: -14px !important;
}

@media (width <= 768px) {
  .product-detail .entry-summary .with-badge .badge {
    bottom: 7px;
  }
}

.product-detail .entry-summary .price {
  width: auto;
  height: auto;
  margin: 1rem 0 0;
  padding: 0;
}

.product-detail .entry-summary .price .price {
  margin-top: 0;
}

.product-detail .entry-summary .price:after {
  clear: both;
}

.product-detail .entry-summary .price > ins bdi {
  margin-left: -7px;
  font-size: 2rem;
}

@media (width <= 768px) {
  .product-detail .entry-summary .price del {
    float: left;
    padding-right: .4rem;
    font-size: 1.2rem;
  }
}

.product-detail .entry-summary .woocommerce-product-rating {
  float: right;
  width: auto;
  margin-top: 1.5rem;
  position: absolute;
  right: 0;
}

@media (width <= 992px) {
  .product-detail .entry-summary .woocommerce-product-rating {
    margin-top: 1rem;
  }
}

@media (width <= 768px) {
  .product-detail .entry-summary .woocommerce-product-rating {
    margin-top: 1rem;
  }
}

@media (width <= 576px) {
  .product-detail .entry-summary .woocommerce-product-rating {
    width: auto;
    margin-bottom: .5rem;
    position: relative !important;
  }
}

.product-detail.product-type-variable .entry-summary .woocommerce-product-rating {
  margin-top: .5rem;
}

@media (width <= 992px) {
  .product-detail.product-type-variable .entry-summary .woocommerce-product-rating {
    margin-top: .9rem;
  }
}

@media (width <= 576px) {
  .product-detail.product-type-variable .entry-summary .woocommerce-product-rating {
    width: auto;
    margin-bottom: .5rem;
    position: relative !important;
  }
}

.product-detail .woocommerce-variation-price .price {
  height: 1rem;
  line-height: 1rem;
}

.product-detail .woocommerce-variation-price .price bdi {
  line-height: 1rem;
}

.product-detail .stock-quantity {
  color: var(--bm-primary-color);
  flex-direction: row;
  align-items: center;
  padding: 0 0 .5rem;
  display: flex;
}

.product-detail .stock-quantity i, .product-detail .stock-quantity svg {
  width: 30px;
  display: inline-block;
}

.product-detail .stock {
  display: none;
}

.product-detail #stock-holder {
  padding-right: .5rem;
}

.product-detail #stock-holder + .quantity-step {
  border-left: 1px solid var(--bm-border-color);
  padding-left: .5rem;
}

.product-detail #stock-holder .stock {
  display: block;
}

.product-detail .stock.in-stock {
  font-weight: 600;
}

.product-detail .woocommerce-rp {
  background: var(--bm-primary-color-extra-light);
  border-radius: .5rem;
  width: 100%;
  height: auto;
  margin: 1rem 0;
  padding: 1.2rem 1.5rem;
  display: block;
}

.product-detail .woocommerce-rp span {
  font-size: 2rem;
  font-weight: 600;
}

.product-detail .woocommerce-rp .rp-subtitle {
  color: var(--bm-primary-color);
  padding: 0 0 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.product-detail .woocommerce-rp .rp-description {
  padding: 0 0 1rem;
  font-size: 1.25rem;
}

.product-detail .woocommerce-rp .rp-action .btn {
  margin-right: .5rem;
}

.product-detail .woocommerce-rp .rp-action .btn.login {
  background: var(--bm-secondary-color-lighter);
  border: 1px solid var(--bm-border-color);
  color: var(--bm-secondary-color-contrast) !important;
}

.product-detail .woocommerce-rp .rp-action .btn.login:hover {
  background: var(--bm-btn-hover-color) !important;
  color: var(--bm-btn-hover-color-contrast) !important;
  border-color: #0000 !important;
}

@media (width <= 450px) {
  .product-detail .woocommerce-rp .rp-action {
    flex-direction: column;
    align-items: baseline;
    gap: 1rem;
    display: flex;
  }
}

.product-detail .woocommerce-bulkinfo {
  background: var(--bm-primary-color-extra-light);
  border-radius: .5rem;
  width: 100%;
  height: auto;
  margin: 1rem 0;
  padding: 1.2rem 1.5rem;
  display: block;
}

.product-detail .woocommerce-bulkinfo span {
  font-size: 1.5rem;
  font-weight: 600;
}

.product-detail .woocommerce-bulkinfo .bulk-subtitle {
  color: var(--bm-primary-color);
  font-size: 1.125rem;
  font-weight: 500;
}

.product-detail .woocommerce-bulkinfo .bulk-description {
  padding: 1rem 0;
  font-size: 1rem;
}

.product-detail .woocommerce-bulkinfo .bulk-action .button {
  background: var(--bm-secondary-color-lighter);
  border: 1px solid var(--bm-border-color);
  color: var(--bm-secondary-color-contrast) !important;
}

.product-detail .woocommerce-bulkinfo .bulk-action .button:hover {
  background: var(--bm-primary-color) !important;
  color: var(--bm-primary-color-contrast) !important;
}

.product-detail .discount-percentage {
  color: var(--bm-primary-color);
  clear: both;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 600;
}

.product-detail .benefits {
  clear: both;
  width: 100%;
  padding-top: 0;
}

.product-detail .benefits li {
  color: var(--bm-primary-color);
  border-top: 1px solid var(--bm-border-color);
  padding: .5rem 0;
}

.product-detail .benefits li i, .product-detail .benefits li svg {
  width: 30px;
  display: inline-block;
}

.product-detail .sku-no {
  clear: both;
  width: 100%;
  padding-top: 0;
}

.product-detail .sku-no li {
  border-top: 1px solid var(--bm-border-color);
  padding: .5rem 0;
}

.product-detail .sku-no li i, .product-detail .sku-no li svg {
  width: 30px;
  display: inline-block;
}

.product-detail .payment-icons {
  margin-top: 2rem;
}

@media (width <= 992px) {
  .product-detail .summary {
    margin-top: 1.5rem;
  }

  .product-detail .woocommerce-variation-description {
    display: none;
  }

  .product-detail .entry-summary {
    flex-direction: column;
    display: flex;
    gap: 0 !important;
  }

  .product-detail .entry-summary .woocommerce-product-rating {
    position: absolute;
    right: 0;
  }

  .product-detail .entry-summary .woocommerce-variation {
    display: none;
  }

  .product-detail .benefits.order-end {
    order: 2;
  }

  .product-detail .benefits.order-end li {
    border: 0 !important;
  }

  .product-detail .benefits li {
    position: relative;
    padding-left: 2.4rem !important;
  }

  .product-detail .benefits li i, .product-detail .benefits li svg {
    position: absolute;
    top: 12px;
    left: 0;
  }

  .product-detail .payment-icons {
    order: 3;
  }

  .product-detail .payment-icons .payment-icon {
    width: 60px !important;
  }

  .product-detail .promotion-block {
    order: 4;
    margin: 2rem 0 1rem;
  }

  .product-detail .cart-usps {
    display: none;
  }
}

.product-detail .woocommerce-tabs {
  width: 100%;
  margin-top: 1.8rem;
}

.product-detail .read-less-btn {
  display: none;
}

.product-detail .read-more-btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-detail .read-more-body {
  opacity: 0;
  max-height: 0;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.product-detail .open .read-more-body {
  opacity: 1;
  max-height: 2000px;
  margin-bottom: .5rem;
  padding-top: 1rem;
  transition: all .5s ease-in-out;
}

.product-detail .tabs-popup ul.tabs {
  margin-top: 0;
}

.product-detail .tabs-popup .read-more-btn {
  display: none;
}

.product-detail .tabs-popup .read-more-body {
  max-height: 100%;
  overflow: none;
  opacity: 1;
  display: block;
}

.product-detail .product_meta {
  width: 100%;
  line-height: 1.5rem;
  display: block;
}

.product-detail .product_meta h3 {
  display: none !important;
}

.product-detail .product_meta h2 {
  margin-bottom: 1rem !important;
}

.product-detail .product_meta .woocommerce-product-attributes-item, .product-detail .product_meta .shop_attributes, .product-detail .product_meta .shop_attributes tbody {
  width: 100%;
}

.product-detail .product_meta .shop_attributes tbody tr, .product-detail .product_meta .meta {
  flex-direction: column;
}

@media (width >= 768px) {
  .product-detail .product_meta .shop_attributes tbody tr, .product-detail .product_meta .meta {
    flex-direction: row;
  }
}

.product-detail .product_meta .shop_attributes tbody tr, .product-detail .product_meta .meta {
  border-bottom: 1px solid var(--bm-border-color);
  width: 100%;
  padding: 1rem 0;
  display: flex;
}

.product-detail .product_meta .shop_attributes tbody tr:first-of-type:not(tr), .product-detail .product_meta .meta:first-of-type:not(tr) {
  padding-top: 0;
}

.product-detail .product_meta .shop_attributes tbody tr:last-child, .product-detail .product_meta .meta:last-child {
  border: 0;
}

.product-detail .product_meta .shop_attributes tbody tr .woocommerce-product-attributes-item__label, .product-detail .product_meta .shop_attributes tbody tr .label, .product-detail .product_meta .meta .woocommerce-product-attributes-item__label, .product-detail .product_meta .meta .label {
  width: auto;
}

@media (width >= 576px) {
  .product-detail .product_meta .shop_attributes tbody tr .woocommerce-product-attributes-item__label, .product-detail .product_meta .shop_attributes tbody tr .label, .product-detail .product_meta .meta .woocommerce-product-attributes-item__label, .product-detail .product_meta .meta .label {
    width: 15%;
  }
}

@media (width >= 922px) {
  .product-detail .product_meta .shop_attributes tbody tr .woocommerce-product-attributes-item__label, .product-detail .product_meta .shop_attributes tbody tr .label, .product-detail .product_meta .meta .woocommerce-product-attributes-item__label, .product-detail .product_meta .meta .label {
    width: 25%;
  }
}

.product-detail .product_meta .shop_attributes tbody tr .woocommerce-product-attributes-item__label, .product-detail .product_meta .shop_attributes tbody tr .label, .product-detail .product_meta .meta .woocommerce-product-attributes-item__label, .product-detail .product_meta .meta .label {
  text-align: left;
  padding-right: 1rem;
  font-weight: 500;
}

.product-detail .product_meta .shop_attributes tbody tr .woocommerce-product-attributes-item__value, .product-detail .product_meta .shop_attributes tbody tr .value, .product-detail .product_meta .meta .woocommerce-product-attributes-item__value, .product-detail .product_meta .meta .value {
  width: auto;
}

@media (width >= 576px) {
  .product-detail .product_meta .shop_attributes tbody tr .woocommerce-product-attributes-item__value, .product-detail .product_meta .shop_attributes tbody tr .value, .product-detail .product_meta .meta .woocommerce-product-attributes-item__value, .product-detail .product_meta .meta .value {
    width: 75%;
  }
}

@media (width >= 922px) {
  .product-detail .product_meta .shop_attributes tbody tr .woocommerce-product-attributes-item__value, .product-detail .product_meta .shop_attributes tbody tr .value, .product-detail .product_meta .meta .woocommerce-product-attributes-item__value, .product-detail .product_meta .meta .value {
    width: 75%;
  }
}

.product-detail .product_meta .shop_attributes tbody tr.hidden, .product-detail .product_meta .meta.hidden {
  display: none !important;
}

.product-detail ul.tabs {
  width: 100%;
}

.product-detail ul.tabs li {
  display: none;
}

.product-detail .woocommerce-Tabs-panel {
  margin-bottom: 1.5rem;
}

@media (width >= 769px) {
  .product-detail .woocommerce-tabs {
    width: 100%;
    margin-bottom: 4rem;
  }

  .product-detail ul.tabs {
    border-bottom: 2px solid var(--bm-border-color);
    align-items: center;
    width: 100%;
    margin: 4rem 0 1.5rem;
    list-style: none;
    display: flex;
  }

  .product-detail ul.tabs li {
    text-wrap: nowrap;
    margin-bottom: -2px;
    padding: .5rem 1rem;
    display: block;
  }

  .product-detail ul.tabs li.active {
    border-bottom: 2px solid var(--bm-primary-color);
    font-weight: bold;
  }
}

@media (width >= 769px) and (width <= 1340px) {
  .product-detail ul.tabs li {
    padding: .5rem .75rem;
    font-size: 1rem;
  }
}

@media (width >= 769px) {
  .product-detail .woocommerce-Tabs-panel {
    padding: 0;
  }
}

@media (width <= 768px) {
  .product-detail .woocommerce-Tabs-panel {
    display: block !important;
  }
}

@media (width <= 992px) {
  .product-detail .woocommerce-tabs {
    margin-top: 1rem;
  }
}

.product-detail #tab-description h2:first-child {
  display: none;
}

.product-detail .review-header {
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.product-detail .review-header h3 {
  padding-bottom: .5rem;
  font-size: 1.2rem;
}

@media (width <= 768px) {
  .product-detail .review-header {
    flex-direction: column;
  }

  .product-detail .review-header > div {
    width: 100%;
  }

  .product-detail .review-header .woocommerce-product-rating-detailed {
    margin-bottom: .5rem;
  }
}

.product-detail .woocommerce-noreviews {
  border-top: 1px solid var(--bm-border-color);
  padding: 1rem 0 1.5rem;
}

@media (width <= 768px) {
  .product-detail .woocommerce-noreviews, .product-detail .no-score {
    padding-bottom: 1.5rem;
  }
}

.product-detail .woocommerce-product-rating-detailed {
  display: flex;
}

.product-detail .woocommerce-product-rating-detailed .info {
  padding-top: .25rem;
}

.product-detail .woocommerce-product-rating-detailed .average {
  margin-right: .4rem;
  font-size: 2rem;
  font-weight: 600;
}

.product-detail .woocommerce-product-rating-detailed .review_count {
  color: var(--bm-text-color-lighter);
  margin: -4px 0 0 4px;
  font-size: .825rem;
}

.product-detail .comment-form-comment label {
  padding-bottom: .3rem;
  display: block;
}

.product-detail .commentlist {
  border-bottom: 1px solid var(--bm-border-color);
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}

.product-detail .commentlist .comment_container {
  border-top: 1px solid var(--bm-border-color);
  padding: 1.5rem 0;
  display: flex;
}

.product-detail .commentlist .comment_container img {
  margin-right: 1rem;
}

.product-detail .commentlist .comment_container .time {
  color: var(--bm-text-color-lighter);
  margin-bottom: .5rem;
}

.product-detail .commentlist .comment_container .stars {
  margin-bottom: .4rem;
  margin-left: -3px;
}

.product-detail .commentlist .comment_container .text {
  margin-bottom: .5rem;
}

.product-detail .commentlist .comment_container .author {
  font-weight: 500;
}

.product-detail #review_form_wrapper {
  max-height: 0;
  transition: max-height 1s ease-in-out;
  overflow: hidden;
}

.product-detail #review_form_wrapper.open {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
  overflow: hidden;
}

.product-detail .scroll-vertical, .product-detail .related.products {
  width: 100%;
}

.product-detail .variations_form .variations {
  display: none;
}

.product-detail .navplugify {
  clear: both;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-detail .navplugify br {
  display: none;
}

.product-detail .navplugify div {
  display: inline-block;
}

.product-detail input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-detail input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-detail input[type="number"] {
  -moz-appearance: textfield;
}

.product-detail .expert-tip {
  border-radius: .5rem;
  margin-bottom: 2rem;
  padding: 1.7rem 2rem;
}

.product-detail .expert-tip h4 {
  color: var(--bm-primary-color);
  font-size: 1rem;
  font-weight: 400;
}

.product-detail .expert-tip .tip {
  padding-bottom: 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.product-detail .expert-tip .user {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.product-detail .expert-tip .user h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.product-detail .expert-tip img {
  border-radius: 100%;
  width: auto;
  height: 4.5rem;
  margin-right: 1.2rem;
}

@media (width >= 769px) {
  .product-detail .appointment-help {
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
    width: 100%;
    display: flex;
  }

  .product-detail .prdct-help, .product-detail .prdct-appointment {
    max-width: calc(50% - 1rem);
  }
}

.product-detail .prdct-appointment {
  border: 1px solid var(--bm-border-color);
  font-family: var(--bm-theme-body-font);
  background: #fff;
  border-radius: .5rem;
  flex: 50%;
  margin-bottom: 2rem;
  padding: 1.7rem 2rem;
}

.product-detail .prdct-appointment h4 {
  font-family: var(--bm-theme-font);
  color: var(--bm-text-color);
  font-size: 1.5rem;
  font-weight: 600;
}

.product-detail .prdct-appointment .description {
  padding: 1.4rem 0;
  font-size: 1rem;
}

.product-detail .prdct-appointment img {
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 100%;
  width: auto;
  height: 6rem;
  margin: 0 0 1.4rem;
}

.product-detail .prdct-appointment .button {
  background: var(--bm-text-color);
  font-size: .875rem;
}

.product-detail .prdct-help {
  border: 1px solid var(--bm-border-color);
  font-family: var(--bm-theme-body-font);
  background: #fff 0 0 / cover no-repeat;
  border-radius: .5rem;
  flex: 50%;
  align-items: end;
  margin-bottom: 2rem;
  padding: 1rem;
  display: flex;
}

.product-detail .prdct-help h4 {
  font-family: var(--bm-theme-font);
  color: var(--bm-text-color);
  padding: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.product-detail .prdct-help .help-cont {
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin: 2rem 0 0;
  padding: 2rem;
}

.product-detail .prdct-help .description {
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  display: grid;
}

.product-detail .prdct-help .description p {
  padding-bottom: .5rem;
  font-size: .875rem;
}

@media screen and (width <= 940px) {
  .product-detail .prdct-help .description {
    grid-template-columns: 1fr;
  }
}

.product-detail .products-vertical h2 {
  margin: 0 0 1rem;
}

.product-detail .products-vertical .products {
  grid-gap: 0;
  grid-template-columns: 1fr !important;
}

.product-detail .products-vertical .products .product {
  border: 1px solid var(--bm-border-color);
  flex-flow: row;
  align-items: center;
  margin-bottom: 1rem;
  padding: .5rem;
  display: flex;
}

.product-detail .products-vertical .products .product a.image-link {
  order: 0;
  width: 17%;
  margin-right: .75rem;
}

.product-detail .products-vertical .products .product img {
  width: 100%;
}

.product-detail .products-vertical .products .product .info {
  flex-direction: column;
  order: 3;
  width: 40%;
  padding: 0;
  display: flex;
}

.product-detail .products-vertical .products .product .info .categories-inline {
  order: 0;
  margin: 0;
}

.product-detail .products-vertical .products .product .info .categories-inline .more {
  display: none;
}

.product-detail .products-vertical .products .product .info .title {
  order: 1;
  font-size: 1rem;
}

.product-detail .products-vertical .products .product .info .stars {
  order: 2;
  min-height: 0;
  margin-top: .4rem;
}

.product-detail .products-vertical .products .product .price {
  order: 10;
  width: 30%;
  height: auto;
  padding-top: 0;
  padding-left: .75rem;
  line-height: 1rem;
}

.product-detail .products-vertical .products .product .price .content {
  display: none;
}

.product-detail .products-vertical .products .product .price .woocommerce-price-suffix {
  margin-top: 4px;
}

.product-detail .products-vertical .products .product .bottom {
  order: 11;
  padding: 1.6rem .25rem .25rem;
}

.product-detail .products-vertical .products .product .bottom .add-to-cart {
  padding: .25rem 1rem;
}

.product-detail .products-vertical .products .product .bottom .add-to-cart span {
  text-wrap: nowrap;
}

.product-detail .products-vertical .products .product .bottom .added_to_cart.wc-forward {
  width: auto;
  top: auto;
  bottom: .25rem;
  right: .25rem;
}

.product-detail .products-vertical .products .product .bottom .points {
  display: none;
}

@media (width <= 768px) {
  .product-detail .products-vertical .products .product {
    flex-wrap: wrap;
  }

  .product-detail .products-vertical .products .product .info {
    width: 55%;
  }

  .product-detail .products-vertical .products .product .price {
    width: 100%;
    padding-left: 20%;
  }

  .product-detail .products-vertical .products .product .bottom {
    margin-top: -3rem;
    margin-left: auto;
    padding-top: 0;
  }
}

@media (width <= 359px) {
  .product-detail .products-vertical .products .product .image-link {
    margin-top: 2rem;
    width: 25% !important;
  }

  .product-detail .products-vertical .products .product .info {
    width: 70%;
    padding-top: 3rem;
  }

  .product-detail .products-vertical .products .product .price {
    text-align: left;
    width: 70%;
    margin-left: auto;
    padding: 0;
  }

  .product-detail .products-vertical .products .product .bottom {
    width: 70%;
    margin-top: 0;
    padding: 0;
  }
}

.product-detail .products-vertical .up-sell-promo-line {
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.product-detail .products-vertical .up-sell-promo-line:before {
  z-index: 0;
  content: "";
  border-top: 1px solid var(--bm-border-color);
  width: 100%;
  height: 1px;
  margin-top: .85rem;
  display: block;
  position: absolute;
}

.product-detail .products-vertical .up-sell-promo-line .holder {
  z-index: 20;
  background: #fff;
  align-items: center;
  gap: .5rem;
  margin: 0 auto;
  padding: 0 .5rem;
  display: flex;
  position: relative;
}

.product-detail .products-vertical .up-sell-promo-line img {
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.product-detail .products-vertical .up-sell-promo-line .info {
  color: var(--bm-primary-color);
}

.product-detail .cross-sells {
  margin-top: 2rem;
}

.product-detail .cross-sells h2 {
  margin: 1rem 0;
}

.product-detail .categories {
  margin-top: 2rem;
}

.product-detail .categories h2 {
  margin: 1rem 0 1.5rem;
}

.product-detail .categories .category-list {
  list-style: none;
}

.product-detail .categories .category-list li {
  display: inline-block;
}

.product-detail .categories .btn {
  margin: 0 .5rem .5rem 0;
  display: inline-block;
}

.product-detail .woocommerce-grouped-product-list.group_table {
  width: 100%;
  margin-bottom: 1rem;
}

.product-detail .woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid var(--bm-border-color);
}

.product-detail .woocommerce-grouped-product-list.group_table tr:last-of-type {
  border-bottom: none;
}

.product-detail .woocommerce-grouped-product-list.group_table td {
  padding: .5rem 0;
}

.gslide-media {
  background: #fff;
}

.brand-link {
  float: right;
  border-bottom: 1px solid var(--bm-text-color);
  margin-top: -2.9rem;
  margin-bottom: 2rem;
  padding-bottom: .05rem;
  font-size: .875rem;
}

@media (width <= 768px) {
  .brand-link {
    display: none;
  }
}

.comment-respond p {
  margin: .5rem 0;
}

.comment-respond p label {
  padding-right: 1rem;
}

.product-icon-blocks {
  text-align: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  width: 100%;
  margin: 1.5rem 0;
  padding: 1.5rem 1rem 1rem;
  display: grid;
}

.product-icon-blocks .product-icon-block-icon {
  width: 2em;
  height: 2em;
  margin-bottom: .5rem;
}

.product-icon-blocks .product-icon-block-description {
  font-size: .875rem;
}

@media (width >= 769px) {
  #inhoud-bundle {
    padding: .25rem 0 1rem;
  }
}

#inhoud-bundle #bulk-add-to-cart-message {
  float: right;
}

#inhoud-bundle h3 {
  margin: 1rem 0;
}

#inhoud-bundle ul {
  border: 1px solid var(--bm-border-color);
  border-radius: .5rem;
}

#inhoud-bundle ul li:not(:last-child) {
  border-bottom: 1px solid var(--bm-border-color);
}

#inhoud-bundle ul.products {
  grid-gap: 0 !important;
  grid-template-columns: 1fr !important;
}

#inhoud-bundle ul .bundle-product {
  flex-direction: row;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  display: flex;
}

@media (width <= 400px) {
  #inhoud-bundle ul .bundle-product .bundle-end-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

#inhoud-bundle ul .bundle-product .bundle-end-wrapper {
  flex-shrink: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 50%;
  display: grid;
}

@media (width >= 768px) {
  #inhoud-bundle ul .bundle-product .bundle-end-wrapper {
    width: 33.3333%;
  }
}

@media (width >= 460px) {
  #inhoud-bundle ul .bundle-product .bundle-end-wrapper {
    justify-self: end;
  }
}

#inhoud-bundle ul .bundle-product .bundle-price, #inhoud-bundle ul .bundle-product .retail-price {
  justify-self: end;
}

@media (width >= 450px) {
  #inhoud-bundle ul .bundle-product .with-badge {
    align-items: end;
  }

  #inhoud-bundle ul .bundle-product .bundle-cart {
    justify-self: end;
  }
}

@media (width <= 460px) {
  #inhoud-bundle ul .bundle-product {
    flex-direction: column;
    grid-auto-flow: row;
    align-items: flex-start;
  }

  #inhoud-bundle ul .bundle-product .with-badge {
    align-items: start;
  }

  #inhoud-bundle ul .bundle-product .bundle-item {
    display: block;
  }

  #inhoud-bundle ul .bundle-product .bundle-price, #inhoud-bundle ul .bundle-product .retail-price {
    justify-self: start;
  }
}

@media (width >= 460px) and (width <= 660px) {
  #inhoud-bundle ul .bundle-product .bundle-price .with-badge .price > small, #inhoud-bundle ul .bundle-product .bundle-price .with-badge .price .woocommerce-price-suffix {
    display: block;
  }
}

#inhoud-bundle ul .bundle-product > div {
  align-items: center;
  gap: 1rem;
  display: flex;
}

#inhoud-bundle ul .bundle-product img {
  width: 4.375rem;
  height: 4.375rem;
}

#inhoud-bundle ul .bundle-product .bundle-header {
  flex-direction: column;
  display: flex;
}

#inhoud-bundle ul .bundle-product .bundle-header-subtitle {
  font-size: .875rem;
}

#inhoud-bundle ul .bundle-product .bundle-header h3 {
  margin: 0;
  font-size: 1rem;
}

#inhoud-bundle ul .bundle-product .retail-price {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  gap: .1rem;
}

#inhoud-bundle ul .bundle-product .retail-price .rp-subtitle {
  text-transform: lowercase;
  color: var(--bm-primary-color);
  font-size: 1rem;
}

#inhoud-bundle ul .bundle-product .retail-price > span {
  font-size: 1.5rem;
  font-weight: 600;
}

#inhoud-bundle ul .bundle-product .price {
  margin: 0;
  font-size: 1.5rem;
}

#inhoud-bundle ul .bundle-product .price .woocommerce-price-suffix {
  text-align: right;
}

#inhoud-bundle ul .bundle-product .quantity-selector .quantity-btn {
  font-size: 1rem;
}

#inhoud-bundle ul .bundle-product input {
  height: inherit;
}

#inhoud-bundle .bundle-cart .stock.out-of-stock {
  display: block;
}

#inhoud-bundle .bundle-cart-total {
  text-align: right;
  justify-items: end;
  gap: 1rem;
  width: 100%;
  padding: 1rem 0;
  display: grid;
}

#inhoud-bundle .bundle-cart-total .add_to_cart_bulk.loading:before {
  content: "Loading...";
  background: var(--bm-primary-color);
  z-index: 1;
  border-radius: 3rem;
  width: -webkit-fill-available;
  margin: -.5rem 0 0 -1rem;
  padding: .5rem 1rem;
  display: inline-block;
  position: absolute;
}

#inhoud-bundle .bundle-cart-total .add_to_cart_bulk.adding:before {
  content: "Adding to cart...";
  background: var(--bm-primary-color);
  z-index: 1;
  border-radius: 3rem;
  width: -webkit-fill-available;
  margin: -.5rem 0 0 -1rem;
  padding: .5rem 1rem;
  display: inline-block;
  position: absolute;
}

#inhoud-bundle .with-badge {
  flex-direction: column;
  gap: 0;
}

#inhoud-bundle .with-badge .price {
  padding-bottom: .2rem;
}

#inhoud-bundle .with-badge .badge {
  bottom: 0;
}

#inhoud-bundle .discount-percentage {
  display: none;
}

#inhoud-bundle .quantity-selector {
  width: 80px;
  height: 40px;
}

.price del .woocommerce-price-suffix {
  display: none;
}

.price .woocommerce-price-suffix {
  font-family: var(--bm-theme-font);
  color: var(--bm-text-color-lighter);
  margin-top: -4px;
  font-size: 1rem;
}

@media (width >= 769px) {
  .price .woocommerce-price-suffix {
    display: block;
  }
}

.product-variations, .product-variations-repl {
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.product-variations .product-variation-holder, .product-variations-repl .product-variation-holder {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.product-variations .product-variation-holder.hidden, .product-variations-repl .product-variation-holder.hidden {
  display: none !important;
}

.product-variations label, .product-variations-repl label {
  text-transform: capitalize;
  flex-grow: 0;
  min-width: 75px;
  padding-top: .5rem;
  padding-right: 1.5rem;
}

.product-variations .product-variation-group, .product-variations-repl .product-variation-group {
  flex-wrap: wrap;
  flex-grow: 1;
  gap: .5rem;
  width: 100%;
  display: flex;
}

.product-variations .product-variation, .product-variations-repl .product-variation {
  border: 1px solid var(--bm-border-color);
  border-radius: .25rem;
  padding: .5rem 1rem;
}

.product-variations .product-variation.disabled, .product-variations-repl .product-variation.disabled {
  pointer-events: none;
  opacity: .5;
}

.product-variations .product-variation.pa_kleur, .product-variations-repl .product-variation.pa_kleur {
  text-indent: -1000px;
  aspect-ratio: 1;
  border: 0;
  overflow: hidden;
  border-radius: 2px !important;
}

.product-variations .product-variation.pa_kleur.active, .product-variations-repl .product-variation.pa_kleur.active {
  border: 0;
  box-shadow: 0 1px 2px 1px #0000004d;
}

.product-variations .product-variation.pa_kleur span.text-xs, .product-variations-repl .product-variation.pa_kleur span.text-xs {
  display: none;
}

.product-variations .active, .product-variations-repl .active {
  border: var(--bm-primary-color) solid 1px;
  background-color: var(--bm-secondary-color);
}

.woocommerce-form-login #username, .woocommerce-form-login #password {
  border: 1px solid var(--bm-border-color);
  border-radius: .5rem;
  font-size: 1rem;
  line-height: 1rem;
}

.woocommerce-form-login .woocommerce-LostPassword {
  padding-left: 4px;
}

.woocommerce-form-register > p, .woocommerce-form-register > .woocommerce-privacy-policy-text {
  padding-left: 1px;
  padding-right: 1px;
}

.woocommerce-form-register p.woocommerce-form-row--wide {
  padding: 0;
}

.woocommerce-MyAccount-navigation ul {
  border-bottom: 1px solid var(--bm-border-color);
  flex-wrap: wrap;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 1rem;
}

.woocommerce-MyAccount-navigation ul li.is-active {
  border-bottom: 2px solid var(--bm-primary-color);
  font-weight: bold;
}

.u-columns h2 {
  margin-bottom: 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid var(--bm-border-color);
}

.woocommerce-MyAccount-content fieldset {
  margin-top: 2rem;
}

.woocommerce-MyAccount-content span em {
  padding: .4rem .2rem;
  font-size: .9rem;
  display: inline-block;
}

.woocommerce-MyAccount-content .btn, .woocommerce-MyAccount-content .button {
  margin-top: .125rem !important;
  margin-bottom: .125rem !important;
  margin-right: .25rem !important;
  font-weight: 500 !important;
}

.woocommerce-Address-title .edit {
  background-color: var(--bm-primary-color);
  color: #fff;
  border-radius: 3rem;
  margin: 0 0 1rem;
  padding: .5rem 1rem;
  float: left !important;
}

.woocommerce-MyAccount-navigation ul {
  border: 0;
  border: 1px solid var(--bm-border-color);
  border-bottom: 0;
  border-radius: .25rem;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid var(--bm-border-color);
  width: 100%;
  display: block;
}

.woocommerce-MyAccount-navigation ul li.is-active {
  border-bottom: 1px solid var(--bm-border-color);
}

body.woo-overwrites .woocommerce-MyAccount-content h2, body.woo-overwrites .woocommerce-MyAccount-content h3 {
  margin: 1rem 0;
}

body.woo-overwrites .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border-width: 1px !important;
}

@media (width <= 768px) {
  body.woo-overwrites .woocommerce-MyAccount-content .woocommerce-customer-details address {
    margin-bottom: 1rem;
  }

  body.woo-overwrites .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 1rem;
  }
}

body.woo-overwrites .woocommerce-MyAccount-content .myparcelnl-delivery-options table {
  border: 1px solid var(--bm-border-color);
  border-radius: .4rem;
  width: 100%;
  margin-bottom: 2rem;
  display: block;
}

@media (width <= 768px) {
  body.woo-overwrites .woocommerce-MyAccount-content .myparcelnl-delivery-options table {
    margin-bottom: .5rem;
  }
}

body.woo-overwrites .woocommerce-MyAccount-content .myparcelnl-delivery-options table th, body.woo-overwrites .woocommerce-MyAccount-content .myparcelnl-delivery-options table td {
  padding: .5rem;
  display: table-cell;
}

.woocommerce-cart .main-content {
  margin-top: 1.5rem;
}

.wp-block-woocommerce-empty-cart-block {
  padding-top: 3rem;
}

.wp-block-woocommerce-empty-cart-block p > a {
  background-color: var(--bm-primary-color);
  color: var(--bm-primary-color-contrast);
  cursor: pointer;
  border: none;
  border-radius: 3rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
  line-height: 1.5rem;
  display: inline-block;
}

.wp-block-woocommerce-empty-cart-block .wp-block-separator {
  margin: 3rem 0;
}

.wc-block-cart__submit-container--sticky {
  background-color: #fff !important;
}

.wp-block-woocommerce-cart .wc-block-components-totals-shipping {
  display: none !important;
}

body.woo-overwrites .with-empty-cart-icon:before {
  display: none;
}

body.woo-overwrites .wc-block-cart-item__wrap {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

body.woo-overwrites .wc-block-cart-item__wrap * {
  margin-bottom: 0;
}

@media screen and (width >= 1100px) {
  body.woo-overwrites .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    order: 4;
    width: 100%;
    margin: 0;
  }

  body.woo-overwrites .wc-block-cart-item__wrap .wc-block-components-product-details {
    margin: -5px 0 0 !important;
  }

  body.woo-overwrites .wc-block-cart-item__wrap .wc-block-components-product-details ul {
    margin: 0;
  }

  body.woo-overwrites .wc-block-cart-item__wrap .wc-block-components-product-name {
    flex: 1 0 100%;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
    display: flex !important;
  }
}

body.woo-overwrites .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  align-self: flex-start;
}

body.woo-overwrites .wc-block-cart-item__wrap .wc-block-components-product-badge {
  align-self: flex-start;
  margin-left: 1rem;
}

body.woo-overwrites .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  flex-direction: row;
  margin-left: auto;
  padding-right: 1rem;
  display: flex;
}

body.woo-overwrites .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  text-indent: -999px;
  order: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bm-border-color) !important;
  border-radius: .2rem !important;
  margin-right: .5rem !important;
}

body.woo-overwrites .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:before {
  content: "";
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M160 0L288 0l4.4 0 2.4 3.8L332.4 64 448 64l0 16L0 80 0 64l115.6 0L153.2 3.8 155.6 0 160 0zM313.6 64l-30-48L164.4 16l-30 48 179.1 0zM32 504l0-392 16 0 0 384 352 0 0-384 16 0 0 392 0 8-8 0L40 512l-8 0 0-8zM136 160l0 256 0 8-16 0 0-8 0-256 0-8 16 0 0 8zm96 0l0 256 0 8-16 0 0-8 0-256 0-8 16 0 0 8zm96 0l0 256 0 8-16 0 0-8 0-256 0-8 16 0 0 8z' fill='%232F2F2F'/%3E%3C/svg%3E%0A") !important;
}

body.woo-overwrites .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  order: 1;
  margin-bottom: 0;
}

@media screen and (width <= 1100px) {
  body.woo-overwrites .wc-block-cart-item__wrap .wc-block-components-product-name {
    margin-bottom: 12px;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.woo-overwrites .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    width: 100%;
    margin-left: 0;
  }

  body.woo-overwrites .wc-block-cart-item__wrap .wc-block-cart-item__prices {
    width: auto;
  }

  body.woo-overwrites .wc-block-cart-item__wrap .wc-block-components-product-badge {
    width: auto;
    margin-right: auto;
  }

  body.woo-overwrites .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    order: none;
    width: 100%;
    margin-top: -10px;
  }
}

body.woo-overwrites .wc-block-cart table.wc-block-cart-items, body.woo-overwrites .wp-block-woocommerce-cart-line-items-block {
  margin-bottom: 0;
}

body.woo-overwrites .wc-block-cart-items__row {
  border-top: 1px solid var(--bm-border-color);
  border-bottom: 0 !important;
}

body.woo-overwrites .wp-block-woocommerce-cart-cross-sells-block {
  display: none;
}

body.woo-overwrites .is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge, body.woo-overwrites .is-small .wc-block-cart-item__total .wc-block-components-sale-badge {
  display: block;
}

.wp-block-woocommerce-cart-express-payment-block {
  border-top: 1px solid var(--bm-border-color);
  margin-bottom: 2rem;
}

body .wp-block-woocommerce-cart-order-summary-totals-block {
  padding-bottom: 0;
}

.wp-block-woocommerce-cart-cross-sells-block {
  margin-top: 4rem;
}

.woocommerce-checkout #bg {
  background: var(--bm-light-bg-color) !important;
}

.woocommerce-checkout .hide-on-checkout, .woocommerce-checkout .cart-menu, .woocommerce-checkout .service-menu, .woocommerce-checkout .searchform, .woocommerce-checkout .menu-toggle, .woocommerce-checkout .header-menus {
  display: none !important;
}

.woocommerce-checkout .header .main-container .content_container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.woocommerce-checkout .header .logo {
  pointer-events: none;
}

.woocommerce-checkout .header .logo img {
  pointer-events: none;
  max-width: 160px;
}

@media (width <= 768px) {
  .woocommerce-checkout .header .logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce-checkout .header .logo img {
    margin-left: auto;
    margin-right: auto;
  }
}

.woocommerce-checkout main {
  padding-top: 2rem;
}

.woocommerce-checkout h1 {
  display: none;
}

.woocommerce-checkout .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number {
  padding-top: 1rem !important;
}

.woocommerce-checkout fieldset {
  border-radius: .5rem;
  border: 1px solid var(--bm-border-color) !important;
  background: #fff !important;
  padding-right: 1rem !important;
}

@media (width <= 768px) {
  .woocommerce-checkout fieldset {
    margin-bottom: 2rem !important;
    padding: .5rem 1rem 1rem 3rem !important;
  }

  .woocommerce-checkout fieldset:after {
    display: none;
  }
}

@media (width <= 576px) {
  .woocommerce-checkout fieldset {
    padding-left: 1rem !important;
  }
}

@media (width <= 768px) {
  .woocommerce-checkout .wc-block-components-checkout-step:after {
    display: none;
  }
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid var(--bm-border-color);
  background: #fff !important;
}

.woocommerce-checkout .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number {
  padding: .5rem 1rem 1rem 51px;
}

.woocommerce-checkout .wc-block-components-sidebar {
  margin-top: 0;
}

.woocommerce-checkout .mp-grid, .woocommerce-checkout .wc-block-components-address-card, .woocommerce-checkout .wc-block-components-radio-control {
  background: #fff !important;
}

.woocommerce-checkout .wc-block-components-shipping-address {
  display: none !important;
}

.wp-block-woocommerce-checkout {
  z-index: 1;
  position: relative;
}

.wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-checkout-order-summary-block {
  flex-direction: column;
  display: flex;
}

.wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block, .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block, .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block, .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  order: 20;
}

.wc-block-components-button {
  background-color: var(--bm-primary-color);
  color: var(--bm-primary-color-contrast);
  cursor: pointer;
  border: none;
  border-radius: 3rem;
  padding: .5rem 1rem;
  line-height: 1.5rem;
  display: inline-block;
}

.wc-block-components-button .wc-block-components-button__text {
  color: #fff !important;
}

.wc-block-components-form input {
  border-color: var(--bm-border-color) !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 2px var(--bm-primary-color) !important;
}

body.woo-overwrites .wc-block-checkout__shipping-method-option--selected {
  background: var(--bm-primary-color) !important;
  color: var(--bm-primary-color-contrast) !important;
}

body.woo-overwrites .components-form-token-field__suggestion:active, body.woo-overwrites .components-form-token-field__suggestion:focus, body.woo-overwrites .components-form-token-field__suggestion:hover, body.woo-overwrites .components-form-token-field__suggestion.is-highlighted, body.woo-overwrites .components-form-token-field__suggestion:active, body.woo-overwrites .components-form-token-field__suggestion:focus, body.woo-overwrites .components-form-token-field__suggestion:hover {
  background: var(--bm-primary-color) !important;
}

body.woo-overwrites .mollie-components .mollie-component iframe {
  margin: 6px;
}

body.woo-overwrites .wc-block-components-radio-control-accordion-content {
  padding: 0;
}

body.woo-overwrites .wc-block-components-radio-control-accordion-content > div > div {
  padding: 8px 16px 16px;
}

.wp-block-woocommerce-checkout .wc-block-components-product-metadata__description, .wc-block-components-product-metadata__description, .wc-block-components-totals-item__value em {
  display: none;
}

#deliveryOptions .mp-flex-grow p {
  padding-bottom: 0;
}

#deliveryOptions .mp-text-gray-500 {
  background-color: #fff;
}

#deliveryOptions .mp-pl-4 {
  padding-left: 0;
}

#deliveryOptions .mp-pl-4 .mp-border-l {
  background: #fff;
}

@media (width <= 576px) {
  #deliveryOptions label.mp-flex {
    flex-wrap: wrap;
  }

  #deliveryOptions label.mp-flex b {
    width: 80%;
  }

  #deliveryOptions label.mp-flex span.mp-bg-green-100 {
    width: 100%;
  }
}

.woocommerce-order-received .hide-on-confirmation {
  display: none;
}

.woocommerce-order address, .woocommerce-order .woocommerce-table, .woocommerce-order .myparcelnl-delivery-options table {
  background: #fff;
}

.woocommerce-order li {
  color: var(--bm-text-light-color);
}

.woocommerce-order h2, .woocommerce-order h3, .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  margin: 1rem 0;
}

.woocommerce-order ul.order_details {
  margin-top: 1rem !important;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}

.woocommerce-order .woocommerce-order-details {
  margin-top: 2rem;
}

.woocommerce-order .myparcelnl-delivery-options table {
  border: 1px solid var(--bm-border-color);
  border-collapse: separate;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 1rem;
}

.woocommerce-order .myparcelnl-delivery-options th {
  text-align: right;
  width: 150px;
  padding-right: .5rem;
}

.woocommerce-order .myparcelnl-delivery-options th, .woocommerce-order .myparcelnl-delivery-options td {
  border-top: 1px solid var(--bm-border-color);
  padding: 9px 12px;
}

.woocommerce-order .myparcelnl-delivery-options tr:first-child th, .woocommerce-order .myparcelnl-delivery-options tr:first-child td {
  border-top: 0;
}

.woocommerce-order address {
  line-height: 1.7rem;
}

.woocommerce-order .woocommerce-customer-details--phone {
  padding: 1rem 0 0;
}

.woocommerce-order .woocommerce-customer-details--email {
  padding: 0;
}

.awdr_bulk_customizable_block {
  width: 100%;
  margin: 1rem 0;
}

.awdr_bulk_customizable_block .scroll-btn {
  background: var(--bm-primary-color-contrast);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--bm-primary-color);
  box-shadow: none;
  border-radius: .25rem;
  font-size: 1.5rem;
  display: flex;
  position: absolute;
  border: 1px solid var(--bm-primary-color) !important;
}

.awdr_bulk_customizable_block .awdr_bulk_card_item {
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  min-width: 27%;
  display: flex;
}

@media screen and (width <= 300px) {
  .awdr_bulk_customizable_block .awdr_bulk_card_item {
    min-width: 80%;
  }
}

@media (width <= 280px) {
  .awdr_bulk_customizable_block .awdr_bulk_card_item {
    min-width: 100%;
  }
}

@media (width <= 520px) {
  .awdr_bulk_customizable_block .awdr_bulk_card_item {
    min-width: 40%;
  }
}

.awdr_bulk_customizable_block .awdr_bulk_card_header {
  background-color: var(--bm-primary-color);
  width: fit-content;
  color: var(--bm-primary-color-contrast);
  margin-bottom: -2px;
  padding: .5rem 1rem;
}

.awdr_bulk_customizable_block .awdr_bulk_card_header.nodiscount {
  background-color: var(--bm-primary-color-lighter);
  color: var(--bm-primary-color-lighter-contrast);
}

.awdr_bulk_customizable_block .awdr_bulk_card_title {
  font-weight: 600;
}

.awdr_bulk_customizable_block .awdr_bulk_card_body {
  border: 1px solid var(--bm-primary-color-light);
  background: #fff;
  border-radius: .2rem;
  width: 100%;
  padding: .5rem 1rem;
}

.awdr_bulk_customizable_block .awdr_bulk_card_range {
  font-weight: 600;
}

.awdr_bulk_customizable_block .awdr_bulk_card_discount {
  color: var(--bm-text-color-light);
}

.awdr_bulk_customizable_block.scroll-vertical .mask {
  -webkit-mask-image: linear-gradient(to right, #000 90%, #0000 100%);
  mask-image: linear-gradient(to right, #000 90%, #0000 100%);
  -webkit-mask-position: 100% 0, 100% bottom;
  mask-position: 100% 0, 100% bottom;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.awdr_bulk_customizable_block.scroll-vertical:not(.at-start) .mask {
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
}

.awdr_bulk_customizable_block.scroll-vertical.at-end .mask {
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #000 100%);
}

.awdr_bulk_customizable_block.scroll-vertical.at-start.at-end .mask {
  -webkit-mask-image: linear-gradient(to right, #000 0% 10%, #000 90% 100%);
}

.awdr_bulk_customizable_block.scroll-vertical .btn {
  border: 1px solid var(--bm-border-color);
  z-index: 10;
  background: #fffc;
  padding: 0;
  top: 47% !important;
}

.awdr_bulk_customizable_block.scroll-vertical .scroll-items {
  flex-flow: row;
  align-items: stretch;
  gap: 1rem;
  list-style: none;
  display: flex;
}

.awdr_bulk_customizable_block.scroll-vertical .staffel.active .awdr_bulk_card_body {
  border-color: 1px solid var(--bm-primary-color);
  background: var(--bm-primary-color-lighter);
}

.awdr_bulk_customizable_block.scroll-vertical .staffel.active .awdr_bulk_card_discount {
  color: var(--bm-primary-color);
}

.awdr_bulk_customizable_block.scroll-vertical .staffel.disabled {
  pointer-events: none;
}

.awdr_bulk_customizable_block.scroll-vertical .staffel.disabled .awdr_bulk_card_item {
  pointer-events: none;
  opacity: .6;
}

.awdr_bulk_customizable_table {
  border: 1px solid var(--bm-primary-color-light);
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  margin: 1rem 0;
  padding: 1.5rem 2rem;
}

.awdr_bulk_customizable_table h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.awdr_bulk_customizable_table li {
  padding: .7rem 0;
}

.awdr_bulk_customizable_table li:first-child {
  border-top: 1px solid var(--bm-primary-color-light);
  border-bottom: 1px solid var(--bm-primary-color-light);
}

.awdr_bulk_customizable_table li:not(:first-child) {
  border-top: none;
  border-bottom: 1px solid var(--bm-primary-color-light);
}

.awdr_bulk_customizable_table .awdr_bulk_card_item {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  width: 100%;
  display: flex;
}

@media (width <= 370px) {
  .awdr_bulk_customizable_table .awdr_bulk_card_item {
    flex-direction: column;
    display: block;
  }

  .awdr_bulk_customizable_table .awdr_bulk_card_item .awdr_bulk_card_body {
    margin-bottom: .5rem;
  }
}

.awdr_bulk_customizable_table .awdr_bulk_card_header {
  background-color: var(--bm-primary-color);
  color: var(--bm-primary-color-contrast);
  border-radius: 1.125rem;
  flex: none;
  padding: .25rem 1rem;
}

.awdr_bulk_customizable_table .awdr_bulk_card_header.nodiscount {
  background-color: var(--bm-primary-color-lighter);
  color: var(--bm-primary-color-lighter-contrast);
}

.awdr_bulk_customizable_table .awdr_bulk_card_range {
  font-weight: 600;
}

.awdr_bulk_customizable_table .awdr_bulk_card_discount {
  color: var(--bm-text-color-light);
}

.editor-styles-wrapper {
  padding: 0 2rem !important;
}

.editor-styles-wrapper > * {
  max-width: 1340px;
  margin: 0 auto;
}

.editor-styles-wrapper .editor-post-title {
  margin-bottom: 2rem;
}

.editor-styles-wrapper .full-container, .editor-styles-wrapper .full-image-overlay-background {
  width: 1340px !important;
}

.editor-styles-wrapper .bm-list-item-cta-link {
  pointer-events: none;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  vertical-align: -.125em;
  height: 1em;
  overflow: visible;
}

body .editor-header:has( > .gutenberg-language-switch) {
  grid-template: auto / 64px minmax(180px, 1fr) 2.5fr minmax(200px, 1fr) minmax(min-content, 1fr) 64px;
}

body .editor-header:has( > .gutenberg-language-switch) .editor-header__settings {
  grid-column: 5 / -1;
}

.dashicons-multi-lang-icon:before {
  color: #2271b1;
  font-size: 18px;
}

.translate-icons.post_title #titlediv #title-prompt-text.screen-reader-text {
  clip-path: none;
  height: 1rem;
  overflow: none;
  color: #1d2327;
  border: 0;
  width: auto;
  margin: 0 0 6px;
  padding: 0 0 4px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1rem;
  display: block;
  position: relative;
  word-wrap: normal !important;
}

.translate-icons.post_content #postdivrich:not(.woocommerce-product-description) #wp-content-wrap:before {
  z-index: 10000;
  position: absolute;
  top: 22px;
  left: 2px;
}

.translate-icons.post_content #postdivrich:not(.woocommerce-product-description) #wp-content-editor-tools {
  text-indent: 30px;
}

.translate-icons.post_title #title-prompt-text:before, .translate-icons.post_content #postdivrich .postbox-header label:before, .translate-icons.post_content #postdivrich:not(.woocommerce-product-description) #wp-content-wrap:before, .translate-icons.post_excerpt #postexcerpt h2:before {
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  content: "";
  color: #2271b1;
  margin-right: 4px;
  font-family: dashicons;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.hs-form-frame {
  border-radius: var(--bm-menu-cta-button-border-radius);
  border: 1px solid var(--bm-border-color);
  background-color: var(--bm-light-bg-color);
  box-shadow: 0 0 10px #d5d5d566;
  font-family: var(--bm-theme-body-font) !important;
}

@media screen and (width <= 768px) {
  .hs-form-frame {
    max-width: 100% !important;
  }
}

.last\:border-0:last-child {
  border-width: 0;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

@media (width >= 576px) {
  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.3333%;
  }

  .sm\:w-2\/3 {
    width: 66.6667%;
  }

  .sm\:w-\[15\%\] {
    width: 15%;
  }

  .sm\:w-\[75\%\] {
    width: 75%;
  }

  .sm\:max-w-\[250px\] {
    max-width: 250px;
  }

  .sm\:justify-normal {
    justify-content: normal;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }
}

@media (width >= 768px) {
  .md\:z-10 {
    z-index: 10;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.3333%;
  }

  .md\:w-2\/3 {
    width: 66.6667%;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }
}
/*# sourceMappingURL=index.css.map */
