:root {
  --cc-accent: lime;
  --cc-black: #000;
  --cc-white1: #fff;
  --cc-white2: #b2c2d9;
  --cc-bg: #69788d;
  --cc-main: #43454b;
  --cc-button: #333;
  --cc-hover: #2c3e50;
  --cc-lightblue: #0ff;
}

/**
 * Layout Mixins
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#heiro-dynamic-modal.heiro-product-preview .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #heiro-dynamic-modal.heiro-product-preview .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#heiro-dynamic-modal.heiro-product-preview .woocommerce-product-gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 300px;
}
#heiro-dynamic-modal.heiro-product-preview .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #heiro-dynamic-modal.heiro-product-preview .woocommerce-product-gallery {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary .product_title {
  margin: 0 0 10px 0;
  font-size: 1.5em;
  color: #fff;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary .product_meta {
  margin-bottom: 10px;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary .product_meta .sku_wrapper {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary .stock {
  margin-bottom: 10px;
  color: lime;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary .stock.out-of-stock {
  color: #a00;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary .price {
  font-size: 1.25em;
  color: lime;
  margin-bottom: 15px;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary .woocommerce-product-details__short-description p {
  margin: 0 0 10px 0;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations {
  width: 100%;
  margin-bottom: 20px;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations td.label {
  width: 30%;
  padding-right: 10px;
  font-weight: 600;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations td.value select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(90, 105, 125, 0.8);
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='30' viewBox='0 4.5 15 15' width='60' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='rgba(0,0,0,0)'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) 50%;
  background-size: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  padding: 8px 12px;
  padding-right: 2.5em;
  cursor: pointer;
  width: 100%;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 100%;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations td.value select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations td.value select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations td.value select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations td.value select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations td.value select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations td.value select:hover {
  background-color: rgba(90, 105, 125, 0.9);
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations td.value select:focus {
  outline: none;
  border-color: lime;
  background-color: rgb(90, 105, 125);
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart table.variations td.value select option {
  background-color: rgb(90, 105, 125);
  color: #fff;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .qty {
  width: 60px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.618em;
  border-radius: 4px;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #333;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0.618em 1em;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background-color 350ms;
  transition: background-color 350ms;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background-color: #2c3e50;
  outline: 2px solid lime;
  color: #fff !important;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.loading .button-text {
  display: none;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.loading .loading-text {
  display: inline !important;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.loading:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary > .product_meta:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary > .product_meta:last-child .button {
  background-color: #333;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0.618em 1em;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background-color 350ms;
  transition: background-color 350ms;
  width: 100%;
  text-align: center;
}
#heiro-dynamic-modal.heiro-product-preview .summary.entry-summary > .product_meta:last-child .button:hover {
  background-color: #2c3e50;
  outline: 2px solid lime;
  color: #fff !important;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  width: 100%;
  color: #fff;
  margin: 0.5em 0;
}

.result_ordering_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.result_ordering_wrapper .woocommerce-result-count {
  margin: 0;
}

ul.products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none outside;
  padding-left: 0;
}
ul.products.columns-3 li.product, ul.products.columns-2 li.product {
  width: 32.5%;
}
@media screen and (max-width: 1000px) {
  ul.products.columns-3 li.product, ul.products.columns-2 li.product {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  ul.products.columns-3 li.product, ul.products.columns-2 li.product {
    width: 100%;
  }
}
ul.products.columns-4 li.product {
  width: 24%;
}
@media screen and (max-width: 1000px) {
  ul.products.columns-4 li.product {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  ul.products.columns-4 li.product {
    width: 100%;
  }
}
ul.products.columns-5 li.product {
  width: 19%;
}
@media screen and (max-width: 1000px) {
  ul.products.columns-5 li.product {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  ul.products.columns-5 li.product {
    width: 100%;
  }
}
ul.products.columns-6 li.product {
  width: 16%;
}
@media screen and (max-width: 1200px) {
  ul.products.columns-6 li.product {
    width: 32.5%;
  }
}
@media screen and (max-width: 768px) {
  ul.products.columns-6 li.product {
    width: 49%;
  }
}
@media screen and (max-width: 500px) {
  ul.products.columns-6 li.product {
    width: 100%;
  }
}
ul.products.columns-7 li.product {
  width: 13%;
}
@media screen and (max-width: 1200px) {
  ul.products.columns-7 li.product {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  ul.products.columns-7 li.product {
    width: 32.5%;
  }
}

nav.woocommerce-pagination {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
nav.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
}
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  margin: 0;
  text-decoration: none;
  padding: 0.5em 1em;
  display: block;
}
nav.woocommerce-pagination ul li a:focus, nav.woocommerce-pagination ul li a:hover, nav.woocommerce-pagination ul li a.current,
nav.woocommerce-pagination ul li span:focus,
nav.woocommerce-pagination ul li span:hover,
nav.woocommerce-pagination ul li span.current {
  background-color: #2c3e50;
  border: 1px solid lime;
  border-radius: 4px;
}

ul.products li.product {
  margin: 1% 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.products li.product a {
  text-decoration: none;
  color: #fff;
}
ul.products li.product a.button {
  display: inline-block;
  margin-top: 3px;
  border-radius: 0 0 4px 4px;
}
ul.products li.product a:not(.button) {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid #fff;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
  height: 100%;
}
ul.products li.product a:not(.button):hover {
  background-color: rgba(0, 0, 0, 0.15);
  outline: 3px solid lime;
}
ul.products li.product a img {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.products li.product a h2 {
  color: #fff;
  font-size: 1.3em;
  margin: 0.5em;
  padding: 0;
}
ul.products li.product a h2 mark.count {
  display: none;
}
ul.products li.product a .loop-teaser {
  color: #fff;
  display: block;
  width: 92%;
  margin: auto;
}
ul.products li.product a .price {
  color: lime;
  font-size: 1.1em;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
}
ul.products li.product a .price .from {
  color: lime;
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  margin-right: 5px;
}
ul.products li.product a .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
ul.products li.product a .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
}
ul.products li.product a .star-rating {
  display: none !important;
}
ul.products li.product:not(.product-category):hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 400ms;
  transition: 400ms;
}
ul.products li.product:not(.product-category):hover a:not(.button) {
  outline: 2px solid lime;
}
ul.products li.product.product-category a:not(.button) {
  border-radius: 5px;
}
ul.products li.product.product-category a:not(.button):hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 500ms;
  transition: 500ms;
}
ul.products li.product.product-category a:not(.button) img.brand-thumbnail {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=home.css.map */