/* =============================================================
   Demon Seed Skateboards — Shop Page Styles v1.0.0
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Nova+Cut&family=Inter:wght@300;400;500;700&display=swap');

/* ── Force white background on all WooCommerce pages ── */
body.post-type-archive-product,
body.post-type-archive-product .site,
body.post-type-archive-product .site-content,
body.post-type-archive-product #content,
body.post-type-archive-product .content-area,
body.post-type-archive-product .site-main,
body.post-type-archive-product .entry-content,
body.woocommerce-page .site-content,
body.woocommerce-page #content {
  background: #ffffff !important;
  color: #2B323D !important;
}

body.post-type-archive-product {
  background: #ffffff !important;
}

/* ── Shop page wrapper ── */
body.post-type-archive-product .woocommerce,
body.post-type-archive-product .woocommerce-page {
  background: #ffffff !important;
}

/* ── Page heading ── */
body.post-type-archive-product .woocommerce-products-header,
body.post-type-archive-product .page-title,
body.post-type-archive-product h1.woocommerce-products-header__title {
  font-family: "Nova Cut", sans-serif !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  color: #2B323D !important;
  text-align: center;
  padding: 48px 30px 16px;
  margin: 0 !important;
  background: #ffffff !important;
}

/* ── Results count + ordering bar ── */
body.post-type-archive-product .woocommerce-result-count {
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  color: #888 !important;
}

body.post-type-archive-product .woocommerce-ordering select {
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  color: #2B323D !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  border-radius: 2px !important;
  padding: 6px 10px !important;
}

/* ── Product grid container ── */
body.post-type-archive-product .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
  list-style: none !important;
  padding: 24px 30px 80px !important;
  margin: 0 auto !important;
  max-width: 1200px !important;
  background: #ffffff !important;
}

/* ── Individual product card ── */
body.post-type-archive-product .woocommerce ul.products li.product {
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: box-shadow 0.3s ease !important;
}

body.post-type-archive-product .woocommerce ul.products li.product:hover {
  background-image: linear-gradient(180deg, #f4f4f4 96%, #009477 96%) !important;
  box-shadow: 1px 4px 35px 0px rgba(0, 0, 0, 0.08) !important;
  border-color: #e0e0e0 !important;
  transform: none !important;
}

/* ── Product image ── */
body.post-type-archive-product .woocommerce ul.products li.product img {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
  display: block !important;
  margin: 1px 1px 0 1px !important;
}

/* ── Product title ── */
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Nova Cut", sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #2B323D !important;
  padding: 16px 16px 4px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* ── Price ── */
body.post-type-archive-product .woocommerce ul.products li.product .price {
  font-family: "Inter", sans-serif !important;
  color: #2B323D !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 4px 16px 12px !important;
  display: block !important;
}

body.post-type-archive-product .woocommerce ul.products li.product .price del {
  color: #aaa !important;
  font-weight: 400 !important;
}

body.post-type-archive-product .woocommerce ul.products li.product .price ins {
  color: #009477 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

/* ── Add to Cart button ── */
body.post-type-archive-product .woocommerce ul.products li.product .button,
body.post-type-archive-product .woocommerce ul.products li.product a.button {
  display: inline-block !important;
  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #009477 !important;
  background: transparent !important;
  border: 1.5px solid #009477 !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 7px 20px !important;
  margin: 0 16px 16px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

body.post-type-archive-product .woocommerce ul.products li.product:hover .button,
body.post-type-archive-product .woocommerce ul.products li.product:hover a.button {
  background: #009477 !important;
  color: #fff !important;
}

/* ── Sale badge ── */
body.post-type-archive-product .woocommerce span.onsale {
  background: #009477 !important;
  color: #fff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  border-radius: 20px !important;
  padding: 4px 10px !important;
  min-height: auto !important;
  min-width: auto !important;
  line-height: 1.4 !important;
}

/* ── Headings on white bg ── */
body.post-type-archive-product h1,
body.post-type-archive-product h2,
body.post-type-archive-product h3 {
  color: #2B323D !important;
}



/* ── Responsive ── */
@media (max-width: 900px) {
  body.post-type-archive-product .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 16px 16px 60px !important;
    gap: 16px !important;
  }
}
