body {
    margin: 0;
    padding: 0;
}
/* Main wrapper */
.shop-main {
    padding-top: 0;
}

/* Padding standar konten (mobile) */
.shop-container {
    padding-left: 12px;
    padding-right: 12px;
}

/* Tablet ke atas */
@media (min-width: 768px) {
    .shop-container {
        max-width: 720px;
        margin: 0 auto;
    }
}

/* ===== Customer Dashboard Summary Cards ===== */
.summary-card {
    border-radius: 12px;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.summary-card .label {
    opacity: 0.9;
}
.summary-card.total {
    background: linear-gradient(135deg, #198754, #2fbf71);
}
.summary-card.process {
    background: linear-gradient(135deg, #0d6efd, #4ea1ff);
}
.summary-card.pending {
    background: linear-gradient(135deg, #c28d3e, #e1b65f);
}
.summary-card.shipped {
    background: linear-gradient(135deg, #2f8f9d, #59b8c6);
}
.summary-card.completed {
    background: linear-gradient(135deg, #2c8b57, #48b57a);
}
.summary-card .icon {
    position: absolute;
    top: 10px;
    right: 12px;
    opacity: 0.25;
    font-size: 18px;
}

.order-summary-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
}

.summary-tile {
    border-radius: 14px;
    color: #fff !important;
    text-decoration: none;
    padding: 8px 10px;
    min-height: 78px;
    min-width: 120px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.summary-tile:hover {
    color: #fff !important;
}

.summary-tile * {
    color: #fff !important;
}

.summary-tile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.summary-tile-label {
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    opacity: 0.96;
}

.summary-tile-value {
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 700;
}

.summary-tile-note {
    font-size: 0.66rem;
    line-height: 1.2;
    opacity: 0.92;
}

.summary-tile-icon {
    font-size: 0.85rem;
    opacity: 0.86;
}

.summary-tile.total {
    background: linear-gradient(135deg, #6f8f75, #5f7f66);
    min-height: 68px;
    min-width: 150px;
}

.summary-tile.pending {
    background: linear-gradient(135deg, #a9824f, #c6a36f);
}

.summary-tile.process {
    background: linear-gradient(135deg, #6f8798, #577384);
}

.summary-tile.shipped {
    background: linear-gradient(135deg, #4c8896, #6ca7b5);
}

.summary-tile.completed {
    background: linear-gradient(135deg, #5c8a69, #79a884);
}


.hero-shop {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.product-card {
    border-radius: 10px;
    overflow: hidden;
}

.product-card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.product-name {
    font-size: 0.9rem;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    height: 56px;                 /* ⬅️ lebih ramping */
    background: #fff;
    border-top: 1px solid #eee;

    display: flex;
    justify-content: space-around;
    align-items: center;

    z-index: 999;
}

.bottom-nav a {
    flex: 1;
    text-align: center;
    text-decoration: none;

    font-size: 18px;              /* ⬅️ icon lebih kecil */
    line-height: 1.1;             /* ⬅️ rapat */
    color: #777;

    padding-top: 4px;
    padding-bottom: 2px;

    position: relative;
}

.bottom-nav a small {
    display: block;
    font-size: 11px;              /* ⬅️ teks kecil & rapi */
    margin-top: 2px;
}

.bottom-nav a.active {
    color: #28a745;
    font-weight: 600;
}
.cart-badge {
    position: absolute;
    top: -2px;
    right: 20px;

    background: #dc3545;
    color: #fff;

    font-size: 10px;
    font-weight: 600;

    padding: 2px 5px;
    border-radius: 999px;
    min-width: 16px;
    text-align: center;
    line-height: 1;
}
.shop-main{
    min-height: calc(100vh - 120px);
    background: #f8f9fa;
}
.hero-slide {
    min-height: 180px;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center;
}

.hero-slide.loaded {
    transition: background-image .3s ease-in;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    padding: 20px;
    color: #fff;
    background: linear-gradient(
        to right,
        rgba(0,0,0,.45),
        rgba(0,0,0,.15)
    );
}

@media (min-width: 768px) {
    .hero-slide {
        min-height: 280px;
    }
}
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.wa-float {
    position: fixed;
    bottom: 70px; /* di atas bottom-nav */
    right: 16px;
    width: 52px;
    height: 52px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    z-index: 999;
}

.wa-float:hover {
    background: #1ebe5d;
    color: #fff;
}
.shop-footer a {
    text-decoration: none;
}

.shop-footer a:hover {
    text-decoration: underline;
}
.shop-footer {
    padding-bottom: 90px; /* tinggi bottom-nav */
}
/* ===============================
   PRODUCT CARD – 3 KOLOM MOBILE
   Patch Aman (Override)
================================ */

/* Wrapper kolom (Bootstrap col-4) */
.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Image sudah OK, kita perkuat */
.product-card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* Nama produk (ANTI PECAH HURUF) */
.product-card .product-title,
.product-card strong {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;

    display: -webkit-box;
    -webkit-line-clamp: 2;        /* max 2 baris */
    -webkit-box-orient: vertical;

    overflow: hidden;
    word-break: normal;
    white-space: normal;
}

/* Nama varian */
.product-card .product-variant,
.product-card small {
    font-size: 0.75rem;
    line-height: 1.2;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Harga */
.product-card .product-price,
.product-card .text-success {
    font-size: 0.85rem;
}

/* Tombol */
.product-card .btn {
    font-size: 0.7rem;
    padding: 6px 4px;
    white-space: nowrap;
}

/* Spasi body card */
.product-card .card-body {
    padding: 8px !important;
}

/* Extra aman untuk HP kecil */
@media (max-width: 360px) {
    .product-card .product-title,
    .product-card strong {
        font-size: 0.8rem;
    }

    .product-card .btn {
        font-size: 0.65rem;
    }
}
/* ===============================
   SKELETON LOADER (PRODUCT GRID)
================================ */
.skeleton-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}

.skeleton-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #e9ecef;
    position: relative;
    overflow: hidden;
}

.skeleton-line {
    height: 10px;
    background: #e9ecef;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.skeleton-line.sm { height: 8px; }
.skeleton-line.lg { height: 12px; }

.skeleton-btn {
    height: 32px;
    border-radius: 8px;
    background: #e9ecef;
    position: relative;
    overflow: hidden;
}

.skeleton-shimmer::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.6), rgba(255,255,255,0));
    animation: shimmer 1.1s infinite;
}

@keyframes shimmer {
    0% { left: -150px; }
    100% { left: 100%; }
}
.fade-in {
    animation: fadeIn .25s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ===============================
   SHOP PRODUCT GRID (SAFE PATCH)
   Tidak override global
================================ */

.shop-main .product-grid .product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Gambar produk */
.shop-main .product-grid .product-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* Nama produk (ANTI PECAH) */
.shop-main .product-grid .product-name {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

/* Varian */
.shop-main .product-grid .product-variant {
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Harga */
.shop-main .product-grid .product-price {
    font-size: 0.85rem;
}

/* Tombol */
.shop-main .product-grid .btn {
    font-size: 0.7rem;
    padding: 6px 4px;
}
.product-img.blur-up {
    filter: blur(10px);
    transition: filter .4s ease;
}

.product-img.blur-up.loaded {
    filter: blur(0);
}

.fade-in {
    animation: fadeIn .25s ease-in;
}
/* === Skeleton switch === */
.product-wrapper.loaded .product-skeleton {
    display: none;
}

.product-wrapper.loaded .product-card {
    display: block;
}
/* === Skeleton overlay system (Tokopedia style) === */

.product-wrapper {
    position: relative;
}

.product-skeleton {
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 2;
}

.product-wrapper.loaded .product-skeleton {
    display: none;
}
/* ===============================
   TOKOPEDIA PRICE STYLE (SAFE)
================================ */

.price-wrapper {
    line-height: 1.2;
}

/* Harga coret */
.old-price {
    font-size: 0.7rem;
    color: #9e9e9e;
    text-decoration: line-through;
    white-space: nowrap;
}

/* Badge diskon */
.discount-badge {
    background: #fa2c5a;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 1;
}

/* Harga utama */
.current-price {
    font-size: 0.85rem;
    font-weight: 700;
    color: #28a745;
}

/* Extra rapih di HP kecil */
@media (max-width: 360px) {
    .current-price {
        font-size: 0.8rem;
    }
}
.category-card {
    border-radius: 12px;
    transition: transform .15s ease, box-shadow .15s ease;
}

.category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

.category-image {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.category-name {
    line-height: 1.2;
}
.category-card {
    border-radius: 12px;
    transition: transform .15s ease, box-shadow .15s ease;
}

.category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

.category-image {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.category-name {
    line-height: 1.2;
}

/* ===== BADGE ===== */
.category-badge {
    position: absolute;
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 8px;
}

.promo-badge {
    top: 6px;
    left: 6px;
}

.count-badge {
    top: 6px;
    right: 6px;
}
/* ================================
   FIX CLICK BLOCKING (WAJIB)
   ================================ */

/* Elemen fixed jangan tangkap klik */
.bottom-nav,
.wa-float {
    pointer-events: none;
}

/* Tapi tombol di dalamnya tetap aktif */
.bottom-nav a,
.wa-float a,
.bottom-nav button,
.wa-float button {
    pointer-events: auto;
}

/* Pastikan card alamat di atas */
.card {
    position: relative;
    z-index: 5;
}
.address-card {
    z-index: 10;
}
.floating-wa {
    position: fixed;
    right: 16px;
    bottom: 80px; /* aman di atas bottom nav */
    width: 56px;
    height: 56px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
    z-index: 1050;
    transition: transform .25s ease, opacity .25s ease;
}

.floating-wa.hide {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}
.category-header {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

/* BADGE ICON (DIPERBESAR) */
.category-icon-badge {
    width: 88px;              /* sebelumnya 64 */
    height: 88px;             /* sebelumnya 64 */
    background: rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
	box-shadow: 0 6px 16px rgba(0,0,0,.15);
}

/* IMAGE ICON (DIPERBESAR & TAJAM) */
.category-icon-badge img {
    width: 56px;              /* sebelumnya 36 */
    height: 56px;             /* sebelumnya 36 */
    object-fit: contain;
    opacity: 1;               /* jangan transparan */
}
.dashboard-box {
    min-height: 150px;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(220,53,69,.6); }
    70% { box-shadow: 0 0 0 15px rgba(220,53,69,0); }
    100% { box-shadow: 0 0 0 0 rgba(220,53,69,0); }
}

.order-pending-highlight {
    animation: pulse 1.5s infinite;
}

/* ===============================
   TOOLTIP (AVAILABILITY)
================================ */
.tooltip.avail-today .tooltip-inner,
.tooltip.avail-both .tooltip-inner {
    background: #198754;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.tooltip.avail-tomorrow .tooltip-inner {
    background: #ffc107;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 12px;
}

.tooltip.avail-today .tooltip-arrow::before,
.tooltip.avail-both .tooltip-arrow::before {
    border-top-color: #198754;
}

.tooltip.avail-tomorrow .tooltip-arrow::before {
    border-top-color: #ffc107;
}

.tooltip-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    margin-right: 6px;
    vertical-align: middle;
}

.tooltip-dot.avail-today,
.tooltip-dot.avail-both {
    background: #198754;
}

.tooltip-dot.avail-tomorrow {
    background: #ffc107;
}

/* ===============================
   LOGIN METHOD TOGGLE
================================ */
.login-method-toggle .btn {
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 8px 12px;
}

.login-method-toggle .btn + .btn {
    margin-left: 6px;
}

.login-method-toggle .btn.active {
    background: #198754;
    border-color: #198754;
    color: #fff;
    box-shadow: 0 6px 14px rgba(25, 135, 84, 0.25);
}

@media (max-width: 360px) {
    .login-method-toggle .btn {
        font-size: 0.8rem;
        padding: 7px 10px;
    }
}

/* ===============================
   ORDER LIST (TOKOPEDIA STYLE)
================================ */
.order-card {
    border-radius: 14px;
}

.order-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #f1f5f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #16a34a;
    font-size: 14px;
}

.order-thumb {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-weight: 700;
    overflow: hidden;
}

.order-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.order-status {
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 999px;
}

.orders-filter {
    margin-top: 8px;
}

/* ==================================
   SOFT ELEGANT PALETTE (GLOBAL SHOP)
=================================== */
:root {
    --shop-bg: #f6f7f3;
    --shop-surface: #ffffff;
    --shop-muted-surface: #eef2ea;
    --shop-border: #d9e2d4;
    --shop-text: #243127;
    --shop-text-muted: #647066;
    --shop-primary: #5f7f66;
    --shop-primary-strong: #4e6c55;
    --shop-primary-soft: #dce8dc;
    --shop-accent: #b98d5f;
    --shop-danger: #b96e79;
    --shop-warning: #d1aa6c;
}

[data-theme-tone="warm"] {
    --shop-bg: #f8f4ee;
    --shop-surface: #fffdf9;
    --shop-muted-surface: #f1e8dc;
    --shop-border: #e5d5c2;
    --shop-text: #34281e;
    --shop-text-muted: #7d6f61;
    --shop-primary: #9a7a5b;
    --shop-primary-strong: #88684c;
    --shop-primary-soft: #efe3d4;
    --shop-accent: #b78f65;
    --shop-danger: #bd7d88;
    --shop-warning: #cfaa78;
}

[data-color-scheme="dark"] {
    --shop-bg: #151b17;
    --shop-surface: #1d2420;
    --shop-muted-surface: #242f28;
    --shop-border: #2f3a33;
    --shop-text: #e8efe8;
    --shop-text-muted: #a5b3a7;
    --shop-primary: #7ea68a;
    --shop-primary-strong: #95bc9f;
    --shop-primary-soft: #2a352d;
    --shop-accent: #c2a27f;
    --shop-danger: #c48993;
    --shop-warning: #c6ab7f;
}

[data-theme-tone="warm"][data-color-scheme="dark"] {
    --shop-bg: #1c1814;
    --shop-surface: #25201b;
    --shop-muted-surface: #302821;
    --shop-border: #3f3329;
    --shop-text: #f0e7db;
    --shop-text-muted: #baa996;
    --shop-primary: #b08a68;
    --shop-primary-strong: #c49b76;
    --shop-primary-soft: #372e25;
    --shop-accent: #d0af8b;
    --shop-danger: #c68791;
    --shop-warning: #d1b082;
}

body,
.shop-main,
.bg-light {
    background: var(--shop-bg) !important;
    color: var(--shop-text);
}

a:not(.btn),
.text-success,
.text-dark {
    color: var(--shop-primary-strong) !important;
}

.btn-success,
.btn-success:visited {
    color: #ffffff !important;
}

.card,
.modal-content {
    background: var(--shop-surface);
    border: 1px solid var(--shop-border);
    box-shadow: 0 6px 18px rgba(41, 56, 40, 0.06);
}

.border,
.border-top,
.border-bottom {
    border-color: var(--shop-border) !important;
}

.text-muted,
.small.text-muted {
    color: var(--shop-text-muted) !important;
}

.btn-success {
    background-color: var(--shop-primary) !important;
    border-color: var(--shop-primary) !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: var(--shop-primary-strong) !important;
    border-color: var(--shop-primary-strong) !important;
}

.btn-outline-success {
    color: var(--shop-primary-strong) !important;
    border-color: #93ab95 !important;
    background: #f5faf5 !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    color: #ffffff !important;
    background: var(--shop-primary) !important;
    border-color: var(--shop-primary) !important;
}

.hero-shop,
.category-header,
.summary-card.total {
    background: linear-gradient(135deg, #6f8f75, #5f7f66) !important;
}

[data-theme-tone="warm"] .hero-shop,
[data-theme-tone="warm"] .category-header,
[data-theme-tone="warm"] .summary-card.total {
    background: linear-gradient(135deg, #b08a68, #9a7a5b) !important;
}

.summary-card.process {
    background: linear-gradient(135deg, #6f8798, #577384) !important;
}
.summary-card.pending {
    background: linear-gradient(135deg, #a9824f, #c6a36f) !important;
}
.summary-card.shipped {
    background: linear-gradient(135deg, #4c8896, #6ca7b5) !important;
}
.summary-card.completed {
    background: linear-gradient(135deg, #5c8a69, #79a884) !important;
}

.bottom-nav {
    background: #fcfdfb;
    border-top: 1px solid var(--shop-border);
}

[data-color-scheme="dark"] .bottom-nav {
    background: #1b2320;
}

.bottom-nav a {
    color: #738173;
}

.bottom-nav a.active {
    color: var(--shop-primary-strong);
}

.cart-badge {
    background: var(--shop-danger);
}

.wa-float,
.floating-wa {
    background: #6d9473;
}

.wa-float:hover,
.floating-wa:hover {
    background: #5d8163;
}

.discount-badge {
    background: #bd7d88;
}

.current-price {
    color: var(--shop-primary-strong);
}

.old-price {
    color: #8b8f8b;
}

.tooltip.avail-today .tooltip-inner,
.tooltip.avail-both .tooltip-inner {
    background: #5f7f66;
}

.tooltip.avail-tomorrow .tooltip-inner {
    background: #f1e2c9;
    color: #4b3d2b;
}

.tooltip.avail-today .tooltip-arrow::before,
.tooltip.avail-both .tooltip-arrow::before {
    border-top-color: #5f7f66;
}

.tooltip.avail-tomorrow .tooltip-arrow::before {
    border-top-color: #f1e2c9;
}

.tooltip-dot.avail-tomorrow {
    background: #d1aa6c;
}

.login-method-toggle .btn.active {
    background: var(--shop-primary);
    border-color: var(--shop-primary);
    box-shadow: 0 6px 14px rgba(95, 127, 102, 0.26);
}

.order-icon {
    background: #edf2ec;
    color: var(--shop-primary-strong);
}

.shop-header {
    background: var(--shop-surface) !important;
    border-bottom-color: var(--shop-border) !important;
}

.shop-brand-wrap {
    min-width: 0;
}

.shop-brand-title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--shop-text) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 145px;
}

.shop-header-link {
    color: var(--shop-primary-strong) !important;
}

.shop-header-actions {
    flex-shrink: 0;
}

.shop-action-btn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid var(--shop-border);
    background: var(--shop-muted-surface);
    color: var(--shop-primary-strong) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.shop-action-btn i {
    font-size: 15px;
    line-height: 1;
}

.shop-action-btn:hover,
.shop-action-btn:focus {
    background: var(--shop-primary-soft);
    border-color: var(--shop-primary);
    transform: translateY(-1px);
}

.shop-action-badge {
    font-size: 10px;
    min-width: 18px;
    padding: 3px 5px;
    border: 1px solid var(--shop-surface);
    background: var(--shop-danger) !important;
}

.shop-theme-menu {
    width: 250px;
    border: 1px solid var(--shop-border);
    border-radius: 12px;
    background: var(--shop-surface);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.shop-theme-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--shop-text-muted);
}

.shop-theme-option {
    border: 1px solid var(--shop-border);
    background: var(--shop-muted-surface);
    color: var(--shop-text);
    font-size: 12px;
    font-weight: 600;
}

.shop-theme-option:hover,
.shop-theme-option:focus {
    background: var(--shop-primary-soft);
    color: var(--shop-text);
    border-color: var(--shop-primary);
}

.shop-theme-option.active {
    background: var(--shop-primary);
    color: #fff;
    border-color: var(--shop-primary);
}

.form-control,
.form-select,
.accordion-item,
.accordion-button,
.list-group-item,
.dropdown-menu {
    background-color: var(--shop-surface);
    color: var(--shop-text);
    border-color: var(--shop-border);
}

.form-control::placeholder {
    color: var(--shop-text-muted);
}

.accordion-button:not(.collapsed) {
    background: var(--shop-primary-soft);
    color: var(--shop-text);
}

footer.bg-light {
    background: var(--shop-bg) !important;
}


/* Empty/secondary states should follow active theme palette */
.alert-info {
    background: color-mix(in srgb, var(--shop-primary-soft) 62%, #ffffff 38%) !important;
    border-color: var(--shop-border) !important;
    color: var(--shop-primary-strong) !important;
}

.alert-light {
    background: color-mix(in srgb, var(--shop-muted-surface) 75%, #ffffff 25%) !important;
    border-color: var(--shop-border) !important;
    color: var(--shop-text) !important;
}

.btn-outline-secondary {
    color: var(--shop-primary-strong) !important;
    border-color: #aab8ab !important;
    background: transparent !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    color: #ffffff !important;
    background: var(--shop-primary) !important;
    border-color: var(--shop-primary) !important;
}

[data-color-scheme="dark"] .btn-outline-secondary {
    color: var(--shop-text) !important;
    border-color: #47574d !important;
    background: transparent !important;
}

[data-color-scheme="dark"] .alert-info {
    background: color-mix(in srgb, var(--shop-primary-soft) 78%, #111111 22%) !important;
    color: var(--shop-text) !important;
}

[data-color-scheme="dark"] .shop-section,
[data-color-scheme="dark"] .container,
[data-color-scheme="dark"] main.shop-main {
    color: var(--shop-text);
}

[data-color-scheme="dark"] .bg-white,
[data-color-scheme="dark"] .modal-content,
[data-color-scheme="dark"] .dropdown-menu {
    background-color: var(--shop-surface) !important;
    color: var(--shop-text) !important;
}
