/* Mağaza vitrini — Instagram tarzı profil + tam ekran sepet */

.booking-store-layout {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr) 272px;
    gap: 0;
    align-items: stretch;
}

.booking-store-center {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.booking-main-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 96px;
    background: linear-gradient(180deg, #fafafa 0%, #f1f5f9 100%);
}

.booking-rail {
    overflow-y: auto;
    padding: 16px 14px;
    background: #fff;
    border-right: 1px solid #e2e8f0;
}

.booking-rail-right {
    border-right: none;
    border-left: 1px solid #e2e8f0;
    background: #f8fafc;
}

.booking-rail-left {
    position: sticky;
    top: 0;
    align-self: start;
    max-height: 100vh;
}

.customer-wallet-card {
    border-radius: 18px;
    padding: 18px;
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 55%, #334155 100%);
    color: #f8fafc;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
}

.customer-wallet-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.customer-wallet-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}

.customer-wallet-avatar-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 800;
}

.customer-wallet-header strong {
    display: block;
    font-size: 0.95rem;
}

.customer-wallet-sub {
    font-size: 0.72rem;
    opacity: 0.75;
}

.customer-wallet-balances {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.customer-wallet-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
}

.customer-wallet-btn,
.customer-wallet-link {
    width: 100%;
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    border: none;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
}

.customer-wallet-btn {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.customer-wallet-btn-primary,
.customer-wallet-btn.customer-wallet-btn-primary {
    background: linear-gradient(135deg, var(--purple-500), var(--purple-600));
    color: #fff;
}

.customer-wallet-link {
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.customer-wallet-guest {
    text-align: center;
}

.customer-wallet-guest i {
    font-size: 2.2rem;
    opacity: 0.5;
    margin-bottom: 10px;
}

.customer-wallet-guest p {
    font-size: 0.82rem;
    line-height: 1.45;
    margin: 0 0 12px;
    opacity: 0.9;
}

.store-rail-block {
    margin-bottom: 18px;
}

.store-rail-block h3 {
    margin: 0 0 10px;
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.store-rail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.store-rail-campaign {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 0.78rem;
}

.store-rail-campaign strong {
    display: block;
    font-size: 0.82rem;
    margin-bottom: 4px;
}

.store-rail-tag {
    display: inline-block;
    margin-top: 4px;
    padding: 2px 8px;
    border-radius: 6px;
    background: var(--purple-50);
    color: var(--purple-700);
    font-weight: 700;
    font-size: 0.72rem;
}

.store-rail-tag-global {
    background: #eff6ff;
    color: #1d4ed8;
}

.store-rail-featured {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.store-rail-featured li {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px;
    font-size: 0.78rem;
}

.store-rail-featured img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.store-rail-announcements button {
    width: 100%;
    text-align: left;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 0.76rem;
    cursor: pointer;
    color: #475569;
}

.catalog-panel-card .search-box-wrapper,
.mobile-showcase-profile .search-box-wrapper {
    display: none !important;
}

/* Sol panel kaldırıldı */
.vitrin-profile-rail,
.vitrin-center-stage,
.vitrin-stage-toolbar,
.vitrin-primary-footer {
    display: none !important;
}

#wstep-1 {
    display: flex !important;
    visibility: visible !important;
}

body.vitrin-intro #wstep-1,
body.vitrin-intro:not(.booking-flow-started) #wstep-1 {
    display: flex !important;
}

.mobile-showcase-profile {
    display: none !important;
}

/* Instagram profil */
.store-profile-ig {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 20px 0;
    max-width: none;
    margin: 0;
}

.store-profile-header {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.store-profile-ig .store-avatar {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
    flex-shrink: 0;
}

.store-profile-meta {
    flex: 1;
    min-width: 0;
    padding-top: 8px;
}

.store-profile-name {
    margin: 0 0 4px;
    font-family: 'Outfit', sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.store-profile-handle {
    margin: 0 0 14px;
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
}

.store-stats-row {
    display: flex;
    gap: 22px;
    margin-bottom: 16px;
}

.store-stat {
    text-align: center;
    min-width: 52px;
}

.store-stat strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
}

.store-stat span {
    font-size: 0.72rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.store-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.store-btn {
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.store-btn-primary {
    background: linear-gradient(135deg, var(--purple-500), var(--purple-600));
    color: #fff;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.25);
}

.store-btn-primary.is-following {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.28);
    border: 1.5px solid #dc2626;
}

.store-btn-primary.is-following i {
    color: #fff;
}

.store-btn-secondary {
    background: #f8fafc;
    color: #334155;
    border: 1.5px solid #e2e8f0;
}

.store-profile-bio {
    margin: 14px 0 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #475569;
    max-width: 640px;
}

.store-profile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
    font-size: 0.8rem;
}

.store-profile-links a {
    color: var(--purple-700);
    font-weight: 600;
    text-decoration: none;
}

.store-highlights {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 14px 0 8px;
    margin-top: 8px;
}

.store-highlight-pill {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 0.68rem;
    font-weight: 600;
    color: #475569;
    max-width: 72px;
}

.store-highlight-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid var(--purple-500);
    padding: 2px;
    background: linear-gradient(135deg, #fdf4ff, #ede9fe);
}

.store-ig-tabs {
    display: flex;
    border-top: 1px solid #e2e8f0;
    margin-top: 4px;
}

.store-ig-tab {
    flex: 1;
    padding: 14px 8px;
    border: none;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 700;
    color: #94a3b8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.store-ig-tab.active {
    color: #0f172a;
    border-bottom-color: #0f172a;
}

.store-tab-panel {
    max-width: 935px;
    margin: 0 auto;
    padding: 16px 16px 24px;
}

.store-panel-catalog.is-active {
    display: block;
}

.store-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
}

.store-review-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.store-review-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    cursor: pointer;
}

.store-review-body {
    padding: 10px 12px;
}

.store-review-body strong {
    font-size: 0.78rem;
    display: block;
    margin-bottom: 4px;
}

.store-review-body p {
    margin: 0;
    font-size: 0.72rem;
    color: #64748b;
    font-style: italic;
    line-height: 1.35;
}

.store-about-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e2e8f0;
}

/* Katalog */
.booking-wizard-content {
    padding: 0 16px 24px !important;
    background: transparent !important;
    overflow: visible !important;
    max-width: 935px;
    margin: 0 auto;
}

.catalog-panel-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 16px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.catalog-toolbar {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.catalog-toolbar-search {
    flex: 1;
    min-width: 180px;
    position: relative;
}

.catalog-toolbar-search i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

.catalog-toolbar-search input {
    width: 100%;
    padding: 10px 12px 10px 38px;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    font-size: 0.88rem;
    box-sizing: border-box;
}

.catalog-view-toggle {
    display: flex;
    gap: 4px;
    background: #f1f5f9;
    padding: 4px;
    border-radius: 12px;
}

.catalog-view-btn {
    border: none;
    background: transparent;
    padding: 8px 14px;
    border-radius: 9px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.catalog-view-btn.active {
    background: #fff;
    color: var(--purple-700);
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.vitrin-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}

.service-card.catalog-filter-hidden,
.product-card.catalog-filter-hidden,
.showcase-service-row.catalog-filter-hidden,
.showcase-product-row.catalog-filter-hidden {
    display: none !important;
}

.store-panel-catalog.catalog-view-list .vitrin-items-grid {
    grid-template-columns: 1fr !important;
    gap: 8px;
}

.store-panel-catalog.catalog-view-list .catalog-card-media {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.store-panel-catalog.catalog-view-list .service-card,
.store-panel-catalog.catalog-view-list .product-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "body footer";
    align-items: center !important;
    gap: 12px 16px;
    padding: 12px 16px !important;
    min-height: auto;
    flex-direction: unset !important;
}

.store-panel-catalog.catalog-view-list .catalog-card-body {
    grid-area: body;
    flex: none !important;
    min-width: 0;
    width: 100%;
    padding: 0 !important;
}

.store-panel-catalog.catalog-view-list .catalog-card-footer {
    grid-area: footer;
    flex: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px;
    white-space: nowrap;
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-width: 0;
    justify-content: flex-end;
}

/* Hizmet kartı: başlık satırı liste modunda yatay kalsın */
.store-panel-catalog.catalog-view-list .service-card .catalog-card-body > div:first-child {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}

.store-panel-catalog.catalog-view-list .service-card .service-card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-panel-catalog.catalog-view-list .service-card .service-card-category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-panel-catalog.catalog-view-list .catalog-card-price-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.store-panel-catalog.catalog-view-list .catalog-card-duration,
.store-panel-catalog.catalog-view-list .catalog-card-price {
    white-space: nowrap;
}

.store-panel-catalog.catalog-view-list .catalog-card-footer .btn,
.store-panel-catalog.catalog-view-list .service-action-wrap,
.store-panel-catalog.catalog-view-list .product-action-wrap {
    flex-shrink: 0;
}

.store-panel-catalog.catalog-view-list .catalog-card-footer .btn {
    white-space: nowrap;
}

.catalog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
    margin-top: auto;
    gap: 8px;
}

.svc-card-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.svc-card-footer-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.svc-card-price-block {
    text-align: right;
    min-width: 0;
}

.svc-card-action {
    align-self: stretch;
}

.svc-card-action .btn,
.svc-add-btn {
    width: 100%;
    justify-content: center;
    white-space: nowrap !important;
}

.svc-detail-staff-head {
    margin: 12px 0 8px;
    font-size: 0.88rem;
    color: var(--navy-900);
}

.svc-detail-staff-table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.svc-detail-staff-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

.svc-detail-staff-table thead th {
    text-align: left;
    padding: 8px 10px;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap;
}

.svc-detail-staff-table tbody td {
    padding: 9px 10px;
    border-bottom: 1px solid #e8edf3;
    vertical-align: middle;
}

.svc-detail-staff-table tbody tr:last-child td {
    border-bottom: none;
}

.svc-detail-staff-table tbody tr:nth-child(even) {
    background: #fff;
}

.svc-detail-staff-name {
    font-weight: 700;
    color: var(--navy-900);
    white-space: nowrap;
}

.svc-detail-staff-title {
    color: #64748b;
    font-size: 0.76rem;
}

.svc-detail-staff-dur {
    color: #475569;
    font-weight: 600;
    white-space: nowrap;
}

.svc-detail-staff-price {
    font-weight: 800;
    color: #047857;
    white-space: nowrap;
    text-align: right;
}

.svc-detail-staff-table thead th:last-child,
.svc-detail-staff-table tbody td.svc-detail-staff-price {
    text-align: right;
}

#itemDetailsModal .svc-price-varies-note {
    margin-top: 2px;
}

#itemDetailsModal #item-detail-staff-wrap {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
}

#itemDetailsModal .item-details-modal-content {
    width: 100%;
    max-width: min(680px, 96vw);
}

#itemDetailsModal .svc-detail-staff-table-wrap {
    overflow-x: visible;
}

#itemDetailsModal .svc-detail-staff-table {
    table-layout: fixed;
    font-size: 0.78rem;
}

#itemDetailsModal .svc-detail-staff-table thead th {
    padding: 8px 8px;
    font-size: 0.62rem;
    white-space: normal;
    line-height: 1.25;
    vertical-align: bottom;
}

#itemDetailsModal .svc-detail-staff-table tbody td {
    padding: 8px;
    word-break: break-word;
}

#itemDetailsModal .svc-detail-staff-name {
    white-space: normal;
    line-height: 1.3;
}

#itemDetailsModal .svc-detail-staff-title {
    white-space: normal;
    line-height: 1.3;
}

#itemDetailsModal .svc-detail-staff-dur {
    white-space: normal;
    font-size: 0.72rem;
    line-height: 1.3;
}

#itemDetailsModal .svc-detail-staff-tp {
    font-weight: 700;
    color: #92400e;
    white-space: nowrap;
    text-align: right;
    font-size: 0.72rem;
}

#itemDetailsModal .svc-detail-staff-table thead th:nth-child(1),
#itemDetailsModal .svc-detail-staff-table tbody td.svc-detail-staff-name {
    width: 22%;
}

#itemDetailsModal .svc-detail-staff-table thead th:nth-child(2),
#itemDetailsModal .svc-detail-staff-table tbody td.svc-detail-staff-title {
    width: 20%;
}

#itemDetailsModal .svc-detail-staff-table thead th:nth-child(3),
#itemDetailsModal .svc-detail-staff-table tbody td.svc-detail-staff-dur {
    width: 22%;
}

#itemDetailsModal .svc-detail-staff-table thead th:nth-child(4),
#itemDetailsModal .svc-detail-staff-table tbody td.svc-detail-staff-price {
    width: 18%;
}

#itemDetailsModal .svc-detail-staff-table thead th:nth-child(5),
#itemDetailsModal .svc-detail-staff-table tbody td.svc-detail-staff-tp {
    width: 18%;
}

#itemDetailsModal .svc-detail-staff-table--guest thead th:nth-child(1),
#itemDetailsModal .svc-detail-staff-table--guest tbody td.svc-detail-staff-dur {
    width: 34%;
}

#itemDetailsModal .svc-detail-staff-table--guest thead th:nth-child(2),
#itemDetailsModal .svc-detail-staff-table--guest tbody td.svc-detail-staff-price {
    width: 33%;
}

#itemDetailsModal .svc-detail-staff-table--guest thead th:nth-child(3),
#itemDetailsModal .svc-detail-staff-table--guest tbody td.svc-detail-staff-tp {
    width: 33%;
}

/* Adım 2 — tarih şeridi + personel kartları */
.sched-date-strip {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 10px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.sched-date-nav {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: var(--purple-700);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, border-color 0.15s;
}

.sched-date-nav:hover:not(:disabled) {
    background: var(--purple-50);
    border-color: var(--purple-200);
}

.sched-date-nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.sched-date-center {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.88rem;
    color: #0f172a;
}

.sched-date-center i.fa-calendar {
    color: var(--purple-500);
}

.sched-staff-section-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #475569;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sched-staff-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.sched-staff-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    align-items: center;
    padding: 12px 14px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    width: 100%;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.sched-staff-card:hover {
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.sched-staff-card.is-available {
    border-color: #16a34a;
    background: #f0fdf4;
}

.sched-staff-card.is-idle {
    border-color: #e2e8f0;
    background: #fff;
}

.sched-staff-card.is-idle .sched-staff-card-price {
    color: #475569;
}

.sched-staff-card.is-unavailable {
    border-color: #fca5a5;
    background: #fef2f2;
}

.sched-staff-card.is-selected {
    border-color: var(--purple-500);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}

.sched-staff-card.is-available.is-selected {
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.sched-staff-card-main {
    min-width: 0;
}

.sched-staff-card-name {
    font-weight: 800;
    font-size: 0.9rem;
    color: var(--navy-900);
}

.sched-staff-card-title {
    font-size: 0.74rem;
    color: #64748b;
    margin-top: 2px;
}

.sched-staff-card-meta {
    text-align: right;
    flex-shrink: 0;
}

.sched-staff-card-price {
    font-weight: 800;
    font-size: 0.88rem;
    color: #047857;
    white-space: nowrap;
}

.sched-staff-card-dur {
    font-size: 0.72rem;
    color: #64748b;
    margin-top: 2px;
    white-space: nowrap;
}

.sched-staff-card-badge {
    grid-column: 1 / -1;
    font-size: 0.72rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sched-staff-card.is-available .sched-staff-card-badge {
    color: #047857;
}

.sched-staff-card.is-unavailable .sched-staff-card-badge {
    color: #b91c1c;
}

.sched-staff-hint,
.sched-staff-loading {
    font-size: 0.82rem;
    color: #94a3b8;
    margin: 0;
    padding: 8px 0;
}

.sched-slots-section {
    margin-top: 4px;
}

.catalog-card-duration {
    font-weight: 700;
    color: var(--purple-600);
    font-size: 0.85rem;
}

.catalog-card-price {
    font-weight: 800;
    color: var(--navy-900);
    font-size: 0.95rem;
}

.svc-price-varies-note {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
    font-style: normal;
    line-height: 1.3;
    margin-top: 2px;
}

.catalog-card-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.catalog-points-badge {
    background: rgba(124, 58, 237, 0.08);
    color: var(--purple-700);
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 6px;
    padding: 3px 8px;
    flex-shrink: 0;
    margin-left: 8px;
    white-space: nowrap;
}

.store-panel-catalog.catalog-view-list .service-card .catalog-card-body > p {
    display: none;
}

.store-panel-catalog.catalog-view-list .product-card p {
    -webkit-line-clamp: 1;
    margin-bottom: 6px !important;
}

.service-card,
.product-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px;
    transition: transform 0.15s, box-shadow 0.15s;
}

.service-card:hover,
.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.1);
}

/* Adım 2+ : sadece profil + sekmeler + ikincil panelleri gizle.
   #store-panel-catalog GİZLENMEZ çünkü adım 2/3/4 panelleri onun içinde. */
body.booking-step-2 #store-profile-section,
body.booking-step-2 .store-ig-tabs,
body.booking-step-2 #store-panel-reviews,
body.booking-step-2 #store-panel-team,
body.booking-step-2 #store-panel-featured,
body.booking-step-2 #store-panel-about,
body.booking-step-3 #store-profile-section,
body.booking-step-3 .store-ig-tabs,
body.booking-step-3 #store-panel-reviews,
body.booking-step-3 #store-panel-team,
body.booking-step-3 #store-panel-featured,
body.booking-step-3 #store-panel-about,
body.booking-step-4 #store-profile-section,
body.booking-step-4 .store-ig-tabs,
body.booking-step-4 #store-panel-reviews,
body.booking-step-4 #store-panel-team,
body.booking-step-4 #store-panel-featured,
body.booking-step-4 #store-panel-about {
    display: none !important;
}

/* GÜVENLİK AĞI: adım 2/3/4'te önceki adım panelleri (katalog vb.) kesin gizli */
body.booking-step-2 #wstep-1,
body.booking-step-3 #wstep-1,
body.booking-step-3 #wstep-2,
body.booking-step-4 #wstep-1,
body.booking-step-4 #wstep-2,
body.booking-step-4 #wstep-3 {
    display: none !important;
}

body.booking-step-2 .booking-guided-nav,
body.booking-step-3 .booking-guided-nav,
body.booking-step-4 .booking-guided-nav {
    display: block !important;
}

.booking-guided-nav {
    max-width: 935px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/* Sepet paneli: orta kolon içinde; yan cüzdan + adım rehberi görünür kalır */
.cart-fullscreen-overlay {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 120;
    background: #f8fafc;
    flex-direction: column;
}

@media (max-width: 900px) {
    .cart-fullscreen-overlay {
        position: fixed;
        inset: 0;
        z-index: 200000;
    }
}

body.cart-fullscreen-open .cart-fullscreen-overlay {
    display: flex;
}

body.cart-fullscreen-open .cart-dock-bar {
    display: none !important;
}

.cart-fullscreen-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

.cart-fullscreen-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.cart-fullscreen-header h2 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-fs-close {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    font-size: 1rem;
}

.cart-fs-spacer {
    width: 40px;
}

.cart-fs-clear-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1.5px solid #fecaca;
    background: #fff5f5;
    color: #dc2626;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, transform 0.1s;
    white-space: nowrap;
}

.cart-fs-clear-btn:hover {
    background: #fee2e2;
    border-color: #f87171;
    transform: translateY(-1px);
}

.cart-fs-filters {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    flex-shrink: 0;
}

.cart-fs-filters button {
    flex: 1;
    padding: 8px;
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
}

.cart-fs-items {
    flex: 1;
    overflow-y: auto;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cart-fs-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    text-align: center;
    padding: 40px;
}

.cart-fs-empty i {
    font-size: 2.5rem;
    margin-bottom: 12px;
    color: #cbd5e1;
}

.cart-fullscreen-footer {
    flex-shrink: 0;
    padding: 16px;
    border-top: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(0,0,0,0.06);
}

.cart-fs-totals {
    margin-bottom: 12px;
    font-size: 0.85rem;
}

.cart-fs-totals > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    color: #64748b;
}

.cart-fs-grand {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a !important;
    padding-top: 8px;
    border-top: 1px dashed #e2e8f0;
    margin-top: 6px;
}

.cart-fs-proceed-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--purple-500), var(--purple-600));
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cart-fs-proceed-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Alttan Sepete Git */
.cart-dock-bar {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    z-index: 1500;
    width: calc(100% - 32px);
    max-width: 560px;
    padding: 12px 16px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.35);
}

.cart-dock-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    min-width: 0;
}

.cart-dock-badge {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--purple-500);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-dock-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
}

.cart-dock-text strong {
    font-size: 1rem;
}

.cart-dock-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.cart-dock-timer-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.82rem;
}

.cart-dock-timer-wrap strong {
    font-family: monospace;
    font-size: 0.95rem;
}

.cart-dock-cta {
    font-weight: 700;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Kadro */
.store-team-section {
    max-width: 720px;
    margin: 0 auto;
    padding: 16px 20px 24px;
}

.store-team-intro {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0 0 14px;
}

.store-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.store-team-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.store-team-card-clickable {
    cursor: pointer;
    transition: border-color .15s, box-shadow .15s, transform .15s;
}

.store-team-card-clickable:hover,
.store-team-card-clickable:focus-visible {
    border-color: var(--purple-300);
    box-shadow: 0 8px 20px rgba(124, 58, 237, .12);
    transform: translateY(-1px);
    outline: none;
}

.store-team-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--purple-200);
}

.store-team-photo-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple-50);
    color: var(--purple-600);
    font-size: 1.4rem;
}

.store-team-meta strong {
    display: block;
    font-size: 0.9rem;
}

.store-team-title {
    display: block;
    font-size: 0.72rem;
    color: var(--purple-600);
    font-weight: 700;
}

.store-team-bio {
    font-size: 0.75rem;
    color: #64748b;
    margin: 6px 0 0;
    line-height: 1.4;
}

.store-team-bio-empty {
    font-style: italic;
    opacity: .85;
}

.store-team-svc-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    border-radius: 999px;
    padding: 3px 8px;
}

.store-staff-panel { max-width: 480px; width: 100%; }
.store-staff-body { padding: 16px 18px 20px; }
.store-staff-hero {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}
.store-staff-hero-photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--purple-200);
    flex-shrink: 0;
}
.store-staff-hero-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple-50);
    color: var(--purple-600);
    font-size: 1.3rem;
}
.store-staff-hero-name { display: block; font-size: 1rem; }
.store-staff-hero-title {
    display: block;
    font-size: 0.78rem;
    color: var(--purple-600);
    font-weight: 700;
    margin-top: 2px;
}
.store-staff-bio-text {
    font-size: 0.84rem;
    color: #475569;
    line-height: 1.5;
    margin: 0 0 14px;
    white-space: pre-line;
}
.store-staff-svc-head {
    margin: 0 0 8px;
    font-size: 0.88rem;
    color: var(--navy-900);
}
.store-staff-svc-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 280px;
    overflow: auto;
}
.store-staff-svc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fafafa;
    cursor: pointer;
    text-align: left;
    width: 100%;
    font: inherit;
}
.store-staff-svc-item:hover { border-color: var(--purple-300); background: #f5f3ff; }
.store-staff-svc-item strong { font-size: 0.84rem; color: var(--navy-900); }
.store-staff-svc-item span { font-size: 0.78rem; font-weight: 800; color: #047857; white-space: nowrap; }
.store-staff-svc-empty {
    font-size: 0.82rem;
    color: #94a3b8;
    padding: 8px 0;
}

/* Modallar */
.store-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 210000;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.store-modal-panel {
    background: #f8fafc;
    width: 100%;
    max-width: 480px;
    max-height: 85vh;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.store-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.store-modal-header h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}

.store-modal-close {
    border: none;
    background: #f1f5f9;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    font-size: 1.65rem;
    color: #475569;
    cursor: pointer;
    line-height: 1;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
}

.store-modal-close:hover {
    background: #fee2e2;
    color: #dc2626;
}

.store-modal-body {
    overflow-y: auto;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.store-modal-body label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
}

.store-modal-body textarea {
    width: 100%;
    min-height: 100px;
    margin-top: 6px;
    padding: 10px;
    border-radius: 12px;
    border: 1.5px solid #cbd5e1;
    font-family: inherit;
    font-size: 0.85rem;
    resize: vertical;
    box-sizing: border-box;
}

.store-modal-submit {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background: var(--purple-600);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.store-modal-status {
    padding: 10px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 600;
}

.store-modal-status-ok {
    background: #f0fdf4;
    color: #166534;
}

.store-modal-status-err {
    background: #fef2f2;
    color: #b91c1c;
}

.coupon-cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.coupon-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
}

.coupon-card-global {
    border-color: #bfdbfe;
}

.coupons-section h4 {
    margin: 0 0 8px;
    font-size: 0.82rem;
    color: #475569;
}

.coupons-hint {
    font-size: 0.78rem;
    color: #64748b;
    margin: 0;
}

@media (min-width: 992px) {
    .tabs-header,
    .catalog-section-tabs {
        display: none !important;
    }
    .desktop-section-title {
        display: flex !important;
    }
}

/* Mağaza alt sekmesi: yalnızca seçili liste görünsün */
body.catalog-showing-services #selection-products-container {
    display: none !important;
}
body.catalog-showing-services #selection-services-container {
    display: block !important;
}
body.catalog-showing-products #selection-services-container {
    display: none !important;
}
body.catalog-showing-products #selection-products-container {
    display: block !important;
}

@media (max-width: 900px) {
    .booking-store-layout {
        grid-template-columns: 1fr;
        /* Tek sütuna düşünce kırpılmasın: tüm kolon birlikte kaysın,
           cüzdan en üstte erişilebilir kalsın. */
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
    .booking-store-layout .booking-main-scroll {
        overflow: visible !important;
        flex: none;
    }
    .booking-rail-left {
        position: static;
        max-height: none;
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }
    .booking-rail-right {
        border-left: none;
        border-top: 1px solid #e2e8f0;
    }
}

@media (min-width: 901px) {
    .cart-dock-bar {
        left: calc(248px + 50%);
        transform: translateX(-50%);
        max-width: min(560px, calc(100vw - 248px - 272px - 48px));
    }
}

@media (max-width: 768px) {
    .store-profile-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .store-profile-actions,
    .store-stats-row {
        justify-content: center;
    }
    .store-profile-ig .store-avatar {
        width: 96px !important;
        height: 96px !important;
    }
    .cart-dock-bar {
        left: 16px;
        right: 16px;
        transform: none;
        width: auto;
        max-width: none;
    }
}

/* Adım 2-4'te sol cüzdan + randevu paneli görünür kalsın (kullanıcı isteği). */

/* Adım 2-4'te kampanya bloğunu gizle, sadece adım rehberi kalsın. */
body.booking-step-2 #booking-store-sidebar .store-rail-block,
body.booking-step-3 #booking-store-sidebar .store-rail-block,
body.booking-step-4 #booking-store-sidebar .store-rail-block {
    display: none;
}

/* Bekleme listesi modal */
.wl-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(9, 13, 31, 0.6);
    backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
}
.wl-modal-card {
    width: 100%;
    max-width: 440px;
    position: relative;
    margin: 0 24px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 28px;
}
.wl-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: transparent;
    font-size: 1.4rem;
    color: #94a3b8;
    cursor: pointer;
}
.wl-modal-title {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    color: var(--navy-900);
}
.wl-modal-title i { color: var(--purple-600); margin-right: 6px; }
.wl-modal-lead {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 16px;
}
.wl-slot-summary {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 16px;
    font-size: 0.82rem;
    color: #0f172a;
    align-items: center;
    gap: 8px;
}
.wl-slot-summary i { color: var(--purple-600); }
.wl-auto-banner {
    background: rgba(124, 58, 237, 0.06);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 12px;
    padding: 10px 14px;
    margin-bottom: 14px;
    font-size: 0.78rem;
    color: var(--purple-700);
    font-weight: 600;
    line-height: 1.45;
}
.wl-auto-banner i { margin-right: 4px; }
.wl-form-label { font-size: 0.8rem; font-weight: 600; }
.wl-form-input { padding: 10px; font-size: 0.88rem; }
.wl-form-input[readonly] {
    background: #f8fafc;
    color: #475569;
    cursor: default;
}
.wl-context-summary {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 14px;
    margin-bottom: 14px;
    font-size: 0.8rem;
    color: #334155;
    line-height: 1.55;
}
.wl-context-summary b { color: #0f172a; }

.booking-success-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 280px;
    overflow-y: auto;
}
.booking-success-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 14px;
    background: #f8fafc;
    text-align: left;
}
.bsc-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.78rem;
    padding: 3px 0;
}
.bsc-row span { color: #64748b; }
.bsc-row b { color: #0f172a; text-align: right; }

.wl-submit-btn {
    width: 100%;
    margin-top: 12px;
    padding: 12px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.92rem;
    background: linear-gradient(135deg, var(--purple-500), var(--purple-600));
}
.wl-legal-consents {
    margin: 14px 0 4px;
    padding: 12px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
.wl-legal-title {
    margin: 0 0 8px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}
.wl-legal-check {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 0.76rem;
    color: #334155;
    margin-bottom: 8px;
    line-height: 1.4;
    cursor: pointer;
}
.wl-legal-check:last-child { margin-bottom: 0; }
.wl-legal-check input { margin-top: 2px; flex-shrink: 0; }
.wl-legal-check a { font-weight: 600; color: var(--purple-600); }

/* —— Checkout adımları 4–6: iletişim / teslimat / ödeme (sade görünüm) —— */
body.booking-step-4 #store-profile-section,
body.booking-step-4 .store-ig-tabs,
body.booking-step-4 .store-catalog-subtabs,
body.booking-step-5 #store-profile-section,
body.booking-step-5 .store-ig-tabs,
body.booking-step-5 .store-catalog-subtabs,
body.booking-step-6 #store-profile-section,
body.booking-step-6 .store-ig-tabs,
body.booking-step-6 .store-catalog-subtabs,
body.booking-step-5 #store-panel-reviews,
body.booking-step-5 #store-panel-team,
body.booking-step-5 #store-panel-featured,
body.booking-step-5 #store-panel-about,
body.booking-step-6 #store-panel-reviews,
body.booking-step-6 #store-panel-team,
body.booking-step-6 #store-panel-featured,
body.booking-step-6 #store-panel-about {
    display: none !important;
}

body.booking-step-5 #wstep-1,
body.booking-step-5 #wstep-2,
body.booking-step-5 #wstep-3,
body.booking-step-5 #wstep-4,
body.booking-step-6 #wstep-1,
body.booking-step-6 #wstep-2,
body.booking-step-6 #wstep-3,
body.booking-step-6 #wstep-4,
body.booking-step-6 #wstep-5 {
    display: none !important;
}

body.booking-step-5 #products-category-bar-wrapper,
body.booking-step-5 #mobile-products-category-bar-wrapper,
body.booking-step-5 #selection-products-container,
body.booking-step-6 #products-category-bar-wrapper,
body.booking-step-6 #mobile-products-category-bar-wrapper,
body.booking-step-6 #selection-products-container {
    display: none !important;
}

body.booking-step-5 .booking-guided-nav,
body.booking-step-6 .booking-guided-nav {
    display: block !important;
}

body.booking-step-5 #mobile-cart-sticky-bar,
body.booking-step-6 #mobile-cart-sticky-bar {
    display: none !important;
}
