.contra-shop-menu-filtr-button {
  background: #F2F2F7;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  border: none;
  outline: none;
}

.contra-shop-menu-filtr-button-pop {
  background: #F2F2F7;
  border-radius: 9999px;
  display: flex;
  border: none;
  outline: none;
  width: 36px !important;
  height: 36px !important;
}

.bottom-border-product {
  border-bottom: solid 1px rgb(243, 244, 246);
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 0 2.992em 2%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 23%;
}

.contra-shop-filtr-buttons > button {
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #6B7280;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #E5E7EB;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
}

.contra-shop-filtr-buttons > button > label, .contra-filters-group > ul > li > label {
  cursor: pointer;
}

.contra-shop-filtr-buttons > button:hover {
  color: #000000;
}

.contra-shop-filtr-buttons > button.active {
  background-color: #000000;
  color: #ffffff;
}

.contra-filters-group > h3 {
  font-family: "Quablo";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #9CA3AF;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
}

.contra-filters-group > ul {
  list-style: none;
  padding-left: 0;
  line-height: 16px;
}

.contra-filters-group > ul > li {
  line-height: 16px;
  margin-bottom: 0.5rem;
}

.contra-filters-group > ul > li > label {
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #6B7280;
}

.contra-filters-group > ul > li > label > span {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  display: inline-table;
  width: 16px;
  height: 16px;
}

.contra-position-product-shop {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 1rem;
  padding-right: 1rem;
  z-index: 1000000;
}

.contra-filters-group > ul > li > input[type=checkbox] {
  display: none;
}

.contra-filters-group > ul > li > input[type=checkbox]:checked ~ label {
  color: #000000;
}

.contra-filters-group > ul > li > input[type=checkbox]:checked ~ label > span, .filters-group-li.active > label > span {
  background: #03D7C5;
}

.contra-filters-group > ul > li.contra-black {
  margin-bottom: 0.7rem;
}

.contra-filters-group > ul > li.contra-black > label > span {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 99999px;
  display: inline-table;
  width: 16px;
  height: 16px;
  padding: 0.3rem;
}

.filters-group-li.contra-black.active > label {
  color: #000000;
  font-weight: 600;
}

.contra-filters-group > ul > li > input[type=checkbox]:checked ~ label > span, .filters-group-li.contra-black.active > label > span {
  background: #000000;
}

.contra-shop-product > .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .contra-shop-product > .button.product_type_variable.add_to_cart_button {
  display: none !important;
}

.contra-shop-product-name > h2 {
  font-family: "Quablo";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #000000;
}

.contra-shop-product-price {
  text-align: right;
  display: flex;
}

.contra-shop-product-price > span {
  margin-top: auto;
  margin-bottom: auto !important;
}

.contra-shop-product-price > span > span > bdi, .contra-shop-product-price > span > ins > span {
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.contra-shop-product-price > span > del > span {
  font-family: "GeistMono";
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  color: #9CA3AF;
  font-style: normal;
  text-decoration: line-through;
}

.contra-shop-product-image {
  background: #F2F2F7;
  border-radius: 20px;
  overflow: hidden;
}

a > .contra-shop-product-image > img {
  margin: 0 !important;
  transition: all 0.5s;
}

.contra-cats-links > a {
  color: #9CA3AF;
}

.contra-cats-links > a:hover {
  color: #000000;
}

.contra-shop-product-price > .star-rating {
  display: none !important;
}

.woocommerce-product-gallery__image > a > img {
  width: 100%;
}

.onsale {
  position: absolute !important;
  left: 12px !important;
  top: 12px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  border-radius: 8px !important;
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  color: #000000 !important;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: center !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: transparent !important;
}

.padding-for-asking-button {
  padding: 1rem !important;
}

.contra-pop {
  margin: auto;
  min-width: 35%;
  height: 85vh;
  overflow-y: auto;
  border-radius: 25px;
  background-color: #FFFFFF;
}

.contra-blurr {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000000000;
  height: 100vh;
  backdrop-filter: blur(6px);
}

.flex-control-nav {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.flex-control-nav > li {
  cursor: pointer;
}

.flex-control-nav > li > img {
  border-radius: 1rem !important;
}

.w-more {
  width: 100%;
  background: transparent !important;
}

.svg-contra > div > svg > path {
  stroke-width: 1.25px;
  stroke: #000000;
}

@media (max-width: 1290px) {
  .contra-shop-product-name > h2 {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .woocommerce-product-gallery__wrapper > .positionOnSaleAndTags > div > span {
    font-size: 12px !important;
  }
  .contra-shop-product-name > h2 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .contra-shop-product-price > span > span > bdi, .contra-shop-product-price > span > ins > span {
    font-size: 12px;
    line-height: 20px;
  }
  .contra-blurr {
    z-index: 10000000000;
  }
  .contra-pop {
    width: 100%;
  }
}/*# sourceMappingURL=shop.css.map */