@charset "UTF-8";
/**
 * Styles for Grimlock WooCommerce
 *
 * Adds integration features between Grimlock and WooCommerce
 * https://themosaurus.com/
 *
 */
/**
 * Fonts
 */
:root {
  --grimlock-icon-wc-filters: "";
  --grimlock-icon-wc-filters-font-family: var(--grimlock-icon-font-family);
  --grimlock-icon-wc-wishlist: "";
  --grimlock-icon-wc-wishlist-font-family: var(--grimlock-icon-font-family);
  --grimlock-icon-wc-wishlist-added: "";
  --grimlock-icon-wc-wishlist-added-font-family: var(--grimlock-icon-font-family);
  --grimlock-icon-wc-sort: "";
  --grimlock-icon-wc-sort-font-family: var(--grimlock-icon-font-family);
  --grimlock-icon-wc-coupon: "";
  --grimlock-icon-wc-coupon-font-family: var(--grimlock-icon-font-family);
  --grimlock-icon-wc-compare: "";
  --grimlock-icon-wc-compare-font-family: var(--grimlock-icon-font-family);
  --grimlock-icon-wc-view: "";
  --grimlock-icon-wc-view-font-family: var(--grimlock-icon-font-family);
  --grimlock-icon-wc-buy-now: "";
  --grimlock-icon-wc-buy-now-font-family: var(--grimlock-icon-font-family);
}

div.woobt-alert :is(.btn, .button), .wc-vendors-denied > p:first-of-type :is(.btn, .button), .woocommerce-noreviews :is(.btn, .button), .woocommerce-MyAccount-content > p:first-of-type :is(.btn, .button), .woocommerce-password-strength :is(.btn, .button), .woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) :is(.btn, .button),
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) :is(.btn, .button), body .woocommerce-message :is(.btn, .button),
body .woocommerce-error :is(.btn, .button),
body .woocommerce-info :is(.btn, .button),
body p.no_subscriptions :is(.btn, .button),
body .woocommerce-order > .woocommerce-notice :is(.btn, .button),
.woocommerce .woocommerce-message :is(.btn, .button),
.woocommerce .woocommerce-error :is(.btn, .button),
.woocommerce .woocommerce-info :is(.btn, .button),
.woocommerce p.no_subscriptions :is(.btn, .button),
.woocommerce .woocommerce-order > .woocommerce-notice :is(.btn, .button),
.woocommerce-page .woocommerce-message :is(.btn, .button),
.woocommerce-page .woocommerce-error :is(.btn, .button),
.woocommerce-page .woocommerce-info :is(.btn, .button),
.woocommerce-page p.no_subscriptions :is(.btn, .button),
.woocommerce-page .woocommerce-order > .woocommerce-notice :is(.btn, .button) {
  background-color: var(--grimlock-alert-color) !important;
  color: var(--grimlock-alert-background-color) !important;
  border: none !important;
  text-decoration: none !important;
  padding: 0.75em 1.35em;
  font-size: 1em;
}
div.woobt-alert :hover:is(.btn, .button), .wc-vendors-denied > p:first-of-type :hover:is(.btn, .button), .woocommerce-noreviews :hover:is(.btn, .button), .woocommerce-MyAccount-content > p:first-of-type :hover:is(.btn, .button), .woocommerce-password-strength :hover:is(.btn, .button), .woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) :hover:is(.btn, .button),
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) :hover:is(.btn, .button), body .woocommerce-message :hover:is(.btn, .button),
body .woocommerce-error :hover:is(.btn, .button),
body .woocommerce-info :hover:is(.btn, .button),
body p.no_subscriptions :hover:is(.btn, .button),
body .woocommerce-order > .woocommerce-notice :hover:is(.btn, .button),
.woocommerce .woocommerce-message :hover:is(.btn, .button),
.woocommerce .woocommerce-error :hover:is(.btn, .button),
.woocommerce .woocommerce-info :hover:is(.btn, .button),
.woocommerce p.no_subscriptions :hover:is(.btn, .button),
.woocommerce .woocommerce-order > .woocommerce-notice :hover:is(.btn, .button),
.woocommerce-page .woocommerce-message :hover:is(.btn, .button),
.woocommerce-page .woocommerce-error :hover:is(.btn, .button),
.woocommerce-page .woocommerce-info :hover:is(.btn, .button),
.woocommerce-page p.no_subscriptions :hover:is(.btn, .button),
.woocommerce-page .woocommerce-order > .woocommerce-notice :hover:is(.btn, .button), div.woobt-alert :active:is(.btn, .button), .wc-vendors-denied > p:first-of-type :active:is(.btn, .button), .woocommerce-noreviews :active:is(.btn, .button), .woocommerce-MyAccount-content > p:first-of-type :active:is(.btn, .button), .woocommerce-password-strength :active:is(.btn, .button), .woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) :active:is(.btn, .button),
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) :active:is(.btn, .button), body .woocommerce-message :active:is(.btn, .button),
body .woocommerce-error :active:is(.btn, .button),
body .woocommerce-info :active:is(.btn, .button),
body p.no_subscriptions :active:is(.btn, .button),
body .woocommerce-order > .woocommerce-notice :active:is(.btn, .button),
.woocommerce .woocommerce-message :active:is(.btn, .button),
.woocommerce .woocommerce-error :active:is(.btn, .button),
.woocommerce .woocommerce-info :active:is(.btn, .button),
.woocommerce p.no_subscriptions :active:is(.btn, .button),
.woocommerce .woocommerce-order > .woocommerce-notice :active:is(.btn, .button),
.woocommerce-page .woocommerce-message :active:is(.btn, .button),
.woocommerce-page .woocommerce-error :active:is(.btn, .button),
.woocommerce-page .woocommerce-info :active:is(.btn, .button),
.woocommerce-page p.no_subscriptions :active:is(.btn, .button),
.woocommerce-page .woocommerce-order > .woocommerce-notice :active:is(.btn, .button), div.woobt-alert :focus:is(.btn, .button), .wc-vendors-denied > p:first-of-type :focus:is(.btn, .button), .woocommerce-noreviews :focus:is(.btn, .button), .woocommerce-MyAccount-content > p:first-of-type :focus:is(.btn, .button), .woocommerce-password-strength :focus:is(.btn, .button), .woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) :focus:is(.btn, .button),
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) :focus:is(.btn, .button), body .woocommerce-message :focus:is(.btn, .button),
body .woocommerce-error :focus:is(.btn, .button),
body .woocommerce-info :focus:is(.btn, .button),
body p.no_subscriptions :focus:is(.btn, .button),
body .woocommerce-order > .woocommerce-notice :focus:is(.btn, .button),
.woocommerce .woocommerce-message :focus:is(.btn, .button),
.woocommerce .woocommerce-error :focus:is(.btn, .button),
.woocommerce .woocommerce-info :focus:is(.btn, .button),
.woocommerce p.no_subscriptions :focus:is(.btn, .button),
.woocommerce .woocommerce-order > .woocommerce-notice :focus:is(.btn, .button),
.woocommerce-page .woocommerce-message :focus:is(.btn, .button),
.woocommerce-page .woocommerce-error :focus:is(.btn, .button),
.woocommerce-page .woocommerce-info :focus:is(.btn, .button),
.woocommerce-page p.no_subscriptions :focus:is(.btn, .button),
.woocommerce-page .woocommerce-order > .woocommerce-notice :focus:is(.btn, .button) {
  opacity: 0.75 !important;
}

div.woobt-alert, .wc-vendors-denied > p:first-of-type, .woocommerce-noreviews, .woocommerce-MyAccount-content > p:first-of-type, .woocommerce-password-strength, .woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]),
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]), body .woocommerce-message,
body .woocommerce-error,
body .woocommerce-info,
body p.no_subscriptions,
body .woocommerce-order > .woocommerce-notice,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce p.no_subscriptions,
.woocommerce .woocommerce-order > .woocommerce-notice,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page p.no_subscriptions,
.woocommerce-page .woocommerce-order > .woocommerce-notice {
  position: relative;
  padding: var(--grimlock-alert-padding);
  margin-bottom: var(--grimlock-alert-margin-bottom);
  border: 0 !important;
  border-radius: var(--grimlock-alert-border-radius);
  background-color: var(--grimlock-alert-background-color) !important;
  color: var(--grimlock-alert-color) !important;
  font-size: var(--grimlock-alert-font-size);
}
div.woobt-alert a:not([class*=button]), .wc-vendors-denied > p:first-of-type a:not([class*=button]), .woocommerce-noreviews a:not([class*=button]), .woocommerce-MyAccount-content > p:first-of-type a:not([class*=button]), .woocommerce-password-strength a:not([class*=button]), .woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) a:not([class*=button]),
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) a:not([class*=button]), body .woocommerce-message a:not([class*=button]),
body .woocommerce-error a:not([class*=button]),
body .woocommerce-info a:not([class*=button]),
body p.no_subscriptions a:not([class*=button]),
body .woocommerce-order > .woocommerce-notice a:not([class*=button]),
.woocommerce .woocommerce-message a:not([class*=button]),
.woocommerce .woocommerce-error a:not([class*=button]),
.woocommerce .woocommerce-info a:not([class*=button]),
.woocommerce p.no_subscriptions a:not([class*=button]),
.woocommerce .woocommerce-order > .woocommerce-notice a:not([class*=button]),
.woocommerce-page .woocommerce-message a:not([class*=button]),
.woocommerce-page .woocommerce-error a:not([class*=button]),
.woocommerce-page .woocommerce-info a:not([class*=button]),
.woocommerce-page p.no_subscriptions a:not([class*=button]),
.woocommerce-page .woocommerce-order > .woocommerce-notice a:not([class*=button]) {
  color: inherit !important;
  text-decoration: underline;
}
div.woobt-alert a:not([class*=button]):hover, .wc-vendors-denied > p:first-of-type a:not([class*=button]):hover, .woocommerce-noreviews a:not([class*=button]):hover, .woocommerce-MyAccount-content > p:first-of-type a:not([class*=button]):hover, .woocommerce-password-strength a:not([class*=button]):hover, .woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) a:not([class*=button]):hover,
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) a:not([class*=button]):hover, body .woocommerce-message a:not([class*=button]):hover,
body .woocommerce-error a:not([class*=button]):hover,
body .woocommerce-info a:not([class*=button]):hover,
body p.no_subscriptions a:not([class*=button]):hover,
body .woocommerce-order > .woocommerce-notice a:not([class*=button]):hover,
.woocommerce .woocommerce-message a:not([class*=button]):hover,
.woocommerce .woocommerce-error a:not([class*=button]):hover,
.woocommerce .woocommerce-info a:not([class*=button]):hover,
.woocommerce p.no_subscriptions a:not([class*=button]):hover,
.woocommerce .woocommerce-order > .woocommerce-notice a:not([class*=button]):hover,
.woocommerce-page .woocommerce-message a:not([class*=button]):hover,
.woocommerce-page .woocommerce-error a:not([class*=button]):hover,
.woocommerce-page .woocommerce-info a:not([class*=button]):hover,
.woocommerce-page p.no_subscriptions a:not([class*=button]):hover,
.woocommerce-page .woocommerce-order > .woocommerce-notice a:not([class*=button]):hover, div.woobt-alert a:not([class*=button]):active, .wc-vendors-denied > p:first-of-type a:not([class*=button]):active, .woocommerce-noreviews a:not([class*=button]):active, .woocommerce-MyAccount-content > p:first-of-type a:not([class*=button]):active, .woocommerce-password-strength a:not([class*=button]):active, .woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) a:not([class*=button]):active,
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) a:not([class*=button]):active, body .woocommerce-message a:not([class*=button]):active,
body .woocommerce-error a:not([class*=button]):active,
body .woocommerce-info a:not([class*=button]):active,
body p.no_subscriptions a:not([class*=button]):active,
body .woocommerce-order > .woocommerce-notice a:not([class*=button]):active,
.woocommerce .woocommerce-message a:not([class*=button]):active,
.woocommerce .woocommerce-error a:not([class*=button]):active,
.woocommerce .woocommerce-info a:not([class*=button]):active,
.woocommerce p.no_subscriptions a:not([class*=button]):active,
.woocommerce .woocommerce-order > .woocommerce-notice a:not([class*=button]):active,
.woocommerce-page .woocommerce-message a:not([class*=button]):active,
.woocommerce-page .woocommerce-error a:not([class*=button]):active,
.woocommerce-page .woocommerce-info a:not([class*=button]):active,
.woocommerce-page p.no_subscriptions a:not([class*=button]):active,
.woocommerce-page .woocommerce-order > .woocommerce-notice a:not([class*=button]):active, div.woobt-alert a:not([class*=button]):focus, .wc-vendors-denied > p:first-of-type a:not([class*=button]):focus, .woocommerce-noreviews a:not([class*=button]):focus, .woocommerce-MyAccount-content > p:first-of-type a:not([class*=button]):focus, .woocommerce-password-strength a:not([class*=button]):focus, .woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) a:not([class*=button]):focus,
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword > p:not([class]) a:not([class*=button]):focus, body .woocommerce-message a:not([class*=button]):focus,
body .woocommerce-error a:not([class*=button]):focus,
body .woocommerce-info a:not([class*=button]):focus,
body p.no_subscriptions a:not([class*=button]):focus,
body .woocommerce-order > .woocommerce-notice a:not([class*=button]):focus,
.woocommerce .woocommerce-message a:not([class*=button]):focus,
.woocommerce .woocommerce-error a:not([class*=button]):focus,
.woocommerce .woocommerce-info a:not([class*=button]):focus,
.woocommerce p.no_subscriptions a:not([class*=button]):focus,
.woocommerce .woocommerce-order > .woocommerce-notice a:not([class*=button]):focus,
.woocommerce-page .woocommerce-message a:not([class*=button]):focus,
.woocommerce-page .woocommerce-error a:not([class*=button]):focus,
.woocommerce-page .woocommerce-info a:not([class*=button]):focus,
.woocommerce-page p.no_subscriptions a:not([class*=button]):focus,
.woocommerce-page .woocommerce-order > .woocommerce-notice a:not([class*=button]):focus {
  opacity: 0.75 !important;
  text-decoration: none !important;
}
.woocommerce-password-strength.strong {
  --grimlock-alert-color: var(--grimlock-alert-success-color);
  --grimlock-alert-background-color: var(--grimlock-alert-success-background-color);
}

.woocommerce-password-strength.short, body .woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  --grimlock-alert-color: var(--grimlock-alert-danger-color);
  --grimlock-alert-background-color: var(--grimlock-alert-danger-background-color);
}

.woocommerce-password-strength.bad, .woocommerce-password-strength.good {
  --grimlock-alert-color: var(--grimlock-alert-warning-color);
  --grimlock-alert-background-color: var(--grimlock-alert-warning-background-color);
}

.wc-vendors-denied > p:first-of-type, .woocommerce-MyAccount-content > p:first-of-type {
  --grimlock-alert-color: var(--grimlock-alert-faded-color);
  --grimlock-alert-background-color: var(--grimlock-alert-faded-background-color);
}

.wc-block-mini-cart .wc-block-mini-cart__badge, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper .woosw-count, #navigation .wpcas-menu-item > a > span:after,
#navigation .woosw-menu-item > a > span:after,
#navigation .woosc-menu-item > a > span:after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 20px;
  min-height: 20px;
  border: 0;
  border-radius: 500px;
  text-align: center;
  font-weight: 600;
  font-size: 0.65rem;
  line-height: 0;
  letter-spacing: 0;
  pointer-events: none;
  -webkit-font-smoothing: subpixel-antialiased;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  transition: all 0.2s ease-in-out;
  padding: 2px;
  font-family: var(--grimlock-text-font-family);
  position: relative;
  z-index: 2;
}

#navigation .wpcas-menu-item > a > span:after,
#navigation .woosw-menu-item > a > span:after,
#navigation .woosc-menu-item > a > span:after {
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate3d(0, -50%, 0);
  box-shadow: 0 0 0 3px var(--grimlock-navigation-background-color);
}
@media (min-width: 992px) {
  #navigation .wpcas-menu-item > a > span:after,
  #navigation .woosw-menu-item > a > span:after,
  #navigation .woosc-menu-item > a > span:after {
    right: -5px;
    transform: translate3d(0, -30px, 0);
  }
}
@media (max-width: 991.98px) {
  #navigation .wpcas-menu-item > a > span:after,
  #navigation .woosw-menu-item > a > span:after,
  #navigation .woosc-menu-item > a > span:after {
    top: 50%;
    right: calc(50% - 20px);
  }
}

.wc-block-pagination .wc-block-pagination-page[title="Previous page"] span[aria-hidden=true], .wc-block-pagination .wc-block-pagination-page[title="Next page"] span[aria-hidden=true], .woocommerce nav.woocommerce-pagination ul > li > a.previous, .woocommerce nav.woocommerce-pagination ul > li > a.prev, .woocommerce nav.woocommerce-pagination ul > li > a.next,
.woocommerce nav.woocommerce-pagination ul > li span.previous,
.woocommerce nav.woocommerce-pagination ul > li span.prev,
.woocommerce nav.woocommerce-pagination ul > li span.next,
.woocommerce-page nav.woocommerce-pagination ul > li > a.previous,
.woocommerce-page nav.woocommerce-pagination ul > li > a.prev,
.woocommerce-page nav.woocommerce-pagination ul > li > a.next,
.woocommerce-page nav.woocommerce-pagination ul > li span.previous,
.woocommerce-page nav.woocommerce-pagination ul > li span.prev,
.woocommerce-page nav.woocommerce-pagination ul > li span.next {
  font-size: 0;
}

.wc-block-pagination .wc-block-pagination-page[title="Previous page"] span[aria-hidden=true], .woocommerce nav.woocommerce-pagination ul > li > a.previous, .woocommerce nav.woocommerce-pagination ul > li > a.prev,
.woocommerce nav.woocommerce-pagination ul > li span.previous,
.woocommerce nav.woocommerce-pagination ul > li span.prev,
.woocommerce-page nav.woocommerce-pagination ul > li > a.previous,
.woocommerce-page nav.woocommerce-pagination ul > li > a.prev,
.woocommerce-page nav.woocommerce-pagination ul > li span.previous,
.woocommerce-page nav.woocommerce-pagination ul > li span.prev {
  text-decoration: none !important;
}
.wc-block-pagination .wc-block-pagination-page[title="Previous page"] span[aria-hidden=true]:before, .woocommerce nav.woocommerce-pagination ul > li > a.previous:before, .woocommerce nav.woocommerce-pagination ul > li > a.prev:before,
.woocommerce nav.woocommerce-pagination ul > li span.previous:before,
.woocommerce nav.woocommerce-pagination ul > li span.prev:before,
.woocommerce-page nav.woocommerce-pagination ul > li > a.previous:before,
.woocommerce-page nav.woocommerce-pagination ul > li > a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul > li span.previous:before,
.woocommerce-page nav.woocommerce-pagination ul > li span.prev:before {
  font-family: var(--grimlock-icon-pager-prev-font-family) !important;
  content: var(--grimlock-icon-pager-prev);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  opacity: 1;
  min-width: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform 0.2s ease-in-out;
  background-image: none;
}
html[dir=rtl] .wc-block-pagination .wc-block-pagination-page[title="Previous page"] span[aria-hidden=true]:before, .wc-block-pagination .wc-block-pagination-page[title="Previous page"] html[dir=rtl] span[aria-hidden=true]:before, html[dir=rtl] .woocommerce nav.woocommerce-pagination ul > li > a.previous:before, .woocommerce nav.woocommerce-pagination html[dir=rtl] ul > li > a.previous:before, html[dir=rtl] .woocommerce nav.woocommerce-pagination ul > li > a.prev:before, .woocommerce nav.woocommerce-pagination html[dir=rtl] ul > li > a.prev:before,
html[dir=rtl] .woocommerce nav.woocommerce-pagination ul > li span.previous:before,
.woocommerce nav.woocommerce-pagination ul > li html[dir=rtl] span.previous:before,
html[dir=rtl] .woocommerce nav.woocommerce-pagination ul > li span.prev:before,
.woocommerce nav.woocommerce-pagination ul > li html[dir=rtl] span.prev:before,
html[dir=rtl] .woocommerce-page nav.woocommerce-pagination ul > li > a.previous:before,
.woocommerce-page nav.woocommerce-pagination html[dir=rtl] ul > li > a.previous:before,
html[dir=rtl] .woocommerce-page nav.woocommerce-pagination ul > li > a.prev:before,
.woocommerce-page nav.woocommerce-pagination html[dir=rtl] ul > li > a.prev:before,
html[dir=rtl] .woocommerce-page nav.woocommerce-pagination ul > li span.previous:before,
.woocommerce-page nav.woocommerce-pagination ul > li html[dir=rtl] span.previous:before,
html[dir=rtl] .woocommerce-page nav.woocommerce-pagination ul > li span.prev:before,
.woocommerce-page nav.woocommerce-pagination ul > li html[dir=rtl] span.prev:before {
  transform: scaleX(-1);
}

.wc-block-pagination .wc-block-pagination-page[title="Next page"] span[aria-hidden=true], .woocommerce nav.woocommerce-pagination ul > li > a.next,
.woocommerce nav.woocommerce-pagination ul > li span.next,
.woocommerce-page nav.woocommerce-pagination ul > li > a.next,
.woocommerce-page nav.woocommerce-pagination ul > li span.next {
  text-decoration: none !important;
}
.wc-block-pagination .wc-block-pagination-page[title="Next page"] span[aria-hidden=true]:after, .woocommerce nav.woocommerce-pagination ul > li > a.next:after,
.woocommerce nav.woocommerce-pagination ul > li span.next:after,
.woocommerce-page nav.woocommerce-pagination ul > li > a.next:after,
.woocommerce-page nav.woocommerce-pagination ul > li span.next:after {
  font-family: var(--grimlock-icon-pager-next-font-family) !important;
  content: var(--grimlock-icon-pager-next);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  opacity: 1;
  min-width: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform 0.2s ease-in-out;
  background-image: none;
}
html[dir=rtl] .wc-block-pagination .wc-block-pagination-page[title="Next page"] span[aria-hidden=true]:after, .wc-block-pagination .wc-block-pagination-page[title="Next page"] html[dir=rtl] span[aria-hidden=true]:after, html[dir=rtl] .woocommerce nav.woocommerce-pagination ul > li > a.next:after, .woocommerce nav.woocommerce-pagination html[dir=rtl] ul > li > a.next:after,
html[dir=rtl] .woocommerce nav.woocommerce-pagination ul > li span.next:after,
.woocommerce nav.woocommerce-pagination ul > li html[dir=rtl] span.next:after,
html[dir=rtl] .woocommerce-page nav.woocommerce-pagination ul > li > a.next:after,
.woocommerce-page nav.woocommerce-pagination html[dir=rtl] ul > li > a.next:after,
html[dir=rtl] .woocommerce-page nav.woocommerce-pagination ul > li span.next:after,
.woocommerce-page nav.woocommerce-pagination ul > li html[dir=rtl] span.next:after {
  transform: scaleX(-1);
}

.wc-block-pagination, .woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
}
.wc-block-pagination::after, .woocommerce nav.woocommerce-pagination ul::after,
.woocommerce-page nav.woocommerce-pagination ul::after {
  display: block;
  clear: both;
  content: "";
}

.wc-block-pagination .wc-block-pagination-page, .woocommerce nav.woocommerce-pagination ul > li,
.woocommerce-page nav.woocommerce-pagination ul > li {
  display: inline-flex;
  vertical-align: middle;
}
.wc-block-pagination .wc-block-pagination-page *, .woocommerce nav.woocommerce-pagination ul > li *,
.woocommerce-page nav.woocommerce-pagination ul > li * {
  text-decoration: none !important;
}

.wc-block-pagination .wc-block-pagination-page + li a, .woocommerce nav.woocommerce-pagination ul > li + li a,
.woocommerce-page nav.woocommerce-pagination ul > li + li a,
.wc-block-pagination .wc-block-pagination-page + li span,
.woocommerce nav.woocommerce-pagination ul > li + li span,
.woocommerce-page nav.woocommerce-pagination ul > li + li span {
  margin-left: 0.5rem;
}

.wc-block-pagination .wc-block-pagination-page span.wc-block-pagination-page--active, .woocommerce nav.woocommerce-pagination ul > li > a.current,
.woocommerce nav.woocommerce-pagination ul > li span.current,
.woocommerce-page nav.woocommerce-pagination ul > li > a.current,
.woocommerce-page nav.woocommerce-pagination ul > li span.current, .wc-block-pagination .wc-block-pagination-page span:hover, .woocommerce nav.woocommerce-pagination ul > li > a:hover,
.woocommerce nav.woocommerce-pagination ul > li span:hover,
.woocommerce-page nav.woocommerce-pagination ul > li > a:hover,
.woocommerce-page nav.woocommerce-pagination ul > li span:hover, .wc-block-pagination .wc-block-pagination-page span:focus, .woocommerce nav.woocommerce-pagination ul > li > a:focus,
.woocommerce nav.woocommerce-pagination ul > li span:focus,
.woocommerce-page nav.woocommerce-pagination ul > li > a:focus,
.woocommerce-page nav.woocommerce-pagination ul > li span:focus {
  color: var(--grimlock-pagination-hover-color);
  background-color: var(--grimlock-pagination-hover-background-color);
  border-color: var(--grimlock-pagination-hover-border-color);
}

.wc-block-pagination .wc-block-pagination-page span, .woocommerce nav.woocommerce-pagination ul > li > a,
.woocommerce nav.woocommerce-pagination ul > li span,
.woocommerce-page nav.woocommerce-pagination ul > li > a,
.woocommerce-page nav.woocommerce-pagination ul > li span {
  position: relative;
  float: left;
  padding: var(--grimlock-pagination-padding-y) var(--grimlock-pagination-padding-x);
  background-color: var(--grimlock-pagination-background-color);
  border: var(--grimlock-pagination-border-width) solid var(--grimlock-pagination-border-color);
  border-radius: var(--grimlock-pagination-border-radius);
  color: var(--grimlock-pagination-color);
  text-decoration: none !important;
  font-size: var(--grimlock-pagination-font-size);
  font-weight: var(--grimlock-pagination-font-weight);
  text-transform: var(--grimlock-pagination-text-transform);
  letter-spacing: var(--grimlock-pagination-letter-spacing);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  word-break: break-word;
}
.wc-block-pagination .wc-block-pagination-page span:hover, .woocommerce nav.woocommerce-pagination ul > li > a:hover,
.woocommerce nav.woocommerce-pagination ul > li span:hover,
.woocommerce-page nav.woocommerce-pagination ul > li > a:hover,
.woocommerce-page nav.woocommerce-pagination ul > li span:hover, .wc-block-pagination .wc-block-pagination-page span:focus, .woocommerce nav.woocommerce-pagination ul > li > a:focus,
.woocommerce nav.woocommerce-pagination ul > li span:focus,
.woocommerce-page nav.woocommerce-pagination ul > li > a:focus,
.woocommerce-page nav.woocommerce-pagination ul > li span:focus {
  text-decoration: none !important;
}

.wc-block-pagination .wc-block-pagination-page span, .woocommerce nav.woocommerce-pagination ul > li > a,
.woocommerce nav.woocommerce-pagination ul > li span,
.woocommerce-page nav.woocommerce-pagination ul > li > a,
.woocommerce-page nav.woocommerce-pagination ul > li span {
  padding: calc(var(--grimlock-pagination-padding-y) * 0.75) calc(var(--grimlock-pagination-padding-x) * 0.75);
  min-width: 45px;
  min-height: 45px;
  line-height: 1;
}

:root {
  --woocommerce: var(--grimlock-button-primary-background-color);
  --wc-primary: var(--grimlock-button-primary-background-color);
  --wc-primary-text: var(--grimlock-button-primary-color);
  --wc-green: var(--grimlock-color-success);
  --wc-red: var(--grimlock-color-danger);
  --wc-orange: var(--grimlock-color-warning);
  --wc-blue: var(--grimlock-color-info);
  --wc-secondary: var(--grimlock-button-secondary-background-color);
  --wc-secondary-text: var(--grimlock-button-secondary-color);
  --wc-drawer-panel-width: 500px;
  --wc-drawer-panel-top-area-height: 58px;
  --wc-sale-badge-background-color: var(--grimlock-color-success);
}
@media screen and (max-width: 768px) {
  :root {
    --wc-drawer-panel-width: 100vw;
    --wc-drawer-panel-top-area-height: 50px;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.dropdown-wc-filters-open #woofc-count.woofc-count-bottom-right {
  pointer-events: none;
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

/**
 * Wrappers
 */
.woocommerce.single-product .grimlock--page-header .page-title {
  display: none;
}

.grimlock-footer .woocommerce ul.product_list_widget li .product-title,
.grimlock-footer .woocommerce ul.cart_list li a,
.grimlock-footer .woocommerce ul.product_list_widget li a {
  color: var(--grimlock-prefooter-heading-color);
}

.grimlock-footer .woocommerce ul.product_list_widget li .product-title,
.grimlock-footer .woocommerce ul.cart_list li a,
.grimlock-footer .woocommerce ul.product_list_widget li a {
  color: var(--grimlock-footer-heading-color);
}

.woocommerce .site-content__row > #container,
.woocommerce-page .site-content__row > #container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
  min-width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  float: none;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/**
 * Alert components
 */
body .woocommerce-message,
body .woocommerce-error,
body .woocommerce-info,
body p.no_subscriptions,
body .woocommerce-order > .woocommerce-notice,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce p.no_subscriptions,
.woocommerce .woocommerce-order > .woocommerce-notice,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page p.no_subscriptions,
.woocommerce-page .woocommerce-order > .woocommerce-notice {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  body .woocommerce-message,
  body .woocommerce-error,
  body .woocommerce-info,
  body p.no_subscriptions,
  body .woocommerce-order > .woocommerce-notice,
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce p.no_subscriptions,
  .woocommerce .woocommerce-order > .woocommerce-notice,
  .woocommerce-page .woocommerce-message,
  .woocommerce-page .woocommerce-error,
  .woocommerce-page .woocommerce-info,
  .woocommerce-page p.no_subscriptions,
  .woocommerce-page .woocommerce-order > .woocommerce-notice {
    flex-direction: column;
    text-align: center;
  }
}
body .woocommerce-message:before,
body .woocommerce-error:before,
body .woocommerce-info:before,
body p.no_subscriptions:before,
body .woocommerce-order > .woocommerce-notice:before,
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce p.no_subscriptions:before,
.woocommerce .woocommerce-order > .woocommerce-notice:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page p.no_subscriptions:before,
.woocommerce-page .woocommerce-order > .woocommerce-notice:before {
  color: inherit;
  position: static;
  margin-right: 1em;
}
@media (max-width: 991.98px) {
  body .woocommerce-message:before,
  body .woocommerce-error:before,
  body .woocommerce-info:before,
  body p.no_subscriptions:before,
  body .woocommerce-order > .woocommerce-notice:before,
  .woocommerce .woocommerce-message:before,
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before,
  .woocommerce p.no_subscriptions:before,
  .woocommerce .woocommerce-order > .woocommerce-notice:before,
  .woocommerce-page .woocommerce-message:before,
  .woocommerce-page .woocommerce-error:before,
  .woocommerce-page .woocommerce-info:before,
  .woocommerce-page p.no_subscriptions:before,
  .woocommerce-page .woocommerce-order > .woocommerce-notice:before {
    margin: 0 0 0.2em 0;
    font-size: 1.5em;
    opacity: 0.5;
  }
}
body .woocommerce-message a.button,
body .woocommerce-error a.button,
body .woocommerce-info a.button,
body p.no_subscriptions a.button,
body .woocommerce-order > .woocommerce-notice a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce p.no_subscriptions a.button,
.woocommerce .woocommerce-order > .woocommerce-notice a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce-page .woocommerce-info a.button,
.woocommerce-page p.no_subscriptions a.button,
.woocommerce-page .woocommerce-order > .woocommerce-notice a.button {
  order: 2;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  body .woocommerce-message a.button,
  body .woocommerce-error a.button,
  body .woocommerce-info a.button,
  body p.no_subscriptions a.button,
  body .woocommerce-order > .woocommerce-notice a.button,
  .woocommerce .woocommerce-message a.button,
  .woocommerce .woocommerce-error a.button,
  .woocommerce .woocommerce-info a.button,
  .woocommerce p.no_subscriptions a.button,
  .woocommerce .woocommerce-order > .woocommerce-notice a.button,
  .woocommerce-page .woocommerce-message a.button,
  .woocommerce-page .woocommerce-error a.button,
  .woocommerce-page .woocommerce-info a.button,
  .woocommerce-page p.no_subscriptions a.button,
  .woocommerce-page .woocommerce-order > .woocommerce-notice a.button {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 100%;
  }
}
body .woocommerce-message a:not(.button),
body .woocommerce-message a.showcoupon,
body .woocommerce-error a:not(.button),
body .woocommerce-error a.showcoupon,
body .woocommerce-info a:not(.button),
body .woocommerce-info a.showcoupon,
body p.no_subscriptions a:not(.button),
body p.no_subscriptions a.showcoupon,
body .woocommerce-order > .woocommerce-notice a:not(.button),
body .woocommerce-order > .woocommerce-notice a.showcoupon,
.woocommerce .woocommerce-message a:not(.button),
.woocommerce .woocommerce-message a.showcoupon,
.woocommerce .woocommerce-error a:not(.button),
.woocommerce .woocommerce-error a.showcoupon,
.woocommerce .woocommerce-info a:not(.button),
.woocommerce .woocommerce-info a.showcoupon,
.woocommerce p.no_subscriptions a:not(.button),
.woocommerce p.no_subscriptions a.showcoupon,
.woocommerce .woocommerce-order > .woocommerce-notice a:not(.button),
.woocommerce .woocommerce-order > .woocommerce-notice a.showcoupon,
.woocommerce-page .woocommerce-message a:not(.button),
.woocommerce-page .woocommerce-message a.showcoupon,
.woocommerce-page .woocommerce-error a:not(.button),
.woocommerce-page .woocommerce-error a.showcoupon,
.woocommerce-page .woocommerce-info a:not(.button),
.woocommerce-page .woocommerce-info a.showcoupon,
.woocommerce-page p.no_subscriptions a:not(.button),
.woocommerce-page p.no_subscriptions a.showcoupon,
.woocommerce-page .woocommerce-order > .woocommerce-notice a:not(.button),
.woocommerce-page .woocommerce-order > .woocommerce-notice a.showcoupon {
  margin-left: 5px;
}
body .woocommerce-NoticeGroup-checkout .woocommerce-error,
.woocommerce .woocommerce-NoticeGroup-checkout .woocommerce-error,
.woocommerce-page .woocommerce-NoticeGroup-checkout .woocommerce-error {
  display: flex;
  flex-wrap: wrap;
}

/**
 * Buttons components
 */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .product__card a.button, .woocommerce .product__card button, .woocommerce .product__card button.button, .woocommerce .woocommerce-cart-form .coupon button[type=submit],
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page .product__card a.button,
.woocommerce-page .product__card button,
.woocommerce-page .product__card button.button,
.woocommerce-page .woocommerce-cart-form .coupon button[type=submit] {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-secondary-color);
  background-color: var(--grimlock-button-secondary-background-color);
  border-color: var(--grimlock-button-secondary-border-color);
}
.woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:active, .woocommerce button.button:focus, .woocommerce input.button:hover, .woocommerce input.button:active, .woocommerce input.button:focus, .woocommerce .product__card a.button:hover, .woocommerce .product__card a.button:active, .woocommerce .product__card a.button:focus, .woocommerce .product__card button:hover, .woocommerce .product__card button:active, .woocommerce .product__card button:focus, .woocommerce .product__card button.button:hover, .woocommerce .product__card button.button:active, .woocommerce .product__card button.button:focus, .woocommerce .woocommerce-cart-form .coupon button[type=submit]:hover, .woocommerce .woocommerce-cart-form .coupon button[type=submit]:active, .woocommerce .woocommerce-cart-form .coupon button[type=submit]:focus,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:active,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:active,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:hover,
.woocommerce-page input.button:active,
.woocommerce-page input.button:focus,
.woocommerce-page .product__card a.button:hover,
.woocommerce-page .product__card a.button:active,
.woocommerce-page .product__card a.button:focus,
.woocommerce-page .product__card button:hover,
.woocommerce-page .product__card button:active,
.woocommerce-page .product__card button:focus,
.woocommerce-page .product__card button.button:hover,
.woocommerce-page .product__card button.button:active,
.woocommerce-page .product__card button.button:focus,
.woocommerce-page .woocommerce-cart-form .coupon button[type=submit]:hover,
.woocommerce-page .woocommerce-cart-form .coupon button[type=submit]:active,
.woocommerce-page .woocommerce-cart-form .coupon button[type=submit]:focus {
  color: var(--grimlock-button-secondary-hover-color);
  background-color: var(--grimlock-button-secondary-hover-background-color);
  border-color: var(--grimlock-button-secondary-hover-border-color);
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce input[type=submit].button, .woocommerce button[type=submit].button, .woocommerce .woocommerce-cart-form .actions button[name=update_cart],
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit,
.woocommerce-page input[type=submit].button,
.woocommerce-page button[type=submit].button,
.woocommerce-page .woocommerce-cart-form .actions button[name=update_cart] {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}
.woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:active, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus, .woocommerce input[type=submit].button:hover, .woocommerce input[type=submit].button:active, .woocommerce input[type=submit].button:focus, .woocommerce button[type=submit].button:hover, .woocommerce button[type=submit].button:active, .woocommerce button[type=submit].button:focus, .woocommerce .woocommerce-cart-form .actions button[name=update_cart]:hover, .woocommerce .woocommerce-cart-form .actions button[name=update_cart]:active, .woocommerce .woocommerce-cart-form .actions button[name=update_cart]:focus,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button.alt:active,
.woocommerce-page a.button.alt:focus,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.alt:active,
.woocommerce-page button.button.alt:focus,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button.alt:active,
.woocommerce-page input.button.alt:focus,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page input[type=submit].button:hover,
.woocommerce-page input[type=submit].button:active,
.woocommerce-page input[type=submit].button:focus,
.woocommerce-page button[type=submit].button:hover,
.woocommerce-page button[type=submit].button:active,
.woocommerce-page button[type=submit].button:focus,
.woocommerce-page .woocommerce-cart-form .actions button[name=update_cart]:hover,
.woocommerce-page .woocommerce-cart-form .actions button[name=update_cart]:active,
.woocommerce-page .woocommerce-cart-form .actions button[name=update_cart]:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled], .woocommerce .product__card a.button:disabled, .woocommerce .product__card a.button.disabled, .woocommerce .product__card a.button:disabled[disabled], .woocommerce .product__card button:disabled, .woocommerce .product__card button.disabled, .woocommerce .product__card button:disabled[disabled], .woocommerce .product__card button.button:disabled, .woocommerce .product__card button.button.disabled, .woocommerce .product__card button.button:disabled[disabled], .woocommerce .woocommerce-cart-form .coupon button[type=submit]:disabled, .woocommerce .woocommerce-cart-form .coupon button[type=submit].disabled, .woocommerce .woocommerce-cart-form .coupon button[type=submit]:disabled[disabled],
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt:disabled[disabled], .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce input[type=submit].button:disabled, .woocommerce input[type=submit].button.disabled, .woocommerce input[type=submit].button:disabled[disabled], .woocommerce button[type=submit].button:disabled, .woocommerce button[type=submit].button.disabled, .woocommerce button[type=submit].button:disabled[disabled], .woocommerce .woocommerce-cart-form .actions button[name=update_cart]:disabled, .woocommerce .woocommerce-cart-form .actions button[name=update_cart].disabled, .woocommerce .woocommerce-cart-form .actions button[name=update_cart]:disabled[disabled],
.woocommerce-page a.button:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button:disabled[disabled],
.woocommerce-page button.button:disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page button.button:disabled[disabled],
.woocommerce-page input.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page input.button:disabled[disabled],
.woocommerce-page .product__card a.button:disabled,
.woocommerce-page .product__card a.button.disabled,
.woocommerce-page .product__card a.button:disabled[disabled],
.woocommerce-page .product__card button:disabled,
.woocommerce-page .product__card button.disabled,
.woocommerce-page .product__card button:disabled[disabled],
.woocommerce-page .product__card button.button:disabled,
.woocommerce-page .product__card button.button.disabled,
.woocommerce-page .product__card button.button:disabled[disabled],
.woocommerce-page .woocommerce-cart-form .coupon button[type=submit]:disabled,
.woocommerce-page .woocommerce-cart-form .coupon button[type=submit].disabled,
.woocommerce-page .woocommerce-cart-form .coupon button[type=submit]:disabled[disabled],
.woocommerce-page a.button.alt:disabled,
.woocommerce-page a.button.alt.disabled,
.woocommerce-page a.button.alt:disabled[disabled],
.woocommerce-page button.button.alt:disabled,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page button.button.alt:disabled[disabled],
.woocommerce-page input.button.alt:disabled,
.woocommerce-page input.button.alt.disabled,
.woocommerce-page input.button.alt:disabled[disabled],
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page #respond input#submit:disabled[disabled],
.woocommerce-page input[type=submit].button:disabled,
.woocommerce-page input[type=submit].button.disabled,
.woocommerce-page input[type=submit].button:disabled[disabled],
.woocommerce-page button[type=submit].button:disabled,
.woocommerce-page button[type=submit].button.disabled,
.woocommerce-page button[type=submit].button:disabled[disabled],
.woocommerce-page .woocommerce-cart-form .actions button[name=update_cart]:disabled,
.woocommerce-page .woocommerce-cart-form .actions button[name=update_cart].disabled,
.woocommerce-page .woocommerce-cart-form .actions button[name=update_cart]:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
  background-color: var(--grimlock-color-faded);
  color: inherit;
  border-color: var(--grimlock-color-faded);
}
.woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce .product__card a.button.loading, .woocommerce .product__card button.loading, .woocommerce .product__card button.button.loading, .woocommerce .woocommerce-cart-form .coupon button[type=submit].loading,
.woocommerce a.button.alt.loading, .woocommerce button.button.alt.loading, .woocommerce input.button.alt.loading, .woocommerce #respond input#submit.loading, .woocommerce input[type=submit].button.loading, .woocommerce button[type=submit].button.loading, .woocommerce .woocommerce-cart-form .actions button[name=update_cart].loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading,
.woocommerce-page .product__card a.button.loading,
.woocommerce-page .product__card button.loading,
.woocommerce-page .product__card button.button.loading,
.woocommerce-page .woocommerce-cart-form .coupon button[type=submit].loading,
.woocommerce-page a.button.alt.loading,
.woocommerce-page button.button.alt.loading,
.woocommerce-page input.button.alt.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page input[type=submit].button.loading,
.woocommerce-page button[type=submit].button.loading,
.woocommerce-page .woocommerce-cart-form .actions button[name=update_cart].loading {
  opacity: 1;
}
.woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after, .woocommerce .product__card a.button.loading:after, .woocommerce .product__card button.loading:after, .woocommerce .product__card button.button.loading:after, .woocommerce .woocommerce-cart-form .coupon button[type=submit].loading:after,
.woocommerce a.button.alt.loading:after, .woocommerce button.button.alt.loading:after, .woocommerce input.button.alt.loading:after, .woocommerce #respond input#submit.loading:after, .woocommerce input[type=submit].button.loading:after, .woocommerce button[type=submit].button.loading:after, .woocommerce .woocommerce-cart-form .actions button[name=update_cart].loading:after,
.woocommerce-page a.button.loading:after,
.woocommerce-page button.button.loading:after,
.woocommerce-page input.button.loading:after,
.woocommerce-page .product__card a.button.loading:after,
.woocommerce-page .product__card button.loading:after,
.woocommerce-page .product__card button.button.loading:after,
.woocommerce-page .woocommerce-cart-form .coupon button[type=submit].loading:after,
.woocommerce-page a.button.alt.loading:after,
.woocommerce-page button.button.alt.loading:after,
.woocommerce-page input.button.alt.loading:after,
.woocommerce-page #respond input#submit.loading:after,
.woocommerce-page input[type=submit].button.loading:after,
.woocommerce-page button[type=submit].button.loading:after,
.woocommerce-page .woocommerce-cart-form .actions button[name=update_cart].loading:after {
  margin: -10px 0 0 0;
  color: inherit !important;
  width: 20px;
  height: 20px;
  font-size: 13px;
  top: 50%;
}

/**
 * Form component
 */
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  flex-direction: column;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.woocommerce form .form-row:last-child,
.woocommerce-page form .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  line-height: normal;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
}
.woocommerce form .form-row span.woocommerce-input-wrapper,
.woocommerce-page form .form-row span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: inline-block;
  margin-right: 0.25rem;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  color: inherit;
  opacity: 0.7;
}
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce-page form .form-row.woocommerce-invalid label {
  color: var(--grimlock-color-danger);
}
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce-page form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.woocommerce-invalid select {
  border-color: var(--grimlock-color-danger);
}
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce-page form .form-row.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.woocommerce-validated select {
  border-color: #3DBDB6;
}
@media (max-width: 991.98px) {
  .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last,
  .woocommerce-page form .form-row.form-row-first,
  .woocommerce-page form .form-row.form-row-last {
    width: 100%;
  }
}
.woocommerce form .form-row#billing_address_1_field, .woocommerce form .form-row#shipping_address_1_field,
.woocommerce-page form .form-row#billing_address_1_field,
.woocommerce-page form .form-row#shipping_address_1_field {
  margin-bottom: 0.5rem;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .select2.select2-container .select2-selection .select2-selection__rendered,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row .select2.select2-container .select2-selection .select2-selection__rendered {
  height: 45px;
  padding: 0.6rem 1rem;
}
.woocommerce form .form-row .select2-container,
.woocommerce-page form .form-row .select2-container {
  margin-bottom: 6px;
}
.woocommerce form .shipping_address,
.woocommerce-page form .shipping_address {
  margin-bottom: 1.5rem;
}
.woocommerce form .woocommerce form .show-password-input,
.woocommerce-page form .woocommerce form .show-password-input {
  top: 0;
  right: 0;
  height: 100%;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grimlock-control-placeholder-color);
  transition: all 0.2s ease-in-out;
}
.woocommerce form .woocommerce form .show-password-input:not(:hover),
.woocommerce-page form .woocommerce form .show-password-input:not(:hover) {
  opacity: 0.5;
}
.woocommerce form .woocommerce form .show-password-input:after,
.woocommerce-page form .woocommerce form .show-password-input:after {
  margin: 0;
}
.woocommerce form .woocommerce-form-row input + span > em,
.woocommerce-page form .woocommerce-form-row input + span > em {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.9em;
}
.woocommerce form .woocommerce-form-row + fieldset,
.woocommerce-page form .woocommerce-form-row + fieldset {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.woocommerce form.woocommerce-form-login,
.woocommerce form.woocommerce-form-register,
.woocommerce-page form.woocommerce-form-login,
.woocommerce-page form.woocommerce-form-register {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
.woocommerce form.woocommerce-form-login div.clear + .form-row,
.woocommerce form.woocommerce-form-register div.clear + .form-row,
.woocommerce-page form.woocommerce-form-login div.clear + .form-row,
.woocommerce-page form.woocommerce-form-register div.clear + .form-row {
  display: flex;
  align-items: flex-start;
}
.woocommerce form.woocommerce-form-login .lost_password,
.woocommerce form.woocommerce-form-register .lost_password,
.woocommerce-page form.woocommerce-form-login .lost_password,
.woocommerce-page form.woocommerce-form-register .lost_password {
  margin-bottom: 0;
  padding-top: 0.5em;
  text-align: center;
  font-size: 0.95em;
}
.woocommerce form.woocommerce-form-login .form-row:not(.woocommerce-form-row),
.woocommerce form.woocommerce-form-register .form-row:not(.woocommerce-form-row),
.woocommerce-page form.woocommerce-form-login .form-row:not(.woocommerce-form-row),
.woocommerce-page form.woocommerce-form-register .form-row:not(.woocommerce-form-row) {
  flex-direction: row;
  align-items: center;
}
.woocommerce form.woocommerce-form-login .form-row:not(.woocommerce-form-row) label,
.woocommerce form.woocommerce-form-register .form-row:not(.woocommerce-form-row) label,
.woocommerce-page form.woocommerce-form-login .form-row:not(.woocommerce-form-row) label,
.woocommerce-page form.woocommerce-form-register .form-row:not(.woocommerce-form-row) label {
  width: auto;
}
.woocommerce form.woocommerce-form-login .form-row:not(.woocommerce-form-row) label.woocommerce-form-login__rememberme,
.woocommerce form.woocommerce-form-register .form-row:not(.woocommerce-form-row) label.woocommerce-form-login__rememberme,
.woocommerce-page form.woocommerce-form-login .form-row:not(.woocommerce-form-row) label.woocommerce-form-login__rememberme,
.woocommerce-page form.woocommerce-form-register .form-row:not(.woocommerce-form-row) label.woocommerce-form-login__rememberme {
  margin-bottom: 1em;
}
.woocommerce form.woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-page form.woocommerce-form-register .woocommerce-privacy-policy-text {
  opacity: 0.7;
  font-size: 0.8em;
}
.woocommerce #customer_login h2,
.woocommerce-page #customer_login h2 {
  text-align: center;
}
.woocommerce.woocommerce-lost-password .grimlock--page-content > .woocommerce,
.woocommerce-page.woocommerce-lost-password .grimlock--page-content > .woocommerce {
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword,
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
  margin: 0 auto;
  max-width: 500px;
}
.woocommerce.woocommerce-lost-password form.woocommerce-ResetPassword .woocommerce-form-row,
.woocommerce-page.woocommerce-lost-password form.woocommerce-ResetPassword .woocommerce-form-row {
  width: 100% !important;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: var(--grimlock-icon-eye-font-family) !important;
  content: var(--grimlock-icon-eye);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  font-family: var(--grimlock-icon-eye-off-font-family) !important;
  content: var(--grimlock-icon-eye-off);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-password-strength {
  margin-top: 0.5rem;
  --grimlock-alert-success-background-color: var(--grimlock-color-success);
  --grimlock-alert-warning-background-color: var(--grimlock-color-warning);
}
.woocommerce .blockUI.blockOverlay {
  background: var(--grimlock-archive-post-background-color) !important;
}

/**
 * Modal component
 */
.woocommerce .pswp,
.woocommerce-page .pswp {
  z-index: 9999999;
}
.woocommerce .pswp__caption__center,
.woocommerce-page .pswp__caption__center {
  text-align: center;
}

/**
 * Product component
 */
.woocommerce .product div.card.product__card,
.woocommerce-page .product div.card.product__card,
[class*=grimlock-query] .product div.card.product__card {
  overflow: hidden;
}
.woocommerce .product div.card.product__card img,
.woocommerce-page .product div.card.product__card img,
[class*=grimlock-query] .product div.card.product__card img {
  margin: 0;
}
.woocommerce .product div.card.product__card a.woocommerce-LoopProduct-link,
.woocommerce-page .product div.card.product__card a.woocommerce-LoopProduct-link,
[class*=grimlock-query] .product div.card.product__card a.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  color: var(--grimlock-archive-post-title-color);
  text-decoration: none !important;
}
.woocommerce .product div.card.product__card a.woocommerce-LoopProduct-link:hover, .woocommerce .product div.card.product__card a.woocommerce-LoopProduct-link:active, .woocommerce .product div.card.product__card a.woocommerce-LoopProduct-link:focus,
.woocommerce-page .product div.card.product__card a.woocommerce-LoopProduct-link:hover,
.woocommerce-page .product div.card.product__card a.woocommerce-LoopProduct-link:active,
.woocommerce-page .product div.card.product__card a.woocommerce-LoopProduct-link:focus,
[class*=grimlock-query] .product div.card.product__card a.woocommerce-LoopProduct-link:hover,
[class*=grimlock-query] .product div.card.product__card a.woocommerce-LoopProduct-link:active,
[class*=grimlock-query] .product div.card.product__card a.woocommerce-LoopProduct-link:focus {
  text-decoration: none !important;
  color: var(--grimlock-archive-post-link-hover-color);
}
.woocommerce .product div.card.product__card .cat-links-label,
.woocommerce-page .product div.card.product__card .cat-links-label,
[class*=grimlock-query] .product div.card.product__card .cat-links-label {
  display: none;
}
.woocommerce .product div.card.product__card .product__card-header,
.woocommerce-page .product div.card.product__card .product__card-header,
[class*=grimlock-query] .product div.card.product__card .product__card-header {
  transition: inherit;
  overflow: hidden;
  position: relative;
}
.woocommerce .product div.card.product__card .product__card-header .cat-links,
.woocommerce-page .product div.card.product__card .product__card-header .cat-links,
[class*=grimlock-query] .product div.card.product__card .product__card-header .cat-links {
  position: absolute;
  left: 10px;
  bottom: 12px;
  z-index: 9;
}
.woocommerce .product div.card.product__card .entry-header,
.woocommerce-page .product div.card.product__card .entry-header,
[class*=grimlock-query] .product div.card.product__card .entry-header {
  margin-bottom: 0;
}
.woocommerce .product div.card.product__card .entry-header > *,
.woocommerce-page .product div.card.product__card .entry-header > *,
[class*=grimlock-query] .product div.card.product__card .entry-header > * {
  margin-bottom: 0;
}
.woocommerce .product div.card.product__card .entry-header > *:not(:first-child),
.woocommerce-page .product div.card.product__card .entry-header > *:not(:first-child),
[class*=grimlock-query] .product div.card.product__card .entry-header > *:not(:first-child) {
  margin-top: 0.5em;
}
.woocommerce .product div.card.product__card .entry-header > *.button,
.woocommerce-page .product div.card.product__card .entry-header > *.button,
[class*=grimlock-query] .product div.card.product__card .entry-header > *.button {
  margin-top: 1em;
}
.woocommerce .product div.card.product__card .button,
.woocommerce-page .product div.card.product__card .button,
[class*=grimlock-query] .product div.card.product__card .button {
  margin-top: 1em;
}
.woocommerce .product div.card.product__card .woocommerce-loop-product__title,
.woocommerce .product div.card.product__card .entry-title,
.woocommerce-page .product div.card.product__card .woocommerce-loop-product__title,
.woocommerce-page .product div.card.product__card .entry-title,
[class*=grimlock-query] .product div.card.product__card .woocommerce-loop-product__title,
[class*=grimlock-query] .product div.card.product__card .entry-title {
  padding: 0;
  font-size: var(--grimlock-heading5-font-size);
  font-weight: var(--grimlock-heading-font-weight);
  line-height: var(--grimlock-heading5-line-height);
}
.woocommerce .product div.card.product__card .price,
.woocommerce-page .product div.card.product__card .price,
[class*=grimlock-query] .product div.card.product__card .price {
  min-width: 55px;
  display: flex;
  align-items: center;
  flex-direction: row;
  color: inherit;
  font-family: var(--grimlock-text-font-family);
  font-weight: var(--grimlock-text-font-weight);
  font-size: var(--grimlock-text-font-size);
  line-height: var(--grimlock-text-line-height);
  text-align: right;
  margin-bottom: 0;
}
.woocommerce .product div.card.product__card .price .from,
.woocommerce-page .product div.card.product__card .price .from,
[class*=grimlock-query] .product div.card.product__card .price .from {
  color: inherit;
}
.woocommerce .product div.card.product__card .price del,
.woocommerce-page .product div.card.product__card .price del,
[class*=grimlock-query] .product div.card.product__card .price del {
  font-size: 0.8em;
  margin-top: 0.15em;
  opacity: 0.7;
  margin-right: 0.5em;
}
.woocommerce .product div.card.product__card .price ins,
.woocommerce-page .product div.card.product__card .price ins,
[class*=grimlock-query] .product div.card.product__card .price ins {
  text-decoration: none;
  font-weight: 600;
}
.woocommerce .product div.card.product__card .star-rating,
.woocommerce-page .product div.card.product__card .star-rating,
[class*=grimlock-query] .product div.card.product__card .star-rating {
  font-size: 0.9em;
}
.woocommerce .product div.card.product__card div.product-buttons,
.woocommerce-page .product div.card.product__card div.product-buttons,
[class*=grimlock-query] .product div.card.product__card div.product-buttons {
  margin-top: 1em;
}
.woocommerce .product div.card.product__card div.product-buttons > *:not(:first-child),
.woocommerce-page .product div.card.product__card div.product-buttons > *:not(:first-child),
[class*=grimlock-query] .product div.card.product__card div.product-buttons > *:not(:first-child) {
  margin-top: 1em;
}
.woocommerce .product div.card.product__card div.product-buttons a,
.woocommerce .product div.card.product__card div.product-buttons button,
.woocommerce-page .product div.card.product__card div.product-buttons a,
.woocommerce-page .product div.card.product__card div.product-buttons button,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button {
  width: 100%;
  white-space: normal;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce .product div.card.product__card div.product-buttons a:before,
.woocommerce .product div.card.product__card div.product-buttons a i,
.woocommerce .product div.card.product__card div.product-buttons button:before,
.woocommerce .product div.card.product__card div.product-buttons button i,
.woocommerce-page .product div.card.product__card div.product-buttons a:before,
.woocommerce-page .product div.card.product__card div.product-buttons a i,
.woocommerce-page .product div.card.product__card div.product-buttons button:before,
.woocommerce-page .product div.card.product__card div.product-buttons button i,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a i,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button i {
  margin-right: 0.5em;
}
.woocommerce .product div.card.product__card div.product-buttons a.add_to_cart_button:before, .woocommerce .product div.card.product__card div.product-buttons a.ajax_add_to_cart:before,
.woocommerce .product div.card.product__card div.product-buttons button.add_to_cart_button:before,
.woocommerce .product div.card.product__card div.product-buttons button.ajax_add_to_cart:before,
.woocommerce-page .product div.card.product__card div.product-buttons a.add_to_cart_button:before,
.woocommerce-page .product div.card.product__card div.product-buttons a.ajax_add_to_cart:before,
.woocommerce-page .product div.card.product__card div.product-buttons button.add_to_cart_button:before,
.woocommerce-page .product div.card.product__card div.product-buttons button.ajax_add_to_cart:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.add_to_cart_button:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.ajax_add_to_cart:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.add_to_cart_button:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.ajax_add_to_cart:before {
  font-family: var(--grimlock-icon-cart-font-family) !important;
  content: var(--grimlock-icon-cart);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .product div.card.product__card div.product-buttons a.add_to_cart_button:after, .woocommerce .product div.card.product__card div.product-buttons a.ajax_add_to_cart:after,
.woocommerce .product div.card.product__card div.product-buttons button.add_to_cart_button:after,
.woocommerce .product div.card.product__card div.product-buttons button.ajax_add_to_cart:after,
.woocommerce-page .product div.card.product__card div.product-buttons a.add_to_cart_button:after,
.woocommerce-page .product div.card.product__card div.product-buttons a.ajax_add_to_cart:after,
.woocommerce-page .product div.card.product__card div.product-buttons button.add_to_cart_button:after,
.woocommerce-page .product div.card.product__card div.product-buttons button.ajax_add_to_cart:after,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.add_to_cart_button:after,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.ajax_add_to_cart:after,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.add_to_cart_button:after,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.ajax_add_to_cart:after {
  content: none;
}
.woocommerce .product div.card.product__card div.product-buttons a.add_to_cart_button.added:before, .woocommerce .product div.card.product__card div.product-buttons a.ajax_add_to_cart.added:before,
.woocommerce .product div.card.product__card div.product-buttons button.add_to_cart_button.added:before,
.woocommerce .product div.card.product__card div.product-buttons button.ajax_add_to_cart.added:before,
.woocommerce-page .product div.card.product__card div.product-buttons a.add_to_cart_button.added:before,
.woocommerce-page .product div.card.product__card div.product-buttons a.ajax_add_to_cart.added:before,
.woocommerce-page .product div.card.product__card div.product-buttons button.add_to_cart_button.added:before,
.woocommerce-page .product div.card.product__card div.product-buttons button.ajax_add_to_cart.added:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.add_to_cart_button.added:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.ajax_add_to_cart.added:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.add_to_cart_button.added:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.ajax_add_to_cart.added:before {
  font-family: var(--grimlock-icon-check-font-family) !important;
  content: var(--grimlock-icon-check);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .product div.card.product__card div.product-buttons a.add_to_cart_button.loading, .woocommerce .product div.card.product__card div.product-buttons a.ajax_add_to_cart.loading,
.woocommerce .product div.card.product__card div.product-buttons button.add_to_cart_button.loading,
.woocommerce .product div.card.product__card div.product-buttons button.ajax_add_to_cart.loading,
.woocommerce-page .product div.card.product__card div.product-buttons a.add_to_cart_button.loading,
.woocommerce-page .product div.card.product__card div.product-buttons a.ajax_add_to_cart.loading,
.woocommerce-page .product div.card.product__card div.product-buttons button.add_to_cart_button.loading,
.woocommerce-page .product div.card.product__card div.product-buttons button.ajax_add_to_cart.loading,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.add_to_cart_button.loading,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.ajax_add_to_cart.loading,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.add_to_cart_button.loading,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.ajax_add_to_cart.loading {
  cursor: wait;
}
.woocommerce .product div.card.product__card div.product-buttons a.add_to_cart_button.loading:before, .woocommerce .product div.card.product__card div.product-buttons a.ajax_add_to_cart.loading:before,
.woocommerce .product div.card.product__card div.product-buttons button.add_to_cart_button.loading:before,
.woocommerce .product div.card.product__card div.product-buttons button.ajax_add_to_cart.loading:before,
.woocommerce-page .product div.card.product__card div.product-buttons a.add_to_cart_button.loading:before,
.woocommerce-page .product div.card.product__card div.product-buttons a.ajax_add_to_cart.loading:before,
.woocommerce-page .product div.card.product__card div.product-buttons button.add_to_cart_button.loading:before,
.woocommerce-page .product div.card.product__card div.product-buttons button.ajax_add_to_cart.loading:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.add_to_cart_button.loading:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.ajax_add_to_cart.loading:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.add_to_cart_button.loading:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.ajax_add_to_cart.loading:before {
  font-family: var(--grimlock-icon-loading-font-family) !important;
  content: var(--grimlock-icon-loading);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 1.2s infinite linear;
  transform-origin: center center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .product div.card.product__card div.product-buttons a.product_type_variable:before, .woocommerce .product div.card.product__card div.product-buttons a.product_type_variation:before,
.woocommerce .product div.card.product__card div.product-buttons button.product_type_variable:before,
.woocommerce .product div.card.product__card div.product-buttons button.product_type_variation:before,
.woocommerce-page .product div.card.product__card div.product-buttons a.product_type_variable:before,
.woocommerce-page .product div.card.product__card div.product-buttons a.product_type_variation:before,
.woocommerce-page .product div.card.product__card div.product-buttons button.product_type_variable:before,
.woocommerce-page .product div.card.product__card div.product-buttons button.product_type_variation:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.product_type_variable:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.product_type_variation:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.product_type_variable:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.product_type_variation:before {
  font-family: var(--grimlock-icon-sliders-font-family) !important;
  content: var(--grimlock-icon-sliders);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .product div.card.product__card div.product-buttons a.product_type_grouped:before,
.woocommerce .product div.card.product__card div.product-buttons button.product_type_grouped:before,
.woocommerce-page .product div.card.product__card div.product-buttons a.product_type_grouped:before,
.woocommerce-page .product div.card.product__card div.product-buttons button.product_type_grouped:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.product_type_grouped:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.product_type_grouped:before {
  font-family: var(--grimlock-icon-layers-font-family) !important;
  content: var(--grimlock-icon-layers);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .product div.card.product__card div.product-buttons a.product_type_external:before,
.woocommerce .product div.card.product__card div.product-buttons button.product_type_external:before,
.woocommerce-page .product div.card.product__card div.product-buttons a.product_type_external:before,
.woocommerce-page .product div.card.product__card div.product-buttons button.product_type_external:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.product_type_external:before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.product_type_external:before {
  font-family: var(--grimlock-icon-external-link-font-family) !important;
  content: var(--grimlock-icon-external-link);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .product div.card.product__card div.product-buttons a.product_type_simple:not(.add_to_cart_button):before,
.woocommerce .product div.card.product__card div.product-buttons button.product_type_simple:not(.add_to_cart_button):before,
.woocommerce-page .product div.card.product__card div.product-buttons a.product_type_simple:not(.add_to_cart_button):before,
.woocommerce-page .product div.card.product__card div.product-buttons button.product_type_simple:not(.add_to_cart_button):before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons a.product_type_simple:not(.add_to_cart_button):before,
[class*=grimlock-query] .product div.card.product__card div.product-buttons button.product_type_simple:not(.add_to_cart_button):before {
  font-family: var(--grimlock-icon-external-link-font-family) !important;
  content: var(--grimlock-icon-external-link);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .product div.card.product__card div.product-buttons .added_to_cart,
.woocommerce-page .product div.card.product__card div.product-buttons .added_to_cart,
[class*=grimlock-query] .product div.card.product__card div.product-buttons .added_to_cart {
  text-align: center;
  margin-top: 1rem;
  padding: 0;
  display: block;
}
.woocommerce .product div.card.product__card .entry-footer,
.woocommerce-page .product div.card.product__card .entry-footer,
[class*=grimlock-query] .product div.card.product__card .entry-footer {
  position: relative;
  z-index: 9;
}
.woocommerce .product div.card.product__card .edit-link,
.woocommerce-page .product div.card.product__card .edit-link,
[class*=grimlock-query] .product div.card.product__card .edit-link {
  display: none;
}
.woocommerce .product div.card.product__card .card-body,
.woocommerce-page .product div.card.product__card .card-body,
[class*=grimlock-query] .product div.card.product__card .card-body {
  display: flex;
  flex-direction: column;
}
.woocommerce .product div.card.product__card .card-body .button.add_to_cart_button,
.woocommerce-page .product div.card.product__card .card-body .button.add_to_cart_button,
[class*=grimlock-query] .product div.card.product__card .card-body .button.add_to_cart_button {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}
.woocommerce .product div.card.product__card .card-body .button.add_to_cart_button:hover, .woocommerce .product div.card.product__card .card-body .button.add_to_cart_button:active, .woocommerce .product div.card.product__card .card-body .button.add_to_cart_button:focus,
.woocommerce-page .product div.card.product__card .card-body .button.add_to_cart_button:hover,
.woocommerce-page .product div.card.product__card .card-body .button.add_to_cart_button:active,
.woocommerce-page .product div.card.product__card .card-body .button.add_to_cart_button:focus,
[class*=grimlock-query] .product div.card.product__card .card-body .button.add_to_cart_button:hover,
[class*=grimlock-query] .product div.card.product__card .card-body .button.add_to_cart_button:active,
[class*=grimlock-query] .product div.card.product__card .card-body .button.add_to_cart_button:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}
.woocommerce[class*=cols-overlay] .product div.card.product__card .product__card-header,
.woocommerce-page[class*=cols-overlay] .product div.card.product__card .product__card-header,
[class*=grimlock-query][class*=cols-overlay] .product div.card.product__card .product__card-header {
  height: 100%;
  max-height: 100%;
  min-height: inherit;
}
.woocommerce[class*=cols-overlay] .product div.card.product__card .product__card-header .cat-links,
.woocommerce-page[class*=cols-overlay] .product div.card.product__card .product__card-header .cat-links,
[class*=grimlock-query][class*=cols-overlay] .product div.card.product__card .product__card-header .cat-links {
  top: 13px;
  bottom: auto;
  left: 13px;
}
.woocommerce[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body,
.woocommerce-page[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body,
[class*=grimlock-query][class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body {
  color: #fff !important;
  text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  justify-content: flex-end;
  flex-direction: column;
}
.woocommerce[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-header,
.woocommerce-page[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-header,
[class*=grimlock-query][class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-header {
  display: flex;
  margin-bottom: 0;
  justify-content: space-around;
}
.woocommerce[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-title,
.woocommerce-page[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-title,
[class*=grimlock-query][class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-title {
  color: inherit;
  width: calc(100% - 75px);
}
.woocommerce[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-title a,
.woocommerce[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-title a:hover,
.woocommerce-page[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-title a,
.woocommerce-page[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-title a:hover,
[class*=grimlock-query][class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-title a,
[class*=grimlock-query][class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .entry-title a:hover {
  color: inherit !important;
}
.woocommerce[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .price,
.woocommerce-page[class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .price,
[class*=grimlock-query][class*=cols-overlay] .product div.card.product__card .product__card-header + .card-body .price {
  min-width: 75px;
  text-align: right;
}
.woocommerce.posts--12-cols-lateral-modern-alternate article.product,
.woocommerce-page.posts--12-cols-lateral-modern-alternate article.product,
[class*=grimlock-query].posts--12-cols-lateral-modern-alternate article.product {
  min-height: auto;
}
.woocommerce.posts--12-cols-lateral-modern-alternate article.product .card > .product__card-header,
.woocommerce-page.posts--12-cols-lateral-modern-alternate article.product .card > .product__card-header,
[class*=grimlock-query].posts--12-cols-lateral-modern-alternate article.product .card > .product__card-header {
  padding: 0;
  background-color: var(--grimlock-table-striped-background-color);
  max-height: 350px;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .woocommerce.posts--12-cols-lateral-modern-alternate article.product .card > .product__card-header,
  .woocommerce-page.posts--12-cols-lateral-modern-alternate article.product .card > .product__card-header,
  [class*=grimlock-query].posts--12-cols-lateral-modern-alternate article.product .card > .product__card-header {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    height: 100%;
    max-height: 600px;
  }
}
.woocommerce.grimlock-posts--6-6-cols-lateral-reverse .product div.card.product__card .card-body, .woocommerce.grimlock-posts--6-6-cols-lateral .product div.card.product__card .card-body, .woocommerce.grimlock-posts--12-cols-lateral-reverse .product div.card.product__card .card-body, .woocommerce.grimlock-posts--12-cols-lateral .product div.card.product__card .card-body,
.woocommerce-page.grimlock-posts--6-6-cols-lateral-reverse .product div.card.product__card .card-body,
.woocommerce-page.grimlock-posts--6-6-cols-lateral .product div.card.product__card .card-body,
.woocommerce-page.grimlock-posts--12-cols-lateral-reverse .product div.card.product__card .card-body,
.woocommerce-page.grimlock-posts--12-cols-lateral .product div.card.product__card .card-body,
[class*=grimlock-query].grimlock-posts--6-6-cols-lateral-reverse .product div.card.product__card .card-body,
[class*=grimlock-query].grimlock-posts--6-6-cols-lateral .product div.card.product__card .card-body,
[class*=grimlock-query].grimlock-posts--12-cols-lateral-reverse .product div.card.product__card .card-body,
[class*=grimlock-query].grimlock-posts--12-cols-lateral .product div.card.product__card .card-body {
  justify-content: flex-start;
}

[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  min-width: 70px;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  will-change: transform;
  transition: inherit;
  transform: none;
  padding: 15px;
  z-index: 99;
  margin: 0;
  overflow: hidden;
}
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons > * {
  opacity: 0;
  transform: translateY(70px) scale(0.5);
  margin: 0.5rem 0 0 0;
  transition: all 0.2s ease-in-out;
}
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button {
  transition: all 0.2s ease-in-out;
  border: 0;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  font-size: 0 !important;
  overflow: hidden;
  border-radius: var(--grimlock-archive-post-border-radius);
  background-color: var(--grimlock-archive-post-background-color);
  padding: 0;
  color: var(--grimlock-archive-post-title-color);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05) !important;
  margin-left: 0;
  margin-right: 0;
}
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a:hover,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button:hover {
  background-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color);
}
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a:before,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a i,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button:before,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button i {
  font-size: 20px;
  line-height: inherit;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  min-width: 50px;
}
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a.add_to_cart_button.added, [class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a.ajax_add_to_cart.added,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button.add_to_cart_button.added,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button.ajax_add_to_cart.added {
  background-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color);
}
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a.add_to_cart_button.loading, [class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a.ajax_add_to_cart.loading,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button.add_to_cart_button.loading,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button.ajax_add_to_cart.loading {
  background-color: var(--grimlock-archive-post-background-color) !important;
  color: var(--grimlock-archive-post-title-color) !important;
}
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a.add_to_cart_button.loading:before, [class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a.ajax_add_to_cart.loading:before,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button.add_to_cart_button.loading:before,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button.ajax_add_to_cart.loading:before {
  font-size: 1rem;
}
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a.product_type_variable:before, [class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a.product_type_grouped:before, [class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a.product_type_external:before,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button.product_type_variable:before,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button.product_type_grouped:before,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button.product_type_external:before {
  font-size: 15px;
}
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons a.added_to_cart,
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card .product__card-header div.product-buttons button.added_to_cart {
  display: none;
}
[class*=grimlock-woocommerce--archive-product-button-format-icon] .product div.card.product__card:hover .product__card-header div.product-buttons > * {
  transform: translateY(0) scale(1);
  opacity: 1;
}

[class*=grimlock-woocommerce--archive-product-button-format-icon-main-button] .product__card-header .product-buttons .add_to_cart_button {
  display: none !important;
}

.grimlock-woocommerce--archive-product-cards-disabled .product div.card.product__card {
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  color: inherit;
}
.grimlock-woocommerce--archive-product-cards-disabled .product div.card.product__card a:not([class*=btn]):not([class*=button]) {
  color: inherit;
}
.grimlock-woocommerce--archive-product-cards-disabled .product div.card.product__card a.woocommerce-LoopProduct-link {
  color: var(--grimlock-heading-color) !important;
}
.grimlock-woocommerce--archive-product-cards-disabled .product div.card.product__card a:hover, .grimlock-woocommerce--archive-product-cards-disabled .product div.card.product__card a:active, .grimlock-woocommerce--archive-product-cards-disabled .product div.card.product__card a:focus {
  color: var(--grimlock-link-hover-color);
}
.grimlock-woocommerce--archive-product-cards-disabled .product div.card.product__card .card-media {
  border-radius: var(--grimlock-archive-post-border-radius);
}
.grimlock-woocommerce--archive-product-cards-disabled .product div.card.product__card .card-body {
  padding: 1rem 0 0 0;
}

/**
 * Breadcrumb
 */
body:not(.grimlock-woocommerce--single_product_force_back_to_shop_displayed) .yoast-breadcrumb + .wc-product-back {
  display: none;
}

.single-product.grimlock-woocommerce--single_product_force_back_to_shop_displayed .yoast-breadcrumb {
  display: none;
}

/**
 * Quantity
 */
.woocommerce div.quantity,
.woocommerce-page div.quantity {
  display: flex;
  margin: 0 !important;
  float: none !important;
}
.woocommerce div.quantity > div:not([class]), .woocommerce div.quantity + div:not([class]),
.woocommerce-page div.quantity > div:not([class]),
.woocommerce-page div.quantity + div:not([class]) {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 25px;
  height: 50px;
  margin-left: 0.5rem;
  margin-right: 0;
}
.woocommerce div.quantity > div:not([class]) button.qty, .woocommerce div.quantity + div:not([class]) button.qty,
.woocommerce-page div.quantity > div:not([class]) button.qty,
.woocommerce-page div.quantity + div:not([class]) button.qty {
  padding: 0;
  border: 0;
  background: none;
  border-radius: 0;
  box-shadow: none !important;
  width: 100%;
  height: 25px;
  align-items: center;
  filter: none !important;
  opacity: 0.5;
  line-height: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.woocommerce div.quantity > div:not([class]) button.qty:hover, .woocommerce div.quantity + div:not([class]) button.qty:hover,
.woocommerce-page div.quantity > div:not([class]) button.qty:hover,
.woocommerce-page div.quantity + div:not([class]) button.qty:hover {
  opacity: 1;
}
.woocommerce div.quantity > div:not([class]) button.qty.plus, .woocommerce div.quantity > div:not([class]) button.qty.minus, .woocommerce div.quantity + div:not([class]) button.qty.plus, .woocommerce div.quantity + div:not([class]) button.qty.minus,
.woocommerce-page div.quantity > div:not([class]) button.qty.plus,
.woocommerce-page div.quantity > div:not([class]) button.qty.minus,
.woocommerce-page div.quantity + div:not([class]) button.qty.plus,
.woocommerce-page div.quantity + div:not([class]) button.qty.minus {
  font-size: 0;
}
.woocommerce div.quantity > div:not([class]) button.qty.plus:before, .woocommerce div.quantity > div:not([class]) button.qty.minus:before, .woocommerce div.quantity + div:not([class]) button.qty.plus:before, .woocommerce div.quantity + div:not([class]) button.qty.minus:before,
.woocommerce-page div.quantity > div:not([class]) button.qty.plus:before,
.woocommerce-page div.quantity > div:not([class]) button.qty.minus:before,
.woocommerce-page div.quantity + div:not([class]) button.qty.plus:before,
.woocommerce-page div.quantity + div:not([class]) button.qty.minus:before {
  font-size: 0.95rem;
}
.woocommerce div.quantity > div:not([class]) button.qty.plus:before, .woocommerce div.quantity + div:not([class]) button.qty.plus:before,
.woocommerce-page div.quantity > div:not([class]) button.qty.plus:before,
.woocommerce-page div.quantity + div:not([class]) button.qty.plus:before {
  font-family: var(--grimlock-icon-angle-up-font-family) !important;
  content: var(--grimlock-icon-angle-up);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce div.quantity > div:not([class]) button.qty.minus:before, .woocommerce div.quantity + div:not([class]) button.qty.minus:before,
.woocommerce-page div.quantity > div:not([class]) button.qty.minus:before,
.woocommerce-page div.quantity + div:not([class]) button.qty.minus:before {
  font-family: var(--grimlock-icon-angle-down-font-family) !important;
  content: var(--grimlock-icon-angle-down);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  padding: 8px;
  min-width: 80px !important;
  height: 100% !important;
  text-align: center;
  border: 2px solid var(--grimlock-color-faded);
  background: var(--grimlock-color-faded);
  border-radius: var(--grimlock-button-border-radius);
  color: inherit !important;
}
.woocommerce div.quantity ~ [type=submit],
.woocommerce-page div.quantity ~ [type=submit] {
  margin-left: 1rem;
}
.woocommerce div.quantity.buttons_added,
.woocommerce-page div.quantity.buttons_added {
  border-radius: 0.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .woocommerce div.quantity.buttons_added,
  .woocommerce-page div.quantity.buttons_added {
    margin-right: 2rem !important;
    align-items: center;
    justify-content: center;
  }
}
.woocommerce div.quantity.buttons_added .minus,
.woocommerce div.quantity.buttons_added .plus,
.woocommerce-page div.quantity.buttons_added .minus,
.woocommerce-page div.quantity.buttons_added .plus {
  background: none;
  border: 1px solid #454748;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 50%;
  margin: 0;
  position: static;
  line-height: 0;
  opacity: 0.4;
  text-align: center;
  color: inherit;
  font-weight: 400;
  font-family: sans-serif;
}
.woocommerce div.quantity.buttons_added .minus:hover,
.woocommerce div.quantity.buttons_added .plus:hover,
.woocommerce-page div.quantity.buttons_added .minus:hover,
.woocommerce-page div.quantity.buttons_added .plus:hover {
  opacity: 1;
}
.woocommerce div.quantity.buttons_added input[type=number],
.woocommerce-page div.quantity.buttons_added input[type=number] {
  height: 100%;
  border: 0;
  min-height: 40px;
  background: none;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  color: inherit !important;
  font-weight: 600;
}
.woocommerce div.quantity.buttons_added input[type=number]::-webkit-outer-spin-button, .woocommerce div.quantity.buttons_added input[type=number]::-webkit-inner-spin-button,
.woocommerce-page div.quantity.buttons_added input[type=number]::-webkit-outer-spin-button,
.woocommerce-page div.quantity.buttons_added input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce div.quantity.hidden,
.woocommerce-page div.quantity.hidden {
  display: none !important;
}
.woocommerce div.quantity.hidden + button,
.woocommerce-page div.quantity.hidden + button {
  margin-left: 0;
}

/**
 * Remove component
 */
.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
  font-size: 0.9em;
  margin: 0;
}
.woocommerce .woocommerce-product-rating .star-rating:before,
.woocommerce-page .woocommerce-product-rating .star-rating:before {
  color: inherit;
  opacity: 0.4;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link,
.woocommerce-page .woocommerce-product-rating .woocommerce-review-link {
  font-size: 0;
  color: inherit;
  margin-left: 0.6rem;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link .count,
.woocommerce-page .woocommerce-product-rating .woocommerce-review-link .count {
  font-size: 0.7rem;
  border-radius: 500px;
  background-color: var(--grimlock-table-striped-background-color);
  min-width: 20px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-weight: 400;
}
.woocommerce .comment-form-rating .stars,
.woocommerce-page .comment-form-rating .stars {
  cursor: pointer;
}
.woocommerce .comment-form-rating label,
.woocommerce-page .comment-form-rating label {
  width: 100%;
  display: block;
}

/**
 * Related products
 */
.products-related {
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: auto !important;
  max-width: 1000% !important;
  background-color: rgba(0, 0, 0, 0.04);
}
.region--9-3-cols-left .products-related, .region--3-9-cols-left .products-related, .region--3-6-3-cols-left .products-related {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.region--9-3-cols-left .products-related > .container, .region--3-9-cols-left .products-related > .container, .region--3-6-3-cols-left .products-related > .container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.cross-sells {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid var(--grimlock-table-striped-background-color);
}

.woocommerce-cart-form ~ .cross-sells {
  width: 100%;
}
@media (min-width: 576px) {
  .woocommerce-cart-form ~ .cross-sells {
    margin-bottom: -30px;
  }
}
@media (min-width: 992px) {
  .woocommerce-cart-form ~ .cross-sells {
    float: left;
    max-width: calc(70% - 30px);
  }
}

.up-sells,
.related products {
  margin-bottom: 2rem;
}

.cross-sells > h2,
.up-sells > h2,
.related.products > h2,
.related-title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  text-align: left;
}

#after_content > .widget-area .widget.widget_recently_viewed_products span.widget-title {
  text-align: left;
  margin-bottom: 0;
}
#after_content > .widget-area .widget.widget_recently_viewed_products span.widget-title:after {
  display: none !important;
}

/**
 * Remove component
 */
.woocommerce a.remove,
.woocommerce-page a.remove {
  position: relative;
  top: auto;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-weight: normal !important;
  color: inherit !important;
  text-indent: -9999px;
  padding: 0;
  clear: none;
  background: none;
  z-index: 2;
  font-size: 1em;
  opacity: 0.5;
}
.woocommerce a.remove:before,
.woocommerce-page a.remove:before {
  font-family: var(--grimlock-icon-times-font-family) !important;
  content: var(--grimlock-icon-times);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-indent: 0;
}
.woocommerce a.remove:hover, .woocommerce a.remove:active, .woocommerce a.remove:focus,
.woocommerce-page a.remove:hover,
.woocommerce-page a.remove:active,
.woocommerce-page a.remove:focus {
  background: none !important;
  color: var(--grimlock-color-danger) !important;
  opacity: 1;
}

/**
 * Reviews component
 */
.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
  color: inherit;
}
.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
  color: inherit;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li:before,
.woocommerce-page #reviews #comments ol.commentlist li:before {
  content: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
  color: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author,
.woocommerce-page #reviews #comments ol.commentlist li .woocommerce-review__author {
  color: var(--grimlock-archive-post-title-color);
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__published-date,
.woocommerce-page #reviews #comments ol.commentlist li .woocommerce-review__published-date {
  font-size: 0.85em;
  margin-left: 0.55em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  border: 0;
  padding: 0;
  background: none;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 500px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  padding: 1.25em;
  margin-left: 75px;
  border: 0;
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommresponderce-review__author,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta .woocommresponderce-review__author {
  color: var(--grimlock-archive-post-title-color);
  font-size: 1.15em;
  display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__dash,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .description {
  font-size: 0.9em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .description p:last-child {
  margin-bottom: 0;
}
.woocommerce #reviews #respond,
.woocommerce-page #reviews #respond {
  width: 100%;
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
.woocommerce #reviews #respond span#reply-title,
.woocommerce-page #reviews #respond span#reply-title {
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  font-weight: var(--grimlock-heading-font-weight);
  color: var(--grimlock-archive-post-title-color);
  font-size: 1.1rem;
}
.woocommerce #reviews #respond .stars,
.woocommerce #reviews #respond .comment-form-comment,
.woocommerce-page #reviews #respond .stars,
.woocommerce-page #reviews #respond .comment-form-comment {
  margin-bottom: 1rem;
}
.woocommerce #reviews #respond .form-submit,
.woocommerce-page #reviews #respond .form-submit {
  margin-bottom: 0;
}
.woocommerce #reviews #review_form .comment-form .comment-form-cookies-consent,
.woocommerce-page #reviews #review_form .comment-form .comment-form-cookies-consent {
  width: 100%;
}
.woocommerce #reviews #review_form .comment-form .comment-form-cookies-consent input#wp-comment-cookies-consent,
.woocommerce-page #reviews #review_form .comment-form .comment-form-cookies-consent input#wp-comment-cookies-consent {
  top: 0;
}
.woocommerce #reviews #review_form .comment-form .comment-form-cookies-consent label,
.woocommerce-page #reviews #review_form .comment-form .comment-form-cookies-consent label {
  margin-bottom: 0;
}

/**
 * Sale component
 */
.woocommerce span.onsale,
.woocommerce .wc-block-grid__product-onsale,
.woocommerce-page span.onsale,
.woocommerce-page .wc-block-grid__product-onsale,
[class*=grimlock-query] span.onsale,
[class*=grimlock-query] .wc-block-grid__product-onsale,
.wc-block-grid__products span.onsale,
.wc-block-grid__products .wc-block-grid__product-onsale {
  position: static;
  background-color: var(--wc-sale-badge-background-color);
  color: #fff;
  min-height: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0.4em 0.75em;
  border-radius: var(--grimlock-button-border-radius);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  line-height: inherit;
  border: none;
}
.woocommerce .wc-block-grid__product span.onsale,
.woocommerce .wc-block-grid__product .wc-block-grid__product-onsale,
.woocommerce .products .product span.onsale,
.woocommerce .products .product .wc-block-grid__product-onsale,
.woocommerce .product__card span.onsale,
.woocommerce .product__card .wc-block-grid__product-onsale,
.woocommerce-page .wc-block-grid__product span.onsale,
.woocommerce-page .wc-block-grid__product .wc-block-grid__product-onsale,
.woocommerce-page .products .product span.onsale,
.woocommerce-page .products .product .wc-block-grid__product-onsale,
.woocommerce-page .product__card span.onsale,
.woocommerce-page .product__card .wc-block-grid__product-onsale,
[class*=grimlock-query] .wc-block-grid__product span.onsale,
[class*=grimlock-query] .wc-block-grid__product .wc-block-grid__product-onsale,
[class*=grimlock-query] .products .product span.onsale,
[class*=grimlock-query] .products .product .wc-block-grid__product-onsale,
[class*=grimlock-query] .product__card span.onsale,
[class*=grimlock-query] .product__card .wc-block-grid__product-onsale,
.wc-block-grid__products .wc-block-grid__product span.onsale,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__products .products .product span.onsale,
.wc-block-grid__products .products .product .wc-block-grid__product-onsale,
.wc-block-grid__products .product__card span.onsale,
.wc-block-grid__products .product__card .wc-block-grid__product-onsale {
  position: absolute;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  margin: 0 !important;
  z-index: 2;
}

/**
 * Stock component
 */
.woosw-item--stock p.stock,
.woocommerce div.product p.stock {
  color: inherit;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
}
.woosw-item--stock p.stock:before,
.woocommerce div.product p.stock:before {
  font-family: var(--grimlock-icon-check-circle-font-family) !important;
  content: var(--grimlock-icon-check-circle);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
}
.woosw-item--stock p.stock.out-of-stock,
.woocommerce div.product p.stock.out-of-stock {
  color: var(--grimlock-color-danger);
}
.woosw-item--stock p.stock.out-of-stock:before,
.woocommerce div.product p.stock.out-of-stock:before {
  font-family: var(--grimlock-icon-cancel-font-family) !important;
  content: var(--grimlock-icon-cancel);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woosw-item--stock p.stock.available-on-backorder:before,
.woocommerce div.product p.stock.available-on-backorder:before {
  font-family: var(--grimlock-icon-clock-font-family) !important;
  content: var(--grimlock-icon-clock);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.grimlock-query .product span.out-of-stock,
.woocommerce li.product span.out-of-stock {
  background-color: var(--grimlock-color-danger);
  color: #fff;
  min-height: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
  padding: 0.4em 0.75em;
  letter-spacing: 0;
  border-radius: var(--grimlock-button-border-radius);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
  z-index: 9;
  position: absolute;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  margin: 0 !important;
}
.grimlock-query .product.outofstock span.onsale,
.woocommerce li.product.outofstock span.onsale {
  display: none !important;
}

/**
 * Widgets
 */
.woocommerce.widget_shopping_cart .woocommerce-mini-cart-item,
.woocommerce .widget_shopping_cart .woocommerce-mini-cart-item {
  padding-left: 0;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  text-align: left;
  padding: 0.5rem;
  margin: 0.7rem 0;
  border: 0;
  background-color: var(--grimlock-table-striped-background-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  font-size: 0.9em;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  margin: 0;
  text-align: center;
  display: flex;
}
.woocommerce.widget_shopping_cart .buttons > .button,
.woocommerce .widget_shopping_cart .buttons > .button {
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  background-color: var(--grimlock-table-striped-background-color);
  font-size: 0.85em !important;
}
.woocommerce.widget_shopping_cart .buttons > .button:first-child,
.woocommerce .widget_shopping_cart .buttons > .button:first-child {
  margin-left: 0;
}
.woocommerce.widget_shopping_cart .buttons > .button:last-child,
.woocommerce .widget_shopping_cart .buttons > .button:last-child {
  margin-right: 0;
}
.woocommerce ul.product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce ul.product_list_widget li {
  position: relative;
  text-align: left;
  padding: 0;
  font-size: 0.85rem;
}
.woocommerce ul.product_list_widget li:not(:last-child) {
  padding: 0 0 15px 0;
}
.vertical-navbar .woocommerce ul.product_list_widget li:hover {
  background: none !important;
  color: inherit !important;
}
.sidebar .woocommerce ul.product_list_widget li a:not(:hover) {
  color: var(--grimlock-archive-post-title-color);
}
.woocommerce ul.product_list_widget li > a:not(.remove) {
  padding-right: 30px;
  font-size: 0.9rem;
}
.vertical-navbar .woocommerce ul.product_list_widget li > a:not(.remove) {
  font-size: 0.8rem;
}
.woocommerce ul.product_list_widget li > a:not(.remove):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  margin-right: 0.75rem;
  width: 60px;
  border-radius: var(--grimlock-archive-post-border-radius);
  opacity: 1;
}
.vertical-navbar .woocommerce ul.product_list_widget li img {
  width: 40px;
}
.woocommerce ul.product_list_widget li .product-title {
  color: var(--grimlock-archive-post-title-color);
  font-size: 0.9rem;
}
.woocommerce ul.product_list_widget li.mini_cart_item a.remove {
  right: 0;
  left: auto;
  top: 0.15em;
  z-index: 3;
}
.woocommerce ul.product_list_widget li.mini_cart_item .reviewer {
  font-size: 0.8em;
}
.woocommerce ul.product_list_widget li.mini_cart_item dl.variation {
  display: none;
  float: left;
  padding-right: 0.5rem;
  padding-left: 0;
  border: 0;
  font-size: 0.85em;
}
.woocommerce ul.product_list_widget li.mini_cart_item dl.variation dd {
  margin: 0;
}
.woocommerce ul.product_list_widget li.mini_cart_item dl.variation dd p {
  max-width: 50px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.woocommerce ul.product_list_widget li.mini_cart_item .quantity {
  float: left;
  font-size: 0.85em;
}
.woocommerce ul.product_list_widget li.mini_cart_item .star-rating {
  font-size: 0.7em;
}
.woocommerce ul.product_list_widget li.mini_cart_item del,
.woocommerce ul.product_list_widget li.mini_cart_item ins,
.woocommerce ul.product_list_widget li.mini_cart_item small,
.woocommerce ul.product_list_widget li.mini_cart_item .woocommerce-Price-amount {
  font-size: 0.8rem;
}
.woocommerce ul.product_list_widget li.mini_cart_item del {
  opacity: 0.3;
  margin-right: 0.25rem;
}
#primary > #main > .widget-area .woocommerce .product_list_widget, #before_content .woocommerce .product_list_widget, #after_content .woocommerce .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#primary > #main > .widget-area .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item), #before_content .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item), #after_content .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item) {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}
@media (min-width: 576px) {
  #primary > #main > .widget-area .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item), #before_content .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item), #after_content .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  #primary > #main > .widget-area .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item), #before_content .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item), #after_content .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  #primary > #main > .widget-area .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item), #before_content .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item), #after_content .woocommerce .product_list_widget > li:not(.woocommerce-mini-cart-item) {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_product_categories ul li {
  padding: 0 0 0.4rem !important;
  font-size: 1em !important;
  display: block;
  width: 100%;
  position: relative;
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce .widget_product_categories ul li:before {
  position: absolute;
  top: 0.35em;
  left: 0;
  margin: 0;
  pointer-events: none;
}
.woocommerce .widget_layered_nav ul li.cat-item-none:before, .woocommerce .widget_layered_nav ul li.cat-item-none:after,
.woocommerce .widget_product_categories ul li.cat-item-none:before,
.woocommerce .widget_product_categories ul li.cat-item-none:after {
  content: none;
}
.woocommerce .widget_layered_nav ul li:hover:before,
.woocommerce .widget_product_categories ul li:hover:before {
  color: var(--grimlock-button-primary-background-color);
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_product_categories ul li a {
  padding: 0 25px 0 23px !important;
  display: block;
  font-size: 0.95em;
}
.woocommerce .widget_layered_nav ul li.chosen:before, .woocommerce .widget_layered_nav ul li.active:before, .woocommerce .widget_layered_nav ul li.current-cat:before,
.woocommerce .widget_product_categories ul li.chosen:before,
.woocommerce .widget_product_categories ul li.active:before,
.woocommerce .widget_product_categories ul li.current-cat:before {
  color: var(--grimlock-button-primary-background-color);
  text-decoration: none !important;
}
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce .widget_layered_nav ul li.active a, .woocommerce .widget_layered_nav ul li.current-cat a,
.woocommerce .widget_product_categories ul li.chosen a,
.woocommerce .widget_product_categories ul li.active a,
.woocommerce .widget_product_categories ul li.current-cat a {
  font-weight: 600;
}
.woocommerce .widget_layered_nav ul li.chosen a:hover, .woocommerce .widget_layered_nav ul li.active a:hover, .woocommerce .widget_layered_nav ul li.current-cat a:hover,
.woocommerce .widget_product_categories ul li.chosen a:hover,
.woocommerce .widget_product_categories ul li.active a:hover,
.woocommerce .widget_product_categories ul li.current-cat a:hover {
  color: inherit !important;
}
.woocommerce .widget_layered_nav ul li.chosen a:hover:before, .woocommerce .widget_layered_nav ul li.active a:hover:before, .woocommerce .widget_layered_nav ul li.current-cat a:hover:before,
.woocommerce .widget_product_categories ul li.chosen a:hover:before,
.woocommerce .widget_product_categories ul li.active a:hover:before,
.woocommerce .widget_product_categories ul li.current-cat a:hover:before {
  color: var(--grimlock-color-danger) !important;
}
.woocommerce .widget_layered_nav ul li .count,
.woocommerce .widget_product_categories ul li .count {
  display: inline-block;
  font-size: 0.7em;
  width: 20px;
  height: 20px;
  background: var(--grimlock-table-striped-background-color);
  line-height: 20px;
  text-align: center;
  border-radius: 500px;
  float: right;
  position: absolute;
  top: 0.15em;
  right: 0;
  margin: 0;
  pointer-events: none;
  font-weight: 600;
  color: inherit !important;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating a {
  display: flex;
  width: 100%;
  align-items: center;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating a .star-rating {
  margin-right: auto;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border: 4px solid var(--grimlock-button-primary-background-color);
  background-color: #fff !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  border-color: var(--grimlock-button-primary-background-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--grimlock-button-primary-background-color);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #3D404A;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .widget_price_filter .price_slider_amount input {
  display: inline-block;
  max-width: 100px;
  vertical-align: top;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  padding: 5px 11px;
  font-size: 0.9em;
}
.woocommerce .widget_price_filter .price_slider_amount div.clear:empty {
  display: none;
}
.woocommerce .widget_price_filter .button {
  background-color: var(--grimlock-table-striped-background-color);
}
.woocommerce .widget_product_tag_cloud .tagcloud a {
  padding: 0.1em 0.6em;
  background-color: var(--grimlock-table-striped-background-color);
  border-radius: var(--grimlock-button-border-radius);
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
  content: none !important;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  padding-left: 0 !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  color: inherit !important;
  position: relative;
  top: 0.1em;
}

.woocommerce .widget_layered_nav_filters ul {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .widget_layered_nav_filters ul li {
  margin-bottom: 0.35em;
  display: inline-block;
  width: auto !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.9rem;
  padding: 0;
}
.woocommerce .widget_layered_nav_filters ul li:not(:last-child) {
  margin-right: 0.35em;
}
.woocommerce .widget_layered_nav_filters ul li > a,
.woocommerce .widget_layered_nav_filters ul li > a[aria-label^=Remove] {
  position: relative;
  color: inherit !important;
  background: var(--grimlock-table-striped-background-color);
  padding: 0.3em 0.5em !important;
  border: 2px solid var(--grimlock-table-striped-background-color);
  border-radius: var(--grimlock-button-border-radius);
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.woocommerce .widget_layered_nav_filters ul li > a:before,
.woocommerce .widget_layered_nav_filters ul li > a[aria-label^=Remove]:before {
  color: inherit;
}
.woocommerce .widget_layered_nav_filters ul li > a:hover, .woocommerce .widget_layered_nav_filters ul li > a:active, .woocommerce .widget_layered_nav_filters ul li > a:focus,
.woocommerce .widget_layered_nav_filters ul li > a[aria-label^=Remove]:hover,
.woocommerce .widget_layered_nav_filters ul li > a[aria-label^=Remove]:active,
.woocommerce .widget_layered_nav_filters ul li > a[aria-label^=Remove]:focus {
  opacity: 1;
}
.woocommerce .widget_layered_nav_filters ul li > a:hover:before, .woocommerce .widget_layered_nav_filters ul li > a:active:before, .woocommerce .widget_layered_nav_filters ul li > a:focus:before,
.woocommerce .widget_layered_nav_filters ul li > a[aria-label^=Remove]:hover:before,
.woocommerce .widget_layered_nav_filters ul li > a[aria-label^=Remove]:active:before,
.woocommerce .widget_layered_nav_filters ul li > a[aria-label^=Remove]:focus:before {
  color: var(--grimlock-color-danger) !important;
}

/**
 * Navigation
 */
.main-navigation .navbar-nav.navbar-nav--woocommerce {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .main-navigation .navbar-nav.navbar-nav--woocommerce {
    order: -2;
    display: flex !important;
    flex-direction: row !important;
    flex: 0 0 auto !important;
    padding: 0;
    justify-content: space-around;
  }
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item {
    width: auto;
  }
}
@media (min-width: 992px) {
  .main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item {
    height: 100%;
  }
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents {
  width: var(--grimlock-navigation-icon-size);
  height: var(--grimlock-navigation-icon-size);
  margin: 0;
  padding: 0 !important;
  font-size: var(--grimlock-navigation-icon-font-size);
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents:hover, .main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents:focus, .main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents:active {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents {
    width: 100%;
    padding: 0.75rem 1rem;
    justify-content: normal;
  }
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents:after {
  display: none;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents .cart-icon {
  margin-right: 0;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents .cart-icon:before {
  font-family: var(--grimlock-icon-cart-font-family) !important;
  content: var(--grimlock-icon-cart);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--grimlock-navigation-icon-font-size);
  margin: 0;
  pointer-events: none;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents .amount,
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents .count {
  display: none;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents .amount {
  margin-left: 1rem;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents .amount {
    margin-left: auto;
  }
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents .amount:after {
  content: var(--grimlock-ornament);
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  display: inline-flex;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item > a.cart-contents .count {
  margin-right: 0;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item.menu-item--wc-account .menu-item--wc-account__link {
  padding: 0;
  width: var(--grimlock-navigation-icon-size);
  height: var(--grimlock-navigation-icon-size);
  margin: 0;
  padding: 0 !important;
  font-size: var(--grimlock-navigation-icon-font-size);
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  font-size: 0;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item.menu-item--wc-account .menu-item--wc-account__link:hover, .main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item.menu-item--wc-account .menu-item--wc-account__link:focus, .main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item.menu-item--wc-account .menu-item--wc-account__link:active {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  opacity: 1;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item.menu-item--wc-account .menu-item--wc-account__link:before {
  position: absolute;
  font-size: var(--grimlock-navigation-icon-font-size);
  margin: 0;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item.menu-item--wc-account .menu-item--wc-account__link:before {
  font-family: var(--grimlock-icon-user-font-family) !important;
  content: var(--grimlock-icon-user);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item .wc-block-mini-cart .wc-block-mini-cart__button {
  padding: 0;
  width: var(--grimlock-navigation-icon-size);
  height: var(--grimlock-navigation-icon-size);
  margin: 0;
  padding: 0 !important;
  font-size: var(--grimlock-navigation-icon-font-size);
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item .wc-block-mini-cart .wc-block-mini-cart__button:hover, .main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item .wc-block-mini-cart .wc-block-mini-cart__button:focus, .main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item .wc-block-mini-cart .wc-block-mini-cart__button:active {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  opacity: 1;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item .wc-block-mini-cart .wc-block-mini-cart__amount {
  display: none;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce li.menu-item .wc-block-mini-cart .wc-block-mini-cart__badge {
  z-index: 2;
  transform: translate3d(0, -30px, 0);
  position: absolute;
  top: 50%;
  right: -5px;
  box-shadow: 0 0 0 3px var(--grimlock-navigation-background-color);
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu {
  left: auto;
  right: 0;
  min-width: 260px;
  max-width: 260px;
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
}
@media (max-width: 991.98px) {
  .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu {
    display: none !important;
  }
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu > li {
  width: 100%;
  display: block;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .woocommerce-mini-cart__empty-message {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 0.8em;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart {
  font-size: 0.8rem;
  border: 0;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart h2,
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart .widgettitle {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    max-height: 260px;
    margin-bottom: 0.5rem;
  }
  .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
  }
  .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list::-webkit-scrollbar-thumb {
    outline: 0;
  }
  .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list::-webkit-scrollbar-thumb {
    background-color: var(--grimlock-color-faded);
  }
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item {
  position: relative;
  margin: 0;
  padding: 0.75rem 1rem 0.75rem 3.75rem;
  color: inherit;
  transition: all 0.2s ease-in-out;
  border-radius: clamp(0px, var(--grimlock-archive-post-border-radius), 10px);
  background: none;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item::after {
  display: block;
  clear: both;
  content: "";
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item:hover {
  background: var(--grimlock-color-faded);
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item:not(:last-child) {
  margin-bottom: 0.2rem;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item a {
  text-transform: none;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item a:hover {
  text-decoration: none !important;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item > a:last-of-type {
  display: block;
  clear: none;
  padding: 0 1.2rem 0 0;
  color: inherit;
  background: none !important;
  font-size: 1.1em;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item > a:last-of-type:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item a.remove {
  width: 1em;
  height: 1em;
  padding: 0;
  line-height: 1em;
  top: 50%;
  right: 1rem;
  left: auto;
  transform: translate3d(0, -50%, 0);
  font-size: 1.2em;
  background: none;
  opacity: 0.5;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item a.remove, .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item a.remove:hover {
  color: inherit !important;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item a.remove:hover, .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item a.remove:active, .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item a.remove:focus {
  opacity: 1;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item .quantity {
  opacity: 0.7;
  float: left;
  font-size: 0.85em;
  color: inherit;
  width: 100%;
  display: block;
  padding-right: 1.2rem;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item img {
  width: 40px;
  height: auto;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  margin: 0 0 0;
  border-radius: var(--grimlock-archive-post-border-radius);
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item dl.variation {
  display: none;
  float: left;
  width: 100%;
  border: 0;
  font-size: 0.8em;
  opacity: 0.7;
  color: inherit;
  margin: 0;
  padding-left: 58px;
  padding-right: 1.2rem;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item dl.variation dd,
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item dl.variation dt {
  display: inline-block;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item dl.variation dd p,
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item dl.variation dt p {
  margin: 0;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart ul.cart_list li.mini_cart_item dl.variation dd p {
  max-width: 50px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart .woocommerce-mini-cart__total {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  border-top: 2px solid var(--grimlock-color-faded);
  border-bottom: 2px solid var(--grimlock-color-faded);
  font-weight: 600;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart .woocommerce-mini-cart__total strong {
  font-weight: 400;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart li.empty {
  padding: 1em 1.387em;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart p {
  text-align: center;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart .buttons {
  margin: 0 -0.5rem;
  text-align: center;
  display: flex;
  gap: 0.5rem;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart .buttons > a {
  padding: 12px 5px;
  width: 100%;
  border: 0;
  background-color: transparent;
  border-radius: 0 !important;
  color: inherit;
  font-size: 0.85em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  margin: 0;
  font-family: inherit;
  font-weight: bolder;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart .buttons > a:hover, .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart .buttons > a:active, .main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart .buttons > a:focus {
  text-decoration: none;
  background: var(--grimlock-color-faded) !important;
}
.main-navigation .navbar-nav.navbar-nav--woocommerce ul.sub-menu .widget_shopping_cart .buttons > a.wc-forward {
  border-radius: clamp(0px, var(--grimlock-archive-post-border-radius), 10px) !important;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce {
  order: -2;
  flex-direction: row;
  padding: 0;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce li.menu-item a.cart-contents {
  justify-content: normal;
  width: 100%;
  padding: 1rem 1.5rem !important;
  height: auto !important;
  line-height: 1;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce li.menu-item a.cart-contents > div {
  display: flex;
  align-items: center;
  width: 100%;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce li.menu-item a.cart-contents .cart-icon {
  margin-right: 1rem;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce li.menu-item a.cart-contents .cart-icon:before {
  font-size: 1.1rem;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce li.menu-item a.cart-contents .amount {
  display: block;
  font-size: 0.8rem;
  margin: 0;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce li.menu-item a.cart-contents .amount:after {
  display: none;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce li.menu-item a.cart-contents .bubble-count {
  position: static;
  order: 99;
  margin-left: auto;
  margin-right: 0;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce li.menu-item .sub-menu {
  padding-bottom: 0 !important;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce .woocommerce-mini-cart__total {
  display: none;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce .woocommerce-mini-cart__buttons {
  margin-top: 0.5rem !important;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce .woocommerce-mini-cart__buttons .button {
  background-color: var(--grimlock-color-faded);
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce .button.checkout {
  display: none;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce .widget_shopping_cart + .widget_shopping_cart {
  display: none;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce .sub-menu {
  max-height: none;
}
.main-navigation.vertical-navbar .navbar-nav.navbar-nav--woocommerce.grimlock-woocommerce-navbar_nav_menu li.menu-item {
  height: auto;
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .main-navigation.navbar--fat-center .navbar-nav--main-menu + .navbar-nav--woocommerce, .main-navigation.navbar--fat-left .navbar-nav--main-menu + .navbar-nav--woocommerce {
    margin-right: 0 !important;
    padding-right: 0 !important;
    margin-left: -50px !important;
  }
  .main-navigation.navbar--fat-center .navbar-nav--main-menu + .grimlock-login-navbar_nav_menu + .navbar-nav--woocommerce, .main-navigation.navbar--fat-left .navbar-nav--main-menu + .grimlock-login-navbar_nav_menu + .navbar-nav--woocommerce {
    margin-left: 1rem;
  }
}
.main-navigation [data-count="0"] {
  display: none;
}

/**
 * Pagination
 */
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  border: 0;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .woocommerce nav.woocommerce-pagination ul,
  .woocommerce-page nav.woocommerce-pagination ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.woocommerce nav.woocommerce-pagination ul > li,
.woocommerce-page nav.woocommerce-pagination ul > li {
  overflow: visible;
  border: 0;
  float: none;
}
@media (max-width: 767.98px) {
  .woocommerce nav.woocommerce-pagination ul > li,
  .woocommerce-page nav.woocommerce-pagination ul > li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.woocommerce nav.woocommerce-pagination ul > li > a:after,
.woocommerce nav.woocommerce-pagination ul > li span:after,
.woocommerce-page nav.woocommerce-pagination ul > li > a:after,
.woocommerce-page nav.woocommerce-pagination ul > li span:after {
  line-height: inherit;
  font-size: 1rem;
}
.woocommerce nav.woocommerce-pagination ul > li .dots,
.woocommerce-page nav.woocommerce-pagination ul > li .dots {
  pointer-events: none;
}

/**
 * Table component
 */
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: none;
  background: none !important;
  margin: 0;
  box-shadow: none;
}
.woocommerce table.shop_table a:not(.button):not(.btn):not(:hover),
.woocommerce-page table.shop_table a:not(.button):not(.btn):not(:hover) {
  color: inherit;
}
.woocommerce table.shop_table thead,
.woocommerce table.shop_table tbody,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tbody {
  border: none !important;
}
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
  border-top: none;
  border-bottom: 1px solid var(--grimlock-table-striped-background-color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7em;
}
.woocommerce table.shop_table tbody > tr,
.woocommerce table.shop_table tfoot > tr,
.woocommerce-page table.shop_table tbody > tr,
.woocommerce-page table.shop_table tfoot > tr {
  background: none;
}
.woocommerce table.shop_table tbody > tr:not(:first-child),
.woocommerce table.shop_table tfoot > tr:not(:first-child),
.woocommerce-page table.shop_table tbody > tr:not(:first-child),
.woocommerce-page table.shop_table tfoot > tr:not(:first-child) {
  border-top: 1px solid var(--grimlock-table-striped-background-color);
  padding-top: 15px;
  padding-bottom: 10px;
}
.woocommerce table.shop_table tbody > tr > td,
.woocommerce table.shop_table tfoot > tr > td,
.woocommerce-page table.shop_table tbody > tr > td,
.woocommerce-page table.shop_table tfoot > tr > td {
  background: none !important;
  border: none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td {
  padding: 20px 12px;
}
.woocommerce .woocommerce-orders-table__row td,
.woocommerce-page .woocommerce-orders-table__row td {
  vertical-align: middle;
}

.woocommerce-store-notice, p.demo_store {
  position: relative;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 5px;
  margin: 0;
  border: 0;
  font-size: 0.9rem;
  background-color: var(--grimlock-woocommerce-store-notice-background-color);
  background-image: var(--grimlock-woocommerce-store-notice-background-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--grimlock-woocommerce-store-notice-color);
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .woocommerce-store-notice, p.demo_store {
    flex-direction: column;
    height: auto;
  }
}
.woocommerce-store-notice a:not(.btn), p.demo_store a:not(.btn) {
  color: inherit !important;
  text-decoration: underline;
  margin-left: 0.5em;
}
.woocommerce-store-notice a:not(.btn):hover, p.demo_store a:not(.btn):hover {
  text-decoration: none;
}
.woocommerce-store-notice .btn, p.demo_store .btn {
  padding: 0.5rem 1rem;
  text-decoration: none;
  margin-left: 1rem;
  font-size: inherit;
}
@media (max-width: 767.98px) {
  .woocommerce-store-notice .btn, p.demo_store .btn {
    margin: 1rem 0 0 0;
    width: 100%;
  }
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link, p.demo_store .woocommerce-store-notice__dismiss-link {
  font-size: 0;
  text-decoration: none !important;
  margin-left: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  aspect-ratio: 1;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:before, p.demo_store .woocommerce-store-notice__dismiss-link:before {
  font-family: var(--grimlock-icon-times-circle-font-family) !important;
  content: var(--grimlock-icon-times-circle);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover, p.demo_store .woocommerce-store-notice__dismiss-link:hover {
  opacity: 0.7;
}

/**
 * Archive
 */
.woocommerce-products-header {
  display: none;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  z-index: 2;
  margin-bottom: 0;
}
.woocommerce ul.products:before, .woocommerce ul.products:after,
.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after {
  width: 0;
}
.woocommerce ul.products ul,
.woocommerce-page ul.products ul {
  margin-bottom: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100% !important;
  margin: 0 0 30px 0 !important;
}
@media (min-width: 576px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.woocommerce ul.products li.product .card,
.woocommerce-page ul.products li.product .card {
  height: 100%;
}
@media (min-width: 576px) {
  .woocommerce ul.products.columns-1 li.product,
  .woocommerce-page ul.products.columns-1 li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.columns-1 li.product,
  .woocommerce-page ul.products.columns-1 li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products.columns-1 li.product,
  .woocommerce-page ul.products.columns-1 li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .woocommerce ul.products.columns-2 li.product,
  .woocommerce-page ul.products.columns-2 li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.columns-2 li.product,
  .woocommerce-page ul.products.columns-2 li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products.columns-2 li.product,
  .woocommerce-page ul.products.columns-2 li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 576px) {
  .woocommerce ul.products.columns-5 li.product,
  .woocommerce-page ul.products.columns-5 li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.columns-5 li.product,
  .woocommerce-page ul.products.columns-5 li.product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .woocommerce ul.products.columns-5 li.product,
  .woocommerce-page ul.products.columns-5 li.product {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 576px) {
  .woocommerce ul.products.columns-6 li.product,
  .woocommerce-page ul.products.columns-6 li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.columns-6 li.product,
  .woocommerce-page ul.products.columns-6 li.product {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products.columns-6 li.product,
  .woocommerce-page ul.products.columns-6 li.product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.woocommerce ul.products > .product-categories,
.woocommerce-page ul.products > .product-categories {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce ul.products > .product-categories .product-categories,
.woocommerce-page ul.products > .product-categories .product-categories {
  padding: 0;
}
.woocommerce .region--3-6-3-cols-left #content div.product div.images,
.woocommerce .region--3-6-3-cols-left div.product div.images,
.woocommerce .region--3-6-3-cols-left div.product div.summary,
.woocommerce .region--container-narrow #content div.product div.images,
.woocommerce .region--container-narrow div.product div.images,
.woocommerce .region--container-narrow div.product div.summary,
.woocommerce .region--container-narrower #content div.product div.images,
.woocommerce .region--container-narrower div.product div.images,
.woocommerce .region--container-narrower div.product div.summary,
.woocommerce-page .region--3-6-3-cols-left #content div.product div.images,
.woocommerce-page .region--3-6-3-cols-left div.product div.images,
.woocommerce-page .region--3-6-3-cols-left div.product div.summary,
.woocommerce-page .region--container-narrow #content div.product div.images,
.woocommerce-page .region--container-narrow div.product div.images,
.woocommerce-page .region--container-narrow div.product div.summary,
.woocommerce-page .region--container-narrower #content div.product div.images,
.woocommerce-page .region--container-narrower div.product div.images,
.woocommerce-page .region--container-narrower div.product div.summary {
  width: 100% !important;
  float: none;
}
.woocommerce .region--3-6-3-cols-left div.images,
.woocommerce .region--container-narrow div.images,
.woocommerce .region--container-narrower div.images,
.woocommerce-page .region--3-6-3-cols-left div.images,
.woocommerce-page .region--container-narrow div.images,
.woocommerce-page .region--container-narrower div.images {
  margin-bottom: 0 !important;
}
.woocommerce .region--3-6-3-cols-left div.images .flex-control-thumbs,
.woocommerce .region--container-narrow div.images .flex-control-thumbs,
.woocommerce .region--container-narrower div.images .flex-control-thumbs,
.woocommerce-page .region--3-6-3-cols-left div.images .flex-control-thumbs,
.woocommerce-page .region--container-narrow div.images .flex-control-thumbs,
.woocommerce-page .region--container-narrower div.images .flex-control-thumbs {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category {
  vertical-align: top;
  height: clamp(250px, 50vw, 400px);
  margin-bottom: 30px;
  float: left;
  width: 100%;
  clear: none;
}
@media (min-width: 992px) {
  .grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category > .product-category__thumbnail {
  background-size: cover;
  background-position: center center;
  height: 100%;
  overflow: hidden;
  border-radius: var(--grimlock-archive-post-border-radius);
}
.grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category > .product-category__thumbnail > a {
  display: block;
  height: 100%;
}
.grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category > .product-category__thumbnail:not([style*=background-image]) {
  background-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color);
}
@media (min-width: 992px) {
  .grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category:nth-child(1) {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: clamp(250px, 50vw, 400px);
  }
  .grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category:nth-child(2) {
    height: clamp(250px, 50vw, 400px);
  }
  .grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category:nth-child(3) {
    float: left;
  }
  .grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category:nth-child(4) {
    float: right;
    height: clamp(250px, 50vw, 400px);
  }
  .grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category:nth-child(6) {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category:nth-child(n+7) {
    width: 50%;
  }
}
.grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category .product-category__meta {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  text-align: left;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category .product-category__meta {
    transition: none;
  }
}
.grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category .woocommerce-loop-category__title {
  font-size: 1.4em;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  color: inherit;
  text-align: right;
}
.grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category .woocommerce-loop-category__title .count {
  display: block;
  color: inherit !important;
  opacity: 0.7;
  font-size: 2em;
  padding: 0;
  background: none !important;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category .woocommerce-loop-category__title .count {
    transition: none;
  }
}
.grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category .woocommerce-loop-category__title .count:not(.count--done) {
  opacity: 0;
}
.grimlock-woocommerce-products-categories--layout_grid ul.products li.product.product-category:hover .product-category__meta {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .grimlock-woocommerce-products-categories--layout_grid .product-categories-count--1 li.product.product-category:nth-child(1) {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grimlock-woocommerce-products-categories--layout_grid .product-categories-count--2 li.product.product-category:nth-child(1), .grimlock-woocommerce-products-categories--layout_grid .product-categories-count--2 li.product.product-category:nth-child(2) {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grimlock-woocommerce-products-categories--layout_grid .product-categories-count--3 li.product.product-category:nth-child(3),
  .grimlock-woocommerce-products-categories--layout_grid .product-categories-count--4 li.product.product-category:nth-child(3) {
    height: clamp(250px, 50vw, 400px);
  }
  .grimlock-woocommerce-products-categories--layout_grid .product-categories-count--4 li.product.product-category:nth-child(4) {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grimlock-woocommerce-products-categories--layout_grid .product-categories-count--5 li.product.product-category:nth-child(5) {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grimlock-woocommerce-products-categories--layout_grid .product-categories-count--7 li.product.product-category:nth-child(7) {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grimlock-woocommerce-products-categories--layout_grid .product-categories-count--9 li.product.product-category:nth-child(9) {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.woocommerce-archive-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.woocommerce-archive-header .woocommerce-ordering select.orderby,
.woocommerce-archive-header #dropdownWcFiltersButton {
  padding: 0.9em 1.2em;
  border: 0;
  border-radius: var(--grimlock-button-border-radius);
  font-size: 0.85rem;
  color: currentColor !important;
  font-weight: 400 !important;
  height: 45px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
}
.woocommerce-archive-header #dropdownWcFiltersButton {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 0.9em 1.2em;
  color: var(--grimlock-archive-post-color);
  color: var(--grimlock-archive-post-title-color) !important;
}
.woocommerce-archive-header #dropdownWcFiltersButton:hover, .woocommerce-archive-header #dropdownWcFiltersButton:focus, .woocommerce-archive-header #dropdownWcFiltersButton:active, .woocommerce-archive-header #dropdownWcFiltersButton[aria-expanded=true] {
  border-color: var(--grimlock-button-primary-background-color);
  background-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color) !important;
}
.woocommerce-archive-header .woocommerce-ordering {
  margin: 0;
  float: none;
  position: relative;
}
.woocommerce-archive-header .woocommerce-ordering select.orderby {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 40px;
  padding-left: 0;
  background-image: none;
  color: inherit !important;
  background: none;
}
@media (min-width: 768px) {
  .woocommerce-archive-header .woocommerce-ordering select.orderby {
    min-width: 135px !important;
    text-align: right;
  }
}
.woocommerce-archive-header .woocommerce-ordering select.orderby::-ms-expand {
  display: none;
}
.woocommerce-archive-header .woocommerce-ordering select.orderby option {
  font-weight: normal;
}
.woocommerce-archive-header .woocommerce-ordering:after {
  font-family: var(--grimlock-icon-angle-down-font-family) !important;
  content: var(--grimlock-icon-angle-down);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 10px);
  right: 0.5em;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 1rem;
  z-index: 2;
}
.woocommerce-archive-header .woocommerce-result-count {
  margin: 0;
  float: none;
  font-size: 0.85em;
}

@media (min-width: 768px) {
  .grimlock--navigation-fixed-right .dropdown-wc-filters, .grimlock--navigation-hamburger-right .dropdown-wc-filters {
    margin-left: 0 !important;
    padding-left: 0 !important;
    order: -1 !important;
    padding-right: 1.5rem !important;
  }
}
.dropdown-wc-filters #dropdownWcFiltersButton {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-wc-filters #dropdownWcFiltersButton:before {
  font-family: var(--grimlock-icon-wc-filters-font-family) !important;
  content: var(--grimlock-icon-wc-filters);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
  position: relative;
}
.dropdown-wc-filters #dropdownWcFiltersButton:after {
  display: none;
}
.dropdown-wc-filters .dropdown-menu {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
  position: fixed !important;
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
  bottom: auto !important;
  height: 100vh !important;
  transform: translate3d(var(--wc-drawer-panel-width), 0, 0) !important;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  overflow: hidden;
  width: var(--wc-drawer-panel-width);
  max-width: 90vw;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  display: block !important;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, opacity 0.15s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .dropdown-wc-filters .dropdown-menu {
    transition: none;
  }
}
.grimlock--navigation-fixed-right .dropdown-wc-filters .dropdown-menu, .grimlock--navigation-hamburger-right .dropdown-wc-filters .dropdown-menu {
  right: auto !important;
  left: 0 !important;
  transform: translate3d(-300px, 0, 0) !important;
}
.dropdown-wc-filters .dropdown-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99998;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
}
.dropdown-wc-filters #woocommerce-filters {
  display: block !important;
  padding: 1.5rem;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--grimlock-archive-post-background-color);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.dropdown-wc-filters #woocommerce-filters::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.dropdown-wc-filters #woocommerce-filters::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.dropdown-wc-filters #woocommerce-filters::-webkit-scrollbar-thumb {
  outline: 0;
}
.dropdown-wc-filters #woocommerce-filters::-webkit-scrollbar-thumb {
  background-color: var(--grimlock-color-faded);
}
.admin-bar .dropdown-wc-filters #woocommerce-filters {
  padding-top: calc(2rem + 32px);
}
.dropdown-wc-filters #woocommerce-filters .widget-title {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: var(--grimlock-archive-post-title-color);
}
.dropdown-wc-filters #woocommerce-filters .widget + .widget {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid var(--grimlock-table-striped-background-color);
}
.dropdown-wc-filters #woocommerce-filters .widget:first-child {
  margin-top: var(--wc-drawer-panel-top-area-height);
}
.dropdown-wc-filters #woocommerce-filters .widget:first-child > .widget-title {
  font-size: 1.1rem;
  margin: 0;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid var(--grimlock-color-faded);
  height: var(--wc-drawer-panel-top-area-height);
  line-height: var(--wc-drawer-panel-top-area-height);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -2rem;
  right: -2rem;
  z-index: 2;
}
.dropdown-wc-filters #woocommerce-filters .widget_layered_nav ul li a,
.dropdown-wc-filters #woocommerce-filters .widget_product_categories ul li a {
  padding: 0 !important;
}
.dropdown-wc-filters #woocommerce-filters .wp-block-woocommerce-price-filter,
.dropdown-wc-filters #woocommerce-filters .wp-block-woocommerce-attribute-filter {
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
}
.dropdown-wc-filters.show .dropdown-menu {
  transform: translate3d(0, 0, 0) !important;
  pointer-events: auto;
  opacity: 1;
}
.dropdown-wc-filters.show .dropdown-backdrop {
  display: block;
}

.archive[class*=tax-product].grimlock--custom_header-displayed .site-main > .term-description,
.archive[class*=tax-pa_].grimlock--custom_header-displayed .site-main > .term-description {
  display: none;
}

/**
 * Cart
 */
.woocommerce .woocommerce::after,
.woocommerce-page .woocommerce::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form {
  width: 100%;
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-cart-form,
  .woocommerce-page .woocommerce-cart-form {
    float: left;
    max-width: calc(70% - 30px);
  }
}
@media (min-width: 992px) {
  .page-template-default .woocommerce .woocommerce-cart-form, .page-template-template-classic-3-9-cols-left .woocommerce .woocommerce-cart-form, .page-template-template-classic-9-3-cols-left .woocommerce .woocommerce-cart-form,
  .page-template-default .woocommerce-page .woocommerce-cart-form,
  .page-template-template-classic-3-9-cols-left .woocommerce-page .woocommerce-cart-form,
  .page-template-template-classic-9-3-cols-left .woocommerce-page .woocommerce-cart-form {
    float: none;
    max-width: 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-thumbnail,
.woocommerce-page .woocommerce-cart-form table.shop_table tbody td.product-thumbnail {
  width: 80px;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-thumbnail > a,
.woocommerce-page .woocommerce-cart-form table.shop_table tbody td.product-thumbnail > a {
  display: block;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-thumbnail img,
.woocommerce-page .woocommerce-cart-form table.shop_table tbody td.product-thumbnail img {
  width: 56px !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--grimlock-archive-post-border-radius);
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-name,
.woocommerce-page .woocommerce-cart-form table.shop_table tbody td.product-name {
  word-break: break-word;
  white-space: normal;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.product-remove,
.woocommerce-page .woocommerce-cart-form table.shop_table tbody td.product-remove {
  width: 40px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr.tr-actions,
  .woocommerce-page .woocommerce-cart-form table.shop_table tbody tr.tr-actions {
    display: flex !important;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions,
.woocommerce-page .woocommerce-cart-form table.shop_table tbody td.actions {
  background: none !important;
  padding: 20px 0 0 0;
}
@media (max-width: 991.98px) {
  .woocommerce .woocommerce-cart-form table.shop_table tbody td.actions,
  .woocommerce-page .woocommerce-cart-form table.shop_table tbody td.actions {
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .button,
.woocommerce-page .woocommerce-cart-form table.shop_table tbody td.actions .button {
  line-height: normal;
  height: 45px;
  padding: 0.3rem 1.2rem;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .coupon,
.woocommerce-page .woocommerce-cart-form table.shop_table tbody td.actions .coupon {
  position: relative;
  display: flex;
}
.woocommerce .woocommerce-cart-form table.shop_table tbody td.actions .coupon .input-text,
.woocommerce-page .woocommerce-cart-form table.shop_table tbody td.actions .coupon .input-text {
  border: var(--grimlock-control-border-width) solid var(--grimlock-control-border-color);
  background: var(--grimlock-control-background-color);
  padding: 0.3rem 1rem;
  width: 100% !important;
  margin-right: 0.75rem;
  height: 45px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name,
.woocommerce-page .woocommerce-cart-form table.shop_table .product-name {
  font-weight: 600;
}
.woocommerce .woocommerce-cart-form table.shop_table .actions,
.woocommerce-page .woocommerce-cart-form table.shop_table .actions {
  padding: 0.5rem;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-quantity,
.woocommerce-page .woocommerce-cart-form table.shop_table td.product-quantity {
  min-width: 110px !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-quantity .buttons_added,
.woocommerce-page .woocommerce-cart-form table.shop_table td.product-quantity .buttons_added {
  margin-right: 0 !important;
  min-width: 110px !important;
}
@media (max-width: 767.98px) {
  .woocommerce .woocommerce-cart-form table.shop_table_responsive,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive {
    display: block;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tbody,
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tfoot,
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive tbody,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive tfoot,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive thead,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 105px;
    min-height: 135px;
    position: relative;
    border-top: none !important;
    border-bottom: 1px solid var(--grimlock-table-striped-background-color);
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td {
    display: flex !important;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding: 5px 0;
    text-align: right;
    border-top: 1px solid var(--grimlock-table-striped-background-color);
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td:before,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td:before {
    content: none;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td:not(.product-thumbnail):not(.product-name):before,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td:not(.product-thumbnail):not(.product-name):before {
    flex: 1 1 auto;
    padding-top: 0;
    text-align: left;
    content: attr(data-title);
    float: left;
    color: inherit;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-remove,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    margin: 0;
    border: none;
    justify-content: flex-end;
    padding: 0;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-thumbnail,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 80px;
    height: auto;
    max-height: 115px;
    border: none;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-thumbnail img,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-thumbnail img {
    width: 80px !important;
    height: auto;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-name,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-name {
    margin-bottom: 0;
    text-align: left !important;
    border: none;
    padding: 0 25px 15px 0;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-quantity div.quantity,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-quantity div.quantity {
    height: 35px !important;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-quantity div.quantity .input-text,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-quantity div.quantity .input-text {
    height: 35px !important;
    min-width: 35px !important;
    padding: 5px;
    width: 50px !important;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr:not(.woocommerce-cart-form__cart-item),
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr:not(.woocommerce-cart-form__cart-item) {
    border: none !important;
    padding: 0 0 0 0 !important;
    margin: 0 !important;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive td.actions .coupon,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive td.actions .coupon {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid var(--grimlock-table-striped-background-color);
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive td.actions .coupon #coupon_code,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive td.actions .coupon #coupon_code {
    margin-bottom: 0.5rem;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive td.actions .coupon input,
  .woocommerce .woocommerce-cart-form table.shop_table_responsive td.actions .coupon button,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive td.actions .coupon input,
  .woocommerce-page .woocommerce-cart-form table.shop_table_responsive td.actions .coupon button {
    width: 100% !important;
  }
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    align-self: flex-start;
    z-index: 2;
    float: right;
    max-width: 30%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .page-template-default .woocommerce .cart-collaterals, .page-template-template-classic-3-9-cols-left .woocommerce .cart-collaterals, .page-template-template-classic-9-3-cols-left .woocommerce .cart-collaterals,
  .page-template-default .woocommerce-page .cart-collaterals,
  .page-template-template-classic-3-9-cols-left .woocommerce-page .cart-collaterals,
  .page-template-template-classic-9-3-cols-left .woocommerce-page .cart-collaterals {
    position: relative;
    top: auto;
    float: none;
    max-width: 100%;
    margin-top: 1.5rem;
  }
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
  position: relative;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals .shop_table,
.woocommerce-page .cart-collaterals .cart_totals .shop_table {
  border: 0;
  background: none !important;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table {
    table-layout: fixed;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table strong,
.woocommerce-page .cart-collaterals .cart_totals .shop_table strong {
  font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr:not(:first-child) th,
.woocommerce .cart-collaterals .cart_totals .shop_table tr:not(:first-child) td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr:not(:first-child) th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr:not(:first-child) td {
  border-top: 1px solid var(--grimlock-table-striped-background-color);
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr {
  background: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce .cart-collaterals .cart_totals .shop_table td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table td {
  padding: 15px 12px;
  vertical-align: middle;
  background: none;
  border-top: none;
}
@media (max-width: 991.98px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table th,
  .woocommerce .cart-collaterals .cart_totals .shop_table td,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table th,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table td {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table th {
  font-weight: normal;
  padding-left: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table td[data-title],
.woocommerce-page .cart-collaterals .cart_totals .shop_table td[data-title] {
  text-align: right;
  padding-right: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination {
  font-size: 0.8em;
  line-height: 1.35em;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination {
    text-align: left;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table ul#shipping_method .amount,
.woocommerce-page .cart-collaterals .cart_totals .shop_table ul#shipping_method .amount {
  font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 0.85em;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:not(:hover),
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:not(:hover) {
  color: inherit;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:before,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:before {
  font-family: var(--grimlock-icon-edit-font-family) !important;
  content: var(--grimlock-icon-edit);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25rem;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:after {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .form-row,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .form-row {
  margin-bottom: 0.5rem;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator input,
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator button,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator input,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator button {
  font-size: 0.9em;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .select2.select2-container .select2-selection .select2-selection__rendered,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .select2.select2-container .select2-selection .select2-selection__rendered {
  font-size: 0.9em;
  text-align: left;
  color: var(--grimlock-control-color);
  padding: 0.8rem 1.25rem;
  line-height: normal;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .order-total,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .order-total {
  font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .order-total th, .woocommerce .cart-collaterals .cart_totals .shop_table .order-total td, .woocommerce .cart-collaterals .cart_totals .shop_table .order-total strong,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .order-total th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .order-total td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .order-total strong {
  font-weight: inherit;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 0.5rem;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  white-space: normal;
  padding: 1.2rem 1rem;
  font-size: 1.1em;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .ppc-button-wrapper,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .ppc-button-wrapper {
  margin-top: 1rem;
}
.woocommerce .cart-collaterals .cart_totals small,
.woocommerce-page .cart-collaterals .cart_totals small {
  color: inherit;
}
.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td {
  color: #3DBDB6;
}
.woocommerce .cart-collaterals .shipping-calculator-form,
.woocommerce-page .cart-collaterals .shipping-calculator-form {
  padding-top: 1rem;
}
.woocommerce.woocommerce-cart .cart-empty,
.woocommerce-page.woocommerce-cart .cart-empty {
  margin-bottom: 1.5rem;
}
.woocommerce.woocommerce-cart .cart-empty.woocommerce-info,
.woocommerce-page.woocommerce-cart .cart-empty.woocommerce-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6% 2%;
  margin: 6% auto 1rem auto;
  max-width: 600px;
  color: inherit !important;
  background-color: var(--grimlock-color-faded) !important;
  border-radius: var(--grimlock-archive-post-border-radius);
}
.woocommerce.woocommerce-cart .cart-empty.woocommerce-info:before,
.woocommerce-page.woocommerce-cart .cart-empty.woocommerce-info:before {
  margin-top: 0;
}
.woocommerce.woocommerce-cart .cart-empty:before,
.woocommerce-page.woocommerce-cart .cart-empty:before {
  font-family: var(--grimlock-icon-cart-font-family) !important;
  content: var(--grimlock-icon-cart);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 2rem 0 1rem 0;
  font-size: 3em;
}
.woocommerce.woocommerce-cart .cart-empty + .return-to-shop,
.woocommerce-page.woocommerce-cart .cart-empty + .return-to-shop {
  margin: 0 auto 3% auto;
  max-width: 600px;
}
.woocommerce.woocommerce-cart .cart-empty + .return-to-shop .button,
.woocommerce-page.woocommerce-cart .cart-empty + .return-to-shop .button {
  width: 100%;
}
.woocommerce.woocommerce-cart .return-to-shop,
.woocommerce-page.woocommerce-cart .return-to-shop {
  max-width: 600px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.woocommerce.woocommerce-cart .return-to-shop .button,
.woocommerce-page.woocommerce-cart .return-to-shop .button {
  width: 100%;
}

.wc_ppec_large_payment_buttons {
  width: 100% !important;
}

.woocommerce-cart .select2-container--open .select2-dropdown .select2-search__field {
  font-size: 0.9em;
  height: 35px;
}
.woocommerce-cart .select2-container--open .select2-dropdown .select2-results__option {
  font-size: 0.9em;
}
.woocommerce-cart .select2-container--open .select2-dropdown {
  padding: 0.5rem;
}

/**
 * Account
 */
.woocommerce-MyAccount-content p:not([class]) a {
  color: inherit;
}
.woocommerce-MyAccount-content p:not([class]) a:not(:hover) {
  text-decoration: underline;
}

.woocommerce-account .grimlock--page-content > .woocommerce {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation > ul {
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation > ul > li {
  padding: 0;
  margin: 0 0 0.15rem 0;
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation > ul > li a {
  color: inherit;
  background: none;
  border: none;
  padding: 0.75rem 1.25rem;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: var(--grimlock-navigation-font-weight);
  border-radius: var(--grimlock-button-border-radius);
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0.9em;
  text-decoration: none;
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation > ul > li a:after {
  content: "";
  display: block;
  background-color: var(--grimlock-archive-post-link-hover-color);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: inherit;
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation > ul > li.is-active a,
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation > ul > li a:hover {
  color: var(--grimlock-archive-post-link-hover-color);
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation > ul > li.is-active a:after,
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation > ul > li a:hover:after {
  opacity: 0.075;
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-navigation > ul > li.is-active a {
  font-weight: 600;
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-content {
    padding: 2rem;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    border-left: 1px solid var(--grimlock-table-striped-background-color) !important;
  }
}
@media (min-width: 992px) {
  .woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-content {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-content legend {
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--grimlock-archive-post-title-color);
  padding-bottom: 0.5rem;
}
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p:last-child,
.woocommerce-account .grimlock--page-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p:last-child {
  margin-bottom: 0;
}
.woocommerce-account.page-template-template-full-width-no-header .grimlock--page-content > .woocommerce {
  margin-bottom: var(--grimlock-page-content-padding-y);
}
.woocommerce-account:not(.logged-in) .grimlock--page-content > .woocommerce {
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  flex-direction: column;
}
.woocommerce-account:not(.logged-in) .grimlock--page-content > .woocommerce .col2-set {
  justify-content: center;
}
.woocommerce-account:not(.logged-in) .grimlock--page-content > .woocommerce > h2 {
  text-align: left;
  margin-bottom: 1rem;
}
.woocommerce-account:not(.logged-in) .grimlock--page-content > .woocommerce > .woocommerce-form {
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-account:not(.logged-in) .grimlock--page-content > .woocommerce > .woocommerce-form {
    width: 100%;
    min-width: 350px;
  }
}
.woocommerce-account:not(.logged-in) .grimlock--page-content > .woocommerce .woocommerce-form-login__submit {
  margin-right: 0;
  width: 100%;
}

.woocommerce-Addresses .woocommerce-Address,
.woocommerce-columns--addresses .woocommerce-Address {
  padding-top: 1.5rem;
}
.woocommerce-Addresses .woocommerce-column__title,
.woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce-columns--addresses .woocommerce-column__title,
.woocommerce-columns--addresses .woocommerce-Address-title h3 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: var(--grimlock-archive-post-title-color);
}
.woocommerce-Addresses .woocommerce-column__title,
.woocommerce-columns--addresses .woocommerce-column__title {
  padding-bottom: 1.5rem;
}
.woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-columns--addresses .woocommerce-Address-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.woocommerce-Addresses .woocommerce-Address-title .edit,
.woocommerce-columns--addresses .woocommerce-Address-title .edit {
  margin-left: 0.25rem;
  font-size: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background-color: var(--grimlock-color-faded);
}
.woocommerce-Addresses .woocommerce-Address-title .edit:before,
.woocommerce-columns--addresses .woocommerce-Address-title .edit:before {
  font-family: var(--grimlock-icon-edit-font-family) !important;
  content: var(--grimlock-icon-edit);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9rem;
}
.woocommerce-Addresses .woocommerce-Address-title .edit:not(:hover),
.woocommerce-columns--addresses .woocommerce-Address-title .edit:not(:hover) {
  color: inherit;
  opacity: 0.5;
  background-color: transparent;
}
.woocommerce-Addresses address,
.woocommerce-columns--addresses address {
  padding: 1rem;
  font-size: 0.9em;
  border-radius: var(--grimlock-archive-post-border-radius);
  background-color: var(--grimlock-color-faded);
}

.wc-dashboard-card {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wc-dashboard-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(100px, 10vw, 140px);
  flex-direction: column;
  font-size: 1em;
  font-weight: 600;
  padding: 0.25rem;
  color: var(--grimlock-button-primary-color) !important;
  background-color: var(--grimlock-button-primary-background-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  text-decoration: none !important;
  border: 1px solid var(--grimlock-color-faded);
}
.wc-dashboard-card > a:hover {
  opacity: 0.85;
}
.wc-dashboard-card > a:before {
  font-size: 1.5em;
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.wc-dashboard-card--shop > a:before {
  font-family: var(--grimlock-icon-cart-font-family) !important;
  content: var(--grimlock-icon-cart);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wc-dashboard-card--orders > a:before {
  font-family: var(--grimlock-icon-check-circle-font-family) !important;
  content: var(--grimlock-icon-check-circle);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wc-dashboard-card--address > a:before {
  font-family: var(--grimlock-icon-map-marker-font-family) !important;
  content: var(--grimlock-icon-map-marker);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wc-dashboard-card--edit > a:before {
  font-family: var(--grimlock-icon-edit-font-family) !important;
  content: var(--grimlock-icon-edit);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-MyAccount-content :is(h1, h2, h3, h4, h5, h6) {
  color: var(--grimlock-archive-post-title-color);
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 1rem;
}

/**
 * Checkout
 */
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  font-family: var(--grimlock-icon-wc-coupon-font-family) !important;
  content: var(--grimlock-icon-wc-coupon);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-form-coupon-toggle .woocommerce-info:last-child {
  margin-bottom: 30px;
}
.woocommerce-form-coupon-toggle .woocommerce-info + * {
  margin-top: 0.5rem;
}
@media (max-width: 991.98px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    flex-direction: column;
  }
  .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    font-size: 0;
  }
}

form.woocommerce-checkout::after {
  display: block;
  clear: both;
  content: "";
}
form.woocommerce-checkout > div {
  width: 100%;
}
@media (min-width: 992px) {
  form.woocommerce-checkout > div {
    float: left;
    max-width: calc(70% - 30px);
  }
}
form.woocommerce-checkout > #order_review_heading {
  display: none;
}
form.woocommerce-checkout #order_review {
  width: 100%;
  margin-bottom: 30px;
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
@media (min-width: 992px) {
  form.woocommerce-checkout #order_review {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    align-self: flex-start;
    z-index: 2;
    float: right;
    max-width: 30%;
    margin-bottom: 0;
  }
}
form.woocommerce-checkout #order_review h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  text-align: left;
}
form.woocommerce-checkout #order_review .shop_table {
  border: 0;
  background: none !important;
  font-size: 0.9em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  form.woocommerce-checkout #order_review .shop_table {
    table-layout: fixed;
  }
}
form.woocommerce-checkout #order_review .shop_table strong {
  font-weight: 600;
}
form.woocommerce-checkout #order_review .shop_table thead {
  display: none;
}
form.woocommerce-checkout #order_review .shop_table th {
  font-weight: normal;
  padding-left: 0;
}
form.woocommerce-checkout #order_review .shop_table tr:not(:first-child) th,
form.woocommerce-checkout #order_review .shop_table tr:not(:first-child) td {
  border-top: 1px solid var(--grimlock-table-striped-background-color);
}
form.woocommerce-checkout #order_review .shop_table tr {
  background: none;
}
form.woocommerce-checkout #order_review .shop_table th,
form.woocommerce-checkout #order_review .shop_table td {
  padding: 15px 12px;
  vertical-align: middle;
  background: none;
  border-top: none;
}
@media (max-width: 991.98px) {
  form.woocommerce-checkout #order_review .shop_table th,
  form.woocommerce-checkout #order_review .shop_table td {
    padding-left: 0;
    padding-right: 0;
  }
}
form.woocommerce-checkout #order_review .shop_table td.product-name {
  padding-left: 0;
}
form.woocommerce-checkout #order_review .shop_table td.product-name .product-quantity {
  font-weight: inherit;
  opacity: 0.7;
  font-size: 0.8em;
}
form.woocommerce-checkout #order_review .shop_table td.product-total {
  text-align: right;
  padding-right: 0;
  width: 100px;
  padding-left: 0;
}
form.woocommerce-checkout #order_review .shop_table tfoot {
  border-top: 2px solid var(--grimlock-table-striped-background-color);
}
form.woocommerce-checkout #order_review .shop_table tfoot strong, form.woocommerce-checkout #order_review .shop_table tfoot th, form.woocommerce-checkout #order_review .shop_table tfoot td, form.woocommerce-checkout #order_review .shop_table tfoot label, form.woocommerce-checkout #order_review .shop_table tfoot ul#shipping_method .amount {
  font-weight: inherit;
  border: none;
}
form.woocommerce-checkout #order_review .shop_table tfoot td {
  text-align: right;
  padding-right: 0;
}
form.woocommerce-checkout #order_review .shop_table tfoot th {
  padding-left: 0;
}
form.woocommerce-checkout #order_review .shop_table tfoot .woocommerce ul#shipping_method li {
  margin-bottom: 0;
}
form.woocommerce-checkout #order_review .shop_table tfoot .woocommerce ul#shipping_method li + li {
  margin-top: 0.25rem;
}
form.woocommerce-checkout #order_review .shop_table .order-total {
  font-weight: 600;
}
form.woocommerce-checkout #order_review .shop_table .order-total .amount {
  font-size: 1.15em;
}
form.woocommerce-checkout #order_review .shop_table ul#shipping_method li {
  margin-bottom: 0;
}
form.woocommerce-checkout #order_review .shop_table ul#shipping_method li + li {
  margin-top: 0.25rem;
}
form.woocommerce-checkout #order_review .shop_table ul#shipping_method label {
  font-size: 0.7em;
}
form.woocommerce-checkout #order_review .shop_table ul#shipping_method label .amount {
  font-size: 1.4em;
  display: block;
  line-height: 1;
}
form.woocommerce-checkout .col2-set {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
  width: 100%;
}
form.woocommerce-checkout .col2-set > div.col-1,
form.woocommerce-checkout .col2-set > div.col-2 {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
form.woocommerce-checkout .col2-set h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  text-align: left;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, #add_payment_method .checkout .col-2 h3#ship-to-different-address {
  width: 100%;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label, #add_payment_method .checkout .col-2 h3#ship-to-different-address label {
  display: inline-block;
  font-weight: inherit;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input, #add_payment_method .checkout .col-2 h3#ship-to-different-address input {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.2em;
}
.woocommerce-checkout .checkout .create-account small, #add_payment_method .checkout .create-account small {
  color: inherit;
}
.woocommerce-checkout #payment, #add_payment_method #payment {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method, #add_payment_method #payment .wc_payment_methods li.wc_payment_method {
  margin-bottom: 0.5rem;
}
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method label, #add_payment_method #payment .wc_payment_methods li.wc_payment_method label {
  margin-bottom: 0;
  cursor: pointer;
}
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method img, #add_payment_method #payment .wc_payment_methods li.wc_payment_method img {
  padding: 0;
  height: 32px;
  width: auto;
}
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method .about_paypal, #add_payment_method #payment .wc_payment_methods li.wc_payment_method .about_paypal {
  line-height: 32px;
  font-weight: normal;
  font-size: 0.7em;
  font-style: italic;
}
.woocommerce-checkout #payment .wc_payment_methods li.wc_payment_method .about_paypal:not(:hover), #add_payment_method #payment .wc_payment_methods li.wc_payment_method .about_paypal:not(:hover) {
  color: inherit;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions, #add_payment_method #payment .woocommerce-terms-and-conditions {
  border-radius: 0.25rem;
  border: 0;
  box-shadow: none;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions ol, #add_payment_method #payment .woocommerce-terms-and-conditions ol {
  padding-left: 1rem;
  font-weight: bolder;
  text-transform: uppercase;
}
.woocommerce-checkout #payment div.form-row, #add_payment_method #payment div.form-row {
  padding: 0;
}
.woocommerce-checkout #payment #place_order, #add_payment_method #payment #place_order {
  float: none;
  width: 100%;
  margin-top: 1rem;
}
.woocommerce-checkout #payment .terms,
.woocommerce-checkout #payment .wc-terms-and-conditions, #add_payment_method #payment .terms,
#add_payment_method #payment .wc-terms-and-conditions {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
  border: none;
  padding: 0;
  margin-bottom: 1rem;
}
.woocommerce-checkout #payment ul.payment_methods li input, #add_payment_method #payment ul.payment_methods li input {
  margin-right: 0.5rem;
}
.woocommerce-checkout #payment ul.payment_methods li img, #add_payment_method #payment ul.payment_methods li img {
  padding: 3px 10px;
  margin-right: 10px;
  background: #fff;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper, #add_payment_method #payment .woocommerce-terms-and-conditions-wrapper {
  background-color: var(--grimlock-color-faded);
  padding: 1rem;
  border-radius: var(--grimlock-archive-post-border-radius);
}
.woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  background-color: var(--grimlock-color-faded);
  color: inherit;
}
.woocommerce-checkout #payment div.payment_box:before, #add_payment_method #payment div.payment_box:before {
  border-bottom-color: var(--grimlock-color-faded);
  top: -1em;
}
.woocommerce-checkout #payment + .ppc-button-wrapper, #add_payment_method #payment + .ppc-button-wrapper {
  margin-top: 1rem;
}

.woocommerce #add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #add_payment_method #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  line-height: inherit;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  padding-left: 0;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
  border-right: 1px dashed #3D404A;
}
.woocommerce .woocommerce-customer-details address,
.woocommerce-page .woocommerce-customer-details address {
  padding: 1rem;
  border: 0;
}
.woocommerce small.note,
.woocommerce-page small.note {
  color: inherit;
}

.woocommerce form.checkout_coupon {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
  padding: 20px;
  margin-top: -15px;
  border: 2px solid var(--grimlock-color-faded);
  display: block;
}
.woocommerce form.checkout_coupon > .form-row {
  margin-bottom: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .woocommerce form.checkout_coupon > .form-row {
    width: auto;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}
.woocommerce form.checkout_coupon input,
.woocommerce form.checkout_coupon button {
  height: 50px;
  width: 100%;
  padding: 5px 1.25rem !important;
}
@media (min-width: 576px) {
  .woocommerce form.checkout_coupon input,
  .woocommerce form.checkout_coupon button {
    width: auto;
  }
}
.woocommerce form.checkout_coupon input[type=submit] {
  padding: 0.8rem 1.25rem !important;
}

#customer_details .woocommerce-additional-fields p.form-row-wide {
  margin-top: 1rem;
}

#wc-woocommerce_payments-cc-form #wcpay-card-element, #wc-woocommerce_payments-cc-form #wcpay-sepa-element {
  display: block;
  width: 100%;
  padding: 0.8rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--grimlock-control-color);
  background-color: var(--grimlock-control-background-color);
  background-image: none;
  background-clip: padding-box;
  border: var(--grimlock-control-border-width) solid var(--grimlock-control-border-color);
  border-radius: var(--grimlock-control-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 46px;
  padding-top: 14px;
}
@media screen and (prefers-reduced-motion: reduce) {
  #wc-woocommerce_payments-cc-form #wcpay-card-element, #wc-woocommerce_payments-cc-form #wcpay-sepa-element {
    transition: none;
  }
}
#wc-woocommerce_payments-cc-form #wcpay-card-element::-ms-expand, #wc-woocommerce_payments-cc-form #wcpay-sepa-element::-ms-expand {
  background-color: transparent;
  border: 0;
}
#wc-woocommerce_payments-cc-form #wcpay-card-element:focus, #wc-woocommerce_payments-cc-form #wcpay-sepa-element:focus {
  color: var(--grimlock-control-focus-color);
  background-color: var(--grimlock-control-focus-background-color);
  border-color: var(--grimlock-control-focus-border-color);
  outline: 0;
}
#wc-woocommerce_payments-cc-form #wcpay-card-element::-moz-placeholder, #wc-woocommerce_payments-cc-form #wcpay-sepa-element::-moz-placeholder {
  color: var(--grimlock-control-placeholder-color);
  opacity: 1;
}
#wc-woocommerce_payments-cc-form #wcpay-card-element::placeholder, #wc-woocommerce_payments-cc-form #wcpay-sepa-element::placeholder {
  color: var(--grimlock-control-placeholder-color);
  opacity: 1;
}
#wc-woocommerce_payments-cc-form #wcpay-card-element:disabled, #wc-woocommerce_payments-cc-form #wcpay-card-element[readonly], #wc-woocommerce_payments-cc-form #wcpay-sepa-element:disabled, #wc-woocommerce_payments-cc-form #wcpay-sepa-element[readonly] {
  background-color: #e8e8e9;
  opacity: 1;
}
#wc-woocommerce_payments-cc-form #wcpay-card-element:disabled, #wc-woocommerce_payments-cc-form #wcpay-sepa-element:disabled {
  cursor: not-allowed;
}

/**
 * Tracking order
 */
.woocommerce .track_order,
.woocommerce-page .track_order {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
  padding: 3px 10px;
}

.woocommerce ul.order_details,
.woocommerce .woocommerce-order-details, .woocommerce-page .woocommerce-order-details {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}

.woocommerce ul.order_details {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .woocommerce ul.order_details li {
    border: none;
    margin: 0;
    text-align: center;
    padding: 10px 5px;
    flex: 0 0 50%;
  }
  .woocommerce ul.order_details li.woocommerce-order-overview__email {
    order: 99;
  }
}

/**
 * Single
 */
.woocommerce.single-product .woocommerce-variation {
  margin-bottom: 2rem;
}
.woocommerce.single-product div.product div.images {
  margin-bottom: 2rem;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    align-self: flex-start;
    z-index: 2;
  }
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100%;
  border-radius: var(--grimlock-archive-post-border-radius);
  overflow: hidden;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) {
  opacity: 1 !important;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) > * img {
  opacity: 0;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper {
  max-height: 600px;
  border-radius: var(--grimlock-archive-post-border-radius);
  width: 100%;
  overflow: hidden;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper > div:first-child {
  width: 85%;
  float: right;
  background-color: var(--grimlock-table-striped-background-color);
  background-image: linear-gradient(to right, transparent 8%, var(--grimlock-table-striped-background-color) 38%, transparent 54%);
  background-size: 1000px 640px;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 10;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper > div ~ div {
  width: calc(15% - 15px) !important;
  display: block;
  position: absolute;
  left: 0;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper > div:not([style*=width]) {
  background-color: var(--grimlock-table-striped-background-color);
  background-image: linear-gradient(to right, transparent 8%, var(--grimlock-table-striped-background-color) 38%, transparent 54%);
  background-size: 1000px 640px;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 10;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper > div:not([style*=width]):last-child {
  width: 100%;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper > div:not([style*=width]) + div {
  top: 0;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper > div:not([style*=width]) + div + div {
  top: calc(15% + 15px);
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper > div:not([style*=width]) + div + div + div {
  top: calc(30% + 30px);
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper > div:not([style*=width]) + div + div + div + div {
  top: calc(45% + 45px);
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper > div:not([style*=width]) + div + div + div + div ~ div {
  display: none !important;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:not([style*="opacity: 1"]) .woocommerce-product-gallery__wrapper[style*=transform] > div:not(:first-child) {
  opacity: 0 !important;
}
.woocommerce.single-product div.product div.images .flex-viewport {
  width: 100% !important;
  border-radius: var(--grimlock-archive-post-border-radius);
}
.woocommerce.single-product div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper {
  border-radius: 0;
}
.woocommerce.single-product div.product div.images .flex-control-thumbs {
  margin-top: 15px;
  overflow: visible;
  padding: 0;
}
@media (min-width: 768px) {
  .woocommerce.single-product div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    flex: 0 0 15%;
    padding-right: 15px;
    margin: 0;
  }
  @supports (position: sticky) {
    .woocommerce.single-product div.product div.images .flex-control-thumbs {
      position: sticky;
      position: -webkit-sticky;
      top: 50px;
      align-self: flex-start;
      z-index: 2;
    }
  }
}
@media (min-width: 768px) {
  .woocommerce.single-product div.product div.images .flex-control-thumbs li {
    width: 100%;
    background-color: var(--grimlock-table-striped-background-color);
    position: relative;
    padding: 100% 0 0 0;
    border-radius: var(--grimlock-archive-post-border-radius);
    overflow: hidden;
  }
  .woocommerce.single-product div.product div.images .flex-control-thumbs li:not(:last-child) {
    margin-bottom: calc(30px / 2 - 2px);
  }
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li img {
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: opacity;
  max-width: 100%;
  border: none;
  opacity: 0.7;
  background-color: var(--grimlock-table-striped-background-color);
}
@media screen and (prefers-reduced-motion: reduce) {
  .woocommerce.single-product div.product div.images .flex-control-thumbs li img {
    transition: none;
  }
}
@media (min-width: 768px) {
  .woocommerce.single-product div.product div.images .flex-control-thumbs li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.woocommerce.single-product div.product div.images .flex-control-thumbs li img:hover, .woocommerce.single-product div.product div.images .flex-control-thumbs li img:active, .woocommerce.single-product div.product div.images .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger {
  top: 0.3em;
  right: 0.3em;
  background-color: rgba(0, 0, 0, 0.2);
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger:before, .woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger:after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger:before, .woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger:after {
    transition: none;
  }
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger:before {
  border-color: #fff;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger:after {
  background-color: #fff;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger:hover:before, .woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  opacity: 0.9;
}
.woocommerce.single-product div.product div.summary {
  margin-bottom: 3rem;
}
.woocommerce.single-product div.product div.summary .product-title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.woocommerce.single-product div.product div.summary .product-title-wrapper .product_title {
  flex-grow: 1;
  margin-right: 1rem;
  margin-bottom: 0;
  font-size: var(--grimlock-heading2-font-size);
  max-width: calc(100% - 125px);
}
.woocommerce.single-product div.product div.summary .woocommerce-product-rating {
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .woocommerce.single-product div.product div.summary .woocommerce-product-rating {
    margin-top: 0.3rem;
    float: right;
  }
}
.woocommerce.single-product div.product div.summary .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
}
.woocommerce.single-product div.product div.summary .price {
  color: var(--grimlock-heading-color);
  margin-bottom: 2rem;
}
.woocommerce.single-product div.product div.summary .price del {
  margin-right: 8px;
  font-weight: 400;
  font-size: 0.8em;
}
.woocommerce.single-product div.product div.summary .price ins {
  text-decoration: none;
}
.woocommerce.single-product div.product div.summary table.variations {
  display: block;
  margin-bottom: 0;
  background: none;
  box-shadow: none;
  border: none;
}
.woocommerce.single-product div.product div.summary table.variations tbody,
.woocommerce.single-product div.product div.summary table.variations tr,
.woocommerce.single-product div.product div.summary table.variations td {
  display: block;
  padding: 0;
  background: none;
  line-height: inherit;
}
.woocommerce.single-product div.product div.summary table.variations tr {
  margin-bottom: 0.75rem;
}
.woocommerce.single-product div.product div.summary table.variations select {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: var(--grimlock-table-striped-background-color);
}
.woocommerce.single-product div.product div.summary table.variations label {
  margin-bottom: 0;
  font-weight: 600;
}
.woocommerce.single-product div.product div.summary table.variations a.reset_variations {
  margin-top: 0.75em;
  display: inline-block !important;
  font-size: 0.8em;
}
.woocommerce.single-product div.product div.summary table.variations a.reset_variations:before {
  font-family: var(--grimlock-icon-times-font-family) !important;
  content: var(--grimlock-icon-times);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
}
.woocommerce.single-product div.product div.summary .grouped_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}
.woocommerce.single-product div.product div.summary .grouped_form .group_table td {
  vertical-align: middle;
}
.woocommerce.single-product div.product div.summary .grouped_form .group_table a:not(:hover) {
  color: inherit !important;
}
.woocommerce.single-product div.product div.summary ~ * {
  clear: both;
}
.woocommerce.single-product div.product form.cart:before, .woocommerce.single-product div.product form.cart:after {
  content: none;
}
.woocommerce.single-product div.product form.cart:not(.variations_form),
.woocommerce.single-product div.product .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.woocommerce.single-product div.product form.cart:not(.variations_form) .button,
.woocommerce.single-product div.product .woocommerce-variation-add-to-cart .button {
  flex-grow: 1;
  width: auto;
  margin: 0;
  float: none;
}
.woocommerce.single-product div.product form.cart:not(.variations_form) .button,
.woocommerce.single-product div.product form.cart:not(.variations_form) .quantity,
.woocommerce.single-product div.product .woocommerce-variation-add-to-cart .button,
.woocommerce.single-product div.product .woocommerce-variation-add-to-cart .quantity {
  min-height: 55px;
  max-height: 55px;
}
.woocommerce.single-product div.product form.cart .variations .label {
  color: inherit;
  background: none;
  padding: 0;
}
.woocommerce.single-product div.product form.cart .variations .reset_variations {
  color: inherit;
  opacity: 0.6;
}
.woocommerce.single-product div.product form.cart .variations .reset_variations[style*="visibility: hidden"] {
  display: none;
}
.woocommerce.single-product div.product form.cart .variations .reset_variations:hover {
  opacity: 1;
}
.woocommerce.single-product div.product .product_meta {
  padding-top: 2rem;
  text-transform: uppercase;
  font-size: 0.8em;
  opacity: 0.7;
}
.woocommerce.single-product div.product .product_meta a {
  color: inherit;
}
.woocommerce.single-product div.product .product_meta:before {
  width: 60px;
  height: 2px;
  background-color: currentColor;
  opacity: 0.7;
  margin-bottom: 1rem;
  display: block;
  content: "";
}
.woocommerce.single-product div.product .product_meta > span {
  display: block;
}
.woocommerce.single-product div.product .product_meta > span > span:first-of-type {
  margin-right: 8px;
  display: inline-block;
}
.woocommerce.single-product div.product .product_meta > span a:hover {
  opacity: 0.7;
}
.woocommerce.single-product div.product .product_meta ~ * {
  margin-top: 1rem;
}
.woocommerce.single-product div.product .woocommerce-tabs::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border: 0;
  width: auto;
  background: none;
  float: none;
  display: flex;
  text-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 2px solid var(--grimlock-table-striped-background-color);
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  float: left;
  border-radius: 0;
  opacity: 0.75;
}
@media (max-width: 991.98px) {
  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after {
  content: none;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:active, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:focus, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active {
  opacity: 1;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
  background: none;
  padding: 17px 19px;
  border-radius: 0;
  border: none;
  font-size: 0.95em;
  font-weight: 600;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a:active, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a:focus {
  color: inherit !important;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a:before {
  content: none;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  pointer-events: none;
  transition: inherit;
  transition-duration: 0.38s;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:hover {
  background: none;
  border: 0;
  color: var(--grimlock-link-hover-color);
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:hover a {
  border: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:hover a:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding-top: 1rem;
  margin-bottom: 7%;
  color: inherit;
  animation: none;
  transition: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Reviews-title {
  display: none;
}
.woocommerce.single-product .related.products {
  margin-bottom: 3%;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
  max-width: 800px;
  margin: 0 auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  color: inherit !important;
}

.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  background-color: var(--grimlock-archive-post-background-color);
  color: var(--grimlock-archive-post-color);
  border: 1px solid var(--grimlock-table-striped-background-color);
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  border-right: 1px solid var(--grimlock-table-striped-background-color);
  font-weight: 600;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes th,
.woocommerce-page table.shop_attributes td {
  padding: 16px 7px;
  text-align: center;
  width: 50%;
  vertical-align: middle;
}
.woocommerce table.shop_attributes tr,
.woocommerce-page table.shop_attributes tr {
  border-bottom: 1px solid var(--grimlock-table-striped-background-color);
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  border: none;
  font-style: normal;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt th {
  background: var(--grimlock-table-striped-background-color);
}
.woocommerce table.shop_attributes a,
.woocommerce-page table.shop_attributes a {
  color: inherit;
}
.woocommerce table.shop_attributes a:not(:hover),
.woocommerce-page table.shop_attributes a:not(:hover) {
  text-decoration: underline;
}

.woocommerce-noreviews {
  display: none !important;
}

.grimlock--single_product .site-content {
  padding-bottom: 0 !important;
}

.woocommerce-grouped-product-list-item__quantity {
  min-width: 130px;
}

.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
  border: none;
  box-shadow: none;
}

.woocommerce div.product form.cart .group_table td {
  padding: 1em !important;
}

.woocommerce div.product form.cart .group_table label {
  margin-bottom: 0;
}

/**
 * WC Vendors Marketplace
 *
 * Multivendor marketplace for WordPress and WooCommerce
 * https://wordpress.org/plugins/wc-vendors/
 */
.wc-vendors-sold-by {
  margin-top: auto;
}

.wc-vendors-sold-by-badge {
  margin-top: 1rem;
  align-items: center;
  font-size: 0.85em;
  position: relative;
  background: var(--grimlock-table-striped-background-color);
  display: inline-flex;
  padding: 0.4em 0.85em 0.4em 0.4em;
  border-radius: 500px;
  flex: 0 0 auto;
  width: auto;
  line-height: 1;
}
.wc-vendors-sold-by-badge img.avatar {
  margin-right: 0.5em !important;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px;
}
.wc-vendors-sold-by-badge a:not(:hover) {
  color: inherit;
}
.wc-vendors-sold-by-badge a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.product-buttons .wcvendors_sold_by_in_loop,
.product-buttons .wc-vendors-sold-by {
  display: none;
}

.wc-vendors-header {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
  margin-bottom: 1.5rem;
}
.grimlock--custom_header-displayed .wc-vendors-header {
  display: none;
}
.wc-vendors-header :is(h1, h2, h3) {
  font-size: 1.1rem;
}
.wc-vendors-header .wcv_shop_description {
  font-size: 0.75em;
}
.wc-vendors-header .wcv_shop_description p {
  margin-bottom: 0;
}
.wc-vendors-header h2 a:after {
  font-family: var(--grimlock-icon-external-link-font-family) !important;
  content: var(--grimlock-icon-external-link);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.25rem;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
}

.wc-vendors-main-header > h2:before {
  font-family: var(--grimlock-icon-shopping-bag-font-family) !important;
  content: var(--grimlock-icon-shopping-bag);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.35rem;
  display: inline-block;
  vertical-align: middle;
}

.wc-vendors-denied {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
.grimlock--page-content > .wc-vendors-denied {
  max-width: 450px;
  margin: 2vw auto;
}

.wc-vendors-denied form,
.woocommerce-MyAccount-content > form:not([class]) {
  padding: 1.25rem;
  border: 2px solid var(--grimlock-table-striped-background-color);
  border-radius: var(--grimlock-archive-post-border-radius);
}
.wc-vendors-denied form .form-row,
.woocommerce-MyAccount-content > form:not([class]) .form-row {
  flex-direction: row;
  display: block;
}
.wc-vendors-denied form .form-row label,
.woocommerce-MyAccount-content > form:not([class]) .form-row label {
  width: auto;
}
.wc-vendors-denied form p:last-child,
.woocommerce-MyAccount-content > form:not([class]) p:last-child {
  margin-bottom: 0;
}

.post-type-archive-product .wc-vendors-header ~ .woocommerce-archive-header .woocommerce-archive-header__catalog_filters,
.post-type-archive-product .wc-vendors-header ~ .products .product-categories {
  display: none !important;
}

.wcv-dashboard-navigation ul {
  margin: 0 0 2.5rem 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.wcv-dashboard-navigation ul li {
  margin: 0 0 0.5rem 0;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .wcv-dashboard-navigation ul li {
    margin: 0;
    flex: 0 0 auto;
    flex-grow: 1;
  }
}
.wcv-dashboard-navigation ul li > a.button {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 0.25rem;
  color: var(--grimlock-archive-post-color);
  color: var(--grimlock-archive-post-title-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(100px, 10vw, 140px);
  flex-direction: column;
  font-size: 1em;
  font-weight: 600;
}
.wcv-dashboard-navigation ul li > a.button:hover {
  opacity: 0.85;
}
.wcv-dashboard-navigation ul li > a.button:before {
  font-size: 1.5em;
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.wcv-dashboard-navigation ul li:nth-child(1) > a:before {
  font-family: var(--grimlock-icon-cart-font-family) !important;
  content: var(--grimlock-icon-cart);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wcv-dashboard-navigation ul li:nth-child(2) > a:before {
  font-family: var(--grimlock-icon-sliders-font-family) !important;
  content: var(--grimlock-icon-sliders);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wcv-dashboard-navigation ul li:nth-child(3) > a:before {
  font-family: var(--grimlock-icon-plus-circle-font-family) !important;
  content: var(--grimlock-icon-plus-circle);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wcv-dashboard-navigation ul li:nth-child(4) > a:before {
  font-family: var(--grimlock-icon-edit-font-family) !important;
  content: var(--grimlock-icon-edit);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wcv-dashboard-navigation ~ hr {
  display: none;
}
.wcv-dashboard-navigation ~ h2 {
  font-size: var(--grimlock-heading4-font-size);
  margin-bottom: 1rem;
  display: block;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--grimlock-table-striped-background-color);
}
.wcv-dashboard-navigation ~ form {
  display: flex;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .wcv-dashboard-navigation ~ form {
    justify-content: flex-end;
  }
}
.wcv-dashboard-navigation ~ form > p {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .wcv-dashboard-navigation ~ form > p {
    flex-wrap: wrap;
  }
}
.wcv-dashboard-navigation ~ form label {
  display: none !important;
}
.wcv-dashboard-navigation ~ table {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 0;
  color: var(--grimlock-archive-post-color);
  margin-bottom: 2rem;
}
.wcv-dashboard-navigation ~ table td[colspan] {
  padding: 3vw 15px;
  background: none;
}
.wcv-dashboard-navigation ~ table a {
  color: inherit;
}

.table.table-striped.table-bordered {
  margin-top: 1.5rem !important;
}
.table.table-striped.table-bordered tbody tr:nth-child(odd) td,
.table.table-striped.table-bordered tbody tr:nth-child(odd) th {
  background: none;
}

form[name=export_orders] input[type=submit] {
  padding: 8px 16px;
  font-size: 0.8rem;
}

.grimlock--page-content > h2 + form[method=post]:not([class]),
.grimlock--page-content > .woocommerce-message ~ h2 + form[method=post]:not([class]) {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
  margin-top: 0.5rem;
}
.grimlock--page-content > h2 + form[method=post]:not([class]) table td,
.grimlock--page-content > .woocommerce-message ~ h2 + form[method=post]:not([class]) table td {
  border: none;
}
.grimlock--page-content > h2 + form[method=post]:not([class]) .pv_paypal_container,
.grimlock--page-content > h2 + form[method=post]:not([class]) .pv_shop_name_container,
.grimlock--page-content > .woocommerce-message ~ h2 + form[method=post]:not([class]) .pv_paypal_container,
.grimlock--page-content > .woocommerce-message ~ h2 + form[method=post]:not([class]) .pv_shop_name_container {
  padding-bottom: 1rem;
}
.grimlock--page-content > h2 + form[method=post]:not([class]) .pv_paypal_container input,
.grimlock--page-content > h2 + form[method=post]:not([class]) .pv_shop_name_container input,
.grimlock--page-content > .woocommerce-message ~ h2 + form[method=post]:not([class]) .pv_paypal_container input,
.grimlock--page-content > .woocommerce-message ~ h2 + form[method=post]:not([class]) .pv_shop_name_container input {
  margin-top: 5px;
}

#pv_seller_info_container {
  padding-bottom: 1.5rem;
}

#wp-pv_seller_info-editor-tools,
#wp-pv_shop_description-editor-tools {
  display: none !important;
}

@media screen and (min-width: 992px) {
  div.wcv-vendor-list-filter {
    background-color: var(--grimlock-archive-post-background-color);
    border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
    border-radius: var(--grimlock-archive-post-border-radius);
    box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
    padding: 1rem;
    color: var(--grimlock-archive-post-color);
  }
}

div.wcv-vendor-list-filter form input[type=text] {
  height: 50px;
  padding: 10px;
}

div.wcv-vendor-list-filter form input[type=submit] {
  height: 50px;
  padding: 10px 15px;
}

div.wcv-vendor-list-filter .wcv-vendor-list-switch,
div.wcv-vendor-list-filter .wcv-vendor-list-switch .wcv-vendor-list-switch-item.active {
  color: inherit;
}

.wcv-vendor-list-filter .wcv-vendor-list-switch .wcv-vendor-list-switch-item:not(.active):not(:hover) {
  opacity: 0.5;
}

ul.wcv_vendorslist.list,
ul.wcv_vendorslist.grid {
  padding: 0;
}
ul.wcv_vendorslist.list .vendor_list,
ul.wcv_vendorslist.grid .vendor_list {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 0;
  color: var(--grimlock-archive-post-color);
}
ul.wcv_vendorslist.list .vendor_list .vendor_list--shop-name,
ul.wcv_vendorslist.grid .vendor_list .vendor_list--shop-name {
  font-size: 1.1rem;
  min-height: 0;
}

ul.wcv_vendorslist.list .vendor_list {
  align-items: center;
  padding: 1rem;
}
ul.wcv_vendorslist.list .vendor_list div.vendor_list_avatar {
  width: auto;
}
ul.wcv_vendorslist.list .vendor_list div.vendor_list_avatar img {
  max-width: 90px;
}
@media (min-width: 992px) {
  ul.wcv_vendorslist.list .vendor_list .vendor_list_info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  ul.wcv_vendorslist.grid {
    grid-template-columns: repeat(auto-fill, minmax(16.666666667%, 1fr));
  }
}
ul.wcv_vendorslist.grid .vendor_list div.vendor_list_avatar {
  border-bottom: 1px solid var(--grimlock-table-striped-background-color);
}
ul.wcv_vendorslist.grid .vendor_list div.vendor_list_avatar img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 2vw;
}
ul.wcv_vendorslist.grid .vendor_list .vendors_list--shop-link {
  width: 100%;
  padding: 10px;
}
ul.wcv_vendorslist.grid .vendor_list .vendor_list_info {
  padding: 1rem;
}

div.vendor-search-result-text {
  color: inherit;
}

/**
 * YITH plugins
 *
 * Common components form Yith plugins
 */
/* Loading state */
.woocommerce .yith-wcqv-button,
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woocommerce-page .yith-wcqv-button,
.woocommerce-page .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  opacity: 1 !important;
}
.woocommerce .yith-wcqv-button .blockUI.blockOverlay,
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .blockUI.blockOverlay,
.woocommerce-page .yith-wcqv-button .blockUI.blockOverlay,
.woocommerce-page .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .blockUI.blockOverlay {
  background-image: none !important;
  opacity: 1 !important;
  background-color: var(--grimlock-archive-post-background-color) !important;
  cursor: wait !important;
}
.woocommerce .yith-wcqv-button .blockUI.blockOverlay:before,
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .blockUI.blockOverlay:before,
.woocommerce-page .yith-wcqv-button .blockUI.blockOverlay:before,
.woocommerce-page .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .blockUI.blockOverlay:before {
  display: block !important;
  font-family: var(--grimlock-icon-loading-font-family) !important;
  content: var(--grimlock-icon-loading);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 1.2s infinite linear;
  transform-origin: center center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  color: var(--grimlock-archive-post-title-color) !important;
  background: none !important;
}

/**
 * YITH WooCommerce Wishlist
 *
 * Save favourite products into a wishlist
 * https://wordpress.org/plugins/yith-woocommerce-wishlist/
 */
.woocommerce #yith-wcwl-popup-message,
.woocommerce-page #yith-wcwl-popup-message {
  display: none !important;
}
.woocommerce .wishlist_table thead,
.woocommerce-page .wishlist_table thead {
  display: none !important;
}
.woocommerce .wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.woocommerce-page .wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: var(--grimlock-color-success);
}
.woocommerce .wishlist_table .yith-wcwl-share,
.woocommerce-page .wishlist_table .yith-wcwl-share {
  margin-bottom: 0;
}
.woocommerce .wishlist_table .yith-wcwl-share-title,
.woocommerce-page .wishlist_table .yith-wcwl-share-title {
  margin-top: 0;
}
.woocommerce .wishlist_table tfoot,
.woocommerce-page .wishlist_table tfoot {
  display: none !important;
}
.woocommerce .wishlist_table td.product-name > a:first-of-type,
.woocommerce-page .wishlist_table td.product-name > a:first-of-type {
  font-size: 1.2em;
  color: inherit;
  margin-bottom: 0.5rem;
  display: block;
}
.woocommerce .wishlist_table td.product-name a.yith-wcqv-button,
.woocommerce-page .wishlist_table td.product-name a.yith-wcqv-button {
  padding: 0.2rem 0.4rem;
  font-size: 1em;
}
.woocommerce .wishlist_table td.product-remove,
.woocommerce-page .wishlist_table td.product-remove {
  padding: 16px 12px;
}
.woocommerce .wishlist_table td.product-thumbnail img,
.woocommerce-page .wishlist_table td.product-thumbnail img {
  max-width: 100px !important;
  border-radius: var(--grimlock-archive-post-border-radius);
}
.woocommerce .wishlist_table td.product-name,
.woocommerce-page .wishlist_table td.product-name {
  font-weight: 600;
}
.woocommerce .wishlist_table td.product-add-to-cart a,
.woocommerce-page .wishlist_table td.product-add-to-cart a {
  display: inline-block !important;
  padding: 5px 10px;
  border: 0;
  line-height: 23px;
  margin-top: 5px;
}
.woocommerce .wishlist_table .dateadded,
.woocommerce-page .wishlist_table .dateadded {
  display: block;
  margin-bottom: 0.2rem;
}
.woocommerce .wishlist_table td.wishlist-empty,
.woocommerce-page .wishlist_table td.wishlist-empty {
  padding: 3rem 1rem;
  font-weight: bold;
}
.woocommerce .wishlist_table .amount,
.woocommerce-page .wishlist_table .amount {
  font-weight: 600;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist a,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist a {
  color: inherit !important;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist a:hover, .woocommerce.single-product .summary .yith-wcwl-add-to-wishlist a:active, .woocommerce.single-product .summary .yith-wcwl-add-to-wishlist a:focus,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist a:hover,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist a:active,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist a:focus {
  opacity: 0.7;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist a i,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist a i {
  margin-right: 0.2rem;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist a .blockUI,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist a .blockUI {
  top: -1px !important;
  left: -1px !important;
  right: 0 !important;
  width: 25px !important;
  background: var(--grimlock-content-background-color) !important;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist a .blockUI:before,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist a .blockUI:before {
  color: inherit !important;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist .feedback:before,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist .feedback:before {
  margin-right: 6px;
  display: inline-block;
  font-size: 0.98rem;
  color: var(--grimlock-button-primary-background-color);
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist .feedback + a,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist .feedback + a {
  opacity: 0.55;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist .ajax-loading,
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist .ajax-loading {
  visibility: hidden;
  display: none !important;
  margin: 0;
  position: relative;
  top: -2px;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist .ajax-loading[style*=visible],
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist .ajax-loading[style*=visible] {
  display: inline-block !important;
  visibility: visible;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist .view-wishlist:not(:hover),
.woocommerce-page.single-product .summary .yith-wcwl-add-to-wishlist .view-wishlist:not(:hover) {
  text-decoration: underline;
}
.woocommerce .yith-wcwl-share .yith-wcwl-share-title,
.woocommerce-page .yith-wcwl-share .yith-wcwl-share-title {
  margin-bottom: 0;
}
.woocommerce .yith-wcwl-share .share-button a,
.woocommerce-page .yith-wcwl-share .share-button a {
  color: #fff !important;
}
.woocommerce .yith_wcwl_wishlist_footer,
.woocommerce-page .yith_wcwl_wishlist_footer {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
.woocommerce .yith_wcwl_wishlist_footer::after,
.woocommerce-page .yith_wcwl_wishlist_footer::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce .woocommerce-cart-form .wishlist-link,
.woocommerce-page .woocommerce-cart-form .wishlist-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  background-color: var(--grimlock-table-striped-background-color);
  color: inherit;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: var(--grimlock-archive-post-border-radius);
}

#yith-wcwl-form {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
#yith-wcwl-form .wishlist-title.wishlist-title-with-form {
  margin-bottom: 1rem;
}
#yith-wcwl-form .wishlist-title.wishlist-title-with-form h2 {
  background: none !important;
  font-size: 1.4rem;
}
#yith-wcwl-form .wishlist-title.wishlist-title-with-form .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible !important;
  font-size: 0;
  color: inherit;
  width: 40px;
  height: 40px;
  border-radius: 500px;
  background-color: var(--grimlock-table-striped-background-color);
}
#yith-wcwl-form .wishlist-title.wishlist-title-with-form .button:hover {
  background-color: transparent;
}
#yith-wcwl-form .wishlist-title.wishlist-title-with-form .button:before {
  font-family: var(--grimlock-icon-edit-font-family) !important;
  content: var(--grimlock-icon-edit);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  margin: 0;
}
#yith-wcwl-form .wishlist-title.wishlist-title-with-form .button i {
  display: none;
}
#yith-wcwl-form .hidden-title-form {
  margin: 0 0 1rem 0;
}
#yith-wcwl-form .hidden-title-form[style*=block] {
  display: flex !important;
}
#yith-wcwl-form .hidden-title-form input[type=submit],
#yith-wcwl-form .hidden-title-form input[type=text],
#yith-wcwl-form .hidden-title-form .btn {
  height: 50px;
}
#yith-wcwl-form .hidden-title-form input[type=text] {
  width: auto;
}
#yith-wcwl-form .hidden-title-form input[type=submit],
#yith-wcwl-form .hidden-title-form .btn {
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* In Products loops */
.products .product .yith-wcwl-add-button .separator,
.products .product .yith-wcwl-add-button .view-wishlist {
  display: none !important;
}
.products .product div.product-buttons .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.products .product div.product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,
.products .product div.product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.products .product div.product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i,
.products .product div.product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i {
  font-size: 1rem;
}
.products .product div.product-buttons .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.products .product div.product-buttons .yith-wcwl-add-to-wishlist .feedback + a {
  display: none;
}
.products .product div.product-buttons .yith-wcwl-add-to-wishlist .feedback + a:before {
  font-family: var(--grimlock-icon-wc-wishlist-added-font-family) !important;
  content: var(--grimlock-icon-wc-wishlist-added);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 100;
}
.products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a {
  width: 30px;
  height: 30px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  overflow: hidden;
  background: var(--grimlock-archive-post-background-color);
  color: var(--grimlock-archive-post-title-color);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 0;
}
.products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a.delete_item, .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a:hover, .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a:not([class]) {
  background: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color);
}
.products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a i {
  font-size: 1rem;
}

/**
 * YITH WooCommerce Quick View
 *
 * Display most important features and qualities of a product in a quick modal
 * https://wordpress.org/plugins/yith-woocommerce-quick-view/
 */
.woocommerce .yith-wcqv-button:before,
.woocommerce-page .yith-wcqv-button:before {
  font-family: var(--grimlock-icon-eye-font-family) !important;
  content: var(--grimlock-icon-eye);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce #site-wrapper .card-body .product-buttons .yith-wcqv-button,
.woocommerce-page #site-wrapper .card-body .product-buttons .yith-wcqv-button {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  background-color: transparent;
  color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-background-color);
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
  font-size: 0.8em;
}
.woocommerce #site-wrapper .card-body .product-buttons .yith-wcqv-button:hover, .woocommerce #site-wrapper .card-body .product-buttons .yith-wcqv-button:active, .woocommerce #site-wrapper .card-body .product-buttons .yith-wcqv-button:focus,
.woocommerce-page #site-wrapper .card-body .product-buttons .yith-wcqv-button:hover,
.woocommerce-page #site-wrapper .card-body .product-buttons .yith-wcqv-button:active,
.woocommerce-page #site-wrapper .card-body .product-buttons .yith-wcqv-button:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}
.woocommerce #site-wrapper .card-body .product-buttons .yith-wcqv-button.has-background,
.woocommerce-page #site-wrapper .card-body .product-buttons .yith-wcqv-button.has-background {
  border-color: transparent !important;
}
.woocommerce #site-wrapper .card-body .product-buttons .yith-wcqv-button:before,
.woocommerce-page #site-wrapper .card-body .product-buttons .yith-wcqv-button:before {
  font-family: var(--grimlock-icon-eye-font-family) !important;
  content: var(--grimlock-icon-eye);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce #yith-quick-view-modal,
.woocommerce-page #yith-quick-view-modal {
  padding: 5% 20px 5% 20px;
  overflow: auto !important;
  z-index: 99999999;
}
.woocommerce #yith-quick-view-modal .yith-quick-view-overlay,
.woocommerce-page #yith-quick-view-modal .yith-quick-view-overlay {
  position: fixed;
  z-index: 9999999;
}
.woocommerce #yith-quick-view-modal div.product::after,
.woocommerce-page #yith-quick-view-modal div.product::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper,
.woocommerce-page #yith-quick-view-modal .yith-wcqv-wrapper {
  height: auto !important;
  overflow: hidden !important;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
  padding: 5% 20px;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-main,
.woocommerce-page #yith-quick-view-modal .yith-wcqv-main {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: var(--grimlock-archive-post-border-radius);
  padding: 1rem;
  overflow-y: hidden;
  height: auto;
  max-width: 900px;
}
.woocommerce #yith-quick-view-modal .woocommerce-product-gallery__image,
.woocommerce-page #yith-quick-view-modal .woocommerce-product-gallery__image {
  pointer-events: none;
}
.woocommerce #yith-quick-view-modal p.price,
.woocommerce-page #yith-quick-view-modal p.price {
  font-size: 1em;
}
.woocommerce #yith-quick-view-modal .woocommerce-product-rating,
.woocommerce-page #yith-quick-view-modal .woocommerce-product-rating {
  margin-bottom: 4px;
}
.woocommerce #yith-quick-view-modal .woocommerce-product-rating .star-rating,
.woocommerce-page #yith-quick-view-modal .woocommerce-product-rating .star-rating {
  margin-top: 0;
}
.woocommerce #yith-quick-view-modal #yith-quick-view-close,
.woocommerce-page #yith-quick-view-modal #yith-quick-view-close {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.woocommerce #yith-quick-view-modal #yith-quick-view-close:before,
.woocommerce-page #yith-quick-view-modal #yith-quick-view-close:before {
  font-family: var(--grimlock-icon-times-font-family) !important;
  content: var(--grimlock-icon-times);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--grimlock-text-color);
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .woocommerce #yith-quick-view-modal #yith-quick-view-close,
  .woocommerce-page #yith-quick-view-modal #yith-quick-view-close {
    right: auto;
    left: 1rem;
  }
}
.woocommerce #yith-quick-view-modal.open .yith-wcqv-main,
.woocommerce-page #yith-quick-view-modal.open .yith-wcqv-main {
  overflow-y: auto;
}
.woocommerce #yith-quick-view-modal #yith-quick-view-content div.summary,
.woocommerce-page #yith-quick-view-modal #yith-quick-view-content div.summary {
  padding: 2rem;
}
@media (max-width: 991.98px) {
  .woocommerce #yith-quick-view-modal #yith-quick-view-content div.summary,
  .woocommerce-page #yith-quick-view-modal #yith-quick-view-content div.summary {
    padding: 2rem 0 0 0;
  }
}
.woocommerce #yith-quick-view-modal #yith-quick-view-content div.summary .summary-content,
.woocommerce-page #yith-quick-view-modal #yith-quick-view-content div.summary .summary-content {
  word-break: break-word;
}
.woocommerce #yith-quick-view-modal #yith-quick-view-content div.summary .woocommerce div.product .product_title,
.woocommerce-page #yith-quick-view-modal #yith-quick-view-content div.summary .woocommerce div.product .product_title {
  font-size: 1.5em;
}
.woocommerce #yith-quick-view-modal #yith-quick-view-content div.summary p.price,
.woocommerce-page #yith-quick-view-modal #yith-quick-view-content div.summary p.price {
  font-size: 1.2em;
}
.woocommerce #yith-quick-view-modal #yith-quick-view-content .onsale,
.woocommerce-page #yith-quick-view-modal #yith-quick-view-content .onsale {
  position: absolute;
}

/**
 * YITH WooCommerce Ajax Search
 *
 * Improve default WP Search with WooCommerce content autocomplete
 * https://wordpress.org/plugins/yith-woocommerce-ajax-search/
 */
.yith-ajaxsearchform-container {
  margin-top: 1rem;
}
.yith-ajaxsearchform-container #yith-ajaxsearchform {
  position: relative;
}
.yith-ajaxsearchform-container #yith-ajaxsearchform > div {
  display: flex;
}
.yith-ajaxsearchform-container #yith-ajaxsearchform > div > p {
  width: 100%;
}
.yith-ajaxsearchform-container #yith-ajaxsearchform > div > p:last-child {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-left: 0.5rem;
}
.yith-ajaxsearchform-container #yith-ajaxsearchform > div > p input[type=search] {
  width: 100%;
}
.yith-ajaxsearchform-container #yith-ajaxsearchform > div > p input[type=search][style*=background-image] {
  background-position: 98% center !important;
  background-blend-mode: difference;
}
.yith-ajaxsearchform-container #yith-ajaxsearchform input[type=submit] {
  margin-top: 0;
  padding: 0.5rem 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 2;
}
.yith-ajaxsearchform-container .autocomplete-suggestions {
  margin-top: 8px;
  border: 0;
  padding: 0;
}
.yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion {
  word-wrap: break-word;
  padding: 15px;
  line-height: 1.2em;
  background: none;
}
.yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion:hover {
  background: var(--grimlock-table-striped-background-color);
}

/**
 * YITH infinite scroll
 *
 * Add infinite scroll feature to WooCommerce products page
 * https://wordpress.org/plugins/yith-infinite-scrolling/
 */
.woocommerce .yith-infs-loader,
.woocommerce-page .yith-infs-loader {
  margin: 1rem 0 2rem 0;
}
.woocommerce .yith-infs-loader img,
.woocommerce-page .yith-infs-loader img {
  display: none;
}
.woocommerce .yith-infs-loader:before,
.woocommerce-page .yith-infs-loader:before {
  font-family: var(--grimlock-icon-loading-font-family) !important;
  content: var(--grimlock-icon-loading);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 1.2s infinite linear;
  transform-origin: center center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: inherit;
  opacity: 0.3;
  display: inline-block;
}

/*span.ajax-loading {
    visibility: hidden;
}*/
/**
 * WooCommerce Subscriptions
 *
 * Capture Residual Revenue with Recurring Payments
 * https://woocommerce.com/products/woocommerce-subscriptions/
 */
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product {
  margin-top: 1rem;
  margin-bottom: 0 !important;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button {
  color: #fff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button:hover {
  color: #fff;
  background-color: #34a09a;
  border-color: #319691;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button:focus, .grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.5);
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button.disabled, .grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button:disabled {
  color: #fff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button:not(:disabled):not(.disabled):active, .grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button:not(:disabled):not(.disabled).active, .show > .grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button.dropdown-toggle {
  color: #fff;
  background-color: #319691;
  border-color: #2d8d88;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button:not(:disabled):not(.disabled):active:focus, .grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button:not(:disabled):not(.disabled).active:focus, .show > .grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .product:not(.featured) .button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.5);
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan {
  text-align: center;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan:hover {
  cursor: pointer;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__header {
  background: none;
  border: 0;
  padding: 3rem 1rem 1rem 1rem;
  margin: 0;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__excerpt {
  font-size: 0.75em;
  opacity: 0.7;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.7em;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__price {
  font-size: 2em;
  line-height: 1em;
  color: #245CC5;
  line-height: 1em;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__price del {
  opacity: 0.7;
  font-size: 0.5em;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__price ins {
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.8px;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__price .subscription-details {
  opacity: 0.7;
  font-size: 0.5em;
  display: block;
  margin: 0 auto;
  max-width: 220px;
  line-height: 1.4em;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__content > ul,
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__content > p {
  margin: 0;
  padding: 0 15px !important;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__content > ul > li {
  display: block;
  padding: 0.5rem;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__content > ul > li {
    transition: none;
  }
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__content > ul > li:hover {
  opacity: 1;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__footer {
  margin-top: 1.5rem;
  position: static;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__footer .button {
  width: 100%;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__footer .add_to_cart_button.loading:before {
  display: inline-block;
  margin-right: 3px;
  font-family: var(--grimlock-icon-loading-font-family) !important;
  content: var(--grimlock-icon-loading);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 1.2s infinite linear;
  transform-origin: center center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .card--subscription-plan__footer .added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .featured {
    margin-top: 0;
  }
  .grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .featured .card--subscription-plan__header {
    padding-top: 4rem;
  }
}
.grimlock-query-section--woocommerce-subscriptions .grimlock-query-section__posts .featured .card--subscription-plan {
  border-width: 2px !important;
  border-style: solid;
  border-color: #245CC5;
}

/**
 * Base styles for WP Clever plugins
 */
div [class*=hint--]:before {
  border-top-color: var(--grimlock-tooltip-background-color);
}
div [class*=hint--]:after {
  text-shadow: none;
  font-family: var(--grimlock-tooltip-font-family);
  font-size: var(--grimlock-tooltip-font-size);
  font-weight: var(--grimlock-tooltip-font-weight);
  background-color: var(--grimlock-tooltip-background-color);
  color: var(--grimlock-tooltip-color);
  border-radius: var(--grimlock-tooltip-border-radius);
}

.product .entry-summary .product-title-wrapper .woosc-btn,
.product .entry-summary .product-title-wrapper .woosw-btn {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 0;
  color: var(--grimlock-archive-post-color);
  border-radius: 100%;
  width: 45px;
  height: 45px;
  padding: 0;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product .entry-summary .product-title-wrapper .woosc-btn:before,
.product .entry-summary .product-title-wrapper .woosw-btn:before {
  font-size: 1.1rem;
  margin: 0;
}
.product .entry-summary .product-title-wrapper .woosc-btn:last-of-type,
.product .entry-summary .product-title-wrapper .woosw-btn:last-of-type {
  margin-left: 1rem;
}
.product .entry-summary .product-title-wrapper .woosc-btn:hover, .product .entry-summary .product-title-wrapper .woosc-btn[class*=adding], .product .entry-summary .product-title-wrapper .woosc-btn[class*=added],
.product .entry-summary .product-title-wrapper .woosw-btn:hover,
.product .entry-summary .product-title-wrapper .woosw-btn[class*=adding],
.product .entry-summary .product-title-wrapper .woosw-btn[class*=added] {
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color);
}

#navigation .wpcas-menu-item > a,
#navigation .woosw-menu-item > a,
#navigation .woosc-menu-item > a {
  width: var(--grimlock-navigation-icon-size);
  height: var(--grimlock-navigation-icon-size);
  margin: 0;
  padding: 0 !important;
  font-size: var(--grimlock-navigation-icon-font-size);
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  font-size: 0;
}
#navigation .wpcas-menu-item > a:hover, #navigation .wpcas-menu-item > a:focus, #navigation .wpcas-menu-item > a:active,
#navigation .woosw-menu-item > a:hover,
#navigation .woosw-menu-item > a:focus,
#navigation .woosw-menu-item > a:active,
#navigation .woosc-menu-item > a:hover,
#navigation .woosc-menu-item > a:focus,
#navigation .woosc-menu-item > a:active {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  opacity: 1;
}
#navigation .wpcas-menu-item > a:before,
#navigation .woosw-menu-item > a:before,
#navigation .woosc-menu-item > a:before {
  position: absolute;
  font-size: var(--grimlock-navigation-icon-font-size);
  margin: 0;
}
#navigation .wpcas-menu-item > a > span,
#navigation .woosw-menu-item > a > span,
#navigation .woosc-menu-item > a > span {
  position: static;
}
@media (max-width: 991.98px) {
  #navigation .wpcas-menu-item > a > span:after,
  #navigation .woosw-menu-item > a > span:after,
  #navigation .woosc-menu-item > a > span:after {
    top: 0;
    right: -10px;
  }
}
#navigation .woosc-menu-item > a:before {
  font-family: var(--grimlock-icon-wc-compare-font-family) !important;
  content: var(--grimlock-icon-wc-compare);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#navigation .woosw-menu-item > a:before {
  font-family: var(--grimlock-icon-wc-wishlist-font-family) !important;
  content: var(--grimlock-icon-wc-wishlist);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#navigation .woosw-menu-item > a:not([data-count="0"]):before {
  font-family: var(--grimlock-icon-wc-wishlist-added-font-family) !important;
  content: var(--grimlock-icon-wc-wishlist-added);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#navigation .wpcas-menu-item > a:before {
  font-family: var(--grimlock-icon-search-font-family) !important;
  content: var(--grimlock-icon-search);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * WPC Product Videos for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-product-videos/
 */
.woosw-btn[class*=woosw-btn]:before,
div.wpcas-area .wpcas-area-mid .wpcas-item-inner .wpcas-item-actions .woosw-btn:before {
  font-family: var(--grimlock-icon-wc-wishlist-font-family) !important;
  content: var(--grimlock-icon-wc-wishlist);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woosw-btn[class*=woosw-btn].woosw-added:before, .woosw-btn[class*=woosw-btn]:not(.woosw-added):hover:before,
div.wpcas-area .wpcas-area-mid .wpcas-item-inner .wpcas-item-actions .woosw-btn.woosw-added:before,
div.wpcas-area .wpcas-area-mid .wpcas-item-inner .wpcas-item-actions .woosw-btn:not(.woosw-added):hover:before {
  font-family: var(--grimlock-icon-wc-wishlist-added-font-family) !important;
  content: var(--grimlock-icon-wc-wishlist-added);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woosw-btn[class*=woosw-btn].woosw-adding:before, .woosw-btn[class*=woosw-btn].woosw-adding:hover:before, .woosw-btn[class*=woosw-btn].woosw-adding:focus:before,
div.wpcas-area .wpcas-area-mid .wpcas-item-inner .wpcas-item-actions .woosw-btn.woosw-adding:before,
div.wpcas-area .wpcas-area-mid .wpcas-item-inner .wpcas-item-actions .woosw-btn.woosw-adding:hover:before,
div.wpcas-area .wpcas-area-mid .wpcas-item-inner .wpcas-item-actions .woosw-btn.woosw-adding:focus:before {
  font-family: var(--grimlock-icon-loading-font-family) !important;
  content: var(--grimlock-icon-loading);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 1.2s infinite linear;
  transform-origin: center center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.woosw-popup[class*=woosw-popup] {
  background: var(--grimlock-modal-search-overlay-background-color);
  transition: all 0.45s ease-in-out;
}

div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content {
  background-color: var(--grimlock-archive-post-background-color);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  color: var(--grimlock-archive-post-color);
  max-width: var(--wc-drawer-panel-width);
  transition: all 0.45s ease-in-out;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
  background: none;
  color: var(--grimlock-archive-post-title-color);
  border-bottom: 1px solid var(--grimlock-color-faded);
  height: var(--wc-drawer-panel-top-area-height);
  line-height: var(--wc-drawer-panel-top-area-height);
  text-align: center;
  padding: 0 var(--wc-drawer-panel-top-area-height);
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-name {
  font-size: 1.15rem;
  text-transform: none;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper:before, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper:after {
  display: none;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper .woosw-count {
  position: relative;
  top: -0.35em;
  margin-left: 0.25em;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper .woosw-empty {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--wc-drawer-panel-top-area-height);
  height: var(--wc-drawer-panel-top-area-height);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-decoration: none;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper .woosw-empty:not(:hover) {
  opacity: 0.5;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper .woosw-empty:before {
  font-family: var(--grimlock-icon-trash-font-family) !important;
  content: var(--grimlock-icon-trash);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
  color: inherit;
  transition: all 0.2s ease-in-out;
  width: var(--wc-drawer-panel-top-area-height);
  height: var(--wc-drawer-panel-top-area-height);
  line-height: var(--wc-drawer-panel-top-area-height);
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close:not(:hover) {
  opacity: 0.5;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close:after {
  width: 100%;
  height: 100%;
  line-height: var(--wc-drawer-panel-top-area-height);
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
  color: inherit;
  border-top: 1px solid var(--grimlock-color-faded);
  background: none;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: 0.8em 1.2em;
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  font-size: 0.95em;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a:hover, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a:active, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a:focus, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span:hover, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span:active, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span:focus {
  background-color: transparent;
  color: inherit;
  border-color: currentColor;
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a:hover, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a:active, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a:focus, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span:hover, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span:active, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span:focus {
  opacity: 0.7;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a.has-background, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span.has-background {
  border-color: transparent !important;
}
@media (max-width: 767.98px) {
  div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span {
    width: 100%;
  }
  div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner a:last-child, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot div.woosw-popup-content-bot-inner span:last-child {
    margin-top: 0.5em;
  }
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner {
  border: none;
}
@media (min-width: 992px) {
  div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner {
    padding: 1rem;
    transition: all 0.2s ease-in-out;
    border-radius: var(--grimlock-archive-post-border-radius);
  }
  div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner:hover {
    background-color: var(--grimlock-color-faded);
  }
  div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner > div:not(:last-child) {
    margin-right: 1rem;
  }
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner .woosw-item--image {
  width: clamp(50px, 15vw, 80px);
  flex: 0 0 clamp(50px, 15vw, 80px);
}
@media (max-width: 767.98px) {
  div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner .woosw-item--actions {
    display: none;
  }
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner img {
  border-radius: var(--grimlock-archive-post-border-radius);
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner del {
  font-weight: 400;
  font-size: 0.8em;
  opacity: 0.7;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner ins {
  font-weight: 600;
  text-decoration: none;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner .woosw-item--time {
  font-style: italic;
  font-size: 0.9em;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner .add_to_cart_button {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner .add_to_cart_button:hover, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner .add_to_cart_button:active, div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner .add_to_cart_button:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item .woosw-item-inner .button {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  float: right;
  white-space: normal;
  max-width: 150px;
}
div.woosw-popup[class*=woosw-popup] .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid {
  background-color: var(--grimlock-archive-post-background-color);
}

div.woosw-popup.woosw-popup-center {
  padding: 3vw 10px;
}
div.woosw-popup.woosw-popup-center .woosw-popup-inner .woosw-popup-content {
  max-width: 760px;
  border-radius: var(--grimlock-archive-post-border-radius);
}

.woosw-item--stock {
  font-weight: 600;
  margin-bottom: 0.75em;
  text-align: right;
  font-size: 0.9em;
}
.woosw-item--stock p.stock {
  display: block;
  margin-bottom: 0;
}
.woosw-item--stock:empty {
  display: none;
}

div.woosw-list {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
div.woosw-list table.woosw-items {
  background: none;
  border: none;
  box-shadow: none;
}
div.woosw-list table.woosw-items tr {
  transition: 0.2s ease-in-out;
  background: none;
}
div.woosw-list table.woosw-items tr td {
  background: none;
  transition: 0.2s ease-in-out;
}
@media (min-width: 768px) {
  div.woosw-list table.woosw-items tr td {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  div.woosw-list table.woosw-items .woosw-item--actions {
    text-align: right;
  }
}
div.woosw-list table.woosw-items .woosw-item--actions .add_to_cart_button {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}
div.woosw-list table.woosw-items .woosw-item--actions .add_to_cart_button:hover, div.woosw-list table.woosw-items .woosw-item--actions .add_to_cart_button:active, div.woosw-list table.woosw-items .woosw-item--actions .add_to_cart_button:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}
div.woosw-list table.woosw-items .woosw-item--actions .button {
  padding: 0.6rem 0.9rem;
  font-size: 0.75rem;
}
div.woosw-list table.woosw-items .woosw-item--time {
  font-style: italic;
  font-size: 0.9em;
}
div.woosw-list table.woosw-items .woosw-item--price ins {
  font-weight: 600;
}
div.woosw-list table.woosw-items .woosw-item--price del {
  opacity: 0.7;
  font-size: 0.75em;
}
div.woosw-list table.woosw-items .woosw-item--image img {
  border-radius: var(--grimlock-archive-post-border-radius);
}
div.woosw-list .woosw-actions {
  font-size: 0.9em;
}
div.woosw-list .woosw-actions .woosw-copy-btn {
  margin-left: 10px;
}
div.woosw-list .woosw-share a {
  color: inherit;
}
div.woosw-list .woosw-share a:not(:hover) {
  opacity: 0.7;
}

div.woosw-list .woosw-copy .woosw-copy-url input,
div.woosw-list .woosw-copy .woosw-copy-url input {
  height: 48px;
  padding: 5px 15px;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--name, .woosw-popup .woosw-items .woosw-item .woosw-item--name a {
  color: var(--grimlock-archive-post-title-color);
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
  border-radius: var(--grimlock-archive-post-border-radius);
  overflow: hidden;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
  align-items: center;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
  background: none !important;
}

.woofc-area.woofc-style-02 .woopq-quantity .woopq-quantity-input {
  padding: 0.3em;
  width: 70px;
}
.woofc-area.woofc-style-02 .woopq-quantity .woopq-quantity-input input {
  width: 100% !important;
  min-width: 100% !important;
}

.woofc-area.woofc-style-02 .woofc-inner {
  background-color: var(--grimlock-archive-post-background-color);
  color: var(--grimlock-archive-post-color);
}

.woofc-area.woofc-style-02 .woofc-area-bot {
  padding-bottom: 20px;
  padding-top: 20px;
  border: 1px solid var(--grimlock-color-faded);
}

div.woofc-area.woofc-style-02 .woofc-area-top {
  border-bottom: 1px solid var(--grimlock-color-faded);
  background: none;
  text-align: center;
  padding-left: 48px;
  color: inherit;
}

/**
 * WPC Product Quantity for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-product-quantity/
 */
.woopq-quantity .woopq-quantity-input {
  padding: 0.5em;
  background-color: var(--grimlock-color-faded);
  border-radius: var(--grimlock-button-border-radius);
}
.woopq-quantity .woopq-quantity-input .woopq-quantity-input-plus,
.woopq-quantity .woopq-quantity-input .woopq-quantity-input-minus {
  background: none;
  border: none;
  border-radius: var(--grimlock-button-border-radius);
  min-width: 40px;
  min-height: 40px;
}
.woopq-quantity .woopq-quantity-input .woopq-quantity-input-plus:hover,
.woopq-quantity .woopq-quantity-input .woopq-quantity-input-minus:hover {
  background-color: var(--grimlock-color-faded);
}
.woopq-quantity .woopq-quantity-input input {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/**
 * WPC Countdown Timer for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-countdown-timer/
 */
div.wooct-countdown {
  margin: 1em 0;
}
div.wooct-countdown:not(.wooct-running) {
  background: none !important;
}
div.wooct-countdown .wooct-text-above,
div.wooct-countdown .wooct-text-under {
  font-size: 0.8em;
}
div.wooct-countdown .wooct-text-above {
  padding-bottom: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
div.wooct-countdown .wooct-text-under {
  padding-top: 0.75em;
  font-style: italic;
  opacity: 0.7;
}
div.wooct-countdown.wooct-style-01 {
  border-radius: var(--grimlock-archive-post-border-radius);
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--grimlock-link-hover-color);
}
div.wooct-countdown.wooct-style-01:before {
  font-family: var(--grimlock-icon-bolt-font-family) !important;
  content: var(--grimlock-icon-bolt);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.35em;
}
div.wooct-countdown.wooct-style-01:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--grimlock-color-primary);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.08;
  pointer-events: none;
}
div.wooct-countdown.wooct-style-01 > * {
  position: relative;
}
div.wooct-countdown.wooct-style-01 .wooct-text-above {
  padding-bottom: 0;
  margin-right: 1em;
}
div.wooct-countdown.wooct-style-01 .wooct-timer {
  margin-left: auto;
  color: inherit;
}
div.wooct-countdown.wooct-style-01 .wooct-text-under {
  width: 100%;
}
div.wooct-countdown.wooct-style-02 .wooct-timer > span {
  border: none;
  background-color: var(--grimlock-color-faded);
  border-radius: var(--grimlock-archive-post-border-radius);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
}
div.wooct-countdown.wooct-style-02 .wooct-timer > span span:first-child {
  color: inherit;
}
div.wooct-countdown.wooct-style-02 .wooct-timer > span span:last-child {
  font-size: 0.75em;
  opacity: 0.7;
}
div.wooct-countdown.wooct-style-03 .wooct-timer > span {
  border: 2px solid currentColor;
}
div.wooct-countdown.wooct-style-03 .wooct-timer > span span:first-child {
  color: inherit;
}
div.wooct-countdown.wooct-style-03 .wooct-timer > span span:last-child {
  font-size: 0.75em;
  opacity: 0.7;
}
div.wooct-countdown.wooct-style-04 .wooct-timer {
  background: #000;
  padding: 1.5rem;
  font-size: 2.7em !important;
  height: 2.4em;
  border-radius: var(--grimlock-archive-post-border-radius);
  width: auto;
  display: inline-block;
}
div.wooct-countdown.wooct-style-05 .wooct-timer {
  background: var(--grimlock-color-faded);
  padding: 1.5rem;
  font-size: 2.7em !important;
  height: 2.4em;
  border-radius: var(--grimlock-archive-post-border-radius);
  width: auto;
  display: inline-block;
}
div.wooct-countdown.wooct-style-06 .wooct-timer > span {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
  border-left-color: currentColor;
}
div.wooct-countdown.wooct-style-06 .wooct-timer > span span {
  color: inherit !important;
}
div.wooct-countdown.wooct-style-06 .wooct-timer > span span:last-child {
  opacity: 0.7;
}

.product__card div.wooct-countdown .wooct-timer,
.product__card div.wooct-countdown .wooct-text-under {
  display: none;
}
.product__card div.wooct-countdown .wooct-text-above {
  margin-right: 0;
}

#site .product__card-header .product-buttons .wooct-countdown {
  opacity: 1;
  transform: none;
  position: absolute;
  bottom: 15px;
  width: 125px;
  right: 15px;
  top: auto;
  margin: 0;
  background: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color);
  font-size: 0.85em;
  padding: 1em;
}

#site .product__card:hover .product__card-header .product-buttons .wooct-countdown {
  opacity: 0;
  pointer-events: none;
}

/**
 * WPC Variation Swatches for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-variation-swatches
 */
div.wpcvs-terms {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
div.wpcvs-terms .wpcvs-term {
  background-color: transparent;
  color: inherit;
  border-color: var(--grimlock-color-faded);
  margin: 3px 0;
}
div.wpcvs-terms .wpcvs-term:not(:last-child) {
  margin-right: 0.75rem;
}
div.wpcvs-terms .wpcvs-term:hover, div.wpcvs-terms .wpcvs-term.wpcvs-selected {
  border-color: currentColor;
}
div.wpcvs-terms .wpcvs-term > span {
  background: var(--grimlock-color-faded);
  padding: 0 10px;
  font-size: 0.9em;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
div.wpcvs-terms .wpcvs-term > span:before {
  display: none;
}
div.wpcvs-terms.wpcvs-type-color .wpcvs-term {
  width: 35px;
  height: 35px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0;
}
li.product div.wpcvs-terms.wpcvs-type-color .wpcvs-term {
  width: 24px;
  height: 24px;
}
div.wpcvs-terms.wpcvs-type-color .wpcvs-term > span {
  width: 100%;
  height: 100%;
  display: block;
}
div.wpcvs-terms.wpcvs-type-color .wpcvs-term.wpcvs-selected > span, div.wpcvs-terms.wpcvs-type-color .wpcvs-term:hover > span {
  box-shadow: 0 0 0 4px #fff inset, 0 0 0 1px currentColor;
}
div.wpcvs-terms.wpcvs-type-color .wpcvs-term.wpcvs-disabled {
  pointer-events: none;
}
div.wpcvs-terms.wpcvs-type-image .wpcvs-term span {
  padding: 3px;
  overflow: hidden;
}
div.wpcvs-terms.wpcvs-type-image .wpcvs-term span img {
  -o-object-fit: cover;
     object-fit: cover;
}

li.product .product-buttons .wpcvs_archive {
  display: none;
}
li.product .wpcvs_archive .label {
  font-weight: 600;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  display: none;
}
li.product .wpcvs_archive .variation + .variation {
  margin-top: 0.5em;
}
li.product .wpcvs_archive a.reset_variations {
  margin-top: 0.75em;
  display: inline-block !important;
  font-size: 0.8em;
}
li.product .wpcvs_archive a.reset_variations:before {
  font-family: var(--grimlock-icon-times-font-family) !important;
  content: var(--grimlock-icon-times);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
}
li.product .wpcvs_archive .wpcvs-type-button .wpcvs-term {
  height: 32px;
  min-width: 32px;
  line-height: 30px;
}
li.product .wpcvs_archive .wpcvs-type-button .wpcvs-term > span {
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 0.9em;
}

/**
 * WPC Smart Compare for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-product-videos/
 */
.woosc-btn[class*=woosc-btn]:before,
div.wpcas-area .wpcas-area-mid .wpcas-item-inner .wpcas-item-actions .woosc-btn:before {
  font-family: var(--grimlock-icon-wc-compare-font-family) !important;
  content: var(--grimlock-icon-wc-compare);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woosc-btn[class*=woosc-btn].woosc-added:before,
div.wpcas-area .wpcas-area-mid .wpcas-item-inner .wpcas-item-actions .woosc-btn.woosc-added:before {
  font-family: var(--grimlock-icon-check-font-family) !important;
  content: var(--grimlock-icon-check);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woosc-btn[class*=woosc-btn].woosc-added:hover:before,
div.wpcas-area .wpcas-area-mid .wpcas-item-inner .wpcas-item-actions .woosc-btn.woosc-added:hover:before {
  font-family: var(--grimlock-icon-trash-font-family) !important;
  content: var(--grimlock-icon-trash);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.woosc-area-open-sidebar {
  background-color: var(--grimlock-modal-overlay-background-color) !important;
}

div.woosc-sidebar {
  background-color: var(--grimlock-archive-post-background-color);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  color: var(--grimlock-archive-post-color);
  max-width: var(--wc-drawer-panel-width);
  transition: all 0.45s ease-in-out;
}
div.woosc-sidebar div.woosc-sidebar-item {
  padding: 0 10px;
}
div.woosc-sidebar div.woosc-sidebar-top {
  background: none;
  color: var(--grimlock-archive-post-title-color);
  border-bottom: 1px solid var(--grimlock-color-faded);
  height: var(--wc-drawer-panel-top-area-height);
  line-height: var(--wc-drawer-panel-top-area-height);
  text-align: center;
  padding: 0 var(--wc-drawer-panel-top-area-height);
}
div.woosc-sidebar div.woosc-sidebar-top .woosc-sidebar-close {
  color: inherit;
  transition: all 0.2s ease-in-out;
  width: var(--wc-drawer-panel-top-area-height);
  height: var(--wc-drawer-panel-top-area-height);
  line-height: var(--wc-drawer-panel-top-area-height);
  font-weight: 100;
  font-size: 2rem !important;
  -webkit-font-smoothing: antialiased;
}
div.woosc-sidebar div.woosc-sidebar-top .woosc-sidebar-close:not(:hover) {
  opacity: 0.5;
}
div.woosc-sidebar div.woosc-sidebar-item-inner {
  margin-bottom: 10px;
  border-radius: var(--grimlock-archive-post-border-radius);
  transition: all 0.2s ease-in-out;
  border: none;
  padding: 0 10px;
}
div.woosc-sidebar div.woosc-sidebar-item-inner:hover {
  background-color: var(--grimlock-table-striped-background-color);
}
div.woosc-sidebar div.woosc-sidebar-item-inner .woosc-sidebar-item-action .button {
  padding: 0.5em;
  font-size: 0.8em;
}
div.woosc-sidebar div.woosc-sidebar-item-inner img {
  border-radius: var(--grimlock-archive-post-border-radius);
}
div.woosc-sidebar div.woosc-sidebar-item-inner .woosc-sidebar-item-remove span {
  background: none;
  font-size: 1rem;
  color: inherit;
}
div.woosc-sidebar div.woosc-sidebar-item-inner .woosc-sidebar-item-remove span:not(:hover) {
  opacity: 0.5;
}
div.woosc-sidebar div.woosc-sidebar-bot {
  color: inherit;
  border-top: 1px solid var(--grimlock-color-faded);
  background: none;
}
div.woosc-sidebar div.woosc-sidebar-bot .woosc-sidebar-continue span {
  color: inherit;
  border-bottom-color: currentColor;
}
div.woosc-sidebar div.woosc-sidebar-bot .woosc-sidebar-btn {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: 0.8em 1.2em;
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
  height: 45px;
  background-color: var(--grimlock-button-primary-background-color) !important;
  font-size: 0.95em;
}
div.woosc-sidebar div.woosc-sidebar-bot .woosc-sidebar-btn:hover, div.woosc-sidebar div.woosc-sidebar-bot .woosc-sidebar-btn:active, div.woosc-sidebar div.woosc-sidebar-bot .woosc-sidebar-btn:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

div.woosc-area .woosc-inner .woosc-table a {
  color: inherit;
}

div.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
  background: none;
}
div.woosc-area .woosc-inner .woosc-table .woosc-table-inner table table {
  background: none;
}

div.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table {
  border: none;
}

div.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
  background-color: var(--grimlock-archive-post-background-color) !important;
  color: var(--grimlock-archive-post-color);
}

div.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
  background-color: var(--grimlock-archive-post-background-color) !important;
  color: var(--grimlock-archive-post-color);
}

div.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
  color: inherit;
  transition: all 0.2s ease-in-out;
  background: none;
}
div.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon:before {
  font-family: var(--grimlock-icon-times-font-family) !important;
  content: var(--grimlock-icon-times);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
}
div.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon:not(:hover) {
  opacity: 0.5;
}

div.woosc-area .woosc-inner .woosc-bar .woosc-bar-remove,
div.woosc-area .woosc-inner .woosc-bar .woosc-bar-share,
div.woosc-area .woosc-inner .woosc-bar .woosc-bar-search,
div.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn,
div.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item img,
div.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item {
  border-radius: var(--grimlock-button-border-radius);
}

div.woosc-popup .woosc-popup-inner .woosc-popup-content,
div.woosc-popup .woosc-popup-inner .woosc-popup-content {
  background-color: var(--grimlock-archive-post-background-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  color: var(--grimlock-archive-post-color);
}

div.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-input input {
  color: var(--grimlock-control-color);
  background-color: var(--grimlock-control-background-color);
  border: var(--grimlock-control-border-width) solid var(--grimlock-control-border-color);
  border-radius: var(--grimlock-control-border-radius);
  background-clip: inherit;
}
div.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-input input:hover, div.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-input input:focus {
  color: var(--grimlock-control-focus-color);
  background-color: var(--grimlock-control-focus-background-color);
  border-color: var(--grimlock-control-focus-border-color);
}

/* Popup */
div.woosc-popup {
  background-color: var(--grimlock-modal-overlay-background-color);
}

div.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li {
  border: none;
}

div.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-name {
  color: inherit;
}

.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name, .woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name a {
  color: var(--grimlock-archive-post-title-color);
}

/**
 * WPC Product Videos for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-product-videos/
 */
.product .wpcpv-item,
.product .wpcpv-thumb-video .wpcpv-item {
  background-color: var(--grimlock-archive-post-background-color);
  color: var(--grimlock-archive-post-title-color);
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--grimlock-table-striped-background-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.product .wpcpv-item.wpcpv-item-image,
.product .wpcpv-thumb-video .wpcpv-item.wpcpv-item-image {
  background-color: var(--grimlock-archive-post-background-color);
  color: var(--grimlock-archive-post-title-color);
}
.product .wpcpv-item img,
.product .wpcpv-thumb-video .wpcpv-item img {
  display: none !important;
}
.product .wpcpv-item:hover,
.product .wpcpv-thumb-video .wpcpv-item:hover {
  transform: translate3d(0, 0, 0) scale(1.05);
}
.product .wpcpv-thumb-video .wpcpv-item {
  top: 50%;
  right: 50%;
  transform: translate3d(50%, -50%, 0);
  width: 25px;
  height: 25px;
  border: none;
  pointer-events: none;
  box-shadow: none;
}

/**
 * WPC Smart Quick View for WooCommerce
 *
 * https://wordpress.org/plugins/woo-smart-quick-view/
 */
.woosq-btn[class*=woosq-btn]:before {
  font-family: var(--grimlock-icon-wc-view-font-family) !important;
  content: var(--grimlock-icon-wc-view);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.woosq-popup {
  background-color: var(--grimlock-archive-post-background-color);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  color: var(--grimlock-archive-post-color);
  border-radius: var(--grimlock-archive-post-border-radius);
}
div.woosq-popup .view-details-btn {
  border-style: solid;
  border-width: var(--grimlock-button-border-width);
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
  font-weight: var(--grimlock-button-font-weight);
  font-family: var(--grimlock-button-font-family);
  font-style: var(--grimlock-button-font-style);
  font-size: 0.9em;
}
div.woosq-popup .view-details-btn:hover, div.woosq-popup .view-details-btn:active, div.woosq-popup .view-details-btn:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}
div.woosq-popup .product_title {
  font-size: var(--grimlock-heading3-font-size);
}

div.woosq-product .thumbnails .thumbnail {
  display: flex !important;
}

div.woosq-product > .product .summary {
  background: none;
}

div.woosq-product .thumbnails {
  background-color: var(--grimlock-archive-post-background-color);
}

div.mfp-woosq .mfp-close {
  right: 5px;
  top: 5px;
}

div.mfp-woosq .mfp-close:before {
  color: var(--grimlock-archive-post-color);
}

div.woosq-sidebar {
  background-color: var(--grimlock-archive-post-background-color);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  color: var(--grimlock-archive-post-color);
  max-width: var(--wc-drawer-panel-width);
  transition: all 0.45s ease-in-out;
  font-family: inherit;
}
div.woosq-sidebar.woosq-heading-yes div.woosq-sidebar-heading {
  background: none;
  color: var(--grimlock-archive-post-title-color);
  border-bottom: 1px solid var(--grimlock-color-faded);
  height: var(--wc-drawer-panel-top-area-height);
  line-height: var(--wc-drawer-panel-top-area-height);
  text-align: center;
  padding: 0 var(--wc-drawer-panel-top-area-height);
}
div.woosq-sidebar.woosq-heading-yes div.woosq-sidebar-heading .woosq-close {
  color: inherit;
  transition: all 0.2s ease-in-out;
  width: var(--wc-drawer-panel-top-area-height);
  height: var(--wc-drawer-panel-top-area-height);
  line-height: var(--wc-drawer-panel-top-area-height);
  font-weight: 100;
  font-size: 2rem !important;
  -webkit-font-smoothing: antialiased;
}
div.woosq-sidebar.woosq-heading-yes div.woosq-sidebar-heading .woosq-close:not(:hover) {
  opacity: 0.5;
}
div.woosq-sidebar .summary .product_title {
  font-size: 1.6rem;
  margin-top: 1rem;
}
div.woosq-sidebar .view-details-btn {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: 0.8em 1.2em;
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-secondary-color);
  background-color: var(--grimlock-button-secondary-background-color);
  border-color: var(--grimlock-button-secondary-border-color);
  border-radius: 0;
  height: 55px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.woosq-sidebar .view-details-btn:hover, div.woosq-sidebar .view-details-btn:active, div.woosq-sidebar .view-details-btn:focus {
  color: var(--grimlock-button-secondary-hover-color);
  background-color: var(--grimlock-button-secondary-hover-background-color);
  border-color: var(--grimlock-button-secondary-hover-border-color);
}

/**
 * WPC Fly cart for WooCommerce
 *
 * https://wordpress.org/plugins/woo-fly-cart/
 */
/**
 * WPC Product FAQs for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-product-faqs/
 */
div.wpcpf-faqs .wpcpf-faq {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}
div.wpcpf-faqs .wpcpf-faq:not(:last-child) {
  margin-bottom: 1rem;
}
div.wpcpf-faqs .wpcpf-faq .wpcpf-faq-title {
  padding: 0;
  background: none;
  color: var(--grimlock-archive-post-title-color);
}
div.wpcpf-faqs .wpcpf-faq .wpcpf-faq-title:before {
  font-family: var(--grimlock-icon-question-circle-font-family) !important;
  content: var(--grimlock-icon-question-circle);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.35em;
}
div.wpcpf-faqs .wpcpf-faq .wpcpf-faq-content {
  font-size: 0.95em;
}

div.woocommerce-Tabs-panel--wpcpf > h2 {
  display: none;
}

/**
 * WPC Buy Now Button for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-buy-now-button/
 */
.product__card .wpcbn-btn[class*=wpcbn-btn]:before {
  font-family: var(--grimlock-icon-wc-buy-now-font-family) !important;
  content: var(--grimlock-icon-wc-buy-now);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
}

.button.wpcbn-disabled {
  opacity: 0.4 !important;
}

.product .summary form.cart .wpcbn-btn {
  width: 100% !important;
}

/**
 * WPC Brands for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-brands/
 */
.product .product__card-header .wpcbr-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}
.product .product__card-header .wpcbr-wrap .wpcbr-brand-image {
  border: 3px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 500px;
  overflow: hidden;
  display: block;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.product .product__card-header .wpcbr-wrap .wpcbr-brand-image img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #fff;
}
.product .product__card-header .wpcbr-wrap .wpcbr-brand-image:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 0 1px var(--grimlock-color-faded);
}
.product .product__card-header .wpcbr-wrap .wpcbr-brands {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product.sale .product__card-header .wpcbr-wrap {
  top: 50px;
}
.product .card-body .wpcbr-brands {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product .card-body .wpcbr-brands .wpcbr-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.product .card-body .wpcbr-brands .wpcbr-brand img {
  max-width: 50px;
}
.product .card-body .wpcbr-wrap {
  font-size: 0;
}
.product .card-body .wpcbr-wrap a:not([class]) {
  font-size: 1rem;
}

div.product div.summary .wpcbr-brands,
.card .card-body .wpcbr-brands {
  display: flex;
  align-items: center;
  gap: 1rem;
}
div.product div.summary .wpcbr-brands .wpcbr-brand,
.card .card-body .wpcbr-brands .wpcbr-brand {
  padding: 8px;
  border-radius: var(--grimlock-archive-post-border-radius);
  background-color: #fff;
}
div.product div.summary .wpcbr-brands .wpcbr-brand-image img,
.card .card-body .wpcbr-brands .wpcbr-brand-image img {
  max-height: 80px;
  width: auto;
}

.product-title-wrapper .wpcbr-wrap {
  width: 100%;
  font-size: 0;
}
.product-title-wrapper .wpcbr-wrap a {
  font-size: 1.1rem;
}
.product-title-wrapper .wpcbr-wrap a ~ a:before {
  content: "-";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.woocommerce-Tabs-panel--wpcbr .wpcbr-wrap-full .wpcbr-brand {
  margin-bottom: 0;
  background: var(--grimlock-color-faded);
  border-radius: var(--grimlock-archive-post-border-radius);
  padding: 1rem;
}
.woocommerce-Tabs-panel--wpcbr .wpcbr-wrap-full .wpcbr-brand + .wpcbr-brand {
  margin-top: 1rem;
}
.woocommerce-Tabs-panel--wpcbr .wpcbr-wrap-full .wpcbr-brand .wpcbr-brand-image {
  width: 50px;
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--grimlock-archive-post-border-radius);
  padding: 5px;
}
@media (min-width: 576px) {
  .woocommerce-Tabs-panel--wpcbr .wpcbr-wrap-full .wpcbr-brand .wpcbr-brand-image {
    width: 125px;
    margin-right: 2vw;
  }
}
.woocommerce-Tabs-panel--wpcbr .wpcbr-wrap-full .wpcbr-brand .wpcbr-brand-image img {
  max-width: 100%;
  height: auto;
}
.woocommerce-Tabs-panel--wpcbr .wpcbr-wrap-full .wpcbr-brand .wpcbr-brand-description {
  font-size: 0.9em;
}

.archive.tax-wpc-brand.grimlock--custom_header-displayed .wpcbr-banner,
.archive.tax-wpc-brand.grimlock--custom_header-displayed .term-description {
  display: none !important;
}
.archive.tax-wpc-brand .grimlock-custom_header .grimlock-region__row {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .archive.tax-wpc-brand .grimlock-custom_header .grimlock-region__row > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.archive.tax-wpc-brand .grimlock-custom_header .grimlock-region__row .grimlock-region__col--2 > * {
  justify-content: normal;
  align-items: normal;
  text-align: left;
}
.archive.tax-wpc-brand .woocommerce-archive-header__catalog_filters {
  display: none !important;
}
.archive.tax-wpc-brand .wpcbr-banner {
  margin-bottom: 2rem;
}
.archive.tax-wpc-brand .wpcbr-banner img {
  height: clamp(300px, 70vh, 450px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: var(--grimlock-archive-post-border-radius);
}
.archive.tax-wpc-brand #custom_header .grimlock-region__col--1 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .archive.tax-wpc-brand #custom_header .grimlock-region__col--1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
.archive.tax-wpc-brand #custom_header .grimlock-section__thumbnail {
  background: #fff;
  padding: 2vw;
  border-radius: var(--grimlock-archive-post-border-radius);
  max-width: 175px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .archive.tax-wpc-brand #custom_header .grimlock-section__thumbnail {
    max-width: 280px;
  }
}
.archive.tax-wpc-brand #custom_header .grimlock-section__thumbnail img {
  margin: 0;
}

/**
 * WPC Variations Radio Buttons for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-variations-radio-buttons/
 */
.woovr-variations.woovr-variations-default .woovr-variation {
  align-items: normal;
  border-radius: var(--grimlock-archive-post-border-radius);
  padding: 1rem;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.woovr-variations.woovr-variations-default .woovr-variation > div {
  padding: 0;
}
.woovr-variations.woovr-variations-default .woovr-variation .woovr-variation-image {
  width: 65px;
  flex: 0 0 65px;
}
.woovr-variations.woovr-variations-default .woovr-variation .woovr-variation-image img {
  border-radius: var(--grimlock-archive-post-border-radius);
  width: 50px;
  max-width: 50px;
}
.woovr-variations.woovr-variations-default .woovr-variation .woovr-variation-description {
  font-size: 0.8em;
  margin-top: 0.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.woovr-variations.woovr-variations-default .woovr-variation .woovr-variation-description:empty {
  display: none;
}
.woovr-variations.woovr-variations-default .woovr-variation .woovr-variation-price del {
  opacity: 0.6;
  margin-right: 0.25em;
  font-size: 0.8em;
}
.woovr-variations.woovr-variations-default .woovr-variation .woovr-variation-price ins {
  text-decoration: none;
  font-weight: 600;
}
.woovr-variations.woovr-variations-default .woovr-variation + .woovr-variation {
  margin-top: 0.5rem;
}
.woovr-variations.woovr-variations-default .woovr-variation:hover, .woovr-variations.woovr-variations-default .woovr-variation.woovr-variation-active {
  background-color: var(--grimlock-color-faded);
}
.woovr-variations.woovr-variations-default .woovr-variation.woovr-variation-active {
  border-color: var(--grimlock-color-faded);
}
.woovr-variations.woovr-variations-default .woovr-variation .woovr-variation-availability * {
  margin-bottom: 0;
}
.woovr-variations.woovr-variations-default .woovr-variation .woovr-variation-selector {
  display: none;
}

/**
 * WPC AJAX Search for WooCommerce
 *
 * https://wordpress.org/plugins/wpc-ajax-search/
 */
div.wpcas-overlay {
  background: var(--grimlock-modal-search-overlay-background-color);
  transition: all 0.45s ease-in-out;
}

div.wpcas-area[class*=wpcas-area] {
  border-color: var(--grimlock-archive-post-border-color);
  background-color: var(--grimlock-archive-post-background-color);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  color: var(--grimlock-archive-post-color);
  max-width: var(--wc-drawer-panel-width);
  font-family: inherit;
  font-size: 1rem;
}
div.wpcas-area[class*=wpcas-area] a, div.wpcas-area[class*=wpcas-area] input, div.wpcas-area[class*=wpcas-area] p {
  font-family: inherit;
}
div.wpcas-area[class*=wpcas-area].wpcas-position-01 {
  transition: all 0.45s ease-in-out;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-search-input-inner {
  background: var(--grimlock-control-background-color);
  border-radius: var(--grimlock-control-border-radius);
  border: 1px solid var(--grimlock-color-faded);
  color: var(--grimlock-control-color);
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-search-input-inner input {
  font-size: 0.9em;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-search-input-inner input .wpcas-search-input-icon:before {
  font-family: var(--grimlock-icon-search-font-family) !important;
  content: var(--grimlock-icon-search);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-search-input-inner input .wpcas-search-input-icon[class*=loading]:before {
  font-family: var(--grimlock-icon-loading-font-family) !important;
  content: var(--grimlock-icon-loading);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fa-spin 1.2s infinite linear;
  transform-origin: center center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.wpcas-area[class*=wpcas-area] .wpcas-not-found, div.wpcas-area[class*=wpcas-area] .wpcas-error {
  color: inherit;
  padding: 1.25rem;
  background-color: var(--grimlock-color-faded);
  border-radius: 1rem;
  text-align: center;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-top {
  background: none;
  color: var(--grimlock-archive-post-title-color);
  border-bottom: 1px solid var(--grimlock-color-faded);
  height: var(--wc-drawer-panel-top-area-height);
  line-height: var(--wc-drawer-panel-top-area-height);
  text-align: center;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-top span {
  text-transform: none;
  font-size: 1.15rem;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-top .wpcas-close {
  color: inherit;
  transition: all 0.2s ease-in-out;
  width: var(--wc-drawer-panel-top-area-height);
  height: var(--wc-drawer-panel-top-area-height);
  line-height: var(--wc-drawer-panel-top-area-height);
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-top .wpcas-close:not(:hover) {
  opacity: 0.5;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-top .wpcas-close:before {
  width: 100%;
  height: 100%;
  line-height: var(--wc-drawer-panel-top-area-height);
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-search-input-inner select {
  background-color: var(--grimlock-color-faded);
  height: calc(100% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  font-size: 0.8rem;
  text-align: center;
  border: 1px solid transparent;
  color: inherit;
  background-image: none;
  padding: 2px;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-search-input-inner select:hover {
  border: 1px solid var(--grimlock-color-faded);
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions a, div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions button {
  border-radius: 100%;
  color: inherit !important;
  margin-left: 3px;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions a:before, div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions button:before {
  color: inherit !important;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions a:hover, div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions button:hover {
  background-color: var(--grimlock-color-faded) !important;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-product-inner .wpcas-product-info .wpcas-product-price {
  font-size: 0.95em !important;
  color: inherit !important;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-product-inner .wpcas-product-info .wpcas-product-price del {
  opacity: 0.7;
  color: inherit !important;
}
div.wpcas-area[class*=wpcas-area] .wpcas-area-mid .wpcas-product-inner .wpcas-product-info .wpcas-product-price ins span {
  font-weight: 600 !important;
}
div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product {
  background: none !important;
  border: none;
}
@media (min-width: 992px) {
  div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product .wpcas-product-inner {
    padding: 1rem;
    transition: all 0.2s ease-in-out;
    border-radius: var(--grimlock-archive-post-border-radius);
  }
  div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product .wpcas-product-inner:hover {
    background-color: var(--grimlock-color-faded);
  }
  div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product .wpcas-product-inner > div:not(:last-child) {
    margin-right: 1rem;
  }
}
div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product--image {
  width: clamp(50px, 15vw, 80px);
  flex: 0 0 clamp(50px, 15vw, 80px);
}
div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product .wpcas-product-inner img {
  border-radius: var(--grimlock-archive-post-border-radius);
}
div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product .wpcas-product-inner del {
  font-weight: 400;
  font-size: 0.8em;
  opacity: 0.7;
}
div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product .wpcas-product-inner ins {
  font-weight: 600;
  text-decoration: none;
}
div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-title {
  color: var(--grimlock-heading-color);
  font-weight: var(--grimlock-heading-font-weight);
  font-family: var(--grimlock-heading-font-family);
  letter-spacing: var(--grimlock-heading-letter-spacing);
  text-transform: var(--grimlock-heading-text-transform);
  font-size: var(--grimlock-heading4-font-size);
  font-size: 1rem;
  color: var(--grimlock-archive-post-title-color);
}
div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-title a {
  color: inherit !important;
}
div.wpcas-area[class*=wpcas-area] .wpcas-products .wpcas-product .wpcas-product-inner .wpcas-product-title a:hover {
  color: var(--grimlock-archive-post-link-hover-color) !important;
}
div.wpcas-area[class*=wpcas-area].wpcas-area-show-inline {
  margin-top: 5px;
  border-radius: var(--grimlock-archive-post-border-radius);
}
div.wpcas-area[class*=wpcas-area].wpcas-area-show-center {
  padding: 10px;
}
div.wpcas-area[class*=wpcas-area].wpcas-area-show-center .woosw-popup-inner .woosw-popup-content {
  max-width: 760px;
  border-radius: var(--grimlock-archive-post-border-radius);
}

div.wpcas-area .wpcas-area-mid .wpcas-popular-keywords a {
  color: inherit;
}
div.wpcas-area .wpcas-area-mid .wpcas-popular-keywords a:not(:hover) {
  opacity: 0.7;
}

/**
 * Themify – WooCommerce Product Filter
 *
 * https://wordpress.org/plugins/themify-wc-product-filter/
 */
form.wpf_form {
  margin: 0;
}
form.wpf_form .wpf_item:first-child {
  padding-top: 0;
}
form.wpf_form .wpf_item .wpf_item_name {
  border: none;
  font-size: 0.9em;
  margin: 0 !important;
  padding: 0.5rem 0;
  font-weight: var(--grimlock-heading-font-weight);
  color: var(var(--grimlock-archive-post-title-color));
}
form.wpf_form .wpf_item label {
  font-weight: 400;
}
form.wpf_form .wpf_item input[type=text] {
  padding: 0.7em 1em;
}
form.wpf_form .wpf_item input[type=radio],
form.wpf_form .wpf_item input[type=checkbox] {
  border-color: var(--grimlock-control-border-color);
  background-color: var(--grimlock-control-background-color);
}
form.wpf_form .wpf_item input[type=checkbox] {
  border-radius: clamp(0px, var(--grimlock-control-border-radius), 0.35rem);
}
form.wpf_form .wpf_item input[type=checkbox]:checked + label > i:after, form.wpf_form .wpf_item input[type=checkbox]:checked:before {
  font-size: 0.8em;
}
form.wpf_form .wpf_item input[type=radio] {
  margin-top: 2px;
  margin-right: 0.35em;
  position: relative;
  top: 0.2em;
}
form.wpf_form .wpf_item .wpf_links .wpf_pa_link input:checked + span {
  color: var(--grimlock-link-hover-color);
}
form.wpf_form .wpf_item .wpf_column_horizontal li {
  position: relative;
}
form.wpf_form .wpf_item .wpf_column_horizontal li a,
form.wpf_form .wpf_item .wpf_column_horizontal li span:not(.wpf_item_count),
form.wpf_form .wpf_item .wpf_column_horizontal li label {
  border: 1px solid var(--grimlock-color-faded);
  padding: 0.5em 0.75em;
  border-radius: var(--grimlock-button-border-radius);
  font-size: 0.95em;
  display: block;
  transition: all 0.2s ease-in-out;
}
form.wpf_form .wpf_item .wpf_column_horizontal li a:hover, form.wpf_form .wpf_item .wpf_column_horizontal li a.wpf_selected,
form.wpf_form .wpf_item .wpf_column_horizontal li span:not(.wpf_item_count):hover,
form.wpf_form .wpf_item .wpf_column_horizontal li span:not(.wpf_item_count).wpf_selected,
form.wpf_form .wpf_item .wpf_column_horizontal li label:hover,
form.wpf_form .wpf_item .wpf_column_horizontal li label.wpf_selected {
  background-color: var(--grimlock-color-faded);
  color: var(--grimlock-link-hover-color);
}
form.wpf_form .wpf_item .wpf_column_horizontal li input[type=checkbox] {
  display: none;
}
form.wpf_form .wpf_item .wpf_column_horizontal li input[type=checkbox]:checked + label {
  background-color: var(--grimlock-color-faded);
  color: var(--grimlock-link-hover-color);
}
form.wpf_form .wpf_item .wpf_column_horizontal li .wpf_item_count {
  position: absolute;
  z-index: 2;
  top: -13px;
  right: -10px;
}
form.wpf_form .wpf_item .wpf_slider.ui-slider {
  margin: 0.5em 0 0.75em 0;
}
form.wpf_form .wpf_item .wpf_slider.ui-slider {
  background: var(--grimlock-color-faded);
}
form.wpf_form .wpf_item .wpf_slider.ui-slider .ui-widget-header {
  background-color: var(--grimlock-archive-post-title-color);
}
form.wpf_form .wpf_item .wpf-slider-label {
  font-size: 0.8em;
  opacity: 0.7;
}
form.wpf_form .wpf_item.wpf_item_wpc-brand .wpf_color_icons label[style*=background-image] {
  width: 70px;
  height: 70px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 90% !important;
  background-position: center;
  background-color: #fff;
}
form.wpf_form .wpf_item:not([class*="-brand "]) .wpf_color_icons label {
  border-radius: 500px;
  padding: 0;
  font-size: 0;
  width: 35px;
  height: 35px;
}
form.wpf_form .wpf_item.wpf_item_onsale, form.wpf_form .wpf_item.wpf_item_instock {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.9em;
  padding: 0.5em 0;
}
form.wpf_form .wpf_item.wpf_item_onsale .wpf_items_group, form.wpf_form .wpf_item.wpf_item_instock .wpf_items_group {
  padding: 0;
  background: none;
}
form.wpf_form .wpf_item.wpf_item_onsale input[type=checkbox], form.wpf_form .wpf_item.wpf_item_instock input[type=checkbox] {
  margin-right: 0;
  display: block;
}
form.wpf_form .wpf_item .wpf_item_count {
  min-width: 22px;
  min-height: 22px;
  background-color: var(--grimlock-color-faded);
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 0.75em;
  margin-top: -0.25em;
  line-height: 0;
  pointer-events: none;
}
form.wpf_form .wpf_item ul.wpf_submenu {
  border-left-color: var(--grimlock-color-faded);
  margin-left: 10px;
}
form.wpf_form .wpf_items_grouped .wpf_grouped_label:after {
  top: 0.5em;
}
form.wpf_form .wpf_items_group {
  font-size: 0.9em;
  padding: 1em 0 0.5em 0;
  transition: opacity 0.25s ease-in-out;
}

.wpf_column_1 li, .wpf_item .wpf_items_group .wpf_column_horizontal li {
  margin-right: 1em;
}

form.wpf_form .wpf_layout_vertical .wpf_item .wpf_hierachy ul {
  margin-left: 9px;
  font-size: 0.9em;
  margin-top: 15px;
  margin-bottom: 15px;
}
form.wpf_form .wpf_layout_vertical .wpf_item .wpf_hierachy ul li:last-child {
  margin-bottom: 0;
}
form.wpf_form .wpf_layout_vertical .wpf_item.wpf_item_onsale, form.wpf_form .wpf_layout_vertical .wpf_item.wpf_item_instock {
  flex: 0 0 100%;
  width: 100%;
}
form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  margin-top: 2rem;
  display: block;
}
form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn, form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn:hover, form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn:active, form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn:focus {
  background-color: transparent;
  color: inherit;
  border-color: currentColor;
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
}
form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn:hover, form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn:active, form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn:focus {
  opacity: 0.7;
}
form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn.has-background {
  border-color: transparent !important;
}
form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn:before, form.wpf_form .wpf_layout_vertical ~ .wpf_reset_btn:after {
  content: none;
}

form.wpf_form .wpf_layout_horizontal.wpf_items_wrapper .wpf_item {
  border: 1px solid transparent;
  background-color: var(--grimlock-color-faded);
  border-radius: var(--grimlock-button-border-radius);
  padding: 0;
  font-size: 0.95em;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0.7em 1.1em;
}
form.wpf_form .wpf_layout_horizontal.wpf_items_wrapper .wpf_item:hover {
  border-color: var(--grimlock-color-faded);
}
form.wpf_form .wpf_layout_horizontal.wpf_items_wrapper .wpf_item .wpf_item_name {
  padding: 0;
  cursor: pointer;
}
form.wpf_form .wpf_layout_horizontal.wpf_items_wrapper .wpf_item .wpf_item_name:after {
  font-size: 0.75em;
  margin-left: 0.5em;
}
form.wpf_form .wpf_layout_horizontal.wpf_items_wrapper .wpf_item.wpf_item_onsale input[type=checkbox], form.wpf_form .wpf_layout_horizontal.wpf_items_wrapper .wpf_item.wpf_item_instock input[type=checkbox] {
  width: 16px;
  height: 16px;
}
form.wpf_form .wpf_layout_horizontal.wpf_items_wrapper ~ .wpf_reset_btn {
  float: right;
  margin-top: 0.5em;
}
form.wpf_form .wpf_layout_horizontal.wpf_items_wrapper .wpf_item:not(.wpf_item_onsale):not(.wpf_item_instock):not(.wpf_item_submit) > .wpf_items_group {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 1rem;
  color: var(--grimlock-archive-post-color);
  transition: all 0.2s ease-in-out;
  opacity: 0 !important;
  display: block !important;
  pointer-events: none;
  top: calc(100% + 5px);
  left: 0;
  right: auto;
  width: 300px !important;
  z-index: 99;
}
form.wpf_form .wpf_layout_horizontal.wpf_items_wrapper .wpf_item:not(.wpf_item_onsale):not(.wpf_item_instock):not(.wpf_item_submit):hover > .wpf_items_group {
  opacity: 1 !important;
  display: block !important;
  pointer-events: auto;
}
form.wpf_form .wpf_layout_horizontal.wpf_items_wrapper .wpf_item:not(.wpf_item_onsale):not(.wpf_item_instock):not(.wpf_item_submit):after {
  background: none;
  bottom: -10px;
  height: 11px;
  width: 300px;
}

div.wpf_infinity {
  margin: 2rem 0;
}
div.wpf_infinity a {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: 1em 2em;
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}
div.wpf_infinity a:hover, div.wpf_infinity a:active, div.wpf_infinity a:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

ul.ui-widget.wpf_ui_autocomplete {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 0.5em;
  color: var(--grimlock-archive-post-color);
  font-size: 0.95em;
}
ul.ui-widget.wpf_ui_autocomplete li div {
  padding: 0.5em;
  border: none !important;
  color: inherit;
  border-radius: var(--grimlock-archive-post-border-radius);
}
ul.ui-widget.wpf_ui_autocomplete li div.ui-state-active {
  background: var(--grimlock-color-faded);
}

span.wpf_tooltip {
  background: var(--grimlock-tooltip-background-color);
  color: var(--grimlock-tooltip-color);
  font-size: var(--grimlock-tooltip-font-size) !important;
}

#woocommerce-filters .wpf_items_group {
  display: block;
}

.wpf-container-wait, .wpf-search-submit {
  opacity: 1 !important;
}
.wpf-container-wait .products, .wpf-search-submit .products {
  opacity: 0.5;
}

div.wpf_items_wrapper a {
  color: inherit;
}

/**
 * Shoppable Images
 *
 * Images containing different hotspots which link to various products or pages.
 * https://wordpress.org/plugins/mabel-shoppable-images-lite/
 */
@keyframes mabel-siwc-pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
div.mabel-siwc-img-wrapper img {
  border-radius: var(--grimlock-archive-post-border-radius);
}
div.mabel-siwc-img-wrapper span.mb-siwc-tag {
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  animation: mabel-siwc-pulse-white 2s infinite;
  font-size: 18px;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
}
div.mabel-siwc-img-wrapper span.mb-siwc-tag.active, div.mabel-siwc-img-wrapper span.mb-siwc-tag:hover {
  transform: translate3d(0, 0, 0) scale(1.2);
}

div.mb-siwc-popup {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 0;
  color: var(--grimlock-archive-post-color);
}
div.mb-siwc-popup div.mb-siwc-popup-inner h1,
div.mb-siwc-popup div.mb-siwc-popup-inner h2 {
  color: inherit !important;
}
div.mb-siwc-popup div.mb-siwc-popup-inner h2 {
  font-size: 18px;
}
div.mb-siwc-popup div.mb-siwc-popup-inner a {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: 0.5em 1em;
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}
div.mb-siwc-popup div.mb-siwc-popup-inner a:hover, div.mb-siwc-popup div.mb-siwc-popup-inner a:active, div.mb-siwc-popup div.mb-siwc-popup-inner a:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}
div.mb-siwc-popup:after {
  border-bottom-color: var(--grimlock-archive-post-background-color);
}

/**
 * Music Player for WooCommerce
 *
 * https://wordpress.org/plugins/music-player-for-woocommerce/
 */
.wcmp-player-title {
  font-size: 0.9em;
  margin-bottom: 2rem;
  display: block;
  padding-top: 0.5em;
  font-style: italic;
}

.card .wcmp-player-container,
.wc-block-grid__products .wcmp-player-container {
  float: left;
  width: auto;
  vertical-align: middle;
}
.card div.wcmp-player.track,
.wc-block-grid__products div.wcmp-player.track {
  background-color: #000 !important;
  width: 25px !important;
  height: 25px !important;
  border-radius: var(--grimlock-archive-post-border-radius);
  top: -0.1em;
  margin-right: 0.35em;
}
.card div.wcmp-player.track.mejs-classic .mejs-playpause-button:before,
.wc-block-grid__products div.wcmp-player.track.mejs-classic .mejs-playpause-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.card div.wcmp-player.track.mejs-classic .mejs-playpause-button.mejs-pause:before,
.wc-block-grid__products div.wcmp-player.track.mejs-classic .mejs-playpause-button.mejs-pause:before {
  font-family: var(--grimlock-icon-pause-font-family) !important;
  content: var(--grimlock-icon-pause);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.card div.wcmp-player.track.mejs-classic .mejs-playpause-button.mejs-play:before,
.wc-block-grid__products div.wcmp-player.track.mejs-classic .mejs-playpause-button.mejs-play:before {
  font-family: var(--grimlock-icon-play-font-family) !important;
  content: var(--grimlock-icon-play);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.card div.wcmp-player.track.mejs-classic .mejs-playpause-button button,
.wc-block-grid__products div.wcmp-player.track.mejs-classic .mejs-playpause-button button {
  background: #000 !important;
  top: 0;
  left: 0;
  transform: none !important;
  height: 25px;
  width: 25px;
  padding: 0;
}

.wc-block-grid__products .wcmp-player-container {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
}

.paypal-buttons iframe.component-frame {
  z-index: 2 !important;
}

/* Alignment */
.entry-content [class*=wc-block-].alignnone {
  display: flex;
  margin: 0 0 1.5em;
}
@media (min-width: 992px) {
  [class*=wc-block-].alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }
  [class*=wc-block-].alignwide > img {
    display: block;
    margin: 0 auto;
  }
}
[class*=wc-block-].alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}

/* Grid */
.wc-block-grid .wc-block-grid__products {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.wc-block-grid .wc-block-grid__product {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: 0;
  color: var(--grimlock-archive-post-color);
  padding-bottom: var(--grimlock-archive-post-padding);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
  flex: 0 0 100%;
  max-width: calc(100% - 30px);
  font-size: var(--grimlock-text-font-size);
  line-height: var(--grimlock-text-line-height);
}
@media (min-width: 768px) {
  .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 0 0 33.33333%;
    max-width: calc(33.33333% - 30px);
  }
}
@media (min-width: 992px) {
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 0 0 25%;
    max-width: calc(25% - 30px);
  }
}
@media (min-width: 992px) {
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 0 0 20%;
    max-width: calc(20% - 30px);
  }
}
@media (min-width: 992px) {
  .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 0 0 16.6666667%;
    max-width: calc(16.6666667% - 30px);
  }
}
.wc-block-grid div.wc-block-grid__product-image {
  border-radius: var(--grimlock-archive-post-border-radius) var(--grimlock-archive-post-border-radius) 0 0;
  overflow: hidden;
  margin-bottom: var(--grimlock-archive-post-padding) !important;
}
.wc-block-grid div.wc-block-grid__product-image img {
  width: 100%;
}
.wc-block-grid .wc-block-grid__product-title {
  color: var(--grimlock-archive-post-title-color);
  font-family: var(--grimlock-heading-font-family);
  font-size: var(--grimlock-heading5-font-size);
  font-weight: var(--grimlock-heading-font-weight);
  line-height: var(--grimlock-heading5-line-height);
  margin-bottom: var(--grimlock-archive-post-padding);
}
.wc-block-grid .wc-block-components-product-name {
  color: inherit;
}
.wc-block-grid .wc-block-grid__product-price {
  font-family: var(--grimlock-text-font-family);
  font-size: var(--grimlock-text-font-size);
  font-weight: var(--grimlock-text-font-weight);
  opacity: 0.75;
}
.wc-block-grid .wc-block-grid__product-price del {
  opacity: 0.5;
}
.wc-block-grid .wc-block-grid__product-price ins {
  text-decoration: none;
}
.wc-block-grid .wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: var(--grimlock-button-primary-background-color);
}
.wc-block-grid .wc-block-grid__product-add-to-cart {
  margin-bottom: 0;
}
.wc-block-grid .wc-block-grid__product-add-to-cart a.add_to_cart_button {
  white-space: break-spaces;
}

/* Featured Category */
.wc-block-featured-category:not(.alignfull) {
  overflow: hidden;
  border-radius: var(--grimlock-archive-post-border-radius);
}
.wc-block-featured-category .wc-block-featured-category__wrapper .wc-block-featured-category__title {
  color: #fff;
}

/* Featured Product */
.wc-block-featured-product:not(.alignfull) {
  overflow: hidden;
  border-radius: var(--grimlock-archive-post-border-radius);
}
.wc-block-featured-product .wc-block-featured-product__wrapper .wc-block-featured-product__title {
  color: inherit;
}
.wc-block-featured-product .wc-block-featured-product__price {
  opacity: 0.75;
}
.wc-block-featured-product .wc-block-featured-product__price del {
  opacity: 0.5;
}
.wc-block-featured-product .wc-block-featured-product__price ins {
  text-decoration: none;
}

/* Mini cart */
.wc-block-mini-cart[style*=hidden] {
  display: none !important;
}
@media (min-width: 768px) {
  .wc-block-mini-cart .wc-block-mini-cart__amount {
    order: 1;
    margin: 0 0 0 0.5em;
  }
}
.wc-block-mini-cart .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__icon {
  display: none;
}
.wc-block-mini-cart .wc-block-mini-cart__quantity-badge:before {
  font-family: var(--grimlock-icon-cart-font-family) !important;
  content: var(--grimlock-icon-cart);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--grimlock-navigation-icon-font-size);
}
div.wc-block-components-drawer {
  transform: translateX(calc(var(--wc-drawer-panel-width) * -1));
  width: var(--wc-drawer-panel-width);
}

.wc-block-components-drawer__screen-overlay {
  background: var(--grimlock-modal-search-overlay-background-color);
  transition: all 0.45s ease-in-out;
  z-index: 99999989;
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
  transition: all 0.45s ease-in-out;
}

.wc-block-components-drawer__screen-overlay .wc-block-mini-cart__drawer {
  background: none !important;
}

.wc-block-mini-cart__drawer .components-modal__header {
  position: absolute;
  top: 0;
  right: 0;
}

.wc-block-components-drawer .components-modal__header .components-button {
  margin: 0;
  top: 0;
  right: 0;
  color: inherit;
  width: var(--wc-drawer-panel-top-area-height);
  height: var(--wc-drawer-panel-top-area-height);
  padding: 0;
  transform: none;
}
.wc-block-components-drawer .components-modal__header .components-button:not(:hover) {
  opacity: 0.5;
}
.wc-block-components-drawer .components-modal__header .components-button svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a, .wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a:hover, .wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a:active, .wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a:focus {
  background-color: transparent;
  color: inherit;
  border-color: currentColor;
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a:hover, .wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a:active, .wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a:focus {
  opacity: 0.7;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a.has-background {
  border-color: transparent !important;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
  background-color: var(--grimlock-archive-post-background-color);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  color: var(--grimlock-archive-post-color);
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents :where(h1, h2, h3, h4, h5, h6),
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-product-name {
  color: var(--grimlock-heading-color);
  font-weight: var(--grimlock-heading-font-weight);
  font-family: var(--grimlock-heading-font-family);
  letter-spacing: var(--grimlock-heading-letter-spacing);
  text-transform: var(--grimlock-heading-text-transform);
  font-size: var(--grimlock-heading4-font-size);
  color: var(--grimlock-archive-post-title-color);
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents :where(h1, h2, h3, h4, h5, h6) a,
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-product-name a {
  color: inherit !important;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents :where(h1, h2, h3, h4, h5, h6) a:hover,
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-product-name a:hover {
  color: var(--grimlock-archive-post-link-hover-color) !important;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents table.wc-block-cart-items .wc-block-cart-items__row {
  padding: 1rem;
  border-radius: var(--grimlock-archive-post-border-radius);
  margin-bottom: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents table.wc-block-cart-items .wc-block-cart-items__row:hover {
  background-color: var(--grimlock-color-faded);
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-product-name {
  font-size: 1rem;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-product-image {
  border-radius: var(--grimlock-archive-post-border-radius);
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-title-block {
  font-size: 1.1rem;
  margin: 0;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid var(--grimlock-color-faded);
  height: var(--wc-drawer-panel-top-area-height);
  line-height: var(--wc-drawer-panel-top-area-height);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: none;
          mask-image: none;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 99;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents del.wc-block-components-product-price__regular {
  font-size: 0.8em;
  opacity: 0.7;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents ins.wc-block-components-product-price__value {
  font-weight: bold;
  text-decoration: none;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__items .wc-block-mini-cart__products-table {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__items .wc-block-mini-cart__products-table::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__items .wc-block-mini-cart__products-table::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__items .wc-block-mini-cart__products-table::-webkit-scrollbar-thumb {
  outline: 0;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__items .wc-block-mini-cart__products-table::-webkit-scrollbar-thumb {
  background-color: var(--grimlock-color-faded);
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-formatted-money-amount {
  font-weight: bold;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
  padding: 1.5rem;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer:after {
  border-top-color: var(--grimlock-color-faded);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.168627451);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout:hover, .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout:active, .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: var(--grimlock-button-padding-y) var(--grimlock-button-padding-x);
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  background-color: transparent;
  color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-background-color);
  border-width: clamp(0.1em, var(--grimlock-button-border-width), var(--grimlock-button-border-width)) !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart:hover, .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart:active, .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart.has-background {
  border-color: transparent !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-cart, .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.wc-block-mini-cart__footer-checkout {
  box-shadow: none;
  max-height: 50px;
  padding: 0.5rem;
  display: flex;
  font-size: 0.9em;
}

div.wc-block-components-drawer:after {
  border-color: var(--grimlock-archive-post-border-color);
}

/* Pagination */
.wc-block-pagination {
  border: 0;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .wc-block-pagination {
    display: flex;
    flex-wrap: wrap;
  }
}
.wc-block-pagination .wc-block-pagination-page {
  overflow: visible;
  border: 0;
  float: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .wc-block-pagination .wc-block-pagination-page {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.wc-block-pagination .wc-block-pagination-page span[aria-hidden=true] {
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.wc-block-pagination .wc-block-pagination-page[title="Previous page"] span[aria-hidden=true]:after, .wc-block-pagination .wc-block-pagination-page[title="Next page"] span[aria-hidden=true]:after {
  line-height: inherit;
  font-size: 1rem;
}
/* Block Filters */
.wp-block-woocommerce-price-filter {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: var(--grimlock-archive-post-padding);
  color: var(--grimlock-archive-post-color);
}
.wp-block-woocommerce-price-filter .wc-block-filter-submit-button {
  border-style: solid;
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-progress {
  background: var(--grimlock-button-primary-background-color);
}

.wp-block-woocommerce-attribute-filter {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: var(--grimlock-archive-post-padding);
  color: var(--grimlock-archive-post-color);
}

/* Product Categories */
.wc-block-product-categories.is-list {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: var(--grimlock-archive-post-padding);
  color: var(--grimlock-archive-post-color);
}
.wc-block-product-categories.is-list ul.wc-block-product-categories-list {
  padding: 0;
  width: 100%;
  list-style: none;
  margin: 0;
}
.wc-block-product-categories.is-list ul.wc-block-product-categories-list li {
  padding: 0 0 8px;
}
.wc-block-product-categories.is-list ul.wc-block-product-categories-list li::marker {
  display: none;
}
.wc-block-product-categories.is-list ul.wc-block-product-categories-list li > a {
  padding: 0.5rem 0 0.5rem 0.5rem;
  color: inherit;
  font-family: var(--grimlock-heading-font-family);
  font-size: 0.9em;
  font-weight: var(--grimlock-heading-font-weight);
  line-height: inherit;
  text-transform: var(--grimlock-heading-text-transform);
  word-break: break-word;
  border-radius: var(--grimlock-button-border-radius);
}
.wc-block-product-categories.is-list ul.wc-block-product-categories-list li .wc-block-product-categories-list-item-count {
  font-size: 0.9em;
  font-weight: var(--grimlock-text-font-weight);
  line-height: inherit;
}
.wc-block-product-categories.is-list ul.wc-block-product-categories-list li ul {
  padding-left: 15px;
}
.wc-block-product-categories.is-list ul.wc-block-product-categories-list .wc-block-product-categories-list-item__image {
  max-width: 65px;
  margin-right: 1em;
}
.wc-block-product-categories.is-list ul.wc-block-product-categories-list img {
  border-radius: var(--grimlock-archive-post-border-radius);
}
.wc-block-product-categories.is-list ul.wc-block-product-categories-list:not(.wc-block-product-categories-list--has-images) li a:before {
  font-family: var(--grimlock-icon-check-circle-font-family) !important;
  content: var(--grimlock-icon-check-circle);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  opacity: 0.5;
  position: relative;
  margin-right: 0.25em;
}
.grimlock-footer .wc-block-product-categories, .grimlock-prefooter .wc-block-product-categories {
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit;
}

.wc-block-product-categories__button {
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  background-color: var(--grimlock-table-striped-background-color);
  color: inherit;
}
.wc-block-product-categories__button svg {
  display: none;
}
.wc-block-product-categories__button:before {
  font-family: var(--grimlock-icon-search-font-family) !important;
  content: var(--grimlock-icon-search);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Blocks Reviews */
.wc-block-all-reviews .wc-block-sort-select,
.wp-block-woocommerce-reviews-by-category .wc-block-sort-select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wc-block-all-reviews .wc-block-sort-select__label,
.wp-block-woocommerce-reviews-by-category .wc-block-sort-select__label {
  margin-bottom: 0;
}
.wc-block-all-reviews .wc-block-review-list,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list {
  padding-left: 0;
}
.wc-block-all-reviews .wc-block-components-review-list-item__item,
.wp-block-woocommerce-reviews-by-category .wc-block-components-review-list-item__item {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) var(--grimlock-archive-post-box-shadow-blur-radius) var(--grimlock-archive-post-box-shadow-spread-radius) var(--grimlock-archive-post-box-shadow-color);
  padding: var(--grimlock-archive-post-padding);
  color: var(--grimlock-archive-post-color);
  margin-bottom: var(--grimlock-archive-post-margin);
}
.wc-block-all-reviews .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before,
.wp-block-woocommerce-reviews-by-category .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
  color: var(--grimlock-button-primary-background-color);
}

/* Search */
div.wp-block-woocommerce-product-search button.wp-block-search__button,
div.wp-block-woocommerce-product-search button.wc-block-product-search__button,
form.wp-block-search.wp-block-search__icon-button button.wp-block-search__button,
form.wp-block-search.wp-block-search__icon-button button.wc-block-product-search__button {
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  right: 4px;
  z-index: 1;
  margin: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--grimlock-control-border-radius);
  background: none;
  color: var(--grimlock-control-color);
  border: none;
  padding: 0;
}
div.wp-block-woocommerce-product-search button.wp-block-search__button:before,
div.wp-block-woocommerce-product-search button.wc-block-product-search__button:before,
form.wp-block-search.wp-block-search__icon-button button.wp-block-search__button:before,
form.wp-block-search.wp-block-search__icon-button button.wc-block-product-search__button:before {
  font-family: var(--grimlock-icon-search-font-family) !important;
  content: var(--grimlock-icon-search);
  font-weight: 100;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
}
div.wp-block-woocommerce-product-search button.wp-block-search__button:hover, div.wp-block-woocommerce-product-search button.wp-block-search__button:active, div.wp-block-woocommerce-product-search button.wp-block-search__button:focus,
div.wp-block-woocommerce-product-search button.wc-block-product-search__button:hover,
div.wp-block-woocommerce-product-search button.wc-block-product-search__button:active,
div.wp-block-woocommerce-product-search button.wc-block-product-search__button:focus,
form.wp-block-search.wp-block-search__icon-button button.wp-block-search__button:hover,
form.wp-block-search.wp-block-search__icon-button button.wp-block-search__button:active,
form.wp-block-search.wp-block-search__icon-button button.wp-block-search__button:focus,
form.wp-block-search.wp-block-search__icon-button button.wc-block-product-search__button:hover,
form.wp-block-search.wp-block-search__icon-button button.wc-block-product-search__button:active,
form.wp-block-search.wp-block-search__icon-button button.wc-block-product-search__button:focus {
  background-color: var(--grimlock-color-faded);
  color: var(--grimlock-control-color);
}
div.wp-block-woocommerce-product-search button.wp-block-search__button svg,
div.wp-block-woocommerce-product-search button.wc-block-product-search__button svg,
form.wp-block-search.wp-block-search__icon-button button.wp-block-search__button svg,
form.wp-block-search.wp-block-search__icon-button button.wc-block-product-search__button svg {
  display: none;
}

/* Legacy search form */
div.wp-block-woocommerce-product-search .wc-block-product-search__fields {
  position: relative;
}
div.wp-block-woocommerce-product-search .wc-block-product-search__label:empty {
  display: none;
}
div.wp-block-woocommerce-product-search .wc-block-product-search__field {
  padding: 0.6rem 45px 0.6rem 1rem;
}
.grimlock-preheader div.wp-block-woocommerce-product-search .wc-block-product-search__field {
  height: 45px;
  line-height: 0;
  font-size: 0.95em;
}

.wp-block-search {
  position: relative;
}
.wp-block-search .wp-block-search__input {
  padding: 0.6rem 45px 0.6rem 1rem;
}
.grimlock-preheader .wp-block-search .wp-block-search__input {
  height: 45px;
  line-height: 0;
  font-size: 0.95em;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 0.5rem;
  background-color: var(--grimlock-color-faded);
  border-radius: var(--grimlock-button-border-radius);
  border: none;
}

form.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
  top: 0.5rem;
  right: 0.5rem;
  height: calc(100% - 1rem);
}

.wp-block-search.wp-block-search__text-button .wp-block-search__button {
  font-family: var(--grimlock-button-font-family);
  display: inline-block;
  font-weight: var(--grimlock-button-font-weight);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--grimlock-button-border-width) solid transparent;
  padding: 5px 1.25em;
  font-size: var(--grimlock-button-font-size);
  line-height: var(--grimlock-button-line-height);
  border-radius: var(--grimlock-button-border-radius);
  transition: all 0.2s ease-in-out;
  text-transform: var(--grimlock-button-text-transform);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-decoration: none;
  color: var(--grimlock-button-primary-color);
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
  font-size: 0.95em;
}
.wp-block-search.wp-block-search__text-button .wp-block-search__button:hover, .wp-block-search.wp-block-search__text-button .wp-block-search__button:active, .wp-block-search.wp-block-search__text-button .wp-block-search__button:focus {
  color: var(--grimlock-button-primary-hover-color);
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

/**
 * Do not add your customizations here, this file will be overridden in future release of the plugin.
 * Make your CSS changes in the Custom CSS panel of the WordPress Customizer or create a child theme : https://codex.wordpress.org/Child_Themes
 *//*# sourceMappingURL=style.css.map */
