﻿/* AHÄ° WooCommerce â€” professional catalog look */

body.ahi-theme.woocommerce-page,
body.ahi-theme.woocommerce {
  background: var(--ahi-chalk, #f5f7f4);
}

body.ahi-theme .woocommerce .woocommerce-breadcrumb {
  font-size: 0.85rem;
  color: var(--ahi-muted, #5c6a60);
  margin-bottom: 1.25rem;
}

body.ahi-theme ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.15rem;
  margin: 0 0 2rem !important;
  padding: 0 !important;
}

body.ahi-theme ul.products::before,
body.ahi-theme ul.products::after {
  display: none !important;
}

body.ahi-theme ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  background: #fff;
  border: 1px solid rgba(14, 22, 18, 0.1);
  border-radius: 4px;
  padding: 1rem !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.ahi-theme ul.products li.product:hover {
  border-color: rgba(185, 106, 42, 0.45);
  box-shadow: 0 14px 32px rgba(14, 22, 18, 0.07);
  transform: translateY(-3px);
}

body.ahi-theme ul.products li.product .woocommerce-loop-product__title {
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 1.05rem !important;
  color: #0e1612;
  padding-top: 0.75rem !important;
  font-weight: 700 !important;
}

body.ahi-theme ul.products li.product .price {
  color: #b96a2a !important;
  font-weight: 700;
  font-family: "Manrope", system-ui, sans-serif;
}

body.ahi-theme ul.products li.product .button,
body.ahi-theme .single-product .single_add_to_cart_button,
body.ahi-theme .woocommerce a.button,
body.ahi-theme .woocommerce button.button,
body.ahi-theme .woocommerce input.button,
body.ahi-theme .woocommerce #respond input#submit {
  background: #b96a2a !important;
  color: #fff !important;
  border-radius: 4px !important;
  border: none !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-weight: 700 !important;
}

body.ahi-theme ul.products li.product .button:hover,
body.ahi-theme .single-product .single_add_to_cart_button:hover,
body.ahi-theme .woocommerce a.button:hover,
body.ahi-theme .woocommerce button.button:hover {
  background: #93531f !important;
}

body.ahi-theme .woocommerce span.onsale {
  background: #0e1612 !important;
  color: #f5f7f4 !important;
  border-radius: 4px !important;
  font-family: "Manrope", system-ui, sans-serif;
}

body.ahi-theme.single-product .product .summary .product_title {
  font-family: "Manrope", system-ui, sans-serif;
  color: #0e1612;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}

body.ahi-theme .woocommerce-tabs ul.tabs li.active a,
body.ahi-theme .woocommerce-tabs ul.tabs li a:hover {
  color: #b96a2a !important;
}

body.ahi-theme .woocommerce-message,
body.ahi-theme .woocommerce-info {
  border-top-color: #b96a2a !important;
}

body.ahi-theme .wc-block-components-button,
body.ahi-theme .wc-block-cart__submit-button {
  background: #b96a2a !important;
  color: #fff !important;
  border-radius: 4px !important;
}

body.ahi-theme .wp-block-woocommerce-product-collection .wc-block-product {
  border: 1px solid rgba(14, 22, 18, 0.1);
  border-radius: 4px;
  padding: 0.85rem;
  background: #fff;
}

