/* YantraChants Lite Store v1.3.1 — seamless, wide, premium YantraChants storefront. */

/* Keep the native WordPress/Astra header and footer, but let store templates read as one seamless white page. */
body.yc-lite-store-page,
body.yc-lite-store-page #page,
body.yc-lite-store-page #content {
  background: #fff !important;
}
body.yc-lite-store-page #content > .ast-container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.yc-lite-store-page #primary {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.yc-lite-store-template {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  background: #fff;
}

.yc-store {
  --yc-accent: #7d1729;
  --yc-accent-deep: #5b0d1c;
  --yc-accent-soft: #f8ecef;
  --yc-accent-wash: #fdf8f7;
  --yc-text: #343943;
  --yc-heading: #182337;
  --yc-muted: #6e7480;
  --yc-faint: #989da6;
  --yc-surface: #ffffff;
  --yc-surface-soft: #fbfaf8;
  --yc-surface-tint: #f7f4f1;
  --yc-border: #e9e5e1;
  --yc-border-strong: #dcd5cf;
  --yc-success: #2d6a4f;
  --yc-error: #a83b4a;
  --yc-shadow-xs: 0 2px 8px rgba(31, 35, 45, .045);
  --yc-shadow-sm: 0 12px 34px rgba(35, 29, 31, .085);
  --yc-shadow-md: 0 20px 55px rgba(35, 29, 31, .12);
  box-sizing: border-box;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(30px, 3.5vw, 54px) clamp(22px, 3.6vw, 54px) clamp(58px, 6vw, 94px);
  color: var(--yc-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.yc-store *, .yc-store *::before, .yc-store *::after { box-sizing: inherit; }
.yc-store img { display: block; max-width: 100%; height: auto; }
.yc-store a,
.yc-store a:hover,
.yc-store a:focus,
.yc-store a:active,
.yc-store button,
.yc-store .yc-button {
  text-decoration: none !important;
  text-decoration-line: none !important;
}
.yc-store a { color: var(--yc-accent); }
.yc-store button, .yc-store input, .yc-store textarea, .yc-store select { font: inherit; }
.yc-store button, .yc-store input, .yc-store textarea, .yc-store select { border-radius: 10px; }
.yc-store h1, .yc-store h2, .yc-store h3, .yc-store h4, .yc-store h5, .yc-store h6 {
  margin-top: 0;
  color: var(--yc-heading);
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -.025em;
}
.yc-store h1 { margin-bottom: 16px; font-size: clamp(2rem, 4.2vw, 3.55rem); line-height: 1.04; }
.yc-store h2 { margin-bottom: 14px; font-size: clamp(1.4rem, 2.3vw, 2.05rem); line-height: 1.16; }
.yc-store h3 { margin-bottom: 10px; font-size: 1.08rem; line-height: 1.32; }
.yc-store p { margin-top: 0; }

/* Shared utility */
.yc-section-kicker, .yc-eyebrow {
  color: var(--yc-accent);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.yc-section-kicker { margin-bottom: 9px; }
.yc-text-link, .yc-remove-link { font-weight: 650; }
.yc-remove-link { color: #9b4454 !important; font-size: .86rem; }

.yc-store-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 0 0 clamp(24px, 3vw, 38px);
}
.yc-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--yc-muted) !important;
  font-size: .9rem;
  font-weight: 620;
}
.yc-back-link:hover { color: var(--yc-accent) !important; }
.yc-cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 7px 9px 7px 14px;
  border: 1px solid var(--yc-border);
  border-radius: 999px !important;
  background: rgba(255,255,255,.96);
  color: var(--yc-heading) !important;
  font-size: .88rem;
  font-weight: 680;
  box-shadow: var(--yc-shadow-xs);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.yc-cart-pill:hover { border-color: var(--yc-border-strong); box-shadow: var(--yc-shadow-sm); transform: translateY(-1px); }
.yc-cart-pill span {
  display: inline-grid;
  place-items: center;
  min-width: 27px;
  height: 27px;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--yc-accent-soft);
  color: var(--yc-accent-deep);
  font-size: .76rem;
  font-weight: 750;
}

.yc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 47px;
  padding: 11px 19px;
  border: 1px solid var(--yc-accent);
  border-radius: 10px !important;
  background: var(--yc-accent);
  color: #fff !important;
  font-weight: 680;
  line-height: 1.15;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(125, 23, 41, .18);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}
.yc-button:hover, .yc-button:focus {
  background: var(--yc-accent-deep);
  border-color: var(--yc-accent-deep);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 11px 26px rgba(91, 13, 28, .22);
}
.yc-button-secondary {
  background: #fff;
  color: var(--yc-heading) !important;
  border-color: var(--yc-border-strong);
  box-shadow: none;
}
.yc-button-secondary:hover, .yc-button-secondary:focus {
  background: var(--yc-surface-soft);
  color: var(--yc-heading) !important;
  border-color: #cfc7d3;
  box-shadow: none;
}
.yc-button-small { min-height: 40px; padding: 8px 14px; font-size: .9rem; }
.yc-button-large { flex: 1; min-height: 54px; padding: 14px 22px; font-size: .98rem; }
.yc-button-block { width: 100%; }

.yc-notice {
  margin: 0 0 24px;
  padding: 13px 15px;
  border: 1px solid var(--yc-border);
  border-left: 3px solid var(--yc-accent);
  border-radius: 10px;
  background: #fff;
  color: var(--yc-text);
  font-size: .92rem;
  box-shadow: var(--yc-shadow-xs);
}
.yc-notice-success { border-left-color: var(--yc-success); }
.yc-notice-error { border-left-color: var(--yc-error); }

/* Catalog */
.yc-catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 32px;
  margin-bottom: 16px;
  padding: 4px 0 clamp(20px, 2.5vw, 34px);
  border: 0;
  border-bottom: 1px solid var(--yc-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.yc-catalog-intro { max-width: 760px; }
.yc-catalog-intro h2 { margin-bottom: 9px; font-size: clamp(1.75rem, 3vw, 2.7rem); }
.yc-catalog-intro p { max-width: 680px; margin-bottom: 0; color: var(--yc-muted); font-size: .98rem; line-height: 1.62; }
.yc-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 2px 0;
}
.yc-category-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 13px;
  border: 1px solid var(--yc-border);
  border-radius: 999px;
  background: #fff;
  color: var(--yc-muted) !important;
  font-size: .82rem;
  font-weight: 650;
  transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}
.yc-category-nav a:hover { border-color: var(--yc-border-strong); color: var(--yc-heading) !important; transform: translateY(-1px); }
.yc-category-nav a.is-active { border-color: var(--yc-accent-soft); background: var(--yc-accent-soft); color: var(--yc-accent-deep) !important; }
.yc-results-meta {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 13px;
  color: var(--yc-faint);
  font-size: .8rem;
  font-weight: 560;
}
.yc-product-grid {
  display: grid;
  grid-template-columns: repeat(var(--yc-columns, 3), minmax(0, 1fr));
  gap: clamp(24px, 2.5vw, 36px);
}
.yc-product-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(225, 219, 214, .86);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(38, 31, 34, .09);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.yc-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(205, 196, 190, .9);
  box-shadow: 0 18px 44px rgba(38, 31, 34, .13);
}
.yc-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--yc-surface-soft);
  box-shadow: none;
}
.yc-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
}
.yc-card-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--yc-surface-soft);
  transition: transform .35s ease, filter .35s ease;
}
.yc-product-card:hover .yc-card-image img { transform: scale(1.018); }
.yc-card-sale {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  background: rgba(91,13,28,.94);
  color: #fff;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.yc-image-placeholder {
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  padding: 28px;
  background: linear-gradient(145deg, #fdfbf8, #f6f1ec);
  color: var(--yc-accent);
  text-align: center;
}
.yc-image-placeholder span { color: var(--yc-faint); font-size: .75rem; }
.yc-image-placeholder strong { font-size: .95rem; }
.yc-card-body {
  display: flex;
  min-height: 218px;
  flex-direction: column;
  padding: 18px 20px 20px;
  background: #fff;
}
.yc-card-meta { min-height: 20px; margin-bottom: 5px; }
.yc-card-meta .yc-eyebrow { color: var(--yc-accent); }
.yc-card-body h3 { margin-bottom: 7px; font-size: 1.04rem; letter-spacing: -.018em; }
.yc-card-body h3 a { color: var(--yc-heading) !important; }
.yc-card-body h3 a:hover { color: var(--yc-accent) !important; }
.yc-card-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 13px;
  color: var(--yc-muted);
  font-size: .88rem;
  line-height: 1.5;
}
.yc-card-purchase { margin-top: auto; padding-top: 2px; }
.yc-card-purchase .yc-price-compact { margin: 0 0 10px; }
.yc-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.yc-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--yc-muted) !important;
  font-size: .84rem;
  font-weight: 640;
  white-space: nowrap;
}
.yc-card-link:hover { color: var(--yc-accent) !important; }
.yc-card-link span { transition: transform .16s ease; }
.yc-card-link:hover span { transform: translateX(3px); }
.yc-card-add-form { margin: 0; }
.yc-card-add-button {
  min-height: 39px;
  padding: 8px 14px;
  border: 1px solid var(--yc-accent);
  border-radius: 9px;
  background: var(--yc-accent);
  color: #fff;
  font-size: .82rem;
  font-weight: 670;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 7px 16px rgba(125, 23, 41, .16);
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.yc-card-add-button:hover, .yc-card-add-button:focus {
  background: var(--yc-accent-deep);
  border-color: var(--yc-accent-deep);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 9px 20px rgba(91,13,28,.22);
}
.yc-price {
  margin: 0 0 18px;
  color: var(--yc-heading);
  font-size: 1.5rem;
  font-weight: 740;
  letter-spacing: -.025em;
}
.yc-price del { margin-right: 7px; color: var(--yc-faint); font-size: .72em; font-weight: 500; text-decoration-thickness: 1px; }
.yc-price ins { color: var(--yc-accent); text-decoration: none; }
.yc-price-compact { margin: 0; font-size: 1.05rem; line-height: 1.2; }

/* Positioned product card shortcode */
.yc-positioned-product { padding-left: 0; padding-right: 0; }
.yc-product-card-positioned {
  display: grid;
  grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--yc-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--yc-shadow-sm);
}
.yc-product-card-positioned .yc-card-image { margin: 0; border: 0; border-radius: 0; box-shadow: none; }
.yc-product-card-positioned .yc-card-image img { height: 100%; min-height: 300px; aspect-ratio: auto; }
.yc-product-card-positioned .yc-card-body { min-height: 300px; padding: clamp(24px, 4vw, 42px); }

/* Single product */
.yc-product-single { max-width: 1480px; }
.yc-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .78fr);
  gap: clamp(42px, 5.5vw, 82px);
  align-items: start;
}
.yc-product-media { min-width: 0; }
.yc-featured-image {
  overflow: hidden;
  border: 1px solid var(--yc-border);
  border-radius: 14px;
  background: var(--yc-surface-soft);
  box-shadow: none;
}
.yc-featured-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.yc-supportive-images { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 11px; }
.yc-supportive-image {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--yc-border);
  border-radius: 10px !important;
  background: #fff;
  cursor: pointer;
  opacity: .76;
  transition: opacity .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.yc-supportive-image:hover { opacity: 1; transform: translateY(-1px); }
.yc-supportive-image.is-active { border-color: rgba(125,23,41,.46); opacity: 1; box-shadow: 0 0 0 2px rgba(125,23,41,.08); }
.yc-supportive-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.yc-product-info {
  position: sticky;
  top: 24px;
  padding: 8px 0 8px clamp(30px, 4vw, 54px);
  border: 0;
  border-left: 1px solid var(--yc-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.yc-category-row { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 15px; }
.yc-category-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 0;
  border-radius: 999px;
  background: var(--yc-accent-soft);
  color: var(--yc-accent-deep) !important;
  font-size: .75rem;
  font-weight: 650;
}
.yc-sale-badge { margin-bottom: 10px; color: var(--yc-accent); font-size: .76rem; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.yc-product-info h1 { margin-bottom: 13px; font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: 1.08; }
.yc-product-summary { margin-top: 2px; color: var(--yc-muted); font-size: .95rem; line-height: 1.62; }
.yc-product-summary p:last-child { margin-bottom: 0; }
.yc-product-code { margin: 13px 0 0; color: var(--yc-faint); font-size: .76rem; }
.yc-add-form {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 11px;
  margin-top: 23px;
  padding-top: 20px;
  border-top: 1px solid var(--yc-border);
}
.yc-quantity-field label { display: block; margin: 0 0 5px; color: var(--yc-muted); font-size: .75rem; font-weight: 650; }
.yc-add-form input[type="number"], .yc-qty {
  width: 100%;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid var(--yc-border-strong);
  background: #fff;
  color: var(--yc-heading);
  outline: none;
}
.yc-add-form input[type="number"]:focus, .yc-qty:focus { border-color: rgba(125,23,41,.56); box-shadow: 0 0 0 3px rgba(125,23,41,.08); }
.yc-product-assurances { display: grid; gap: 11px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--yc-border); }
.yc-product-assurances > div { display: grid; grid-template-columns: 27px minmax(0, 1fr); gap: 9px; align-items: start; }
.yc-assurance-mark { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--yc-accent-soft); color: var(--yc-accent); font-size: .76rem; font-weight: 800; }
.yc-product-assurances strong, .yc-product-assurances small { display: block; }
.yc-product-assurances strong { color: var(--yc-heading); font-size: .84rem; font-weight: 680; }
.yc-product-assurances small { margin-top: 1px; color: var(--yc-muted); font-size: .77rem; line-height: 1.4; }
.yc-product-description-panel {
  max-width: 980px;
  margin-top: clamp(52px, 6vw, 82px);
  padding-top: clamp(25px, 3vw, 34px);
  border-top: 1px solid var(--yc-border);
}
.yc-product-description { color: var(--yc-text); font-size: .98rem; line-height: 1.75; }
.yc-product-description > *:last-child { margin-bottom: 0; }

/* Cart */
.yc-cart-page > h1, .yc-checkout-page > h1 { margin-bottom: 8px; font-size: clamp(2rem, 3.5vw, 3rem); }
.yc-cart-page > h1::after, .yc-checkout-page > h1::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 15px;
  border-radius: 99px;
  background: var(--yc-accent);
  opacity: .7;
}
.yc-cart-table-wrap {
  overflow-x: auto;
  margin-top: 28px;
  border: 1px solid var(--yc-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--yc-shadow-xs);
}
.yc-cart-table { width: 100%; border-collapse: collapse; background: transparent; }
.yc-cart-table th, .yc-cart-table td { padding: 16px 18px; border-bottom: 1px solid var(--yc-border); text-align: left; vertical-align: middle; }
.yc-cart-table tr:last-child td { border-bottom: 0; }
.yc-cart-table th { background: #fcfbfc; color: var(--yc-muted); font-size: .77rem; font-weight: 690; letter-spacing: .035em; text-transform: uppercase; }
.yc-cart-product { display: flex; align-items: center; gap: 13px; min-width: 250px; }
.yc-cart-product img { width: 68px; height: 68px; object-fit: cover; border: 1px solid var(--yc-border); border-radius: 10px; }
.yc-cart-product a { color: var(--yc-heading) !important; font-size: .9rem; font-weight: 650; }
.yc-cart-actions { display: flex; justify-content: flex-end; margin-top: 13px; }
.yc-cart-bottom { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 410px); gap: 22px; margin-top: 30px; align-items: start; }
.yc-coupon-box, .yc-totals-card, .yc-billing-card, .yc-order-review, .yc-thankyou-card {
  border: 1px solid var(--yc-border);
  border-radius: 16px;
  background: #fff;
  padding: clamp(22px, 3vw, 30px);
  box-shadow: var(--yc-shadow-xs);
}
.yc-coupon-box h2, .yc-totals-card h2, .yc-billing-card h2, .yc-order-review h2 { font-size: 1.12rem; letter-spacing: -.015em; }
.yc-coupon-form { display: flex; gap: 8px; }
.yc-coupon-form input { flex: 1; min-width: 0; }
.yc-totals-table > div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--yc-border); color: var(--yc-muted); font-size: .9rem; }
.yc-totals-table > div strong { color: var(--yc-heading); }
.yc-totals-table .yc-grand-total { margin: 5px 0 17px; padding: 14px 0 7px; border-bottom: 0; color: var(--yc-heading); font-size: 1.16rem; font-weight: 700; }

/* Checkout */
.yc-checkout-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .78fr); gap: 26px; margin-top: 28px; align-items: start; }
.yc-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.yc-field-full { grid-column: 1 / -1; }
.yc-field label { display: block; margin-bottom: 6px; color: var(--yc-text); font-size: .82rem; font-weight: 630; }
.yc-field label span { color: var(--yc-error); font-weight: 600; }
.yc-field input, .yc-field textarea, .yc-coupon-form input {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--yc-border-strong);
  background: #fff;
  color: var(--yc-heading);
  font-size: .94rem;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.yc-field input:hover, .yc-field textarea:hover, .yc-coupon-form input:hover { border-color: #cbc4ce; }
.yc-field input:focus, .yc-field textarea:focus, .yc-coupon-form input:focus { border-color: rgba(125,23,41,.58); box-shadow: 0 0 0 3px rgba(125,23,41,.075); }
.yc-field textarea { min-height: 116px; resize: vertical; }
.yc-order-review { position: sticky; top: 24px; box-shadow: var(--yc-shadow-sm); }
.yc-review-items { margin-bottom: 9px; }
.yc-review-line { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--yc-border); }
.yc-review-product { display: flex; align-items: center; gap: 10px; min-width: 0; }
.yc-review-product img { width: 54px; height: 54px; flex: 0 0 54px; border: 1px solid var(--yc-border); border-radius: 9px; object-fit: cover; }
.yc-review-product span { min-width: 0; color: var(--yc-heading); font-size: .87rem; font-weight: 630; line-height: 1.38; }
.yc-review-product small { color: var(--yc-faint); font-weight: 520; }
.yc-review-line > strong { color: var(--yc-heading); font-size: .88rem; }
.yc-checkout-coupon-hint { margin: 14px 0 0; color: var(--yc-muted); font-size: .83rem; }
.yc-checkout-coupon-hint a { font-weight: 650; }
.yc-payment-note { margin: 19px 0; padding: 15px; border: 1px solid var(--yc-border); border-radius: 11px; background: var(--yc-surface-soft); color: var(--yc-muted); font-size: .88rem; }
.yc-payment-note h2, .yc-payment-note h3 { margin-top: 0; color: var(--yc-heading); font-size: .96rem; }
.yc-payment-note p:last-child { margin-bottom: 0; }
.yc-confirm { display: flex; align-items: flex-start; gap: 8px; margin: 17px 0; color: var(--yc-muted); font-size: .86rem; line-height: 1.48; }
.yc-confirm input { margin: 3px 0 0; accent-color: var(--yc-accent); }

/* Empty / confirmation */
.yc-empty {
  padding: clamp(38px, 7vw, 76px) clamp(22px, 5vw, 54px);
  border: 1px solid var(--yc-border);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #fcfafc);
  text-align: center;
  box-shadow: var(--yc-shadow-xs);
}
.yc-empty p { color: var(--yc-muted); }
.yc-thankyou { max-width: 900px; }
.yc-thankyou-card { padding: clamp(34px, 6vw, 58px); text-align: center; box-shadow: var(--yc-shadow-sm); }
.yc-checkmark { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 17px; border-radius: 50%; background: var(--yc-accent-soft); color: var(--yc-accent); font-size: 1.75rem; font-weight: 750; }
.yc-order-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; }
.yc-order-facts div { padding: 15px; border: 1px solid var(--yc-border); border-radius: 11px; background: var(--yc-surface-soft); }
.yc-order-facts dt { color: var(--yc-muted); font-size: .74rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.yc-order-facts dd { margin: 4px 0 0; color: var(--yc-heading); font-weight: 650; }

/* Pagination */
.yc-pagination { margin-top: 42px; }
.yc-pagination .page-numbers { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; list-style: none; }
.yc-pagination .page-numbers li { margin: 0; }
.yc-pagination a.page-numbers, .yc-pagination span.page-numbers { display: grid; place-items: center; min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid var(--yc-border); border-radius: 9px; background: #fff; color: var(--yc-muted) !important; font-size: .82rem; font-weight: 620; }
.yc-pagination span.current { border-color: var(--yc-accent-soft); background: var(--yc-accent-soft); color: var(--yc-accent-deep) !important; }

@media (max-width: 980px) {
  .yc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yc-checkout-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, .72fr); }
  .yc-product-layout { gap: 34px; }
}

@media (max-width: 860px) {
  .yc-product-layout, .yc-checkout-grid, .yc-cart-bottom { grid-template-columns: 1fr; }
  .yc-product-info, .yc-order-review { position: static; }
  .yc-product-description-panel { max-width: none; }
  .yc-catalog-toolbar { grid-template-columns: 1fr; }
  .yc-catalog-toolbar .yc-cart-pill { justify-self: start; }
}

@media (max-width: 660px) {
  .yc-store { padding: 24px 15px 48px; font-size: 15.5px; }
  .yc-store-topline { margin-bottom: 22px; }
  .yc-product-grid, .yc-field-grid, .yc-order-facts { grid-template-columns: 1fr; }
  .yc-product-grid { gap: 34px; }
  .yc-catalog-toolbar { padding: 0 0 22px; border-radius: 0; }
  .yc-card-image { margin-bottom: 0; }
  .yc-card-body { min-height: 0; }
  .yc-card-actions { align-items: center; }
  .yc-product-card-positioned { grid-template-columns: 1fr; }
  .yc-product-card-positioned .yc-card-image img { min-height: 0; aspect-ratio: 1 / 1; }
  .yc-supportive-images { grid-template-columns: repeat(4, 1fr); }
  .yc-product-info { padding: 6px 0 0; border-left: 0; border-radius: 0; }
  .yc-add-form { grid-template-columns: 84px minmax(0, 1fr); }
  .yc-coupon-form { flex-direction: column; }
  .yc-cart-table thead { display: none; }
  .yc-cart-table, .yc-cart-table tbody, .yc-cart-table tr, .yc-cart-table td { display: block; width: 100%; }
  .yc-cart-table tr { padding: 12px 0; border-bottom: 1px solid var(--yc-border); }
  .yc-cart-table tr:last-child { border-bottom: 0; }
  .yc-cart-table td { display: flex; justify-content: space-between; gap: 18px; padding: 8px 14px; border-bottom: 0; }
  .yc-cart-table td::before { content: attr(data-label); color: var(--yc-muted); font-size: .74rem; font-weight: 650; text-transform: uppercase; }
  .yc-cart-table td:last-child::before { content: none; }
  .yc-cart-product { min-width: 0; }
  .yc-checkout-grid { margin-top: 22px; }
}

@media (max-width: 440px) {
  .yc-card-actions { align-items: stretch; flex-direction: column; }
  .yc-card-link { justify-content: center; min-height: 38px; }
  .yc-card-add-button { width: 100%; }
  .yc-add-form { grid-template-columns: 78px minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .yc-product-card, .yc-product-card *, .yc-button, .yc-card-link span, .yc-category-nav a, .yc-supportive-image { transition: none !important; }
}
