.product-item:hover .product-item__label, .product-item:hover * {
  font-weight: 500;
}

#shopify-section-geo-popup > .fixed::before {
  background-color: #0000004d;
  content: '';
  position: absolute;
  width: 200vw;
  height: 200vh;
  top: -100vh;
  left: -100vw;
}

.list-payment__item .payment-svg {
  filter: grayscale(1);
}

@media only screen and (min-width: 1020px) {
  .footer .lg\:max-w-\[160px\] {
    max-width: 100%;
    width: calc(12.5% - 1rem);
  }
}
