/* ==========================================================================
   212areacode.com — WooCommerce shop redesign (v30 — file 6.0.44)
   Scoped to body.woocommerce. Upload as iac-shop-console-v30.css to the
   child theme root; the snippet enqueues it. (Filename bumped each release
   because the host strips ?ver= from static URLs.)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap');

/* -------------------------------------------------------------------------
   1. ROOT VARIABLES
   ------------------------------------------------------------------------- */

:root,
body.woocommerce,
body.woocommerce-page {
	--red:       #E84E2A;
	--mauve:     #5a5152;
	--mauve-dk:  #3F3839;
	--offwhite:  #F7F3F0;
	--dark:      #1A1A1A;
	--ink-soft:  #5a5152;
	--line:      #ECE6E0;
	--line-soft: #F0EBE5;

	/* Tier colors — sampled directly from brand icons */
	--tier-exclusive:  #B08D3E;
	--tier-business:   #E84E2A;
	--tier-standard:   #5A5152;
	--tier-wholesale:  #3F3839;
	--tier-custom:     #9E3620;
	--tier-other:      #C4A47C;

	/* Darker stops for tier-on-white text */
	--tier-exclusive-dk:  #7D6228;
	--tier-business-dk:   #A93415;
	--tier-standard-dk:   #3E383A;
	--tier-wholesale-dk:  #262122;
	--tier-custom-dk:     #6E2415;
	--tier-other-dk:      #8A6F4E;
}

body.woocommerce,
body.woocommerce-page {
	overflow-x: hidden;
}

/* -------------------------------------------------------------------------
   2. WRAPPER-KILL — neutralize theme + Visual Composer wrappers
   ------------------------------------------------------------------------- */

body.woocommerce .container.content-page,
body.woocommerce .page-content,
body.woocommerce .content.col-md-12,
body.woocommerce .wpb-content-wrapper,
body.woocommerce .vc_row.wpb_row,
body.woocommerce .vc_column-inner,
body.woocommerce .wpb_wrapper,
body.woocommerce .wpb_raw_code,
body.woocommerce .wpb_raw_html,
body.woocommerce-page .container.content-page,
body.woocommerce-page .page-content,
body.woocommerce-page .content.col-md-12,
body.woocommerce-page .wpb-content-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.woocommerce .post-navigation,
body.woocommerce .edit-link,
body.woocommerce .woocommerce-breadcrumb,
body.woocommerce .woocommerce-result-count,
body.woocommerce .woocommerce-ordering,
body.woocommerce .term-description,
body.woocommerce-page .woocommerce-breadcrumb,
body.woocommerce-page .woocommerce-result-count,
body.woocommerce-page .woocommerce-ordering {
	display: none !important;
}

.iac-shop {
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, sans-serif;
	color: var(--dark);
}
.iac-shop * { box-sizing: border-box; }
.iac-shop a { color: inherit; text-decoration: none; }

html { scroll-behavior: smooth; }

/* -------------------------------------------------------------------------
   3. FULL-WIDTH BREAKOUT — escape Visual Composer column constraint
   ------------------------------------------------------------------------- */

.iac-hero,
.iac-trust,
.iac-tiers,
.iac-special,
.iac-benefits,
.iac-bottom-cta,
.iac-separator {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/* -------------------------------------------------------------------------
   4. HERO + TRUST STRIP
   ------------------------------------------------------------------------- */

.iac-hero {
	background: var(--mauve);
	padding: 80px 30px 64px;
	text-align: center;
}
.iac-hero-inner {
	max-width: 800px;
	margin: 0 auto;
}
.iac-eyebrow {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--red);
	font-weight: 700;
	margin-bottom: 18px;
}
.iac-hero-title {
	font-size: 44px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 1.1;
	margin: 0 0 18px;
	text-transform: none;
}
.iac-hero-sub {
	font-size: 16px;
	color: rgba(255,255,255,0.78);
	line-height: 1.7;
	margin: 0 auto;
	max-width: 580px;
}
@media (max-width: 700px) {
	.iac-hero { padding: 56px 24px 44px; }
	.iac-hero-title { font-size: 30px; }
	.iac-hero-sub { font-size: 14px; }
}

.iac-trust {
	background: var(--offwhite);
	padding: 14px 24px;
}
.iac-trust-inner {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 28px;
	align-items: center;
	font-size: 12px;
	color: var(--ink-soft);
	letter-spacing: 0.4px;
	flex-wrap: wrap;
}
.iac-trust-item strong { font-weight: 700; color: var(--dark); }
.iac-trust-sep { opacity: 0.35; }
@media (max-width: 700px) {
	.iac-trust-inner { gap: 14px; font-size: 11px; }
	.iac-trust-sep { display: none; }
}

/* -------------------------------------------------------------------------
   5. SHOP LANDING — TIER CARDS with brand colors
   ------------------------------------------------------------------------- */

.iac-tiers {
	background: #fff;
	padding: 56px 30px 24px;
}
.iac-tiers-grid {
	max-width: 1170px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.iac-tier-card {
	display: block;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 2px;
	padding: 28px 24px;
	transition: border-color 0.2s ease, transform 0.2s ease;
	position: relative;
	border-top: 4px solid var(--line);
}
.iac-tier-card:hover {
	transform: translateY(-2px);
}
.iac-tier-card--exclusive  { border-top-color: var(--tier-exclusive); }
.iac-tier-card--exclusive:hover  { border-color: var(--tier-exclusive); border-top-color: var(--tier-exclusive); }
.iac-tier-card--business   { border-top-color: var(--tier-business); }
.iac-tier-card--business:hover   { border-color: var(--tier-business); border-top-color: var(--tier-business); }
.iac-tier-card--standard   { border-top-color: var(--tier-standard); }
.iac-tier-card--standard:hover   { border-color: var(--tier-standard); border-top-color: var(--tier-standard); }
.iac-tier-card--wholesale  { border-top-color: var(--tier-wholesale); }
.iac-tier-card--wholesale:hover  { border-color: var(--tier-wholesale); border-top-color: var(--tier-wholesale); }

.iac-tier-title {
	font-size: 19px;
	font-weight: 900;
	color: var(--dark);
	line-height: 1.2;
	margin: 16px 0 8px;
	text-transform: none;
}
.iac-tier-desc {
	font-size: 13px;
	color: var(--ink-soft);
	line-height: 1.6;
	margin: 0 0 20px;
	min-height: 42px;
}
.iac-tier-price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 4px;
}
.iac-tier-price-label {
	font-size: 11px;
	color: var(--ink-soft);
	font-weight: 600;
}
.iac-tier-price-value {
	font-size: 26px;
	font-weight: 900;
	color: var(--dark);
	line-height: 1;
}
.iac-tier-count {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 600;
	margin-bottom: 18px;
}
.iac-tier-cta {
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--red);
	font-weight: 700;
}

@media (max-width: 900px) {
	.iac-tiers-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
	.iac-tiers-grid { grid-template-columns: 1fr; }
	.iac-tier-desc { min-height: 0; }
}

/* Special row + Benefits */
.iac-special {
	background: #fff;
	padding: 36px 30px 16px;
	text-align: center;
	border-top: 1px solid var(--line-soft);
	margin-top: 24px;
}
.iac-special-eyebrow {
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 700;
	margin-bottom: 16px;
}
.iac-special-row {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 700px;
	margin: 0 auto;
}

.iac-benefits {
	background: #fff;
	padding: 0 30px 56px;
}
.iac-benefits-grid {
	max-width: 1170px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	padding: 36px 0 0;
	border-top: 1px solid var(--line-soft);
}
.iac-benefit-title {
	font-size: 14px;
	font-weight: 900;
	color: var(--dark);
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.iac-benefit-desc {
	font-size: 13px;
	color: var(--ink-soft);
	line-height: 1.7;
	margin: 0;
}
@media (max-width: 700px) {
	.iac-benefits-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* -------------------------------------------------------------------------
   6. TIER BADGES — used on tier cards + hero areas
   ------------------------------------------------------------------------- */

.iac-badge {
	display: inline-block;
	font-size: 9.5px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 4px 9px;
	border-radius: 2px;
	color: #fff;
	white-space: nowrap;
}
.iac-badge--exclusive { background: var(--tier-exclusive); color: #fff; }
.iac-badge--business  { background: var(--tier-business);  color: var(--dark); }
.iac-badge--standard  { background: var(--tier-standard);  color: var(--dark); }
.iac-badge--wholesale { background: var(--tier-wholesale); color: #fff; }
.iac-badge--custom    { background: var(--tier-custom);    color: #fff; }
.iac-badge--other     { background: var(--tier-other);     color: var(--dark); }

/* -------------------------------------------------------------------------
   7. BUTTONS — mauve default, red hero CTAs
   ------------------------------------------------------------------------- */

.iac-btn-primary,
body.woocommerce button.iac-btn-primary,
body.woocommerce form.cart .single_add_to_cart_button.iac-btn-primary,
body.woocommerce input.iac-btn-primary {
	display: inline-block;
	background: var(--red);
	color: #fff;
	text-decoration: none;
	padding: 14px 32px;
	font-size: 12px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid var(--red);
	border-radius: 2px;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	transition: background 0.18s ease, color 0.18s ease;
}
.iac-btn-primary:hover,
.iac-btn-primary:focus,
body.woocommerce button.iac-btn-primary:hover,
body.woocommerce button.iac-btn-primary:focus,
body.woocommerce form.cart .single_add_to_cart_button.iac-btn-primary:hover,
body.woocommerce form.cart .single_add_to_cart_button.iac-btn-primary:focus {
	background: #fff !important;
	color: var(--dark) !important;
	outline: none;
}

.iac-btn-block { display: block; width: 100%; text-align: center; }

.iac-btn-outline {
	display: inline-block;
	background: #fff;
	color: var(--dark);
	text-decoration: none;
	padding: 12px 22px;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid var(--dark);
	border-radius: 2px;
	transition: background 0.18s ease, color 0.18s ease;
}
.iac-btn-outline:hover,
.iac-btn-outline:focus {
	background: var(--dark) !important;
	color: #fff !important;
}

/* -------------------------------------------------------------------------
   8. ARCHIVE LAYOUT
   ------------------------------------------------------------------------- */

.iac-archive-wrap {
	max-width: 1170px;
	margin: 0 auto;
	padding: 36px 30px 48px;
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr) !important;
	gap: 36px;
	align-items: start;
}
@media (max-width: 900px) {
	.iac-archive-wrap {
		grid-template-columns: 1fr !important;
		gap: 24px;
		padding: 28px 16px 36px;
	}
}

/* -------------------------------------------------------------------------
   9. SIDEBAR
   ------------------------------------------------------------------------- */

.iac-side {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 13px;
}
.iac-side-block {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 2px;
	padding: 20px;
}
.iac-side-title {
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 700;
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--line-soft);
}

.iac-side-cat {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	font-size: 13px;
	color: var(--dark);
	text-decoration: none !important;
	border-bottom: 1px solid var(--line-soft);
	transition: color 0.15s ease;
}
.iac-side-cat:last-child { border-bottom: 0; }
.iac-side-cat:hover { color: var(--red); }
.iac-side-cat-name { font-weight: 600; }
.iac-side-cat-count {
	font-size: 11px;
	color: var(--ink-soft);
	font-weight: 600;
}
.iac-side-cat--active { color: var(--red); }
.iac-side-cat--active .iac-side-cat-name { font-weight: 800; }

/* "Other Area Codes" expandable */
body.woocommerce details.iac-side-other { border-bottom: 1px solid var(--line-soft); }
body.woocommerce details.iac-side-other:last-child { border-bottom: 0; }
body.woocommerce details.iac-side-other > summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	color: var(--dark) !important;
	background: transparent !important;
}
body.woocommerce details.iac-side-other > summary::-webkit-details-marker { display: none; }
body.woocommerce details.iac-side-other > summary::after {
	content: '+';
	color: var(--red);
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}
body.woocommerce details.iac-side-other[open] > summary::after { content: '\2212'; }
body.woocommerce details.iac-side-other > summary:hover { color: var(--red) !important; }
.iac-side-other-list {
	padding: 4px 0 12px 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.iac-side-other-list a {
	font-size: 12px;
	color: var(--ink-soft);
	display: flex;
	justify-content: space-between;
	padding: 4px 0;
}
.iac-side-other-list a:hover { color: var(--red); }

/* CTA card */
.iac-side-cta {
	background: var(--mauve);
	color: #fff;
	padding: 24px 20px;
	border: 0;
	border-radius: 2px;
}
.iac-side-cta-eyebrow {
	font-size: 10px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: var(--red);
	font-weight: 700;
	margin: 0 0 10px;
	display: block;
}
.iac-side-cta-title {
	font-size: 17px;
	font-weight: 900;
	color: #fff;
	line-height: 1.25;
	margin: 0 0 12px;
}
.iac-side-cta-list {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	line-height: 1.7;
}
.iac-side-cta-list li {
	padding-left: 16px;
	position: relative;
}
.iac-side-cta-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: var(--red);
	border-radius: 50%;
}
.iac-side-cta a.iac-btn-primary {
	display: block;
	width: 100%;
	text-align: center;
	padding: 11px 0;
	font-size: 11px;
}

.iac-side-press-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}
.iac-side-press-list span {
	display: block;
	background: var(--offwhite);
	padding: 8px 6px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.5px;
	font-weight: 700;
	color: var(--ink-soft);
	border-radius: 2px;
}

.iac-side-similar a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid var(--line-soft);
	font-size: 13px;
}
.iac-side-similar a:last-child { border-bottom: 0; }
.iac-side-similar-num { font-weight: 700; color: var(--dark); }
.iac-side-similar-price {
	font-size: 12px;
	color: var(--mauve);
	font-weight: 700;
}

/* Mobile sidebar reorder */
@media (max-width: 900px) {
	.iac-side { display: contents; }
	.iac-side-cta { order: -1; }
	.iac-side-cats { order: 99; }
	.iac-side-press { order: 100; }
	.iac-side-similar-block { order: 101; }
}

/* -------------------------------------------------------------------------
   10. ARCHIVE MAIN — breadcrumb + search bar
   ------------------------------------------------------------------------- */

.iac-archive-main { min-width: 0; }

.iac-crumb {
	font-size: 12px;
	color: var(--ink-soft);
	margin-bottom: 18px;
	letter-spacing: 0.3px;
}
.iac-crumb a { color: var(--ink-soft); text-decoration: none; }
.iac-crumb a:hover { color: var(--red); }
.iac-crumb-sep { margin: 0 8px; opacity: 0.5; }
.iac-crumb-current { color: var(--dark); font-weight: 600; }

/* Search box */
.iac-search {
	background: #fff;
	border: 2px solid var(--red);
	border-radius: 2px;
	margin-bottom: 14px;
}
.iac-search-row {
	display: flex;
	align-items: stretch;
	min-height: 50px;
}
.iac-search-icon {
	padding: 0 14px;
	display: flex;
	align-items: center;
	color: var(--red);
}
.iac-search-input {
	flex: 1;
	border: 0;
	outline: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: var(--dark);
	padding: 14px 4px;
	background: transparent;
	min-width: 0;
}
.iac-search-input::placeholder { color: #aaa; }
.iac-search-scope {
	padding: 14px 14px;
	font-size: 11px;
	letter-spacing: 1px;
	color: var(--ink-soft);
	text-transform: uppercase;
	font-weight: 600;
	background: var(--offwhite);
	display: flex;
	align-items: center;
	border: 0;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
}
.iac-search-scope:hover { color: var(--red); }
.iac-search-clear {
	padding: 14px 14px;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: var(--ink-soft);
	background: transparent;
	border: 0;
}
.iac-search-clear:hover { color: var(--red); }
.iac-search-clear[hidden] { display: none; }

.iac-search-helper {
	border-top: 1px solid var(--line-soft);
	padding: 12px 16px;
	font-size: 12px;
	color: var(--ink-soft);
	line-height: 1.65;
}
.iac-search-helper strong { color: var(--dark); }
.iac-search-chip {
	display: inline-block;
	background: var(--offwhite);
	padding: 3px 9px;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 600;
	color: var(--dark);
	margin-right: 4px;
	margin-top: 2px;
	cursor: pointer;
	border: 0;
	font-family: 'Raleway', sans-serif;
}
.iac-search-chip:hover { background: var(--red); color: #fff; }

.iac-search-translate {
	background: var(--dark);
	color: #fff;
	padding: 10px 16px;
	font-size: 12px;
	line-height: 1.5;
}
.iac-search-translate strong {
	background: var(--red);
	padding: 2px 8px;
	margin: 0 4px;
	border-radius: 2px;
	font-weight: 700;
}
.iac-search-translate strong.iac-translate-out {
	background: #fff;
	color: var(--dark);
}
.iac-search-translate small {
	opacity: 0.7;
	font-size: 11px;
	margin-left: 6px;
}
.iac-search-translate[hidden] { display: none; }

.iac-search-loading {
	background: var(--offwhite);
	padding: 14px 20px;
	font-size: 12px;
	color: var(--ink-soft);
	text-align: center;
	font-style: italic;
}
.iac-search-loading[hidden] { display: none; }

.iac-result-count {
	font-size: 12px;
	color: var(--ink-soft);
	margin-bottom: 12px;
	letter-spacing: 0.3px;
	padding-left: 4px;
}
.iac-result-count strong { color: var(--dark); }

/* Search-mode results override the normal list */
.iac-list-search,
.iac-list-default {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: transparent;
	border: 0;
	border-radius: 0;
}
.iac-list-search[hidden] { display: none; }
.iac-list-default[hidden] { display: none; }

mark.iac-hl {
	background: #FCE4DC;
	color: var(--dark);
	padding: 1px 2px;
	border-radius: 1px;
}

/* Search empty state */
.iac-search-empty {
	padding: 28px 20px;
	text-align: center;
	font-size: 13px;
	color: var(--ink-soft);
	line-height: 1.6;
}
.iac-search-empty strong { color: var(--dark); display: block; font-size: 14px; margin-bottom: 6px; }

/* Search rescue panel — replaces empty state when results are zero */
.iac-search-rescue {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 2px;
	overflow: hidden;
}
.iac-rescue-head {
	padding: 32px 28px 24px;
	text-align: center;
	border-bottom: 1px solid var(--line-soft);
}
.iac-rescue-icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	background: var(--offwhite);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.iac-rescue-headline {
	font-size: 16px;
	font-weight: 900;
	color: var(--dark);
	margin-bottom: 8px;
	line-height: 1.3;
}
.iac-rescue-sub {
	font-size: 12px;
	color: var(--ink-soft);
	line-height: 1.6;
	max-width: 460px;
	margin: 0 auto;
}
.iac-rescue-options {
	background: var(--offwhite);
	padding: 24px 28px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.iac-rescue-card {
	background: #fff;
	padding: 20px 18px;
	border-radius: 2px;
	border-top: 4px solid var(--line);
	text-decoration: none !important;
	color: inherit;
	display: block;
	transition: transform 0.18s ease;
}
.iac-rescue-card:hover {
	transform: translateY(-2px);
}
.iac-rescue-card--custom { border-top-color: var(--tier-custom); }
.iac-rescue-card--other  { border-top-color: var(--tier-other); }

.iac-rescue-card .iac-badge {
	margin-bottom: 10px;
}
.iac-rescue-card-title {
	font-size: 14px;
	font-weight: 900;
	color: var(--dark);
	line-height: 1.3;
	margin-bottom: 8px;
}
.iac-rescue-card-desc {
	font-size: 12px;
	color: var(--ink-soft);
	line-height: 1.6;
	margin-bottom: 14px;
}
.iac-rescue-card-cta {
	padding: 11px 0;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 2px;
}
.iac-rescue-card-cta--primary {
	background: var(--red);
	color: #fff;
	border: 2px solid var(--red);
	transition: background 0.18s ease, color 0.18s ease;
}
.iac-rescue-card:hover .iac-rescue-card-cta--primary {
	background: #fff;
	color: var(--dark);
}
.iac-rescue-card-cta--outline {
	background: #fff;
	color: var(--dark);
	border: 2px solid var(--dark);
	transition: background 0.18s ease, color 0.18s ease;
}
.iac-rescue-card:hover .iac-rescue-card-cta--outline {
	background: var(--dark);
	color: #fff;
}
.iac-rescue-foot {
	padding: 16px 28px;
	background: #fff;
	font-size: 11px;
	color: var(--ink-soft);
	text-align: center;
	line-height: 1.6;
}
.iac-rescue-foot strong { color: var(--dark); }

@media (max-width: 700px) {
	.iac-rescue-head    { padding: 24px 18px 18px; }
	.iac-rescue-options {
		grid-template-columns: 1fr;
		padding: 18px;
		gap: 12px;
	}
	.iac-rescue-headline { font-size: 14px; }
	.iac-rescue-foot     { padding: 14px 18px; font-size: 10px; }
}

/* -------------------------------------------------------------------------
   11. ROW (the dense list product card) — full-width number + Buy/$ pill
   ------------------------------------------------------------------------- */

.iac-list {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 2px;
	overflow: hidden;
}

.iac-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 14px 18px 14px 18px;
	border: 1px solid var(--line);
	border-left: 8px solid var(--line);
	border-radius: 10px;
	background: #fff;
	color: var(--dark);
	transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease, border-color 0.15s ease;
}
.iac-row:hover {
	background: #fff;
	box-shadow: 0 8px 22px -16px rgba(40,30,30,0.5);
	transform: translateY(-1px);
}

.iac-row--exclusive  { border-left-color: var(--tier-exclusive); }
.iac-row--business   { border-left-color: var(--tier-business); }
.iac-row--standard   { border-left-color: var(--tier-standard); }
.iac-row--wholesale  { border-left-color: var(--tier-wholesale); }
.iac-row--custom     { border-left-color: var(--tier-custom); }
.iac-row--other      { border-left-color: var(--tier-other); }

.iac-row-number {
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0.3px;
	color: var(--dark);
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
.iac-row-number:hover { color: var(--red); }

/* Right-side action cluster: price + "+ Cart" + "Buy now" (or Bulk + Inquire) */
.iac-row-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
}
.iac-row-price {
	font-size: 15px;
	font-weight: 800;
	color: var(--dark);
	margin-right: 2px;
}
.iac-row-price--bulk { color: var(--ink-soft); font-weight: 700; }

/* ONE primary action per row — solid red = the thing to click.
   .iac-row-cart  => AJAX add, stays on page (flips to "Added")
   .iac-row-select => link to product page (variations / bulk / inquire) */
.iac-row-cart,
.iac-row-select {
	background: var(--red);
	color: #fff;
	border: 0;
	padding: 11px 22px;
	min-width: 124px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	transition: filter 0.15s ease, background 0.15s ease;
	white-space: nowrap;
}
.iac-row-cart:hover,
.iac-row-select:hover { filter: brightness(0.93); }
.iac-row-cart.is-loading { opacity: 0.7; cursor: default; }
.iac-row-cart.is-incart {
	background: #86A24E;
	color: #1E2A0C;
	filter: none;
	cursor: pointer;
}
.iac-row-cart.is-incart:hover { filter: brightness(0.95); }

/* Mobile — keep number (left) and price+button (right) on one centered line */
@media (max-width: 700px) {
	.iac-row {
		grid-template-columns: 1fr auto;
		gap: 10px;
		padding: 14px 14px 14px 16px;
		border-left-width: 6px;
		align-items: center;
	}
	.iac-row-number { font-size: 18px; letter-spacing: 0.2px; }
	.iac-row-actions { justify-content: flex-end; gap: 10px; }
	.iac-row-cart,
	.iac-row-select { padding: 9px 16px; font-size: 10px; letter-spacing: 0.5px; min-width: 104px; }
}

@media (max-width: 360px) {
	.iac-row {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 12px 10px 12px 12px;
	}
	.iac-row-number { font-size: 16px; white-space: normal; }
	.iac-row-actions { justify-content: space-between; gap: 10px; }
	.iac-row-price { font-size: 14px; }
	.iac-row-cart,
	.iac-row-select {
		padding: 8px 12px;
		font-size: 9px;
		letter-spacing: 0.4px;
		min-width: 92px;
	}
}

/* -------------------------------------------------------------------------
   12. SINGLE PRODUCT (PDP)
   ------------------------------------------------------------------------- */

.iac-archive-wrap--single { padding-top: 24px; }

.iac-pdp-hero {
	background: var(--offwhite);
	border-radius: 2px;
	padding: 36px 32px;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 32px;
	align-items: center;
	margin-bottom: 36px;
	border-left: 8px solid var(--line);
}
.iac-pdp-hero--exclusive  { border-left-color: var(--tier-exclusive); }
.iac-pdp-hero--business   { border-left-color: var(--tier-business); }
.iac-pdp-hero--standard   { border-left-color: var(--tier-standard); }
.iac-pdp-hero--wholesale  { border-left-color: var(--tier-wholesale); }
.iac-pdp-hero--custom     { border-left-color: var(--tier-custom); }

@media (max-width: 750px) {
	.iac-pdp-hero {
		grid-template-columns: 1fr;
		padding: 28px 24px;
		gap: 24px;
	}
}

.iac-pdp-left .iac-badge {
	font-size: 10px;
	margin-bottom: 14px;
}
.iac-pdp-number {
	font-size: 42px;
	font-weight: 900;
	color: var(--dark);
	letter-spacing: 0.5px;
	line-height: 1.1;
	margin: 0 0 14px;
}
.iac-pdp-number a { color: var(--dark); }
.iac-pdp-number a:hover { color: var(--red); }
@media (max-width: 700px) {
	.iac-pdp-number { font-size: 32px; }
}

.iac-pdp-status {
	font-size: 12px;
	font-weight: 700;
	color: var(--dark);
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.iac-pdp-dot {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #1A8754;
}
.iac-pdp-dot--out { background: var(--ink-soft); }

.iac-pdp-blurb {
	font-size: 14px;
	color: var(--ink-soft);
	line-height: 1.7;
	margin: 0;
}

.iac-pdp-panel {
	background: #fff;
	padding: 26px 24px;
	border: 1px solid var(--line);
	border-radius: 2px;
}
.iac-pdp-price-label {
	font-size: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 700;
	margin-bottom: 4px;
}
.iac-pdp-price {
	font-size: 36px;
	font-weight: 900;
	color: var(--dark);
	line-height: 1;
	margin-bottom: 6px;
}
.iac-pdp-price-fine {
	font-size: 11px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 600;
	margin-bottom: 18px;
}
.iac-pdp-check {
	list-style: none;
	padding: 18px 0 0;
	margin: 0 0 18px;
	border-top: 1px solid var(--line-soft);
}
.iac-pdp-check li {
	font-size: 12px;
	color: var(--dark);
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-bottom: 8px;
}
.iac-pdp-check li:last-child { margin-bottom: 0; }
.iac-check-dot {
	flex-shrink: 0;
	width: 11px;
	height: 11px;
	background: var(--red);
	border-radius: 50%;
	margin-top: 4px;
}

.iac-pdp-panel form.cart { margin: 0; }
.iac-pdp-panel form.cart .quantity { display: none; }

.iac-pdp-payment {
	margin-top: 14px;
	font-size: 11px;
	letter-spacing: 0.8px;
	text-align: center;
	color: var(--ink-soft);
}

/* PDP — How porting works */
.iac-section-title {
	font-size: 22px;
	font-weight: 900;
	color: var(--dark);
	letter-spacing: 0.3px;
	text-transform: uppercase;
	margin: 0 0 24px;
}
.iac-pdp-how,
.iac-pdp-related,
.iac-pdp-faq,
.iac-pdp-bulk { margin-bottom: 48px; }

.iac-how-steps {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.iac-how-steps li {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 2px;
	padding: 22px 18px;
	position: relative;
}
.iac-how-num {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--red);
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-weight: 900;
	font-size: 14px;
	margin-bottom: 12px;
}
.iac-how-steps h3 {
	font-size: 14px;
	font-weight: 900;
	color: var(--dark);
	letter-spacing: 0.4px;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.iac-how-steps p {
	font-size: 12px;
	color: var(--ink-soft);
	line-height: 1.6;
	margin: 0;
}
.iac-how-link {
	margin: 0;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 700;
}
.iac-how-link a { color: var(--red); }
@media (max-width: 700px) {
	.iac-how-steps { grid-template-columns: 1fr 1fr; }
	.iac-section-title { font-size: 18px; }
}

/* -------------------------------------------------------------------------
   13. WHOLESALE PRICING TABLE
   ------------------------------------------------------------------------- */

.iac-bulk {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 24px;
}
.iac-bulk-head {
	display: grid;
	grid-template-columns: 80px 1fr 90px 120px;
	gap: 14px;
	align-items: center;
	padding: 14px 20px;
	background: var(--offwhite);
	border-bottom: 1px solid var(--line);
	font-size: 10px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--ink-soft);
	font-weight: 700;
}
.iac-bulk-head > div:nth-child(3) { text-align: right; }

.iac-bulk-row {
	display: grid;
	grid-template-columns: 80px 1fr 90px 120px;
	gap: 14px;
	align-items: center;
	padding: 14px 20px;
	border-bottom: 1px solid var(--line-soft);
	transition: background 0.15s ease;
}
.iac-bulk-row:last-child { border-bottom: 0; }
.iac-bulk-row:hover { background: var(--offwhite); }
.iac-bulk-row--featured {
	background: #FAF6F2;
	border-left: 4px solid var(--red);
	margin-left: -4px;
}

.iac-bulk-size {
	font-size: 22px;
	font-weight: 900;
	color: var(--dark);
	line-height: 1;
}
.iac-bulk-size .iac-badge {
	display: inline-block;
	margin-top: 6px;
	font-size: 8px;
}
.iac-bulk-detail {
	font-size: 12px;
	color: var(--ink-soft);
	line-height: 1.5;
}
.iac-bulk-detail strong { color: var(--dark); display: block; margin-bottom: 2px; font-weight: 700; }
.iac-bulk-detail .iac-bulk-meta {
	display: block;
	font-size: 11px;
	color: #999;
	margin-top: 2px;
}
.iac-bulk-detail .iac-bulk-popular {
	color: var(--red);
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	margin-top: 4px;
}
.iac-bulk-price {
	font-size: 16px;
	font-weight: 900;
	color: var(--dark);
	text-align: right;
}
.iac-bulk-action {
	background: #fff;
	color: var(--dark);
	border: 1.5px solid var(--dark);
	padding: 8px 0;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 2px;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	width: 100%;
	transition: all 0.18s ease;
}
.iac-bulk-action:hover,
.iac-bulk-row--featured .iac-bulk-action {
	background: var(--red);
	color: #fff;
	border-color: var(--red);
}

.iac-bulk-note {
	background: var(--offwhite);
	padding: 16px 20px;
	border-radius: 2px;
	font-size: 12px;
	color: var(--ink-soft);
	line-height: 1.65;
}
.iac-bulk-note strong { color: var(--dark); }
.iac-bulk-note a { color: var(--red); font-weight: 700; }

@media (max-width: 700px) {
	.iac-bulk-head,
	.iac-bulk-row {
		grid-template-columns: 60px 1fr 80px;
		gap: 8px;
		padding: 12px 14px;
	}
	.iac-bulk-head > div:nth-child(4),
	.iac-bulk-row > .iac-bulk-action {
		display: none;
	}
	.iac-bulk-row {
		cursor: pointer;
		position: relative;
	}
	.iac-bulk-row::after {
		content: '\203A';
		position: absolute;
		right: 14px;
		font-size: 22px;
		color: var(--red);
		font-weight: 700;
	}
	.iac-bulk-size { font-size: 18px; }
	.iac-bulk-detail { font-size: 11px; }
	.iac-bulk-price { font-size: 14px; padding-right: 22px; }
}

/* -------------------------------------------------------------------------
   14. PDP — FAQ
   ------------------------------------------------------------------------- */

body.woocommerce details.iac-faq-q {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 2px;
	margin-bottom: 8px;
}
body.woocommerce details.iac-faq-q[open] { border-color: var(--red); }
body.woocommerce details.iac-faq-q > summary {
	padding: 16px 20px;
	font-size: 14px;
	font-weight: 700;
	color: var(--dark) !important;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	background: transparent !important;
}
body.woocommerce details.iac-faq-q > summary::-webkit-details-marker { display: none; }
body.woocommerce details.iac-faq-q > summary::after {
	content: '+';
	color: var(--red);
	font-weight: 700;
	font-size: 18px;
	flex-shrink: 0;
}
body.woocommerce details.iac-faq-q[open] > summary::after { content: '\2212'; }
body.woocommerce details.iac-faq-q > summary:hover { color: var(--red) !important; }
.iac-faq-a { padding: 0 20px 16px; }
.iac-faq-a p {
	font-size: 13px;
	line-height: 1.7;
	color: var(--ink-soft);
	margin: 0;
}
.iac-faq-a a { color: var(--red); }

/* -------------------------------------------------------------------------
   15. BOTTOM CTA + SEPARATOR + EMPTY + PAGINATION
   ------------------------------------------------------------------------- */

.iac-bottom-cta {
	background: var(--mauve);
	padding: 64px 30px;
	text-align: center;
}
.iac-bottom-cta-inner { max-width: 720px; margin: 0 auto; }
.iac-bottom-cta-title {
	font-size: 32px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 1.15;
	margin: 0 0 14px;
	text-transform: none;
}
.iac-bottom-cta-sub {
	font-size: 15px;
	color: rgba(255,255,255,0.78);
	line-height: 1.7;
	margin: 0 0 26px;
}
.iac-bottom-cta form { display: inline-block; margin: 0; }
@media (max-width: 700px) {
	.iac-bottom-cta { padding: 48px 24px; }
	.iac-bottom-cta-title { font-size: 22px; }
}

.iac-separator { height: 5px; background: var(--red); }

.iac-empty {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 2px;
	padding: 48px 32px;
	text-align: center;
}
.iac-empty h3 {
	font-size: 18px;
	font-weight: 900;
	color: var(--dark);
	margin: 0 0 10px;
}
.iac-empty p {
	font-size: 14px;
	color: var(--ink-soft);
	line-height: 1.7;
	margin: 0;
}
.iac-empty a { color: var(--red); font-weight: 700; }

.iac-pagination { margin-top: 24px; text-align: center; }
.iac-pagination .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 2px;
	font-size: 13px;
	font-weight: 700;
	color: var(--dark);
	border: 1px solid var(--line);
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.15s ease;
}
.iac-pagination .page-numbers:hover {
	border-color: var(--red);
	color: var(--red);
}
.iac-pagination .page-numbers.current {
	background: var(--red);
	color: #fff !important;
	border-color: var(--red);
}

/* ==========================================================================
   v3.0 — DIRECTION C LANDING (mauve hero · (212) separator · match pills ·
   six priced lanes · mobile swipe strip · results + sort)
   Reuses .iac-row, .iac-badge, .iac-search-rescue from the v2.1 base above.
   ========================================================================== */

.iac-shop--c { background: #fff; }

/* On the landing the product loop is suppressed — hide any theme leftovers
   (result count, ordering dropdown, "no products found" notice, pagination). */
body.woocommerce.woocommerce-shop .woocommerce-result-count,
body.woocommerce.woocommerce-shop .woocommerce-ordering,
body.woocommerce.woocommerce-shop .woocommerce-no-products-found,
body.woocommerce.woocommerce-shop ul.products.columns-4:empty,
body.woocommerce.woocommerce-shop .woocommerce-info.woocommerce-no-products-found {
	display: none !important;
}

/* ---- HERO (mauve, matches site hero #5a5152) — full-bleed ---- */
.iac-c-hero {
	background: var(--mauve);
	padding: 34px 30px 34px;
	text-align: center;
	/* Break out of the theme's centered .container to span the viewport */
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	box-sizing: border-box;
}
.iac-c-hero-inner { max-width: 700px; margin: 0 auto; }
.iac-c-eyebrow {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--red);
	font-weight: 800;
}
.iac-c-title {
	font-size: 38px;
	font-weight: 900;
	color: #fff;
	letter-spacing: -1px;
	line-height: 1.05;
	margin: 6px 0 20px;
	text-transform: none;
}
.iac-c-title-accent { color: var(--red); display: inline-block; }
@keyframes iac-code-cycle { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } }

/* Neutralize the v2.1 base .iac-search white box — in Direction C only the
   inner .iac-c-searchbar is white; the wrap is transparent so the match pills
   sit on the mauve hero, not inside a white panel. */
.iac-shop--c #iac-search-wrap.iac-search {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-shadow: none !important;
}

/* ---- SEARCH BAR with area-code dropdown — large & prominent ---- */
.iac-c-searchbar {
	display: flex;
	align-items: stretch;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.18);
	position: relative;
}
/* Round the outer corners on the first/last children since the bar no longer
   clips with overflow:hidden (which would have cut off the area-code panel). */
.iac-c-searchbar > .iac-c-prefix { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.iac-c-searchbar > .iac-c-search-btn { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.iac-c-prefix {
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 0 12px 0 18px;
	background: var(--offwhite);
	border-right: 1px solid var(--line);
	white-space: nowrap;
}
.iac-c-prefix-paren { font-size: 19px; font-weight: 900; color: var(--dark); }
.iac-c-prefix-dash { font-size: 19px; font-weight: 900; color: #B3AFB0; margin-left: 8px; }
/* Area-code caret now sits to the LEFT of the (212), larger + bolder so it
   clearly reads as an interactive control: "▾ (212) –". */
.iac-dd-caret--area {
	font-size: 15px;
	color: var(--red);
	margin-right: 7px;
	cursor: pointer;
	transition: transform 0.18s ease;
	display: inline-block;
	line-height: 1;
}
.iac-dd-caret--area:hover { color: var(--mauve); }
.iac-c-prefix.is-open .iac-dd-caret--area { transform: rotate(180deg); }
/* ---- CUSTOM DROPDOWN (area code + sort) ---- */
.iac-dd { position: relative; display: inline-block; }
.iac-dd-native { display: none; }
.iac-dd-trigger {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border: none;
	background: transparent;
	font-family: inherit;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
}
.iac-dd-trigger::-moz-focus-inner { border: 0; padding: 0; }
.iac-dd-caret { font-size: 10px; color: #8a8284; transition: transform 0.15s ease; }
.iac-dd.is-open .iac-dd-caret { transform: rotate(180deg); }
.iac-dd-panel {
	position: absolute;
	z-index: 50;
	margin: 6px 0 0;
	padding: 5px;
	list-style: none;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(0,0,0,0.16);
	min-width: 100%;
	max-height: 280px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #CDC6BF transparent;
}
.iac-dd-panel::-webkit-scrollbar { width: 7px; }
.iac-dd-panel::-webkit-scrollbar-track { background: transparent; margin: 5px 0; }
.iac-dd-panel::-webkit-scrollbar-thumb { background: #D8D2CC; border-radius: 4px; }
.iac-dd-panel::-webkit-scrollbar-thumb:hover { background: #B9B2AB; }
.iac-dd-opt {
	padding: 8px 14px;
	font-size: 14px;
	color: var(--dark);
	font-weight: 500;
	cursor: pointer;
	border-radius: 5px;
	white-space: nowrap;
	list-style: none;
}
.iac-dd-opt:hover { background: var(--offwhite); }
.iac-dd-opt.is-selected { background: var(--red); color: #fff; font-weight: 700; }

/* Center the area-code dropdown panel under the (212) trigger */
.iac-dd--area { position: relative; }
.iac-dd--area .iac-dd-panel {
	left: 50%;
	transform: translateX(-50%);
	min-width: 96px;
}

/* Area-code dropdown trigger sizing (sits in the (212) prefix) */
.iac-dd--area .iac-dd-trigger .iac-dd-current {
	font-size: 19px;
	font-weight: 700;
	color: var(--dark);
}
.iac-dd--area .iac-dd-trigger:hover .iac-dd-current { color: var(--red); }
.iac-dd--area .iac-dd-panel { min-width: 88px; text-align: center; }
.iac-dd--area .iac-dd-opt { text-align: center; justify-content: center; }

/* Sort dropdown trigger (pill) */
.iac-dd--sort .iac-dd-trigger {
	border: 1px solid var(--line);
	border-radius: 20px;
	padding: 5px 14px;
	background: #fff;
}
.iac-dd--sort .iac-dd-trigger .iac-dd-current {
	font-size: 12px;
	font-weight: 600;
	color: var(--mauve);
}
.iac-dd--sort .iac-dd-panel { right: 0; min-width: 180px; }

.iac-c-input {
	flex: 1;
	min-width: 0;
	border: none !important;
	outline: none;
	padding: 26px 20px !important;
	font-size: 17px !important;
	font-family: inherit;
	background: transparent !important;
	color: var(--dark);
	height: auto !important;
	margin: 0 !important;
	box-shadow: none !important;
	line-height: 1.2 !important;
}
/* Animated typewriter placeholder — slightly bolder + spaced so the cycling
   examples read as a clear suggestion, plus a soft blink via opacity. */
.iac-c-input::placeholder {
	color: #B7B0AA;
	opacity: 1;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.iac-c-clear {
	border: none;
	background: transparent;
	color: #8a8284;
	padding: 0 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
/* In-box searching spinner — Option A: tucked cleanly inside the input's
   right edge (just before the × / Search button), vertically centered. Reads
   as "the field is working." Hidden by default; .is-active reveals + animates.
   While active the × is hidden so the two never stack. */
.iac-c-spinner {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 0 8px 0 8px;
	align-self: center;
	border: 2.5px solid #E2DCD6;
	border-top-color: var(--red);
	border-radius: 50%;
	display: none;
}
.iac-c-spinner.is-active {
	display: inline-block;
	animation: iac-spin 0.6s linear infinite;
}
.iac-c-searchbar.is-searching .iac-c-clear { display: none; }
@keyframes iac-spin { to { transform: rotate(360deg); } }
.iac-c-search-btn {
	border: none;
	background: var(--red);
	color: #fff;
	padding: 0 34px;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: inherit;
}
.iac-c-search-btn:hover { filter: brightness(0.95); }

/* ---- MATCH PILLS ---- */
.iac-c-match {
	display: flex;
	gap: 8px;
	margin-top: 13px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.iac-c-match-label {
	font-size: 11px;
	color: rgba(255,255,255,0.7);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.iac-c-match-pill {
	font-size: 12px;
	padding: 5px 14px;
	background: #6b6263;
	color: #fff;
	border: none;
	border-radius: 20px;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.15s ease;
}
.iac-c-match-pill:hover { background: #7a7172; }
.iac-c-match-pill.is-active { background: var(--red); font-weight: 700; }

/* Mobile: keep the three match pills on a single tidy line. The "MATCH:" label
   is redundant on small screens, so drop it and tighten the pills to fit. */
@media (max-width: 560px) {
	.iac-c-match { flex-wrap: nowrap; gap: 6px; justify-content: center; }
	.iac-c-match-label { display: none; }
	.iac-c-match-pill { padding: 5px 12px; font-size: 11.5px; white-space: nowrap; }
}
@media (max-width: 360px) {
	.iac-c-match-pill { padding: 5px 9px; font-size: 11px; }
}

.iac-c-translate {
	margin-top: 12px;
	font-size: 13px;
	color: rgba(255,255,255,0.85);
	text-align: center;
}
.iac-c-translate .iac-translate-out { color: #fff; }
.iac-c-translate small { color: rgba(255,255,255,0.6); }

/* "Any area code" option — set apart from the numeric codes */
.iac-dd-opt--any {
	font-weight: 700;
	color: var(--mauve);
	border-bottom: 1px solid var(--line-soft);
	margin-bottom: 3px;
}
.iac-dd-opt--any.is-selected { color: #fff; }

/* ---- CATEGORY LANES (desktop: six across) ---- */
.iac-c-lanes {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0;
	border: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	margin: 14px auto 0;
	max-width: 900px;
}
.iac-c-lane {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 16px 10px;
	border-right: 1px solid var(--line);
	border-top: 4px solid var(--line);
	text-decoration: none;
	background: #fff;
	transition: transform 0.15s ease, background 0.15s ease;
	/* entrance animation start state */
	opacity: 1;
	transform: translateY(0);
}
.iac-c-lane:last-child { border-right: none; }
.iac-c-lane:hover { background: var(--offwhite); transform: translateY(-2px); }
.iac-c-lane-label {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.iac-c-lane-price {
	font-size: 11px;
	color: #8a8284;
	margin-top: 5px;
	font-weight: 700;
}

/* progress dots — hidden on desktop, shown on mobile swipe */
.iac-c-dots { display: none; }
.iac-c-dot {
	width: 6px; height: 4px; border-radius: 2px;
	background: #D3D1C7; transition: width 0.2s ease, background 0.2s ease;
}
.iac-c-dot.is-active { width: 18px; background: var(--red); }

/* ---- RESULTS + SORT ---- */
.iac-c-results { padding: 0; max-width: 900px; margin: 0 auto; }
.iac-c-results-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding: 22px 26px 0;
}
.iac-c-results-title {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--dark);
}
.iac-c-results .iac-result-count {
	padding: 8px 26px 0;
	font-size: 13px;
	color: var(--mauve);
}
.iac-c-sort {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.iac-c-sort-label {
	font-size: 11px; color: #8a8284; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.5px;
}
.iac-c-sort-btn {
	font-size: 12px;
	padding: 4px 12px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 20px;
	color: var(--mauve);
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
}
.iac-c-sort-btn.is-active { background: var(--red); color: #fff; border-color: var(--red); }
.iac-c-results .iac-list-search { padding: 14px 26px 8px; }

/* ---- BLANK CANVAS wrapper (template renders console with no theme chrome) ---- */
.iac-canvas-main { width: 100%; margin: 0; padding: 0; }

/* ---- TRUST STRIP ---- */
.iac-c-trust {
	background: var(--offwhite);
	padding: 14px 36px;
	border-bottom: 1px solid var(--line);
}
.iac-c-trust-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	flex-wrap: wrap;
}
.iac-c-trust-item { font-size: 12px; color: var(--mauve); }
.iac-c-trust-item strong { color: var(--dark); }
.iac-c-trust-sep { color: #D3D1C7; }

/* ---- RESPONSIVE: tablet ---- */
@media (max-width: 860px) {
	.iac-c-lanes { grid-template-columns: repeat(3, 1fr); }
	.iac-c-lane:nth-child(3) { border-right: none; }
	.iac-c-lane:nth-child(4),
	.iac-c-lane:nth-child(5),
	.iac-c-lane:nth-child(6) { border-top-width: 4px; }
}

/* ---- RESPONSIVE: mobile — swipe strip ---- */
@media (max-width: 560px) {
	.iac-c-hero { padding: 30px 16px 26px; }
	.iac-c-title { font-size: 26px; }
	.iac-c-prefix-paren,
	.iac-c-prefix-dash,
	.iac-dd--area .iac-dd-current { font-size: 17px; }
	.iac-c-input { font-size: 16px; padding: 15px 12px; }
	.iac-c-search-btn { padding: 0 18px; font-size: 13px; }

	.iac-c-lanes {
		display: flex;
		grid-template-columns: none;
		gap: 9px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding: 16px 0 12px 18px;
		margin-top: 16px;
		border-bottom: none;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.iac-c-lanes::-webkit-scrollbar { display: none; }
	.iac-c-lane {
		scroll-snap-align: start;
		flex: 0 0 120px;
		box-sizing: border-box;
		border: 1px solid var(--line);
		border-top-width: 3px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 3px;
		padding: 11px 12px;
		/* entrance animation start state (mobile only) */
		opacity: 0;
		transform: translateX(14px);
	}
	.iac-c-lane.is-in {
		opacity: 1;
		transform: translateX(0);
		transition: opacity 0.45s ease, transform 0.45s ease;
	}
	.iac-c-lane:last-child { margin-right: 18px; }
	.iac-c-lane-label { white-space: nowrap; }
	.iac-c-lane-price { margin-top: 0; white-space: nowrap; }

	.iac-c-dots { display: flex; gap: 6px; padding: 0 0 14px 18px; }

	.iac-c-trust-inner { gap: 8px 14px; }
	.iac-c-trust-sep { display: none; }
	.iac-c-results-head,
	.iac-c-results .iac-result-count,
	.iac-c-results .iac-list-search { padding-left: 18px; padding-right: 18px; }
}

/* respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
	.iac-c-lane { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ==========================================================================
   STICKY CONDENSED SEARCH BAR (6.0.5)
   Slides in once the hero scrolls out of view. JS relocates the element to
   <body> so position:fixed anchors to the viewport. If it ever collides with
   the theme's own sticky nav, adjust `top` here.
   ========================================================================== */
.iac-c-sticky {
	position: fixed;
	top: 0;              /* JS nudges down only for the admin bar if present */
	left: 0;
	right: 0;
	z-index: 10060;      /* ABOVE the theme header (10001) — bar owns the top strip */
	background: var(--mauve);
	box-shadow: 0 6px 16px rgba(0,0,0,0.16);
	padding: 10px 16px;
	transform: translateY(-160%);
	transition: transform 0.26s ease;
	will-change: transform;
}
/* While the sticky bar is showing, hide the theme header so nothing peeks out
   below the bar and the two never stack. Restored when the bar hides (hero). */
body.iac-sticky-on .fixed-header-area { visibility: hidden !important; }
.iac-c-sticky.is-visible { transform: translateY(0); }
.iac-c-sticky-inner { max-width: 760px; margin: 0 auto; }
.iac-c-sticky-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border-radius: 6px;
	padding: 5px 6px 5px 14px;
}
.iac-c-sticky-prefix {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	font-size: 15px;
	font-weight: 900;
	color: var(--dark);
	white-space: nowrap;
}
.iac-c-sticky-prefix .iac-dd-current { color: var(--dark); }
.iac-c-sticky-prefix .iac-dd-trigger {
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
}
.iac-c-sticky-prefix .iac-dd-caret--area { color: var(--red); cursor: pointer; font-size: 11px; }
.iac-c-sticky-bar .iac-c-sticky-input,
.iac-c-sticky-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0 !important;          /* beat the theme's global input[type=text] border */
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;            /* >=16px avoids iOS zoom-on-focus */
	font-weight: 600;
	color: var(--dark);
	padding: 9px 6px;
	margin: 0;
	font-family: inherit;
}
.iac-c-sticky-go {
	flex: 0 0 auto;
	background: var(--red);
	color: #fff;
	border: 0;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	transition: filter 0.15s ease;
}
.iac-c-sticky-go:hover { filter: brightness(0.95); }
/* in-box spinner (mirrors the hero) */
.iac-c-sticky-spinner {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0 6px;
	align-self: center;
	border: 2.5px solid #E2DCD6;
	border-top-color: var(--red);
	border-radius: 50%;
	display: none;
}
.iac-c-sticky-spinner.is-active { display: inline-block; animation: iac-spin 0.6s linear infinite; }
/* Match pills — second row, mirrors the hero */
.iac-c-sticky-match {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 9px;
}
.iac-c-sticky-match-label {
	font-size: 11px;
	color: rgba(255,255,255,0.7);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.iac-c-sticky-pill {
	font-size: 12px;
	padding: 5px 14px;
	background: #6b6263;
	color: #fff;
	border: none;
	border-radius: 20px;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.15s ease;
}
.iac-c-sticky-pill.is-active { background: var(--red); font-weight: 700; }

@media (max-width: 700px) {
	.iac-c-sticky { padding: 8px 10px; }   /* header is hidden while bar shows; JS clears admin bar only */
	.iac-c-sticky-prefix { font-size: 14px; }
	.iac-c-sticky-go { padding: 9px 14px; font-size: 11px; }
	.iac-c-sticky-match { margin-top: 7px; flex-wrap: nowrap; gap: 6px; }
	.iac-c-sticky-match-label { display: none; }
	.iac-c-sticky-pill { padding: 4px 12px; font-size: 11px; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
	.iac-c-sticky { transition: none !important; }
}

/* ============================================================
   CAPPED-RESULTS "browse by category" box        (css -v22 / v6.0.25)
   Rendered by buildBrowseBox() under search results ONLY when there
   are more matches than the 40 displayed (data.capped). Chips use the
   same --tier-* palette as the category lanes so it reads as part of
   the same shelf. The old "call us" footer line was removed in v6.0.25.
   ============================================================ */
.iac-browse-box {
	margin: 24px 0 8px;
	padding: 26px 24px 28px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--offwhite);
	text-align: center;
}
.iac-browse-headline {
	font-size: 18px;
	font-weight: 800;
	color: var(--dark);
	letter-spacing: -0.01em;
}
.iac-browse-sub {
	margin-top: 6px;
	font-size: 14px;
	color: var(--ink-soft);
}
.iac-browse-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
}
.iac-browse-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	border: 1.5px solid var(--chip-color, var(--line));
	border-radius: 999px;
	background: #fff;
	color: var(--chip-ink, var(--mauve));
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
}
.iac-browse-chip::after {
	content: "\2192";   /* arrow */
	font-weight: 700;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
.iac-browse-chip:hover {
	background: var(--chip-color, var(--mauve));
	border-color: var(--chip-color, var(--mauve));
	color: var(--chip-hover-ink, #fff);
	transform: translateY(-1px);
}
.iac-browse-chip:hover::after { opacity: 0.9; }

/* Tier colors mirror the lane palette */
.iac-browse-chip--exclusive { --chip-color: var(--tier-exclusive); --chip-ink: var(--tier-exclusive-dk); --chip-hover-ink: #fff; }
.iac-browse-chip--business  { --chip-color: var(--tier-business);  --chip-ink: var(--tier-business-dk);  --chip-hover-ink: var(--dark); }
.iac-browse-chip--standard  { --chip-color: var(--tier-standard);  --chip-ink: var(--tier-standard-dk);  --chip-hover-ink: var(--dark); }
.iac-browse-chip--custom    { --chip-color: var(--tier-custom);    --chip-ink: var(--tier-custom-dk);    --chip-hover-ink: #fff; }
.iac-browse-chip--wholesale { --chip-color: var(--tier-wholesale); --chip-ink: var(--tier-wholesale-dk); --chip-hover-ink: #fff; }
.iac-browse-chip--other     { --chip-color: var(--tier-other);     --chip-ink: var(--tier-other-dk);     --chip-hover-ink: var(--dark); }

@media (max-width: 600px) {
	.iac-browse-box { padding: 20px 14px 22px; }
	.iac-browse-headline { font-size: 16px; }
	.iac-browse-sub { font-size: 13px; }
	.iac-browse-chips { gap: 8px; margin-top: 16px; }
	.iac-browse-chip { padding: 8px 13px; font-size: 12px; }
}

/* ============================================================
   CATEGORY PAGES                                   (css -v23 / v6.0.29)
   Console rendered on the six tier archives (template_redirect takeover).
   Breadcrumb + blurb replace the landing eyebrow/cycling H1; "Load more"
   paginates the tier listing. The theme's own archive breadcrumb / result
   count / ordering are already hidden by the woocommerce rules near the top.
   ============================================================ */
.iac-c-crumbs {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .02em;
	color: var(--ink-soft);
	margin-bottom: 12px;
}
.iac-c-crumbs a { color: var(--ink-soft); text-decoration: none; }
.iac-c-crumbs a:hover { color: var(--red); }
.iac-c-crumb-sep { margin: 0 7px; opacity: .55; }
.iac-c-crumb-current { color: var(--dark); }

.iac-c-cat-blurb {
	margin: 14px auto 0;
	max-width: 620px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--ink-soft);
}
@media (max-width: 700px) {
	.iac-c-cat-blurb { font-size: 14px; }
}

/* "Load more" under the tier listing */
.iac-browse-more {
	display: flex;
	justify-content: center;
	margin: 24px 0 8px;
}
.iac-browse-more-btn {
	appearance: none;
	-webkit-appearance: none;
	border: 1.5px solid var(--line);
	background: #fff;
	color: var(--dark);
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .02em;
	padding: 13px 32px;
	border-radius: 999px;
	cursor: pointer;
	transition: border-color .15s ease, color .15s ease, transform .1s ease;
}
.iac-browse-more-btn:hover { border-color: var(--red); color: var(--red); transform: translateY(-1px); }
.iac-browse-more-btn:disabled { opacity: .6; cursor: default; transform: none; }

.iac-browse-empty {
	text-align: center;
	padding: 44px 0;
	color: var(--ink-soft);
	font-size: 15px;
}

/* ==========================================================================
   v24 / file 6.0.30 ADDITIONS
   - Footer enqueue fix is PHP-only (no CSS).
   - Red "212" in tier H1s reuses the existing .iac-c-title-accent rule.
   Added below: breadcrumb eyebrow restyle, search-scope subline, spotlight
   boxes (Standard + Custom), Wholesale two-box, NPA chips (Other Area Codes
   chooser), and the mixed-arrival note. These come last so they override the
   v23 breadcrumb rules (equal specificity, later wins) with no tab-matching.
   ========================================================================== */

/* Breadcrumb eyebrow — v23 rendered this dark-on-dark over the mauve hero
   (ink-soft on mauve = invisible). Now a light, intentional uppercase eyebrow,
   e.g. SHOP > BUSINESS. */
.iac-c-crumbs {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	margin-bottom: 4px;
}
.iac-c-crumbs a { color: rgba(255,255,255,0.6); text-decoration: none; }
.iac-c-crumbs a:hover { color: #fff; }
.iac-c-crumb-sep { margin: 0 7px; opacity: 0.7; }
.iac-c-crumb-current { color: rgba(255,255,255,0.85); }

/* Search-scope subline — under the search box on tier/category pages:
   "Searching Business . search all area codes ->". Light on the mauve hero. */
.iac-c-scopeline {
	margin-top: 12px;
	font-size: 12px;
	color: rgba(255,255,255,0.62);
	font-weight: 600;
	text-align: center;
}
.iac-c-scopeline a { color: rgba(255,255,255,0.92); text-decoration: underline; text-underline-offset: 2px; }
.iac-c-scopeline a:hover { color: #fff; }
.iac-c-hint {
	margin-top: 12px;
	font-size: 13px;
	color: rgba(255,255,255,0.85);
	font-weight: 600;
	text-align: center;
	letter-spacing: .2px;
}
.iac-c-hint strong { color: #E84E2A; font-weight: 800; }

/* ---- SPOTLIGHT BOXES (Standard single, Custom pair) ---- */
.iac-spotlight-grid {
	max-width: 900px;
	margin: 22px auto 0;
	padding: 0 26px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
.iac-spotlight-grid.is-pair { grid-template-columns: 1fr 1fr; }
.iac-spotlight {
	display: flex;
	gap: 20px;
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-top: 4px solid var(--tier-standard);
	border-radius: 4px;
	padding: 22px;
}
.iac-spotlight--custom { border-top-color: var(--tier-custom); }
.iac-spotlight-media {
	flex: 0 0 110px;
	width: 110px;
	height: 110px;
	border-radius: 4px;
	background-color: var(--offwhite);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid var(--line);
}
.iac-spotlight-body { flex: 1 1 auto; min-width: 0; }
.iac-spotlight-title { font-size: 20px; font-weight: 900; color: var(--dark); margin: 0 0 6px; line-height: 1.15; }
.iac-spotlight-desc { font-size: 13px; line-height: 1.55; color: var(--ink-soft); margin: 0 0 14px; }
.iac-spotlight-foot { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.iac-spotlight-price { font-size: 24px; font-weight: 900; color: var(--dark); line-height: 1; }
.iac-spotlight-price small { font-size: 12px; font-weight: 700; color: var(--ink-soft); }
.iac-spotlight-cta {
	background: var(--red); color: #fff; border: 0; border-radius: 4px;
	padding: 12px 24px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
	font-weight: 700; cursor: pointer; text-decoration: none; white-space: nowrap;
}
.iac-spotlight-cta:hover { filter: brightness(0.93); }
.iac-spotlight-link { font-size: 12px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none; }
.iac-spotlight-link:hover { text-decoration: underline; }
@media (max-width: 700px) {
	.iac-spotlight-grid, .iac-spotlight-grid.is-pair { grid-template-columns: 1fr; padding: 0 18px; }
	.iac-spotlight { flex-direction: column; align-items: flex-start; gap: 14px; padding: 18px; }
	.iac-spotlight-media { width: 84px; height: 84px; flex-basis: 84px; }
	.iac-spotlight-title { font-size: 18px; }
}

/* ---- WHOLESALE two-box (212 rows + other-area NPA chips) ---- */
.iac-whbox-grid {
	max-width: 900px; margin: 22px auto 0; padding: 0 26px;
	display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.iac-whbox {
	background: #fff; border: 1px solid var(--line);
	border-top: 4px solid var(--tier-wholesale); border-radius: 4px; padding: 20px 22px;
}
.iac-whbox-title { font-size: 16px; font-weight: 900; color: var(--dark); margin: 0 0 4px; }
.iac-whbox-sub { font-size: 12px; color: var(--ink-soft); margin: 0 0 14px; line-height: 1.5; }
.iac-wh-row {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 11px 0; border-bottom: 1px solid var(--line-soft); text-decoration: none;
}
.iac-wh-row:last-child { border-bottom: 0; }
.iac-wh-row-name { font-size: 14px; font-weight: 800; color: var(--dark); }
.iac-wh-row-from { font-size: 12px; color: var(--ink-soft); font-weight: 700; }
.iac-wh-row-cta { font-size: 11px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 0.5px; white-space: nowrap; }
.iac-wh-row:hover .iac-wh-row-cta { text-decoration: underline; }
@media (max-width: 700px) {
	.iac-whbox-grid { grid-template-columns: 1fr; padding: 0 18px; }
}

/* ---- NPA CHIPS (Other Area Codes chooser + Wholesale other-area box) ---- */
.iac-npa-chips {
	display: flex; flex-wrap: wrap; justify-content: center; gap: 9px;
	max-width: 900px; margin: 0 auto; padding: 16px 26px 2px;
}
.iac-npa-chip {
	display: inline-flex; align-items: center; gap: 6px; padding: 8px 15px;
	border: 1.5px solid var(--tier-other); border-radius: 999px; background: #fff;
	color: var(--tier-other-dk); font-size: 12px; font-weight: 700; cursor: pointer;
	text-decoration: none; white-space: nowrap; font-family: inherit;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
}
.iac-npa-chip .iac-npa-arrow { opacity: 0.5; font-weight: 700; }
.iac-npa-chip:hover { background: var(--offwhite); transform: translateY(-1px); }
.iac-npa-chip.is-active { background: var(--mauve); border-color: var(--mauve); color: #fff; }
.iac-npa-chip.is-active .iac-npa-arrow { display: none; }
@media (max-width: 700px) {
	.iac-npa-chips { padding: 14px 16px 2px; gap: 8px; }
	.iac-npa-chip { padding: 7px 13px; font-size: 12px; }
}

/* Mixed-arrival note (Other Area Codes, "Any" selected) */
.iac-mix-note {
	max-width: 900px; margin: 0 auto; padding: 4px 26px 0;
	font-size: 13px; color: var(--ink-soft); text-align: center;
}
@media (max-width: 700px) { .iac-mix-note { padding: 4px 16px 0; } }

/* ==========================================================================
   v26 / file 6.0.35 ADDITIONS
   Trust bar + category lanes now render on category pages too (snippet change).
   Here: the "you are here" current-lane treatment, and a safety fallback so
   the lane strip is visible on category pages even before/without the JS
   entrance animation (the mobile .is-in opacity:0 start state otherwise hides
   them when the dots-gated JS path doesn't run).
   ========================================================================== */

/* Current category lane — rendered as a non-clickable <span class="iac-c-lane is-current">. */
.iac-c-lane.is-current {
	cursor: default;
	background: var(--offwhite);
	position: relative;
	box-shadow: inset 0 0 0 1px var(--line);
}
.iac-c-lane.is-current:hover {
	background: var(--offwhite);
	transform: none;
}
.iac-c-lane.is-current::after {
	content: "You're here";
	position: absolute;
	bottom: 6px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--ink-soft);
	white-space: nowrap;
}
/* Give the current lane a little extra bottom room for the "You're here" tag. */
.iac-c-lane.is-current { padding-bottom: 22px; }

/* Safety: on category pages the lane strip must be visible even if the JS
   entrance animation never adds .is-in. Category context is marked by
   body.iac-shop--category on the wrapper; force lanes fully shown there. */
.iac-shop--category .iac-c-lane {
	opacity: 1 !important;
	transform: none !important;
}

/* ==========================================================================
   v27 / file 6.0.36 — STANDARD / CUSTOM / WHOLESALE page redesigns
   Built on the existing tokens (Raleway, tier colors, --red, --offwhite,
   --line, --dark, --ink-soft). These replace the old .iac-spotlight* and
   .iac-whbox* blocks; those old rules are now unused but left in place.
   ========================================================================== */

/* Shared wrap rhythm for the three redesigned category sections. */
.iac-std-wrap, .iac-cu-wrap, .iac-wh-wrap {
	max-width: 1020px;
	margin: 26px auto 0;
	padding: 0 26px;
}

/* ---------------------------------------------------------------------------
   STANDARD — Random 212 card + Business-Class upsell (the hero of the pair)
   --------------------------------------------------------------------------- */
.iac-std-grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;   /* Business slightly wider/dominant */
	gap: 20px;
	align-items: stretch;
}
.iac-std-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 26px 26px 24px;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.iac-std-card-title {
	font-size: 23px;
	font-weight: 900;
	color: var(--dark);
	line-height: 1.12;
	margin: 10px 0 10px;
	letter-spacing: -0.01em;
}
.iac-std-card-title em { font-style: italic; color: var(--red); }
.iac-std-card-text {
	font-size: 14px;
	line-height: 1.6;
	color: var(--ink-soft);
	margin: 0 0 16px;
}
.iac-std-eyebrow {
	display: inline-block;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--tier-standard-dk);
	background: rgba(90,81,82,0.12);
	padding: 5px 10px;
	border-radius: 999px;
	align-self: flex-start;
}
.iac-std-eyebrow--biz {
	color: var(--tier-business-dk);
	background: rgba(232,78,42,0.12);
}
.iac-std-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.iac-std-list li {
	position: relative;
	padding-left: 24px;
	font-size: 13.5px;
	color: var(--dark);
	line-height: 1.45;
}
.iac-std-list li::before {
	content: "";
	position: absolute;
	left: 0; top: 3px;
	width: 15px; height: 15px;
	border-radius: 50%;
	background: var(--tier-standard);
	box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px var(--tier-standard);
}
.iac-std-list--biz li::before {
	background: var(--tier-business);
	box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px var(--tier-business);
}
.iac-std-foot {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.iac-std-price { font-size: 30px; font-weight: 900; color: var(--dark); line-height: 1; }
.iac-std-cta {
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 12px; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase;
	padding: 13px 22px; border-radius: 8px; cursor: pointer; border: 0;
	text-decoration: none; white-space: nowrap; font-family: inherit;
	transition: transform 0.12s ease, filter 0.15s ease, background 0.15s ease;
}
.iac-std-cta--solid { background: var(--red); color: #fff; }
.iac-std-cta--solid:hover { filter: brightness(0.93); transform: translateY(-1px); }
.iac-std-cta--solid.is-incart { background: var(--tier-business-dk); }
.iac-std-cta--solid.is-loading { opacity: 0.7; }
.iac-std-cta--ghost {
	margin-top: auto; align-self: flex-start;
	background: var(--dark); color: #fff;
}

/* Random card — standard accent rail */
.iac-std-card--random { border-top: 4px solid var(--tier-standard); }

/* Business card — the visual hero: deeper surface, brand-red rail, lift on hover */
.iac-std-card--business {
	border-top: 4px solid var(--tier-business);
	background:
		radial-gradient(120% 120% at 100% 0%, rgba(232,78,42,0.08) 0%, rgba(232,78,42,0) 55%),
		#fff;
	box-shadow: 0 8px 30px -18px rgba(169,52,21,0.45);
}
.iac-std-card--business::after {
	content: "";
	position: absolute;
	right: -40px; bottom: -40px;
	width: 150px; height: 150px;
	background: radial-gradient(circle, rgba(232,78,42,0.12) 0%, rgba(232,78,42,0) 70%);
	pointer-events: none;
}
.iac-std-card--business:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px -20px rgba(169,52,21,0.4);
	border-color: var(--tier-business);
	border-top-color: var(--tier-business);
}
.iac-std-card--business:hover .iac-std-cta--ghost { background: var(--tier-business-dk); }

@media (max-width: 760px) {
	.iac-std-grid { grid-template-columns: 1fr; gap: 16px; }
	.iac-std-card { padding: 22px 20px; }
	.iac-std-card-title { font-size: 21px; }
}

/* ---------------------------------------------------------------------------
   CUSTOM — a real page: intro, four price brackets, steps, single CTA
   --------------------------------------------------------------------------- */
.iac-cu-intro { text-align: center; max-width: 680px; margin: 0 auto 26px; }
.iac-cu-eyebrow {
	display: inline-block;
	font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
	color: var(--tier-custom-dk);
	background: rgba(158,54,32,0.10);
	padding: 6px 14px; border-radius: 999px;
	margin-bottom: 14px;
}
.iac-cu-headline {
	font-size: 34px; font-weight: 900; color: var(--dark);
	line-height: 1.08; letter-spacing: -0.015em; margin: 0 0 12px;
}
.iac-cu-lede { font-size: 15.5px; line-height: 1.65; color: var(--ink-soft); margin: 0; }

.iac-cu-brackets {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 0 auto 26px;
}
.iac-cu-bracket {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 18px 18px 20px;
	border-top: 4px solid var(--tier-custom);
	transition: transform 0.14s ease, box-shadow 0.18s ease;
	position: relative;
}
.iac-cu-bracket:hover { transform: translateY(-3px); box-shadow: 0 14px 34px -20px rgba(110,36,21,0.45); }
/* Gentle value gradient across the four brackets (light -> rich). */
.iac-cu-bracket--generic   { border-top-color: #D8A497; }
.iac-cu-bracket--business  { border-top-color: #C1705B; }
.iac-cu-bracket--exclusive { border-top-color: #9E3620; }
.iac-cu-bracket--premium   {
	border-top-color: var(--tier-custom-dk);
	background: radial-gradient(120% 120% at 100% 0%, rgba(158,54,32,0.08) 0%, rgba(158,54,32,0) 55%), #fff;
}
.iac-cu-bracket-head { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.iac-cu-bracket-name { font-size: 13px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; color: var(--tier-custom-dk); }
.iac-cu-bracket-price { font-family:'Raleway',system-ui,-apple-system,sans-serif; font-size: 26px; font-weight: 900; color: var(--dark); line-height: 1; font-variant-numeric:tabular-nums lining-nums; font-feature-settings:"lnum" 1,"tnum" 1; }
.iac-cu-bracket-desc { font-family:'Raleway',system-ui,-apple-system,sans-serif; font-size: 12.5px; line-height: 1.5; color: var(--ink-soft); margin: 0; font-variant-numeric:tabular-nums lining-nums; font-feature-settings:"lnum" 1,"tnum" 1; }

.iac-cu-steps {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
	max-width: 860px; margin: 0 auto 26px;
}
.iac-cu-step {
	display: flex; align-items: flex-start; gap: 12px;
	background: var(--offwhite); border-radius: 10px; padding: 16px 18px;
}
.iac-cu-step-num {
	flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%;
	background: var(--tier-custom); color: #fff;
	font-size: 14px; font-weight: 900;
	display: flex; align-items: center; justify-content: center;
}
.iac-cu-step-label { font-size: 13px; line-height: 1.45; color: var(--dark); font-weight: 600; }

.iac-cu-ctarow { text-align: center; }
.iac-cu-cta {
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--red); color: #fff;
	font-size: 14px; font-weight: 800; letter-spacing: 0.4px;
	padding: 16px 34px; border-radius: 10px; text-decoration: none;
	box-shadow: 0 10px 30px -14px rgba(232,78,42,0.7);
	transition: transform 0.12s ease, filter 0.15s ease;
}
.iac-cu-cta:hover { filter: brightness(0.94); transform: translateY(-2px); }
.iac-cu-ctanote { display: block; margin-top: 12px; font-size: 12.5px; color: var(--ink-soft); }

@media (max-width: 860px) {
	.iac-cu-brackets { grid-template-columns: repeat(2, 1fr); }
	.iac-cu-steps { grid-template-columns: 1fr; }
	.iac-cu-headline { font-size: 28px; }
}
@media (max-width: 480px) {
	.iac-cu-brackets { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------------------------
   WHOLESALE — 212 block hero (front and centre) + price ladder, then a
   secondary other-area-code pills panel.
   --------------------------------------------------------------------------- */
.iac-wh212 {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--line);
	box-shadow: 0 18px 50px -30px rgba(180,58,60,0.5);
}
.iac-wh212-left {
	padding: 34px 34px 30px;
	background:
		radial-gradient(130% 120% at 0% 0%, rgba(63,56,57,0.08) 0%, rgba(63,56,57,0) 55%),
		#fff;
}
.iac-wh212-eyebrow {
	display: inline-block;
	font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
	color: var(--tier-wholesale-dk);
	background: rgba(63,56,57,0.10);
	padding: 6px 13px; border-radius: 999px; margin-bottom: 14px;
}
.iac-wh212-headline {
	font-size: 30px; font-weight: 900; color: var(--dark);
	line-height: 1.1; letter-spacing: -0.015em; margin: 0 0 12px;
}
.iac-wh212-lede { font-size: 14.5px; line-height: 1.62; color: var(--ink-soft); margin: 0 0 16px; }
.iac-wh212-points { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.iac-wh212-points li {
	position: relative; padding-left: 24px; font-size: 13.5px; color: var(--dark); line-height: 1.4;
}
.iac-wh212-points li::before {
	content: ""; position: absolute; left: 0; top: 3px;
	width: 15px; height: 15px; border-radius: 50%;
	background: var(--tier-wholesale);
	box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px var(--tier-wholesale);
}
.iac-wh212-ctarow { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.iac-wh212-cta {
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--red); color: #fff;
	font-size: 13px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase;
	padding: 14px 28px; border-radius: 9px; text-decoration: none;
	box-shadow: 0 10px 28px -14px rgba(232,78,42,0.7);
	transition: transform 0.12s ease, filter 0.15s ease;
}
.iac-wh212-cta:hover { filter: brightness(0.94); transform: translateY(-2px); }
.iac-wh212-from { font-size: 14px; font-weight: 800; color: var(--dark); }
.iac-wh212-custom { margin: 18px 0 0; font-size: 12.5px; color: var(--ink-soft); }
.iac-wh212-custom a { color: var(--red); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

/* Right rail — the price ladder, on a deep mauve panel so it reads as "the menu". */
.iac-wh212-right {
	background: linear-gradient(165deg, var(--mauve) 0%, var(--mauve-dk) 100%);
	padding: 28px 26px;
	color: #fff;
	display: flex;
	flex-direction: column;
}
.iac-wh212-ladder-title {
	font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
	color: rgba(255,255,255,0.6); margin-bottom: 14px;
}
.iac-wh212-ladder { display: flex; flex-direction: column; }
.iac-wh212-row {
	display: grid;
	grid-template-columns: 42px 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 11px 0;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}
.iac-wh212-row:last-child { border-bottom: 0; }
.iac-wh212-qty {
	font-size: 16px; font-weight: 900; color: #fff;
	background: rgba(255,255,255,0.12); border-radius: 6px;
	padding: 4px 0; text-align: center; min-width: 42px;
}
.iac-wh212-label { font-size: 12px; line-height: 1.3; color: rgba(255,255,255,0.82); }
.iac-wh212-price { font-size: 15px; font-weight: 800; color: #fff; white-space: nowrap; }

@media (max-width: 820px) {
	.iac-wh212 { grid-template-columns: 1fr; }
	.iac-wh212-headline { font-size: 26px; }
	.iac-wh212-left { padding: 26px 22px; }
}

/* Secondary panel — other-area-code blocks */
.iac-wh-other {
	margin-top: 22px;
	background: var(--offwhite);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 22px 24px;
}
.iac-wh-other-head { display: flex; flex-direction: column; gap: 4px; margin-bottom: 14px; }
.iac-wh-other-title { font-size: 15px; font-weight: 900; color: var(--dark); }
.iac-wh-other-sub { font-size: 12.5px; color: var(--ink-soft); }
.iac-npa-chips--wh { justify-content: flex-start; padding: 0; max-width: none; margin: 0; }


/* ==========================================================================
   v28 / file 6.0.37 ADDITIONS
   - "Most popular" badge moved to the Business bracket.
   - All red-button CTA text forced white (theme anchor color was bleeding in).
   - Wholesale ladder rows are now clickable links (hover + arrow).
   - Other-area-code blocks elevated to a prominent card grid.
   ========================================================================== */

/* Custom: Business is the highlighted "Most popular" bracket. */
.iac-cu-bracket--business {
	position: relative;
	border-top-color: var(--tier-custom);
	box-shadow: 0 10px 30px -20px rgba(110,36,21,0.4);
}
.iac-cu-bracket--business::before {
	content: "Most popular";
	position: absolute; top: 12px; right: 12px;
	font-size: 9px; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase;
	color: #fff; background: var(--tier-custom-dk);
	padding: 3px 8px; border-radius: 999px;
}

/* CTA text: force white on the red buttons (theme's a{color} was winning). */
.iac-cu-cta, .iac-cu-cta:link, .iac-cu-cta:visited, .iac-cu-cta:hover, .iac-cu-cta:active,
.iac-wh212-cta, .iac-wh212-cta:link, .iac-wh212-cta:visited, .iac-wh212-cta:hover, .iac-wh212-cta:active,
.iac-std-cta--ghost, .iac-std-cta--ghost:link, .iac-std-cta--ghost:visited {
	color: #fff !important;
}
.iac-std-cta--solid, .iac-std-cta--solid:link, .iac-std-cta--solid:visited, .iac-std-cta--solid:hover {
	color: #fff !important;
}

/* Wholesale ladder rows -> clickable links to the preselected variation. */
.iac-wh212-row {
	display: grid;
	grid-template-columns: 46px 1fr auto 18px;
	align-items: center;
	gap: 10px;
	padding: 12px 8px;
	margin: 0 -8px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	text-decoration: none;
	border-radius: 8px;
	transition: background 0.14s ease, transform 0.1s ease;
}
.iac-wh212-row:last-child { border-bottom: 0; }
.iac-wh212-row:hover { background: rgba(255,255,255,0.10); transform: translateX(2px); }
.iac-wh212-go {
	color: rgba(255,255,255,0.55);
	font-weight: 800; text-align: right;
	transition: color 0.14s ease, transform 0.14s ease;
}
.iac-wh212-row:hover .iac-wh212-go { color: #fff; transform: translateX(2px); }

/* Other-area-code blocks — elevated prominent section. */
.iac-wh-other {
	margin-top: 26px;
	background:
		linear-gradient(180deg, rgba(247,243,240,0.6) 0%, rgba(247,243,240,1) 100%);
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 28px 28px 30px;
}
.iac-wh-other-eyebrow {
	display: inline-block;
	font-size: 10.5px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase;
	color: var(--tier-other-dk);
	background: rgba(179,175,176,0.22);
	padding: 5px 12px; border-radius: 999px; margin-bottom: 12px;
}
.iac-wh-other-title { font-size: 21px; font-weight: 900; color: var(--dark); margin: 0 0 8px; line-height: 1.15; }
.iac-wh-other-sub { font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); margin: 0 0 20px; max-width: 620px; }
.iac-wh-other-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 12px;
}
.iac-wh-other-chip {
	display: flex; flex-direction: column; gap: 4px;
	background: #fff;
	border: 1px solid var(--line);
	border-top: 3px solid var(--tier-other);
	border-radius: 10px;
	padding: 16px 16px 14px;
	text-decoration: none;
	transition: transform 0.14s ease, box-shadow 0.18s ease, border-top-color 0.18s ease;
}
.iac-wh-other-chip:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px -20px rgba(90,81,82,0.5);
	border-top-color: var(--mauve);
}
.iac-wh-other-chip-npa { font-size: 22px; font-weight: 900; color: var(--dark); letter-spacing: -0.01em; }
.iac-wh-other-chip-go { font-size: 11px; font-weight: 800; letter-spacing: 0.4px; text-transform: uppercase; color: var(--red); }

@media (max-width: 600px) {
	.iac-wh-other { padding: 22px 18px; }
	.iac-wh-other-grid { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 10px; }
	.iac-wh-other-title { font-size: 18px; }
}

/* ==========================================================================
   v29 / file 6.0.41 — Standard Random card: price on its own line, then a
   two-button row (More Details [outline] + Add to Cart [solid]).
   ========================================================================== */
.iac-std-foot--stack {
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}
.iac-std-foot--stack .iac-std-price { line-height: 1; }
.iac-std-btnrow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	align-items: stretch;
}
.iac-std-btnrow .iac-std-cta {
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	border: 1.5px solid transparent;   /* equal box on both buttons */
	box-sizing: border-box;
}

/* Secondary "More Details" — light outline so it reads below the solid CTA.
   Uses a real border (not an inset shadow) so it matches the solid button's
   height exactly and doesn't distort on hover. */
.iac-std-cta--outline,
.iac-std-cta--outline:link,
.iac-std-cta--outline:visited {
	background: #fff;
	color: var(--dark) !important;
	border-color: var(--line);
}
.iac-std-cta--outline:hover {
	border-color: var(--mauve);
	color: var(--mauve) !important;
	background: #fff;
}
/* Keep the two-button pair flush on hover (no lone-button lift/distort). */
.iac-std-btnrow .iac-std-cta:hover { transform: none; }

@media (max-width: 380px) {
	.iac-std-btnrow { grid-template-columns: 1fr; }   /* stack on very narrow */
}

/* ==========================================================================
   v30 / file 6.0.44 — Blocks page: small consecutive sets (2-5 numbers).
   Sits between the 212 block hero (dark) and the other-area panel (offwhite).
   ========================================================================== */
.iac-sets {
	margin-top: 22px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 26px 28px 30px;
}
.iac-sets-head { margin-bottom: 18px; }
.iac-sets-eyebrow {
	display: inline-block;
	font-size: 10.5px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase;
	color: var(--tier-wholesale-dk);
	background: rgba(63,56,57,0.10);
	padding: 5px 12px; border-radius: 999px; margin-bottom: 12px;
}
.iac-sets-title { font-size: 21px; font-weight: 900; color: var(--dark); margin: 0 0 8px; line-height: 1.15; }
.iac-sets-sub { font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); margin: 0; max-width: 640px; }

.iac-sets-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.iac-set-card {
	display: flex;
	flex-direction: column;
	background: var(--offwhite);
	border: 1px solid var(--line);
	border-top: 3px solid var(--tier-wholesale);
	border-radius: 10px;
	padding: 18px 18px 16px;
	text-decoration: none;
	transition: transform 0.14s ease, box-shadow 0.18s ease, border-top-color 0.18s ease;
}
.iac-set-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px -20px rgba(180,58,60,0.5);
	border-top-color: var(--tier-wholesale-dk);
}
.iac-set-qty {
	font-size: 26px; font-weight: 900; color: var(--dark); line-height: 1;
	margin-bottom: 10px;
}
.iac-set-body { display: block; margin-bottom: 14px; }
.iac-set-title { display: block; font-size: 13.5px; font-weight: 800; color: var(--dark); margin-bottom: 4px; }
.iac-set-desc { display: block; font-size: 12px; line-height: 1.45; color: var(--ink-soft); }
.iac-set-foot {
	margin-top: auto;
	display: flex; align-items: baseline; justify-content: space-between; gap: 8px;
	flex-wrap: wrap;
}
.iac-set-price { font-size: 14px; font-weight: 900; color: var(--dark); }
.iac-set-cta { display:inline-flex; align-items:center; gap:6px; background:#3F3839; color:#FBF7F3; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; padding:10px 15px; border-radius:12px; box-shadow:0 4px 12px rgba(63,56,57,.18); transition:transform .12s ease,background .12s ease,box-shadow .12s ease; }
.iac-set-card:hover .iac-set-cta { background:#4a4243; box-shadow:0 6px 16px rgba(63,56,57,.22); }

@media (max-width: 760px) {
	.iac-sets-grid { grid-template-columns: repeat(2, 1fr); }
	.iac-sets { padding: 22px 18px; }
	.iac-sets-title { font-size: 18px; }
}
@media (max-width: 380px) {
	.iac-sets-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   v6.0.58 — Number-card redesign + unified pop-out CTAs.
   Cards scoped to .iac-list-search (the standard spotlight card,
   .iac-row--standard, is intentionally excluded). Appended last
   so it overrides the base .iac-row rules above.
   ============================================================ */
.iac-list-search .iac-row{display:flex;align-items:center;gap:14px;position:relative;background:#fff;border:1px solid var(--border,#E4DAD2);border-left:0;border-radius:18px;padding:24px 20px;margin:0 0 12px;min-height:118px;box-shadow:0 1px 2px rgba(63,56,57,.04),0 8px 20px rgba(63,56,57,.05);overflow:hidden}
.iac-list-search .iac-row::before{content:none}
.iac-list-search .iac-row-bar{position:absolute;left:10px;top:18px;bottom:18px;width:4px;border-radius:99px;background:var(--tier-other,#A8A29E);opacity:.85}
.iac-list-search .iac-row--exclusive .iac-row-bar{background:var(--tier-exclusive)}
.iac-list-search .iac-row--business .iac-row-bar{background:var(--tier-business)}
.iac-list-search .iac-row--standard .iac-row-bar{background:var(--tier-standard)}
.iac-list-search .iac-row--custom .iac-row-bar{background:var(--tier-custom)}
.iac-list-search .iac-row--wholesale .iac-row-bar{background:var(--tier-wholesale)}
.iac-list-search .iac-row--other .iac-row-bar{background:var(--tier-other)}
.iac-list-search .iac-row-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;padding-left:18px}
.iac-list-search .iac-row .iac-row-number{display:block;text-decoration:none;color:var(--ink,#3F3839);line-height:1;font-family:'Raleway',system-ui,-apple-system,sans-serif;font-weight:600;letter-spacing:.3px;white-space:nowrap;font-size:clamp(20px,6vw,28px);font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1,"lnum" 1;background:none}
.iac-list-search .iac-row .iac-row-number:hover{color:var(--ink,#3F3839)}
.iac-list-search .iac-row-ac{color:#7E656B;font-weight:500}
.iac-list-search .iac-row-loc{display:flex;align-items:center;gap:5px;margin-top:9px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#7E656B}
.iac-list-search .iac-row-pin{width:12px;height:12px;flex:0 0 auto;opacity:.85}
.iac-list-search .iac-row-more{align-self:flex-start;margin-top:10px;font-family:'Raleway',sans-serif;font-size:12.5px;font-weight:600;color:var(--mauve,#5a5152);text-decoration:underline;text-underline-offset:3px}
.iac-list-search .iac-row-more:hover{color:var(--red,#E84E2A)}
.iac-list-search .iac-row .iac-row-actions{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:10px;margin:0}
.iac-list-search .iac-row .iac-row-price{font-family:'Raleway',sans-serif;font-weight:700;color:var(--ink,#3F3839);font-size:19px;line-height:1;white-space:nowrap;font-variant-numeric:tabular-nums lining-nums;background:none;padding:0}
.iac-list-search .iac-row-price--bulk{font-size:15px}
/* No.6 solid-dark, soft-rectangle — the one shopping-button standard. Applies to
   BOTH the Add-to-Cart button and the "Select options" / "Inquire" link so every
   primary card action looks identical. */
.iac-list-search .iac-row .iac-row-cart,
.iac-list-search .iac-row .iac-row-select{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:'Raleway',sans-serif;font-weight:700;font-size:12.5px;line-height:1;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;color:#FBF7F3;background:#3F3839;border:none;border-radius:14px;padding:15px 20px;min-height:44px;min-width:0;box-shadow:0 4px 12px rgba(63,56,57,.18);cursor:pointer;text-decoration:none;transition:transform .12s ease,background .12s ease,box-shadow .12s ease;filter:none}
.iac-list-search .iac-row .iac-row-cart:hover,
.iac-list-search .iac-row .iac-row-select:hover{background:#4a4243;color:#FBF7F3;transform:none;box-shadow:0 6px 16px rgba(63,56,57,.22)}
.iac-list-search .iac-row .iac-row-cart:active,
.iac-list-search .iac-row .iac-row-select:active{background:#332d2e;transform:scale(.97);box-shadow:0 3px 9px rgba(63,56,57,.20)}
.iac-list-search .iac-row .iac-row-cart:focus,
.iac-list-search .iac-row .iac-row-select:focus{outline:none}
.iac-list-search .iac-row .iac-row-cart:focus-visible,
.iac-list-search .iac-row .iac-row-select:focus-visible{outline:none;box-shadow:0 4px 12px rgba(63,56,57,.18),0 0 0 3px rgba(63,56,57,.28)}
/* Hover height-jump fix: the theme has a global `a:hover{box-sizing:content-box}`
   which flips this anchor button to content-box on hover, adding its 15px+15px
   padding on top of the 44px height (~74px jump). Force border-box in every state. */
.iac-row-select,.iac-row-select:hover,.iac-row-select:focus,.iac-row-select:active,
.iac-list-search .iac-row .iac-row-select,.iac-list-search .iac-row .iac-row-select:hover,
.iac-list-search .iac-row .iac-row-select:focus,.iac-list-search .iac-row .iac-row-select:active{box-sizing:border-box!important}
.iac-list-search .iac-row .iac-row-cart.is-incart{background:var(--red,#E84E2A);color:#fff}
.iac-list-search .iac-row-actions .iac-rand-step{margin:0}
.iac-list-search mark.iac-hl{background:rgba(232,78,42,.13);color:var(--ink,#3F3839);border-radius:6px;padding:.02em .16em;font-weight:inherit}
@media (max-width:640px){
  /* v6.0.63 — keep the card a ROW on phones: number/city on the left, price + Add to
     Cart stacked on the RIGHT (price on top), same horizontal band as the number. */
  .iac-list-search .iac-row{gap:10px;padding:18px 14px}
  .iac-list-search .iac-row-main{padding-left:14px}
  .iac-list-search .iac-row .iac-row-number{font-size:clamp(18px,5.2vw,26px);overflow:hidden;text-overflow:ellipsis}
  .iac-list-search .iac-row .iac-row-actions{flex-direction:column;align-items:flex-end;gap:8px}
  .iac-list-search .iac-row .iac-row-actions .iac-rand-step{margin:0}
  .iac-list-search .iac-row .iac-row-cart,
  .iac-list-search .iac-row .iac-row-select{padding:11px 16px}
}
@media (prefers-reduced-motion:reduce){
  .iac-list-search .iac-row .iac-row-cart,
  .iac-list-search .iac-row .iac-row-select{transition:none}
}

/* ---- Standard "Random" card: direct add -> WHITE pop-out (override forced white text) ---- */
.iac-std-wrap .iac-std-cta--solid,
.iac-std-wrap .iac-std-cta--solid:link,
.iac-std-wrap .iac-std-cta--solid:visited{
  background:#fff!important;color:var(--red)!important;border:1.5px solid var(--red)!important;border-radius:999px!important;
  text-transform:none;letter-spacing:.3px;font-size:13px;font-weight:700;
  box-shadow:0 3px 0 rgba(232,78,42,.18),0 5px 14px rgba(232,78,42,.15);filter:none!important
}
.iac-std-wrap .iac-std-cta--solid:hover{
  background:var(--red)!important;color:#fff!important;transform:translateY(-1px);
  box-shadow:0 4px 0 rgba(232,78,42,.25),0 8px 18px rgba(232,78,42,.22)
}
.iac-std-wrap .iac-std-cta--solid.is-incart{background:var(--red)!important;color:#fff!important}

/* ---- Custom + Blocks primary CTAs: SOLID-red pop-out (white text already forced) ---- */
.iac-cu-wrap .iac-cu-cta,
.iac-wh-wrap .iac-wh212-cta{
  border-radius:999px!important;
  box-shadow:0 3px 0 rgba(150,38,15,.32),0 7px 18px rgba(232,78,42,.32)!important;
  transition:transform .12s ease,box-shadow .12s ease,filter .15s ease
}
.iac-cu-wrap .iac-cu-cta:hover,
.iac-wh-wrap .iac-wh212-cta:hover{
  filter:none!important;transform:translateY(-1px);
  box-shadow:0 4px 0 rgba(150,38,15,.4),0 10px 22px rgba(232,78,42,.4)!important
}

/* ---- price / figure alignment: tabular lining figures ---- */
.iac-std-price,.iac-cu-bracket-price,.iac-wh212-price,.iac-wh212-qty,.iac-wh-other-chip-npa{
  font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1,"lnum" 1
}

/* ============================================================
   v6.0.59 — Tabular font on the search bar + ALL price figures
   across the shop (carousel tiers, lanes, lists, spotlight,
   wholesale, custom, sets). Pricing must read identically
   everywhere.
   ============================================================ */
/* search bar: sample text, area-code prefix + dropdown */
.iac-c-input,.iac-c-sticky-input,
.iac-c-prefix,.iac-c-prefix-paren,.iac-c-prefix-dash,
.iac-dd-current,.iac-dd-opt{
  font-family:'Raleway',system-ui,-apple-system,sans-serif;
  font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1,"lnum" 1;
}
.iac-c-input::placeholder,.iac-c-sticky-input::placeholder{
  font-family:'Raleway',system-ui,-apple-system,sans-serif;
  font-variant-numeric:tabular-nums lining-nums;
}

/* every price / figure display on the shop side -> tabular lining figures */
.iac-tier-price,.iac-tier-price-value,.iac-c-lane-price,.iac-row-price,.iac-row-price--bulk,
.iac-std-price,.iac-cu-bracket-price,.iac-wh212-price,.iac-wh212-from,.iac-wh212-qty,
.iac-wh-row-from,.iac-wh-other-chip-npa,.iac-spotlight-price,.iac-set-price,
.iac-bulk-price,.iac-side-similar-price,.iac-pdp-price{
  font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1,"lnum" 1;
}

/* ============================================================
   v6.0.60 — prices a touch lighter + softer (less black).
   ============================================================ */
.iac-std-price,.iac-cu-bracket-price,.iac-spotlight-price,.iac-set-price,.iac-bulk-price,.iac-wh212-from{
  font-weight:700;color:#2A2526;
}

/* ============================================================
   v6.0.65 — sale pricing on cards: struck regular + red sale + 'Sale' badge.
   ============================================================ */
.iac-list-search .iac-row-saleline{display:flex;align-items:center;gap:8px}
.iac-list-search .iac-row-prices{display:flex;flex-direction:column;align-items:flex-end;line-height:1.15}
.iac-list-search .iac-row-regular{font-family:'Raleway',sans-serif;font-size:13px;font-weight:600;color:#9a8e90;text-decoration:line-through;font-variant-numeric:tabular-nums lining-nums}
.iac-list-search .iac-row-price--sale{color:#E84E2A!important}
.iac-list-search .iac-sale-badge{display:inline-block;background:#E84E2A;color:#fff;font-family:'Raleway',sans-serif;font-size:11px;font-weight:700;letter-spacing:.6px;padding:3px 9px;border-radius:999px;text-transform:uppercase;white-space:nowrap}

/* ──────────────────────────────────────────────────────────────────────────
   No.6 button standard — block / pair / contiguous / spotlight CTAs (1.0.44)
   Overrides the legacy red-pill treatment (the .iac-*-wrap !important blocks
   above) so the spotlight Add-to-Cart, custom-number, and wholesale-block CTAs
   match the No.6 solid-dark button. Padding is left untouched so each button
   keeps its current footprint. Placed last = wins on equal specificity.
   ────────────────────────────────────────────────────────────────────────── */
.iac-std-wrap .iac-std-cta--solid,
.iac-std-wrap .iac-std-cta--solid:link,
.iac-std-wrap .iac-std-cta--solid:visited,
.iac-cu-wrap .iac-cu-cta,
.iac-cu-wrap .iac-cu-cta:link,
.iac-cu-wrap .iac-cu-cta:visited,
.iac-wh-wrap .iac-wh212-cta,
.iac-wh-wrap .iac-wh212-cta:link,
.iac-wh-wrap .iac-wh212-cta:visited{
  background:#3F3839 !important;color:#FBF7F3 !important;border:none !important;border-radius:14px !important;
  font-family:'Raleway',-apple-system,BlinkMacSystemFont,sans-serif !important;font-weight:700 !important;letter-spacing:.06em !important;text-transform:uppercase !important;
  box-shadow:0 4px 12px rgba(63,56,57,.18) !important;filter:none !important;
  transition:transform .12s ease,background .12s ease,box-shadow .12s ease !important;
}
.iac-std-wrap .iac-std-cta--solid:hover,
.iac-cu-wrap .iac-cu-cta:hover,
.iac-wh-wrap .iac-wh212-cta:hover{
  background:#4a4243 !important;color:#FBF7F3 !important;transform:none !important;box-shadow:0 6px 16px rgba(63,56,57,.22) !important;
}
.iac-std-wrap .iac-std-cta--solid:active,
.iac-cu-wrap .iac-cu-cta:active,
.iac-wh-wrap .iac-wh212-cta:active{
  background:#332d2e !important;transform:scale(.98) !important;box-shadow:0 3px 9px rgba(63,56,57,.20) !important;
}
.iac-std-wrap .iac-std-cta--solid.is-incart{background:#5a5152 !important;color:#FBF7F3 !important;}

/* ──────────────────────────────────────────────────────────────────────────
   (1.0.45) No geometry change on hover/press for any shop button — buttons must
   never enlarge, lift, or shrink, and the shadow must not grow. Only the
   background colour changes. Placed last = wins. ────────────────────────────── */
.iac-list-search .iac-row .iac-row-cart:hover,.iac-list-search .iac-row .iac-row-cart:active,
.iac-list-search .iac-row .iac-row-select:hover,.iac-list-search .iac-row .iac-row-select:active,
.iac-std-wrap .iac-std-cta--solid:hover,.iac-std-wrap .iac-std-cta--solid:active,
.iac-cu-wrap .iac-cu-cta:hover,.iac-cu-wrap .iac-cu-cta:active,
.iac-wh-wrap .iac-wh212-cta:hover,.iac-wh-wrap .iac-wh212-cta:active,
.iac-set-card:hover .iac-set-cta{ transform:none !important; box-shadow:0 4px 12px rgba(63,56,57,.18) !important; }
/* legacy lift buttons (outline / chip / base CTAs) — just kill the lift */
.iac-std-cta--solid:hover,.iac-cu-cta:hover,.iac-wh212-cta:hover,
.iac-browse-more-btn:hover,.iac-npa-chip:hover{ transform:none !important; }
