/*!*************************************************************************************************************************!*\
  !*** css ../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./style.scss ***!
  \*************************************************************************************************************************/
/*
Theme Name: Taggles2026
Description: Storefront Child Theme
Author: Steve
Template: storefront
Version: 1.0.35
*/
* {
  font-family: Helvetica, Arial, sans-serif;
}

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

.wc-block-components-button {
  text-decoration: none !important;
}

.flex-no-gap {
  gap: 0;
}

.wc-block-checkout__actions_row > .wc-block-components-checkout-place-order-button {
  min-width: 420px;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  .wc-block-checkout__actions_row > .wc-block-components-checkout-place-order-button {
    width: 100% !important;
  }
}
.page-cover-block {
  max-width: 50% !important;
}

.woocommerce-breadcrumb a:first-child:before {
  content: none;
}

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

.wc-block-cart__submit-button > span {
  font-weight: bold;
  text-decoration: none;
}
.wc-block-cart__submit-button {
  font-weight: bold;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon {
  font-weight: bold;
  margin-bottom: 4rem;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  content: none;
}

.fa-close:before {
  font-family: sans-serif;
  content: "X";
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0 !important;
}

figure.no-margin img {
  margin: 0 !important;
}

.padding-bottom-3em {
  padding-bottom: 3rem;
}

.padding-top-3em {
  padding-top: 3rem;
}

.margn-bottom-2em {
  margin-bottom: 2rem;
}

.margn-top-2em {
  margin-top: 2rem;
}

ul li.product {
  margin-left: 0;
  margin-right: 0;
}

li.product h3 {
  width: 100%;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
li.product h2 {
  width: 100%;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
li.product .price {
  text-align: left;
}
li.product .has-text-align-center {
  text-align: left;
}
li.product h2 + * {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
li.product h3 + * {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
li.product a {
  font-size: var(--wp--preset--font-size--small) !important;
  color: black;
  text-decoration: none;
}
li.product a:link {
  font-size: var(--wp--preset--font-size--small) !important;
  color: black;
  text-decoration: none;
}
li.product .onsale {
  position: absolute;
  top: 0;
}

.wide-container {
  margin-left: calc(10% - 2vw);
  margin-right: calc(10% - 2vw);
}

a:focus {
  outline: none;
}

h2 strong {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h2.has-normal-font-size {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 600;
}

form h2 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
}

.woocommerce-tabs h2 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2em;
  font-weight: bold;
}

.wp-block-woocommerce-product-collection h2.wp-block-heading, .wp-block-woocommerce-product-collection h2.wp-block-heading.h2-break,
.h2-break,
.h2-break.h2-break {
  font-weight: normal;
  line-height: 1.214;
  font-size: 2em;
}
.wp-block-woocommerce-product-collection h2.wp-block-heading > strong, .wp-block-woocommerce-product-collection h2.wp-block-heading.h2-break > strong,
.h2-break > strong,
.h2-break.h2-break > strong {
  display: block;
  font-weight: normal;
  font-size: 0.6em;
  padding-bottom: 0;
  padding-bottom: 0.2em;
}

.stars {
  text-align: left;
}
.stars > .fa-star:before {
  color: #1f9408;
}

.stars + * {
  margin-top: 1em;
}

.stars + * + * {
  margin-top: 1em;
}

#site-header-cart {
  position: relative;
  width: initial;
  display: inline-block;
}
#site-header-cart li a:after {
  content: none;
}
#site-header-cart li a .fa {
  margin-right: 10px;
}
#site-header-cart li a .count {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  background: #34ce14;
  border: 1px solid white;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  color: white;
  opacity: 1;
}

.storefront-full-width-content.single-product div.product .summary {
  max-width: 520px;
  float: left;
}

.product-size-button {
  color: #333;
  float: right;
  font-weight: bold;
  margin: 0 5px;
  padding: 5px;
  border-radius: 5px;
}
.product-size-button:hover {
  background: #cacaca;
}
.product-size-button i {
  margin-right: 4px;
}

.max-width-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-50 {
  max-width: 50%;
}

.min-width-320 {
  min-width: 320px;
}

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

.margin-right-0 {
  margin-right: 0;
}

#comments .woocommerce-noreviews {
  background: transparent;
  color: #6d6d6d;
  padding-left: 0;
  margin-left: 0;
  padding-top: 0;
  border: 0;
  font-style: italic;
}

#comment {
  margin-top: 2em;
}

#review_form_wrapper {
  display: none;
}

.wc-block-product-template__responsive {
  margin-left: 0;
  margin-right: 0;
}

.related.products {
  margin-top: 2em;
}
.related.products ul.products.columns-4 li .product {
  margin-bottom: 0;
}
.related.products > h2 {
  margin-bottom: 3.5rem;
}

.flex-4 > * {
  max-width: 25%;
  flex: 25%;
}
.flex-4 .wp-block-column {
  margin-right: 0 !important;
  flex-basis: initial !important;
  margin-bottom: 0;
}
.flex-4 {
  display: flex;
  gap: 0;
  flex-wrap: wrap !important;
  justify-content: space-between;
}

.footer-widgets {
  padding-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-widgets > * {
  padding-top: 2em;
  max-width: 20%;
  flex: 20%;
  margin-bottom: 1rem;
}
.footer-widgets .widget {
  margin-bottom: 0;
}
.footer-widgets .widget h5 {
  font-weight: bold;
  text-transform: uppercase;
}
.footer-widgets .widget a {
  text-decoration: none;
}
.footer-widgets .widget a:hover {
  text-decoration: underline;
}

.main-navigation ul.nav-menu > li {
  position: relative;
}
.main-navigation ul.nav-menu > li > a:hover {
  color: #666;
}

#menu-primary li.current-menu-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.2em;
  background: #34ce14;
  content: "";
}
#menu-primary li:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.2em;
  background: #34ce14;
  content: "";
}

.wp-block-woocommerce-cart-cross-sells-block {
  display: none;
}

h1 {
  font-size: 2.4em;
}

h1.has-normal-font-size {
  font-weight: 600;
}

.h3.has-normal-font-size {
  font-weight: 600;
}

h4.has-normal-font-size {
  font-weight: 600;
}

h1.has-large-font-size, .filled-header {
  font-family: "Playfair Display", serif;
}

.filled-header {
  display: inline-block;
  line-height: 1.2em !important;
}
.filled-header > span {
  display: inline-block;
  padding: 10px 10px 0 10px;
  background: black;
}
.filled-header > span:last-child, .filled-header > span:only-child {
  padding-bottom: 10px;
}
.filled-header > span + span {
  padding-top: 0;
}

h1.has-large-font-size, .filled-header {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h2.has-large-font-size {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h3.has-large-font-size {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.has-headline-font {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.woocommerce-products-header__title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.product_title.entry-title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.entry-title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h3.wp-block-accordion-heading {
  font-size: 1.17em;
}
h3.wp-block-accordion-heading button:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
h3.wp-block-accordion-heading > button, h3.wp-block-accordion-heading + .wp-block-accordion-panel {
  padding: 0.5em;
  margin-top: 0.5em;
}

h3 {
  font-weight: bold;
}
h3 > a {
  font-weight: bold;
}

input:focus {
  outline: 0;
  border-color: #34ce14;
}
input {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 1px solid black;
  box-sizing: border-box;
  font-weight: 400;
}

.no-border-radius-image > img {
  border-radius: 0;
}

select:focus {
  outline: 0;
  border-color: #34ce14;
}
select {
  border-radius: 5px;
  padding: 5px;
  min-width: 180px;
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 1px solid black;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 48%;
}

.input-text {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 1px solid black;
  box-sizing: border-box;
  font-weight: 400;
}

input[type=number] {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 1px solid black;
  box-sizing: border-box;
  font-weight: 400;
}

.woocommerce-products-header > * {
  text-align: left;
}

.entry-header h1 {
  text-align: left;
}

.stockLow {
  color: rgb(243, 121, 40);
}
.stockLow:before {
  background-color: rgb(243, 121, 40);
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}

.wc-block-components-product-backorder-badge {
  background-color: rgb(243, 121, 40);
  border-color: rgb(243, 121, 40);
  color: white;
}

.stockIn {
  color: #1f9408;
}
.stockIn:before {
  background-color: #34ce14;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}

.stockOut {
  color: red;
}
.stockOut:before {
  background-color: red;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}

.woocommerce-variation-add-to-cart {
  display: flex;
}

.single_add_to_cart_button.disabled:focus {
  border: 0;
  outline: 0;
}

.single_add_to_cart_button {
  width: 100%;
  max-width: 520px;
}

.site-heading-top {
  background: #f7f4f1;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 1.5em;
}

.site-header {
  border: 0;
}
.site-header > .col-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header > .col-full .cart-contents {
  padding: 5px;
  display: block;
}

#site-navigation-menu-toggle {
  border: 0;
}
#site-navigation-menu-toggle > span {
  display: none;
}

.site-header-below {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.site-header-below > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header-below > div > * {
  margin: 0;
  padding: 0;
}
.site-header-below > div i {
  margin-right: 1em;
}

ul.account-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  width: initial;
  width: 102px;
  text-align: right;
}

ul.social-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  width: initial;
}
ul.social-menu li {
  width: initial;
}

ul.social-header-menu {
  text-align: right;
}

.account-menu li a {
  position: relative;
  padding: 0;
}
.account-menu li a i {
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #333;
  line-height: 30px;
  margin: 0;
  font-size: 25px;
  text-align: center;
  width: 40px;
  height: 35px;
  color: #333;
  line-height: 35px;
}
.account-menu li a .text {
  display: none;
}
.account-menu li a iframe {
  margin-right: 12px;
}
.account-menu li a .count {
  position: absolute;
  display: block;
  top: -16px;
  right: 0px;
  height: 23px;
  line-height: 20px;
  width: 23px;
  background: #34ce14;
  border-radius: 50%;
  font-weight: bold;
  color: white;
  font-size: 12px;
  border-left: 2px solid white;
  border-bottom: 3px solid white;
  text-align: center;
}
.account-menu li:last-child {
  margin-right: 0;
}
.account-menu li {
  height: 3px;
}

.icon--payment {
  width: 26px;
  height: auto;
  margin-right: 5px;
}
.icon--payment:last-child {
  margin-right: 0;
}

.social-menu li a {
  position: relative;
  text-decoration: none;
}
.social-menu li a:hover span {
  text-decoration: underline;
}
.social-menu li a i {
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #333;
  line-height: 30px;
  margin: 0;
}
.social-menu li:last-child {
  margin-right: 0;
}

.social-header-menu li a i {
  font-size: 18px;
}
.social-header-menu li a .text {
  display: none;
}
.social-header-menu li {
  display: inline-block;
  margin-right: 5px;
}

#masthead {
  margin-bottom: 0;
  padding-bottom: 0;
}
#masthead .site-branding {
  display: inline-block;
  width: auto;
}
#masthead .site-branding img {
  max-width: 210px;
  width: 60%;
  max-height: initial;
}
#masthead .site-branding + div {
  display: flex;
  align-items: center;
}

.site-branding {
  margin-bottom: 0;
}

.widget_block h5 {
  text-transform: uppercase;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0;
}
.page-template-template-homepage .type-page {
  padding-top: 0;
}

.small-column-gap > div {
  margin-right: 5px !important;
}

.site-footer > .col-full {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 90%;
}
.site-footer {
  background: #f7f4f1;
  text-align: center;
  border-top: 2px solid #eeeeee;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cacaca;
  padding-left: 1em;
  padding-right: 1em;
}

.payment-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment-icons, .payment-icons > li {
  display: inline-flex;
  align-items: center;
}

.margin-1em {
  margin: 1em;
}

.padding-1em > * {
  padding: 1em;
}

.padding-left-1em > * {
  padding-left: 1em;
}

.padding-left-2em {
  padding-left: 2em;
}

.padding-right-2em {
  padding-right: 2em;
}

.padding-right-1em > * {
  padding-right: 1em;
}

.tax-product_cat .woocommerce-products-header {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 3em;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div {
  min-height: 40vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.onsale {
  border: 1px solid red;
  background: red;
  color: white;
}

.wc-block-components-sale-badge {
  border: 1px solid red;
  background: red;
  color: white;
}

.wc-block-cart__sidebar #pwgc-redeem-gift-card-form {
  display: none !important;
}

#pwgc-redeem-gift-card-form {
  flex-wrap: wrap;
  display: flex;
}
#pwgc-redeem-gift-card-form label {
  cursor: pointer;
  margin-bottom: 0.5em;
  flex: 100%;
}
#pwgc-redeem-gift-card-form label:hover {
  text-decoration: underline;
}
#pwgc-redeem-gift-card-form label:active:hover {
  text-decoration: none;
}
#pwgc-redeem-gift-card-form label:active + * {
  display: block;
}
#pwgc-redeem-gift-card-form label:active + * + * {
  display: block;
}
#pwgc-redeem-gift-card-form .hide {
  display: none;
}
#pwgc-redeem-gift-card-form button {
  background: #fff;
  border: 2px solid #333333;
  color: #333;
  flex: none;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0 0 0.5em;
  width: initial;
  min-width: 120px;
  padding: 0;
  flex: 0;
}
#pwgc-redeem-gift-card-form input[type=text] {
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  width: initial;
  flex: auto;
}

@media screen and (max-width: 520px) {
  h1 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1064px) {
  .col-full {
    max-width: 86.4989378333em;
  }
}
@media screen and (min-width: 768px) {
  #masthead .col-full:before {
    content: none;
  }
  #masthead .col-full:after {
    content: none;
  }
  .storefront-breadcrumb {
    margin-bottom: 1.6em;
    padding-bottom: 0;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
  }
}
@media screen and (max-width: 1064px) and (min-width: 768px) {
  .col-full {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-template-homepage .entry-content {
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
  }
  .page-template-template-homepage .entry-header {
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
  }
  .wide-container {
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
  }
}
@media screen and (max-width: 981px) {
  .screen-lg-full {
    margin-left: -1.41575em;
    margin-right: -1.41575em;
    padding-left: 1.41575em;
    padding-right: 1.41575em;
  }
  .screen-lg-full .wp-block-column-text {
    /*padding-left: 2.375em;
    padding-right: 2.375em;*/
  }
}
@media screen and (min-width: 980px) {
  .margin-bottom-0-lg {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1586px) {
  .wp-block-columns.columns-4-md {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(150px, 50% - 0.9375em), 1fr));
  }
}
@media screen and (max-width: 980px) {
  .text-center-md {
    text-align: center;
  }
  .margin-top-1em-md {
    margin-top: 1em !important;
  }
  .margin-bottom-1em-md {
    margin-bottom: 1em !important;
  }
  .flex-stack-padding-md {
    padding: 1.6rem;
  }
  .margin-bottom-0-md {
    margin-bottom: 0 !important;
  }
  .padding-top-0-md {
    padding-bottom: 0;
  }
  .padding-top-4em-md {
    padding-top: 4em;
  }
  .wp-block-columns.columns-4-md {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(150px, 50% - 0.9375em), 1fr));
  }
}
@media screen and (max-width: 820px) {
  .flex-stack-md {
    flex-direction: column;
  }
  .flex-stack-order-0-md {
    order: 0;
  }
  .flex-stack-order-1-md {
    order: 1;
  }
}
@media screen and (max-width: 781px) {
  .home #content > .col-full {
    margin-left: 0;
    margin-right: 0;
  }
  .flex-order-0-md {
    order: 0;
  }
  .flex-order-1-md {
    order: 1;
  }
  .page-cover-block {
    max-width: 100% !important;
  }
  .max-width-100-md {
    max-width: 100%;
  }
  .max-width-80-md {
    max-width: 80%;
    max-width: 80%;
  }
  .max-width-60-md {
    max-width: 60%;
  }
  .no-padding {
    padding: initial;
  }
  .related.products {
    text-align: center;
  }
  .related.products ul.products.columns-4 li .product {
    width: 46%;
    float: left;
  }
  .related.products ul.products.columns-4 li.product {
    margin-right: 2%;
    margin-left: 2%;
  }
  .storefront-full-width-content .site-main ul.products.columns-4 li.product {
    width: 46%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
  }
  #site-navigation-menu-toggle {
    display: block;
    min-height: 50px;
  }
  .primary-navigation {
    display: block;
    z-index: -999;
    visibility: hidden;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    transition: background-color 1s;
    background-color: transparent;
  }
  #menu-primary {
    padding: 1em;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    transition: transform 1s;
    transform: translateX(100%);
    top: 0;
    bottom: 0;
    overflow: auto;
    overscroll-behavior: contain;
    width: 100%;
    max-width: 80%;
    background: black;
    float: right;
  }
  #menu-primary li {
    display: block;
    height: auto;
    overflow: hidden;
  }
  #menu-primary li a {
    min-height: 30px;
    line-height: 1.5em;
    font-weight: bold;
    color: white;
    font-size: 1em;
  }
  #menu-primary li a:link {
    min-height: 30px;
    line-height: 1.5em;
    font-weight: bold;
    color: white;
    font-size: 1em;
  }
  #menu-primary li a:active {
    min-height: 30px;
    line-height: 1.5em;
    font-weight: bold;
    color: white;
    font-size: 1em;
  }
  #menu-primary li a:visited {
    min-height: 30px;
    line-height: 1.5em;
    font-weight: bold;
    color: white;
    font-size: 1em;
  }
  #menu-primary li:hover:after {
    content: none;
  }
  #site-navigation-close {
    float: right;
    background: transparent;
    border: 0;
    color: white;
  }
  .main-navigation.toggled .primary-navigation {
    z-index: 999;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .main-navigation.toggled #menu-primary {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1000px) {
  .min-lg-width {
    margin-right: 0;
  }
  .min-lg-width > * {
    margin-left: auto;
    margin-right: auto;
    width: initial;
    width: 41.0994671405em;
  }
}
@media screen and (min-width: 1000px) {
  .no-padding-lg {
    padding: 0;
  }
  .margin-left-lg-6em {
    margin-left: 6em;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
  }
  #site-header-cart:hover .widget {
    right: 0;
    left: initial;
    min-width: 340px;
  }
  .storefront-breadcrumb {
    margin-bottom: 1.2em;
  }
  .site-header > .col-full::before {
    display: none;
  }
  .site-header > .col-full::after {
    display: none;
  }
  .no-padding {
    padding: 0 !important;
  }
  .no-padding:nth-child(odd) {
    padding-left: 0 !important;
  }
  .no-padding:nth-child(even) {
    padding-right: 0 !important;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-thumbnail-slider {
    margin-right: 1.5em;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-thumbnail-slider div {
    margin-bottom: 1.5em;
  }
  .main-navigation ul.menu > li > a {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  .main-navigation ul.nav-menu > li > a {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 920px) {
  .flex-4 > * {
    max-width: 50%;
    flex: 50%;
  }
}
@media screen and (max-width: 600px) {
  .flex-4 > * {
    max-width: 100%;
    flex: 100%;
  }
}
@media screen and (max-width: 769px) {
  .wp-block-columns.columns-4-md {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .storefront-full-width-content.single-product div.product .summary {
    float: none;
  }
  ul.wc-block-product-template__responsive.columns-4 {
    grid-template-columns: repeat(auto-fill, minmax(max(150px, 50% - 0.9375em), 1fr));
  }
  .footer-widgets {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .related.products ul.products.columns-4 li.product {
    width: 100%;
    float: left;
  }
  .storefront-full-width-content .site-main ul.products.columns-4 li.product {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 782px) {
  .site-header {
    padding-top: 1.5em;
  }
  .site-header > .col-full {
    padding-bottom: 1.5em;
  }
}
@media screen and (min-width: 782px) {
  #menu-primary li {
    float: left;
  }
}
@media screen and (max-width: 540px) {
  .footer-widgets > * {
    max-width: 45%;
    flex: 45%;
  }
}
@media screen and (max-width: 400px) {
  f .footer-widgets > * {
    max-width: 100%;
    flex: 100%;
  }
  .flex-4 > * {
    max-width: 100%;
    flex: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .center-ml {
    width: initial;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 2.375em;
    padding-right: 2.375em;
    max-width: 41em;
    text-align: center !important;
    float: none;
    justify-content: center;
  }
  .center-ml > * > * {
    text-align: center !important;
    float: none;
    justify-content: center;
  }
  #store .alignfull {
    flex-direction: column;
  }
  #store {
    text-align: center;
  }
}
@media screen and (max-width: 740px) {
  .tile-cover {
    min-height: 30bh;
    height: auto;
  }
  .footer-info {
    display: block;
    text-align: center;
  }
  .payment-icons {
    margin-top: 1.6em;
  }
}
@media screen and (min-width: 600px) {
  .tile-cover {
    width: 100%;
  }
}
