/*!****************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/stylus-native-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./styl/shop.styl ***!
  \****************************************************************************************************************************************************************************/
body {
  display: grid;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
}
body .wp-site-blocks {
  padding: 0em;
}
h2 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2em;
}
header img.header {
  width: 76%;
  margin-left: 10%;
}
.md header img.header,
.xs header img.header {
  margin-left: 5%;
}
.xs header img.header {
  width: 80%;
}
.fa-plus:hover {
  color: #fb0303;
}
ul.nav-menu {
  display: none;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transition: all linear 0.2s;
  font-size: 1.5em;
}
ul.nav-menu.active {
  top: 0;
  opacity: 1;
  transition: all ease-in-out 0.2s;
  position: fixed;
  padding: 0;
}
ul.nav-menu.displayed {
  display: block;
}
.xs ul.nav-menu,
.sm ul.nav-menu,
.md ul.nav-menu {
  font-size: 2em;
}
ul.nav-menu li:first-child {
  margin-top: 10em;
}
.xs ul.nav-menu li:first-child,
.sm ul.nav-menu li:first-child,
.md ul.nav-menu li:first-child {
  margin-top: 2em;
}
ul.nav-menu li {
  align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}
ul.nav-menu li a {
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
}
ul.nav-menu li a:hover {
  color: #fb0303;
  text-decoration: underline;
}
ul.nav-menu .social-links {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}
ul.nav-menu .social-links svg {
  transform: scale(0.8);
  margin: 0.5em;
  cursor: pointer;
}
ul.nav-menu .social-links svg:hover {
  fill: #fb0303;
}
.hamburger {
  cursor: pointer;
  margin-right: 0.2em;
  margin-top: 0.5em;
  width: 2em;
  height: 2em;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 2000;
/*
	&:hover
		fill #fb0303
	*/
}
.hamburger img {
  width: 80%;
  height: 80%;
}
.hamburger svg {
  width: 100%;
  height: 100%;
  fill: #000;
}
.hamburger .menu {
  display: block;
}
.hamburger .close {
  display: none;
}
.hamburger.active {
  position: fixed;
}
.hamburger.active .menu {
  display: none;
}
.hamburger.active .close {
  display: block;
}
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}
.wp-site-blocks h1.wp-block-heading {
  padding-left: 16%;
  padding-bottom: 1em;
}
.wp-site-blocks h1.wp-block-post-title {
  padding-left: 16%;
  padding-bottom: 1em;
}
.wp-block-post-title {
  line-height: 1.2em;
  padding-left: 10%;
}
p.block-site-title a {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
  padding-left: 10%;
}
img.attachment-woocommerce_single {
  transform: scale(1);
  transition: all ease-in-out 0.2s;
}
img.attachment-woocommerce_single:hover {
  transform: scale(1.05);
}
a {
  color: #000;
}
a:hover {
  color: #fb0303;
}
button.wp-block-button__link {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 10px 20px;
}
button.wp-block-button__link:hover {
  background-color: #fb0303;
  color: #fff;
}
.added_to_cart {
  margin-left: 1em;
}
img.header {
  margin: 0.2em;
  width: 20em;
}
.footer {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, 1fr);
  content-align: center;
  height: 12em;
}
.footer img.connect {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 7;
  margin-top: 1em;
}
.lg .footer img.connect,
.xl .footer img.connect {
  margin-top: 0;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 4;
  grid-column-end: 6;
  margin-top: 1em;
}
.footer .social-links {
  grid-row-start: 2;
  grid-row-end: 3;
  display: block;
  margin-top: 2em;
  margin-bottom: 0;
  grid-column-start: 1;
  grid-column-end: 9;
  text-align: center;
}
.footer .social-links svg {
  transform: scale(0.8);
  margin: 1em;
  cursor: pointer;
}
.footer .social-links svg:hover {
  fill: #fb0303;
}
.xs .footer .social-links,
.sm .footer .social-links,
.md .footer .social-links {
  margin-top: 0;
  margin-bottom: 0;
  grid-column-start: 1;
  grid-column-end: 9;
  text-align: center;
}
.xs .footer .social-links svg,
.sm .footer .social-links svg,
.md .footer .social-links svg {
  transform: scale(0.8);
  margin: 1em;
  cursor: pointer;
}
.xs .footer .social-links svg:hover,
.sm .footer .social-links svg:hover,
.md .footer .social-links svg:hover {
  fill: #fb0303;
}
.footer .copyright {
  height: 1em;
  grid-row-start: 3;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 10;
  text-align: center;
  font-size: 0.7em;
}
.back-to-top-link {
  cursor: pointer;
  margin-right: 0.2em;
  margin-top: 0.5em;
  width: 2em;
  height: 2em;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 2000;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.back-to-top-link.in {
  display: block;
}
.back-to-top-link.visible {
  opacity: 1;
}
.back-to-top-link svg {
  width: 80%;
  height: 80%;
}
.back-to-top-link svg:hover {
  fill: #fb0303;
}
bdi {
  line-height: 2em;
}
input {
  height: 4em;
}
input.wc-block-components-quantity-selector__input {
  height: 1em;
  width: 2em;
}
.wc-block-components-product-sku {
  left: 0px;
}
.wp-image-81 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.xs .wp-image-81,
.sm .wp-image-81 {
  width: 100% !important;
  height: auto !important;
}
.wp-container-3.wp-container-3 {
  justify-content: center;
}
.wp-block-woocommerce-product-image-gallery {
  margin: 2em;
}
h1.wp-block-query-title {
  line-height: 2em;
}
.wp-block-query {
  margin-top: 1em;
}
.woocommerce-breadcrumb {
  visibility: hidden;
}
.woocommerce-checkout br {
  display: none;
}
.woocommerce-checkout p {
  margin: 0;
  padding: 0;
  display: inline;
}
.woocommerce-order {
  margin-left: 8em;
  margin-right: 8em;
}
h1.wp-block-woocommerce-legacy-template {
  display: none;
}
ul.woocommerce-order-overview {
  list-style-type: none;
}
ul.woocommerce-order-overview li {
  display: block;
}
p.woocommerce-notice {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding: 2em;
  line-height: 1.5em;
}
bdi {
  line-height: 0;
}
body .wp-site-blocks {
  padding: 0em;
}
.wp-block-woocommerce-related-products {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.wc-block-components-product-rating {
  display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0.5em;
  padding-left: 0;
}
.single-product .product .images .thumbnails img {
  max-width: 100px /* Adjust to your preferred width */;
  height: auto /* Maintain aspect ratio */;
}
p.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: none;
}
h2.we-got-it {
  margin-top: 2em;
  margin-bottom: 4em;
}
th {
  text-align: left;
}


/*# sourceMappingURL=shop.css.map*/