:root {
    --page-gutter: clamp(18px, 5vw, 64px);
}

* {
    box-sizing: border-box;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, .13), transparent 28%),
        linear-gradient(180deg, #fffaf0 0%, #ffffff 30%, #f4f6f8 100%);
    color: var(--text-color);
    font-family: "Inter", "Gilroy", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    padding-bottom: 104px;
}

.container {
    max-width: 1180px;
}

.site-header {
    background: rgba(255, 255, 255, 0.90);
    border-bottom: 1px solid rgba(2, 9, 16, .08);
    backdrop-filter: blur(16px);
}

.site-header .navbar {
    min-height: 92px;
}

.navbar-brand {
    align-items: center;
    color: var(--text-color);
    display: inline-flex;
    font-size: 19px;
    gap: 14px;
    letter-spacing: 0;
}

.brand-mark {
    align-items: center;
    background: linear-gradient(145deg, var(--primary-color), #ffd75b);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(255, 193, 7, .28);
    color: var(--text-color);
    display: inline-flex;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.brand-logo-img {
    border-radius: 10px;
    height: 66px;
    max-width: 92px;
    object-fit: contain;
    width: auto;
}

.nav-link {
    color: rgba(2, 9, 16, .68);
    font-weight: 650;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.nav-link:hover {
    color: var(--text-color);
}

.hero-band {
    background:
        linear-gradient(135deg, rgba(255, 193, 7, .22), rgba(255, 255, 255, .94) 44%, rgba(232, 245, 233, .42)),
        #fffdf6;
    border-bottom: 1px solid rgba(2, 9, 16, .06);
    padding: 58px 0 32px;
    position: relative;
    overflow: hidden;
}

.hero-band::before,
.hero-band::after {
    content: "";
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 999px;
    height: 360px;
    position: absolute;
    transform: rotate(-18deg);
    width: 760px;
}

.hero-band::before {
    right: -240px;
    top: -190px;
}

.hero-band::after {
    bottom: -270px;
    left: -320px;
}

.hero-panel {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    position: relative;
    z-index: 1;
}

.hero-copy {
    min-width: 0;
}

.eyebrow {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hero-panel h1 {
    color: var(--text-color);
    font-size: 64px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 16px;
    max-width: 860px;
}

.hero-panel p {
    color: rgba(2, 9, 16, .62);
    font-size: 20px;
    line-height: 1.55;
    margin: 0;
    max-width: 760px;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.hero-trust-row span {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(2, 9, 16, .05);
    color: var(--text-color);
    font-size: 13px;
    font-weight: 900;
    padding: 9px 13px;
    text-transform: capitalize;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.hero-stat-strip {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 30px;
    max-width: 720px;
}

.hero-stat-strip div {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(2, 9, 16, .06);
    padding: 14px;
}

.hero-stat-strip strong {
    color: var(--text-color);
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.hero-stat-strip span {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-top: 7px;
    text-transform: uppercase;
}

.hero-desk {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .78)),
        #ffffff;
    border: 1px solid rgba(255, 255, 255, .80);
    border-radius: 30px;
    box-shadow: 0 34px 90px rgba(2, 9, 16, .15);
    display: grid;
    gap: 16px;
    min-height: 420px;
    padding: 22px;
    position: relative;
}

.hero-desk::before {
    background: linear-gradient(135deg, var(--primary-color), rgba(22, 163, 74, .42));
    border-radius: 24px;
    content: "";
    height: 10px;
    left: 24px;
    position: absolute;
    right: 24px;
    top: 14px;
}

.desk-topline {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-top: 14px;
}

.desk-topline span {
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.desk-topline strong {
    background: #020910;
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 11px;
    text-transform: capitalize;
}

.desk-search {
    background: #f6f7f9;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 18px;
    color: var(--muted-color);
    font-size: 14px;
    font-weight: 800;
    padding: 14px 16px;
}

.desk-list {
    display: grid;
    gap: 10px;
}

.desk-row {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(2, 9, 16, .06);
    display: grid;
    gap: 12px;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    padding: 12px;
}

.desk-thumb {
    align-items: center;
    background: linear-gradient(145deg, #fff5c7, #edf7f0);
    border-radius: 16px;
    display: flex;
    height: 58px;
    justify-content: center;
    overflow: hidden;
    width: 58px;
}

.desk-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.desk-thumb span {
    font-size: 22px;
    font-weight: 900;
}

.desk-row strong,
.desk-row b {
    color: var(--text-color);
    display: block;
    font-size: 15px;
    font-weight: 900;
}

.desk-row span {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-top: 3px;
}

.desk-offer {
    background: #020910;
    border-radius: 22px;
    color: #ffffff;
    margin-top: auto;
    padding: 18px;
}

.desk-offer span {
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.desk-offer p {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 8px;
}

.hero-offer,
.soft-card {
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 22px;
    box-shadow: 0 26px 70px rgba(2, 9, 16, 0.10);
    padding: 26px;
}

.hero-offer {
    align-self: center;
    min-height: 260px;
    position: relative;
}

.hero-offer::after {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    bottom: 24px;
    box-shadow: 0 18px 38px rgba(255, 193, 7, .34);
    color: var(--text-color);
    content: "+";
    display: flex;
    font-size: 38px;
    font-weight: 900;
    height: 72px;
    justify-content: center;
    position: absolute;
    right: 24px;
    width: 72px;
}

.offer-topline {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.hero-offer strong {
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 12px;
    max-width: 250px;
}

.hero-offer p {
    font-size: 14px;
    line-height: 1.55;
    max-width: 300px;
}

.hero-metrics {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding-right: 84px;
}

.hero-metrics span {
    align-items: center;
    background: rgba(2, 9, 16, .04);
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
}

.hero-metrics b {
    color: var(--text-color);
    font-size: 17px;
    text-transform: capitalize;
}

.catalog-section {
    padding: 24px 0 56px;
}

.category-band {
    margin-top: -1px;
    position: relative;
    z-index: 3;
}

.category-band-inner {
    align-items: center;
    background: #020910;
    border-radius: 0 0 26px 26px;
    box-shadow: 0 20px 54px rgba(2, 9, 16, .16);
    color: #ffffff;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 16px 20px;
}

.category-band-inner > span {
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.category-band-inner div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.category-band-inner a {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 12px;
    text-decoration: none;
}

.category-band-inner a:hover {
    background: var(--primary-color);
    color: var(--text-color);
}

.catalog-shell {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(2, 9, 16, .08);
    padding: 24px;
}

.section-heading {
    align-items: end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.section-heading h2 {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 850;
    margin: 0;
}

.section-heading p {
    color: var(--muted-color);
    margin: 0 0 4px;
    max-width: 420px;
}

.catalog-toolbar {
    display: grid;
    gap: 15px;
    margin-bottom: 22px;
}

.search-wrap {
    position: relative;
}

.search-icon {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    font-size: 22px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    z-index: 2;
}

.search-wrap .form-control {
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(2, 9, 16, .04);
    color: var(--text-color);
    font-size: 18px;
    min-height: 62px;
    padding: 14px 64px 14px 20px;
}

.search-wrap .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(255, 193, 7, .18);
}

.category-chips {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 8px;
}

.category-chip {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 999px;
    color: var(--text-color);
    font-weight: 900;
    min-height: 44px;
    padding: 9px 18px;
    white-space: nowrap;
}

.category-chip.active,
.category-chip:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-color);
    box-shadow: 0 12px 26px rgba(255, 193, 7, .24);
}

.product-list {
    display: grid;
    gap: 14px;
}

.product-row {
    align-items: center;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(2, 9, 16, 0.05);
    display: grid;
    gap: 16px;
    grid-template-columns: 84px minmax(0, 1fr) auto auto;
    min-height: 116px;
    padding: 18px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-row:hover {
    box-shadow: 0 24px 62px rgba(2, 9, 16, 0.10);
    transform: translateY(-2px);
}

.product-row.selected {
    background: linear-gradient(90deg, rgba(255, 193, 7, .16), rgba(255, 255, 255, .96) 34%);
    border-color: rgba(255, 193, 7, .78);
    box-shadow: 0 24px 64px rgba(255, 193, 7, 0.20);
}

.product-thumb {
    align-items: center;
    background: linear-gradient(145deg, #fff8da, #f5edc6);
    border-radius: 18px;
    display: flex;
    height: 78px;
    justify-content: center;
    overflow: hidden;
    width: 78px;
}

.product-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-thumb span {
    font-size: 28px;
    font-weight: 900;
}

.product-title-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-title-line h3 {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.18;
    margin: 0;
}

.quote-only-pill {
    background: var(--text-color);
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    padding: 5px 9px;
}

.product-meta {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0 8px;
}

.product-price-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-price-line strong {
    font-size: 20px;
    font-weight: 900;
}

.product-short-description {
    color: rgba(2, 9, 16, .62);
    display: -webkit-box;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0 0 8px;
    max-width: 620px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-read-more {
    align-items: center;
    background: var(--primary-color);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 9px;
    box-shadow: 0 8px 18px rgba(255, 193, 7, .24);
    color: var(--text-color);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
    min-height: 32px;
    padding: 9px 13px;
    text-decoration: none;
    width: fit-content;
}

.product-read-more:hover {
    background: #ffb300;
    border-color: rgba(2, 9, 16, .14);
    color: var(--text-color);
    transform: translateY(-1px);
}

.stock-badge {
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
}

.stock-badge.in {
    background: #e9fbf2;
    color: #047857;
}

.stock-badge.low {
    background: #fff1d8;
    color: #a44a06;
}

.stock-badge.out {
    background: #ffe9e9;
    color: #b91c1c;
}

.quote-check {
    align-items: center;
    color: var(--muted-color);
    display: flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
}

.quote-check input {
    accent-color: var(--primary-color);
    height: 16px;
    width: 16px;
}

.quantity-stepper {
    align-items: center;
    background: #f4f5f7;
    border-radius: 18px;
    display: flex;
    gap: 8px;
    padding: 5px;
}

.qty-btn {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(2, 9, 16, .08);
    color: var(--text-color);
    display: inline-flex;
    font-size: 20px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.qty-btn.plus {
    background: var(--primary-color);
    box-shadow: 0 8px 18px rgba(255, 193, 7, .32);
}

.qty-btn:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.qty-value {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    min-width: 26px;
    text-align: center;
}

.empty-products {
    background: #ffffff;
    border: 1px dashed rgba(2, 9, 16, .18);
    border-radius: 22px;
    color: var(--muted-color);
    display: grid;
    gap: 4px;
    margin-top: 18px;
    padding: 28px;
    text-align: center;
}

.empty-products strong {
    color: var(--text-color);
    font-size: 20px;
}

.sticky-summary {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid rgba(2, 9, 16, .08);
    bottom: 0;
    box-shadow: 0 -20px 54px rgba(2, 9, 16, 0.12);
    display: flex;
    justify-content: space-between;
    left: 0;
    min-height: 88px;
    padding: 12px var(--page-gutter);
    position: fixed;
    right: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
}

.summary-copy {
    display: grid;
    gap: 1px;
}

.summary-label {
    color: var(--muted-color);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sticky-summary strong {
    font-size: 18px;
    font-weight: 900;
}

.sticky-summary span:last-child {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 700;
}

.premium-btn,
.premium-ghost-btn {
    border-radius: 16px;
    font-weight: 900;
    min-height: 48px;
    padding: 12px 22px;
}

.premium-btn {
    --bs-btn-bg: var(--button-color, var(--primary-color));
    --bs-btn-border-color: var(--button-color, var(--primary-color));
    --bs-btn-color: var(--button-text-color, var(--text-color));
    --bs-btn-hover-bg: #e8ad00;
    --bs-btn-hover-border-color: #e8ad00;
    box-shadow: 0 14px 30px rgba(255, 193, 7, .30);
}

.hero-band.with-image {
    background-position: center;
    background-size: cover;
}

.hero-band.with-image::before {
    background: linear-gradient(90deg, rgba(255, 250, 240, .94), rgba(255, 250, 240, .72), rgba(255, 250, 240, .38));
    border: 0;
    border-radius: 0;
    inset: 0;
    height: auto;
    transform: none;
    width: auto;
    z-index: 0;
}

.premium-btn:disabled {
    background: #dfe3ea;
    border-color: #dfe3ea;
    box-shadow: none;
    color: #7b8491;
    opacity: 1;
}

.premium-ghost-btn {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(2, 9, 16, .08);
    color: var(--text-color);
}

.site-footer {
    background: #ffffff;
    border-top: 1px solid rgba(2, 9, 16, .08);
    padding: 32px 0;
}

.footer-links a {
    color: var(--text-color);
    font-weight: 800;
    margin-left: 14px;
    text-decoration: none;
}

.footer-contact {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 700;
    margin-top: 6px;
}

.page-shell {
    padding: 48px 0;
}

.page-shell h1 {
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.page-intro {
    color: var(--muted-color);
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 720px;
}

.checkout-shell {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.checkout-card {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(2, 9, 16, .10);
    padding: 24px;
    position: sticky;
    top: 96px;
}

.selected-items-list {
    display: grid;
    gap: 12px;
}

.checkout-item {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(2, 9, 16, .06);
    display: grid;
    gap: 16px;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    padding: 16px;
}

.checkout-thumb {
    align-items: center;
    background: linear-gradient(145deg, #fff8da, #f5edc6);
    border-radius: 17px;
    display: flex;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    width: 72px;
}

.checkout-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.checkout-thumb span {
    font-size: 26px;
    font-weight: 900;
}

.checkout-item h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.checkout-item p {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 700;
    margin: 4px 0 6px;
}

.checkout-item strong {
    font-size: 17px;
    font-weight: 900;
}

.checkout-qty {
    background: var(--primary-color);
    border-radius: 999px;
    font-weight: 900;
    padding: 8px 12px;
}

.summary-row,
.summary-total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.summary-row span,
.summary-total span {
    color: var(--muted-color);
    font-weight: 800;
}

.summary-row strong,
.summary-total strong {
    color: var(--text-color);
    font-weight: 900;
    text-align: right;
}

.summary-total strong {
    font-size: 24px;
}

.empty-selection {
    background: #ffffff;
    border: 1px dashed rgba(2, 9, 16, .18);
    border-radius: 24px;
    display: grid;
    gap: 10px;
    padding: 32px;
}

.empty-selection strong {
    font-size: 22px;
    font-weight: 900;
}

.empty-selection span {
    color: var(--muted-color);
}

.quote-status,
.order-status {
    border-radius: 16px;
    font-weight: 900;
    padding: 12px 14px;
}

.quote-status.success,
.order-status.success {
    background: #e9fbf2;
    color: #047857;
}

.quote-status.error,
.order-status.error {
    background: #ffe9e9;
    color: #b91c1c;
}

.cms-content {
    margin: 0 auto;
    max-width: 920px;
}

.cms-updated {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 800;
    margin: -4px 0 24px;
}

.cms-body {
    color: rgba(2, 9, 16, .78);
    font-size: 17px;
    line-height: 1.75;
}

.cms-body h2,
.cms-body h3 {
    color: var(--text-color);
    font-weight: 900;
    margin-top: 22px;
}

.profile-grid,
.contact-grid {
    display: grid;
    gap: 18px;
}

.profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lookup-card {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    margin-bottom: 20px;
}

.lookup-card h2 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 8px;
}

.lookup-card p {
    color: var(--muted-color);
    font-weight: 700;
    margin: 0;
}

.lookup-form {
    display: grid;
    gap: 10px;
}

.customer-activity-list {
    display: grid;
    gap: 12px;
}

.activity-card {
    align-items: center;
    background: #f8f9fb;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 18px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 14px;
}

.activity-card strong,
.activity-card b {
    color: var(--text-color);
    display: block;
    font-size: 17px;
    font-weight: 900;
}

.activity-card span {
    color: var(--muted-color);
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.activity-card > div:last-child {
    min-width: 140px;
    text-align: right;
}

.activity-status {
    background: rgba(255, 193, 7, .22);
    border-radius: 999px;
    color: var(--text-color) !important;
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    margin-top: 6px;
    padding: 5px 9px;
    text-transform: capitalize;
}

.activity-status.muted {
    background: #eef1f5;
    color: var(--muted-color) !important;
}

.soft-card h2 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 16px;
}

.premium-links {
    display: grid;
    gap: 10px;
}

.premium-links .list-group-item {
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 15px !important;
    font-weight: 900;
    padding: 14px 16px;
}

.contact-card {
    display: grid;
    gap: 8px;
}

.contact-card span {
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-card strong {
    font-size: 20px;
    font-weight: 900;
    word-break: break-word;
}

.premium-form {
    display: grid;
    gap: 14px;
}

.premium-form label {
    color: var(--text-color);
    display: grid;
    font-weight: 800;
    gap: 8px;
}

.form-split {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 992px) {
    .hero-panel {
        grid-template-columns: 1fr;
    }

    .hero-panel h1 {
        font-size: 50px;
    }

    .hero-offer {
        min-height: auto;
    }

    .hero-desk {
        min-height: auto;
    }

    .hero-stat-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
    }

    .product-row {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .checkout-shell {
        grid-template-columns: 1fr;
    }

    .profile-grid,
    .contact-grid,
    .lookup-card {
        grid-template-columns: 1fr;
    }

    .checkout-card {
        position: static;
    }

    .form-split {
        grid-template-columns: 1fr;
    }

    .quote-select-wrap,
    .quantity-stepper {
        grid-column: 2;
    }

    .quantity-stepper {
        justify-self: start;
    }
}

@media (max-width: 576px) {
    body {
        padding-bottom: 132px;
    }

    .site-header .navbar {
        min-height: 66px;
    }

    .navbar-brand {
        font-size: 17px;
    }

    .brand-logo-img {
        height: 50px;
        max-width: 74px;
    }

    .hero-band {
        padding: 32px 0 20px;
    }

    .hero-panel h1 {
        font-size: 38px;
    }

    .hero-panel p {
        font-size: 16px;
    }

    .hero-actions {
        display: grid;
    }

    .hero-stat-strip {
        grid-template-columns: 1fr 1fr;
    }

    .hero-stat-strip strong {
        font-size: 20px;
    }

    .hero-desk {
        border-radius: 22px;
        padding: 18px;
    }

    .desk-row {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .desk-row b {
        grid-column: 2;
    }

    .category-band-inner {
        align-items: flex-start;
        border-radius: 0 0 20px 20px;
        flex-direction: column;
    }

    .category-band-inner div {
        justify-content: flex-start;
    }

    .catalog-shell {
        border-radius: 20px;
        padding: 16px;
    }

    .hero-offer {
        padding: 20px;
    }

    .hero-offer::after {
        height: 56px;
        width: 56px;
    }

    .product-row {
        border-radius: 18px;
        gap: 12px;
        padding: 14px;
    }

    .product-thumb {
        height: 66px;
        width: 66px;
    }

    .sticky-summary {
        align-items: stretch;
        display: grid;
        gap: 10px;
    }

    .checkout-item {
        align-items: start;
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .checkout-qty {
        grid-column: 2;
        justify-self: start;
    }
}

/* Storefront UI polish layer */
.hero-band {
    padding: clamp(42px, 6vw, 78px) 0 42px;
}

.hero-panel {
    align-items: stretch;
    background: rgba(255, 255, 255, .42);
    border: 1px solid rgba(255, 255, 255, .66);
    border-radius: 34px;
    box-shadow: 0 34px 90px rgba(2, 9, 16, .10);
    padding: clamp(22px, 4vw, 38px);
}

.hero-copy {
    align-self: center;
}

.hero-panel h1 {
    font-size: clamp(42px, 5.8vw, 72px);
    max-width: 780px;
}

.hero-panel p {
    max-width: 680px;
}

.hero-trust-row span {
    align-items: center;
    display: inline-flex !important;
    gap: 8px;
}

.hero-trust-row span::before {
    background: var(--primary-color);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
}

.hero-stat-strip {
    display: grid !important;
}

.hero-stat-strip div {
    min-height: 82px;
}

.hero-desk {
    overflow: hidden;
}

.desk-search {
    align-items: center;
    display: flex;
    gap: 10px;
}

.desk-search::before {
    background: var(--primary-color);
    border-radius: 12px;
    color: var(--text-color);
    content: "S";
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    line-height: 30px;
    width: 30px;
}

.desk-row {
    min-width: 0;
}

.desk-row > div:nth-child(2) {
    min-width: 0;
}

.desk-row strong,
.desk-row span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-band {
    background: linear-gradient(180deg, rgba(255, 250, 240, .72), rgba(255, 255, 255, 0));
    padding-bottom: 18px;
}

.category-band-inner {
    border-radius: 24px;
    margin-top: 18px;
}

.catalog-section {
    padding-top: 10px;
}

.catalog-shell {
    backdrop-filter: blur(18px);
}

.catalog-toolbar {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(2, 9, 16, .06);
    padding: 14px;
}

.search-wrap {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 20px;
    display: flex;
    gap: 10px;
    padding: 7px;
    position: relative;
}

.search-icon {
    align-items: center;
    background: var(--primary-color);
    border-radius: 15px;
    color: var(--text-color);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    order: 2;
    padding: 0 14px;
    position: static;
    transform: none;
    width: auto;
    z-index: 1;
}

.search-wrap .form-control {
    background: transparent;
    border: 0;
    border-radius: 14px;
    box-shadow: none;
    flex: 1 1 auto;
    min-height: 46px;
    min-width: 0;
    padding: 8px 12px;
}

.search-wrap .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.category-chips {
    padding-bottom: 2px;
}

.product-list {
    gap: 12px;
}

.product-row {
    border-radius: 24px;
    grid-template-columns: 76px minmax(0, 1fr) minmax(96px, auto) auto;
    min-height: 104px;
    padding: 14px 16px;
}

.product-thumb {
    border-radius: 20px;
    height: 70px;
    width: 70px;
}

.product-title-line h3 {
    font-size: 18px;
}

.product-meta {
    margin-bottom: 6px;
}

.quote-select-wrap {
    justify-self: end;
}

.quote-check {
    background: #f6f7f9;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 999px;
    padding: 8px 11px;
}

.mode-chip {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 9px 12px;
    white-space: nowrap;
}

.cart-chip {
    background: rgba(255, 193, 7, .18);
    color: var(--text-color);
}

.disabled-chip {
    background: #eef1f5;
    color: #7b8491;
}

.quantity-stepper {
    box-shadow: inset 0 0 0 1px rgba(2, 9, 16, .07);
}

.qty-btn {
    transition: transform .16s ease, box-shadow .16s ease;
}

.qty-btn:not(:disabled):active {
    transform: scale(.94);
}

.qty-btn.plus {
    background: var(--primary-color) !important;
}

.premium-btn {
    background: var(--button-color, var(--primary-color)) !important;
    border-color: var(--button-color, var(--primary-color)) !important;
    color: var(--button-text-color, var(--text-color)) !important;
}

.premium-btn:disabled {
    background: #dfe3ea !important;
    border-color: #dfe3ea !important;
    color: #7b8491 !important;
}

.sticky-summary {
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 26px;
    bottom: 18px;
    box-shadow: 0 24px 70px rgba(2, 9, 16, .18);
    left: 50%;
    max-width: 1180px;
    min-height: 82px;
    padding: 12px 16px 12px 22px;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 36px);
}

.summary-copy {
    min-width: 0;
}

.summary-mode {
    background: #020910;
    border-radius: 18px;
    color: #ffffff;
    display: grid;
    gap: 1px;
    min-width: 150px;
    padding: 10px 14px;
    text-align: center;
    text-transform: capitalize;
}

.summary-mode span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.summary-mode small {
    color: rgba(255, 255, 255, .64);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.sticky-summary .premium-btn {
    min-width: 150px;
}

@media (max-width: 992px) {
    .hero-panel {
        padding: 22px;
    }

    .product-row {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .quote-select-wrap,
    .quantity-stepper {
        grid-column: 2;
        justify-self: start;
    }

    .sticky-summary {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .summary-mode {
        display: none;
    }
}

@media (max-width: 576px) {
    body {
        padding-bottom: 150px;
    }

    .hero-panel {
        border-radius: 24px;
        padding: 18px;
    }

    .hero-panel h1 {
        font-size: 38px;
    }

    .catalog-toolbar {
        border-radius: 20px;
        padding: 10px;
    }

    .search-wrap {
        align-items: stretch;
        display: grid;
        gap: 8px;
    }

    .search-icon {
        height: 40px;
        width: 100%;
    }

    .product-row {
        grid-template-columns: 64px minmax(0, 1fr);
        padding: 13px;
    }

    .product-thumb {
        height: 62px;
        width: 62px;
    }

    .sticky-summary {
        bottom: 10px;
        display: grid;
        gap: 10px;
        padding: 14px;
    }

    .sticky-summary .premium-btn {
        min-width: 100%;
    }
}

/* Complete storefront flow polish */
.site-header {
    box-shadow: 0 10px 30px rgba(2, 9, 16, .04);
}

.hero-band {
    background:
        linear-gradient(90deg, rgba(255, 193, 7, .22) 0%, rgba(255, 255, 255, .96) 34%, rgba(237, 247, 240, .78) 100%),
        #fffdf6;
    min-height: 620px;
}

.hero-band::before {
    background: linear-gradient(135deg, rgba(255, 193, 7, .12), rgba(255, 255, 255, 0));
    border-radius: 0;
    inset: 0 auto 0 0;
    opacity: 1;
    transform: none;
    width: 32%;
}

.hero-band::after {
    background:
        linear-gradient(140deg, rgba(2, 9, 16, .05) 1px, transparent 1px),
        linear-gradient(40deg, rgba(2, 9, 16, .04) 1px, transparent 1px);
    background-size: 180px 180px;
    border: 0;
    border-radius: 0;
    bottom: 0;
    height: 100%;
    left: auto;
    opacity: .55;
    right: 0;
    transform: none;
    width: 48%;
}

.hero-panel {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .82)),
        rgba(255, 255, 255, .88);
    border: 1px solid rgba(2, 9, 16, .06);
    box-shadow: 0 30px 90px rgba(2, 9, 16, .11);
    grid-template-columns: minmax(0, .98fr) minmax(420px, .78fr);
}

.hero-banner-label {
    align-items: center;
    background: #020910;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 14px 8px 8px;
}

.hero-banner-label span {
    background: var(--primary-color);
    border-radius: 999px;
    color: var(--text-color);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    padding: 7px 10px;
    text-transform: uppercase;
}

.hero-banner-label strong {
    font-size: 13px;
    font-weight: 900;
}

.hero-actions .premium-btn,
.hero-actions .premium-ghost-btn {
    min-width: 150px;
}

.hero-stat-strip div {
    background: linear-gradient(180deg, #ffffff, #fbfcfd);
}

.hero-desk {
    border: 1px solid rgba(2, 9, 16, .07);
    box-shadow: 0 28px 70px rgba(2, 9, 16, .12);
}

.desk-list {
    gap: 12px;
}

.desk-row {
    border-radius: 22px;
}

.desk-offer {
    padding: 22px;
}

.catalog-shell {
    margin-top: 0;
}

.section-heading {
    background: linear-gradient(90deg, rgba(255, 193, 7, .12), rgba(255, 255, 255, 0));
    border-radius: 22px;
    padding: 18px;
}

.quantity-stepper {
    align-items: center;
    background: #f5f6f8;
    border-radius: 24px;
    padding: 6px;
}

.stepper-label {
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 900;
    padding-left: 8px;
    white-space: nowrap;
}

.product-row.selected .stepper-label {
    color: #047857;
}

.product-row.selected .quantity-stepper {
    background: rgba(255, 193, 7, .14);
}

.sticky-summary {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 22px);
    transition: opacity .18s ease, transform .18s ease;
}

.sticky-summary.has-items {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.checkout-page {
    padding-top: 34px;
}

.checkout-hero {
    align-items: center;
    background:
        linear-gradient(120deg, rgba(255, 193, 7, .24), rgba(255, 255, 255, .94) 46%, rgba(232, 245, 233, .66)),
        #ffffff;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 30px;
    box-shadow: 0 26px 70px rgba(2, 9, 16, .08);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
    margin-bottom: 24px;
    overflow: hidden;
    padding: clamp(22px, 4vw, 34px);
    position: relative;
}

.checkout-hero::after {
    background: rgba(255, 193, 7, .9);
    border-radius: 50%;
    content: "";
    height: 150px;
    position: absolute;
    right: -52px;
    top: -54px;
    width: 150px;
}

.checkout-hero h1 {
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 900;
    margin: 0 0 10px;
}

.checkout-flow-card {
    background: #020910;
    border-radius: 24px;
    box-shadow: 0 22px 50px rgba(2, 9, 16, .18);
    color: #ffffff;
    display: grid;
    gap: 10px;
    padding: 18px;
    position: relative;
    z-index: 1;
}

.checkout-flow-card span {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
    font-weight: 900;
    padding: 12px 14px;
}

.checkout-flow-card.quote-flow span:first-child,
.checkout-flow-card span:first-child {
    background: var(--primary-color);
    color: var(--text-color);
}

.checkout-section-title {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.checkout-section-title h2,
.checkout-card h2 {
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}

.checkout-card {
    border-radius: 28px;
}

.checkout-card .form-control,
.checkout-card .form-select {
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 15px;
    min-height: 48px;
}

.form-section-label {
    background: rgba(255, 193, 7, .16);
    border-radius: 999px;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-top: 4px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.checkout-mini-summary {
    background: #f7f8fa;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 20px;
    padding: 16px;
}

.checkout-item {
    border-radius: 24px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
}

.checkout-item-actions {
    align-items: flex-end;
    display: grid;
    gap: 8px;
    justify-items: end;
}

.checkout-qty-editor {
    align-items: center;
    background: #f4f5f7;
    border-radius: 18px;
    display: flex;
    gap: 8px;
    padding: 5px;
}

.checkout-qty-editor button {
    background: #ffffff;
    border: 0;
    border-radius: 13px;
    box-shadow: inset 0 0 0 1px rgba(2, 9, 16, .08);
    font-size: 18px;
    font-weight: 900;
    height: 36px;
    width: 36px;
}

.checkout-qty-editor button:last-child {
    background: var(--primary-color);
}

.checkout-qty-editor span {
    font-size: 15px;
    font-weight: 900;
    min-width: 24px;
    text-align: center;
}

.remove-item-btn {
    background: transparent;
    border: 0;
    color: #b91c1c;
    font-size: 12px;
    font-weight: 900;
    padding: 0;
}

.quote-help-card {
    background: #020910;
    border-radius: 20px;
    color: #ffffff;
    display: grid;
    gap: 6px;
    padding: 16px;
}

.quote-help-card strong {
    font-size: 16px;
    font-weight: 900;
}

.quote-help-card span {
    color: rgba(255, 255, 255, .70);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.quote-catalog-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.quote-catalog-builder {
    align-items: end;
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(2, 9, 16, .06);
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 16px;
    padding: 16px;
}

.catalog-title-field {
    color: var(--text-color);
    display: grid;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
}

.quote-catalog-preview {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 26px;
    box-shadow: 0 24px 62px rgba(2, 9, 16, .08);
    margin-top: 16px;
    overflow: hidden;
}

.catalog-letterhead {
    align-items: flex-start;
    border-bottom: 1px solid rgba(2, 9, 16, .10);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 20px 22px;
}

.catalog-letterhead-brand {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 260px;
}

.catalog-letterhead-brand img,
.catalog-letterhead-brand > span {
    align-items: center;
    background: linear-gradient(145deg, var(--primary-color), #ffd75b);
    border-radius: 14px;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    object-fit: contain;
    padding: 6px;
    width: 58px;
}

.catalog-letterhead-brand > span {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 700;
}

.catalog-letterhead-brand strong {
    color: var(--text-color);
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.catalog-letterhead-brand small {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
}

.catalog-letterhead-contact {
    color: rgba(2, 9, 16, .68);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    max-width: 390px;
    text-align: right;
}

.catalog-letterhead-contact p {
    margin: 0 0 4px;
}

.catalog-preview-header {
    align-items: center;
    background:
        linear-gradient(120deg, rgba(255, 193, 7, .30), rgba(255, 255, 255, .96)),
        #fffaf0;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 22px;
}

.catalog-preview-header span {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.catalog-preview-header h2 {
    font-size: 26px;
    font-weight: 900;
    margin: 0;
}

.catalog-preview-header strong {
    background: #020910;
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    padding: 9px 12px;
    white-space: nowrap;
}

.catalog-preview-table-wrap {
    overflow-x: auto;
}

.catalog-preview-table {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

.catalog-preview-table th,
.catalog-preview-table td {
    border-bottom: 1px solid rgba(2, 9, 16, .08);
    padding: 14px 16px;
    text-align: left;
    vertical-align: middle;
}

.catalog-preview-table th {
    background: #f7f8fa;
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.catalog-preview-table td {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 800;
}

.catalog-preview-table tfoot td {
    background: #fffaf0;
    border-bottom: 0;
    border-top: 2px solid rgba(2, 9, 16, .14);
    font-size: 15px;
    font-weight: 700;
}

.catalog-total-row td:first-child {
    color: rgba(2, 9, 16, .72);
    text-align: right;
}

.catalog-total-row td:last-child {
    color: var(--text-color);
    white-space: nowrap;
}

.quote-share-page {
    background: #f5f6f8;
    padding: 28px;
}

.quote-public-shell {
    margin: 0 auto;
    max-width: 980px;
}

.quote-customer-line {
    color: rgba(2, 9, 16, .62);
    font-size: 12px;
    font-weight: 500;
    margin: 6px 0 0;
}

.quote-public-note {
    background: #fffaf0;
    border-top: 1px solid rgba(2, 9, 16, .08);
    padding: 16px 22px;
}

.quote-public-note strong {
    display: block;
    margin-bottom: 4px;
}

.quote-public-note p {
    margin: 0;
}

.quote-public-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.quote-template-border {
    border: 3px solid var(--primary-color);
    border-radius: 0;
    box-shadow: none;
    padding: 26px;
}

.quote-template-top {
    align-items: flex-start;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-bottom: 26px;
}

.quote-title-panel {
    min-width: 260px;
    text-align: right;
}

.quote-title-panel h1 {
    color: #0aa84f;
    font-size: 52px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    margin: 0 0 14px;
}

.quote-meta-table {
    border-collapse: collapse;
    margin-left: auto;
    min-width: 230px;
}

.quote-meta-table th,
.quote-meta-table td {
    border: 1px solid rgba(2, 9, 16, .26);
    font-size: 13px;
    padding: 6px 10px;
}

.quote-meta-table th {
    background: #f6f8f7;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

.quote-meta-table td {
    font-weight: 700;
    text-align: center;
}

.quote-customer-box {
    margin: 10px 0 26px;
    max-width: 440px;
}

.quote-customer-box h2,
.quote-terms-box h2 {
    background: #0aa84f;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 8px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.quote-customer-box p {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 4px;
}

.quote-template-table {
    min-width: 0;
}

.quote-template-table th {
    background: #0aa84f;
    color: #ffffff;
    font-size: 13px;
}

.quote-template-table td {
    font-weight: 600;
}

.quote-template-lower {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 300px;
    margin-top: 26px;
}

.quote-terms-box {
    border: 1px solid rgba(2, 9, 16, .24);
}

.quote-terms-box ol {
    margin: 0;
    padding: 8px 18px 8px 30px;
}

.quote-terms-box li,
.quote-terms-box p,
.quote-acceptance em {
    color: var(--text-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.quote-terms-box p {
    margin: 0;
    padding: 0 12px 10px;
}

.quote-acceptance {
    display: grid;
    gap: 8px;
    padding: 8px 12px 14px;
}

.quote-acceptance span {
    border-bottom: 1px solid var(--text-color);
    display: block;
    height: 20px;
    width: 80%;
}

.quote-total-panel {
    display: grid;
    gap: 4px;
}

.quote-total-panel > div {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.quote-total-panel span,
.quote-total-panel strong {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 8px;
}

.quote-total-panel strong {
    border: 1px solid rgba(2, 9, 16, .25);
    text-align: right;
}

.quote-total-panel .grand-total span,
.quote-total-panel .grand-total strong {
    background: var(--primary-color);
    color: var(--text-color);
    font-weight: 900;
    text-transform: uppercase;
}

.quote-signature-row {
    display: grid;
    gap: 34px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
}

.quote-signature-row > div {
    display: grid;
    gap: 6px;
}

.quote-signature-line {
    border-bottom: 1px solid var(--text-color);
    display: block;
    height: 32px;
}

.quote-signature-row strong,
.quote-signature-row small {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 600;
}

.quote-signature-row small {
    color: var(--muted-color);
}

.quote-thank-you {
    color: var(--text-color);
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    margin: 28px 0 0;
    text-align: center;
}

.catalog-product-cell {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 230px;
}

.catalog-product-thumb {
    align-items: center;
    background: linear-gradient(145deg, #fff8da, #f5edc6);
    border-radius: 16px;
    display: flex;
    flex: 0 0 auto;
    height: 54px;
    justify-content: center;
    overflow: hidden;
    width: 54px;
}

.catalog-product-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.catalog-product-thumb span {
    font-size: 20px;
    font-weight: 900;
}

@media (max-width: 992px) {
    .hero-band {
        min-height: auto;
    }

    .hero-panel {
        grid-template-columns: 1fr;
    }

    .checkout-hero {
        grid-template-columns: 1fr;
    }

    .checkout-flow-card {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .hero-banner-label {
        align-items: flex-start;
        border-radius: 20px;
        display: grid;
    }

    .quantity-stepper {
        flex-wrap: wrap;
    }

    .stepper-label {
        flex-basis: 100%;
        padding-left: 2px;
    }

    .checkout-section-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkout-flow-card {
        grid-template-columns: 1fr;
    }

    .checkout-item {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .checkout-item-actions {
        grid-column: 2;
        justify-items: start;
    }

    .quote-catalog-builder {
        grid-template-columns: 1fr;
    }

    .quote-catalog-actions {
        justify-content: flex-start;
    }
}

@media print {
    @page {
        size: A4;
        margin: 10mm;
    }

    body.printing-quote-catalog header,
    body.printing-quote-catalog footer,
    body.printing-quote-catalog .mobile-bottom-nav,
    body.printing-quote-catalog .checkout-hero,
    body.printing-quote-catalog .checkout-section-title,
    body.printing-quote-catalog .quote-catalog-builder,
    body.printing-quote-catalog .selected-items-list,
    body.printing-quote-catalog .empty-selection,
    body.printing-quote-catalog aside {
        display: none !important;
    }

    body.printing-quote-catalog .quote-catalog-print-area {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        overflow: visible;
        page-break-after: avoid;
        page-break-inside: avoid;
        position: static;
        width: 100%;
    }

    body.printing-quote-catalog .quote-template-border,
    .quote-share-page .quote-template-border {
        border: 2px solid var(--primary-color) !important;
        padding: 8mm !important;
    }

    body.printing-quote-catalog {
        background: #ffffff !important;
        padding: 0 !important;
    }

    body.printing-quote-catalog main,
    body.printing-quote-catalog .checkout-page,
    body.printing-quote-catalog .checkout-shell,
    body.printing-quote-catalog section {
        display: block !important;
        margin: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .catalog-letterhead {
        padding: 0 0 10px;
    }

    .catalog-letterhead-brand img,
    .catalog-letterhead-brand > span {
        border-radius: 8px;
        height: 44px;
        width: 44px;
    }

    .catalog-letterhead-brand strong {
        font-size: 17px;
    }

    .catalog-letterhead-brand small,
    .catalog-letterhead-contact {
        font-size: 10px;
    }

    .catalog-letterhead-contact p {
        margin-bottom: 2px;
    }

    .catalog-preview-header {
        background: #fff !important;
        border-bottom: 1px solid #dddddd;
        padding: 10px 0;
    }

    .catalog-preview-header span {
        font-size: 9px;
        margin-bottom: 2px;
    }

    .catalog-preview-header h2 {
        font-size: 20px;
    }

    .catalog-preview-header strong {
        background: #f1f3f5 !important;
        color: #020910 !important;
        font-size: 10px;
        padding: 5px 8px;
    }

    .catalog-preview-table {
        min-width: 0;
        page-break-inside: auto;
    }

    .catalog-preview-table th,
    .catalog-preview-table td {
        border-bottom: 1px solid #e5e7eb;
        font-size: 10px;
        padding: 8px 10px;
        page-break-inside: avoid;
    }

    .catalog-preview-table tfoot td {
        background: #ffffff !important;
        border-top: 1px solid #020910;
        font-size: 11px;
        padding: 8px 10px;
    }

    .catalog-preview-table th {
        background: #ffffff !important;
        font-size: 9px;
    }

    .quote-template-top {
        gap: 12px;
        margin-bottom: 8mm;
    }

    .quote-title-panel h1 {
        font-size: 34px;
        margin-bottom: 8px;
    }

    .quote-meta-table {
        min-width: 160px;
    }

    .quote-meta-table th,
    .quote-meta-table td,
    .quote-customer-box p,
    .quote-terms-box li,
    .quote-terms-box p,
    .quote-acceptance em,
    .quote-total-panel span,
    .quote-total-panel strong {
        font-size: 9px;
        padding: 3px 5px;
    }

    .quote-customer-box {
        margin-bottom: 7mm;
    }

    .quote-customer-box h2,
    .quote-terms-box h2 {
        font-size: 11px;
        margin-bottom: 4px;
        padding: 4px 6px;
    }

    .quote-template-lower {
        gap: 12px;
        grid-template-columns: minmax(0, 1fr) 200px;
        margin-top: 8mm;
    }

    .quote-terms-box ol {
        padding: 4px 10px 4px 20px;
    }

    .quote-acceptance {
        gap: 4px;
        padding: 4px 8px 8px;
    }

    .quote-acceptance span {
        height: 12px;
    }

    .quote-signature-row {
        gap: 24px;
        margin-top: 9mm;
    }

    .quote-signature-line {
        height: 18px;
    }

    .quote-signature-row strong,
    .quote-signature-row small {
        font-size: 9px;
    }

    .quote-thank-you {
        font-size: 13px;
        margin-top: 8mm;
    }

    .catalog-product-cell {
        gap: 8px;
        min-width: 0;
    }

    .catalog-product-thumb {
        border-radius: 8px;
        height: 34px;
        width: 34px;
    }

    .catalog-product-cell strong {
        font-size: 10px;
        font-weight: 600 !important;
    }

    .quote-share-page {
        background: #ffffff !important;
        padding: 0 !important;
    }

    .quote-public-shell {
        max-width: none;
    }

    .quote-public-actions {
        display: none !important;
    }
}

/* Account, product detail, footer, and refined homepage */
.image-only-hero {
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, .13), transparent 32%),
        #fffdf6;
    padding: 18px 0 12px;
}

.hero-banner-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.home-hero-picture {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(2, 9, 16, .10);
    display: block;
    overflow: hidden;
    width: 100%;
}

.home-hero-picture img {
    aspect-ratio: 3 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.landing-hero.with-image {
    background-position: center;
    background-size: cover;
}

.landing-hero.with-image .hero-panel {
    background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .84) 52%, rgba(255, 255, 255, .70));
}

.home-section {
    padding: 42px 0 18px;
}

.featured-product-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.featured-product-card {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(2, 9, 16, .07);
    color: var(--text-color);
    display: grid;
    gap: 14px;
    padding: 14px;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.featured-product-card:hover {
    box-shadow: 0 24px 70px rgba(2, 9, 16, .12);
    color: var(--text-color);
    transform: translateY(-2px);
}

.featured-product-image {
    align-items: center;
    aspect-ratio: 1.35;
    background: linear-gradient(145deg, #fff8da, #edf7f0);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.featured-product-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.featured-product-image span {
    font-size: 34px;
    font-weight: 850;
}

.featured-product-card span {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 4px;
}

.featured-product-card strong,
.featured-product-card b {
    display: block;
}

.featured-product-card strong {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.featured-product-card b {
    font-size: 16px;
    font-weight: 850;
    margin-top: 8px;
}

.product-overview-link {
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 800;
    padding: 0 6px;
    text-decoration: none;
    white-space: nowrap;
}

.product-overview-link:hover {
    color: var(--text-color);
}

.product-title-line h3,
.product-title-line h3 a {
    color: var(--text-color);
    font-weight: 800;
    text-decoration: none;
}

.product-detail-shell {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
}

.product-detail-media {
    align-items: center;
    aspect-ratio: 1;
    background: linear-gradient(145deg, #fff8da, #edf7f0);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 30px;
    box-shadow: 0 28px 72px rgba(2, 9, 16, .10);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.product-detail-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-detail-media span {
    font-size: 90px;
    font-weight: 850;
}

.product-detail-info h1 {
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 850;
    line-height: 1.02;
}

.product-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.product-detail-meta span {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    padding: 9px 12px;
}

.product-detail-price {
    font-size: 32px;
    font-weight: 850;
    margin-bottom: 18px;
}

.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.product-description-card h2 {
    font-size: 22px;
    font-weight: 850;
}

.auth-shell {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 420px;
}

.auth-shell.single-auth {
    display: block;
    margin: 0 auto;
    max-width: 520px;
}

.auth-hero {
    background:
        linear-gradient(120deg, rgba(255, 193, 7, .26), rgba(255, 255, 255, .92)),
        #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 30px;
    box-shadow: 0 26px 70px rgba(2, 9, 16, .08);
    padding: clamp(26px, 5vw, 48px);
}

.auth-hero h1 {
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 850;
    line-height: 1.02;
}

.auth-hero p {
    color: var(--muted-color);
    font-size: 18px;
}

.auth-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.auth-points span {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 999px;
    font-weight: 800;
    padding: 9px 13px;
}

.auth-card h2 {
    font-size: 26px;
    font-weight: 850;
}

.customer-profile-card {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.customer-profile-card h2 {
    font-size: 26px;
    font-weight: 850;
    margin-bottom: 4px;
}

.checkout-shell-payment {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
}

.billing-panel {
    position: static;
}

.checkout-summary-panel {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 96px;
}

.checkout-account-check {
    align-items: center;
    background: rgba(255, 193, 7, .14);
    border: 1px solid rgba(255, 193, 7, .28);
    border-radius: 16px;
    display: flex !important;
    gap: 10px !important;
    padding: 12px;
}

.site-footer {
    background: #020910;
    color: #ffffff;
    padding: 42px 0;
}

.footer-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(150px, 1fr));
}

.footer-brand-block strong {
    display: block;
    font-size: 22px;
    font-weight: 850;
    margin-bottom: 8px;
}

.footer-brand-block p,
.footer-contact {
    color: rgba(255, 255, 255, .66) !important;
    margin: 0 0 8px;
}

.footer-column {
    display: grid;
    gap: 8px;
}

.footer-column h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.footer-column a {
    color: rgba(255, 255, 255, .70);
    font-weight: 650;
    text-decoration: none;
}

.footer-column a:hover {
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .featured-product-grid,
    .footer-grid,
    .auth-shell,
    .product-detail-shell,
    .checkout-shell-payment {
        grid-template-columns: 1fr;
    }

    .checkout-summary-panel {
        position: static;
    }
}

@media (max-width: 576px) {
    .image-only-hero {
        padding: 12px 0 6px;
    }

    .home-hero-picture {
        border-radius: 22px;
    }

    .home-hero-picture img {
        aspect-ratio: 3 / 4;
    }

    .featured-product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .featured-product-card {
        border-radius: 18px;
        padding: 10px;
    }

    .featured-product-card strong {
        font-size: 14px;
    }

    .footer-grid {
        gap: 20px;
    }

    .customer-profile-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Customer UI refinement layer - 20260715 */
.site-header {
    box-shadow: 0 10px 30px rgba(2, 9, 16, .04);
}

.site-header .navbar {
    min-height: 86px;
}

.site-header .container {
    max-width: 1460px;
}

.main-nav {
    align-items: center;
    gap: 6px;
}

.main-nav .nav-link {
    color: rgba(2, 9, 16, .78);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.site-search-form {
    align-items: center;
    background: #f4f5f7;
    border: 1px solid rgba(2, 9, 16, .06);
    border-radius: 10px;
    display: flex;
    gap: 8px;
    min-width: min(420px, 30vw);
    padding: 6px;
}

.site-search-form input {
    background: transparent;
    border: 0;
    color: var(--text-color);
    flex: 1;
    font-size: 14px;
    font-weight: 650;
    min-height: 42px;
    min-width: 0;
    outline: 0;
    padding: 0 8px 0 10px;
}

.site-search-submit {
    align-items: center;
    background: var(--primary-color);
    border: 0;
    border-radius: 9px;
    box-shadow: 0 10px 22px rgba(255, 193, 7, .26);
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    padding: 0;
    transition: transform .18s ease, box-shadow .18s ease;
    width: 44px;
}

.site-search-submit svg {
    fill: currentColor;
    height: 20px;
    width: 20px;
}

.site-search-submit:hover,
.site-search-submit:focus {
    box-shadow: 0 12px 26px rgba(255, 193, 7, .34);
    transform: translateY(-1px);
}

.header-actions {
    align-items: center;
    flex-direction: row;
    gap: 12px;
}

.header-icon-link {
    align-items: center;
    color: var(--text-color);
    display: inline-flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 850;
    gap: 2px;
    min-width: 46px;
    position: relative;
    text-decoration: none;
}

.header-icon {
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
}

.header-icon-cart::before {
    border: 2px solid #111827;
    border-radius: 3px 3px 6px 6px;
    bottom: 0;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    width: 16px;
}

.header-icon-cart::after {
    border: 2px solid #111827;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: 1px;
    width: 8px;
}

.header-icon-heart::before {
    color: #111827;
    content: "\2661";
    font-size: 27px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
}

.header-icon-user::before {
    border: 2px solid #111827;
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: 1px;
    width: 8px;
}

.header-icon-user::after {
    border: 2px solid #111827;
    border-radius: 999px 999px 4px 4px;
    bottom: 1px;
    content: "";
    height: 11px;
    left: 3px;
    position: absolute;
    width: 16px;
}

.header-badge {
    align-items: center;
    background: #ff4d5d;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    padding: 0 4px;
    position: absolute;
    right: 2px;
    top: -7px;
}

.home-hero-full {
    background: linear-gradient(180deg, #fffaf0, #fff);
    padding: 26px clamp(10px, 2vw, 28px) 44px;
}

.home-hero-full .hero-banner-link {
    display: block;
}

.home-hero-full .home-hero-picture {
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(2, 9, 16, .14);
    display: block;
    margin: 0 auto;
    max-width: 1500px;
    overflow: hidden;
    width: 100%;
}

.home-hero-full .home-hero-picture img {
    aspect-ratio: auto;
    display: block;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.hero-slider {
    overflow: hidden;
}

.hero-slider-viewport {
    margin: 0 auto;
    max-width: 1500px;
    overflow: hidden;
    width: 100%;
}

.hero-slider-track {
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: transform .72s ease-in-out;
    width: var(--hero-track-width, 100%);
}

.hero-slider.single .hero-slider-track {
    width: 100%;
}

.hero-slider-slide {
    flex: 0 0 var(--hero-slide-width, 100%);
    min-width: 0;
    padding: 0 6px;
}

.hero-slider.single .hero-slider-slide {
    flex-basis: 100%;
    padding: 0;
}

.hero-slider .home-hero-picture {
    height: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .hero-slider-track {
        transition: none;
    }
}

.category-band {
    display: none !important;
}

.category-slider-section {
    background: #fff;
    padding: 6px 0 34px;
}

.compact-heading {
    margin-bottom: 16px;
}

.compact-heading h2 {
    font-size: clamp(24px, 3vw, 38px);
}

.category-circle-track {
    display: grid;
    gap: 18px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(118px, 140px);
    overflow-x: auto;
    padding: 8px 2px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.category-circle-item {
    align-items: center;
    background: #fff;
    border: 0;
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    font-weight: 850;
    gap: 10px;
    scroll-snap-align: start;
}

.category-circle-image {
    align-items: center;
    background: linear-gradient(145deg, #fff7d6, #ffffff);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(2, 9, 16, .08);
    display: inline-flex;
    height: 96px;
    justify-content: center;
    overflow: hidden;
    width: 96px;
}

.category-circle-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.category-circle-image b {
    font-size: 28px;
    font-weight: 950;
}

.product-row {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 88px minmax(0, 1fr) 44px minmax(110px, auto) minmax(190px, auto);
    padding: 18px;
}

.product-row .product-main {
    min-width: 0;
}

.product-title-line h3 a {
    color: var(--text-color);
    text-decoration: none;
}

.wishlist-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(2, 9, 16, .06);
    color: var(--text-color);
    display: inline-flex;
    font-size: 13px;
    font-weight: 850;
    gap: 8px;
    height: 42px;
    justify-content: center;
    padding: 0 14px;
}

.wishlist-toggle span {
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}

.wishlist-toggle span::before {
    color: #111827;
    content: "\2661";
    font-size: 27px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 0;
}

.wishlist-toggle.active {
    background: #fff5f6;
    border-color: #ff6272;
    color: #d9162f;
}

.wishlist-toggle.active span::before {
    color: #d9162f;
    content: "\2665";
}

.quantity-stepper {
    align-items: center;
    background: #f5f6f8;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 18px;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 44px 28px 44px;
    padding: 8px;
}

.product-overview-link,
.stepper-label {
    color: var(--muted-color);
    font-size: 11px;
    font-weight: 900;
    grid-column: 1 / -1;
    text-decoration: none;
    text-transform: uppercase;
}

.stepper-label {
    display: none;
}

.qty-btn {
    border: 0;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 950;
    height: 44px;
    line-height: 1;
    width: 44px;
}

.qty-btn.plus {
    background: var(--primary-color);
    color: var(--text-color);
}

.qty-value {
    font-size: 16px;
    font-weight: 950;
    text-align: center;
}

.payment-gateway-cards {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    margin: 8px 0 16px;
}

.payment-gateway-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(2, 9, 16, .05);
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 128px;
    padding: 16px;
    text-align: left;
}

.payment-gateway-card.active {
    border-color: var(--primary-color);
    box-shadow: 0 18px 40px rgba(255, 193, 7, .22);
}

.payment-logo-wrap {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 12px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 8px;
    width: 116px;
}

.payment-logo-wrap img {
    max-height: 28px;
    max-width: 98px;
    object-fit: contain;
}

.payment-gateway-card small {
    color: var(--muted-color);
    font-weight: 750;
}

.wishlist-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.wishlist-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(2, 9, 16, .06);
    display: grid;
    gap: 14px;
    grid-template-columns: 72px 1fr;
    padding: 16px;
}

.wishlist-card-image {
    align-items: center;
    background: #fff8dc;
    border-radius: 18px;
    display: flex;
    height: 72px;
    justify-content: center;
    overflow: hidden;
}

.wishlist-card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wishlist-card small,
.wishlist-card span {
    color: var(--muted-color);
    display: block;
    font-weight: 800;
}

.wishlist-card strong {
    display: block;
    font-weight: 900;
}

.wishlist-card a {
    grid-column: 1 / -1;
}

.mobile-bottom-nav {
    display: none;
}

.bottom-icon {
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
}

.bottom-icon-home::before {
    border: 2px solid currentColor;
    border-radius: 4px;
    bottom: 1px;
    content: "";
    height: 13px;
    left: 4px;
    position: absolute;
    transform: rotate(45deg);
    width: 13px;
}

.bottom-icon-category::before {
    border: 2px solid currentColor;
    border-radius: 3px;
    box-shadow: 9px 0 0 -2px #fff, 9px 0 0 0 currentColor, 0 9px 0 -2px #fff, 0 9px 0 0 currentColor, 9px 9px 0 -2px #fff, 9px 9px 0 0 currentColor;
    content: "";
    height: 7px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 7px;
}

.bottom-icon-cart::before,
.bottom-icon-cart::after {
    content: "";
    position: absolute;
}

.bottom-icon-cart::before {
    border: 2px solid currentColor;
    border-radius: 4px 4px 6px 6px;
    height: 15px;
    left: 3px;
    top: 5px;
    width: 16px;
}

.bottom-icon-cart::after {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    height: 8px;
    left: 7px;
    top: 0;
    width: 8px;
}

.bottom-icon-heart::before {
    content: "\2661";
    font-size: 27px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
}

.bottom-icon-profile::before {
    border: 2px solid currentColor;
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: 1px;
    width: 8px;
}

.bottom-icon-profile::after {
    border: 2px solid currentColor;
    border-radius: 999px 999px 4px 4px;
    bottom: 1px;
    content: "";
    height: 11px;
    left: 3px;
    position: absolute;
    width: 16px;
}

@media (max-width: 1199px) {
    .site-search-form {
        margin: 14px 0;
        min-width: 100%;
        width: 100%;
    }

    .header-actions {
        justify-content: space-between;
        padding: 8px 0 4px;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 184px;
    }

    .site-header .navbar {
        min-height: 70px;
    }

    .navbar-brand {
        font-size: 15px;
        max-width: 230px;
    }

    .brand-mark {
        border-radius: 12px;
        height: 40px;
        width: 40px;
    }

    .brand-logo-img {
        height: 52px;
        max-width: 78px;
    }

    .home-hero-full {
        padding: 0 14px 26px;
    }

    .home-hero-full .home-hero-picture {
        border-radius: 18px;
    }

    .home-section {
        padding-top: 18px;
    }

    .featured-product-grid {
        grid-auto-columns: 170px;
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .category-slider-section {
        padding-bottom: 22px;
    }

    .category-circle-track {
        grid-auto-columns: 96px;
        gap: 12px;
    }

    .category-circle-image {
        height: 74px;
        width: 74px;
    }

    .category-circle-item strong {
        font-size: 12px;
    }

    .catalog-shell {
        border-radius: 22px;
        padding: 16px;
    }

    .catalog-toolbar {
        gap: 12px;
    }

    .category-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .product-row {
        border-radius: 22px;
        gap: 12px;
        grid-template-columns: 64px minmax(0, 1fr) 38px;
        padding: 14px;
    }

    .product-thumb {
        border-radius: 18px;
        height: 64px;
        width: 64px;
    }

    .product-title-line h3 {
        font-size: 16px;
        line-height: 1.18;
    }

    .product-meta {
        font-size: 11px;
        margin-bottom: 7px;
    }

    .product-short-description {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .product-read-more {
        font-size: 11px;
        padding: 7px 10px;
    }

    .product-price-line {
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .product-price-line strong {
        font-size: 18px;
    }

    .wishlist-toggle {
        grid-column: 3;
        grid-row: 1;
        height: 38px;
        padding: 0;
        width: 38px;
    }

    .wishlist-toggle span::before {
        left: 1px;
    }

    .wishlist-toggle:not(.detail-wishlist-toggle) {
        font-size: 0;
    }

    .quote-select-wrap {
        grid-column: 1 / 3;
        justify-self: start;
    }

    .quantity-stepper {
        grid-column: 1 / -1;
        grid-template-columns: 44px 1fr 44px;
        justify-self: stretch;
        padding: 8px;
    }

    .product-overview-link,
    .stepper-label {
        display: none;
    }

    .qty-btn.minus {
        grid-column: 1;
    }

    .qty-value {
        grid-column: 2;
    }

    .qty-btn.plus {
        grid-column: 3;
    }

    .sticky-summary {
        border-radius: 22px 22px 0 0;
        bottom: 70px;
        grid-template-columns: 1fr;
        left: 0;
        padding: 14px 16px;
        right: 0;
    }

    .summary-mode {
        display: none;
    }

    .sticky-summary .premium-btn {
        width: 100%;
    }

    .mobile-bottom-nav {
        align-items: center;
        background: rgba(255, 255, 255, .98);
        border-top: 1px solid rgba(2, 9, 16, .08);
        bottom: 0;
        box-shadow: 0 -12px 30px rgba(2, 9, 16, .08);
        display: grid;
        gap: 2px;
        grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
        left: 0;
        padding: 8px 8px 10px;
        position: fixed;
        right: 0;
        z-index: 1040;
    }

    .mobile-bottom-nav a {
        align-items: center;
        color: #7a8491;
        display: flex;
        flex-direction: column;
        font-size: 11px;
        font-weight: 850;
        gap: 3px;
        position: relative;
        text-decoration: none;
    }

    .mobile-bottom-nav a:hover,
    .mobile-bottom-nav a:focus {
        color: var(--primary-color);
    }
}

/* Footer spacing and softer typography - 20260716 */
body {
    font-weight: 400;
    padding-bottom: 0 !important;
}

body:has(.sticky-summary) main {
    padding-bottom: 110px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

strong,
b {
    font-weight: 650;
}

.navbar-brand,
.main-nav .nav-link,
.nav-link,
.header-icon-link,
.site-search-form input,
.eyebrow,
.product-title-line h3,
.product-title-line h3 a,
.product-price-line strong,
.featured-product-card strong,
.featured-product-card b,
.category-circle-item,
.quote-only-pill,
.mode-chip,
.stock-badge,
.summary-label,
.sticky-summary strong,
.sticky-summary span:last-child,
.premium-btn,
.premium-ghost-btn,
.qty-value,
.qty-btn,
.payment-gateway-card strong,
.wishlist-card strong,
.footer-brand-block strong,
.footer-column h3,
.footer-column a,
.footer-contact {
    font-weight: 600 !important;
}

.premium-btn,
.qty-btn.plus,
.brand-mark {
    font-weight: 700 !important;
}

.site-footer {
    margin-bottom: 0 !important;
}

.footer-grid {
    align-items: flex-start;
}

.footer-brand-block p,
.footer-contact,
.footer-column a {
    color: rgba(255, 255, 255, .72) !important;
}

@media (max-width: 767px) {
    body {
        padding-bottom: 0 !important;
    }

    main {
        padding-bottom: 78px;
    }

    body:has(.sticky-summary) main {
        padding-bottom: 178px;
    }
}

/* Homepage product card and quick-order refinements - 20260717 */
.category-slider-section.after-hero {
    padding: 34px 0 18px;
}

.featured-section {
    padding-top: 28px;
}

.featured-product-card {
    align-content: start;
}

.featured-product-link {
    color: inherit;
    display: grid;
    gap: 14px;
    text-decoration: none;
}

.featured-product-link:hover {
    color: inherit;
}

.featured-product-body p {
    color: var(--muted-color);
    display: -webkit-box;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    margin: 8px 0 0;
    min-height: 38px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.featured-product-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2px;
}

.featured-action-btn {
    align-items: center;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 14px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.featured-action-btn.buy {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-color);
}

.featured-action-btn.quote {
    background: #fff;
    color: var(--text-color);
}

.featured-action-btn:hover,
.featured-action-btn:focus {
    box-shadow: 0 14px 28px rgba(2, 9, 16, .10);
    transform: translateY(-1px);
}

.product-row {
    grid-template-columns: 88px minmax(0, 1fr) 44px minmax(92px, auto) 176px;
}

.quantity-stepper {
    justify-self: end;
    max-width: 176px;
    width: 176px;
}

@media (max-width: 1199px) {
    .product-row {
        grid-template-columns: 78px minmax(0, 1fr) 42px;
    }

    .quantity-stepper {
        justify-self: stretch;
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .featured-product-actions {
        grid-template-columns: 1fr;
    }

    .featured-action-btn {
        font-size: 12px;
        min-height: 38px;
    }
}


/* Full-width homepage and admin delete polish - 20260717 */
.home-wide-container { max-width: none !important; padding-left: clamp(18px, 3vw, 48px); padding-right: clamp(18px, 3vw, 48px); width: min(100%, 1840px); }
.category-slider-section.after-hero, .featured-section, .catalog-section { padding-left: 0; padding-right: 0; }
.category-slider-section.after-hero { padding-top: clamp(44px, 5vw, 72px); padding-bottom: clamp(34px, 4vw, 56px); }
.featured-section, .catalog-section { padding-top: clamp(42px, 5vw, 72px); padding-bottom: clamp(42px, 5vw, 72px); }
.section-heading { align-items: center; gap: 18px; }
.section-action-btn { align-items: center; background: var(--primary-color); border: 1px solid rgba(2, 9, 16, .08); border-radius: 10px; box-shadow: 0 12px 28px rgba(255, 193, 7, .22); color: var(--text-color); display: inline-flex; font-size: 14px; font-weight: 700; min-height: 44px; padding: 11px 16px; text-decoration: none; white-space: nowrap; }
.section-action-btn:hover { background: #ffb300; color: var(--text-color); }
.category-circle-track { display: grid; gap: clamp(14px, 1.6vw, 28px); grid-auto-flow: initial; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); overflow: visible; padding: 14px 0 4px; scrollbar-width: none; }
.category-circle-track::-webkit-scrollbar { display: none; }
.category-circle-image { height: 116px; width: 116px; }
.category-circle-item { min-width: 0; }
.category-circle-item strong { font-size: 15px; line-height: 1.25; text-align: center; }
.featured-product-grid { gap: 18px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.catalog-shell { border-radius: 30px; }
.category-filter-bar { align-items: center; background: #ffffff; border: 1px solid rgba(2, 9, 16, .08); border-radius: 18px; display: flex; gap: 14px; padding: 12px; }
.category-filter-bar > span { color: var(--muted-color); flex: 0 0 auto; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.category-filter-bar .category-chips { flex: 1 1 auto; gap: 8px; margin: 0; overflow-x: auto; padding: 0; }
.category-filter-bar .category-chip { min-height: 40px; padding: 9px 14px; text-decoration: none; white-space: nowrap; }
.public-listing-page { background: linear-gradient(180deg, #fffaf0 0, #ffffff 260px); padding: clamp(34px, 5vw, 72px) 0; }
.listing-hero { display: grid; gap: 24px; }
.all-category-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.all-category-card { align-items: center; background: #ffffff; border: 1px solid rgba(2, 9, 16, .08); border-radius: 22px; box-shadow: 0 18px 46px rgba(2, 9, 16, .06); color: var(--text-color); display: grid; gap: 12px; justify-items: center; min-height: 190px; padding: 20px; text-align: center; text-decoration: none; }
.all-category-card:hover { color: var(--text-color); transform: translateY(-2px); }
.listing-filter-bar { margin-bottom: 8px; }
.listing-product-grid .featured-action-btn { text-decoration: none; }
@media (max-width: 1199px) { .featured-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) { .home-wide-container { padding-left: 14px; padding-right: 14px; } .category-slider-section.after-hero, .featured-section, .catalog-section { padding-top: 34px; padding-bottom: 34px; } .section-heading { align-items: flex-start; flex-direction: row; } .section-action-btn { font-size: 12px; min-height: 38px; padding: 9px 11px; } .category-circle-track { grid-auto-columns: 118px; grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; padding-bottom: 10px; } .category-circle-image { height: 88px; width: 88px; } .featured-product-grid { grid-auto-flow: initial; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; } .category-filter-bar { align-items: flex-start; display: grid; } .all-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Product list responsive and account polish - 20260722 */
:root {
    --font-family-modern: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--font-family-modern) !important;
}

body {
    font-weight: 400;
    letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0 !important;
}

.product-row {
    align-items: center;
    grid-template-columns: 88px minmax(300px, 1fr) minmax(360px, auto) !important;
    min-height: 132px;
}

.product-row-actions {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 54px 190px;
    justify-self: end;
    min-width: 260px;
}

.product-row-actions .wishlist-toggle,
.product-row-actions .quote-select-wrap,
.product-row-actions .quantity-stepper {
    grid-column: auto;
    justify-self: auto;
}

.product-row-actions .wishlist-toggle {
    justify-self: center;
}

.quote-select-wrap {
    display: none !important;
}

.product-row-actions .quantity-stepper {
    max-width: 190px;
    width: 190px;
}

.product-main {
    max-width: 760px;
}

.product-short-description {
    max-width: 620px;
}

.sticky-summary {
    border-radius: 22px 22px 0 0;
    left: 50% !important;
    max-width: min(1000px, calc(100% - 48px));
    right: auto !important;
    transform: translate(-50%, 18px);
    width: calc(100% - 48px);
}

.sticky-summary.has-items {
    transform: translate(-50%, 0);
}

.checkout-shell {
    align-items: start;
}

.quote-catalog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.quote-catalog-preview,
.catalog-preview-table-wrap {
    max-width: 100%;
    overflow-x: auto;
}

.catalog-preview-table {
    min-width: 680px;
}

.customer-activity-list {
    display: grid;
    gap: 12px;
}

.activity-card {
    align-items: center;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
}

@media (min-width: 1200px) {
    .product-row:hover .product-row-actions {
        transform: translateX(-4px);
        transition: transform .18s ease;
    }
}

@media (max-width: 1199px) {
    .product-row {
        grid-template-columns: 78px minmax(0, 1fr) !important;
    }

    .product-row-actions {
        grid-column: 1 / -1;
        grid-template-columns: 48px minmax(190px, 1fr);
        justify-self: stretch;
        min-width: 0;
        width: 100%;
    }

    .product-row-actions .quantity-stepper {
        justify-self: end;
        max-width: 230px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home-wide-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog-shell {
        border-radius: 22px;
        padding: 10px;
    }

    .category-circle-track {
        gap: 12px;
        grid-auto-columns: 104px;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    .category-circle-item {
        scroll-snap-align: start;
    }

    .category-circle-image {
        height: 92px;
        width: 92px;
    }

    .product-row {
        gap: 12px;
        grid-template-columns: 72px minmax(0, 1fr) 44px !important;
        padding: 18px 14px;
    }

    .product-thumb {
        height: 72px;
        width: 72px;
    }

    .product-main {
        max-width: none;
        min-width: 0;
    }

    .product-title-line {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .product-title-line h3,
    .product-title-line h3 a {
        font-size: 17px;
        line-height: 1.18;
    }

    .product-meta,
    .product-short-description {
        font-size: 12px;
        line-height: 1.4;
    }

    .product-short-description {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .product-price-line {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .product-read-more {
        border-radius: 8px;
        padding: 8px 11px;
    }

    .product-row-actions {
        display: contents;
    }

    .product-row-actions .wishlist-toggle {
        grid-column: 3;
        grid-row: 1;
        height: 42px;
        justify-self: end;
        width: 42px;
    }

    .product-row-actions .quote-select-wrap {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: start;
        margin-top: 2px;
    }

    .product-row-actions .quantity-stepper {
        grid-column: 1 / -1;
        grid-row: 3;
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        justify-self: stretch;
        max-width: none;
        min-height: 60px;
        padding: 8px;
        width: 100%;
    }

    .quantity-stepper .product-overview-link,
    .quantity-stepper .stepper-label {
        display: none;
    }

    .qty-btn {
        border-radius: 12px;
        height: 44px;
        width: 44px;
    }

    .sticky-summary {
        bottom: 66px;
        left: 10px !important;
        max-width: none;
        right: 10px !important;
        transform: translateY(18px);
        width: auto;
        z-index: 1042;
    }

    .sticky-summary.has-items {
        transform: translateY(0);
    }

    .sticky-summary .premium-btn,
    .sticky-summary .summary-action {
        min-width: 132px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .checkout-shell {
        display: grid;
        gap: 18px;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .checkout-section-title {
        align-items: flex-start;
        display: grid;
        gap: 12px;
    }

    .quote-catalog-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .quote-catalog-builder {
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .selected-items-list,
    .customer-activity-list {
        display: grid;
        gap: 12px;
    }

    .catalog-letterhead {
        align-items: flex-start;
        display: grid;
        gap: 14px;
        text-align: left;
    }

    .catalog-letterhead-contact {
        text-align: left;
    }

    .quote-catalog-preview {
        border-radius: 18px;
        padding: 14px;
    }

    .catalog-preview-header {
        align-items: flex-start;
        display: grid;
        gap: 8px;
    }

    .catalog-preview-table {
        min-width: 620px;
    }

    .profile-grid,
    .activity-card {
        grid-template-columns: 1fr !important;
    }

    .page-shell {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* Compact mobile catalogue cards and sharper quote actions - 20260722 */
.featured-action-btn.quote,
.product-detail-actions .premium-ghost-btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(255, 193, 7, .22);
    color: var(--text-color);
}

.featured-action-btn.quote:hover,
.featured-action-btn.quote:focus,
.product-detail-actions .premium-ghost-btn:hover,
.product-detail-actions .premium-ghost-btn:focus {
    background: #ffb300;
    border-color: #ffb300;
    color: var(--text-color);
}

.product-detail-actions {
    align-items: center;
}

.detail-wishlist-toggle {
    border-radius: 10px;
    height: 44px;
    padding: 0 16px;
    width: auto;
}

.detail-wishlist-toggle span {
    flex: 0 0 20px;
}

.detail-wishlist-toggle span::before {
    left: 0;
    top: 0;
}

@media (min-width: 1200px) {
    .product-row {
        grid-template-columns: 104px minmax(0, 1fr) minmax(330px, auto) !important;
    }

    .product-thumb {
        height: 82px;
        width: 82px;
    }

    .product-main {
        max-width: none;
    }

    .product-short-description {
        max-width: 860px;
    }

    .product-row-actions {
        grid-template-columns: 48px minmax(104px, auto) 174px;
        min-width: 330px;
    }

    .product-row-actions .quantity-stepper {
        max-width: 174px;
        width: 174px;
    }
}

@media (max-width: 767px) {
    .catalog-shell {
        padding: 8px;
    }

    .product-row {
        align-items: start;
        border-radius: 18px;
        gap: 8px 10px;
        grid-template-columns: 82px minmax(0, 1fr) 40px !important;
        min-height: 0;
        padding: 12px;
    }

    .product-thumb {
        border-radius: 14px;
        grid-column: 1;
        grid-row: 1 / span 2;
        height: 82px;
        width: 82px;
    }

    .product-main {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .product-title-line {
        gap: 5px;
    }

    .product-title-line h3,
    .product-title-line h3 a {
        font-size: 15px;
        line-height: 1.16;
    }

    .quote-only-pill {
        border-radius: 999px;
        font-size: 9px;
        line-height: 1;
        padding: 6px 8px;
    }

    .product-meta {
        font-size: 10.5px;
        line-height: 1.25;
        margin-top: 3px;
    }

    .product-short-description {
        font-size: 11px;
        line-height: 1.32;
        margin-top: 4px;
    }

    .product-price-line {
        gap: 6px;
        margin-top: 7px;
    }

    .stock-badge {
        font-size: 10.5px;
        padding: 6px 9px;
    }

    .product-read-more {
        background: var(--primary-color);
        border-color: var(--primary-color);
        border-radius: 8px;
        box-shadow: 0 8px 16px rgba(255, 193, 7, .20);
        font-size: 11px;
        min-height: 31px;
        padding: 7px 10px;
    }

    .product-row-actions {
        display: contents;
    }

    .product-row-actions .wishlist-toggle {
        grid-column: 3;
        grid-row: 1;
        height: 38px;
        padding: 0;
        width: 38px;
    }

    .product-row-actions .quote-select-wrap {
        grid-column: 1 / 2;
        grid-row: 3;
        justify-self: start;
        margin-top: 2px;
    }

    .quote-select-wrap .mode-chip,
    .quote-select-wrap .quote-check {
        align-items: center;
        border-radius: 10px;
        font-size: 11px;
        min-height: 36px;
        padding: 8px 10px;
        white-space: nowrap;
    }

    .quote-select-wrap .quote-check input {
        height: 14px;
        width: 14px;
    }

    .product-row-actions .quantity-stepper {
        align-self: center;
        border-radius: 14px;
        gap: 6px;
        grid-column: 2 / 4;
        grid-row: 3;
        grid-template-columns: 38px minmax(34px, 1fr) 38px;
        justify-self: stretch;
        max-width: none;
        min-height: 44px;
        padding: 4px;
        width: 100%;
    }

    .product-row-actions .quantity-stepper .product-overview-link,
    .product-row-actions .quantity-stepper .stepper-label {
        display: none;
    }

    .product-row-actions .qty-btn {
        border-radius: 10px;
        font-size: 18px;
        height: 36px;
        width: 36px;
    }

    .product-row-actions .qty-value {
        font-size: 15px;
        min-width: 24px;
    }

    .featured-action-btn.quote {
        border-radius: 8px;
    }

    .product-detail-shell {
        gap: 18px;
    }

    .product-detail-info h1 {
        font-size: 28px;
        line-height: 1.12;
    }

    .product-detail-price {
        font-size: 24px;
    }

    .product-detail-actions {
        display: grid;
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) minmax(118px, auto);
    }

    .product-detail-actions .premium-btn,
    .product-detail-actions .premium-ghost-btn {
        border-radius: 10px;
        justify-content: center;
        min-height: 44px;
        padding: 10px 12px;
        width: 100%;
    }

    .detail-wishlist-toggle {
        grid-column: 1 / -1;
        justify-self: start;
        min-width: 132px;
        width: auto;
    }
}

/* Quote builder icon actions and mobile proposal preview - 20260722 */
.quote-icon-actions {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(74px, 1fr));
    max-width: 340px;
}

.quote-icon-action {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(2, 9, 16, .06);
    color: var(--text-color);
    display: grid;
    font-size: 11px;
    font-weight: 700;
    gap: 4px;
    justify-items: center;
    min-height: 64px;
    padding: 8px 10px;
    text-decoration: none;
}

.quote-icon-action svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 22px;
}

.quote-icon-action:hover,
.quote-icon-action:focus {
    background: #fff8dc;
    color: var(--text-color);
    transform: translateY(-1px);
}

.quote-icon-action.add-product-action {
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 14px 28px rgba(255, 193, 7, .26);
}

@media (max-width: 767px) {
    .quote-page .checkout-section-title {
        gap: 12px;
    }

    .quote-page .quote-icon-actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: none;
        width: 100%;
    }

    .quote-page .quote-icon-action {
        border-radius: 10px;
        min-height: 58px;
        padding: 7px 8px;
    }

    .quote-page .quote-icon-action svg {
        height: 20px;
        width: 20px;
    }

    .quote-catalog-preview {
        overflow: visible;
    }

    .catalog-preview-table-wrap {
        overflow: visible;
    }

    .catalog-preview-table {
        border-collapse: separate;
        border-spacing: 0 10px;
        min-width: 0 !important;
        width: 100%;
    }

    .catalog-preview-table thead {
        display: none;
    }

    .catalog-preview-table,
    .catalog-preview-table tbody,
    .catalog-preview-table tfoot,
    .catalog-preview-table tr,
    .catalog-preview-table td {
        display: block;
        width: 100%;
    }

    .catalog-preview-table tbody tr {
        background: #ffffff;
        border: 1px solid rgba(2, 9, 16, .08);
        border-radius: 14px;
        box-shadow: 0 10px 22px rgba(2, 9, 16, .04);
        padding: 10px;
    }

    .catalog-preview-table td {
        align-items: center;
        border: 0;
        display: flex;
        font-size: 12px;
        justify-content: space-between;
        padding: 5px 0;
        text-align: right;
    }

    .catalog-preview-table td::before {
        color: var(--muted-color);
        content: attr(data-label);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .04em;
        padding-right: 12px;
        text-transform: uppercase;
    }

    .catalog-preview-table td[data-label="Product"] {
        display: block;
        padding-bottom: 9px;
        text-align: left;
    }

    .catalog-preview-table td[data-label="Product"]::before,
    .catalog-empty-row td::before {
        display: none;
    }

    .catalog-product-cell {
        align-items: center;
        display: flex;
        gap: 10px;
    }

    .catalog-product-thumb {
        flex: 0 0 48px;
        height: 48px;
        width: 48px;
    }

    .catalog-total-row {
        background: #fff6d6;
        border: 1px solid rgba(255, 193, 7, .42);
        border-radius: 14px;
        display: grid !important;
        margin-top: 8px;
        padding: 10px;
    }

    .catalog-total-row td:first-child {
        display: none;
    }

    .catalog-total-row td:last-child {
        background: transparent;
        border: 0;
        display: flex;
        font-size: 13px;
        justify-content: space-between;
        padding: 0;
        text-align: right;
    }

    .catalog-total-row td:last-child::before {
        color: var(--text-color);
        content: "Total Amount";
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .03em;
        text-transform: uppercase;
    }

    .catalog-empty-row td {
        background: #fffaf0;
        border-radius: 12px;
        display: block;
        padding: 14px;
        text-align: center;
    }
}

/* Mobile heading and compact stepper corrections - 20260722 */
.featured-product-actions {
    justify-items: center;
}

.featured-action-btn.quote {
    justify-self: center;
    min-width: min(100%, 150px);
}

@media (max-width: 767px) {
    .section-heading,
    .section-heading.compact-heading {
        align-items: flex-start !important;
        display: grid !important;
        gap: 8px !important;
        grid-template-columns: minmax(0, 1fr) !important;
        padding: 16px 14px !important;
    }

    .section-heading > div,
    .section-heading p,
    .section-heading .section-action-btn {
        min-width: 0;
        width: auto;
    }

    .section-heading h2 {
        font-size: 26px !important;
        line-height: 1.08 !important;
        margin: 0;
        max-width: 100%;
    }

    .section-heading p {
        color: var(--text-color) !important;
        font-size: 13px;
        line-height: 1.38;
        margin: 0;
        opacity: .82;
    }

    .catalog-section .section-heading p {
        max-width: 240px;
    }

    .product-price-line {
        align-items: center !important;
        column-gap: 6px;
        display: grid !important;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        justify-content: start;
        row-gap: 6px;
    }

    .stock-badge,
    .product-read-more {
        align-self: center;
        white-space: nowrap;
    }

    .product-read-more {
        min-height: 30px;
        padding: 7px 9px;
    }

    .product-row-actions .quantity-stepper {
        grid-column: 2 / 4;
        grid-template-columns: 34px 32px 34px;
        justify-self: end;
        max-width: 112px;
        min-height: 42px;
        width: 112px;
    }

    .product-row-actions .qty-btn {
        border-radius: 10px;
        font-size: 17px;
        height: 34px;
        width: 34px;
    }

    .product-row-actions .qty-value {
        font-size: 14px;
        min-width: 26px;
    }

    .featured-product-actions {
        justify-items: center;
    }

    .featured-action-btn.quote {
        justify-self: center;
        min-width: 128px;
    }
}

/* Mobile quick-order action swap - 20260722 */
@media (max-width: 767px) {
    .product-row-actions .quote-select-wrap {
        grid-column: 3 / 4;
        grid-row: 3;
        justify-self: end;
    }

    .product-row-actions .quantity-stepper {
        grid-column: 1 / 4;
        grid-row: 3;
        justify-self: stretch;
        max-width: none;
        width: 100%;
    }
}

/* Featured products carousel section - 20260722 */
.featured-section {
    background: linear-gradient(180deg, rgba(255, 193, 7, .98), rgba(255, 213, 79, .92));
    margin: 0;
    overflow: hidden;
}

.featured-section .home-wide-container {
    padding-bottom: clamp(26px, 4vw, 46px);
    padding-top: clamp(28px, 4vw, 48px);
}

.featured-section .section-heading {
    background: rgba(255, 255, 255, .54);
    border: 1px solid rgba(255, 255, 255, .62);
    box-shadow: 0 18px 42px rgba(160, 111, 0, .12);
}

.featured-section .section-heading p,
.featured-section .section-heading h2,
.featured-section .eyebrow {
    color: var(--text-color);
}

.featured-section .section-action-btn {
    background: var(--text-color);
    border-color: var(--text-color);
    box-shadow: 0 14px 28px rgba(2, 9, 16, .18);
    color: #ffffff;
}

.featured-section .section-action-btn:hover,
.featured-section .section-action-btn:focus {
    background: #1b2633;
    color: #ffffff;
}

.featured-section .featured-product-grid {
    display: grid !important;
    gap: 18px;
    grid-auto-columns: minmax(260px, 18.5vw);
    grid-auto-flow: column;
    grid-template-columns: none !important;
    margin-top: 22px;
    overflow-x: auto !important;
    padding: 4px 2px 18px;
    scroll-behavior: smooth;
    scroll-padding-left: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.featured-section .featured-product-grid::-webkit-scrollbar {
    display: none;
}

.featured-section .featured-product-card {
    min-width: 0;
    scroll-snap-align: start;
}

.featured-section .featured-product-image {
    aspect-ratio: 1.28;
}

.featured-section .featured-action-btn.quote,
.featured-section .featured-action-btn.buy {
    border-radius: 10px;
    white-space: nowrap;
}

@media (min-width: 1440px) {
    .featured-section .featured-product-grid {
        grid-auto-columns: minmax(260px, calc((100vw - 160px) / 5));
    }
}

@media (max-width: 1199px) {
    .featured-section .featured-product-grid {
        grid-auto-columns: minmax(240px, 32vw);
    }
}

@media (max-width: 767px) {
    .featured-section {
        margin-top: 0;
    }

    .featured-section .home-wide-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .featured-section .section-heading {
        background: rgba(255, 255, 255, .62);
    }

    .featured-section .section-action-btn {
        min-height: 38px;
        width: max-content;
    }

    .featured-section .featured-product-grid {
        gap: 12px;
        grid-auto-columns: minmax(170px, 48vw);
        margin-top: 16px;
        padding-bottom: 12px;
    }

    .featured-section .featured-product-card {
        border-radius: 16px;
        padding: 10px;
    }

    .featured-section .featured-product-image {
        border-radius: 13px;
    }

    .featured-section .featured-product-body strong {
        font-size: 14px;
        line-height: 1.25;
    }

    .featured-section .featured-product-body p {
        font-size: 11px;
        min-height: 34px;
    }

    .featured-section .featured-action-btn {
        border-radius: 8px;
        font-size: 11px;
        min-height: 36px;
        min-width: 126px;
        padding: 8px 10px;
        white-space: nowrap;
    }
}

/* Featured carousel left loop and one-line action text - 20260722 */
.featured-section .featured-product-grid {
    scroll-snap-stop: always;
}

.featured-section .featured-action-btn.quote {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .featured-section .featured-product-actions {
        justify-items: center;
    }

    .featured-section .featured-action-btn.quote {
        min-width: 126px;
        width: max-content;
    }
}

/* Hotel menu card - 20260727 */
.section-action-btn.dark {
    background: var(--text-color);
    border-color: var(--text-color);
    color: #ffffff;
}

.menu-card-page {
    padding: 38px 0 64px;
}

.menu-card-hero {
    align-items: end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.menu-card-hero h1 {
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 10px;
}

.menu-card-hero p {
    color: var(--muted-color);
    font-size: 17px;
    margin: 0;
}

.menu-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.menu-card-shell {
    display: grid;
    gap: 18px;
}

.menu-category-block {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 24px;
    box-shadow: 0 20px 56px rgba(2, 9, 16, .07);
    padding: 22px;
}

.menu-category-heading {
    align-items: center;
    border-bottom: 1px solid rgba(2, 9, 16, .08);
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.menu-category-heading h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}

.menu-category-heading span {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 800;
}

.menu-dish-list {
    display: grid;
    gap: 10px;
}

.menu-dish-row {
    align-items: center;
    border-radius: 16px;
    display: grid;
    gap: 14px;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    min-height: 84px;
    padding: 10px;
}

.menu-dish-row:hover {
    background: #fff8df;
}

.menu-dish-thumb {
    align-items: center;
    background: linear-gradient(145deg, #fff0bd, #f7faf0);
    border-radius: 14px;
    display: flex;
    height: 64px;
    justify-content: center;
    overflow: hidden;
    width: 64px;
}

.menu-dish-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.menu-dish-thumb span {
    font-size: 24px;
    font-weight: 850;
}

.menu-dish-row h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.menu-dish-row p {
    color: rgba(2, 9, 16, .62);
    font-size: 13px;
    line-height: 1.45;
    margin: 4px 0;
}

.menu-dish-row small {
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 800;
}

.menu-dish-row > strong {
    font-size: 20px;
    font-weight: 850;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .menu-card-page {
        padding: 22px 0 42px;
    }

    .menu-card-hero {
        align-items: flex-start;
        display: grid;
        padding-left: 14px;
        padding-right: 14px;
    }

    .menu-card-actions {
        justify-content: flex-start;
    }

    .menu-category-block {
        border-radius: 18px;
        padding: 14px;
    }

    .menu-dish-row {
        align-items: start;
        gap: 10px;
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .menu-dish-thumb {
        height: 54px;
        width: 54px;
    }

    .menu-dish-row > strong {
        grid-column: 2;
        font-size: 17px;
    }
}
