/* =====================================================
   SNOWCAP PRODUCT PAGE — LOVABLE STYLE V1
   Paste into Appearance > Customizer > Additional CSS
   Clear old CSS first.
===================================================== */

:root {
  --snowcap-navy: #062743;
  --snowcap-navy-2: #08375f;
  --snowcap-blue: #0b7fc3;
  --snowcap-ice: #eef7ff;
  --snowcap-ice-2: #f5fbff;
  --snowcap-card: #ffffff;
  --snowcap-border: rgba(8, 47, 83, 0.10);
  --snowcap-text: #0b2945;
  --snowcap-muted: #58718b;
  --snowcap-chip: #dff1ff;
}

/* Page background */
body.single-product {
  background: #edf6fd !important;
  color: var(--snowcap-text) !important;
}

/* Main product section */
.single-product div.product {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 64px 28px 80px !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr) !important;
  gap: 54px !important;
  align-items: start !important;
}

/* Image column */
.single-product div.product div.images {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  background: linear-gradient(180deg, #f8fcff 0%, #e7f5ff 100%) !important;
  border: 1px solid var(--snowcap-border) !important;
  border-radius: 32px !important;
  padding: 34px !important;
  min-height: 560px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 28px 70px rgba(6, 39, 67, 0.14) !important;
  overflow: hidden !important;
}

/* Image itself */
.single-product div.product div.images img {
  border-radius: 24px !important;
  max-height: 500px !important;
  width: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

/* Zoom icon */
.single-product .woocommerce-product-gallery__trigger {
  top: 24px !important;
  right: 24px !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(6, 39, 67, 0.16) !important;
}

/* Right side summary */
.single-product div.product .summary {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 14px 0 0 !important;
}

/* Category / product mini badge area */
.single-product .product_meta {
  color: var(--snowcap-muted) !important;
}

/* Hide the ugly WooCommerce SKU/category/tags dump */
.single-product .summary > .product_meta,
.single-product .sku_wrapper,
.single-product .posted_in,
.single-product .tagged_as {
  display: none !important;
}

/* Product title */
.single-product .product_title {
  color: var(--snowcap-navy) !important;
  font-size: clamp(42px, 4vw, 62px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.055em !important;
  font-weight: 900 !important;
  margin: 0 0 18px !important;
}

/* Price range */
.single-product p.price,
.single-product span.price {
  color: var(--snowcap-navy) !important;
  font-size: clamp(26px, 2.4vw, 38px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.035em !important;
  margin: 0 0 24px !important;
}

/* Short description */
.single-product .woocommerce-product-details__short-description {
  color: var(--snowcap-muted) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  max-width: 640px !important;
  margin: 0 0 28px !important;
}

/* Variation section */
.single-product form.variations_form,
.single-product form.cart {
  margin-top: 20px !important;
}

/* Variation table */
.single-product table.variations {
  width: 100% !important;
  max-width: 650px !important;
  border-collapse: separate !important;
  border-spacing: 0 14px !important;
  margin: 0 0 26px !important;
}

/* Variation labels */
.single-product table.variations th.label {
  width: 120px !important;
  padding: 0 18px 0 0 !important;
  vertical-align: middle !important;
  color: var(--snowcap-navy) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

/* Dropdowns - Lovable pill style */
.single-product table.variations select {
  width: 100% !important;
  min-height: 54px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(8, 47, 83, 0.13) !important;
  background: #f8fcff !important;
  color: var(--snowcap-navy) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 0 18px !important;
  box-shadow: 0 8px 20px rgba(6, 39, 67, 0.04) !important;
}

/* Dropdown focus */
.single-product table.variations select:focus {
  outline: none !important;
  border-color: #0b7fc3 !important;
  box-shadow: 0 0 0 4px rgba(11, 127, 195, 0.13) !important;
  background: #ffffff !important;
}

/* Clear link */
.single-product a.reset_variations {
  color: var(--snowcap-blue) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  margin-left: 12px !important;
}

/* Selected variation price */
.single-product .woocommerce-variation-price {
  margin: 20px 0 4px !important;
}

.single-product .woocommerce-variation-price .price {
  color: var(--snowcap-navy) !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
}

/* Stock */
.single-product .stock {
  color: #087a4b !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  margin: 8px 0 20px !important;
}

/* Cart / total style card */
.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart:not(.variations_form) {
  background: #ffffff !important;
  border: 1px solid var(--snowcap-border) !important;
  border-radius: 24px !important;
  padding: 22px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  box-shadow: 0 20px 48px rgba(6, 39, 67, 0.08) !important;
  max-width: 650px !important;
}

/* Quantity box */
.single-product form.cart .quantity {
  margin: 0 !important;
}

.single-product form.cart .quantity input.qty {
  width: 76px !important;
  height: 56px !important;
  border-radius: 16px !important;
  border: 1px solid var(--snowcap-border) !important;
  background: #f8fcff !important;
  color: var(--snowcap-navy) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

/* Add to cart button */
.single-product button.single_add_to_cart_button {
  height: 56px !important;
  min-width: 180px !important;
  border-radius: 999px !important;
  background: var(--snowcap-navy) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
  padding: 0 34px !important;
  border: none !important;
  box-shadow: 0 16px 34px rgba(6, 39, 67, 0.24) !important;
  transition: all 0.18s ease !important;
}

.single-product button.single_add_to_cart_button:hover {
  background: var(--snowcap-navy-2) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 20px 44px rgba(6, 39, 67, 0.30) !important;
}

/* Disabled button */
.single-product button.single_add_to_cart_button.disabled,
.single-product button.single_add_to_cart_button:disabled {
  opacity: 0.45 !important;
  transform: none !important;
}

/* Make trust row look like Lovable chips if your theme outputs them as text/links nearby */
.single-product .summary p:has(+ .product_meta),
.single-product .summary .trust-badges,
.single-product .summary .snowcap-trust,
.single-product .summary .product-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

/* Woo notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 18px !important;
  border: 1px solid var(--snowcap-border) !important;
  background: #ffffff !important;
  color: var(--snowcap-navy) !important;
  box-shadow: 0 14px 34px rgba(6, 39, 67, 0.08) !important;
}

/* Tabs area */
.single-product .woocommerce-tabs {
  grid-column: 1 / -1 !important;
  max-width: 1240px !important;
  width: 100% !important;
  margin: 34px auto 0 !important;
  background: #ffffff !important;
  border: 1px solid var(--snowcap-border) !important;
  border-radius: 28px !important;
  padding: 30px !important;
  box-shadow: 0 20px 55px rgba(6, 39, 67, 0.07) !important;
}

/* Tabs nav */
.single-product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin: 0 0 24px !important;
  border-bottom: 1px solid rgba(8, 47, 83, 0.10) !important;
}

.single-product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 22px 0 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
  color: var(--snowcap-muted) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 0 0 12px !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--snowcap-navy) !important;
}

/* Tab content */
.single-product .woocommerce-Tabs-panel {
  color: var(--snowcap-muted) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h3 {
  color: var(--snowcap-navy) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}

/* Related products */
.single-product .related.products,
.single-product .upsells.products {
  grid-column: 1 / -1 !important;
  max-width: 1240px !important;
  width: 100% !important;
  margin: 46px auto 0 !important;
  padding: 0 !important;
}

.single-product .related.products h2,
.single-product .upsells.products h2 {
  color: var(--snowcap-navy) !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  margin-bottom: 22px !important;
}

/* Mobile */
@media (max-width: 900px) {
  .single-product div.product {
    display: block !important;
    padding: 34px 16px 60px !important;
  }

  .single-product div.product div.images {
    min-height: auto !important;
    padding: 20px !important;
    margin-bottom: 34px !important;
    border-radius: 26px !important;
  }

  .single-product div.product div.images img {
    max-height: 420px !important;
  }

  .single-product .product_title {
    font-size: 42px !important;
  }

  .single-product table.variations th.label,
  .single-product table.variations td.value {
    display: block !important;
    width: 100% !important;
  }

  .single-product table.variations th.label {
    margin-bottom: 8px !important;
  }

  .single-product .woocommerce-variation-add-to-cart,
  .single-product form.cart:not(.variations_form) {
    flex-wrap: wrap !important;
    padding: 18px !important;
  }

  .single-product button.single_add_to_cart_button {
    flex: 1 !important;
    min-width: 180px !important;
  }

  .single-product .woocommerce-tabs {
    padding: 22px !important;
    border-radius: 22px !important;
  }
}
/* =====================================================
   SNOWCAP FIX — RELATED PRODUCTS + DESCRIPTION CARD V1
   Paste at very bottom of Additional CSS
===================================================== */

/* Hide WordPress "Related Posts" inside Woo product pages */
.single-product .jp-relatedposts,
.single-product #jp-relatedposts,
.single-product .related-posts,
.single-product .yarpp-related,
.single-product .crp_related,
.single-product .rp4wp-related-posts,
.single-product .entry-related,
.single-product .post-navigation,
.single-product .related-post,
.single-product section.related-posts {
  display: none !important;
}

/* Make Woo description/tabs card more premium */
.single-product .woocommerce-tabs {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%) !important;
  border: 1px solid rgba(8, 47, 83, 0.10) !important;
  border-radius: 30px !important;
  padding: 34px !important;
  box-shadow: 0 24px 70px rgba(6, 39, 67, 0.08) !important;
  overflow: hidden !important;
}

/* Premium tab header */
.single-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  gap: 28px !important;
  border-bottom: 1px solid rgba(8, 47, 83, 0.10) !important;
  margin-bottom: 28px !important;
  padding-bottom: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
  color: #5f7891 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  padding: 0 0 14px !important;
  border-bottom: 2px solid transparent !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #062743 !important;
  border-bottom-color: #0b7fc3 !important;
}

/* Description title */
.single-product .woocommerce-Tabs-panel h2 {
  color: #062743 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 18px !important;
}

/* Description text */
.single-product .woocommerce-Tabs-panel {
  color: #55708a !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

/* Make description paragraph feel like a premium info card */
.single-product .woocommerce-Tabs-panel--description > p:first-of-type {
  background: #eef7ff !important;
  border: 1px solid rgba(8, 47, 83, 0.08) !important;
  border-radius: 22px !important;
  padding: 22px 24px !important;
  color: #48637d !important;
}

/* Optional RUO-style blue notice after description */
.single-product .woocommerce-Tabs-panel--description::after {
  content: "Research-use only. For laboratory research applications only. Snowcap does not provide dosing, medical, treatment, or human-use guidance.";
  display: block;
  margin-top: 22px;
  background: #062743;
  color: #ffffff;
  border-radius: 20px;
  padding: 18px 22px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(6, 39, 67, 0.18);
}

/* Related products section */
.single-product .related.products,
.single-product .upsells.products {
  max-width: 1240px !important;
  margin: 54px auto 0 !important;
  padding: 0 28px !important;
  overflow: visible !important;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  color: #062743 !important;
  font-size: clamp(32px, 3vw, 46px) !important;
  font-weight: 950 !important;
  letter-spacing: -0.055em !important;
  margin: 0 0 26px !important;
}

/* Force real Woo product grid to behave properly */
.single-product .related.products ul.products,
.single-product .upsells.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Stop WooCommerce floats/widths causing overlap */
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
}

/* Product card */
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product,
.woocommerce ul.products li.product {
  background: #ffffff !important;
  border: 1px solid rgba(8, 47, 83, 0.09) !important;
  border-radius: 26px !important;
  padding: 16px !important;
  box-shadow: 0 18px 45px rgba(6, 39, 67, 0.07) !important;
  overflow: hidden !important;
  min-height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Product image area */
.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link,
.single-product .upsells.products ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Image sizing fix — stops cards covering/cropping too much */
.single-product .related.products ul.products li.product img,
.single-product .upsells.products ul.products li.product img,
.woocommerce ul.products li.product img {
  width: 100% !important;
  height: 280px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: linear-gradient(180deg, #f7fcff 0%, #eaf7ff 100%) !important;
  border-radius: 20px !important;
  padding: 10px !important;
  margin: 0 0 16px !important;
}

/* Product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #062743 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: -0.025em !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
}

/* Price display */
.woocommerce ul.products li.product .price {
  display: block !important;
  color: #062743 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  margin: auto 0 14px !important;
}

.woocommerce ul.products li.product .price del {
  color: #9aaabc !important;
  font-size: 13px !important;
  opacity: 0.75 !important;
  margin-right: 6px !important;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
  color: #062743 !important;
}

/* View/Add button */
.woocommerce ul.products li.product .button {
  align-self: flex-start !important;
  background: #062743 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 11px 18px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 26px rgba(6, 39, 67, 0.18) !important;
  margin-top: auto !important;
}

/* Sale badge / best seller badge style */
.woocommerce span.onsale {
  background: #062743 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  min-height: auto !important;
  min-width: auto !important;
  line-height: 1 !important;
  padding: 8px 12px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

/* Mobile/tablet grid */
@media (max-width: 1100px) {
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 800px) {
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .woocommerce ul.products li.product img {
    height: 220px !important;
  }
}

@media (max-width: 520px) {
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: 1fr !important;
  }
}
/* =========================================
   SNOWCAP PRODUCT PAGE TRUST / FAQ / SALE UI
========================================= */

/* Polar-style blue for sale prices */
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product .price ins {
  color: #165DFF !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product .price del {
  color: #7f8797 !important;
  opacity: 1 !important;
}

/* Sale badge */
.woocommerce span.onsale {
  background: #165DFF !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  min-height: auto !important;
  min-width: auto !important;
  line-height: 1 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  box-shadow: 0 10px 24px rgba(22, 93, 255, 0.22) !important;
}

/* Exact-style in-stock pill */
.single-product .stock.in-stock {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 7px 14px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin: 10px 0 18px !important;
  width: fit-content !important;
}

.single-product .stock.in-stock::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.22);
  flex: 0 0 10px;
}

/* Trust bullet grid */
.single-product .snowcap-trust-list {
  max-width: 650px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 14px 0 20px;
}

.single-product .snowcap-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #1b2f45;
  font-size: 15px;
  line-height: 1.35;
}

.single-product .snowcap-trust-item span {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
  flex: 0 0 26px;
  font-size: 14px;
}

.single-product .snowcap-trust-item strong {
  display: block;
  color: #1c2430;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 2px;
}

.single-product .snowcap-trust-item small {
  display: block;
  color: #6d7683;
  font-size: 13px;
  line-height: 1.35;
}

/* Free shipping + region cards */
.single-product .snowcap-shipping-card,
.single-product .snowcap-region-card {
  max-width: 650px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f5f5f5;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 24px;
  padding: 16px 18px;
  margin: 16px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.single-product .snowcap-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 38px;
}

.single-product .snowcap-flags {
  width: auto;
  min-width: 58px;
  padding: 0 10px;
}

.single-product .snowcap-card-copy strong {
  display: block;
  color: #1d2430;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.single-product .snowcap-card-copy span {
  display: block;
  color: #7c8592;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 2px;
}

/* Blue RUO disclaimer */
.single-product .snowcap-ruo-card {
  max-width: 650px;
  margin: 18px 0 22px;
  background: #165DFF;
  color: #fff;
  border-radius: 22px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: 0 16px 36px rgba(22, 93, 255, 0.22);
}

.single-product .snowcap-ruo-card strong {
  font-weight: 900;
}

/* White FAQ dropdowns */
.single-product .snowcap-faq-wrap {
  max-width: 650px;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
}

.single-product .snowcap-faq-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,.035);
}

.single-product .snowcap-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  color: #2a2f37;
  font-size: 15px;
  font-weight: 800;
  position: relative;
}

.single-product .snowcap-faq-item summary::-webkit-details-marker {
  display: none;
}

.single-product .snowcap-faq-item summary::after {
  content: "▾";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #7e8794;
  font-size: 12px;
}

.single-product .snowcap-faq-item[open] summary::after {
  content: "▴";
}

.single-product .snowcap-faq-content {
  padding: 0 20px 18px;
  color: #6c7684;
  font-size: 14px;
  line-height: 1.6;
}

/* Hide default meta clutter if still visible */
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
  display: none !important;
}

/* Mobile */
@media (max-width: 768px) {
  .single-product .snowcap-shipping-card,
  .single-product .snowcap-region-card {
    align-items: flex-start;
  }
}
/* =====================================================
   SNOWCAP CONVERSION UI V3
   Product / Cart / Checkout premium conversion styling
===================================================== */

:root {
  --sc-navy: #062743;
  --sc-blue: #165DFF;
  --sc-ice: #eef7ff;
  --sc-soft: #f7fbff;
  --sc-text: #102b45;
  --sc-muted: #6b7d90;
  --sc-border: rgba(8, 47, 83, 0.10);
}

/* Sale price blue like Polar */
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
  color: var(--sc-blue) !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del {
  color: #777f90 !important;
  opacity: 1 !important;
}

/* Custom sale + stock row */
.single-product .scv3-price-support-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: -8px 0 18px;
}

.single-product .scv3-save-pill {
  display: inline-flex;
  align-items: center;
  background: var(--sc-blue);
  color: #fff;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(22, 93, 255, 0.22);
}

.single-product .scv3-stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.single-product .scv3-stock-pill i {
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.single-product .scv3-stock-pill.scv3-out i {
  background: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.22);
}

/* Hide default Woo stock so we use our cleaner pill */
.single-product .summary > p.stock {
  display: none !important;
}

/* Product trust bullets */
.single-product .scv3-trust-bullets {
  max-width: 650px;
  display: grid;
  gap: 12px;
  margin: 18px 0 24px;
}

.single-product .scv3-trust-bullets div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1c2b3b;
  font-size: 15px;
  font-weight: 750;
}

.single-product .scv3-trust-bullets span {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #eef6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Product conversion stack */
.single-product .scv3-product-conversion-stack {
  max-width: 650px;
  margin-top: 22px;
}

.single-product .scv3-soft-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f5f5f5;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 24px;
  padding: 16px 18px;
  margin: 14px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.single-product .scv3-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
}

.single-product .scv3-card-icon.scv3-flags {
  width: auto;
  min-width: 92px;
  padding: 0 10px;
  font-size: 18px;
}

.single-product .scv3-soft-card strong {
  display: block;
  color: #202631;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.single-product .scv3-soft-card span {
  display: block;
  color: #747f8d;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 2px;
}

/* Blue disclaimer */
.single-product .scv3-blue-disclaimer {
  background: var(--sc-blue);
  color: #fff;
  border-radius: 22px;
  padding: 18px 20px;
  margin: 18px 0 22px;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: 0 16px 34px rgba(22, 93, 255, 0.22);
}

.single-product .scv3-blue-disclaimer strong {
  font-weight: 950;
}

/* FAQ dropdowns */
.single-product .scv3-faq-stack {
  display: grid;
  gap: 12px;
}

.single-product .scv3-faq-stack details {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,.035);
}

.single-product .scv3-faq-stack summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  color: #2a3039;
  font-size: 15px;
  font-weight: 850;
  position: relative;
}

.single-product .scv3-faq-stack summary::-webkit-details-marker {
  display: none;
}

.single-product .scv3-faq-stack summary::after {
  content: "▾";
  position: absolute;
  right: 18px;
  color: #7b8592;
}

.single-product .scv3-faq-stack details[open] summary::after {
  content: "▴";
}

.single-product .scv3-faq-stack p {
  margin: 0;
  padding: 0 20px 18px;
  color: #6d7885;
  font-size: 14px;
  line-height: 1.6;
}

/* Cart / checkout page backgrounds */
body.woocommerce-cart,
body.woocommerce-checkout {
  background: #eef7ff !important;
}

/* Cart hero */
.scv3-cart-hero,
.scv3-checkout-hero {
  max-width: 1180px;
  margin: 28px auto 22px;
  background: #050505;
  color: #fff;
  border-radius: 26px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 22px 54px rgba(0,0,0,.16);
}

.scv3-cart-brand,
.scv3-checkout-logo {
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.scv3-cart-hero h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 950;
  margin: 6px 0 6px;
  letter-spacing: -0.04em;
}

.scv3-cart-hero p,
.scv3-checkout-title span {
  color: rgba(255,255,255,.72);
  margin: 0;
  font-size: 14px;
}

.scv3-cart-badges,
.scv3-checkout-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.scv3-cart-badges span,
.scv3-checkout-badges span {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 850;
}

/* Free shipping progress */
.scv3-progress-card {
  max-width: 1180px;
  margin: 0 auto 24px;
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: 0 16px 38px rgba(6,39,67,.07);
}

.scv3-progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.scv3-progress-top strong {
  color: var(--sc-navy);
  font-size: 15px;
  font-weight: 900;
}

.scv3-progress-top span {
  color: var(--sc-muted);
  font-size: 13px;
  font-weight: 800;
}

.scv3-progress-bar {
  height: 12px;
  border-radius: 999px;
  background: #edf1f5;
  overflow: hidden;
}

.scv3-progress-bar i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--sc-blue);
}

.scv3-savings-line {
  margin-top: 12px;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.scv3-savings-line strong,
.scv3-total-savings strong {
  color: #ff5a00;
}

/* Premium Woo cart/checkout boxes */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  max-width: 1180px;
  margin: 0 auto;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-checkout #payment,
.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  background: #fff !important;
  border: 1px solid var(--sc-border) !important;
  border-radius: 24px !important;
  padding: 20px !important;
  box-shadow: 0 18px 42px rgba(6,39,67,.07) !important;
  overflow: hidden;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3 {
  color: var(--sc-navy);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.035em;
}

/* Inputs */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-cart input.input-text {
  min-height: 48px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(8,47,83,.14) !important;
  background: #f9fcff !important;
  padding: 0 14px !important;
}

/* Checkout buttons */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
  background: #ff5a00 !important;
  color: #fff !important;
  border-radius: 16px !important;
  min-height: 58px !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 16px 34px rgba(255, 90, 0, .24) !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover {
  background: #e95000 !important;
}

/* Cart totals trust box */
.scv3-cart-trust-box,
.scv3-review-trust {
  margin-top: 16px;
  background: #fff7ef;
  border: 1px solid rgba(255,90,0,.14);
  border-radius: 18px;
  padding: 14px;
  display: grid;
  gap: 10px;
}

.scv3-cart-trust-box div,
.scv3-review-trust div {
  color: #1f2937;
  font-size: 13px;
  line-height: 1.35;
}

.scv3-cart-trust-box strong,
.scv3-review-trust strong {
  display: inline;
  font-weight: 900;
}

.scv3-cart-trust-box span {
  display: block;
  color: #6b7280;
  margin-left: 24px;
  font-size: 12px;
}

.scv3-order-trust-row td {
  padding-top: 16px !important;
}

.scv3-total-savings {
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
}

/* Checkout header text */
.scv3-checkout-title strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  margin-bottom: 4px;
}

/* Mobile */
@media (max-width: 768px) {
  .scv3-cart-hero,
  .scv3-checkout-hero {
    display: block;
    margin: 18px 14px;
    border-radius: 22px;
  }

  .scv3-cart-badges,
  .scv3-checkout-badges {
    justify-content: flex-start;
    margin-top: 14px;
  }

  .scv3-progress-card {
    margin: 0 14px 20px;
  }

  .scv3-progress-top {
    display: block;
  }

  .scv3-progress-top span {
    display: block;
    margin-top: 4px;
  }

  .single-product .scv3-soft-card {
    align-items: flex-start;
  }
}
/* =========================================
   SNOWCAP CHECKOUT V4
   Split layout, sticky summary, cleaner typography
========================================= */

:root {
  --snowcap-navy: #0a2742;
  --snowcap-blue: #1976d2;
  --snowcap-ice: #eef7ff;
  --snowcap-ice-2: #f8fbff;
  --snowcap-border: rgba(10, 39, 66, 0.10);
  --snowcap-text: #16283a;
  --snowcap-muted: #66788a;
  --snowcap-orange: #ff5a00;
}

/* Better font feel */
body.woocommerce-checkout,
body.woocommerce-cart,
body.single-product,
.woocommerce,
.woocommerce input,
.woocommerce select,
.woocommerce textarea,
.woocommerce button {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Softer page background */
body.woocommerce-checkout {
  background: #f3f9ff !important;
}

/* Hide old black checkout hero if still present */
.scv3-checkout-hero {
  display: none !important;
}

/* New cleaner top trust ribbon */
body.woocommerce-checkout .woocommerce::before {
  content: "🇮🇪  🇬🇧  🇺🇸  🇨🇦   Premium RUO peptide brand  •  COA-led documentation  •  Batch-tracked supply  •  Secure checkout";
  display: block;
  max-width: 1180px;
  margin: 28px auto 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
  border: 1px solid var(--snowcap-border);
  border-radius: 18px;
  padding: 14px 18px;
  color: var(--snowcap-navy);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 16px 38px rgba(6,39,67,.06);
}

/* Split checkout layout */
body.woocommerce-checkout form.checkout {
  max-width: 1180px;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 26px;
  align-items: start;
}

/* Left column */
body.woocommerce-checkout #customer_details {
  width: 100% !important;
  float: none !important;
}

/* Right column */
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #order_review_heading {
  width: 100% !important;
  float: none !important;
}

body.woocommerce-checkout #order_review_heading {
  margin: 0 0 12px !important;
  color: var(--snowcap-navy);
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

/* Sticky right summary */
body.woocommerce-checkout #order_review {
  position: sticky;
  top: 20px;
  align-self: start;
  background: #ffffff !important;
  border: 1px solid var(--snowcap-border) !important;
  border-radius: 26px !important;
  padding: 20px !important;
  box-shadow: 0 18px 42px rgba(6,39,67,.08) !important;
}

/* Customer details cards */
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
  background: #ffffff;
  border: 1px solid var(--snowcap-border);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(6,39,67,.06);
  margin-bottom: 18px;
}

/* Field titles */
body.woocommerce-checkout h3,
body.woocommerce-checkout h2,
body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields > h3 {
  color: var(--snowcap-navy) !important;
  font-size: 24px !important;
  font-weight: 950 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 16px !important;
}

/* Input styling */
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select {
  min-height: 50px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(10,39,66,.13) !important;
  background: #f9fcff !important;
  box-shadow: none !important;
  padding: 0 14px !important;
  color: var(--snowcap-text) !important;
  font-size: 15px !important;
}

body.woocommerce-checkout textarea {
  min-height: 110px !important;
  padding: 14px !important;
}

/* Labels */
body.woocommerce-checkout label {
  color: var(--snowcap-text) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

/* Order summary table styling */
body.woocommerce-checkout table.shop_table {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
  padding: 12px 0 !important;
  border-top: 1px solid rgba(10,39,66,.08) !important;
  color: var(--snowcap-text);
}

body.woocommerce-checkout table.shop_table thead th {
  border-top: none !important;
  color: var(--snowcap-navy);
  font-weight: 900;
}

/* Payment box */
body.woocommerce-checkout #payment {
  background: #f8fbff !important;
  border: 1px solid var(--snowcap-border) !important;
  border-radius: 20px !important;
  padding: 16px !important;
  margin-top: 18px !important;
  box-shadow: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none !important;
  margin-bottom: 10px !important;
}

body.woocommerce-checkout #payment div.payment_box {
  background: #ffffff !important;
  border: 1px solid rgba(10,39,66,.08) !important;
  border-radius: 14px !important;
  color: var(--snowcap-muted) !important;
}

body.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

/* Place order button */
body.woocommerce-checkout #place_order {
  width: 100% !important;
  min-height: 58px !important;
  border-radius: 16px !important;
  background: var(--snowcap-orange) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 16px 34px rgba(255, 90, 0, .24) !important;
}

/* Remove emoji-ish trust row styling and make it cleaner */
.scv3-review-trust,
.scv3-cart-trust-box {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid var(--snowcap-border) !important;
  border-radius: 18px !important;
}

.scv3-review-trust div,
.scv3-cart-trust-box div {
  position: relative;
  padding-left: 28px;
  font-size: 13px !important;
  color: var(--snowcap-text) !important;
}

.scv3-review-trust div::before,
.scv3-cart-trust-box div::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--snowcap-blue);
  position: absolute;
  left: 0;
  top: 4px;
  box-shadow: 0 0 0 4px rgba(25, 118, 210, 0.14);
}

/* Make express buttons feel top priority if plugin outputs them */
body.woocommerce-checkout .wc-stripe-express-checkout-element,
body.woocommerce-checkout .payment-request-button,
body.woocommerce-checkout .woocommerce-payments-express-checkout,
body.woocommerce-checkout .ppc-button-wrapper {
  margin-bottom: 18px !important;
  padding: 18px !important;
  background: #fff;
  border: 1px solid var(--snowcap-border);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(6,39,67,.05);
}

/* Mobile */
@media (max-width: 900px) {
  body.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout #order_review {
    position: static;
  }

  body.woocommerce-checkout .woocommerce::before {
    margin: 18px 14px 18px;
    display: block;
    line-height: 1.5;
  }
}
/* =========================================
   SNOWCAP CHECKOUT BANNER + TRUST BOX
========================================= */

.snowcap-checkout-banner-wrap {
  max-width: 1180px;
  margin: 0 auto 22px;
}

.snowcap-checkout-banner-inner {
  background: linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
  border: 1px solid rgba(10, 39, 66, 0.10);
  border-radius: 24px;
  padding: 28px 30px;
  box-shadow: 0 16px 38px rgba(6,39,67,.06);
  overflow: hidden;
}

.snowcap-checkout-kicker {
  color: #1976d2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}

.snowcap-checkout-banner-copy h2 {
  color: #0a2742;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
  margin: 0 0 10px;
}

.snowcap-checkout-banner-copy p {
  color: #617489;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 14px;
}

.snowcap-checkout-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.snowcap-checkout-mini-points span {
  background: #fff;
  color: #0a2742;
  border: 1px solid rgba(10, 39, 66, 0.10);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 850;
}

/* Right-side trust box under order summary */
.snowcap-checkout-extra-row td {
  padding-top: 18px !important;
}

.snowcap-checkout-trustbox {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(10, 39, 66, 0.10);
  border-radius: 20px;
  padding: 16px;
}

.snowcap-trustbox-title {
  color: #0a2742;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.snowcap-trustbox-grid {
  display: grid;
  gap: 12px;
}

.snowcap-trustbox-item {
  position: relative;
  padding-left: 22px;
}

.snowcap-trustbox-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #1976d2;
  box-shadow: 0 0 0 4px rgba(25, 118, 210, 0.14);
}

.snowcap-trustbox-item strong {
  display: block;
  color: #16283a;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 2px;
}

.snowcap-trustbox-item span {
  display: block;
  color: #6b7d90;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .snowcap-checkout-banner-inner {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .snowcap-checkout-banner-copy h2 {
    font-size: 28px;
  }
}
/* =====================================================
   SNOWCAP CART/CHECKOUT COMPACT FIX
   Moves content up + removes black banner
===================================================== */

/* Remove the black conversion banners */
.scv3-cart-hero,
.scv3-checkout-hero {
  display: none !important;
}

/* Pull cart/checkout page content upward */
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-cart main,
body.woocommerce-checkout main,
body.woocommerce-cart .content-area,
body.woocommerce-checkout .content-area {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Reduce the huge gap after nav/free-shipping bar */
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Move page title up and tighten it */
body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-cart h1.entry-title,
body.woocommerce-checkout h1.entry-title {
  max-width: 1180px !important;
  margin: 26px auto 14px !important;
  padding: 0 24px !important;
  font-size: 34px !important;
  line-height: 1 !important;
  color: #062743 !important;
  letter-spacing: -0.045em !important;
}

/* Move banner up and tighten spacing underneath */
body.woocommerce-cart .wp-block-image,
body.woocommerce-checkout .wp-block-image {
  margin-top: 8px !important;
  margin-bottom: 18px !important;
}

/* Tighten free-shipping progress card */
.scv3-progress-card {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

/* Pull cart table closer to progress card */
body.woocommerce-cart .woocommerce {
  margin-top: 0 !important;
}

/* Reduce spacing around cart table/card */
body.woocommerce-cart table.shop_table {
  margin-bottom: 22px !important;
}

/* Fix massive empty space before footer on cart */
body.woocommerce-cart .cart-collaterals {
  margin-top: 22px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr) !important;
  gap: 26px !important;
  align-items: start !important;
}

/* Keep cross-sells and cart totals aligned rather than leaving dead space */
body.woocommerce-cart .cross-sells {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

body.woocommerce-cart .cart_totals {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

/* Reduce oversized lower spacing */
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
  padding-bottom: 30px !important;
}

/* Footer closer to content */
.site-footer,
footer {
  margin-top: 30px !important;
}

/* Mobile stack */
@media (max-width: 900px) {
  body.woocommerce-cart .cart-collaterals {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-cart .entry-title,
  body.woocommerce-checkout .entry-title {
    margin-top: 18px !important;
    font-size: 30px !important;
  }

  body.woocommerce-cart .wp-block-image,
  body.woocommerce-checkout .wp-block-image {
    width: calc(100% - 28px) !important;
    margin-top: 6px !important;
  }
}