.bb-commerce-body {
    background: #f7f8fb;
    font-family: 'Inter', sans-serif;
}

.bb-commerce-page {
    min-height: 100vh;
    padding: 92px 14px 32px;
    background:
        radial-gradient(circle at top left, rgba(249, 115, 22, 0.06), transparent 28%),
        radial-gradient(circle at top right, rgba(168, 85, 247, 0.05), transparent 26%),
        #f7f8fb;
}

.bb-commerce-shell {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.bb-breadcrumb-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin: 2px 4px 12px;
    color: #6b7280;
    font-size: 0.82rem;
}

.bb-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.bb-breadcrumbs a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 600;
}

.bb-quick-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.bb-quick-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #eceff4;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 24px -22px rgba(15, 23, 42, 0.7);
}

.bb-hero-card,
.bb-section-card {
    background: #ffffff;
    border: 1px solid #edf0f6;
    border-radius: 28px;
    box-shadow: 0 22px 50px -40px rgba(15, 23, 42, 0.55);
    overflow: hidden;
}

.bb-hero-banner {
    position: relative;
    height: 330px;
    min-height: 330px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 45%, #fb923c 100%);
    overflow: hidden;
}

.bb-hero-banner img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.02);
}

.bb-banner-fallback {
    width: 100%;
    height: 100%;
    min-height: 330px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 22%),
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.15), transparent 18%),
        linear-gradient(135deg, #111827 0%, #1f2937 46%, #fb923c 100%);
}

.bb-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 9, 11, 0.08) 0%, rgba(9, 9, 11, 0.46) 100%);
}

.bb-hero-top-actions {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: flex;
    gap: 10px;
}

.bb-top-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    box-shadow: 0 14px 30px -22px rgba(15, 23, 42, 0.85);
}

.bb-verified-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    padding: 14px 18px;
    border-radius: 20px;
    background: linear-gradient(90deg, #7c3aed, #db2777);
    color: #fff;
    box-shadow: 0 18px 36px -28px rgba(124, 58, 237, 0.95);
    max-width: 220px;
}

.bb-verified-badge small {
    display: block;
    opacity: 0.86;
    margin-top: 2px;
    font-size: 0.72rem;
}

.bb-hero-body {
    position: relative;
    padding: 0 24px 24px;
}

.bb-hero-head {
    display: flex;
    gap: 18px;
    align-items: flex-end;
    margin-top: -56px;
}

.bb-logo-wrap {
    width: 132px;
    height: 132px;
    border-radius: 999px;
    overflow: hidden;
    border: 6px solid #ffffff;
    background: #ffffff;
    box-shadow: 0 16px 36px -24px rgba(15, 23, 42, 0.85);
    flex-shrink: 0;
    position: relative;
}

.bb-logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.bb-logo-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a, #334155);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 900;
}

.bb-hero-copy {
    flex: 1;
    padding-bottom: 2px;
}

.bb-name {
    margin: 0;
    display: inline-block;
    padding: 10px 18px 12px;
    border-radius: 18px 18px 18px 6px;
    background: linear-gradient(135deg, #0f172a 0%, #5b21b6 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 34px -24px rgba(15, 23, 42, 0.9);
    font-size: clamp(2rem, 3vw, 3.05rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #f8fafc !important;
    font-weight: 900;
    text-transform: uppercase;
    backdrop-filter: blur(2px);
}

.bb-rating-row {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: #4b5563;
    font-weight: 600;
}

.bb-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.bb-chip {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f8fafc;
    color: #374151;
    border: 1px solid #e5e7eb;
    font-size: 0.8rem;
    font-weight: 700;
}

.bb-location-row,
.bb-status-row,
.bb-description-row {
    margin-top: 8px;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.5;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.bb-location-row i,
.bb-status-row i {
    margin-top: 2px;
    color: #f97316;
}

.bb-status-open {
    color: #16a34a;
    font-weight: 800;
}

.bb-hero-tagline {
    margin-top: 12px;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 720px;
}

.bb-action-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.bb-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.98rem;
    box-shadow: 0 16px 34px -28px rgba(15, 23, 42, 0.95);
}

.bb-action-btn i {
    font-size: 1.02rem;
}

.bb-wa { background: linear-gradient(90deg, #25d366, #16a34a); }
.bb-call { background: linear-gradient(90deg, #3b82f6, #2563eb); }
.bb-map { background: linear-gradient(90deg, #fb923c, #f97316); }
.bb-ig { background: linear-gradient(90deg, #d946ef, #ec4899); }

.bb-inner-nav {
    margin-top: 18px;
    display: flex;
    gap: 18px;
    padding: 4px 2px 10px;
    overflow-x: auto;
    border-bottom: 1px solid #e8ebf1;
    scrollbar-width: none;
}

.bb-inner-nav::-webkit-scrollbar {
    display: none;
}

.bb-inner-nav a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    padding-bottom: 8px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.bb-inner-nav a.active {
    color: #f97316;
    border-bottom-color: #f97316;
}

.bb-section {
    margin-top: 18px;
}

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

.bb-section-title {
    margin: 0;
    font-size: clamp(1.15rem, 2vw, 1.65rem);
    color: #0f172a;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.bb-section-subtitle {
    display: block;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
    margin-top: 2px;
}

.bb-section-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.92rem;
    white-space: nowrap;
}

.bb-carousel-wrap {
    position: relative;
    width: 100%;
}

.bb-carousel-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bb-carousel-btn {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #334155;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px -2px rgba(15, 23, 42, 0.08);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.bb-carousel-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px -4px rgba(15, 23, 42, 0.12);
}

.bb-carousel-btn:active {
    transform: scale(0.94);
}

.bb-scroll-row {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    margin-bottom: -4px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 rgba(241, 245, 249, 0.6);
}

.bb-scroll-row.is-dragging,
.bb-gallery-row.is-dragging {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
    cursor: grabbing !important;
}

.bb-scroll-row::-webkit-scrollbar,
.bb-gallery-row::-webkit-scrollbar {
    height: 6px;
    display: block;
}

.bb-scroll-row::-webkit-scrollbar-track,
.bb-gallery-row::-webkit-scrollbar-track {
    background: rgba(241, 245, 249, 0.6);
    border-radius: 999px;
}

.bb-scroll-row::-webkit-scrollbar-thumb,
.bb-gallery-row::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.bb-scroll-row::-webkit-scrollbar-thumb:hover,
.bb-gallery-row::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.bb-promo-card {
    width: 330px;
    min-width: 330px;
    scroll-snap-align: start;
    border: 1px solid #edf0f6;
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 32px -28px rgba(15, 23, 42, 0.65);
}

.bb-promo-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #f3f4f6;
    overflow: hidden;
}

.bb-promo-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.bb-promo-card__content {
    padding: 14px 14px 16px;
}

.bb-promo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 5px 10px;
    background: #f5f3ff;
    color: #7c3aed;
    font-size: 0.76rem;
    font-weight: 800;
}

.bb-promo-title {
    margin: 10px 0 6px;
    color: #111827;
    font-weight: 900;
    font-size: 1.08rem;
    line-height: 1.2;
}

.bb-promo-text {
    margin: 0;
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.55;
}

.bb-promo-flag {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    background: #fff7ed;
    color: #c2410c;
    font-weight: 800;
    font-size: 0.78rem;
}

.bb-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}

.bb-product-card {
    position: relative;
    border: 1px solid #edf0f6;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 16px 28px -26px rgba(15, 23, 42, 0.65);
}

.bb-product-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f3f4f6;
    overflow: hidden;
}

.bb-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.bb-heart-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.96);
    color: #ef4444;
    box-shadow: 0 10px 20px -16px rgba(15, 23, 42, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.bb-product-card__content {
    padding: 12px 12px 14px;
}

.bb-product-name {
    margin: 0;
    color: #111827;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.25;
}

.bb-product-price {
    margin-top: 6px;
    color: #111827;
    font-size: 1rem;
    font-weight: 900;
}

.bb-gallery-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    margin-bottom: -4px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 rgba(241, 245, 249, 0.6);
}

.bb-gallery-card {
    width: 220px;
    min-width: 220px;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    box-shadow: 0 16px 28px -24px rgba(15, 23, 42, 0.6);
    background: #f3f4f6;
}

.bb-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.bb-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bb-info-card {
    border: 1px solid #edf0f6;
    border-radius: 22px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 16px 28px -26px rgba(15, 23, 42, 0.7);
}

.bb-info-card h4 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 1.02rem;
    font-weight: 900;
}

.bb-map-preview {
    position: relative;
    height: 190px;
    border-radius: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.9) 0 2px, transparent 2px 100%),
        radial-gradient(circle at 45% 15%, rgba(255,255,255,0.75) 0 1px, transparent 1px 100%),
        linear-gradient(135deg, #eef2ff 0%, #f8fafc 55%, #e2e8f0 100%);
    border: 1px solid #e5e7eb;
}

.bb-map-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.45) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.45) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.55;
}

.bb-map-pin {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 18px 30px -18px rgba(239, 68, 68, 0.85);
}

.bb-map-label {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(255,255,255,0.94);
    border-radius: 14px;
    padding: 10px 12px;
    box-shadow: 0 14px 22px -20px rgba(15, 23, 42, 0.7);
    max-width: calc(100% - 32px);
}

.bb-map-label strong {
    display: block;
    color: #0f172a;
    font-size: 0.92rem;
    margin-bottom: 2px;
}

.bb-map-label span {
    color: #6b7280;
    font-size: 0.78rem;
}

.bb-schedule-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bb-schedule-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.88rem;
}

.bb-schedule-row.is-today {
    background: #fff7ed;
    color: #9a3412;
    font-weight: 800;
}

.bb-payment-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bb-payment-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 700;
}

.bb-payment-item i {
    width: 22px;
    color: #f97316;
    text-align: center;
}

.bb-related-card {
    width: 235px;
    min-width: 235px;
    scroll-snap-align: start;
    border: 1px solid #edf0f6;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 16px 28px -26px rgba(15, 23, 42, 0.68);
}

.bb-related-media {
    height: 118px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #fb923c 100%);
}

.bb-related-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.bb-related-body {
    padding: 12px;
}

.bb-related-name {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.2;
}

.bb-related-category {
    margin-top: 4px;
    color: #6b7280;
    font-size: 0.8rem;
    font-weight: 700;
}

.bb-preview-banner {
    margin-bottom: 12px;
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
    border-radius: 14px;
    padding: 10px 12px;
    font-weight: 700;
}

@media (max-width: 980px) {
    .bb-info-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 760px) {
    .bb-commerce-page {
        padding: 84px 10px 24px;
    }

    .bb-breadcrumb-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .bb-hero-banner,
    .bb-hero-banner img,
    .bb-banner-fallback {
        min-height: 250px;
    }

    .bb-hero-body {
        padding: 0 14px 16px;
    }

    .bb-hero-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: -46px;
    }

    .bb-logo-wrap {
        width: 96px;
        height: 96px;
    }

    .bb-action-grid {
        grid-template-columns: 1fr;
    }
}
