/* =========================================================================
   ScholarsCareer Shop — front-end styles
   Brand: #0E3B26 (green) / #FFFFFF / #000000
   Scoped under .scc-shop-active (added to <body>) so it beats Astra cleanly.
   ========================================================================= */

.scc-shop-active .site-content,
.scc-shop-active .ast-container,
.scc-shop-active #primary {
	max-width: 1180px;
}

.scc-single,
.scc-single * { box-sizing: border-box; }

.scc-single {
	max-width: 1120px;
	margin: 0 auto;
	padding: 8px 18px 40px;
	color: var(--scc-ink);
	font-family: inherit;
}

/* ---- Breadcrumb ---- */
.scc-breadcrumb {
	display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
	font-size: 15px; color: var(--scc-muted); margin: 6px 0 22px;
}
.scc-breadcrumb a { color: var(--scc-muted); text-decoration: none; }
.scc-breadcrumb a:hover { color: var(--scc-brand); }
.scc-bc-current { color: var(--scc-ink); font-weight: 600; }
.scc-bc-sep { color: #c3c9c6; }

/* ---- Grid ---- */
.scc-single-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 42px;
	align-items: start;
}

/* ---- Media ---- */
.scc-media-frame {
	position: relative;
	background: var(--scc-brand-tint-2);
	border: 1px solid var(--scc-line);
	border-radius: var(--scc-radius);
	padding: 30px;
	display: flex; align-items: center; justify-content: center;
	min-height: 420px;
	overflow: hidden;
}
.scc-media-img {
	max-width: 100%; height: auto; display: block;
	filter: drop-shadow(0 18px 34px rgba(0,0,0,0.20));
}
.scc-badge {
	position: absolute; z-index: 3;
	font-size: 12px; font-weight: 800; letter-spacing: .04em;
	padding: 7px 13px; border-radius: 999px; line-height: 1;
}
.scc-badge-best { top: 16px; left: 16px; background: var(--scc-brand); color: #fff; }
.scc-badge-off  { top: 54px; left: 16px; background: var(--scc-sale); color: #fff; box-shadow: 0 6px 14px rgba(224,54,44,.35); }

.scc-trust-row {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
	margin-top: 16px;
}
.scc-trust-row span {
	display: flex; flex-direction: column; align-items: center; gap: 6px;
	font-size: 13px; color: var(--scc-muted); text-align: center;
}
.scc-trust-row .scc-ic { width: 22px; height: 22px; color: var(--scc-brand); }

/* ---- Summary ---- */
.scc-summary-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.scc-pill {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 999px;
	text-decoration: none; line-height: 1;
}
.scc-pill-cat  { color: var(--scc-brand); background: #fff; border: 1px solid var(--scc-brand-tint); }
.scc-pill-best { color: #fff; background: var(--scc-brand); font-weight: 800; letter-spacing: .03em; }
.scc-pill-subject { color: var(--scc-brand); background: var(--scc-brand-tint-2); border: 1px solid var(--scc-brand-tint); }

.scc-title { font-size: 34px; line-height: 1.15; font-weight: 800; margin: 4px 0 6px; color: var(--scc-ink); }
.scc-subtitle { font-size: 18px; color: var(--scc-muted); margin: 0 0 16px; }

.scc-meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; }
.scc-stars { display: inline-flex; gap: 2px; }
.scc-star-ic { width: 18px; height: 18px; color: #d5dbd8; fill: #d5dbd8; }
.scc-star.is-on .scc-star-ic { color: var(--scc-star); fill: var(--scc-star); }
.scc-rating-num { font-weight: 700; }
.scc-reviews, .scc-downloads { color: var(--scc-muted); }
.scc-dot { color: #c3c9c6; }

.scc-shortdesc { color: #374151; margin: 0 0 20px; font-size: 16px; line-height: 1.6; }

/* ---- Info cards ---- */
.scc-info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 6px 0 22px; }
.scc-info-card {
	display: flex; gap: 12px; align-items: flex-start;
	border: 1px solid var(--scc-line); border-radius: var(--scc-radius-sm);
	padding: 16px; background: #fff;
}
.scc-info-card .scc-ic { width: 22px; height: 22px; color: var(--scc-brand); flex: 0 0 auto; margin-top: 2px; }
.scc-info-card > div { display: flex; flex-direction: column; }
.scc-info-label { font-size: 12px; letter-spacing: .05em; text-transform: uppercase; color: var(--scc-muted); font-weight: 700; }
.scc-info-value { font-size: 17px; font-weight: 700; color: var(--scc-ink); }

/* ---- Subjects ---- */
.scc-subjects { margin-bottom: 22px; }
.scc-subjects-label { display: block; font-size: 14px; color: var(--scc-muted); margin-bottom: 10px; }
.scc-subject-pills { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---- Buy box ---- */
.scc-buybox { border-top: 1px solid var(--scc-line); padding-top: 20px; }
.scc-price-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.scc-price { font-size: 34px; font-weight: 800; color: var(--scc-brand); }
.scc-price .woocommerce-Price-amount { color: var(--scc-brand); }
.scc-price-was { font-size: 19px; color: #9aa19d; text-decoration: line-through; }
.scc-save { font-size: 14px; font-weight: 700; color: var(--scc-sale); background: #fdecec; padding: 4px 10px; border-radius: 999px; }

.scc-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.scc-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-size: 16px; font-weight: 700; cursor: pointer;
	padding: 16px 18px; border-radius: 14px; border: 2px solid var(--scc-brand);
	text-decoration: none; transition: transform .06s ease, background .15s ease, color .15s ease;
	line-height: 1;
}
.scc-btn:active { transform: translateY(1px); }
.scc-btn .scc-ic { width: 20px; height: 20px; }
.scc-btn-primary { background: var(--scc-brand); color: #fff; }
.scc-btn-primary:hover { background: var(--scc-brand-dark); }
.scc-btn-cart { background: #fff; color: var(--scc-brand); }
.scc-btn-cart:hover { background: var(--scc-brand-tint-2); }
.scc-btn-cart .scc-btn-incart { display: none; }
.scc-btn-cart.is-incart .scc-btn-idle { display: none; }
.scc-btn-cart.is-incart .scc-btn-incart { display: inline-flex; align-items: center; gap: 8px; }
.scc-btn-cart.is-incart { border-color: #2e9c5f; color: #2e9c5f; background: #f0faf4; }
.scc-btn.is-loading { opacity: .7; pointer-events: none; }

.scc-secure-note { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--scc-muted); font-size: 15px; margin: 16px 0 0; }
.scc-secure-note .scc-ic { width: 18px; height: 18px; color: var(--scc-brand); }

/* ---- What's inside ---- */
.scc-pack {
	margin-top: 34px; background: #fff; border: 1px solid var(--scc-line);
	border-radius: var(--scc-radius); padding: 28px 26px;
}
.scc-pack-title { font-size: 24px; font-weight: 800; margin: 0 0 18px; }
.scc-pack-list { display: grid; gap: 20px; }
.scc-pack-item { display: flex; gap: 14px; align-items: flex-start; }
.scc-pack-check {
	flex: 0 0 auto; width: 30px; height: 30px; border-radius: 999px;
	background: var(--scc-brand); color: #fff; display: flex; align-items: center; justify-content: center;
}
.scc-pack-check .scc-ic { width: 18px; height: 18px; }
.scc-pack-item h3 { font-size: 17px; font-weight: 700; margin: 3px 0 4px; }
.scc-pack-item p { color: var(--scc-muted); margin: 0; line-height: 1.55; }

.scc-longdesc { margin-top: 28px; line-height: 1.7; color: #374151; }

/* ---- Header cart bubble helper ---- */
.scc-cart-count { display: inline-flex; align-items: center; justify-content: center; }

/* ---- Download panel (thank-you page) ---- */
.scc-download-panel { border: 1px solid var(--scc-brand-tint); background: var(--scc-brand-tint-2); border-radius: var(--scc-radius); padding: 24px; margin: 20px 0; }
.scc-dl-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.scc-dl-head h2 { margin: 0; font-size: 22px; }
.scc-dl-head .scc-ic-lg { width: 30px; height: 30px; color: var(--scc-brand); }
.scc-dl-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.scc-dl-list li { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border: 1px solid var(--scc-line); border-radius: var(--scc-radius-sm); padding: 14px 16px; }
.scc-dl-name { font-weight: 600; }
.scc-dl-pending { color: var(--scc-muted); margin: 0; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 900px) {
	.scc-single-grid { grid-template-columns: 1fr; gap: 26px; }
	.scc-media-frame { min-height: 340px; }
}
@media (max-width: 560px) {
	.scc-single { padding: 6px 14px 30px; }
	.scc-title { font-size: 27px; }
	.scc-price { font-size: 28px; }
	.scc-info-cards { grid-template-columns: 1fr; }
	.scc-actions { grid-template-columns: 1fr; }
	.scc-media-frame { min-height: 280px; padding: 20px; }
}

/* =========================================================================
   SHOP / ARCHIVE (batch 2)
   ========================================================================= */
.scc-shop-active .woocommerce-notices-wrapper { max-width: 1120px; margin: 0 auto; }

.scc-shop-head { max-width: 1120px; margin: 0 auto 6px; padding: 4px 18px 0; }
.scc-shop-title { font-size: 30px; font-weight: 800; margin: 6px 0 6px; color: var(--scc-ink); }
.scc-shop-sub { font-size: 17px; color: var(--scc-muted); margin: 0 0 18px; }

/* Search */
.scc-search { position: relative; max-width: 1120px; margin: 0 auto 18px; }
.scc-search-ic { position: absolute !important; left: 18px !important; top: 50% !important; transform: translateY(-50%) !important; width: 20px; height: 20px; color: var(--scc-muted); pointer-events: none; z-index: 2; }
.scc-shop-active .scc-search .scc-search-input {
	width: 100%; box-sizing: border-box; padding: 16px 18px 16px 52px !important;
	font-size: 16px; color: var(--scc-ink); line-height: 1.4; height: auto;
	border: 2px solid var(--scc-line); border-radius: 14px; background: #fff;
	outline: none; transition: border-color .15s ease, box-shadow .15s ease;
}
.scc-search-input:focus { border-color: var(--scc-search-focus); box-shadow: 0 0 0 4px color-mix(in srgb, var(--scc-search-focus) 18%, transparent); }
/* Highlight while focused OR while there is a search query (beats theme input styles). Colour is admin-configurable. */
.scc-shop-active .scc-search .scc-search-input:focus,
.scc-shop-active .scc-search .scc-search-input.is-typing {
	border-color: var(--scc-search-focus) !important;
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--scc-search-focus) 22%, transparent) !important;
	outline: none !important;
}
.scc-shop-active .scc-search:focus-within .scc-search-ic,
.scc-shop-active .scc-search .scc-search-input.is-typing + .scc-search-ic { color: var(--scc-search-focus); }

/* Category switcher */
.scc-catswitch { position: relative; max-width: 1120px; margin: 0 auto 4px; display: flex; align-items: center; }
.scc-catstrip {
	display: flex; gap: 12px; overflow-x: auto; scroll-behavior: smooth;
	padding: 6px 2px 14px; scrollbar-width: none; -ms-overflow-style: none;
	flex: 1 1 auto;
}
.scc-catstrip::-webkit-scrollbar { display: none; }
.scc-cat-pill {
	display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
	flex: 0 0 auto; text-decoration: none;
	font-size: 16px; font-weight: 700; color: var(--scc-brand);
	background: #fff; border: 1.5px solid var(--scc-line);
	padding: 13px 22px; border-radius: 999px; transition: all .15s ease;
}
.scc-cat-pill:hover { border-color: var(--scc-brand); }
.scc-cat-pill.is-active { background: var(--scc-brand); color: #fff; border-color: var(--scc-brand); }
.scc-cat-count {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 26px; height: 24px; padding: 0 8px; border-radius: 999px;
	font-size: 13px; font-weight: 700;
	background: var(--scc-brand-tint); color: var(--scc-brand);
}
.scc-cat-pill.is-active .scc-cat-count { background: rgba(255,255,255,.22); color: #fff; }

.scc-shop-active .scc-cat-arrow {
	flex: 0 0 auto; width: 42px; height: 42px; padding: 0 !important; border-radius: 999px; cursor: pointer;
	border: 1.5px solid var(--scc-line) !important; background: #fff !important; color: #000 !important;
	display: none; align-items: center; justify-content: center; box-shadow: var(--scc-shadow); line-height: 0;
	position: absolute; top: 40%; transform: translateY(-50%); z-index: 4;
}
.scc-shop-active .scc-cat-arrow .scc-chev { width: 20px; height: 20px; color: #000 !important; stroke: #000 !important; }
.scc-shop-active .scc-cat-arrow:hover { background: #fff !important; color: var(--scc-brand) !important; border-color: var(--scc-brand) !important; }
.scc-shop-active .scc-cat-arrow:hover .scc-chev { color: var(--scc-brand) !important; stroke: var(--scc-brand) !important; }
.scc-cat-prev { left: -6px; }
.scc-cat-next { right: -6px; }
.scc-shop-active .scc-cat-arrow.is-shown { display: inline-flex !important; }

/* Result bar + sort */
.scc-resultbar { max-width: 1120px; margin: 6px auto 22px; padding: 0 2px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.scc-showing { font-size: 18px; color: var(--scc-muted); }
.scc-showing strong { color: var(--scc-ink); font-weight: 800; }
.scc-showing-cat { color: var(--scc-muted); }
.scc-sort { position: relative; display: inline-flex; align-items: center; }
.scc-sort-ic { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--scc-ink); pointer-events: none; z-index: 2; }
.scc-sort-caret { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--scc-muted); pointer-events: none; z-index: 2; }
.scc-shop-active .scc-sort .scc-sort-select {
	appearance: none; -webkit-appearance: none;
	font-size: 16px; font-weight: 700; color: var(--scc-ink); cursor: pointer; height: auto; line-height: 1.4;
	padding: 13px 44px 13px 46px !important; border-radius: 12px; border: 1.5px solid var(--scc-line);
	background: #fff; outline: none;
}
.scc-sort-select:focus { border-color: var(--scc-brand); }

.scc-empty { max-width: 1120px; margin: 10px auto 30px; padding: 30px; text-align: center; color: var(--scc-muted); font-size: 17px; background: var(--scc-brand-tint-2); border-radius: var(--scc-radius); }

/* Product grid + cards (override WooCommerce ul.products) */
.scc-shop-active ul.products {
	list-style: none; margin: 0 auto !important; padding: 0; max-width: 1120px;
	display: grid !important; grid-template-columns: repeat(var(--scc-cols-d, 3), 1fr) !important; gap: 26px;
}
.scc-shop-active ul.products::before,
.scc-shop-active ul.products::after { content: none !important; display: none !important; }
ul.products li.scc-card {
	width: auto !important; margin: 0 !important; float: none !important; clear: none !important;
	background: #fff; border: 1px solid var(--scc-line); border-radius: var(--scc-radius);
	overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--scc-shadow);
	transition: transform .12s ease, box-shadow .15s ease;
}
ul.products li.scc-card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(14,59,38,.14); }

.scc-card-media { position: relative; display: flex; align-items: center; justify-content: center; background: var(--scc-brand-tint-2); padding: 18px; text-align: center; aspect-ratio: 3 / 4; overflow: hidden; }
.scc-card-img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; filter: drop-shadow(0 14px 26px rgba(0,0,0,.18)); }
.scc-card .scc-badge-best { top: 14px; left: 14px; }
.scc-card .scc-badge-off { top: 50px; left: 14px; }

.scc-card-body { display: flex; flex-direction: column; gap: 8px; padding: 18px; flex: 1; }
.scc-card-cat { font-size: 12px; font-weight: 800; letter-spacing: .05em; color: var(--scc-brand); text-transform: uppercase; }
.scc-card-title { font-size: 18px; font-weight: 700; margin: 0; line-height: 1.3; }
.scc-card-title a { color: var(--scc-ink); text-decoration: none; }
.scc-card-title a:hover { color: var(--scc-brand); }
.scc-card-univ { font-size: 14px; color: var(--scc-muted); margin: 0; }
.scc-card-rating { display: flex; align-items: center; gap: 6px; font-size: 14px; }
.scc-card-rating .scc-star-ic { width: 15px; height: 15px; }
.scc-card-price { display: flex; align-items: baseline; gap: 10px; margin-top: 2px; }
.scc-card-price .scc-price { font-size: 22px; }
.scc-card-price .scc-price-was { font-size: 15px; }
.scc-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; padding-top: 8px; }
.scc-card-actions .scc-btn { font-size: 14px; padding: 12px 10px; border-radius: 11px; }
.scc-card-actions .scc-btn .scc-ic { width: 17px; height: 17px; }

@media (max-width: 1024px) {
	.scc-shop-active ul.products { grid-template-columns: repeat(var(--scc-cols-t, 2), 1fr) !important; }
}
@media (max-width: 640px) {
	.scc-shop-active ul.products { grid-template-columns: repeat(var(--scc-cols-m, 1), 1fr) !important; gap: 20px; }
	.scc-cat-arrow { display: none !important; }
	.scc-shop-title { font-size: 25px; }
	.scc-resultbar { gap: 12px; }
	.scc-sort-select { width: 100%; }
	.scc-sort { width: 100%; }
}

/* =========================================================================
   PAGINATION (shop page)
   ========================================================================= */
/* High specificity + !important so Astra/WooCommerce defaults never win. */
body.scc-shop-active .woocommerce-pagination {
	max-width: 1120px; margin: 36px auto 12px; text-align: left !important;
}
body.scc-shop-active .woocommerce-pagination ul {
	display: flex !important; flex-wrap: wrap; gap: 14px; list-style: none;
	margin: 0; padding: 0; border: 0 !important; justify-content: flex-start;
}
body.scc-shop-active .woocommerce-pagination ul li { margin: 0 !important; border: 0 !important; overflow: visible; background: transparent !important; }
body.scc-shop-active .woocommerce-pagination ul li a,
body.scc-shop-active .woocommerce-pagination ul li span {
	display: inline-flex !important; align-items: center; justify-content: center; gap: 8px;
	min-width: 62px; height: 62px; padding: 0 20px; box-sizing: border-box;
	border-radius: 18px !important; border: 1.5px solid var(--scc-line) !important; background: #fff !important;
	color: var(--scc-ink) !important; font-size: 20px; font-weight: 700; line-height: 1;
	text-decoration: none; transition: all .15s ease;
}
/* Number links are underlined like the design; prev/next labels handled separately. */
body.scc-shop-active .woocommerce-pagination ul li a.page-numbers:not(.next):not(.prev) { text-decoration: underline !important; text-underline-offset: 4px; }
body.scc-shop-active .woocommerce-pagination ul li a:hover { border-color: var(--scc-brand) !important; color: var(--scc-brand) !important; }
body.scc-shop-active .woocommerce-pagination ul li span.current,
body.scc-shop-active .woocommerce-pagination ul li a.current {
	background: var(--scc-brand) !important; border-color: var(--scc-brand) !important; color: #fff !important;
	box-shadow: 0 6px 18px color-mix(in srgb, var(--scc-brand) 32%, transparent);
}
body.scc-shop-active .woocommerce-pagination ul li span.dots { border-color: transparent !important; background: transparent !important; min-width: 30px; }
body.scc-shop-active .woocommerce-pagination .scc-pg-label { text-decoration: underline !important; text-underline-offset: 4px; }
body.scc-shop-active .woocommerce-pagination .scc-pg-chev { display: none !important; }
/* Neutralise any theme-injected arrow pseudo-elements. */
body.scc-shop-active .woocommerce-pagination .next::after,
body.scc-shop-active .woocommerce-pagination .prev::before { content: none !important; }

@media (max-width: 640px) {
	body.scc-shop-active .woocommerce-pagination ul { gap: 10px; }
	body.scc-shop-active .woocommerce-pagination ul li a,
	body.scc-shop-active .woocommerce-pagination ul li span { min-width: 52px; height: 52px; font-size: 18px; padding: 0 15px; }
}

/* =========================================================================
   SINGLE PRODUCT — Description / Reviews tabs + Related products
   ========================================================================= */
.scc-shop-active .woocommerce-tabs { max-width: 1120px; margin: 34px auto 0; padding: 0 18px; }
.scc-shop-active .woocommerce-tabs ul.tabs {
	list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 30px;
	border-bottom: 2px solid var(--scc-line); overflow: visible; position: relative;
}
.scc-shop-active .woocommerce-tabs ul.tabs::before { display: none !important; content: none !important; }
.scc-shop-active .woocommerce-tabs ul.tabs li {
	margin: 0 !important; padding: 0 !important; background: none !important;
	border: 0 !important; border-radius: 0 !important; position: relative; z-index: 1; float: none;
}
.scc-shop-active .woocommerce-tabs ul.tabs li::before,
.scc-shop-active .woocommerce-tabs ul.tabs li::after { display: none !important; content: none !important; border: 0 !important; box-shadow: none !important; }
.scc-shop-active .woocommerce-tabs ul.tabs li a {
	display: block; padding: 12px 2px; font-size: 17px; font-weight: 700;
	color: var(--scc-muted) !important; text-decoration: none; border-bottom: 3px solid transparent;
	margin-bottom: -2px; transition: color .15s ease, border-color .15s ease;
}
.scc-shop-active .woocommerce-tabs ul.tabs li a:hover { color: var(--scc-ink) !important; }
.scc-shop-active .woocommerce-tabs ul.tabs li.active a { color: var(--scc-ink) !important; border-bottom-color: var(--scc-brand); }
.scc-shop-active .woocommerce-Tabs-panel { padding-top: 24px; line-height: 1.75; color: #374151; font-size: 16px; }
.scc-shop-active .woocommerce-Tabs-panel h1,
.scc-shop-active .woocommerce-Tabs-panel h2,
.scc-shop-active .woocommerce-Tabs-panel h3 { color: var(--scc-ink); font-weight: 800; line-height: 1.25; margin: 22px 0 12px; }
.scc-shop-active .woocommerce-Tabs-panel h2 { font-size: 26px; }
.scc-shop-active .woocommerce-Tabs-panel h3 { font-size: 20px; }
.scc-shop-active .woocommerce-Tabs-panel p { margin: 0 0 14px; }
.scc-shop-active .woocommerce-Tabs-panel ul,
.scc-shop-active .woocommerce-Tabs-panel ol { margin: 0 0 16px 22px; }
.scc-shop-active .woocommerce-Tabs-panel ul li { list-style: disc; margin: 6px 0; }

/* Reviews panel tidy-up */
.scc-shop-active #reviews .comment-form input[type=text],
.scc-shop-active #reviews .comment-form input[type=email],
.scc-shop-active #reviews .comment-form textarea { border: 1.5px solid var(--scc-line); border-radius: 10px; padding: 12px 14px; width: 100%; box-sizing: border-box; }
.scc-shop-active #reviews .comment-form .submit,
.scc-shop-active #reviews #respond .form-submit input {
	background: var(--scc-brand) !important; color: #fff !important; border: 0 !important;
	border-radius: 12px; padding: 13px 22px; font-weight: 700; cursor: pointer;
}

/* Related products */
.scc-shop-active .related.products,
.scc-shop-active .up-sells.products,
.scc-shop-active .upsells.products { max-width: 1120px; margin: 44px auto 10px; padding: 0 18px; clear: both; }
.scc-shop-active .related.products > h2,
.scc-shop-active .up-sells.products > h2,
.scc-shop-active .upsells.products > h2 { font-size: 24px; font-weight: 800; color: var(--scc-ink); margin: 0 0 20px; }
.scc-shop-active .related.products ul.products,
.scc-shop-active .up-sells.products ul.products,
.scc-shop-active .upsells.products ul.products { max-width: 100%; margin: 0 !important; padding: 0; }

@media (max-width: 560px) {
	.scc-shop-active .woocommerce-tabs ul.tabs { gap: 20px; }
	.scc-shop-active .woocommerce-tabs ul.tabs li a { font-size: 15px; }
	.scc-shop-active .woocommerce-Tabs-panel h2 { font-size: 22px; }
}


/* ======================================================================== */
/* Cart page (batch 3)                                                       */
/* ======================================================================== */
.scc-shop-active .scc-cart{max-width:1180px;margin:0 auto;padding:8px 18px 60px;color:var(--scc-ink);}

.scc-shop-active .scc-breadcrumb{display:flex;align-items:center;gap:8px;font-size:15px;color:var(--scc-muted);margin:6px 0 18px;}
.scc-shop-active .scc-breadcrumb a{color:var(--scc-muted);text-decoration:none;}
.scc-shop-active .scc-breadcrumb a:hover{color:var(--scc-brand);}
.scc-shop-active .scc-bc-sep{color:#c2c8cf;}
.scc-shop-active .scc-bc-current{color:var(--scc-ink);font-weight:600;}

.scc-shop-active .scc-cart-title{font-size:40px;line-height:1.1;font-weight:800;margin:0 0 26px;color:var(--scc-black);}
.scc-shop-active .scc-cart-count{color:#9aa1a9;font-weight:700;font-size:30px;}

.scc-shop-active .scc-cart-grid{display:grid;grid-template-columns:1fr;gap:24px;}
@media(min-width:960px){
	.scc-shop-active .scc-cart-grid{grid-template-columns:1fr 380px;align-items:start;gap:30px;}
	.scc-shop-active .scc-summary-wrap{position:sticky;top:24px;}
}

.scc-shop-active .scc-cart-items,
.scc-shop-active .scc-coupon,
.scc-shop-active .scc-summary{background:var(--scc-white);border:1px solid var(--scc-line);border-radius:var(--scc-radius);box-shadow:var(--scc-shadow);}

/* Item cards */
.scc-shop-active .scc-cart-items{padding:6px 22px;margin-bottom:24px;}
.scc-shop-active .scc-cart-item{display:grid;grid-template-columns:112px 1fr;gap:20px;padding:26px 0;border-bottom:1px solid var(--scc-line);}
.scc-shop-active .scc-cart-item:last-child{border-bottom:0;}
.scc-shop-active .scc-ci-thumb img,
.scc-shop-active .scc-ci-thumb .scc-ci-img{width:112px;height:112px;object-fit:cover;border-radius:14px;display:block;}
.scc-shop-active .scc-ci-body{position:relative;min-width:0;}
.scc-shop-active .scc-ci-remove{position:absolute;top:0;right:0;color:#c2c8cf;line-height:0;}
.scc-shop-active .scc-ci-remove:hover{color:var(--scc-sale);}
.scc-shop-active .scc-ci-trash{width:22px;height:22px;}
.scc-shop-active .scc-ci-title{font-size:19px;font-weight:800;margin:0 40px 4px 0;color:var(--scc-black);line-height:1.3;}
.scc-shop-active .scc-ci-title a{color:inherit;text-decoration:none;}
.scc-shop-active .scc-ci-title a:hover{color:var(--scc-brand);}
.scc-shop-active .scc-ci-univ{color:var(--scc-muted);margin:0 0 12px;font-size:15px;}
.scc-shop-active .scc-ci-badge{display:inline-flex;align-items:center;gap:7px;background:var(--scc-brand-tint);color:var(--scc-brand);font-weight:700;font-size:13.5px;padding:7px 13px;border-radius:999px;}
.scc-shop-active .scc-ci-badge-ic{width:15px;height:15px;}
.scc-shop-active .scc-ci-years{color:#9aa1a9;font-size:15px;margin:12px 0 0;}
.scc-shop-active .scc-ci-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;}

/* Quantity stepper */
.scc-shop-active .scc-qty{display:inline-flex;align-items:center;background:#f3f4f6;border-radius:12px;padding:4px;}
.scc-shop-active .scc-qty-btn{width:40px;height:40px;border:0;background:transparent;cursor:pointer;font-size:22px;line-height:1;color:var(--scc-ink);border-radius:9px;display:inline-flex;align-items:center;justify-content:center;transition:background .15s;}
.scc-shop-active .scc-qty-btn:hover{background:#e5e7eb;}
.scc-shop-active .scc-qty .quantity{margin:0;display:inline-flex;}
.scc-shop-active .scc-qty .quantity input.qty,
.scc-shop-active .scc-qty-input{width:44px;height:40px;border:0 !important;background:transparent !important;text-align:center;font-size:17px;font-weight:700;color:var(--scc-ink);-moz-appearance:textfield;padding:0 !important;box-shadow:none !important;outline:none;}
.scc-shop-active .scc-qty .quantity input.qty::-webkit-outer-spin-button,
.scc-shop-active .scc-qty .quantity input.qty::-webkit-inner-spin-button,
.scc-shop-active .scc-qty-input::-webkit-outer-spin-button,
.scc-shop-active .scc-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.scc-shop-active .scc-qty.is-loading{opacity:.55;pointer-events:none;}
/* Compact stepper for the checkout Order Summary */
.scc-shop-active .scc-qty-sm{display:inline-flex;align-items:center;background:#f3f4f6;border-radius:10px;padding:2px;margin-top:6px;}
.scc-shop-active .scc-qty-sm .scc-qty-btn{width:28px;height:28px;font-size:16px;border-radius:7px;color:var(--scc-ink);}
.scc-shop-active .scc-qty-sm .scc-qty-input{width:30px;height:28px;font-size:14px;font-weight:700;}
.scc-shop-active .scc-ci-price{font-size:22px;font-weight:800;color:var(--scc-brand);white-space:nowrap;}

/* Coupon card */
.scc-shop-active .scc-coupon{padding:24px 22px;margin-bottom:22px;}
.scc-shop-active .scc-coupon-head{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:800;margin:0 0 18px;color:var(--scc-black);}
.scc-shop-active .scc-coupon-ic{width:20px;height:20px;color:var(--scc-brand);}
.scc-shop-active .scc-coupon-form{display:flex;gap:12px;}
.scc-shop-active .scc-coupon-field{position:relative;flex:1;display:block;}
.scc-shop-active .scc-coupon-field-ic{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9aa1a9;pointer-events:none;}
.scc-shop-active .scc-coupon-input{width:100%;border:1.5px solid var(--scc-line);border-radius:12px;padding:15px 16px 15px 46px !important;font-size:15px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--scc-ink);background:#fff;box-shadow:none;}
.scc-shop-active .scc-coupon-input:focus{outline:none;border-color:var(--scc-brand);}
.scc-shop-active .scc-coupon-apply{border:0;border-radius:12px;padding:0 26px;cursor:pointer;background:#8aa596;color:#fff;font-weight:700;font-size:15px;transition:background .15s;}
.scc-shop-active .scc-coupon-apply:hover{background:var(--scc-brand);}
.scc-shop-active .scc-coupon-try{margin:14px 0 0;font-size:14px;color:#9aa1a9;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;}
.scc-shop-active .scc-coupon-code{border:0;background:transparent;cursor:pointer;padding:0;color:var(--scc-brand);font-weight:700;font-size:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;}
.scc-shop-active .scc-coupon-code:hover{text-decoration:underline;}

/* Continue shopping */
.scc-shop-active .scc-continue{display:inline-flex;align-items:center;gap:10px;color:var(--scc-brand);font-weight:600;font-size:16px;text-decoration:none;margin:2px 0 0;}
.scc-shop-active .scc-continue:hover{color:var(--scc-brand-dark);}
.scc-shop-active .scc-continue-ic{width:18px;height:18px;}

/* Order summary */
.scc-shop-active .scc-summary{padding:26px 24px;}
.scc-shop-active .scc-summary-title{font-size:22px;font-weight:800;margin:0;color:var(--scc-black);}
.scc-shop-active .scc-summary-divider{height:1px;background:var(--scc-line);margin:18px 0;}
.scc-shop-active .scc-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:16px;color:var(--scc-muted);margin:14px 0;}
.scc-shop-active .scc-summary-val{color:var(--scc-ink);font-weight:600;}
.scc-shop-active .scc-free{color:var(--scc-brand);font-weight:800;letter-spacing:.02em;}
.scc-shop-active .scc-summary-discount .scc-discount-val{color:var(--scc-sale);}
.scc-shop-active .scc-remove-coupon{color:#c2c8cf;text-decoration:none;margin-left:4px;font-weight:700;}
.scc-shop-active .scc-remove-coupon:hover{color:var(--scc-sale);}
.scc-shop-active .scc-summary-total-row{margin:4px 0 0;}
.scc-shop-active .scc-summary-total-label{font-size:22px;font-weight:800;color:var(--scc-black);}
.scc-shop-active .scc-summary-total{font-size:26px;font-weight:800;color:var(--scc-brand);}

/* Checkout button */
.scc-shop-active .scc-checkout-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin:20px 0 0;padding:18px 20px;background:var(--scc-brand);color:#fff;font-size:17px;font-weight:800;border-radius:14px;text-decoration:none;transition:background .15s,transform .05s;}
.scc-shop-active .scc-checkout-btn:hover{background:var(--scc-brand-dark);color:#fff;}
.scc-shop-active .scc-checkout-btn:active{transform:translateY(1px);}
.scc-shop-active .scc-checkout-ic{width:20px;height:20px;}

/* Trust list */
.scc-shop-active .scc-summary-trust{list-style:none;margin:0;padding:0;display:grid;gap:14px;}
.scc-shop-active .scc-summary-trust li{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--scc-ink);}
.scc-shop-active .scc-summary-trust li .scc-ic{width:19px;height:19px;color:var(--scc-brand);flex:none;}

/* Payment methods */
.scc-shop-active .scc-pay-label{text-align:center;color:#9aa1a9;font-size:14px;margin:22px 0 14px;}
.scc-shop-active .scc-pay-methods{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.scc-shop-active .scc-pay-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--scc-line);border-radius:10px;padding:9px 12px;font-size:13.5px;font-weight:600;color:var(--scc-ink);}
.scc-shop-active .scc-pay-pill .scc-ic{width:16px;height:16px;color:var(--scc-brand);}

@media(max-width:560px){
	.scc-shop-active .scc-cart{padding:8px 12px 50px;}
	.scc-shop-active .scc-cart-title{font-size:28px;}
	.scc-shop-active .scc-cart-count{font-size:20px;}
	.scc-shop-active .scc-cart-items{padding:4px 14px;}
	.scc-shop-active .scc-cart-item{grid-template-columns:72px minmax(0,1fr);gap:12px;padding:20px 0;}
	.scc-shop-active .scc-ci-thumb img,.scc-shop-active .scc-ci-thumb .scc-ci-img{width:72px;height:72px;border-radius:12px;}
	.scc-shop-active .scc-ci-title{font-size:15px;line-height:1.3;margin:0 26px 3px 0;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
	.scc-shop-active .scc-ci-univ{font-size:13px;margin-bottom:8px;overflow-wrap:anywhere;}
	.scc-shop-active .scc-ci-badge{font-size:11.5px;padding:5px 10px;gap:5px;}
	.scc-shop-active .scc-ci-badge-ic{width:13px;height:13px;}
	.scc-shop-active .scc-ci-years{font-size:13px;margin-top:8px;}
	.scc-shop-active .scc-ci-remove{top:-2px;}
	.scc-shop-active .scc-ci-trash{width:19px;height:19px;}
	.scc-shop-active .scc-ci-bottom{flex-wrap:wrap;gap:10px 12px;margin-top:12px;}
	.scc-shop-active .scc-qty{padding:3px;}
	.scc-shop-active .scc-qty-btn{width:32px;height:32px;font-size:18px;border-radius:8px;}
	.scc-shop-active .scc-qty .quantity input.qty,
	.scc-shop-active .scc-qty-input{width:32px;height:32px;font-size:15px;}
	.scc-shop-active .scc-ci-price{font-size:17px;margin-left:auto;}
}

@media(max-width:360px){
	.scc-shop-active .scc-cart-item{grid-template-columns:56px minmax(0,1fr);gap:10px;}
	.scc-shop-active .scc-ci-thumb img,.scc-shop-active .scc-ci-thumb .scc-ci-img{width:56px;height:56px;}
	.scc-shop-active .scc-ci-title{font-size:13.5px;}
	.scc-shop-active .scc-ci-price{font-size:16px;}
	.scc-shop-active .scc-qty-btn{width:30px;height:30px;font-size:17px;}
	.scc-shop-active .scc-qty .quantity input.qty,
	.scc-shop-active .scc-qty-input{width:26px;}
}


/* ======================================================================== */
/* Floating "View Cart" toast (batch 4)                                      */
/* ======================================================================== */
.scc-viewcart-fab{
	position:fixed;left:50%;bottom:24px;
	transform:translateX(-50%) translateY(26px);
	z-index:99999;display:inline-flex;align-items:center;gap:10px;
	background:var(--scc-brand) !important;color:#fff !important;text-decoration:none !important;
	font-size:16px;font-weight:800;line-height:1;padding:15px 24px;border-radius:999px;
	box-shadow:0 12px 34px rgba(14,59,38,.38);
	opacity:0;visibility:hidden;pointer-events:none;
	transition:opacity .25s ease,transform .25s ease,visibility .25s ease;
	max-width:calc(100% - 32px);
}
.scc-viewcart-fab.is-shown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);}
.scc-viewcart-fab:hover{background:var(--scc-brand-dark) !important;color:#fff !important;}
.scc-viewcart-ic{display:inline-flex;align-items:center;}
.scc-viewcart-ic svg{width:20px;height:20px;display:block;}
.scc-viewcart-count{font-weight:800;}
.scc-viewcart-chev{font-size:20px;line-height:1;margin-left:2px;}
@media(max-width:560px){
	.scc-viewcart-fab{bottom:18px;font-size:15px;padding:14px 22px;}
}


/* ========================================================================= */
/* Checkout page (batch 5)                                                    */
/* ========================================================================= */
.scc-shop-active .scc-checkout{max-width:1120px;margin:0 auto;padding:0 4px 60px;}
.scc-shop-active .scc-checkout-title{font-size:34px;font-weight:800;color:var(--scc-black);margin:2px 0 26px;}
.scc-shop-active .scc-checkout-grid{display:block;}
@media(min-width:960px){
	.scc-shop-active .scc-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:30px;align-items:start;}
}
.scc-shop-active .scc-checkout-main{display:grid;gap:22px;min-width:0;}

/* Section cards */
.scc-shop-active .scc-co-card{background:var(--scc-white);border:1px solid var(--scc-line);border-radius:var(--scc-radius);box-shadow:var(--scc-shadow);padding:26px 24px;}
.scc-shop-active .scc-co-head{display:flex;align-items:center;gap:14px;font-size:21px;font-weight:800;color:var(--scc-black);margin:0;}
.scc-shop-active .scc-co-step{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--scc-brand);color:#fff;font-size:16px;font-weight:800;flex:none;}
.scc-shop-active .scc-co-optional{font-size:15px;font-weight:500;color:var(--scc-muted);}
.scc-shop-active .scc-co-divider{height:1px;background:var(--scc-line);margin:18px 0 22px;}

/* Section 1 — billing fields (via native WooCommerce fields) */
.scc-shop-active .scc-co-billing .woocommerce-billing-fields>h3,
.scc-shop-active .scc-co-billing .woocommerce-additional-fields>h3{display:none;}
.scc-shop-active .scc-co-billing .woocommerce-billing-fields__field-wrapper{display:grid;gap:20px;}
.scc-shop-active .scc-co-billing .form-row{width:100%;margin:0;padding:0;float:none;display:block;}
.scc-shop-active .scc-co-billing .form-row label{display:block;font-size:15px;font-weight:700;color:var(--scc-ink);margin:0 0 9px;}
.scc-shop-active .scc-co-billing .form-row label .required{color:var(--scc-sale);text-decoration:none;border:0;}
.scc-shop-active .scc-co-billing .form-row label .optional{color:var(--scc-muted);}
.scc-shop-active .scc-co-billing .form-row .input-text{width:100%;box-sizing:border-box;padding:16px 18px;border:1.5px solid var(--scc-line);border-radius:12px;font-size:16px;color:var(--scc-ink);background:#fff;box-shadow:none;transition:border-color .15s,box-shadow .15s;}
.scc-shop-active .scc-co-billing .form-row .input-text::placeholder{color:#aab0b8;}
.scc-shop-active .scc-co-billing .form-row .input-text:focus{outline:none;border-color:var(--scc-brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--scc-brand) 16%,transparent);}
.scc-shop-active .scc-co-ic-mail .input-text{padding-left:48px;background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa1a9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='14' rx='2'/><path d='m3 7 9 6 9-6'/></svg>") no-repeat 16px center;background-size:20px;}
.scc-shop-active .scc-co-ic-phone .input-text{padding-left:48px;background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa1a9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='7' y='2' width='10' height='20' rx='2'/><path d='M11 18h2'/></svg>") no-repeat 16px center;background-size:20px;}

/* Section 2 — payment tiles */
.scc-shop-active .scc-pay-tiles{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.scc-shop-active .scc-pay-tile{list-style:none;position:relative;margin:0;padding:0;}
.scc-shop-active .scc-pay-tile::before{display:none;}
.scc-shop-active .scc-pay-radio{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none;}
.scc-shop-active .scc-pay-tile-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:100%;min-height:98px;padding:16px 8px;border:1.5px solid var(--scc-line);border-radius:14px;cursor:pointer;text-align:center;margin:0;transition:border-color .15s,background .15s;}
.scc-shop-active .scc-pay-tile-label:hover{border-color:color-mix(in srgb,var(--scc-brand) 45%,var(--scc-line));}
.scc-shop-active .scc-pay-tile.is-active .scc-pay-tile-label{border-color:var(--scc-brand);background:var(--scc-brand-tint);}
.scc-shop-active .scc-pay-tile-ic{display:flex;align-items:center;justify-content:center;min-height:30px;width:100%;}
.scc-shop-active .scc-pay-tile-ic .scc-ic{width:26px;height:26px;color:var(--scc-ink);}
.scc-shop-active .scc-pay-logo{max-height:30px;max-width:100%;width:auto;object-fit:contain;display:block;}
.scc-shop-active .scc-pay-tile.is-active .scc-pay-tile-ic .scc-ic{color:var(--scc-brand);}
.scc-shop-active .scc-pay-tile-name{font-size:14px;font-weight:700;line-height:1.25;color:var(--scc-ink);}
.scc-shop-active .scc-pay-radio:focus-visible+.scc-pay-tile-label{outline:2px solid var(--scc-brand);outline-offset:2px;}

/* Decorative card-field preview (real capture happens in Paystack's popup) */
.scc-shop-active .scc-pay-panel{margin-top:20px;}
.scc-shop-active .scc-cardfields{display:grid;gap:16px;}
.scc-shop-active .scc-cf-label{display:block;font-size:15px;font-weight:700;color:var(--scc-ink);margin:0 0 9px;}
.scc-shop-active .scc-cf-field{position:relative;display:block;}
.scc-shop-active .scc-cf-ic{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9aa1a9;}
.scc-shop-active .scc-cf-field .scc-cf-input{padding-left:44px;}
.scc-shop-active .scc-cf-input{width:100%;box-sizing:border-box;padding:15px 16px;border:1.5px solid var(--scc-line);border-radius:12px;font-size:15px;color:var(--scc-muted);background:#fbfbfc;cursor:default;}
.scc-shop-active .scc-cf-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.scc-shop-active .scc-pay-desc{margin-top:14px;font-size:14px;color:var(--scc-muted);}
.scc-shop-active .scc-pay-desc:empty{display:none;margin:0;}
.scc-shop-active .scc-pay-secure{display:flex;align-items:flex-start;gap:10px;background:#eef4ff;border-radius:12px;padding:14px 16px;margin:16px 0 0;font-size:14px;line-height:1.5;color:#31527d;}
.scc-shop-active .scc-pay-secure-ic{color:#3b6fd6;width:18px;height:18px;flex:none;margin-top:1px;}
.scc-shop-active .scc-pay-secure strong{color:#1e3a63;}
.scc-shop-active .scc-pay-none{font-size:15px;color:var(--scc-muted);margin:0;line-height:1.55;}

/* Section 3 — applied coupons */
.scc-shop-active .scc-coupon-applied{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:10px;}
.scc-shop-active .scc-coupon-applied li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--scc-ink);}
.scc-shop-active .scc-coupon-applied li .scc-ic{width:18px;height:18px;color:var(--scc-brand);flex:none;}
.scc-shop-active .scc-coupon-applied .scc-remove-coupon{margin-left:auto;color:var(--scc-muted);text-decoration:none;font-size:18px;line-height:1;}
.scc-shop-active .scc-coupon-applied .scc-remove-coupon:hover{color:var(--scc-sale);}
.scc-shop-active .scc-coupon-hidden-form{display:none;}

/* Order summary — line items */
.scc-shop-active .scc-co-items{list-style:none;margin:0;padding:0;display:grid;gap:16px;}
.scc-shop-active .scc-co-item{display:flex;align-items:flex-start;gap:12px;min-width:0;}
.scc-shop-active .scc-co-item-thumb{width:48px;height:48px;border-radius:9px;overflow:hidden;flex:none;background:var(--scc-brand-tint);}
.scc-shop-active .scc-co-item-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.scc-shop-active .scc-co-item-info{flex:1;min-width:0;}
.scc-shop-active .scc-co-item-name{display:block;font-size:15px;font-weight:600;color:var(--scc-ink);overflow-wrap:anywhere;word-break:break-word;line-height:1.35;}
.scc-shop-active .scc-co-item-qty{display:block;font-size:13px;color:var(--scc-muted);margin-top:2px;}
.scc-shop-active .scc-co-item-price{font-size:16px;font-weight:800;color:var(--scc-ink);white-space:nowrap;flex:none;}

/* Place order + SSL note */
.scc-shop-active .scc-place-order{border:0;cursor:pointer;width:100%;}
.scc-shop-active .scc-place-order .scc-place-ic{width:18px;height:18px;flex:none;}
.scc-shop-active .scc-place-order .woocommerce-Price-amount{color:#fff;font-weight:800;}
.scc-shop-active .scc-co-ssl{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--scc-muted);font-size:13.5px;margin:16px 0 0;}
.scc-shop-active .scc-co-ssl .scc-ic{width:16px;height:16px;color:var(--scc-brand);}
.scc-shop-active .scc-co-terms{margin:6px 0 2px;font-size:14px;}

@media(max-width:560px){
	.scc-shop-active .scc-checkout-title{font-size:28px;margin-bottom:20px;}
	.scc-shop-active .scc-co-card{padding:22px 18px;}
	.scc-shop-active .scc-pay-tiles{gap:10px;}
	.scc-shop-active .scc-pay-tile-label{min-height:90px;padding:14px 6px;}
	.scc-shop-active .scc-pay-tile-name{font-size:13px;}
}

/* =========================================================================
   Thank-you / order-received + downloads page (batch 6)
   ========================================================================= */
.scc-shop-active .scc-thankyou{max-width:720px;margin:0 auto;padding:8px 0 44px;}
.scc-shop-active .scc-ty-hero{text-align:center;padding:8px 0;}
.scc-shop-active .scc-ty-badge{width:92px;height:92px;margin:0 auto 22px;border-radius:24px;background:var(--scc-brand);display:flex;align-items:center;justify-content:center;box-shadow:0 18px 40px rgba(14,59,38,0.28);}
.scc-shop-active .scc-ty-check{width:46px;height:46px;color:#fff;stroke-width:2.4;}
.scc-shop-active .scc-ty-badge-fail{background:var(--scc-sale);color:#fff;font-size:52px;font-weight:800;line-height:1;box-shadow:0 18px 40px rgba(224,54,44,0.28);}
.scc-shop-active .scc-ty-title{font-size:40px;line-height:1.1;font-weight:800;color:var(--scc-ink);margin:0 0 6px;letter-spacing:-.02em;}
.scc-shop-active .scc-ty-emoji{font-size:38px;line-height:1;margin:2px 0 14px;}
.scc-shop-active .scc-ty-sub{font-size:18px;line-height:1.55;color:var(--scc-muted);max-width:520px;margin:0 auto;}
.scc-shop-active .scc-ty-sub strong{color:var(--scc-ink);}

.scc-shop-active .scc-ty-card{background:#fff;border:1px solid var(--scc-line);border-radius:var(--scc-radius);box-shadow:var(--scc-shadow);padding:26px;margin:22px 0 0;}
.scc-shop-active .scc-ty-card-title{font-size:22px;font-weight:800;color:var(--scc-ink);margin:0;}

/* order details */
.scc-shop-active .scc-ty-details{display:grid;grid-template-columns:1fr 1fr;gap:22px 20px;}
.scc-shop-active .scc-ty-detail{display:flex;flex-direction:column;gap:6px;min-width:0;}
.scc-shop-active .scc-ty-dt-label{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--scc-muted);}
.scc-shop-active .scc-ty-dt-val{font-size:18px;font-weight:800;color:var(--scc-ink);display:flex;align-items:center;gap:8px;min-width:0;}
.scc-shop-active .scc-ty-total{color:var(--scc-brand);}
.scc-shop-active .scc-ty-email{font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.scc-shop-active .scc-ty-copy{border:0;background:transparent;padding:3px;cursor:pointer;color:var(--scc-muted);display:inline-flex;border-radius:6px;flex:none;}
.scc-shop-active .scc-ty-copy .scc-ic{width:17px;height:17px;}
.scc-shop-active .scc-ty-copy:hover{color:var(--scc-brand);background:var(--scc-brand-tint);}
.scc-shop-active .scc-ty-copy.is-copied{color:var(--scc-brand);}
.scc-shop-active .scc-ty-emailnote{display:flex;align-items:flex-start;gap:12px;margin-top:22px;padding-top:20px;border-top:1px solid var(--scc-line);}
.scc-shop-active .scc-ty-mail-ic{width:20px;height:20px;color:var(--scc-brand);flex:none;margin-top:2px;}
.scc-shop-active .scc-ty-emailnote p{margin:0;font-size:15px;line-height:1.55;color:var(--scc-muted);}
.scc-shop-active .scc-ty-emailnote strong{color:var(--scc-ink);word-break:break-all;}

/* downloads */
.scc-shop-active .scc-ty-dl-head{display:flex;align-items:center;gap:12px;margin-bottom:18px;}
.scc-shop-active .scc-ty-dl-head h2{font-size:22px;font-weight:800;color:var(--scc-ink);margin:0;}
.scc-shop-active .scc-ty-dl-ic{width:26px;height:26px;color:var(--scc-brand);flex:none;}
.scc-shop-active .scc-ty-dl-list{list-style:none;margin:0;padding:0;display:grid;gap:16px;}
.scc-shop-active .scc-ty-dl-item{border:1px solid var(--scc-line);border-radius:var(--scc-radius-sm);padding:18px;background:var(--scc-brand-tint-2);}
.scc-shop-active .scc-ty-dl-name{font-size:16px;font-weight:700;line-height:1.4;color:var(--scc-ink);margin:0 0 14px;}
.scc-shop-active .scc-ty-dl-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;background:var(--scc-brand);color:#fff;border-radius:12px;padding:14px 18px;font-size:16px;font-weight:700;text-decoration:none;transition:background .15s ease;}
.scc-shop-active .scc-ty-dl-btn:hover{background:var(--scc-brand-dark);color:#fff;}
.scc-shop-active .scc-ty-dl-btn .scc-ic{width:19px;height:19px;}
.scc-shop-active .scc-ty-dl-pending{margin:0;font-size:15px;line-height:1.55;color:var(--scc-muted);}

/* receipt */
.scc-shop-active .scc-ty-divider{height:1px;background:var(--scc-line);margin:18px 0;}
.scc-shop-active .scc-ty-receipt-lines{list-style:none;margin:0;padding:0;display:grid;gap:14px;}
.scc-shop-active .scc-ty-receipt-lines li{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}
.scc-shop-active .scc-ty-ri-name{font-size:16px;color:var(--scc-ink);min-width:0;flex:1 1 auto;overflow-wrap:anywhere;word-break:break-word;line-height:1.4;}
.scc-shop-active .scc-ty-ri-amt{font-size:16px;font-weight:700;color:var(--scc-ink);white-space:nowrap;flex:none;}
.scc-shop-active .scc-ty-ri-coupon .scc-ty-ri-name,.scc-shop-active .scc-ty-ri-coupon .scc-ty-ri-amt{color:var(--scc-brand);}
.scc-shop-active .scc-ty-receipt-total{display:flex;align-items:center;justify-content:space-between;gap:16px;}
.scc-shop-active .scc-ty-receipt-total span:first-child{font-size:20px;font-weight:800;color:var(--scc-ink);}
.scc-shop-active .scc-ty-rt-amt{font-size:24px;font-weight:800;color:var(--scc-brand);}

/* rate + share callouts */
.scc-shop-active .scc-ty-callout{border-radius:var(--scc-radius);padding:22px 24px;margin:22px 0 0;}
.scc-shop-active .scc-ty-co-head{display:flex;align-items:center;gap:10px;margin-bottom:6px;}
.scc-shop-active .scc-ty-co-head h3{font-size:20px;font-weight:800;color:var(--scc-ink);margin:0;}
.scc-shop-active .scc-ty-co-ic{width:22px;height:22px;flex:none;}
.scc-shop-active .scc-ty-callout p{margin:0;font-size:15.5px;line-height:1.55;color:var(--scc-muted);}
.scc-shop-active .scc-ty-rate{background:#fff8e6;border:1px solid #f4e3b5;}
.scc-shop-active .scc-ty-rate .scc-ty-co-ic{color:var(--scc-star);fill:var(--scc-star);}
.scc-shop-active .scc-ty-stars{display:inline-flex;gap:6px;margin-top:14px;text-decoration:none;}
.scc-shop-active .scc-ty-star{width:30px;height:30px;color:var(--scc-star);fill:var(--scc-star);}
.scc-shop-active .scc-ty-share{background:#eef4ff;border:1px solid #d5e2fb;}
.scc-shop-active .scc-ty-share .scc-ty-co-ic{color:#3b6fd6;}
.scc-shop-active .scc-ty-share-btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;}
.scc-shop-active .scc-ty-share-btn{flex:1;min-width:120px;text-align:center;background:#fff;border:1px solid #cdd9ee;border-radius:12px;padding:13px 16px;font-size:15px;font-weight:700;color:#2a5bd0;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease;}
.scc-shop-active .scc-ty-share-btn:hover{background:#f4f8ff;border-color:#a9c2ee;color:#2a5bd0;}
.scc-shop-active .scc-ty-share-btn.is-copied{background:var(--scc-brand);border-color:var(--scc-brand);color:#fff;}

/* actions */
.scc-shop-active .scc-ty-actions{display:flex;gap:14px;margin-top:26px;}
.scc-shop-active .scc-ty-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;padding:16px 20px;font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease;}
.scc-shop-active .scc-ty-btn .scc-ic{width:19px;height:19px;}
.scc-shop-active .scc-ty-btn-ghost{background:#fff;border-color:var(--scc-line);color:var(--scc-ink);}
.scc-shop-active .scc-ty-btn-ghost:hover{border-color:var(--scc-brand);color:var(--scc-brand);}
.scc-shop-active .scc-ty-btn-primary{background:var(--scc-brand);color:#fff;border-color:var(--scc-brand);}
.scc-shop-active .scc-ty-btn-primary:hover{background:var(--scc-brand-dark);border-color:var(--scc-brand-dark);color:#fff;}
.scc-shop-active .scc-ty-hooks{margin-top:10px;}
.scc-shop-active .scc-ty-hooks:empty{display:none;}

@media(max-width:560px){
	.scc-shop-active .scc-ty-title{font-size:32px;}
	.scc-shop-active .scc-ty-sub{font-size:16px;}
	.scc-shop-active .scc-ty-card{padding:20px 18px;}
	.scc-shop-active .scc-ty-details{gap:18px 16px;}
	.scc-shop-active .scc-ty-dt-val{font-size:16px;}
	.scc-shop-active .scc-ty-email{font-size:14px;}
	.scc-shop-active .scc-ty-actions{flex-direction:column;}
	.scc-shop-active .scc-ty-share-btn{min-width:0;}
}

@media print{
	.astra-announcement-bar,#ast-mobile-header,#masthead,.site-header,#colophon,.site-footer,.scc-viewcart-fab,.scc-ty-share,.scc-ty-rate,.scc-ty-actions{display:none !important;}
	.scc-shop-active .scc-ty-card,.scc-shop-active .scc-ty-callout{box-shadow:none !important;border-color:#ccc !important;break-inside:avoid;}
	.scc-shop-active .scc-thankyou{max-width:100%;}
}

/* Belt-and-suspenders: hard-hide the decorative card-fields preview when the
   admin toggle is off (in addition to not rendering it server-side). */
.scc-shop-active .scc-hide-cardfields .scc-cardfields{display:none !important;}

/* Admin toggle: hide the whole payment-method selector block on checkout.
   The radio inputs stay in the DOM (display:none controls still submit), so
   orders still process through the active gateway (e.g. Paystack) on Place
   Order - only the visual selector cards are hidden. */
.scc-shop-active .scc-payment-hidden{display:none !important;}

/* ===========================================================================
   [scc_products] shortcode - standalone product-card grid (no shop chrome).
   Independent desktop / tablet / mobile columns + counts, optional mobile
   sideways swipe. Reuses the same .scc-card visuals as the main shop.
   ======================================================================== */
.scc-products-block{margin:26px 0;}
.scc-products-block .scc-pb-heading{font-size:24px;font-weight:800;color:var(--scc-ink,#0f1a14);margin:0 0 18px;line-height:1.25;}

.scc-products-block ul.products{
	max-width:none !important;margin:0 !important;padding:0;list-style:none;
	display:grid !important;
	grid-template-columns:repeat(var(--scc-pb-cols-d,3),minmax(0,1fr)) !important;
	gap:22px;
}
.scc-products-block ul.products::before,
.scc-products-block ul.products::after{content:none !important;display:none !important;}

@media (max-width:1024px){
	.scc-products-block ul.products{grid-template-columns:repeat(var(--scc-pb-cols-t,2),minmax(0,1fr)) !important;}
}
@media (max-width:640px){
	.scc-products-block ul.products{grid-template-columns:repeat(var(--scc-pb-cols-m,1),minmax(0,1fr)) !important;gap:16px;}
}
/* Card counts: desktop + tablet use "limit"; mobile uses "limit_mobile".
   Non-overlapping breakpoints so mobile never inherits the desktop cap. */
@media (min-width:641px){
	.scc-products-block .scc-pb-hide-d{display:none !important;}
}
@media (max-width:640px){
	.scc-products-block .scc-pb-hide-m{display:none !important;}
}

/* Sideways swipe on mobile (only when swipe="yes"). */
@media (max-width:640px){
	.scc-products-block.scc-pb-swipe ul.products{
		display:flex !important;grid-template-columns:none !important;
		flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;
		scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
		gap:14px;padding:2px 2px 12px;margin:0 !important;scrollbar-width:none;
	}
	.scc-products-block.scc-pb-swipe ul.products::-webkit-scrollbar{display:none;}
	.scc-products-block.scc-pb-swipe ul.products li.scc-card{
		flex:0 0 calc(var(--scc-pb-m-basis,82%) * .85);
		width:calc(var(--scc-pb-m-basis,82%) * .85) !important;
		scroll-snap-align:start;
	}
}

/* ===========================================================================
   Mobile product-card tuning: ~15% more compact card chrome + more room for
   the product image (less padding around it). Applies to every .scc-card
   (shop grid, category grid and the [scc_products] shortcode).
   ======================================================================== */
@media (max-width:640px){
	/* Give the image more room: trim the media padding right down. */
	.scc-card-media{padding:10px 10px 6px !important;}
	.scc-card-img{filter:drop-shadow(0 10px 18px rgba(0,0,0,.16));}

	/* Shrink the card chrome ~15%. */
	.scc-card-body{padding:13px 14px;gap:6px;}
	.scc-card-cat{font-size:11px;}
	.scc-card-title{font-size:15.5px;line-height:1.28;}
	.scc-card-univ{font-size:12.5px;}
	.scc-card-rating{font-size:12px;gap:5px;}
	.scc-card-rating .scc-star-ic{width:13px;height:13px;}
	.scc-card-price{gap:8px;}
	.scc-card-price .scc-price{font-size:19px;}
	.scc-card-price .scc-price-was{font-size:13px;}
	.scc-card-actions{gap:8px;padding-top:6px;}
	.scc-card-actions .scc-btn{font-size:12.5px;padding:10px 8px;border-radius:9px;}
	.scc-card-actions .scc-btn .scc-ic{width:15px;height:15px;}
	.scc-card .scc-badge-best,.scc-card .scc-badge-off{font-size:11px;padding:4px 8px;}
	.scc-card .scc-badge-off{top:44px;}
}

/* Mobile: reduce the product-card width by ~15% and centre it. Applies to the
   shop/category grid AND the [scc_products] shortcode (swipe basis scaled too). */
@media (max-width:640px){
	.scc-shop-active ul.products li.scc-card{
		width:85% !important;
		max-width:85% !important;
		justify-self:center;
		margin-left:auto !important;
		margin-right:auto !important;
	}
}

/* ===========================================================================
   Thank-you page download items: keep the long product title / filename AND
   the full-width Download button inside the card. The button used width:100%
   with padding but no border-box, so it broke out ~36px on the right; long
   unbroken filenames also overflowed. Fixes: border-box + text wrapping.
   ======================================================================== */
.scc-shop-active .scc-ty-card{box-sizing:border-box;max-width:100%;}
.scc-shop-active .scc-ty-downloads{overflow:hidden;}
.scc-shop-active .scc-ty-dl-list{min-width:0;}
.scc-shop-active .scc-ty-dl-item{box-sizing:border-box;min-width:0;max-width:100%;overflow:hidden;}
.scc-shop-active .scc-ty-dl-name{overflow-wrap:anywhere;word-break:break-word;}
.scc-shop-active .scc-ty-dl-btn{box-sizing:border-box;max-width:100%;white-space:nowrap;}

@media (max-width:640px){
	.scc-shop-active .scc-ty-dl-item{padding:15px;}
	.scc-shop-active .scc-ty-dl-name{font-size:15px;margin-bottom:12px;}
	.scc-shop-active .scc-ty-dl-btn{padding:13px 12px;font-size:15px;gap:8px;}
	.scc-shop-active .scc-ty-dl-btn .scc-ic{width:18px;height:18px;}
}

/* Checkout newsletter opt-in checkbox (custom-styled to match the shop). */
.scc-shop-active .scc-newsletter{display:flex;align-items:flex-start;gap:11px;cursor:pointer;margin:4px 0 16px;user-select:none;}
.scc-shop-active .scc-newsletter input{position:absolute;opacity:0;width:0;height:0;}
.scc-shop-active .scc-newsletter-box{flex:none;width:22px;height:22px;margin-top:1px;border:2px solid var(--scc-line);border-radius:6px;background:#fff;color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease;}
.scc-shop-active .scc-newsletter-box .scc-ic{width:14px;height:14px;opacity:0;transition:opacity .15s ease;}
.scc-shop-active .scc-newsletter input:checked ~ .scc-newsletter-box{background:var(--scc-brand);border-color:var(--scc-brand);}
.scc-shop-active .scc-newsletter input:checked ~ .scc-newsletter-box .scc-ic{opacity:1;}
.scc-shop-active .scc-newsletter input:focus-visible ~ .scc-newsletter-box{outline:2px solid var(--scc-brand);outline-offset:2px;}
.scc-shop-active .scc-newsletter-label{font-size:15px;line-height:1.45;color:var(--scc-ink);}
