@font-face {
	font-family: 'Blimone';
	src: url('fonts/Blimone-Regular.woff2') format('woff2'),
		url('fonts/Blimone-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Blimone';
	src: url('fonts/Blimone-ExtraLight.woff2') format('woff2'),
		url('fonts/Blimone-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Blimone';
	src: url('fonts/Blimone-Light.woff2') format('woff2'),
		url('fonts/Blimone-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Blimone';
	src: url('fonts/Blimone-RegularItalic.woff2') format('woff2'),
		url('fonts/Blimone-RegularItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Blimone';
	src: url('fonts/Blimone-SemiBold.woff2') format('woff2'),
		url('fonts/Blimone-SemiBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'VonnesCondensed';
	src: url('fonts/Vonnes-MediumCondensed.woff2') format('woff2'),
		url('fonts/Vonnes-MediumCondensed.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Vonnes';
	src: url('fonts/Vonnes-Book.woff2') format('woff2'),
		url('fonts/Vonnes-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Vonnes';
	src: url('fonts/Vonnes-Medium.woff2') format('woff2'),
		url('fonts/Vonnes-Medium.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
body{
  --wc-form-border-radius: 0px;
}
* {
	margin: 0;
	padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: 'Vonnes', sans-serif;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    background-color: rgb(251,247,243);
    color: black;
    margin: 0 auto;
    overflow-x: hidden;
    
}
p {
  font-size: 15px;
  line-height: 20px;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/* Sidecart styles */
.sidecart {
  position: fixed;
  inset: 0 0 0 auto;
  pointer-events: none;
  z-index: 9999;
}
.sidecart-toggle {
  width: 22px;
  height: 32px;
  background-image: url('img/cart.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 10px;
  right: calc(var(--padding) + 10px);
  z-index: 9999;
  cursor: pointer;
  font-size: 7px;
  padding-top: 17px;
  text-align: center;
}
.sidecart .sidecart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  transition: opacity .25s ease;
}
.sidecart .sidecart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100vw);
  height: 100%;
  background:rgb(251,247,243);
  border-left: 1px solid #000;
  transform: translateX(100%);
  transition: transform .25s ease;
  display: flex;
  flex-direction: column;
}
.sidecart.open { pointer-events: auto; }
.sidecart.open .sidecart-overlay { opacity: 1; }
.sidecart.open .sidecart-panel { transform: translateX(0); }
.sidecart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid black;
}
.sidecart-content {
  flex: 1;
  overflow: auto;
  padding: 16px;
}
.woocommerce-mini-cart__buttons.buttons { display: none; }
.sidecart-actions {
  padding: 16px 0;
  
  border-top: 1px solid black;
}
p.woocommerce-mini-cart__total {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidecart-actions .button.checkout {
  display: inline-block;
  background: black;
  color: white;
  padding: 12px 16px;
}
body.sidecart-open { overflow: hidden; }
article.page-content div.woocommerce {
  padding-left: 15px;
  padding-right: 15px;
}
.product-gallery-item {
  width: 100%;
}
article.product-single img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
:root {
  --padding: 15px;
}
article.product-single table {
  width: 100%;
}
main.container {
  margin-left: var(--padding);
  margin-right: var(--padding);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: 50px;
}
.product-gallery {
  margin-left: calc(var(--padding) * -1 - 1px);
  margin-right: calc(var(--padding) * -1 - 1px);
}

.menu-toggle, .sidecart-close {
  width: 22px;
  height: 32px;
  position: fixed;
  top: 10px;
  left: calc(var(--padding) + 10px);
  z-index: 10000;
  cursor: pointer;
  background-image: url('img/hb.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sidecart-close {
  right: calc(var(--padding) + 10px);
  left: auto; 
  background-color: transparent;
  border: 0;

}
.show-menu .menu-toggle, .sidecart-close {
  background-image: url('img/hbclose.svg');
}
nav.main-menu {
  position: fixed;
  height: 100vh;
  border-right: 1px solid #000;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 250px;
  max-width: 100vw;
  background: rgb(251,247,243);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: 9998;
  padding-top: 50px;
}
nav.main-menu li {
  list-style-type: none;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Blimone';
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 0px 8px 0px;
  border-bottom: 1px solid #000;
}
.show-menu nav.main-menu {
  transform: translateX(0);
}
.woocommerce nav.woocommerce-breadcrumb {
  padding-left: 10px;
}
h2 {
  font-size: 25px;
  line-height: 25px;
  color: #004400;
  font-family: 'Blimone';
  text-transform: uppercase;
  font-weight: 300;
}
h1.page-title {
  padding-bottom: 20px;

  font-size: 47px;
  line-height: 47px;
  color: #004400;
  font-family: 'Blimone';
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
}
.products.columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  row-gap: 30px;
  padding-bottom: 40px;
}
.products.columns .product:nth-child(odd) {
  border-right: 1px solid #000;
}
.products.columns .product:nth-child(even) img {
  margin-right: calc(var(--padding) * -1 - 1px);
  margin-left: 0px;
  max-width: none;
  width: calc(100% + var(--padding) * 1 + 1px);
}
.products.columns .product {
  position: relative;
}
.products.columns .product:after {
  content: '';
  display: block;
  width: calc(100% - 14px);
  height: 1px;
  background: #000;
  bottom: -15px;
  position: absolute;
  left: 15px;
}
.products.columns .product:nth-child(even):after {
  left: auto;
  right: 15px;
}
.products.columns .product:nth-child(odd) img {
  margin-left: calc(var(--padding) * -1 - 1px);
  margin-right: 0px;
  max-width: none;
  width: calc(100% + var(--padding) * 1 + 1px);
}
.products .product {
  padding-top: 20px;
  padding-bottom: 20px;
}
.preview-title h2, .product-title h2 {
  font-size: 21px;
  font-family: 'Blimone';
  font-weight: normal;
  line-height: 25px;
  text-transform: uppercase;
}
.preview-title, .product-title {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 0px;
  padding: 15px;

}
p.stock.in-stock {
  display: none;
}
.product-title {
  padding: 0px;
  padding-bottom: 15px;

}
.single-product div.quantity {
	width: calc(100% - 2px);
	height: 37px;
	border: solid black 1px;
	margin-bottom: 12px !important;
}
.single-product.woocommerce .product-type-grouped .quantity .qty {
  width: auto;
  padding-right: 5px;
}
.single-product.woocommerce .quantity .qty {
  border: none;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  margin-left: 130px;
  padding-top: 5px;
  padding-right: 3px;
  width: calc(100% - 145px);
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-weight: normal;
}
.qty-lb {
  position: absolute;
  left: 30px;
  padding-top: 11px;
}
form.cart {
  position: relative;
}
.woocommerce article.product-single form.cart .variations {
  width: 100%;
  border: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: gray;
}
.woocommerce article.product-single form.cart .variations td, .woocommerce article.product-single form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top;
  text-align: left;
}
.woocommerce article.product-single form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  appearance: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=');
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3em;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-background-size: 16px;
  background-position: calc(100% - 12px) 50%;
  -webkit-background-position: calc(100% - 12px) 50%;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: black;
}
.woocommerce article.product-single form.cart table td select {
  border-color: black;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
*:focus {
  outline: none !important;
}
th.label {
  padding-right: 20px;
}
a.reset_variations {
  display: none;
}
.woocommerce article.product-single form.cart .variations {
  margin-bottom: 16px;
}
span.price, .product-title .price {
  font-size: 21px;
  font-family: 'Blimone';
  font-weight: normal;
  line-height: 25px;
  color: black;
  text-align: right;
}
@media(max-width: 768px) {
  span.price, .product-title .price, .preview-title h2, .product-title h2 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
}
.product-description {
  padding-left: 15px;
  padding-right: 15px;
}
.product-tabs>div>h2 {
	font-family: 'VonnesCondensed';
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
  color: black;
}
.tab-cl.sg h2 {
	text-align: right;
	text-transform: none;
}
.tab-cl {
	border-bottom: solid 1px black;
	
}
.tab-cl h2 {
	cursor: pointer;
}
.tab-ct {
	margin-top: 10px;
	padding-bottom: 30px;
	display: none;
}
.open .tab-ct {
	display: block;
}
.tab-cl>h2 {
	position: relative;
}
.tab-cl.open>h2:after {
	transform: rotate(180deg);
}
.tab-cl>h2:after {
	cursor: pointer;
	width: 20px;
	height: 20px;
	content: '';
	right: -1px;
	background-image: url(img/down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 14px;
	background-position: center;
}
.product-video iframe {
	width: 100% !important;
	height: 100% !important;
}
.photo-count {
  padding-left: calc(var(--padding) + 15px);
  font-family: 'Blimone';
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
hr {
  border: none;
  border-top: solid 1px black;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  border-radius: 0px;
  background-color: white;
  border: 1px solid #000;
  color: #000;
  padding: 5px 5px 2px 5px;
  font-size: 20px;
  font-family: 'Blimone';
  text-transform: uppercase;
  font-weight: normal;
  line-height: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
  display: none;
}
.products .product a.button {
  margin-left: 15px;
  margin-top: -50px;
  position: absolute;

}
span.quantity, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-family: 'Blimone';
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) article.product-single p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) article.product-single span.price {
  color: black;
}
.woocommerce-mini-cart-item {
  border-bottom: solid 1px black;
}
a.remove_from_cart_button {
  position: absolute;
}
.woocommerce-mini-cart-item a:nth-child(2), .woocommerce-mini-cart-item span.quantity {
  padding-left: 50px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: white;
  color: #000;
}

button.single_add_to_cart_button {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Vonnes' !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: black;
}
strong.product-quantity {
  font-family: 'Blimone';
}
@media (min-width: 768px) {
  :root {
    --padding: 30px;
  }
}