:root {
    --sp-red: #e50914;
    --sp-dark: #09090b;
    --sp-ink: #171717;
    --sp-soft: #f7f7f8;
}

body {
    background: #fff;
    color: var(--sp-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.navbar,
.footer {
    background: var(--sp-dark);
}

.navbar-brand span,
.text-red,
.footer h5,
.footer h6 {
    color: var(--sp-red);
}

.hero {
    min-height: 76vh;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(9,9,11,.92), rgba(9,9,11,.68), rgba(229,9,20,.55)),
        url("../1.png") center/cover;
}

.hero h1 {
    font-size: clamp(2.4rem, 6vw, 5.4rem);
    line-height: 1;
    font-weight: 900;
}

.home-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    color: #fff;
    background-position: center;
    background-size: cover;
    padding: 74px 0 96px;
}

.home-hero-content {
    max-width: 840px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 800;
    margin-bottom: 16px;
}

.home-hero h1 {
    font-size: clamp(2.45rem, 6vw, 5.7rem);
    line-height: .98;
    font-weight: 950;
    margin-bottom: 18px;
    max-width: 820px;
}

.home-hero p {
    max-width: 680px;
    color: #f4f4f5;
    font-size: clamp(1rem, 2vw, 1.28rem);
    line-height: 1.55;
}

.home-search {
    max-width: 720px;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 0;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    margin: 26px 0 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,.25);
}

.home-search i {
    color: #52525b;
    text-align: center;
    font-size: 1.1rem;
}

.home-search input {
    border: 0;
    outline: 0;
    min-width: 0;
    font-size: 1rem;
    padding: 12px 8px;
}

.hero-actions,
.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hero-trust-row {
    margin-top: 18px;
    color: #f4f4f5;
    font-weight: 700;
}

.hero-trust-row span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.hero-trust-row i {
    color: #22c55e;
}

.quick-shop-strip {
    margin-top: -44px;
    position: relative;
    z-index: 2;
}

.quick-shop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.quick-shop-tile {
    background: #fff;
    border: 1px solid #ececef;
    border-radius: 8px;
    padding: 18px;
    color: var(--sp-ink);
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(9,9,11,.1);
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
    min-height: 118px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.quick-shop-tile:hover {
    transform: translateY(-3px);
    border-color: var(--sp-red);
    box-shadow: 0 22px 50px rgba(9,9,11,.14);
}

.quick-shop-tile i {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #fff1f2;
    color: var(--sp-red);
    display: grid;
    place-items: center;
    font-size: 1.25rem;
}

.quick-shop-tile span,
.category-tile span {
    display: grid;
    gap: 5px;
}

.quick-shop-tile small,
.category-tile small {
    color: #71717a;
    line-height: 1.35;
}

.home-section {
    padding: 66px 0;
}

.category-showcase {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.category-tile {
    border: 1px solid #ececef;
    border-radius: 8px;
    background: #fff;
    color: var(--sp-ink);
    overflow: hidden;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.category-tile:hover {
    transform: translateY(-3px);
    border-color: var(--sp-red);
    box-shadow: 0 16px 36px rgba(9,9,11,.08);
}

.category-tile img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #f4f4f5;
}

.category-tile span {
    padding: 14px;
}

.upload-band {
    background:
        linear-gradient(90deg, rgba(9,9,11,.96), rgba(9,9,11,.84)),
        url("../2.png") center/cover;
    color: #fff;
    border-radius: 8px;
    padding: 38px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
}

.upload-band h2 {
    font-weight: 900;
    margin-bottom: 10px;
}

.upload-band p {
    color: #e4e4e7;
    max-width: 700px;
    margin-bottom: 0;
}

.upload-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.upload-band .btn-outline-dark {
    border-color: #fff;
    color: #fff;
}

.upload-band .btn-outline-dark:hover {
    background: #fff;
    color: #111;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.process-grid div,
.trust-panel {
    background: #fff;
    border: 1px solid #ececef;
    border-radius: 8px;
    padding: 22px;
    height: 100%;
}

.process-grid span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--sp-red);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 16px;
}

.process-grid h5,
.trust-panel h5 {
    font-weight: 900;
}

.process-grid p,
.trust-panel p {
    color: #52525b;
    margin-bottom: 0;
}

.home-banner-slider {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(9,9,11,.09);
}

.home-banner-slider img {
    aspect-ratio: 21 / 7;
    object-fit: cover;
}

.trust-panel i {
    color: var(--sp-red);
    font-size: 1.7rem;
    margin-bottom: 14px;
    display: inline-block;
}

.trust-panel.dark {
    background: #111;
    color: #fff;
}

.trust-panel.dark p {
    color: #d4d4d8;
}

.upload-hero {
    background:
        linear-gradient(90deg, rgba(9,9,11,.96), rgba(9,9,11,.82), rgba(229,9,20,.55)),
        url("../3.png") center/cover;
    color: #fff;
    padding: 72px 0 92px;
}

.upload-hero-inner {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 28px;
    align-items: end;
}

.upload-hero h1 {
    max-width: 820px;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    line-height: 1;
    font-weight: 950;
    margin: 8px 0 16px;
}

.upload-hero p {
    max-width: 720px;
    color: #f4f4f5;
    font-size: 1.12rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.upload-hero-card {
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.1);
    border-radius: 8px;
    padding: 18px;
    display: grid;
    gap: 6px;
    backdrop-filter: blur(8px);
}

.upload-hero-card span {
    font-size: 1.2rem;
    font-weight: 900;
}

.upload-hero-card small {
    color: #e4e4e7;
}

.upload-page {
    background: var(--sp-soft);
    padding: 0 0 70px;
}

.upload-page .container {
    margin-top: -46px;
    position: relative;
    z-index: 2;
}

.upload-form-card,
.upload-help-panel {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(9,9,11,.08);
}

.form-step-head {
    display: flex;
    gap: 12px;
    align-items: start;
    margin-bottom: 16px;
}

.form-step-head span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    flex: 0 0 auto;
}

.form-step-head h4 {
    margin: 0;
    font-weight: 900;
}

.form-step-head p {
    color: #71717a;
    margin: 2px 0 0;
}

.upload-drop-zone {
    border: 2px dashed #d4d4d8;
    border-radius: 8px;
    background: #fafafa;
    min-height: 188px;
    display: grid;
    place-items: center;
    gap: 8px;
    text-align: center;
    padding: 22px;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}

.upload-drop-zone:hover,
.upload-drop-zone.is-dragover {
    border-color: var(--sp-red);
    background: #fff5f5;
}

.upload-drop-zone input {
    display: none;
}

.upload-drop-zone i {
    color: var(--sp-red);
    font-size: 2.8rem;
}

.upload-drop-zone small {
    color: #71717a;
}

.upload-submit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.upload-help-panel {
    position: sticky;
    top: 92px;
}

.upload-help-panel h4 {
    font-weight: 900;
    margin-bottom: 14px;
}

.upload-help-panel ul {
    padding-left: 18px;
    color: #3f3f46;
    line-height: 1.8;
}

.upload-help-box {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 10px;
    border-top: 1px solid #ececef;
    padding-top: 16px;
    margin-top: 16px;
}

.upload-help-box i {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #fff1f2;
    color: var(--sp-red);
    display: grid;
    place-items: center;
    font-size: 1.15rem;
}

.upload-help-box span {
    display: grid;
    gap: 2px;
}

.upload-help-box small {
    color: #71717a;
}

.shop-hero {
    background:
        linear-gradient(90deg, rgba(9,9,11,.95), rgba(9,9,11,.82), rgba(229,9,20,.48)),
        url("../4.png") center/cover;
    color: #fff;
    padding: 70px 0 92px;
}

.shop-hero-content {
    max-width: 1120px;
}

.shop-hero h1 {
    font-size: clamp(2.2rem, 5vw, 4.9rem);
    line-height: 1;
    font-weight: 950;
    margin: 8px 0 14px;
}

.shop-hero p {
    max-width: 720px;
    color: #f4f4f5;
    font-size: 1.1rem;
    line-height: 1.6;
}

.shop-filter-card {
    margin-top: 24px;
    background: #fff;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 8px;
    padding: 10px;
    display: grid;
    grid-template-columns: minmax(260px, 1.8fr) minmax(190px, .9fr) minmax(120px, .55fr) minmax(120px, .55fr) auto;
    gap: 10px;
    box-shadow: 0 18px 45px rgba(0,0,0,.25);
}

.shop-search-field {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    background: #fff;
}

.shop-search-field i {
    color: #71717a;
    text-align: center;
}

.shop-search-field input {
    border: 0;
    outline: 0;
    min-width: 0;
    padding: .65rem .5rem .65rem 0;
}

.shop-category-strip {
    background: #fff;
    border-bottom: 1px solid #ececef;
    position: sticky;
    top: 68px;
    z-index: 5;
}

.shop-category-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 14px 0;
    scrollbar-width: none;
}

.shop-category-scroll::-webkit-scrollbar {
    display: none;
}

.shop-category-chip {
    border: 1px solid #e4e4e7;
    border-radius: 999px;
    color: #27272a;
    background: #fff;
    padding: 8px 14px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
}

.shop-category-chip.active,
.shop-category-chip:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

.shop-results-section {
    padding: 42px 0 76px;
    background: #fff;
}

.shop-results-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 22px;
}

.shop-results-head h2 {
    font-weight: 900;
    margin: 0;
}

.shop-results-head p {
    color: #71717a;
    margin: 4px 0 0;
}

.empty-shop-state {
    border: 1px solid #ececef;
    border-radius: 8px;
    background: #fafafa;
    padding: 48px 18px;
    text-align: center;
}

.empty-shop-state i {
    color: var(--sp-red);
    font-size: 2.4rem;
}

.empty-shop-state h3 {
    font-weight: 900;
    margin-top: 12px;
}

.btn-red {
    background: var(--sp-red);
    border-color: var(--sp-red);
    color: #fff;
}

.btn-red:hover {
    background: #b90710;
    border-color: #b90710;
    color: #fff;
}

.section-pad {
    padding: 80px 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 22px;
}

.section-head h2 {
    margin: 0;
    font-weight: 900;
}

.eyebrow {
    display: inline-block;
    color: var(--sp-red);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.recommend-section {
    padding: 52px 0;
}

.soft-band {
    background: var(--sp-soft);
}

.feature-tile,
.product-card,
.review-card,
.admin-card {
    border: 1px solid #ececef;
    border-radius: 8px;
    background: #fff;
}

.feature-tile {
    padding: 26px;
    height: 100%;
}

.feature-tile i {
    color: var(--sp-red);
    font-size: 2rem;
}

.product-card {
    overflow: hidden;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

.product-card-link {
    display: block;
    color: var(--sp-ink);
    text-decoration: none;
}

.product-card-link:hover {
    color: var(--sp-ink);
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(9,9,11,.09);
}

.product-card img,
.product-main-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.product-card h5 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price {
    color: var(--sp-red);
    font-weight: 800;
}

.product-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product-page {
    background: #fff;
    padding: 34px 0 70px;
}

.product-breadcrumb {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: #71717a;
    font-size: .92rem;
    margin-bottom: 20px;
}

.product-breadcrumb a {
    color: #3f3f46;
    text-decoration: none;
}

.product-gallery-box,
.product-info-panel,
.buy-card {
    background: #fff;
}

.product-gallery-box {
    position: sticky;
    top: 92px;
}

.product-detail-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #f7f7f8;
    border: 1px solid #e6e6ea;
    border-radius: 8px;
}

.product-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.product-thumb {
    border: 1px solid #e4e4e7;
    border-radius: 7px;
    padding: 3px;
    background: #fff;
    aspect-ratio: 1 / 1;
}

.product-thumb.active,
.product-thumb:hover {
    border-color: var(--sp-red);
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.product-info-panel h1 {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.12;
    font-weight: 800;
    margin: 4px 0 12px;
}

.product-short {
    color: #3f3f46;
    font-size: 1.03rem;
    line-height: 1.6;
}

.product-rating {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #52525b;
    font-size: .95rem;
}

.sales-proof-stack {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.proof-pill {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #991b1b;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.proof-pill i {
    color: var(--sp-red);
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.proof-grid div {
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    padding: 10px;
    background: #fafafa;
}

.proof-grid strong {
    display: block;
    font-size: 1.35rem;
    color: #111;
}

.proof-grid span,
.proof-note {
    color: #52525b;
    font-size: .88rem;
}

.proof-note {
    display: flex;
    gap: 8px;
    align-items: center;
}

.proof-note i {
    color: #15803d;
}

.stars {
    color: #f59e0b;
    font-weight: 800;
}

.product-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 4px;
}

.product-price,
.buy-price {
    color: var(--sp-red);
    font-size: 2rem;
    font-weight: 900;
}

.unit-price-note {
    color: #71717a;
    font-size: .9rem;
    margin-top: -4px;
    margin-bottom: 10px;
}

.product-mrp {
    color: #71717a;
    text-decoration: line-through;
}

.product-tax-note {
    color: #71717a;
    font-size: .9rem;
}

.product-highlights,
.product-description-box {
    border-top: 1px solid #ececef;
    padding-top: 18px;
    margin-top: 18px;
}

.product-highlights h5,
.product-description-box h5 {
    font-weight: 800;
}

.product-highlights ul {
    padding-left: 18px;
    margin-bottom: 0;
    color: #27272a;
}

.product-description-box {
    color: #27272a;
    line-height: 1.7;
}

.buy-card {
    position: sticky;
    top: 92px;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 14px 34px rgba(9,9,11,.08);
}

.option-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.option-chip {
    min-width: 46px;
    min-height: 42px;
    border: 1px solid #d4d4d8;
    background: #fff;
    color: #18181b;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.option-chip:hover,
.option-chip.active {
    border-color: var(--sp-red);
    box-shadow: 0 0 0 2px rgba(229,9,20,.16);
}

.option-chip.active {
    background: #fff5f5;
}

.color-chip {
    border-radius: 8px;
}

.color-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #a1a1aa;
    display: inline-block;
}

.qty-stepper {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    border: 1px solid #d4d4d8;
    border-radius: 8px;
    overflow: hidden;
}

.qty-stepper button {
    border: 0;
    background: #f4f4f5;
    font-size: 1.25rem;
    font-weight: 800;
}

.qty-stepper input {
    border: 0;
    text-align: center;
    border-left: 1px solid #d4d4d8;
    border-right: 1px solid #d4d4d8;
}

.selected-summary {
    background: #f8fafc;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    color: #27272a;
}

.stock {
    font-weight: 800;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.stock.in {
    color: #15803d;
}

.stock.out {
    color: #b91c1c;
}

.buy-urgency {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
    border-radius: 8px;
    padding: 9px 11px;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.buy-benefits {
    border-top: 1px solid #ececef;
    margin-top: 16px;
    padding-top: 14px;
    display: grid;
    gap: 9px;
    color: #52525b;
    font-size: .92rem;
}

.buy-benefits i {
    color: var(--sp-red);
    margin-right: 6px;
}

.checkout-page {
    background: #f6f7f9;
    padding: 34px 0 70px;
}

.checkout-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 22px;
}

.checkout-title h1 {
    font-weight: 900;
    margin: 0;
}

.checkout-steps {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: #71717a;
    font-size: .92rem;
}

.checkout-steps span {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 999px;
    padding: 6px 12px;
}

.checkout-steps .active {
    border-color: var(--sp-red);
    color: var(--sp-red);
    font-weight: 800;
}

.checkout-card,
.checkout-summary {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 18px;
}

.checkout-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.checkout-card-head span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
}

.checkout-card-head h4,
.checkout-summary h4 {
    margin: 0;
    font-weight: 900;
}

.checkout-items-list {
    display: grid;
    gap: 12px;
}

.checkout-line-item,
.summary-product {
    display: grid;
    grid-template-columns: 74px 1fr auto;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #ececef;
    padding-bottom: 12px;
}

.checkout-line-item:last-child,
.summary-product:last-of-type {
    border-bottom: 0;
}

.checkout-line-item img,
.summary-product img {
    width: 74px;
    height: 74px;
    border-radius: 8px;
    border: 1px solid #e4e4e7;
    object-fit: cover;
    background: #f8fafc;
}

.checkout-line-price {
    font-weight: 900;
    color: var(--sp-red);
}

.checkout-qty-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.checkout-qty-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkout-qty-form input {
    width: 82px;
}

.payment-options {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.payment-options label {
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.payment-option-card.is-selected {
    border-color: var(--sp-red);
    background: #fff5f5;
    box-shadow: 0 0 0 3px rgba(237, 9, 23, .09);
}

.payment-option-card span {
    display: grid;
    gap: 2px;
}

.payment-option-card small {
    color: #71717a;
    font-weight: 500;
    line-height: 1.35;
}

.checkout-summary {
    position: sticky;
    top: 92px;
    box-shadow: 0 18px 45px rgba(9,9,11,.08);
}

.summary-product-info {
    display: grid;
    gap: 2px;
}

.summary-product-info span {
    color: #71717a;
    font-size: .88rem;
}

.summary-row,
.summary-total {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    border-top: 1px solid #ececef;
}

.summary-total {
    font-size: 1.25rem;
}

.summary-total strong {
    color: var(--sp-red);
}

.checkout-trust {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #ececef;
    display: grid;
    gap: 8px;
    color: #52525b;
    font-size: .92rem;
}

.checkout-trust i {
    color: var(--sp-red);
    margin-right: 7px;
}

.mini-recommend-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mini-recommend-card {
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    padding: 10px;
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 10px;
    align-items: center;
    color: var(--sp-ink);
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.mini-recommend-card:hover {
    border-color: var(--sp-red);
    box-shadow: 0 10px 26px rgba(9,9,11,.08);
}

.mini-recommend-card img {
    width: 62px;
    height: 62px;
    border-radius: 7px;
    object-fit: cover;
    background: #f8fafc;
}

.mini-recommend-card span {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.mini-recommend-card strong {
    font-size: .9rem;
    line-height: 1.25;
}

.mini-recommend-card small {
    color: var(--sp-red);
    font-weight: 900;
}

.badge-print {
    background: #111;
    color: #fff;
}

.custom-preview-box {
    position: relative;
    border: 1px solid #e3e6ea;
    border-radius: 16px;
    overflow: hidden;
    background: #f6f7f9;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.custom-base-image {
    width: 100%;
    max-height: 620px;
    object-fit: contain;
    display: block;
}

.custom-overlay-image {
    position: absolute;
    z-index: 3;
    max-width: none;
    max-height: none;
    pointer-events: none;
}

.custom-overlay-placeholder {
    position: absolute;
    z-index: 2;
    color: #6c757d;
    font-weight: 600;
    padding: .75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    border: 1px dashed #c8ced6;
}

.custom-preview-stage {
    position: relative;
    transform-origin: center center;
    transition: transform .18s ease;
    max-width: 100%;
}

.custom-print-area {
    position: absolute;
    z-index: 4;
    transform: translate(-50%, -50%);
    border: 1px dashed rgba(237, 9, 23, .34);
    background: rgba(237, 9, 23, .035);
    overflow: visible;
    touch-action: none;
}

.custom-text-overlay {
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    max-width: 130%;
    font-weight: 900;
    text-align: center;
    line-height: 1.1;
    text-shadow: 0 1px 2px rgba(255,255,255,.65);
    pointer-events: none;
    white-space: pre-line;
}

#customOverlayImage,
#customTextOverlay {
    pointer-events: auto;
    user-select: none;
}

.custom-zoom-tools {
    display: flex;
    align-items: center;
    gap: 6px;
}

.custom-zoom-tools span {
    min-width: 48px;
    text-align: center;
    font-weight: 800;
    color: #111827;
}

.customize-tool-divider {
    border-top: 1px solid #ececef;
    margin: 4px 0;
}

.template-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.template-drawer {
    border: 1px solid #e5e7eb;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 12px;
    box-shadow: 0 18px 36px rgba(9, 9, 11, .08);
    max-height: 56vh;
    overflow: auto;
}

.template-drawer-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.template-chip {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: .84rem;
    font-weight: 700;
    color: #374151;
}

.template-chip:hover {
    border-color: #cbd5e1;
    background: #fafafa;
}

.template-chip.active {
    border-color: var(--sp-red);
    background: #fff1f2;
    color: #991b1b;
}

.template-collection-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.template-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.template-card {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 14px;
    padding: 8px;
    text-align: left;
    display: grid;
    gap: 8px;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.template-card:hover {
    border-color: var(--sp-red);
    box-shadow: 0 12px 24px rgba(9, 9, 11, .08);
    transform: translateY(-2px);
}

.template-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    background: #f8fafc;
}

.template-card span {
    display: grid;
    gap: 2px;
}

.template-card strong {
    font-size: .9rem;
    line-height: 1.25;
    color: #111827;
}

.template-card small {
    color: #6b7280;
}

.template-empty {
    border: 1px dashed #d1d5db;
    border-radius: 12px;
    padding: 12px;
    background: #fafafa;
    color: #6b7280;
    font-size: .92rem;
    margin-bottom: 10px;
}

.upload-side-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px;
    background: #fff;
}

.upload-side-card.has-file {
    border-color: #fca5a5;
    background: #fffafa;
}

.upload-thumb-label {
    font-size: .82rem;
    color: #6b7280;
    min-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mockup-slot {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px;
    background: #fff;
}

.customize-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.customize-head h1 {
    margin: 0;
}

.customize-head p {
    margin: 4px 0 0;
    color: #6b7280;
}

.customize-editor-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 18px;
    align-items: start;
}

.customize-tools-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    position: sticky;
    top: 88px;
    max-height: calc(100vh - 108px);
    overflow: auto;
}

.customizer-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

.customizer-accordion .accordion-button {
    padding: 10px 12px;
    font-weight: 700;
    font-size: .92rem;
}

.customizer-accordion .accordion-button:not(.collapsed) {
    background: #fff5f5;
    color: #991b1b;
    box-shadow: none;
}

.customizer-accordion .accordion-body {
    padding: 10px 12px;
}

.customize-tools-title h4 {
    margin: 0 0 2px;
}

.customize-tools-title span {
    color: #6b7280;
    font-size: .9rem;
}

.customize-tools-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.customize-history {
    display: flex;
    gap: 6px;
}

.custom-side-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 4px 0 8px;
}

.customize-preview-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 14px;
}

.customize-preview-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.customize-preview-head h4 {
    margin: 0;
}

.customize-preview-head span {
    color: #6b7280;
    font-size: .9rem;
}

.track-hero {
    padding: 72px 0;
}

.track-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
    gap: 28px;
    align-items: start;
}

.track-hero-copy {
    padding-top: 8px;
}

.track-hero-copy h1 {
    font-size: clamp(2.3rem, 4vw, 3.75rem);
    line-height: .98;
    font-weight: 950;
    margin: 10px 0 14px;
}

.track-hero-copy p {
    max-width: 620px;
    color: #52525b;
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 20px;
}

.track-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.track-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    border: 1px solid #ececef;
    font-weight: 700;
    color: #111827;
}

.track-trust-row i {
    color: var(--sp-red);
}

.track-lookup-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 20px 54px rgba(9, 9, 11, .08);
}

.track-input-group {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #dfe3ea;
    border-radius: 14px;
    padding: 10px 12px;
}

.track-input-group i {
    color: #6b7280;
    font-size: 1.1rem;
    text-align: center;
}

.track-input-group input {
    border: 0;
    box-shadow: none !important;
    padding-left: 0;
    min-width: 0;
}

.track-result-card {
    margin-top: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fff9f9 100%);
    padding: 18px;
}

.track-result-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
}

.track-result-head h3 {
    margin: 4px 0 0;
    font-size: 1.4rem;
    font-weight: 900;
}

.track-status-badge {
    background: #111827;
    color: #fff;
    border-radius: 999px;
    padding: 10px 14px;
}

.track-metadata {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.track-metadata div {
    background: #fff;
    border: 1px solid #ececef;
    border-radius: 14px;
    padding: 12px;
}

.track-metadata span {
    display: block;
    color: #6b7280;
    font-size: .8rem;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.track-metadata strong {
    font-size: 1.05rem;
    color: #111827;
}

.track-progress {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 12px;
}

.track-progress::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 12px;
    height: 2px;
    background: #e5e7eb;
}

.track-step {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #71717a;
    font-size: .86rem;
    font-weight: 700;
}

.track-step span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d1d5db;
    display: block;
    margin: 0 auto 8px;
}

.track-step.active {
    color: #111827;
}

.track-step.active span {
    background: var(--sp-red);
    border-color: var(--sp-red);
    box-shadow: 0 0 0 4px rgba(229,9,20,.15);
}

.track-note {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: #52525b;
    font-size: .95rem;
    border-top: 1px solid #ececef;
    padding-top: 14px;
}

.track-note span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.track-empty-state {
    border: 1px solid #fed7aa;
    background: #fffaf2;
    border-radius: 18px;
    padding: 24px;
    margin-top: 18px;
    text-align: center;
}

.track-empty-state i {
    color: #ea580c;
    font-size: 2rem;
}

.track-empty-state h3 {
    font-weight: 900;
    margin: 10px 0 6px;
}

.track-empty-state p {
    color: #6b7280;
    margin: 0;
}

@media (max-width: 991.98px) {
    .customize-editor-grid {
        grid-template-columns: 1fr;
    }

    .customize-tools-panel {
        position: static;
        order: 2;
    }

    .customize-preview-panel {
        order: 1;
    }

    .custom-preview-box {
        min-height: 360px;
    }

    .customize-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .customize-preview-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .template-gallery {
        grid-template-columns: 1fr;
    }
}

/* Track order v2 layout */
.track-page {
    padding-top: 42px;
    padding-bottom: 72px;
}

.track-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
    gap: 22px;
    align-items: start;
}

.track-info-card,
.track-search-card,
.track-result-card,
.track-empty-state {
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
    box-shadow: 0 20px 50px rgba(18, 31, 56, 0.08);
}

.track-info-card {
    padding: 34px;
    position: sticky;
    top: 92px;
    overflow: hidden;
}

.track-info-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(245, 58, 58, 0.16), rgba(245, 58, 58, 0) 70%);
    pointer-events: none;
}

.track-info-card h1 {
    font-size: clamp(40px, 5vw, 64px);
    line-height: 0.98;
    margin-bottom: 18px;
}

.track-intro {
    max-width: 520px;
    font-size: 18px;
    color: var(--sp-muted);
}

.track-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.track-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 8px 24px rgba(18, 31, 56, 0.05);
    font-size: 14px;
    font-weight: 800;
}

.track-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px;
}

.track-highlights div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(20, 20, 20, 0.03);
    border: 1px solid rgba(20, 20, 20, 0.06);
}

.track-highlights strong {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}

.track-highlights span {
    display: block;
    color: var(--sp-muted);
    font-size: 13px;
}

.track-panel {
    display: grid;
    gap: 18px;
}

.track-search-card {
    padding: 28px;
}

.track-search-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.track-search-kicker,
.track-label {
    color: var(--sp-red);
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.track-search-head h2 {
    margin-bottom: 0;
    font-size: clamp(28px, 3.5vw, 42px);
}

.track-search-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(245, 58, 58, 0.12), rgba(255, 208, 106, 0.22));
    color: var(--sp-red);
    font-size: 20px;
    flex: 0 0 auto;
}

.track-input-group {
    display: flex;
    gap: 12px;
}

.track-input-group .form-control {
    min-height: 58px;
    border-radius: 16px;
    border-color: rgba(20, 20, 20, 0.12);
    box-shadow: none;
}

.track-input-group .btn {
    min-width: 146px;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(245, 58, 58, 0.22);
}

.track-example {
    margin-top: 10px;
    color: var(--sp-muted);
    font-size: 13px;
}

.track-result-card {
    padding: 28px;
}

.track-result-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.track-result-head h3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.1;
}

.track-status-badge {
    align-self: flex-start;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0, 185, 111, 0.12);
    color: #04653f;
    font-size: 12px;
    font-weight: 900;
}

.track-metadata {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 22px;
}

.track-metadata div {
    padding: 16px;
    border-radius: 18px;
    background: #f8f9fb;
    border: 1px solid rgba(20, 20, 20, 0.06);
}

.track-metadata span {
    display: block;
    margin-bottom: 4px;
    color: var(--sp-muted);
    font-size: 13px;
}

.track-metadata strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.track-progress {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 22px;
    position: relative;
}

.track-step {
    position: relative;
    text-align: center;
    padding: 16px 8px 10px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(20, 20, 20, 0.08);
}

.track-step span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #cfd3da;
    box-shadow: inset 0 0 0 4px #fff;
    position: relative;
    z-index: 1;
}

.track-step strong {
    display: block;
    font-size: 13px;
    line-height: 1.2;
}

.track-step.active {
    border-color: rgba(245, 58, 58, 0.18);
    background: linear-gradient(180deg, rgba(245, 58, 58, 0.05), #fff);
}

.track-step.active span {
    background: var(--sp-red);
}

.track-note {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--sp-muted);
}

.track-note span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f8f9fb;
    border: 1px solid rgba(20, 20, 20, 0.06);
    font-weight: 700;
}

.track-empty-state {
    padding: 34px 28px;
    text-align: center;
}

.track-empty-icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(245, 58, 58, 0.12), rgba(255, 208, 106, 0.2));
    color: var(--sp-red);
    font-size: 30px;
}

.track-empty-state h3 {
    font-size: 24px;
}

.track-empty-state p {
    max-width: 560px;
    margin: 0 auto;
    color: var(--sp-muted);
}

.track-empty-muted {
    background: linear-gradient(180deg, rgba(18, 105, 176, 0.05), rgba(255, 255, 255, 0.96)), #ffffff;
}

@media (max-width: 992px) {
    .track-layout {
        grid-template-columns: 1fr;
    }

    .track-info-card {
        position: static;
    }

    .track-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .track-page {
        padding-top: 18px;
        padding-bottom: 54px;
    }

    .track-info-card,
    .track-search-card,
    .track-result-card,
    .track-empty-state {
        border-radius: 20px;
        padding: 22px;
    }

    .track-input-group {
        flex-direction: column;
    }

    .track-input-group .btn {
        width: 100%;
        min-width: 0;
    }

    .track-highlights,
    .track-metadata {
        grid-template-columns: 1fr;
    }

    .track-search-head,
    .track-result-head {
        flex-direction: column;
    }

    .track-search-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .track-progress {
        grid-template-columns: 1fr;
    }
}

.footer,
.footer a {
    color: #d4d4d8;
}

.footer a {
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.75rem;
    z-index: 1100;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.admin-shell {
    min-height: 100vh;
    background: #f5f5f6;
}

.admin-sidebar {
    background: #111;
    min-height: 100vh;
}

.admin-sidebar a {
    color: #ddd;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 6px;
}

.admin-sidebar a:hover,
.admin-sidebar a.active {
    background: var(--sp-red);
    color: #fff;
}

@media (max-width: 991px) {
    .home-hero {
        min-height: 62vh;
        padding: 56px 0 82px;
    }
    .hero {
        min-height: 68vh;
        background-position: center;
    }
    .section-pad {
        padding: 54px 0;
    }
    .home-section {
        padding: 48px 0;
    }
    .quick-shop-grid,
    .category-showcase,
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .upload-band {
        grid-template-columns: 1fr;
        padding: 28px;
    }
    .upload-hero {
        padding: 54px 0 82px;
    }
    .upload-hero-inner {
        grid-template-columns: 1fr;
    }
    .upload-help-panel {
        position: static;
    }
    .shop-hero {
        padding: 54px 0 72px;
    }
    .shop-filter-card {
        grid-template-columns: 1fr 1fr;
    }
    .shop-search-field {
        grid-column: 1 / -1;
    }
    .shop-filter-card .btn {
        grid-column: 1 / -1;
    }
    .upload-band-actions {
        justify-content: flex-start;
    }
    .home-banner-slider img {
        aspect-ratio: 16 / 8;
    }
    .admin-sidebar {
        min-height: auto;
    }
    .product-gallery-box,
    .buy-card {
        position: static;
    }
    .product-page {
        padding-top: 22px;
    }
    .product-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }
    .checkout-title {
        align-items: start;
        flex-direction: column;
    }
    .section-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .checkout-summary {
        position: static;
    }
    .checkout-line-item,
    .summary-product {
        grid-template-columns: 62px 1fr;
    }
    .checkout-line-price,
    .summary-product > strong {
        grid-column: 2;
    }
    .mini-recommend-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .product-card {
        border-radius: 7px;
    }
    .product-card:hover {
        transform: none;
        box-shadow: 0 10px 24px rgba(9,9,11,.08);
    }
    .product-card img {
        aspect-ratio: 1 / 1;
    }
    .product-card .p-3 {
        padding: 10px !important;
    }
    .product-card .badge {
        font-size: .68rem;
        padding: 5px 8px;
        margin-bottom: 8px !important;
    }
    .product-card h5 {
        font-size: .98rem;
        line-height: 1.25;
        margin-bottom: 8px !important;
        min-height: 2.45em;
        -webkit-line-clamp: 2;
    }
    .product-card p {
        display: none;
    }
    .product-card-bottom {
        align-items: center !important;
        gap: 8px;
    }
    .product-card .price {
        font-size: .98rem;
        line-height: 1.15;
    }
    .whatsapp-float {
        width: 48px;
        height: 48px;
        right: 12px;
        bottom: 14px;
        font-size: 1.55rem;
    }
    .home-search {
        grid-template-columns: 38px 1fr;
    }
    .upload-form-card,
    .upload-help-panel {
        padding: 18px;
    }
    .upload-submit-row .btn {
        width: 100%;
    }
    .shop-filter-card {
        grid-template-columns: 1fr;
        margin-top: 18px;
    }
    .shop-search-field,
    .shop-filter-card .btn {
        grid-column: auto;
    }
    .shop-category-strip {
        top: 65px;
    }
    .shop-results-section {
        padding-top: 28px;
    }
    .shop-results-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .home-search button {
        grid-column: 1 / -1;
        width: 100%;
    }
    .quick-shop-grid,
    .category-showcase,
    .process-grid {
        grid-template-columns: 1fr;
    }
    .category-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .category-tile img {
        aspect-ratio: 1 / 1;
    }
    .category-tile span {
        padding: 10px;
    }
    .category-tile strong {
        font-size: .9rem;
        line-height: 1.25;
    }
    .category-tile small {
        font-size: .78rem;
    }
    .quick-shop-tile {
        min-height: auto;
    }
    .home-banner-slider img {
        aspect-ratio: 16 / 10;
    }
}
