/* Body  */
body.lock-scroll {
  overflow: hidden;
}

.chevron-rotate-180 {
  transform: rotate(180deg);
}

.chevron-rotate-0 {
  transform: rotate(0deg);
}

.woocommerce-store-notice {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  bottom: 0px;
  color: #1c1e1e;
  padding: 10px;
  text-align: center;
  z-index: 1000;
  display: flex;
  justify-content: center;
  border-top: 1px solid #00000026;
}

.woocommerce-store-notice a {
  color: #1c1e1e;
  font-weight: bold;
  margin-left: 0.75rem;
}

/* product-card */
.card-wrapper .card-header img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.card-wrapper .card-header .onsale,
.card-wrapper .card-body .woocommerce-loop-product__customSKU,
.card-wrapper .card-body .button {
  display: none;
}

.card-wrapper .card-body .woocommerce-loop-product__title {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .card-wrapper .card-body .woocommerce-loop-product__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.card-wrapper .card-body .price {
  font-size: 1rem;
  color: #7e7c82;
  line-height: 1.5rem;
}

.card-wrapper .card-body {
  margin-top: 1rem;
}
