body input[type=text], body input[type=email], body input[type=url], body input[type=password], body input[type=search], body input[type=tel], body input[type=number], body textarea, body select {
  padding: 8px 10px;
  font-size: 0.85rem;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s;
  background: var(--bg-alt);
}
body input[type=button], body input[type=reset], body input[type=submit],
body .woocommerce ul.products li.product .button {
  width: 100%;
  padding: 9px;
  background: var(--contrast);
  color: #fff;
  border: none;
  border-radius: var(--radius, 4px);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.15s;
  border: 1px solid var(--contrast);
}
body input[type=button]:hover, body input[type=reset]:hover, body input[type=submit]:hover,
body .woocommerce ul.products li.product .button:hover {
  opacity: 0.82;
  border: 1px solid var(--contrast);
}
body .store-breadcrumbs {
  margin: 16px 0;
}
body .woocommerce ul.products li.product {
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.18s, transform 0.18s;
}
body .woocommerce ul.products li.product:hover {
  border-color: #bbb;
  transform: translateY(-2px);
}
body .woocommerce ul.products li.product .woocommerce-loop-product__link {
  padding: 14px;
  margin-top: 0px;
}
body .woocommerce ul.products li.product .woocommerce-loop-product__link .wc-product-image {
  aspect-ratio: 3/4;
  margin: -14px;
}
body .woocommerce ul.products li.product a.product-brand {
  font-size: 11px;
  color: var(--contrast-3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 3px;
}
body .woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--contrast);
  font-weight: 500;
  margin-bottom: 5px;
}
body .woocommerce ul.products li.product .button {
  margin: 0 10px 10px 10px;
  width: auto;
}
body .woocommerce ul.products li.product .button.disabled {
  background: var(--bg-alt);
  color: var(--contrast-3);
  cursor: default;
}
body .woocommerce ul.products li.product .badge-row {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  display: flex;
  gap: 5px;
}
body .woocommerce ul.products li.product .badge-row .badge-out {
  background: #f0f0f0;
  color: #777;
}
body .woocommerce ul.products li.product .badge-row .badge {
  position: relative;
  border-radius: 0;
  min-height: 15px;
  min-width: initial;
  font-weight: inherit;
  font-size: inherit;
  padding: 8px 13px;
  line-height: 1;
  display: inline-block;
  top: auto;
  left: auto;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 768px) {
  body .woocommerce ul.products li.product .woocommerce-loop-product__link .wc-product-image {
    aspect-ratio: auto;
  }
}

/*# sourceMappingURL=style.css.map */
