.ui-button {
  --border-radius: 32px;
  --color-primary: 35, 31, 32;
  font-weight: 500;
}
.badge-discount,
.w-productPrices .discount-holder,
.w-productPrices-normal .discount-holder,
.w-productPrices .discount-holder:before {
  background-color: #212121;
}
.w-productPrices .price.lowest .price-title,
.w-productPrices .price.lowest .price-value {
  color: #212121;
}
.w-search-style2-v2 {
  --border-radius: 32px;
}
.w-productThumb-holder .image,
.w-gallery2-grid-v2 .image,
.w-menu-grid-style5 .image {
  background-color: #f5f5f5;
}
.w-featuredProducts-filmstrip {
  --columns: 4;
  --aspect-ratio: 1;
}
.w-featuredProducts-filmstrip .w-holder {
  margin-bottom: 122px;
}
@media (max-width: 800px) {
  .w-featuredProducts-filmstrip {
    --columns: 2;
  }
  .w-featuredProducts-filmstrip .w-holder {
    margin-bottom: 64px;
  }
}
@media (max-width: 800px) {
  .w-productThumb .ui-buttonGroup {
    display: none;
  }
}
body:has(.initial-snow) .logo a {
  position: relative;
}
body:has(.initial-snow) .logo a:before {
  content: "";
  position: absolute;
  top: -39px;
  right: -17px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(28deg);
  -moz-transform: rotate(28deg);
  -o-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
  background: url("http://admin.sitexo.com/cache/documents/61516ec3ea186d407ec5bfab/Logo_sticker4.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1040px) {
  body:has(.initial-snow) .logo a:before {
    width: 23px;
    height: 23px;
    top: -27px;
    right: -12px;
  }
}
