:root {
  --incrmad-navy: #061b3d;
  --incrmad-orange: #ff4b12;
  --incrmad-text: #071836;
  --incrmad-muted: #667089;
  --incrmad-line: #e8edf5;
  --incrmad-soft: #f7f9fc;
  --incrmad-shadow: 0 10px 30px rgba(7, 24, 54, .08);
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--incrmad-text); background: #fff; }
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }
img { max-width: 100%; }

.site-main { display: block; }
.site-header { position: relative; z-index: 5; }
.site-footer {
  margin-top: 34px;
  background: var(--incrmad-navy);
  color: #fff;
}

.site-footer__inner {
  width: min(1180px, 92vw);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-weight: 900;
}

.site-footer__brand { color: var(--incrmad-orange); }

.woocommerce-products-header { margin-bottom: 18px; }
.woocommerce-products-header__title,
.page-title,
.product_title,
.woocommerce-loop-product__title {
  color: var(--incrmad-navy);
}

.woocommerce-result-count { margin: 0; color: var(--incrmad-muted); font-weight: 800; }
.woocommerce-ordering select { background: #fff; }

ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.product {
  position: relative;
  background: #fff;
}

.woocommerce-LoopProduct-link {
  display: block;
  color: inherit;
}

.price {
  color: var(--incrmad-orange);
  font-weight: 900;
}

.button,
.add_to_cart_button,
.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: var(--incrmad-orange);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.woocommerce-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.woocommerce-pagination ul {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  min-width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--incrmad-line);
  border-radius: 6px;
  background: #fff;
  color: var(--incrmad-navy);
  font-weight: 900;
}

.woocommerce-pagination .current {
  background: var(--incrmad-navy);
  color: #fff;
}

.woocommerce-notices-wrapper { min-height: 1px; }
.product_meta { color: var(--incrmad-muted); font-size: 14px; line-height: 1.7; }
.product_meta span { display: block; }

@media (max-width: 900px) {
  .site-footer__inner { flex-direction: column; justify-content: center; text-align: center; padding: 20px 0; }
}
