body.gze-woocommerce {
  background: var(--color-paper);
}

body.gze-woocommerce .woocommerce-notices-wrapper,
body.gze-woocommerce .woocommerce-breadcrumb,
body.gze-woocommerce .woocommerce-result-count,
body.gze-woocommerce .woocommerce-ordering,
body.gze-woocommerce .woocommerce-products-header,
body.gze-woocommerce .product,
body.gze-woocommerce .woocommerce-cart-form,
body.gze-woocommerce .cart-collaterals,
body.gze-woocommerce .woocommerce-checkout,
body.gze-woocommerce .woocommerce-order {
  width: min(var(--wrap), calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

body.gze-woocommerce .woocommerce-products-header,
body.gze-woocommerce div.product {
  padding-top: clamp(48px, 8vw, 96px);
}

body.gze-woocommerce .woocommerce-products-header__title,
body.gze-woocommerce div.product .product_title,
body.gze-woocommerce .cart_totals h2,
body.gze-woocommerce .woocommerce-billing-fields h3,
body.gze-woocommerce .woocommerce-additional-fields h3,
body.gze-woocommerce #order_review_heading {
  color: var(--color-ink);
  font-family: var(--font-serif);
  letter-spacing: 0;
  line-height: 1.06;
}

body.gze-woocommerce ul.products {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(var(--wrap), calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 var(--space-section);
}

body.gze-woocommerce ul.products::before,
body.gze-woocommerce ul.products::after {
  display: none;
}

body.gze-woocommerce ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  overflow: hidden;
}

body.gze-woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  margin: 0;
}

body.gze-woocommerce ul.products li.product .woocommerce-loop-product__title,
body.gze-woocommerce ul.products li.product .price,
body.gze-woocommerce ul.products li.product .button {
  margin-left: 18px;
  margin-right: 18px;
}

body.gze-woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--color-ink);
  font-size: 1.05rem;
  line-height: 1.25;
  padding-top: 18px;
}

body.gze-woocommerce .price {
  color: var(--color-brand-800);
  font-weight: 700;
}

body.gze-woocommerce .button,
body.gze-woocommerce button.button,
body.gze-woocommerce input.button,
body.gze-woocommerce #respond input#submit,
body.gze-woocommerce a.button {
  background: var(--color-brand-950);
  border-radius: 999px;
  color: var(--color-surface);
  font-weight: 700;
  min-height: 44px;
  padding: 0 18px;
}

body.gze-woocommerce .button:hover,
body.gze-woocommerce button.button:hover,
body.gze-woocommerce input.button:hover,
body.gze-woocommerce #respond input#submit:hover,
body.gze-woocommerce a.button:hover {
  background: var(--color-brand-800);
  color: var(--color-surface);
}

body.gze-woocommerce div.product div.summary {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  padding: clamp(24px, 4vw, 44px);
}

body.gze-woocommerce .quantity .qty,
body.gze-woocommerce .woocommerce-ordering select,
body.gze-woocommerce form .form-row input.input-text,
body.gze-woocommerce form .form-row textarea,
body.gze-woocommerce form .form-row select {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  min-height: 44px;
  padding: 10px 12px;
}

body.gze-woocommerce table.shop_table,
body.gze-woocommerce .cart_totals,
body.gze-woocommerce .woocommerce-checkout-review-order,
body.gze-woocommerce .woocommerce-billing-fields,
body.gze-woocommerce .woocommerce-additional-fields {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  padding: clamp(18px, 3vw, 32px);
}

@media (max-width: 920px) {
  body.gze-woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  body.gze-woocommerce .woocommerce-notices-wrapper,
  body.gze-woocommerce .woocommerce-breadcrumb,
  body.gze-woocommerce .woocommerce-result-count,
  body.gze-woocommerce .woocommerce-ordering,
  body.gze-woocommerce .woocommerce-products-header,
  body.gze-woocommerce .product,
  body.gze-woocommerce .woocommerce-cart-form,
  body.gze-woocommerce .cart-collaterals,
  body.gze-woocommerce .woocommerce-checkout,
  body.gze-woocommerce .woocommerce-order,
  body.gze-woocommerce ul.products {
    width: min(var(--wrap), calc(100% - 32px));
  }

  body.gze-woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
