@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

:root {
    --pink: #ec3b6e;
    --pink-light: #fde8ee;
    --Pink-extra-light: #f8e4eb71;
    --pink-dark: #c72a58;
    --navy: #181528;
    --navy-2: #211d35;
    --text: #22212e;
    --muted: #8b8a99;
    --border: #eef0f4;
    --green: #1fb264;
    --orange: #f5a524;
    --bg: #f6f7fb;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: var(--text);
}

body,
button,
input,
select,
textarea {
    font-family: 'Poppins', sans-serif;
    outline:none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    font-family: inherit;
    cursor: pointer;
}

.container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;

}
input:focus {
    outline: 1px solid var(--pink);
    border:none; 
    
}
.footer-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

/* .fluid {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 24px;
} */

.container-fluid {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

/* =========================================================
   TERMS & CONDITIONS PAGE
   Beauty Studio Marketplace
   ========================================================= */
/* =========================================================
   MAIN PAGE
   ========================================================= */

.terms-page {
    font-family: 'Poppins', sans-serif;
    color: var(--navy);
    background: #fff;
    width: 100%;
}

.salon-booking-page {
    color: var(--text);
}

.back-link {
    position: absolute;
    top: 12px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    font-size: 11px;
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
}

.back-link i {
    color: var(--pink);
}

.salon-hero {
    position: relative;
    display: flex;
    min-height: 190px;
    gap: 0;
    background: var(--pink-light);
    border-radius: 12px;
    margin-bottom: 22px;
    overflow: hidden;
}

.salon-hero-left {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 14px;
    width: 30%;
    padding: 48px 12px 18px 28px;
    align-items: center;
}

.salon-logo-box {
    width: 84px;
    height: 84px;
    border-radius: 12px;
    border: 2px solid var(--pink);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 23px;
    color: var(--pink);
    flex-shrink: 0;
    overflow: hidden;
}

.salon-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.salon-hero-info h1 {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

.verified-badge {
    color: #2f9bff;
    font-size: 16px;
}

.salon-hero-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 6px 0;
    font-size: 14px;
    flex-wrap: wrap;
}

.salon-rating i {
    color: #f5a623;

}

.salon-location i {
    color: var(--pink);
}

.salon-tags {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: var(--muted);
    flex-wrap: wrap;
}

.salon-tags i {
    color: var(--pink);
    margin-right: 4px;
}

.salon-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.salon-hero-action {
    border: 1px solid var(--pink);
    border-radius: 999px;
    padding: 7px 11px;
    background: #fff;
    color: var(--pink-dark);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.salon-hero-action:hover:not(:disabled) {
    background: var(--pink);
    color: #fff;
}

.salon-hero-action:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.salon-hero-banner {
    position: relative;
    width: 70%;
    min-height: 190px;
    overflow: hidden;
    flex-shrink: 0;
}

.salon-hero-banner::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, var(--pink-light) 0%, rgba(255, 246, 249, .78) 8%, rgba(255, 246, 249, 0) 34%);
    pointer-events: none;
}

.salon-hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
}

.salon-hero-banner-text {
    position: absolute;
    top: 22px;
    right: 18%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    font-family: cursive, sans-serif;
    font-size: 17px;
    color: var(--pink-dark);
    font-weight: 600;
    opacity: .7;
}

.salon-modal-open {
    overflow: hidden;
}

.salon-media-modal {
    position: fixed;
    inset: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(24, 21, 40, .72);
}

.salon-media-modal[hidden] {
    display: none;
}

.salon-media-dialog {
    position: relative;
    width: min(720px, 100%);
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 26px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.salon-gallery-dialog {
    width: fit-content;
    max-width: calc(100vw - 40px);
}

.salon-media-dialog h2 {
    margin: 0 34px 18px 0;
    color: var(--text);
    font-size: 20px;
}

.salon-media-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    cursor: pointer;
}

.salon-gallery-viewer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.salon-gallery-viewer img {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(100vw - 150px);
    max-height: calc(100vh - 150px);
    object-fit: contain;
    background: #f8f5f6;
    border-radius: 10px;
}

.salon-gallery-nav {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: #fff;
    color: var(--pink);
    cursor: pointer;
}

.salon-gallery-count {
    margin: 10px 0 0;
    text-align: center;
    color: var(--muted);
    font-size: 12px;
}

.salon-video-player,
.salon-map-frame {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 10px;
}

.salon-video-player {
    max-height: 65vh;
    background: #111;
}

.salon-map-frame {
    height: min(60vh, 440px);
}

.salon-map-directions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: var(--pink-dark);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.salon-media-empty {
    padding: 42px 20px;
    text-align: center;
    color: var(--muted);
}

.salon-media-empty i {
    display: block;
    margin-bottom: 10px;
    color: var(--pink);
    font-size: 30px;
}

.salon-media-empty p {
    margin: 0;
}

.booking-steps {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px 24px;
    margin-bottom: 22px;
}

.booking-step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

.booking-step[data-booking-step="1"],
.booking-step[data-booking-step="2"],
.booking-step[data-booking-step="3"] {
    cursor: pointer;
}

.booking-step[data-booking-step="1"]:hover .step-label,
.booking-step[data-booking-step="2"]:hover .step-label,
.booking-step[data-booking-step="3"]:hover .step-label {
    color: var(--pink);
}

.step-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f0f0f0;
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.booking-step.active .step-circle {
    background: var(--pink);
    color: #fff;
}

.booking-step.active .step-label {
    color: var(--text);
}

.step-line {
    flex: 1;
    height: 2px;
    background: var(--border);
    margin: 0 10px;
}

.booking-layout {
    display: grid;
    grid-template-columns: 230px 1fr 320px;
    gap: 20px;
    align-items: start;
}

.service-categories-card,
.booking-summary-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
}

.service-categories-card h3,
.booking-summary-card h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}

.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    color: var(--text);
}

.category-item i {
    color: var(--muted);
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.category-item .count {
    background: #f0f0f0;
    color: var(--muted);
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 999px;
}

.category-item.active {
    background: var(--pink-light);
    color: var(--pink);
    font-weight: 700;
}

.category-item.active i {
    color: var(--pink);
}

.category-item.active .count {
    background: var(--pink);
    color: #fff;
}

.services-main-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.services-main-header h2 {
    font-size: 19px;
    font-weight: 600;
}

.services-main-header p {
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 2px;
}

.services-controls {
    display: flex;
    gap: 10px;
}

.services-search {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 10px;

}

.services-search i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: 12px;
}

.services-search input {
    padding: 9px 12px 9px 30px;
    font-size: 12.5px;
    width: 190px;
    outline: none;
    border: none;
}

input.active {
    outline: none;
}

.services-sort {
    padding: 9px 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 12.5px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service-card-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
}

.service-card-media {
    position: relative;
    height: 240px;
    background: var(--pink-light);
}

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

.service-card-image-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pink);
    font-size: 26px;
}

.duration-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pink);
    cursor: pointer;
}

.service-card-body {
    padding: 14px;
}

.service-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.service-rating i {
    color: #f5a623;
    margin-right: 3px;
}

.service-category-pill {
    background: var(--pink-light);
    color: var(--pink);
    padding: 2px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

.service-name {
    font-size: 14.5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-name a:hover {
    cursor: pointer;
    color: var(--pink);
}

.service-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-price {
    font-size: 15px;
    font-weight: 800;
    color: var(--pink);
}

.book-now-btn {
    background: var(--pink);
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
}

.book-now-btn.added {
    background: var(--pink);
}

.summary-salon {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 14px;
}

.summary-salon-logo {
    width: 84px;
    height: 84px;
    border-radius: 10px;
    border: 2px solid var(--pink-light);
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    overflow: hidden;
}

.summary-salon-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.summary-salon-name {
    font-size: 13.5px;
    font-weight: 700;
}

.summary-salon-location {
    font-size: 11.5px;
    color: var(--muted);
}

.summary-services h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.selected-services-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.empty-selected {
    font-size: 12.5px;
    color: var(--muted);
}

.selected-service-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #faf7f8;
    border-radius: 10px;
    padding: 8px 10px;
}

.selected-service-info {
    display: flex;
    flex-direction: column;
}

.selected-service-name {
    font-size: 12.5px;
    font-weight: 600;
}

.selected-service-price {
    font-size: 11.5px;
    color: var(--pink);
    font-weight: 700;
}

.remove-service-btn {
    border: none;
    background: none;
    color: var(--muted);
    cursor: pointer;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 800;
    padding-top: 12px;
    margin-top: 10px;
    border-top: 1px solid var(--border);
}

.summary-total span:last-child {
    color: var(--pink);
}

.why-book-box {
    background: var(--pink-light);
    border-radius: 12px;
    padding: 14px;
    margin: 18px 0;
}

.why-book-box h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-book-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12.5px;
}

.why-book-box li i {
    color: var(--pink);
    margin-right: 6px;
}

.continue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--pink);
    color: #fff;
    text-decoration: none;
    padding: 13px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13.5px;
    border: none;
    outline: none;
    margin-top: 10px;
    width: 100%;
}

.continue-btn.disabled {
    opacity: .55;
    pointer-events: none;
}

.salon-footer-strip {
    background: var(--pink-light);
    margin-top: 40px;
    padding: 26px 40px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-strip-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12.5px;
}

.footer-strip-item i {
    color: var(--pink);
    font-size: 20px;
}

.footer-strip-item div {
    display: flex;
    flex-direction: column;
}

.footer-strip-item strong {
    font-size: 13px;
}

.footer-strip-item span {
    color: var(--muted);
}

.footer-strip-item.brand-note strong,
.footer-strip-item.brand-note span {
    color: var(--pink);
    font-family: cursive, sans-serif;
}

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

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .salon-hero {
        min-height: 360px;
        flex-direction: column;
    }

    .salon-hero-left {
        width: 100%;
        min-height: 190px;
        padding: 54px 20px 20px;
        align-items: center;
    }

    .salon-hero-banner {
        width: 100%;
        min-height: 210px;
    }

    .salon-hero-banner::after {
        background: linear-gradient(180deg, var(--pink-light) 0%, rgba(255, 246, 249, .2) 42%, rgba(255, 246, 249, 0) 70%);
    }

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

/* ===== Step 2: Choose Date & Time ===== */
.booking-layout-step2 {
    grid-template-columns: 1fr 320px;
}

.booking-layout-step3 {
    grid-template-columns: 1fr 350px;
}

.date-time-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 22px;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 0;
}

.date-time-card[hidden] {
    display: none !important;
}

.salon-confirm-panel[hidden] {
    display: none !important;
}

.choose-date-panel {
    padding-right: 28px;
    border-right: 1px solid var(--border);
}

.choose-time-panel {
    padding-left: 28px;
}

.choose-date-panel h3,
.choose-time-panel h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 18px;
}

.choose-date-panel h3 i,
.choose-time-panel h3 i {
    color: var(--pink);
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.calendar-header span {
    font-size: 14px;
    font-weight: 700;
}

.cal-nav {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cal-nav:hover {
    background: var(--bg);
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 11.5px;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 6px;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-day {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 50%;
    cursor: pointer;
    color: var(--text);
}

.calendar-day:hover:not(.disabled):not(.empty) {
    background: var(--pink-light);
}

.calendar-day.empty {
    visibility: hidden;
    cursor: default;
}

.calendar-day.disabled {
    color: var(--muted);
    text-decoration: line-through;
    cursor: not-allowed;
}

.calendar-day.selected {
    background: var(--pink);
    color: #fff;
    font-weight: 700;
}

.calendar-legend {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    font-size: 11.5px;
    color: var(--muted);
}

.calendar-legend .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.dot-available {
    background: var(--navy);
}

.dot-booked {
    background: #d7d7de;
}

.dot-selected {
    background: var(--pink);
}

.time-group {
    margin-bottom: 22px;
}

.time-group h4 {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 10px;
}

.time-slots {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.time-slots-note {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 12.5px;
    margin: 0;
}

.time-slot {
    padding: 10px 8px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    text-align: center;
}

.time-slot:hover:not(.disabled) {
    border-color: var(--pink);
    color: var(--pink);
}

.time-slot.active {
    background: var(--pink);
    border-color: var(--pink);
    color: #fff;
}

.time-slot.disabled {
    color: #c8c8d2;
    text-decoration: line-through;
    background: var(--bg);
    cursor: not-allowed;
}

@media (max-width: 700px) {
    .date-time-card {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .choose-date-panel {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid var(--border);
        padding-bottom: 22px;
    }

    .choose-time-panel {
        padding-left: 0;
    }

    .time-slots {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===== Booking Summary v2 (replaces booking-summary-card content) ===== */
.booking-summary-v2 h3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-summary-v2 h3 i {
    color: var(--pink);
}

.summary-block h4 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.summary-block h4 i {
    color: var(--pink);
    font-size: 12px;
}

.selected-services-list-v2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--border);
}

.selected-service-row-v2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.selected-service-thumb {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.selected-service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.selected-service-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 2px;
}

.selected-service-details .selected-service-name {
    font-size: 13px;
    font-weight: 700;
}

.selected-service-details .selected-service-duration {
    font-size: 11px;
    color: var(--muted);
}

.selected-service-details .selected-service-duration i {
    margin-right: 4px;
}

.selected-service-details .selected-service-price {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--pink);
}

.remove-service-btn-v2 {
    border: none;
    background: none;
    color: var(--muted);
    cursor: pointer;
    align-self: flex-start;
}

.summary-meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    padding: 9px 0;
}

.summary-meta-row i {
    color: var(--pink);
    width: 14px;
}

.summary-meta-row .meta-label {
    color: var(--muted);
    width: 40px;
}

.summary-meta-row .meta-value {
    font-weight: 700;
    color: var(--text);
    margin-left: auto;
}

.summary-total-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--pink-light);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 800;
    margin: 14px 0;
}

.summary-total-v2 span:last-child {
    color: var(--pink);
}

.summary-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--muted);
    margin-top: 12px;
}

.summary-note i {
    color: var(--muted);
}

.salon-confirm-panel {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 22px;
    min-width: 0;
}

.salon-validation-errors {
    background: #fff1f1;
    border: 1px solid #f0b8b8;
    border-radius: 8px;
    color: #a52b2b;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 16px;
    padding: 10px 12px;
}

.salon-confirm-main h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    margin-bottom: 18px;
}

.salon-confirm-main h3 i,
.salon-customer-details i {
    color: var(--pink);
}

.salon-auth-section {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
}

.salon-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.salon-auth-section h4 {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    margin-bottom: 14px;
}

.salon-auth-section h4 i {
    color: var(--pink);
}

.salon-auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
}

.salon-auth-tabs button {
    border: 0;
    background: #fff;
    padding: 12px;
    color: var(--muted);
    font-weight: 700;
    cursor: pointer;
}

.salon-auth-tabs button.active {
    background: var(--pink-light);
    color: var(--pink);
}

.salon-form-field {
    margin-bottom: 14px;
}

.salon-form-field label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.salon-form-field input,
.salon-form-field textarea,
.salon-payment-block input,
.salon-payment-block select {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 13px;
    background: #fff;
}

.salon-password-field {
    position: relative;
}

.salon-password-field input {
    padding-right: 42px;
}

.salon-password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    padding: 4px;
}

.salon-password-toggle:hover {
    color: var(--pink);
}

.salon-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.salon-secondary-action,
.salon-add-payment {
    border: 0;
    background: var(--pink);
    color: #fff;
    padding: 11px 14px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

.salon-form-note {
    color: var(--muted);
    font-size: 11.5px;
    margin-top: 10px;
}

.salon-customer-details,
.salon-appointment-details {
    background: var(--pink-light);
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 18px;
    font-size: 12.5px;
    line-height: 1.8;
}

.salon-customer-details h4,
.salon-appointment-details h4,
.salon-payment-block h4 {
    font-size: 13px;
    margin-bottom: 6px;
}

.salon-customer-details p,
.salon-appointment-details p {
    margin: 0;
}

.salon-detail-copy {
    font-size: 12.5px;
    line-height: 1.8;
}

.salon-payment-block {
    border-top: 1px solid var(--border);
    padding-top: 14px;
    margin-top: 14px;
}

.salon-pay-option {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.salon-pay-option input {
    accent-color: var(--pink);
    width: auto;
    margin: 0 !important;
    padding: 0;
}

.salon-pay-option.selected {
    border-color: var(--pink);
    background: var(--pink-light);
}

.salon-pay-option i {
    color: var(--pink);
}

.salon-payment-block select,
.salon-payment-block input {
    margin-top: 8px;
}

.salon-payment-tabs,
.salon-payment-type-tabs {
    display: flex;
    gap: 8px;
    margin: 12px 0;
}

.salon-payment-tabs button,
.salon-payment-type-tabs button {
    border: 1px solid var(--border);
    border-radius: 999px;
    background: #fff;
    color: var(--muted);
    padding: 9px 13px;
    font-size: 11.5px;
    font-weight: 700;
    cursor: pointer;
}

.salon-payment-tabs button.active,
.salon-payment-type-tabs button.active {
    background: var(--pink);
    border-color: var(--pink);
    color: #fff;
}

.salon-payment-type-tabs {
    margin: 8px 0 4px;
}

.salon-payment-type-tabs button {
    padding: 8px 11px;
}

.salon-save-payment {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 12px;
    font-size: 11.5px;
    color: var(--text);
}

.salon-save-payment input {
    width: auto;
    margin: 0;
}

.salon-payment-block [hidden] {
    display: none !important;
}

.continue-btn:disabled,
.continue-btn.disabled {
    opacity: .55;
    pointer-events: none;
}

.continue-btn[hidden] {
    display: none !important;
}

/* Appointment confirmation */
.confirmation-page {
    max-width: 90%;
    margin: 0 auto;
    padding: 24px 0 40px;
}

.confirmation-steps {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.confirmation-step {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--muted);
    font-size: 12px;
    white-space: nowrap;
}

.confirmation-step span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f1f4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #687080;
}

.confirmation-step.done span,
.confirmation-step.active span {
    background: var(--pink);
    color: #fff;
}

.confirmation-step.active strong {
    color: var(--pink);
}

.confirmation-line {
    height: 2px;
    flex: 1;
    background: var(--border);
}

.confirmation-line.done {
    background: #f3a1bd;
}

.confirmation-hero {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    border: 1px solid #f8dce7;
    border-radius: 12px;
    background: linear-gradient(100deg, #fff3f7, #ffe8f0);
    margin-bottom: 18px;
}

.confirmation-hero-copy {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px 42px;
    position: relative;
    z-index: 1;
}

.confirmation-check {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 0 0 12px #ffd9e6;
}

.confirmation-hero h1 {
    color: #132d52;
    font-size: 28px;
    margin: 0 0 6px;
}

.confirmation-hero p {
    color: #64758b;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 14px;
}

.confirmation-reference {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    border-radius: 8px;
    background: #fff0f5;
    color: #718096;
    font-size: 11px;
}

.confirmation-reference strong {
    color: var(--pink);
    font-size: 13px;
}

.confirmation-reference button {
    border: 0;
    background: none;
    color: var(--pink);
    cursor: pointer;
}

.confirmation-hero-image {
    width: 48%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    object-position: center;
    mask-image: linear-gradient(90deg, transparent, #000 20%);
}

.confirmation-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, .95fr);
    gap: 18px;
}

.confirmation-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
}

.confirmation-card h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #183354;
    font-size: 16px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 16px;
    margin: 0 0 16px;
}

.confirmation-card h2 i,
.confirmation-section-title i {
    color: var(--pink);
}

.confirmation-salon {
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 16px;
    margin-bottom: 14px;
}

.confirmation-salon-logo {
    width: 96px;
    height: 72px;
    border: 1px solid var(--border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pink);
    overflow: hidden;
}

.confirmation-salon-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.confirmation-salon h3,
.confirmation-service h3 {
    color: #183354;
    font-size: 14px;
    margin: 0 0 5px;
}

.confirmation-salon p,
.confirmation-service p {
    color: var(--muted);
    font-size: 11.5px;
    margin: 0;
}

.confirmation-section-title {
    color: #183354;
    font-size: 13px;
    font-weight: 800;
    margin: 16px 0 10px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.confirmation-service {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--border);
    padding: 8px 0 14px;
}

.confirmation-service-image {
    width: 92px;
    height: 72px;
    border-radius: 7px;
    overflow: hidden;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.confirmation-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.confirmation-service>div:nth-child(2) {
    flex: 1;
}

.confirmation-service>strong {
    color: var(--pink);
    font-size: 14px;
}

.confirmation-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 16px;
}

.confirmation-meta-grid>div {
    display: flex;
    gap: 9px;
    padding: 7px 12px;
    border-right: 1px solid var(--border);
    color: var(--pink);
    font-size: 18px;
}

.confirmation-meta-grid>div:last-child {
    border-right: 0;
}

.confirmation-meta-grid span {
    color: #718096;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.confirmation-meta-grid strong {
    color: #183354;
    font-size: 12px;
}

.confirmation-total {
    display: flex;
    justify-content: space-between;
    background: #fff0f5;
    color: #183354;
    font-weight: 700;
    border-radius: 8px;
    padding: 14px 16px;
    margin-top: 16px;
}

.confirmation-total strong {
    color: var(--pink);
    font-size: 17px;
}

.confirmation-notice {
    display: flex;
    gap: 12px;
    margin: 14px 0;
    color: var(--pink);
}

.confirmation-notice div {
    flex: 1;
}

.confirmation-notice strong {
    color: #183354;
    font-size: 12px;
}

.confirmation-notice p,
.confirmation-help p {
    color: var(--muted);
    font-size: 11.5px;
    line-height: 1.5;
    margin: 4px 0 0;
}

.confirmation-help {
    display: flex;
    gap: 12px;
    background: #fff0f5;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    color: var(--pink);
}

.confirmation-help strong {
    color: #183354;
    font-size: 12px;
}

.confirmation-help a {
    display: inline-block;
    color: var(--pink);
    font-size: 11.5px;
    font-weight: 700;
    margin-top: 8px;
}

.confirmation-primary-action,
.confirmation-secondary-action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 12px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
}

.confirmation-primary-action {
    background: var(--pink);
    color: #fff;
}

.confirmation-secondary-action {
    border: 1px solid var(--pink);
    color: var(--pink);
}

@media (max-width: 760px) {
    .confirmation-page {
        padding: 16px;
    }

    .confirmation-steps {
        overflow-x: auto;
    }

    .confirmation-step {
        font-size: 10px;
    }

    .confirmation-hero-copy {
        padding: 24px;
        gap: 16px;
    }

    .confirmation-check {
        width: 52px;
        height: 52px;
        font-size: 24px;
        flex-shrink: 0;
    }

    .confirmation-hero h1 {
        font-size: 21px;
    }

    .confirmation-hero-image {
        display: none;
    }

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

    .confirmation-meta-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .confirmation-meta-grid>div {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }
}

@media (max-width: 700px) {
    .salon-auth-grid {
        grid-template-columns: 1fr;
    }

    .salon-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* =========================================================
   HERO SECTION
   ========================================================= */

.terms-hero {

    position: relative;
    overflow: hidden;
    min-height: 275px;

    background:
        radial-gradient(circle at 75% 45%,
            rgba(255, 255, 255, 0.85) 0,
            rgba(255, 255, 255, 0) 28%),
        linear-gradient(100deg,
            #fff2f7 0%,
            #ffe7f0 48%,
            #ffdce9 100%);

}

.terms-hero::before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    right: -100px;
    top: -150px;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.30);
}

.terms-hero::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    left: -170px;
    bottom: -210px;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}


.terms-hero-inner {
    position: relative;
    z-index: 2;

    width: 90%;
    min-height: 275px;

    margin: 0 auto;
    padding: 38px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.terms-hero-content {
    width: 55%;
}

.terms-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 20px;

    font-size: 13px;
    font-weight: 500;
    color: #61708b;
}

.terms-breadcrumb i {
    color: var(--pink);
    font-size: 12px;
}

.terms-breadcrumb .active {
    color: var(--navy);
    font-weight: 600;
}


.terms-title {
    margin: 0;

    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;

    letter-spacing: -1.5px;

    color: var(--navy);
}

.terms-title span {
    color: var(--pink);
}


.terms-title-line {
    width: 58px;
    height: 4px;

    margin: 17px 0;

    border-radius: 10px;
    background: var(--pink);
}


.terms-hero-description {
    max-width: 610px;

    margin: 0;

    color: #66758e;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   HERO DECORATIVE AREA
   ========================================================= */

.terms-hero-art {
    position: absolute;

    right: 10px;
    top: 0;

    width: 53%;
    height: 100%;

    pointer-events: none;
}


/* =========================================================
   HERO PAPER / DOCUMENT
   ========================================================= */

.hero-paper {
    position: absolute;

    right: 115px;
    top: 12px;

    width: 285px;
    height: 285px;

    padding: 30px;

    background: rgba(255, 255, 255, 0.88);

    border: 1px solid rgba(255, 255, 255, 0.9);

    box-shadow:
        0 15px 40px rgba(160, 65, 100, 0.12);

    transform: rotate(-7deg);
}

.hero-paper::before {
    content: "";

    position: absolute;
    inset: 8px;

    border: 1px solid #f2dce5;
}


.hero-paper-content {
    position: relative;
    z-index: 2;

    text-align: center;
}


.hero-paper-title {
    margin-top: 25px;

    font-family: Georgia, serif;

    font-size: 25px;
    line-height: 1.2;

    color: #20273a;
}


.paper-lines {
    margin-top: 18px;
}

.paper-lines span {
    display: block;

    width: 80%;
    height: 3px;

    margin: 9px auto;

    background: #d9dbe1;
}

.paper-lines span:nth-child(2) {
    width: 65%;
}

.paper-lines span:nth-child(4) {
    width: 72%;
}


.paper-sign {
    width: 65px;

    margin-top: 14px;
    margin-left: auto;

    font-family: cursive;
    font-size: 17px;

    color: #7c8190;

    transform: rotate(-7deg);
}


/* =========================================================
   HERO LIPSTICK
   ========================================================= */

.hero-lipstick {
    position: absolute;

    left: 120px;
    top: 78px;

    width: 25px;
    height: 95px;

    border-radius: 5px 5px 8px 8px;

    background:
        linear-gradient(90deg,
            #d82461,
            #ff4c84,
            #d92362);

    transform: rotate(-30deg);

    box-shadow:
        0 8px 18px rgba(215, 35, 99, 0.22);
}

.hero-lipstick::before {
    content: "";

    position: absolute;

    width: 19px;
    height: 38px;

    left: 3px;
    top: -31px;

    border-radius: 10px 10px 4px 4px;

    background:
        linear-gradient(135deg,
            #ff547f,
            #d31d59);
}


/* =========================================================
   HERO CREAM
   ========================================================= */

.hero-cream {
    position: absolute;

    right: 410px;
    top: 30px;

    width: 68px;
    height: 40px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.75);

    border: 2px solid #f2d4df;

    transform: rotate(-10deg);
}


/* =========================================================
   HERO FLOWER
   ========================================================= */

.hero-flower {
    position: absolute;

    right: 25px;
    top: 5px;

    width: 115px;
    height: 115px;

    border-radius: 50%;

    opacity: 0.9;

    background:
        radial-gradient(circle,
            #eaa3b9 0 10%,
            transparent 11%),
        radial-gradient(ellipse at 50% 5%,
            #f9b8cc 0 20%,
            transparent 21%),
        radial-gradient(ellipse at 95% 50%,
            #f9b8cc 0 20%,
            transparent 21%),
        radial-gradient(ellipse at 50% 95%,
            #f9b8cc 0 20%,
            transparent 21%),
        radial-gradient(ellipse at 5% 50%,
            #f9b8cc 0 20%,
            transparent 21%);

    filter: blur(0.2px);
}


/* =========================================================
   HERO BRUSHES
   ========================================================= */

.hero-brushes {
    position: absolute;

    right: 0;
    bottom: -15px;

    width: 100px;
    height: 145px;
}

.hero-brush {
    position: absolute;

    bottom: 0;

    width: 13px;
    height: 115px;

    border-radius: 7px;

    background: #a97962;

    transform: rotate(18deg);
}

.hero-brush::before {
    content: "";

    position: absolute;

    top: -28px;
    left: -4px;

    width: 21px;
    height: 35px;

    border-radius: 50% 50% 35% 35%;

    background: #5d3e38;
}

.hero-brush:nth-child(2) {
    right: 28px;

    height: 125px;

    transform: rotate(-9deg);
}

.hero-brush:nth-child(3) {
    right: 4px;

    height: 105px;

    transform: rotate(30deg);
}


/* =========================================================
   TERMS CONTENT SECTION
   ========================================================= */

.terms-content-section {
    padding: 32px 0 55px;

    background: #fff;
}

.terms-container {
    width: 90%;
    margin: 0 auto;
}


.terms-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.65fr) minmax(320px, 1fr);

    gap: 22px;

    align-items: stretch;
}


/* =========================================================
   LEFT TERMS CARD
   ========================================================= */

.terms-policy-card {
    background: #fff;

    border: 1px solid var(--border);

    border-radius: 9px;

    padding: 8px 24px;

    box-shadow:
        0 3px 15px rgba(17, 26, 53, 0.025);
}


.terms-policy-item {
    display: grid;

    grid-template-columns: 66px 1fr;

    gap: 18px;

    padding: 21px 0;

    border-bottom: 1px solid #e9edf2;
}

.terms-policy-item:last-child {
    border-bottom: none;
}


/* =========================================================
   POLICY ICON
   ========================================================= */

.terms-icon {
    width: 53px;
    height: 53px;

    border-radius: 50%;

    background: var(--pink-light);

    color: var(--pink);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;

    box-shadow:
        inset 0 0 0 1px rgba(236, 47, 114, 0.03);
}


/* =========================================================
   POLICY TEXT
   ========================================================= */

.terms-policy-title {
    margin: 2px 0 7px;

    font-size: 16px;
    line-height: 1.4;

    font-weight: 700;

    color: var(--navy);
}

.terms-policy-text {
    max-width: 800px;

    margin: 0;

    color: #687791;

    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   TRUST CARD
   ========================================================= */

.terms-trust-card {
    position: relative;

    overflow: hidden;

    min-height: 435px;

    padding: 38px 30px;

    border-radius: 10px;

    background:
        radial-gradient(circle at 76% 53%,
            rgba(255, 255, 255, 0.65),
            transparent 29%),
        linear-gradient(135deg,
            #fff0f6 0%,
            #ffe5ef 100%);
}

.terms-trust-card::before {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    right: -65px;
    top: 80px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.48);
}


/* =========================================================
   TRUST CONTENT
   ========================================================= */

.trust-content {
    position: relative;
    z-index: 4;

    width: 60%;
}


.trust-heading {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    margin-bottom: 15px;
}


.trust-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.58);

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--pink);

    font-size: 22px;
}


.trust-title {
    margin: 0;
    padding-top: 3px;

    font-size: 21px;
    line-height: 1.25;

    font-weight: 800;

    color: var(--navy);
}


.trust-description {
    margin: 0 0 22px;

    color: #69758b;

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   TRUST LIST
   ========================================================= */

.trust-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.trust-list li {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 15px;

    color: #64718a;

    font-size: 12.5px;

    font-weight: 500;
}


.trust-check {
    width: 20px;
    height: 20px;

    flex: 0 0 20px;

    border-radius: 50%;

    background: var(--pink);

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 9px;
}


/* =========================================================
   TRUST SIGNATURE
   ========================================================= */

.trust-signature {
    display: inline-block;

    margin-top: 27px;

    font-family:
        "Brush Script MT",
        "Segoe Script",
        cursive;

    color: var(--pink);

    font-size: 22px;
    line-height: 1.05;

    transform: rotate(-4deg);
}

.trust-signature::after {
    content: "♡";

    font-size: 23px;

    margin-left: 8px;
}


/* =========================================================
   TRUST ART
   ========================================================= */

.trust-art {
    position: absolute;

    z-index: 3;

    right: 17px;
    bottom: 15px;

    width: 43%;
    height: 300px;
}


/* =========================================================
   TRUST PLATFORM
   ========================================================= */

.trust-platform {
    position: absolute;

    right: 5px;
    bottom: 8px;

    width: 225px;
    height: 24px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.75);

    box-shadow:
        0 14px 28px rgba(191, 79, 119, 0.10);
}


/* =========================================================
   TRUST DOCUMENT
   ========================================================= */

.trust-paper {
    position: absolute;

    right: 45px;
    bottom: 30px;

    width: 150px;
    height: 205px;

    padding: 22px;

    border-radius: 6px;

    background: rgba(255, 255, 255, 0.92);

    box-shadow:
        0 18px 35px rgba(144, 69, 99, 0.14);

    transform: rotate(5deg);
}

.trust-paper::before {
    content: "";

    position: absolute;

    inset: 8px;

    border: 1px solid #f0e0e6;

    border-radius: 4px;
}


/* =========================================================
   TRUST SHIELD
   ========================================================= */

.trust-shield {
    position: relative;

    z-index: 2;

    width: 45px;
    height: 51px;

    margin: 14px auto 16px;

    color: #f26a96;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 38px;
}


/* =========================================================
   TRUST PAPER LINES
   ========================================================= */

.trust-paper-lines {
    position: relative;

    z-index: 2;
}

.trust-paper-lines span {
    display: block;

    height: 3px;

    margin: 8px 0;

    background: #dfe1e5;
}

.trust-paper-lines span:nth-child(1) {
    width: 82%;
}

.trust-paper-lines span:nth-child(2) {
    width: 67%;
}

.trust-paper-lines span:nth-child(3) {
    width: 76%;
}


/* =========================================================
   TRUST CHECK BOX
   ========================================================= */

.trust-paper-check {
    position: absolute;

    z-index: 3;

    right: 13px;
    bottom: 18px;

    width: 50px;
    height: 50px;

    border: 3px solid #f279a0;

    border-radius: 8px;

    transform: rotate(-8deg);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #f279a0;

    font-size: 20px;

    background: rgba(255, 255, 255, 0.8);
}


/* =========================================================
   TRUST PEN
   ========================================================= */

.trust-pen {
    position: absolute;

    right: 20px;
    bottom: 30px;

    width: 8px;
    height: 125px;

    border-radius: 5px;

    background:
        linear-gradient(to right,
            #c9a48f,
            #f1c5b0,
            #b88b78);

    transform: rotate(25deg);

    z-index: 5;
}

.trust-pen::before {
    content: "";

    position: absolute;

    top: -10px;
    left: -2px;

    width: 12px;
    height: 20px;

    border-radius: 5px;

    background: #d89b86;
}


/* =========================================================
   TRUST LEAVES
   ========================================================= */

.trust-leaf {
    position: absolute;

    width: 32px;
    height: 14px;

    border-radius: 100% 0 100% 0;

    background: #718c70;

    transform: rotate(-35deg);

    opacity: 0.8;
}

.trust-leaf.one {
    right: 2px;
    top: 55px;

    transform: rotate(-20deg);
}

.trust-leaf.two {
    right: 35px;
    top: 88px;

    transform: rotate(35deg);
}

.trust-leaf.three {
    left: 5px;
    bottom: 90px;

    transform: rotate(-65deg);
}

.trust-leaf.four {
    left: 30px;
    bottom: 110px;

    transform: rotate(20deg);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {

    .terms-title {
        font-size: 40px;
    }

    .hero-paper {
        right: 65px;

        width: 245px;
        height: 260px;
    }

    .terms-hero-art {
        width: 48%;
    }

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

    .terms-trust-card {
        min-height: 390px;
    }
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .terms-hero {
        min-height: auto;
    }

    .terms-hero-inner {
        min-height: 360px;

        padding: 35px 22px;
    }

    .terms-hero-content {
        width: 100%;

        position: relative;
        z-index: 5;
    }

    .terms-title {
        font-size: 34px;
    }

    .terms-hero-description {
        max-width: 450px;

        font-size: 13px;
    }

    .terms-hero-art {
        width: 100%;

        opacity: 0.38;
    }

    .hero-paper {
        right: 10px;
    }

    .hero-lipstick {
        left: auto;
        right: 300px;
    }

    .terms-container {
        padding: 0 18px;
    }

    .terms-policy-card {
        padding: 5px 18px;
    }

    .terms-policy-item {
        grid-template-columns: 50px 1fr;

        gap: 13px;
    }

    .terms-icon {
        width: 45px;
        height: 45px;

        font-size: 17px;
    }

    .terms-policy-title {
        font-size: 15px;
    }

    .terms-policy-text {
        font-size: 12px;
    }

    .terms-trust-card {
        min-height: 500px;

        padding: 30px 24px;
    }

    .trust-content {
        width: 100%;
    }

    .trust-art {
        opacity: 0.72;

        right: -5px;
        bottom: -5px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .terms-hero-inner {
        min-height: 390px;

        padding: 28px 18px;
    }

    .terms-title {
        font-size: 30px;
    }

    .terms-breadcrumb {
        font-size: 11px;
    }

    .terms-policy-item {
        grid-template-columns: 1fr;
    }

    .terms-icon {
        margin-bottom: -4px;
    }

    .terms-trust-card {
        min-height: 560px;
    }

    .trust-art {
        width: 90%;

        opacity: 0.48;
    }
}

/* Topbar */
.topbar-strip {
    background: var(--navy);
    color: #cfcde0;
    font-size: 12.5px;
}

.topbar-strip .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
}

.topbar-strip .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
}

.topbar-strip .left i {
    color: var(--pink);
    margin-right: 6px;
}


.topbar-strip .right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.topbar-strip .right a {
    color: #cfcde0;
}

.topbar-strip .right a:hover {
    color: #fff;
}

.topbar-strip .right span {
    color: #4a4664;
}

.site-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
}

.dash-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
}

body {
    padding-top: 166px;
}

.widget {
    position: fixed;
    right: 0px;
    padding: 0 18px;
    max-width: 300px;
}

/* Header */
.header {
    padding: 16px 0;
}

.header .row {
    display: flex;
    align-items: center;
    gap: 28px;
}


.logo {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;

    color: var(--pink);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.logo .sub {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 9px;
    letter-spacing: 2px;
    color: var(--muted);
    font-weight: 600;
    margin-top: 3px;
}

.search-form {
    flex: 1;
    display: flex;
    max-width: 740px;
}

.search-form select {
    border: 1px solid var(--border);
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 0 12px;
    font-size: 13px;
    color: var(--muted);
    background: #fafafa;
}

.search-form input {
    flex: 1;
    border: 1px solid var(--pink-light);
    border-radius: 0px 8px 8px 0px;
    padding: 0 14px;
    font-size: 13px;
    height: 44px;
    outline: none;
}

.search-form button {
    width: 48px;
    height: 44px;
    background: var(--pink);
    border: none;
    border-radius: 8px 0 0 8px;
    color: #fff;
    font-size: 14px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: auto;
}

.header-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11.5px;
    color: var(--text);
    font-weight: 600;
    position: relative;
}

.header-action i {
    font-size: 19px;
    margin-bottom: 3px;
    color: var(--text);
}

.header-action .cart-count {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -6px;
    right: -10px;
    background: var(--pink);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 60%;
    padding: 0 5px;
}

.variant-select {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: var(--text, #1a1a1a);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: #fff;
}

.currency {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Nav */
.navbar {
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 1;
}

.navbar .row {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 52px;
    flex-wrap: nowrap;
}

.cats-dropdown-wrap {
    position: relative;
    z-index: 60;
    flex-shrink: 0;
}

.all-cats-btn {
    background: var(--pink);
    color: #fff;
    border: none;
    height: 38px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.nav-links {
    display: flex;
    gap: 22px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    position: relative;
    z-index: 1;
    overflow-x: auto;
    white-space: nowrap;
}

.nav-links a {
    flex-shrink: 0;
    pointer-events: auto;
}

.nav-links a.active {
    color: var(--pink);
    font-weight: 600;
    position: relative;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--pink);
}

.nav-links a:hover {
    color: var(--pink);
}

/* Hero carousel */
.hero {
    background: linear-gradient(120deg, #fdeaf1, #fde3ec);
    background-image: url('/banner/hero1.png');
    background-size: cover;
    background-position: start;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.hero .row {
    display: flex;
    align-items: center;
    gap: 36px;
    padding-top: 56px;
    padding-bottom: 56px;
}

.hero-slides {
    position: relative;
    flex: 1.15;
    min-height: 340px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
}

.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-eyebrow {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--pink-dark);
    text-transform: uppercase;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-slide h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--text);
    margin-bottom: 16px;
}

.hero-slide h1 em {
    color: var(--pink);
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    text-decoration-color: var(--pink);
    text-underline-offset: 6px;
}

.hero-slide p {
    color: var(--muted);
    font-size: 15px;
    max-width: 440px;
    margin-bottom: 26px;
    line-height: 1.6;
}

.hero-btns {
    display: flex;
    gap: 14px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
}

.btn-widget {
    display: inline-flex;
    align-items: center;
    background: var(--pink);
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;

}

.btn-primary {
    background: var(--pink);
    color: #fff;
}

.btn-primary:hover {
    background: var(--pink-dark);
}

.btn-outline {
    background: #fff;
    color: var(--pink);
    border-color: var(--pink);
}

.btn-outline:hover {
    background: var(--pink-light);
}

.btn-dark {
    background: var(--navy);
    color: #fff;
}

.hero-media {
    flex: 1;
    position: relative;
}

.hero-media img {
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
}

.hero-dots {
    display: flex;
    gap: 7px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.hero-dots button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    background: #f3b9cb;
    padding: 0;
}

.hero-dots button.active {
    width: 20px;
    border-radius: 4px;
    background: var(--pink);
}

.hero-side-card {
    width: 380px;
    background-image: url('/banner/pos-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 26px;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgb(255, 255, 255);
    border: 2px solid white;
}

.hero-side-card h4 {
    font-size: 15px;
    font-weight: 600;
}

.hero-side-card h3 {
    font-size: 19px;
    font-weight: 800;
    color: var(--pink);
    margin: 2px 0 12px;
}

.hero-side-card ul {
    margin-bottom: 16px;
}

.hero-side-card li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
}

.hero-side-card li i {
    color: var(--pink);
    font-size: 11px;
}

.hero-side-card .media {
    margin-top: 6px;
    border-radius: 10px;
    overflow: hidden;
}

/* Trust strip */
.trust-strip {
    border-bottom: 1px solid var(--border);
}

.trust-strip .row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 20px 0px;
    flex-wrap: wrap;
    gap: 16px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-item .ic {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.trust-item .t {
    font-size: 13px;
    font-weight: 700;
}

.trust-item .s {
    font-size: 11.5px;
    color: var(--muted);
}

/* Section */
.section {
    padding: 32px 0 32px 0;
}

.section-cat {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 10px;
}

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

.section-head.stacked {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.section-title {
    font-size: 19px;
    font-weight: 700;
}

.section-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--pink);
}

.tabs {
    display: flex;
    gap: 20px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--muted);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.tabs a.active {
    color: var(--pink);
    border-bottom: 2px solid var(--pink);
    padding-bottom: 8px;
}

.tabs-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}

.tabs-row button {
    background: none;
    border: none;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--muted);
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
}

.tabs-row button.active {
    color: var(--pink);
    border-bottom-color: var(--pink);
}

.tabs-scroll {
    display: flex;
    gap: 20px;
    margin-top: 6px;
}

/* Category grid */
.cat-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.cat-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.cat-card:hover {
    border-color: var(--pink);
}

.cat-thumb {
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 12px;
}

.cat-card .name {
    font-size: 13px;
    font-weight: 600;
}

.cat-card .count {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 2px;
}

/* Promo split */
.promo-split {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 20px;
}

.trend-salon-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.seller-promo {
    background: var(--navy);
    border-radius: 16px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    color: #fff;
    height: 100%;
}

.seller-promo h4 {
    font-size: 12.5px;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 4px;
}

.seller-promo h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--pink);
    margin-bottom: 10px;
}

.seller-promo p {
    font-size: 12.5px;
    color: #b7b5c9;
    max-width: 230px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.seller-promo .art {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 100px;
    color: var(--pink);
    opacity: .5;
}

/* Product card */
.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.seller-banner {
    background: var(--navy);
    background-image: url('/banner/store.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 26px 30px;
    color: #fff;
    margin-bottom: 32px;
}

.seller-banner .col h4 {
    font-size: 12.5px;
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 4px;
}

.seller-banner .col h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--pink);
}

.seller-banner .col p {
    font-size: 12.5px;
    color: #b7b5c9;
    line-height: 1.6;
}

.seller-banner .col ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 8px;
}

.seller-banner .col ul li i {
    color: var(--pink);
    font-size: 11px;
}

.seller-banner .col .art {
    font-size: 60px;
    color: var(--pink);
    opacity: .5;
    text-align: center;
}

.product-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    position: relative;
    background: #fff;
}

.discount-pill {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--pink);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    z-index: 1;
}

.product-card .thumb {
    border-radius: 12px 12px 0 0;
    background: var(--pink-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pink);
    font-size: 20px;
    font-weight: 700;
}

.product-card .body {
    padding: 10px 12px;
}

.product-card .brand {
    font-size: 11.5px;
    color: var(--muted);
    margin-bottom: 2px;
}

.product-card .name {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.3;
    display: block;
}

.rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--orange);
    font-weight: 600;
    margin-bottom: 8px;
}

.rating .count {
    color: var(--muted);
    font-weight: 400;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.price-block {
    display: flex;
    flex-direction: column;
}

.price {
    font-size: 15px;
    font-weight: 700;
    color: var(--pink);
}

.price-old {
    font-size: 11.5px;
    color: var(--muted);
    text-decoration: line-through;
}

.cart-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--pink);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

/* Salon card */
.salon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.salon-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.salon-card .thumb {
    width: 100%;
    max-height: 150px;
    background: var(--navy-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    overflow: hidden;
}

.fa-store {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.salon-card .rating-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 16px;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 700;
    color: var(--orange);
    display: flex;
    align-items: center;
    gap: 4px;
}

.salon-card .body {
    padding: 16px;
}

.salon-card .name {
    font-size: 14.5px;
    font-weight: 700;
    margin-bottom: 4px;
}

.salon-card .meta {
    font-size: 12.5px;
    color: var(--muted);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.salon-card .meta i {
    color: var(--orange);
    font-size: 11px;
}

.salon-card .loc {
    font-size: 12.5px;
    color: var(--muted);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.salon-card .loc i {
    color: var(--pink);
    font-size: 11px;
}

/* Newsletter */
.newsletter-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.newsletter {
    background: var(--pink-light);
    border-radius: 16px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.newsletter .col {
    display: flex;
    flex-direction: column;
}

.newsletter .gi {
    width: 100px;
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.newsletter h3 {
    font-size: 15px;
    font-weight: 700;
}

.newsletter p {
    font-size: 12px;
    color: var(--muted);
}

.newsletter-form {
    display: flex;
    margin-left: auto;
}

.newsletter-form input {
    border-radius: 8px 0px 0px 8px;
    padding: 0 14px;
    height: 44px;
    width: 220px;
    font-size: 13px;
    background: #fff;
    outline: #fff;
    border: none;
}

.newsletter-form .subscribe {
    background: var(--pink);
    color: #fff;
    border: none;
    border-radius: 0px 8px 8px 0px;
    padding: 0 14px;
    height: 44px;
    font-size: 13px;
    font-weight: 600;
}

.stats-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
    gap: 10px;
    background-color: var(--Pink-extra-light);
}

.stat-item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.stat-item .ic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 6px;
}

.stat-item .n {
    font-size: 18px;
    font-weight: 800;
    color: var(--pink);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.n .l {
    font-size: 10.5px;
    color: var(--muted);
    font-weight: 600;
}

/* footer.site-footer {
    background: var(--navy);
    height: 60px;
} */

.cat-pills-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}

.cat-pill {
    flex-shrink: 0;
    padding: 8px 16px;
    border: 1px solid var(--border);
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 600;
    white-space: nowrap;
}

.cat-pill.active {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.cat-pill:hover:not(.active) {
    border-color: var(--pink);
    color: var(--pink);
}

.shop-hero-strip {
    margin: 0 0 22px;
}

.shop-hero-shell {
    position: relative;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.shop-hero-slides {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #f9e7ef;
}

.shop-hero-slide {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 26px 44px 26px 40px;
    background: linear-gradient(135deg, #f7e2eb 0%, #f5dfe8 100%);
}

.shop-hero-slide.active {
    display: flex;
}

.shop-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 420px;
}

.shop-hero-kicker {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: .12em;
    font-weight: 700;
    color: var(--pink);
}

.shop-hero-copy h1 {
    margin: 0;
    font-size: clamp(2.4rem, 3.4vw, 4.6rem);
    line-height: .92;
    letter-spacing: -.07em;
    color: var(--navy);
    font-weight: 800;
}

.shop-crumbs {
    margin-top: 14px;
    font-size: 15px;
    color: rgba(24, 21, 40, .8);
}

.shop-crumbs span {
    margin: 0 8px;
    color: var(--pink);
}

.shop-hero-visual {
    position: relative;
    flex: 1;
    height: 100%;
    min-width: 260px;
}

.shop-visual-one .mini-pink-box,
.shop-visual-two .mini-box,
.shop-visual-three .mini-powder {
    position: absolute;
    right: 80px;
    bottom: 20px;
    width: 160px;
    height: 160px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.32);
}

.shop-visual-one .mini-glass {
    position: absolute;
    width: 100px;
    height: 170px;
    bottom: 28px;
    border-radius: 28px 28px 18px 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.25));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
}

.shop-visual-one .mini-glass-1 { right: 205px; }
.shop-visual-one .mini-glass-2 { right: 118px; }
.shop-visual-one .mini-brush {
    position: absolute;
    right: 36px;
    bottom: 30px;
    width: 140px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d0b087, #f8e7d3, #d0b087);
    transform: rotate(-22deg);
}

.shop-visual-one .mini-bottle {
    position: absolute;
    right: 250px;
    bottom: 40px;
    width: 70px;
    height: 110px;
    border-radius: 18px 18px 12px 12px;
    background: #fef0f5;
    border: 1px solid rgba(191, 121, 144, 0.38);
}

.shop-visual-two .mini-bottle,
.shop-visual-three .mini-bottle {
    position: absolute;
    right: 160px;
    bottom: 42px;
    width: 100px;
    height: 150px;
    border-radius: 24px 24px 18px 18px;
    background: linear-gradient(180deg, #f9dfeb, #f1cadb);
    border: 1px solid rgba(191, 121, 144, 0.28);
}

.shop-visual-two .mini-jar {
    position: absolute;
    right: 54px;
    bottom: 36px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff, #fbeaf1 45%, #f1d3dc 100%);
    box-shadow: inset 0 0 0 1px rgba(129, 95, 109, 0.15);
}

.shop-visual-three .mini-tube {
    position: absolute;
    right: 80px;
    bottom: 48px;
    width: 120px;
    height: 130px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f6eef2, #f0d6df);
    border: 1px solid rgba(191, 121, 144, 0.25);
}

.shop-visual-three .mini-bottle {
    right: 220px;
}

.shop-visual-three .mini-powder {
    right: 300px;
    width: 90px;
    height: 90px;
    border-radius: 22px;
    background: linear-gradient(180deg, #fbedf4, #f4d1df);
}

.shop-hero-dots {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    gap: 8px;
    z-index: 3;
}

.shop-hero-dots button {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: rgba(24, 21, 40, .28);
}

.shop-hero-dots button.active {
    background: var(--pink);
    transform: scale(1.08);
}

.shop-page-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin-top: 10px;
    padding-top: 0;
}

.shop-filters {
    position: sticky;
    top: 18px;
    padding: 0 0 8px;
    background: transparent;
}

.shop-filters-form {
    padding: 0;
}

.filter-box {
    border-bottom: 1px solid #f0e5ea;
    padding: 18px 0 16px;
    margin: 0;
}

.filter-box:first-child {
    padding-top: 0;
}

.filter-box h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
}

.filter-box h4 i {
    color: var(--pink);
    font-size: 13px;
}

.filter-box h4 i {
    color: var(--pink);
    font-size: 14px;
}

.filter-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: none;
    overflow: visible;
}

.filter-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 14px;
    color: rgba(24, 21, 40, .9);
    padding: 2px 0;
}

.filter-check input {
    accent-color: var(--pink);
    margin-right: 8px;
    transform: translateY(-1px);
}

.filter-check span {
    display: inline-flex;
    align-items: center;
    flex: 1;
}

.filter-check small {
    color: var(--muted);
    font-size: 12px;
}

.filter-check.active {
    color: var(--pink);
    font-weight: 600;
}

.price-inputs {
    display: grid;
    grid-template-columns: 1fr 16px 1fr;
    align-items: center;
    gap: 8px;
}

.price-inputs span {
    text-align: center;
    color: var(--muted);
    font-size: 18px;
}

.price-inputs input {
    width: 100%;
    height: 42px;
    border: 1px solid #eae1e6;
    border-radius: 8px;
    background: #fff;
    padding: 0 10px;
    color: var(--text);
    font-size: 13px;
}

.filter-apply {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    margin-top: 18px;
    background: linear-gradient(135deg, #d8326a, #c31f5a);
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.filter-clear {
    display: block;
    text-align: center;
    margin-top: 12px;
    color: var(--pink);
    font-size: 13px;
    font-weight: 600;
}

.shop-content {
    min-width: 0;
}

.shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 6px 0 16px;
    border-bottom: 1px solid #f0e5ea;
}

.shop-results {
    font-size: 14px;
    color: var(--text);
    font-weight: 500;
}

.shop-sort-form {
    display: flex;
    align-items: center;
}

.shop-sort {
    width: 180px;
    height: 38px;
    border: 1px solid #ebdfe6;
    background: #fff;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 13px;
    color: var(--text);
}

.deals-strip {
    margin-top: 30px;
}

.deal-strip {
    margin-top: 32px;
}

.deals-head {
    margin-bottom: 10px;
}

.deals-head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .02em;
    color: var(--navy);
    text-transform: uppercase;
}

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

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

.empty-state {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #f0e5ea;
    border-radius: 12px;
    background: #fff;
}

.empty-state i {
    font-size: 28px;
    color: var(--pink);
    margin-bottom: 12px;
}

.empty-state h3 {
    margin-bottom: 6px;
    font-size: 18px;
}

.empty-state p {
    color: var(--muted);
    font-size: 13px;
}

.product-card {
    border: 1px solid #f0dfe7;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 0 rgba(18, 16, 29, 0.02);
    position: relative;
}

.product-card .thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #fff5f8, #f9e8ef);
    border-bottom: 1px solid #f4e9ed;
    overflow: hidden;
}

.product-card .body {
    padding: 12px 12px 14px;
}

.product-card .brand {
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 6px;
    font-weight: 500;
}

.product-card .name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.3;
    min-height: 38px;
}

.product-card .rating {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 12px;
}

.order-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 11px;
    color: var(--muted);
}

.order-meta i {
    color: var(--pink);
    font-size: 10px;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
}

.price {
    font-size: 16px;
    font-weight: 800;
    color: var(--pink);
}

.price-old {
    font-size: 11px;
    color: var(--muted);
    text-decoration: line-through;
    display: block;
}

.cart-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--pink), var(--pink-dark));
    box-shadow: none;
}

@media (max-width: 1200px) {
    .shop-page-shell {
        grid-template-columns: 260px minmax(0, 1fr);
    }

    .shop-products-grid,
    .compact-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .shop-page-shell {
        grid-template-columns: 1fr;
    }

    .shop-filters {
        position: static;
    }

    .shop-products-grid,
    .compact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .shop-hero-slide {
        padding: 30px 22px;
    }

    .shop-hero-copy h1 {
        font-size: 2.2rem;
    }

    .shop-products-grid,
    .compact-grid {
        grid-template-columns: 1fr;
    }

    .shop-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }
}

.shop-layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 24px;
    align-items: start;
}

.salon-filters {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(25, 31, 48, .04);
    position: sticky;
    top: 20px;
    align-self: start;
}

.salon-carousel {
    margin-bottom: 24px;
}

.salon-carousel-slides {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border: 1px solid #f3d9e3;
    border-radius: 10px;
    background: var(--pink-light);
}

.salon-carousel-slide {
    min-height: 250px;
    padding: 34px 42% 34px 34px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.salon-carousel-slide.active {
    min-height: 250px;
}

.salon-carousel-slide .hero-eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 1.2px;
}

.salon-carousel-slide .hero-eyebrow span {
    color: var(--pink);
}

.salon-carousel-slide h1 {
    margin-bottom: 9px;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.08;
}

.salon-carousel-slide h1 em {
    text-decoration: none;
}

.salon-carousel-slide p {
    max-width: 330px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.45;
}

.salon-carousel-slide .btn {
    padding: 9px 15px;
    font-size: 11px;
}

.salon-carousel-dots {
    right: 32px;
    bottom: 12px;
    left: auto;
}

.filter-box {
    border-bottom: 1px solid var(--border);
    padding: 18px;
    margin-bottom: 16px;
}

.filter-box h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 700;
    margin-bottom: 12px;
}

.filter-box h4 i {
    width: 16px;
    color: var(--pink);
    font-size: 14px;
    text-align: center;
}

.filter-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    max-height: 220px;
    overflow-y: auto;
}

.sort-filter-list {
    max-height: none;
    overflow: visible;
}

.filter-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    color: var(--text);
    gap: 8px;
}

.filter-check label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.filter-check input {
    accent-color: var(--pink);
}

.filter-check .n {
    color: var(--muted);
}

.filter-check.active label {
    color: var(--pink);
    font-weight: 600;
}

.filter-check.active input {
    accent-color: var(--pink);
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-inputs input {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 7px 8px;
    font-size: 12.5px;
}

.filter-apply {
    width: 100%;
    margin-top: 6px;
}

.filter-clear {
    display: block;
    text-align: center;
    font-size: 12px;
    color: var(--pink);
    font-weight: 600;
    margin-top: 10px;
}

.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.shop-toolbar .count {
    font-size: 13px;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.filter-box-head {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--border);
    padding: 10px;
    padding: 10px 12px;
    border-radius: 10px;
}

.filter-box-head h4 {
    color: var(--muted);
    font-weight: 500;
    font-size: 13px;
}

.filter-box-head .sort-select,
.filter-box-head .sort-select:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.shop-toolbar select {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 12.5px;
}

.shop-products-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
}

.shop-products-grid-trend {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 26px;
}

.pagination a,
.pagination span {
    min-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text);
}

.pagination a:hover {
    border-color: var(--pink);
    color: var(--pink);
}

.pagination .current {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.pagination .disabled {
    color: var(--muted);
}

.salon-grid-7 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.finder-salon-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(25, 31, 48, .04);
}

.finder-salon-media {
    position: relative;
    aspect-ratio: 1.3 / 1;
    background: var(--pink-light);
}

.finder-salon-image,
.finder-salon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.finder-salon-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    color: var(--pink);
    font-size: 28px;
}



.finder-distance,
.finder-featured,
.finder-favorite {
    position: absolute;
    z-index: 1;
}

.finder-distance {
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    border-radius: 12px;
    background: #1b2232;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.finder-featured {
    top: 34px;
    left: 8px;
    padding: 4px 8px;
    border-radius: 5px;
    background: var(--pink);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.finder-logo {
    position: absolute;
    bottom: -18px;
    left: 10px;
    z-index: 2;
    width: 84px;
    height: 84px;
    padding: 4px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(25, 31, 48, .14);
}

.finder-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}

.finder-favorite {
    top: 8px;
    right: 8px;
    width: 27px;
    height: 27px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--pink);
    cursor: pointer;
}

.finder-salon-body {
    padding: 25px 10px 10px;
}

.finder-salon-name {
    display: block;
    overflow: hidden;
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.finder-salon-subtitle,
.finder-location,
.finder-rating {
    font-size: 12px;
}

.finder-salon-subtitle {
    margin-top: 3px;
    color: var(--muted);
}

.finder-rating,
.finder-location {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 7px;
}

.finder-rating {
    color: var(--orange);
    font-weight: 700;
}

.finder-review-count,
.finder-location {
    color: var(--muted);
    font-weight: 400;
}

.finder-location i {
    color: var(--pink);
}

.finder-location small {
    overflow: hidden;
    color: var(--muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.finder-tags {
    display: flex;
    gap: 4px;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
}

.finder-tags span {
    padding: 3px 6px;
    border-radius: 5px;
    background: var(--pink-light);
    color: var(--pink);
    font-size: 12px;
}

.finder-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-top: 10px;
}

.finder-price {
    color: var(--pink);
    font-size: 14px;
    font-weight: 600;
}

.finder-view-button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 10px;
    border-radius: 5px;
    background: var(--pink);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.salon-card-sm {
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.salon-card-sm .thumb {
    aspect-ratio: 4/3;
    background: var(--navy-2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.salon-card-sm .rating-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #fff;
    border-radius: 12px;
    padding: 2px 7px;
    font-size: 10.5px;
    font-weight: 700;
    color: var(--orange);
    display: flex;
    align-items: center;
    gap: 3px;
}

.salon-card-sm .body {
    padding: 8px 10px;
}

.salon-card-sm .name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1.25;
}

.salon-card-sm .loc {
    font-size: 10.5px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.salon-card-sm .loc i {
    color: var(--pink);
    font-size: 10px;
}

.salon-card-sm .btn-outline {
    width: 100%;
    justify-content: center;
    padding: 7px;
    font-size: 11px;
}

.service-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.service-card .thumb {
    aspect-ratio: 4/3;
    background: var(--pink-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pink);
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
}

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

.service-card .duration-pill {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--navy);
    color: #fff;
    font-size: 10.5px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 4px;
}

.service-card .body {
    padding: 8px 10px;
}

.service-card .brand {
    font-size: 10.5px;
    color: var(--muted);
    margin-bottom: 1px;
}

.service-card .name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.25;
    display: block;
}

.service-card .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-card .price {
    font-size: 13px;
    font-weight: 700;
    color: var(--pink);
}

.service-card .book-btn {
    font-size: 11px;
    font-weight: 600;
    background: var(--pink);
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 6px 10px;
}

.deals-banner {
    background: linear-gradient(120deg, var(--navy), var(--navy-2));
    border-radius: 16px;
    padding: 26px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.deals-banner h1 {
    font-size: 22px;
    font-weight: 800;
    color: var(--pink);
}

.deals-banner p {
    font-size: 12.5px;
    color: #b7b5c9;
    margin-top: 4px;
}

.deals-banner i {
    font-size: 34px;
    color: var(--pink);
}

.az-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
}

.az-bar a {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--text);
}

.az-bar a.active {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.az-bar a:hover:not(.active) {
    border-color: var(--pink);
    color: var(--pink);
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.brand-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px 14px;
    text-align: center;
}

.brand-card:hover {
    border-color: var(--pink);
}

.brand-card .logo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 12px;
}

.brand-card .name {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}

.brand-card .count {
    font-size: 11px;
    color: var(--muted);
}

/* =========================================================
   BLOG (customer panel)
   Uses the variables from the main customer stylesheet:
   --pink, --pink-light, --pink-dark, --navy, --text, --muted,
   --border, --bg, --green
========================================================= */

.bl-page {
    padding: 6px 0 40px;
}

/* ---------- Shared bits ---------- */
.bl-chip {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    background: var(--pink-light);
    color: var(--pink);
    font-size: 11.5px;
    font-weight: 700;
}

.bl-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bl-alert {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.bl-alert.success {
    background: #e6f8ee;
    color: var(--green);
}

.bl-alert.error {
    background: #fdeaea;
    color: #c0392b;
}

/* Post cards (reuses your .blog-grid / .blog-card, scoped to blog pages only) */
.bl-page .blog-card {
    display: block;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fff;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.bl-page .blog-card:hover {
    transform: translateY(-3px);
    border-color: var(--pink);
    box-shadow: 0 10px 28px rgba(24, 21, 40, .08);
}

.bl-page .blog-card .thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--pink-light);
    color: var(--pink);
    font-size: 32px;
    border-radius: 12px 12px 0 0;
}

.bl-page .blog-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bl-page .blog-card .body {
    padding: 12px;
}

.bl-page .blog-card .cat {
    padding: 0;
    margin: 0;
    color: var(--pink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.bl-page .blog-card .body > .cat,
.bl-page .blog-card .body > h3,
.bl-page .blog-card .body > p,
.bl-page .blog-card .body > .date {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.bl-page .blog-card .cat {
    margin-top: 0;
}

.bl-page .blog-card h3 {
    margin: 4px 0 6px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
}

.bl-page .blog-card h3 a {
    color: var(--pink);
}

.bl-page .blog-card p {
    margin: 0 0 6px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.5;
}

.bl-page .blog-card .date {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: wrap;
}

.bl-page .blog-card .date i {
    margin-right: 2px;
}

.bl-page .blog-card .read-more {
    display: inline;
    color: var(--pink);
    font-weight: 600;
}

.bl-page .blog-card:hover h3 a {
    color: var(--pink);
}

/* ---------- Listing page ---------- */
.bl-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    margin: 6px 0 22px;
    padding: 42px 48px;
    border-radius: 16px;
    background: linear-gradient(120deg, var(--pink-light), #fde3ec);
}

.bl-hero h1 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--navy);
    max-width: 520px;
}

.bl-hero p {
    margin-top: 10px;
    max-width: 460px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
}

.bl-search {
    display: flex;
    width: 100%;
    max-width: 400px;
    background: #fff;
    border: 1px solid var(--pink-light);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(24, 21, 40, .06);
}

.bl-search input {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 16px;
    border: none;
    outline: none;
    font-size: 13px;
    font-family: inherit;
    background: transparent;
    color: var(--text);
}

.bl-search button {
    width: 52px;
    border: none;
    background: var(--pink);
    color: #fff;
    font-size: 14px;
}

.bl-search button:hover {
    background: var(--pink-dark);
}

.bl-results-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 16px 0 4px;
    font-size: 13px;
    color: var(--muted);
}

.bl-results-line a {
    color: var(--pink);
    font-weight: 600;
}

.bl-listing {
    margin-top: 22px;
}

.bl-page .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 900px) {
    .bl-page .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bl-page .blog-grid {
        grid-template-columns: 1fr;
    }
}

.bl-featured {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    margin-bottom: 26px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.bl-featured:hover {
    border-color: var(--pink);
    box-shadow: 0 10px 28px rgba(24, 21, 40, .08);
}

.bl-featured-media {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pink-light);
    color: var(--pink);
    font-size: 40px;
}

.bl-featured-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bl-featured-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 34px 38px;
}

.bl-featured-tag {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    background: var(--pink);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.bl-featured h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--navy);
}

.bl-featured:hover h2 {
    color: var(--pink);
}

.bl-featured p {
    font-size: 13.5px;
    line-height: 1.75;
    color: var(--muted);
}

.bl-meta-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 16px;
    font-size: 12px;
    color: var(--muted);
}

.bl-meta-line i {
    margin-right: 5px;
    color: var(--pink);
}

.bl-empty {
    text-align: center;
    padding: 60px 20px;
}

.bl-empty i {
    font-size: 44px;
    color: var(--pink-light);
    margin-bottom: 14px;
}

.bl-empty h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.bl-empty p {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 18px;
}

/* ---------- Show page ---------- */
.bl-progress {
    position: fixed;
    top: 166px;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 120;
}

.bl-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--pink-dark), var(--pink));
}

.bl-head {
    max-width: 860px;
    margin: 4px 0 26px;
}

.bl-show-hero {
    width: 100%;
    margin: 0 auto 30px;
    padding: 42px 30px 24px;
    text-align: center;
    border-radius: 18px;
    background: var(--pink-dark);
    box-shadow: 0 18px 38px rgba(25, 22, 38, 0.1);
}

.bl-show-hero .bl-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #dfe9ff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.bl-title {
    margin: 18px 0 16px;
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -.03em;
    color: #fff;
}

.bl-lead {
    max-width: 820px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

.bl-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 22px;
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.8);
}

.bl-meta .who {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #fff;
}

.bl-meta i {
    margin-right: 6px;
    color: #7bc9ff;
}

.bl-meta-hero .bl-avatar {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.bl-cover {
    display: none;
}

.bl-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 48px;
    align-items: start;
}

/* Article body (matches the editor) */
.bl-body {
    font-size: 16px;
    line-height: 1.85;
    color: var(--text);
    word-wrap: break-word;
}

.bl-body>*:first-child {
    margin-top: 0;
}

.bl-body h2 {
    margin: 42px 0 14px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--navy);
    scroll-margin-top: 190px;
}

.bl-body h3 {
    margin: 32px 0 10px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--navy);
    scroll-margin-top: 190px;
}

.bl-body h4 {
    margin: 24px 0 8px;
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);
}

.bl-body p {
    margin: 0 0 18px;
}

.bl-body ul {
    list-style: disc;
    padding-left: 26px;
    margin: 0 0 18px;
}

.bl-body ol {
    list-style: decimal;
    padding-left: 26px;
    margin: 0 0 18px;
}

.bl-body li {
    margin-bottom: 6px;
}

.bl-body a {
    color: var(--pink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bl-body a:hover {
    color: var(--pink-dark);
}

.bl-body blockquote {
    margin: 26px 0;
    padding: 16px 22px;
    border-left: 4px solid var(--pink);
    border-radius: 0 10px 10px 0;
    background: var(--pink-light);
    font-size: 17px;
    font-style: italic;
    color: var(--muted);
}

.bl-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 26px auto;
    border-radius: 10px;
}

.bl-body table {
    display: block;
    width: 100%;
    margin: 26px 0;
    overflow-x: auto;
    border-collapse: collapse;
    font-size: 14px;
}

.bl-body hr {
    margin: 36px 0;
    border: none;
    border-top: 1px solid var(--border);
}

.bl-body .video-embed {
    margin: 26px 0;
    border-radius: 10px;
}

/* Tags / share / author */
.bl-block {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid var(--border);
}

.bl-block.flush {
    padding-top: 0;
    border-top: none;
}

.bl-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bl-tag {
    padding: 5px 14px;
    border-radius: 20px;
    background: var(--bg);
    color: var(--muted);
    font-size: 12.5px;
    font-weight: 600;
}

.bl-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.bl-share>span {
    margin-right: 4px;
    font-size: 13px;
    font-weight: 600;
}

.bl-share a,
.bl-share button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    font-size: 15px;
    transition: background .15s, color .15s;
}

.bl-share a:hover,
.bl-share button:hover {
    background: var(--pink);
    color: #fff;
}

.bl-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--Pink-extra-light);
}

.bl-author .bl-avatar {
    width: 52px;
    height: 52px;
    font-size: 16px;
}

.bl-author small {
    font-size: 11.5px;
    color: var(--muted);
    font-weight: 600;
}

.bl-author h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
}

/* Sidebar (sits below your fixed header, hence the 186px offset) */
.bl-aside {
    position: sticky;
    top: 186px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bl-side-card {
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
}

.bl-side-card h4 {
    margin-bottom: 14px;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--navy);
}

.bl-toc a {
    display: block;
    padding: 6px 0 6px 12px;
    border-left: 2px solid var(--border);
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--muted);
}

.bl-toc a.sub {
    padding-left: 24px;
}

.bl-toc a:hover {
    color: var(--pink);
}

.bl-toc a.active {
    color: var(--pink);
    border-left-color: var(--pink);
    font-weight: 600;
}

.bl-latest a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}

.bl-latest a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bl-latest .thumb {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--pink-light);
    color: var(--pink);
}

.bl-latest .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bl-latest h5 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.bl-latest a:hover h5 {
    color: var(--pink);
}

.bl-latest small {
    font-size: 11.5px;
    color: var(--muted);
}

/* Comments */
.bl-section-title {
    margin-bottom: 18px;
    font-size: 21px;
    font-weight: 700;
    color: var(--navy);
}

.bl-comment {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}

.bl-comment:last-of-type {
    border-bottom: none;
}

.bl-comment .who {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}

.bl-comment strong {
    font-size: 14px;
    color: var(--navy);
}

.bl-comment time {
    font-size: 11.5px;
    color: var(--muted);
}

.bl-comment p {
    margin-top: 4px;
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--muted);
    word-break: break-word;
}

.bl-no-comments {
    padding: 8px 0;
    font-size: 13px;
    color: var(--muted);
}

.bl-comment-form {
    margin-top: 26px;
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--Pink-extra-light);
}

.bl-comment-form h4 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
}

.bl-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
}

.bl-comment-form textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.6;
    resize: vertical;
    min-height: 110px;
    outline: none;
    background: #fff;
    color: var(--text);
    transition: border-color .15s;
}

.bl-comment-form textarea:focus {
    border-color: var(--pink);
}

.bl-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Related */
.bl-related {
    margin-top: 54px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
    .bl-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .bl-aside {
        position: static;
    }
}

@media (max-width: 800px) {
    .bl-hero {
        padding: 30px 24px;
    }

    .bl-hero h1 {
        font-size: 26px;
    }

    .bl-featured {
        grid-template-columns: 1fr;
    }

    .bl-featured-media {
        min-height: 220px;
    }

    .bl-featured-body {
        padding: 24px;
    }

    .bl-featured h2 {
        font-size: 21px;
    }

    .bl-form-row {
        grid-template-columns: 1fr;
    }

    .bl-body h2 {
        scroll-margin-top: 240px;
    }

    .bl-body h3 {
        scroll-margin-top: 240px;
    }
}

/* ---------- Dark theme (matches your html[data-theme="dark"] setup) ---------- */
html[data-theme="dark"] .bl-side-card,
html[data-theme="dark"] .bl-featured,
html[data-theme="dark"] .bl-page .blog-card,
html[data-theme="dark"] .bl-search {
    background: #211d35;
    border-color: #332e47;
}

html[data-theme="dark"] .bl-comment-form,
html[data-theme="dark"] .bl-author {
    background: #211d35;
    border-color: #332e47;
}

html[data-theme="dark"] .bl-comment-form textarea {
    background: #2b2838;
    border-color: #3a3550;
}

html[data-theme="dark"] .bl-title,
html[data-theme="dark"] .bl-hero h1,
html[data-theme="dark"] .bl-featured h2,
html[data-theme="dark"] .bl-body h2,
html[data-theme="dark"] .bl-body h3,
html[data-theme="dark"] .bl-body h4,
html[data-theme="dark"] .bl-section-title,
html[data-theme="dark"] .bl-side-card h4,
html[data-theme="dark"] .bl-comment strong,
html[data-theme="dark"] .bl-author h4 {
    color: var(--text);
}

.cats-dropdown-wrap {
    position: relative;
}

.cats-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 260px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
    max-height: 340px;
    overflow-y: auto;
    z-index: 50;
    display: none;
}

.cats-dropdown.open {
    display: block;
}

.cats-dropdown a {
    display: block;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
}

.cats-dropdown a:hover {
    background: var(--pink-light);
    color: var(--pink);
}

.search-results-section {
    margin-bottom: 32px;
}

.search-results-section h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
}

.search-empty {
    color: var(--muted);
    font-size: 13px;
    padding: 40px 0;
    text-align: center;
}

.wishlist-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.wishlist-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wishlist-title h1 {
    font-size: 22px;
    font-weight: 800;
}

.wishlist-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--pink-light);
    color: var(--pink);
    font-size: 12.5px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
}

.wishlist-sub {
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 22px;
}

.wishlist-actions {
    display: flex;
    gap: 10px;
}

.wishlist-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.wishlist-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.wishlist-card .thumb {
    aspect-ratio: 1;
    background: #f4f4f7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pink);
    font-size: 26px;
}

.wishlist-card .heart-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pink);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.wishlist-card .body {
    padding: 14px;
}

.wishlist-card .name {
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 2px;
}

.wishlist-card .brand {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 10px;
}

.wishlist-card .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.wishlist-card .price {
    font-size: 15px;
    font-weight: 700;
    color: var(--pink);
}

.wishlist-card .stock {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--green);
}

.wishlist-card .stock.limited {
    color: var(--orange);
}

.wishlist-card .actions-row {
    display: flex;
    gap: 8px;
}

.icon-btn-outline {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
}

.icon-btn-outline:hover {
    border-color: var(--pink);
    color: var(--pink);
}

.wishlist-card .actions-row .btn-primary {
    flex: 1;
    justify-content: center;
    padding: 9px;
    font-size: 12.5px;
}

.login-body {
    min-height: 100vh;
    display: flex;
}

.brand-panel {
    width: 44%;
    background: var(--navy);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.brand-panel::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: var(--pink);
    opacity: .15;
    border-radius: 50%;
    right: -160px;
    bottom: -160px;
}

.brand-panel .brand-icon {
    font-size: 24px;
    margin-bottom: 22px;
}

.brand-panel h1 {
    font-family: Georgia, serif;
    font-size: 32px;
    margin-bottom: 10px;
}

.brand-panel p {
    color: #b7b5c9;
    font-size: 15px;
    line-height: 1.6;
    max-width: 340px;
}

.brand-foot {
    position: relative;
    margin-top: 60px;
    font-size: 12px;
    color: #7d7b93;
}

.form-panel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.form-card {
    width: 100%;
    max-width: 380px;
}

.form-card h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-card .sub {
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 28px;
}

.alert-error {
    background: #fdeaea;
    color: #c0392b;
    font-size: 13px;
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.alert-error ul {
    margin-left: 16px;
}

.alert-success {
    background: #e6f8ee;
    color: var(--green);
}

.field {
    margin-bottom: 18px;
}

.field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="password"] {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    background: #fff;
    transition: border-color .15s;
}

.field input:focus {
    border-color: var(--pink);
}

.field .error {
    color: #c0392b;
    font-size: 12px;
    margin-top: 5px;
}

.row-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    font-size: 13px;
}

.remember {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--muted);
}

.remember input {
    accent-color: var(--pink);
}

.row-between a {
    color: var(--pink);
    font-weight: 600;
}

.btn-login {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: var(--pink);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .15s;
}

.btn-login:hover {
    opacity: .92;
}

.divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 26px 0;
    color: var(--muted);
    font-size: 12px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--border);
}

.signup-hint {
    text-align: center;
    font-size: 13px;
    color: var(--muted);
}

.signup-hint a {
    color: var(--pink);
    font-weight: 600;
}

.acc-sidebar {
    position: fixed;
    top: 166px;
    left: 0px;
    width: 260px;
    max-height: calc(100vh - 186px);
    overflow-y: auto;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px;
    background: #fff;
    z-index: 10;
}

/* Chrome, Edge, Safari */
.acc-sidebar::-webkit-scrollbar {
    width: 6px;

}

.acc-sidebar::-webkit-scrollbar-track {
    background: transparent;
    margin-top: 5px 0 5px 0;
}

.acc-sidebar::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

/* Show when hovering the sidebar */
.acc-sidebar:hover::-webkit-scrollbar-thumb {
    background: var(--pink);
    transition: background 0.3s ease-in-out;
}

.account-shell {
    display: grid;
    grid-template-columns: 1fr 300px;
    padding: 24px 0px 24px 280px;
    align-items: start;
    width: 100%;
    right: 0px;
}

.account-shell-content {
    width: 70%;
    margin: auto;
}

.acc-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 3px;
}

.acc-link i {
    width: 18px;
    text-align: center;
    color: var(--muted);
    font-size: 14px;
}

.acc-link.active {
    background: var(--pink);
    color: #fff;
    font-weight: 600;
}

.acc-link.active i {
    color: #fff;
}

.acc-link:hover:not(.active) {
    background: var(--pink-light);
    color: var(--pink);
}

.acc-link:hover:not(.active) i {
    color: var(--pink);
}

.acc-refer {
    margin-top: 16px;
    padding: 18px;
    border-radius: 12px;
    background: var(--pink-light);
    text-align: center;
}

.acc-refer .gi {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 16px;
}

.acc-refer h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.acc-refer p {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 14px;
    line-height: 1.5;
}

.welcome-banner {
    background: linear-gradient(120deg, var(--pink-light), #fedde3);
    border-radius: 16px;
    padding: 30px 0 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    gap: 10px;
    height: 190px;
}

.welcome-message {
    font-size: 16px;
    font-weight: 600;
}

.welcome-banner h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 2px 0 8px;
}

.welcome-banner p {
    font-size: 16px;
    font-weight: 500;
}



.welcome-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent, black 50%);
    mask-image: linear-gradient(to right, transparent, black 50%);
}

.steps-card {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 20px;
}

.steps-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}

.steps-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}

.pending-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}
.pending-row .thumb{
    display:flex;
    justify-content:center;
    align-items:center;
    width:64px;
    height:64px;
    color:var(--pink-dark);
    background-color:var(--pink-light);
    border-radius:12px;
    font-size:18px;
    
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 9px;
    flex: 1;
    position: relative;
}

.step .n {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.step.done .n {
    background: var(--pink);
    color: #fff;
}

.step .t {
    font-size: 12.5px;
    font-weight: 700;
}

.step .s {
    font-size: 11px;
    color: var(--muted);
}

.step-line {
    flex: 1;
    height: 1px;
    background: var(--border);
    margin-top: 24px;
}

.appt-tabs {
    display: flex;
    gap: 22px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--muted);
    border-bottom: 1px solid var(--border);
    margin-bottom: 14px;
}

.appt-tabs a.active {
    color: var(--pink);
    border-bottom: 2px solid var(--pink);
    padding-bottom: 10px;
}

.appt-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}

.appt-row:last-child {
    border-bottom: none;
}

.appt-date {
    width: 52px;
    text-align: center;
    flex-shrink: 0;
}

.appt-date .m {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--pink);
    text-transform: uppercase;
}

.appt-date .d {
    font-size: 19px;
    font-weight: 800;
}

.appt-thumb {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    overflow: hidden;
    border: 2px solid var(--pink-light);
}

.appt-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.appt-info {
    flex: 1;
    min-width: 0;
}

.appt-info .n {
    font-size: 14px;
    font-weight: 600;
}

.appt-info .s {
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px;
}

.appt-time {
    font-size: 12px;
    color: var(--muted);
    width: 120px;
}

.appt-status {
    font-size: 11.5px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    flex-shrink: 0;
}

.appt-status.confirmed {
    background: #e6f8ee;
    color: var(--green);
}

.appt-status.pending,
.appt-status.upcoming {
    background: #fef3e2;
    color: var(--orange);
}

.appt-status.cancelled {
    background: #fdeaea;
    color: #e34848;
}

.side-widget {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 18px;
}

.side-widget h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
}

.upcoming-appt-card {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.upcoming-appt-card .avatar-photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 16px;
    overflow: hidden;
    margin-left: auto;
}

.upcoming-appt-card .avatar-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-widget {
    background: linear-gradient(150deg, var(--pink) 0%, var(--pink-dark) 60%, var(--navy) 130%);
    background-image: url('/banner/oferr-girl.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

.offer-widget h4 {
    color: #fde8ee;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.offer-widget h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 4px 0 4px;
    position: relative;
    z-index: 1;
}

.offer-widget p {
    font-size: 12.5px;
    color: #fde8ee;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.offer-widget .btn {
    background: #fff;
    color: var(--pink);
    position: relative;
    z-index: 1;
    padding: 10px;
    font-size: 12px;
}

.offer-widget .art {
    position: absolute;
    right: -18px;
    bottom: -18px;
    font-size: 110px;
    color: #fff;
    opacity: .15;
}

.side-widget.giftcard-widget,
.side-widget.loyalty-widget {
    position: relative;
    overflow: hidden;
    background-color: var(--pink-light);

}

.side-widget .n {
    font-size: 24px;
    font-weight: 600;
    margin: 2px 0 14px;
    position: relative;
    z-index: 1;
}

.side-widget.loyalty-widget .n {
    color: var(--text);

}

.side-widget.loyalty-widget p {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: -8px;
    margin-bottom: 0;
}

.giftcard-widget .art {
    position: absolute;
    right: 5px;
    bottom: 14px;
    width: 130px;
    color: var(--pink);
    /* opacity: .15; */
}

.loyalty-widget .art {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 14px;
    width: 130px;
    color: var(--pink);
}

.breadcrumb {
    font-size: 12.5px;
    color: var(--muted);
    margin: 14px 0;
}

.breadcrumb a {
    color: var(--muted);
}

.breadcrumb a:hover {
    color: var(--pink);
}

.breadcrumb .sep {
    margin: 0 6px;
}

.breadcrumb .current {
    color: var(--text);
    font-weight: 600;
}

.appt-filter-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.appt-filter-bar input[type="text"],
.appt-filter-bar input[type="date"] {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 12.5px;
}

.appt-filter-bar input[type="text"] {
    flex: 1;
    min-width: 180px;
}

.appt-filter-bar select {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 12.5px;
    color: var(--muted);
}

.appt-filter-bar .btn {
    padding: 9px 18px;
    font-size: 12.5px;
}

.appt-row-link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}

.appt-row-link:last-child {
    border-bottom: none;
}

.appt-row-link .chev {
    color: var(--muted);
    margin-left: auto;
}

.wizard-steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.wizard-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    flex: 1;
    position: relative;
}

.wizard-step .n {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.wizard-step.active .n {
    background: var(--pink);
    color: #fff;
}

.wizard-step.done .n {
    background: var(--pink);
    color: #fff;
}

.wizard-step .t {
    font-size: 12px;
    font-weight: 700;
}

.wizard-line {
    flex: 1;
    height: 1px;
    background: var(--border);
    margin-top: 20px;
}

.wizard-panel {
    display: none;
}

.wizard-panel.active {
    display: block;
}

.wiz-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.wiz-search input {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 9px 14px;
    font-size: 12.5px;
    width: 220px;
}

.pick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}

.pick-card {
    border: 2px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #fff;
}

.pick-card.selected {
    border-color: var(--pink);
}

.pick-card .check {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--border);
}

.pick-card.selected .check {
    background: var(--pink);
    border-color: var(--pink);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.pick-card .thumb {
    aspect-ratio: 4/3;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.pick-card .body {
    padding: 12px;
}

.pick-card .name {
    font-size: 13px;
    font-weight: 700;
}

.pick-card .meta {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
}

.pick-card .addr {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 4px;
}

.cal-box {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 18px;
    max-width: 400px;
    margin-bottom: 20px;
}

.cal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    font-size: 13.5px;
    font-weight: 700;
}

.cal-nav button {
    border: 1px solid var(--border);
    border-radius: 6px;
    width: 28px;
    height: 28px;
    background: #fff;
}

.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    text-align: center;
}

.cal-grid .dow {
    font-size: 10.5px;
    color: var(--muted);
    font-weight: 700;
    padding: 4px 0;
}

.cal-grid .day {
    appearance: none;
    border: 0;
    background: transparent;
    width: 100%;
    padding: 8px 0;
    border-radius: 8px;
    font-size: 12.5px;
    cursor: pointer;
}

.cal-grid .day:hover:not(.muted):not(.past) {
    background: var(--pink-light);
}

.cal-grid .day.selected {
    background: var(--pink);
    color: #fff;
    font-weight: 700;
}

.cal-grid .day.muted,
.cal-grid .day.past {
    color: #d8d7e0;
    cursor: not-allowed;
}

.slot-group h5 {
    font-size: 12px;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    margin: 14px 0 8px;
}

.slot-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.slot-btn {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 12.5px;
    font-weight: 600;
    background: #fff;
}

.slot-btn.selected {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.slot-btn:disabled {
    color: #d8d7e0;
    background: #f8f8fa;
    cursor: not-allowed;
}

.slot-legend {
    display: flex;
    gap: 16px;
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 12px;
}

.slot-legend span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.slot-legend .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.wiz-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.wiz-back {
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
}

.summary-card {

    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    position: sticky;
    top: calc(var(--header-h, 166px) + 20px);
}

.summary-card h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
}

.summary-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}

.summary-item .thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.summary-item .n {
    font-size: 12.5px;
    font-weight: 600;
}

.summary-item .m {
    font-size: 11px;
    color: var(--muted);
}

.summary-total {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    font-size: 14px;
    font-weight: 700;
}

.summary-total span:last-child {
    color: var(--pink);
}

.appt-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.appt-detail-header .ref {
    font-size: 12px;
    color: var(--muted);
    font-weight: 700;
    margin-bottom: 4px;
}

.appt-detail-header h1 {
    font-size: 20px;
    font-weight: 800;
}

.appt-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.detail-box {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
}

.detail-box .label {
    font-size: 11px;
    color: var(--muted);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.detail-box .value {
    font-size: 14px;
    font-weight: 600;
}

.detail-box .value i {
    color: var(--pink);
    margin-right: 6px;
}

.svc-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

.svc-line:last-child {
    border-bottom: none;
}

.svc-line .n {
    font-size: 13.5px;
    font-weight: 600;
}

.svc-line .m {
    font-size: 11.5px;
    color: var(--muted);
}

.svc-line .p {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--pink);
}

.detail-total {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    font-size: 15px;
    font-weight: 800;
}

.detail-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.row-actions {
    display: flex;
    gap: 6px;
    margin-left: auto;
    flex-shrink: 0;
}

.row-actions form {
    display: contents;
}

.order-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.order-tabs a {
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid var(--border);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--muted);
}

.order-tabs a.active {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.order-tabs a:hover:not(.active) {
    border-color: var(--pink);
    color: var(--pink);
}

.order-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}

.order-row:last-child {
    border-bottom: none;
}

.order-row .thumb {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.order-row .info {
    flex: 1;
    min-width: 0;
}

.order-row .ref {
    font-size: 12px;
    font-weight: 700;
    color: var(--muted);
}

.order-row .title {
    font-size: 13.5px;
    font-weight: 600;
    margin-top: 1px;
}

.order-row .sub {
    font-size: 11.5px;
    color: var(--muted);
    margin-top: 1px;
}

.order-row .date {
    font-size: 12px;
    color: var(--muted);
    width: 140px;
}

.order-row .amount {
    font-size: 13.5px;
    font-weight: 700;
    width: 100px;
}

.order-row .pay-badge {
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 4px;
}

.order-row .pay-badge.paid {
    background: #e6f8ee;
    color: var(--green);
}

.order-row .pay-badge.unpaid {
    background: #fef3e2;
    color: var(--orange);
}

.profile-tabs {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 22px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--muted);
}

.profile-tabs a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
}

.profile-tabs a.active {
    color: var(--pink);
    border-bottom: 2px solid var(--pink);
}

.avatar-upload {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.avatar-upload .preview {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
}

.avatar-upload .preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-upload label {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--pink);
    cursor: pointer;
}

.avatar-upload .hint {
    font-size: 11px;
    color: var(--muted);
    margin-top: 4px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.form-grid .field {
    grid-column: span 1;
}

.form-grid .field.full {
    grid-column: span 2;
}

.tag-input {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 8px 10px;
}

.tag-chip {
    background: var(--pink-light);
    color: var(--pink);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tag-chip button {
    background: none;
    border: none;
    color: var(--pink);
    font-size: 11px;
}

.addr-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 14px;
    position: relative;
}

.addr-card .label-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--pink);
    background: var(--pink-light);
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.addr-card .default-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 10.5px;
    font-weight: 700;
    color: var(--green);
    background: #e6f8ee;
    padding: 3px 9px;
    border-radius: 20px;
}

.addr-card .name {
    font-size: 13.5px;
    font-weight: 700;
}

.addr-card .line {
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 2px;
}

.addr-card .actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.pw-rules {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
}

.pw-rules .r {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: var(--muted);
    margin-bottom: 8px;
}

.pw-rules .r i {
    color: var(--green);
}

.login-activity-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12.5px;
}

.login-activity-table th {
    text-align: left;
    color: var(--muted);
    font-weight: 700;
    font-size: 10.5px;
    text-transform: uppercase;
    padding: 8px;
    border-bottom: 1px solid var(--border);
}

.login-activity-table td {
    padding: 10px 8px;
    border-bottom: 1px solid var(--border);
}

.toggle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}

.toggle-row:last-child {
    border-bottom: none;
}

.toggle-row .n {
    font-size: 13.5px;
    font-weight: 600;
}

.toggle-row .m {
    font-size: 11.5px;
    color: var(--muted);
}

.switch {
    position: relative;
    width: 42px;
    height: 24px;
    flex-shrink: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    inset: 0;
    background: var(--border);
    border-radius: 24px;
    cursor: pointer;
    transition: .2s;
}

.switch .slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    transition: .2s;
}

.switch input:checked+.slider {
    background: var(--pink);
}

.switch input:checked+.slider::before {
    transform: translateX(18px);
}

.select-enhanced {
    position: relative;
}

.select-enhanced select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.select-trigger {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    transition: border-color .15s;
}

.select-trigger.placeholder {
    color: var(--muted);
}

.select-trigger:hover {
    border-color: var(--pink);
}

.select-enhanced.open .select-trigger {
    border-color: var(--pink);
}

.select-trigger i {
    font-size: 12px;
    color: var(--muted);
    transition: transform .15s;
    flex-shrink: 0;
}

.select-enhanced.open .select-trigger i {
    transform: rotate(180deg);
}

.select-trigger.disabled {
    background: #f8f8fa;
    color: var(--muted);
    cursor: not-allowed;
}

.select-options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
    max-height: 260px;
    overflow-y: auto;
    z-index: 80;
    display: none;
}

.select-enhanced.open .select-options {
    display: block;
}

.select-option {
    padding: 10px 14px;
    font-size: 13.5px;
    color: var(--text);
    cursor: pointer;
}

.select-option:hover,
.select-option.hovered {
    background: var(--pink);
    color: #fff;
}

.select-option.selected {
    font-weight: 600;
}

.date-enhanced {
    position: relative;
}

.date-enhanced input[type="date"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.date-trigger {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    transition: border-color .15s;
}

.date-trigger.placeholder {
    color: var(--muted);
}

.date-trigger:hover {
    border-color: var(--pink);
}

.date-enhanced.open .date-trigger {
    border-color: var(--pink);
}

.date-trigger i {
    font-size: 13px;
    color: var(--pink);
    flex-shrink: 0;
}

.date-popup {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
    padding: 16px;
    width: 280px;
    z-index: 80;
    display: none;
}

.date-enhanced.open .date-popup {
    display: block;
}

.cal-nav span[data-cal-label],
.date-popup span[data-label-month] {
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 6px;
}

.cal-nav span[data-cal-label]:hover,
.date-popup span[data-label-month]:hover {
    background: var(--pink-light);
    color: var(--pink);
}

.cal-picker-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.cal-picker-grid .pick-item {
    padding: 12px 4px;
    text-align: center;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.cal-picker-grid .pick-item:hover {
    background: var(--pink-light);
    color: var(--pink);
}

.cal-picker-grid .pick-item.selected {
    background: var(--pink);
    color: #fff;
}

.cal-picker-back {
    font-size: 12px;
    font-weight: 600;
    color: var(--pink);
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cal-picker-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
}

.cal-picker-nav button {
    border: 1px solid var(--border);
    border-radius: 6px;
    width: 26px;
    height: 26px;
    background: #fff;
    color: var(--text);
}

.cal-picker-nav button:hover {
    border-color: var(--pink);
    color: var(--pink);
}

.notif-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.notif-head h3 {
    font-size: 15px;
    font-weight: 700;
}

.notif-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.notif-tabs a {
    padding: 7px 14px;
    border-radius: 20px;
    border: 1px solid var(--border);
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
}

.notif-tabs a.active {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.notif-row {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
    position: relative;
}

.notif-row:last-child {
    border-bottom: none;
}

.notif-row.unread {
    background: rgba(236, 59, 110, .02);
}

.notif-row .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pink);
    flex-shrink: 0;
    margin-top: 8px;
}

.notif-row .dot.read {
    background: transparent;
}

.notif-row .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}

.notif-row .body {
    flex: 1;
    min-width: 0;
}

.notif-row .top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.notif-row .title {
    font-size: 13.5px;
    font-weight: 700;
}

.notif-row .new-badge {
    font-size: 10px;
    font-weight: 700;
    color: var(--pink);
    background: var(--pink-light);
    padding: 2px 8px;
    border-radius: 6px;
}

.notif-row .text {
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 4px;
    line-height: 1.5;
}

.notif-row .meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.notif-row .time {
    font-size: 11px;
    color: var(--muted);
}

.notif-row .action-link {
    font-size: 12px;
    font-weight: 600;
    color: var(--pink);
}

.notif-row .del-btn {
    background: none;
    border: none;
    color: var(--muted);
    font-size: 13px;
    flex-shrink: 0;
}

.notif-row .del-btn:hover {
    color: #e34848;
}

.toast-stack {
    position: fixed;
    top: calc(var(--header-h, 166px) + 16px);
    right: 20px;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast-card {
    background: #fff;
    border: 1px solid var(--border);
    border-left: 4px solid var(--pink);
    border-radius: 10px;
    padding: 14px 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 280px;
    max-width: 340px;
    animation: toast-in .25s ease;
}

.toast-card.leaving {
    animation: toast-out .25s ease forwards;
}

.toast-card .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
}

.toast-card .msg {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    flex: 1;
}

.toast-card .close {
    background: none;
    border: none;
    color: var(--muted);
    font-size: 12px;
    flex-shrink: 0;
}

.pkg-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 14px;
}

.pkg-card .head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.pkg-card .name {
    font-size: 14px;
    font-weight: 700;
}

.pkg-card .salon {
    font-size: 11.5px;
    color: var(--muted);
}

.pkg-card .expiry {
    font-size: 11.5px;
    color: var(--muted);
}

.pkg-svc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.pkg-svc-row .n {
    font-size: 12.5px;
    font-weight: 600;
}

.progress-bar {
    height: 6px;
    background: var(--border);
    border-radius: 4px;
    overflow: hidden;
    width: 120px;
}

.progress-bar .fill {
    height: 100%;
    background: var(--pink);
}

.pkg-svc-row .count {
    font-size: 11px;
    color: var(--muted);
    width: 50px;
    text-align: right;
}

.buy-pkg-card {
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 16px;
}

.buy-pkg-card .thumb {
    aspect-ratio: 16/8;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.buy-pkg-card .body {
    padding: 16px;
}

.buy-pkg-card .name {
    font-size: 15px;
    font-weight: 700;
}

.buy-pkg-card .includes {
    font-size: 12px;
    color: var(--muted);
    margin: 4px 0 10px;
}

.buy-pkg-card .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buy-pkg-card .price {
    font-size: 16px;
    font-weight: 800;
    color: var(--pink);
}

.cart-page-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 24px;
    align-items: start;
}

.cart-salon-group {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 16px;
}

.cart-salon-group .salon-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);

}

.cart-salon-logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 2px solid var(--pink-light);
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.cart-salon-group .salon-head i {
    color: var(--pink);
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item .thumb {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.cart-item .info {
    flex: 1;
    min-width: 0;
}

.cart-item .n {
    font-size: 13.5px;
    font-weight: 600;
}

.cart-item .p {
    font-size: 12.5px;
    color: var(--pink);
    font-weight: 700;
    margin-top: 2px;
}

.qty-stepper {
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
}

.qty-stepper button {
    width: 30px;
    height: 30px;
    background: #fff;
    border: none;
    color: var(--text);
    font-weight: 700;
}

.qty-stepper button:hover {
    background: var(--pink-light);
    color: var(--pink);
}

.qty-stepper input {
    width: 36px;
    text-align: center;
    border: none;
    font-size: 13px;
    font-weight: 600;
}

.qty-stepper form {
    display: contents;
}

.cart-item .remove-btn {
    background: none;
    border: none;
    color: var(--muted);
    font-size: 14px;
    flex-shrink: 0;
}

.cart-item .remove-btn:hover {
    color: #e34848;
}

.cart-empty {
    text-align: center;
    padding: 60px 0;
}

.cart-empty i {
    font-size: 48px;
    color: var(--pink-light);
    margin-bottom: 16px;
}

.cart-empty h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.cart-empty p {
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--muted);
    padding: 6px 0;
}

.summary-row.total {
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    border-top: 1px solid var(--border);
    margin-top: 8px;
    padding-top: 14px;
}

.summary-row.total span:last-child {
    color: var(--pink);
}

.checkout {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 24px;
    align-items: start;
}

.checkout-grid.guest-grid {
    grid-template-columns: 380px 1fr 380px;
}

.checkout-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.checkout-right {
    position: sticky;
    top: calc(var(--header-h, 166px) + 20px);
}

.checkout-note {
    font-size: 11px;
    color: var(--muted);
    margin-top: 6px;
}

.checkout-payment {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

.checkout-payment h5 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.checkout-pay-btn {
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    gap: 8px;
}

@media(max-width:1100px) {
    .checkout-grid.guest-grid {
        grid-template-columns: 1fr 1fr;
    }

    .checkout-grid.guest-grid .checkout-right {
        grid-column: span 2;
        position: static;
    }
}

@media(max-width:800px) {

    .checkout-grid,
    .checkout-grid.guest-grid {
        grid-template-columns: 1fr;
    }

    .checkout-grid.guest-grid .checkout-right {
        grid-column: auto;
    }

    .checkout-right {
        position: static;
    }
}

@media(max-width:900px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .checkout-right {
        position: static;
    }
}

@media(max-width:700px) {
    .checkout-split {
        grid-template-columns: 1fr;
    }

    .checkout-split-divider {
        padding: 6px 0;
    }

    .checkout-split-divider::before {
        top: 50%;
        left: 0;
        right: 0;
        bottom: auto;
        width: auto;
        height: 1px;
    }
}

@media(max-width:900px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .checkout-right {
        position: static;
    }
}

.addr-radio {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    cursor: pointer;
}

.addr-radio.selected {
    border-color: var(--pink);
    background: rgba(236, 59, 110, .03);
}

.addr-radio input {
    margin-top: 3px;
    accent-color: var(--pink);
}

.addr-radio .n {
    font-size: 13px;
    font-weight: 700;
}

.addr-radio .l {
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px;
}

.pay-option {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.pay-option.selected {
    border-color: var(--pink);
    background: rgba(236, 59, 110, .03);
}

.pay-option input {
    accent-color: var(--pink);

}

.pay-option i {
    font-size: 16px;
    color: var(--pink);
    width: 20px;
}

.pay-option .n {
    font-size: 13px;
    font-weight: 600;
}

.coupon-row {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.coupon-row input {
    flex: 1;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 12.5px;
}

.order-conf-banner {
    text-align: center;
    padding: 36px 20px;
    border-bottom: 1px solid var(--border);
}

.order-conf-banner .check-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e6f8ee;
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 16px;
}

.order-conf-banner h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 6px;
}

.order-conf-banner p {
    color: var(--muted);
    font-size: 13px;
}

.membership-hero {
    background: linear-gradient(120deg, var(--pink-light), #fde3ec);
    border-radius: 16px;
    padding: 24px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 20px;
}

.membership-hero .crown {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.membership-hero .plan-name {
    font-size: 17px;
    font-weight: 800;
    color: var(--pink);
    margin-top: 2px;
}

.membership-hero .meta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.membership-hero .meta-grid .l {
    font-size: 11px;
    color: var(--muted);
    font-weight: 600;
}

.membership-hero .meta-grid .v {
    font-size: 13.5px;
    font-weight: 700;
    margin-top: 2px;
}

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

.benefit-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
}

.benefit-card .ic {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto 10px;
}

.benefit-card .t {
    font-size: 13px;
    font-weight: 700;
}

.benefit-card .s {
    font-size: 11px;
    color: var(--muted);
    margin-top: 2px;
}

.plan-card {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 14px;
}

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

.plan-card .name {
    font-size: 14px;
    font-weight: 700;
}

.plan-card .cycle {
    font-size: 11px;
    color: var(--muted);
    text-transform: capitalize;
}

.plan-card .price {
    font-size: 18px;
    font-weight: 800;
    color: var(--pink);
}

.plan-card .benefits-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.plan-card .benefits-list span {
    font-size: 11px;
    background: var(--pink-light);
    color: var(--pink);
    padding: 3px 9px;
    border-radius: 6px;
}

.gc-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}

.gc-stat {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.gc-stat .ic {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.gc-stat .l {
    font-size: 11px;
    color: var(--muted);
    font-weight: 600;
}

.gc-stat .v {
    font-size: 16px;
    font-weight: 800;
}

.gc-card {
    border-radius: 14px;
    padding: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
    background: linear-gradient(135deg, var(--pink), var(--pink-dark));
}

.gc-card.used {
    background: linear-gradient(135deg, #8b8a99, #5c5b66);
}

.gc-card .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gc-card .brand {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 16px;
}

.gc-card .status-pill {
    font-size: 10.5px;
    font-weight: 700;
    background: rgba(255, 255, 255, .2);
    padding: 3px 10px;
    border-radius: 12px;
}

.gc-card .balance-label {
    font-size: 11px;
    opacity: .85;
    margin-top: 16px;
}

.gc-card .balance {
    font-size: 22px;
    font-weight: 800;
    margin-top: 2px;
}

.gc-card .meta-row {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    opacity: .85;
    margin-top: 16px;
}

.gc-card .code {
    font-size: 11px;
    opacity: .7;
    margin-top: 6px;
    letter-spacing: .5px;
}

.field input[type="number"],
.field input[type="date"] {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    background: #fff;
    transition: border-color .15s;
    font-family: 'Poppins', sans-serif;
}

.field input[type="number"]:focus,
.field input[type="date"]:focus {
    border-color: var(--pink);
}

.currency-input {
    position: relative;
}

.currency-input .prefix {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
    pointer-events: none;
}

.currency-input input {
    padding-left: 46px !important;
}

.gc-purchase-box {
    border: 1px dashed var(--border);
    border-radius: 14px;
    padding: 20px;
}

.loyalty-hero {
    background: linear-gradient(120deg, var(--pink-light), #fde3ec);
    border-radius: 16px;
    padding: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.loyalty-hero .n {
    font-size: 30px;
    font-weight: 800;
    color: var(--pink);
}

.loyalty-hero .l {
    font-size: 12px;
    color: var(--muted);
    font-weight: 600;
}

.loyalty-hero .star {
    font-size: 44px;
    color: var(--pink);
    opacity: .4;
}

.loyalty-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}

.salon-balance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

.salon-balance-row:last-child {
    border-bottom: none;
}

.salon-balance-row .n {
    font-size: 13px;
    font-weight: 600;
}

.salon-balance-row .p {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--pink);
}

.loyalty-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12.5px;
}

.loyalty-table th {
    text-align: left;
    color: var(--muted);
    font-weight: 700;
    font-size: 10.5px;
    text-transform: uppercase;
    padding: 8px;
    border-bottom: 1px solid var(--border);
}

.loyalty-table td {
    padding: 10px 8px;
    border-bottom: 1px solid var(--border);
}

.loyalty-table .type-pill {
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px;
}

.loyalty-table .type-pill.earn {
    background: #e6f8ee;
    color: var(--green);
}

.loyalty-table .type-pill.redeem {
    background: #fdeaea;
    color: #e34848;
}

.loyalty-table .type-pill.expire {
    background: #fef3e2;
    color: var(--orange);
}

.loyalty-table .type-pill.adjust {
    background: var(--pink-light);
    color: var(--pink);
}

.how-earn-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.how-earn-list .row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.how-earn-list .ic {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--pink-light);
    color: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.how-earn-list .t {
    font-size: 12.5px;
    font-weight: 600;
}

html[data-theme="dark"] {
    --bg: #15131f;
    --text: #f0eef7;
    --muted: #a5a3b5;
    --border: #2b2838;
}

html[data-theme="dark"] body {
    background: var(--navy-2);
}

html[data-theme="dark"] .header,
html[data-theme="dark"] .navbar,
html[data-theme="dark"] .steps-card,
html[data-theme="dark"] .acc-sidebar,
html[data-theme="dark"] .side-widget,
html[data-theme="dark"] .filter-box,
html[data-theme="dark"] .product-card,
html[data-theme="dark"] .service-card,
html[data-theme="dark"] .salon-card,
html[data-theme="dark"] .detail-box,
html[data-theme="dark"] .checkout-section,
html[data-theme="dark"] .summary-card,
html[data-theme="dark"] .cal-box,
html[data-theme="dark"] .select-options,
html[data-theme="dark"] .date-popup,
html[data-theme="dark"] .cats-dropdown {
    background: #211d35;
    border-color: #332e47;
}

html[data-theme="dark"] .field input,
html[data-theme="dark"] .select-trigger,
html[data-theme="dark"] .date-trigger,
html[data-theme="dark"] .appt-filter-bar input,
html[data-theme="dark"] .appt-filter-bar select {
    background: #2b2838;
    color: var(--text);
    border-color: #3a3550;
}

.theme-toggle-row {
    display: flex;
    gap: 12px;
}

.theme-option {
    flex: 1;
    border: 2px solid var(--border);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
}

.theme-option.selected {
    border-color: var(--pink);
}

.theme-option .preview {
    height: 50px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.theme-option.light .preview {
    background: #f6f7fb;
    border: 1px solid #eef0f4;
}

.theme-option.dark .preview {
    background: #15131f;
    border: 1px solid #2b2838;
}

.theme-option .n {
    font-size: 12.5px;
    font-weight: 600;
}

.cat-check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cat-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px 12px;
}

.cat-check input {
    accent-color: var(--pink);
}

.currency-switcher {
    position: relative;
}

.currency-trigger {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.currency-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 220px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
    max-height: 280px;
    overflow-y: auto;
    z-index: 80;
    display: none;
}

.currency-dropdown.open {
    display: block;
}

.currency-dropdown form {
    display: block;
}

.currency-dropdown button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 16px;
    font-size: 13px;
    background: none;
    border: none;
    text-align: left;
    color: var(--text);
}

.currency-dropdown button:hover {
    background: var(--pink-light);
    color: var(--pink);
}

.currency-dropdown button.active {
    color: var(--pink);
    font-weight: 700;
}

.currency-dropdown {
    width: 280px;
}

.currency-search {
    padding: 10px;
    border-bottom: 1px solid var(--border);
}

.currency-search input {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12.5px;
}

.currency-list {
    max-height: 280px;
    overflow-y: auto;
}

.currency-list .empty {
    padding: 16px;
    text-align: center;
    font-size: 12px;
    color: var(--muted);
}

/* ===== Settings page — Theme tab (new, everything else reuses existing classes) ===== */

.settings-page-title {
    font-size: 26px;
    font-weight: 800;
    margin: 22px 0 4px;
}

.settings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.settings-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.settings-card .subtitle {
    font-size: 12.5px;
    color: var(--muted);
    margin: -8px 0 16px;
}

.settings-row {
    margin-bottom: 18px;
}

.settings-row:last-child {
    margin-bottom: 0;
}

.settings-row__label {
    font-size: 13.5px;
    font-weight: 700;
    margin-bottom: 2px;
}

.settings-row__desc {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 10px;
}

/* Sidebar Style toggle reuses .theme-toggle-row/.theme-option but without the preview swatch */
.theme-option.no-preview {
    padding: 12px 16px;
}

.theme-option.no-preview i {
    color: var(--pink);
    margin-right: 6px;
}

/* Primary / Secondary color pickers */
.color-input {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.color-input .swatch {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, .08);
}

.color-input .swatch input[type="color"] {
    position: absolute;
    inset: -4px;
    width: 28px;
    height: 28px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.color-input .value {
    flex: 1;
    font-size: 13px;
    font-family: monospace;
    font-weight: 600;
}

.color-input i {
    color: var(--muted);
    font-size: 11px;
}

/* Quick presets */
.preset-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.preset {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 12px 6px;
    border: 2px solid var(--border);
    border-radius: 10px;
    cursor: pointer;
}

.preset.active {
    border-color: var(--pink);
    background: var(--pink-light);
}

.preset .dots {
    display: flex;
}

.preset .dots span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.preset .dots span:nth-child(2) {
    margin-left: -7px;
}

.preset .label {
    font-size: 11.5px;
    font-weight: 600;
}

/* Slider — Font Size, Border Radius */
.cp-slider-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cp-slider {
    flex: 1;
    -webkit-appearance: none;
    height: 4px;
    border-radius: 99px;
    background: var(--border);
}

.cp-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--pink);
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px var(--pink);
}

.cp-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--pink);
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px var(--pink);
}

.cp-slider-value {
    min-width: 48px;
    text-align: center;
    font-size: 12.5px;
    font-weight: 700;
    padding: 5px 8px;
    border: 1px solid var(--border);
    border-radius: 6px;
}

/* Plain select — Currency / Date / Time / Timezone (no enhanced-select JS assumed) */
.cp-select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 13.5px;
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: #fff;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238b8a99'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.settings-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

html[data-theme="dark"] .cp-select,
html[data-theme="dark"] .color-input {
    background: #2b2838;
    color: var(--text);
    border-color: #3a3550;
}

html[data-theme="dark"] .cp-slider {
    background: #3a3550;
}

.wizard-step {
    cursor: pointer;
}

.cat-pill,
.order-tabs a,
[data-category-btn],
.wizard-step {
    cursor: pointer;
}

.wiz-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
}

.wiz-back:hover {
    border-color: var(--pink);
    color: var(--pink);
}

.pick-card .check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--border);
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pick-card .check i {
    display: none;
    font-size: 10px;
    color: #fff;
}

.pick-card .check::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--border);
}

.pick-card.selected .check {
    background: var(--pink);
    border-color: var(--pink);
}

.pick-card.selected .check::before {
    display: none;
}

.pick-card.selected .check i {
    display: block;
}

.pick-card .thumb img {
    border-radius: 0;
}

.date-time-split {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 24px;
}

@media(max-width:800px) {
    .date-time-split {
        grid-template-columns: 1fr;
    }
}

.confirm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media(max-width:900px) {
    .confirm-grid {
        grid-template-columns: 1fr;
    }
}

.pagination button {
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text);
    background: #fff;
    cursor: pointer;
}

.pagination button:hover:not(.disabled):not(.current) {
    border-color: var(--pink);
    color: var(--pink);
}

.pagination button.current {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.pagination button.disabled {
    color: var(--muted);
    cursor: not-allowed;
}

.wish-btn-form {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}

.wish-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}

.wish-btn:hover {
    color: var(--pink);
    border-color: var(--pink);
}

.wish-btn.active {
    color: var(--pink);
    border-color: var(--pink);
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

@media(max-width:1200px) {
    .grid-6 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:800px) {
    .grid-6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:520px) {
    .grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.promo-banner {
    border-radius: 16px;
    padding: 36px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin: 32px 0;
}

.promo-banner.pink {
    background: linear-gradient(120deg, var(--pink), var(--pink-dark));
    color: #fff;
}

.promo-banner.navy {
    background: linear-gradient(120deg, var(--navy), var(--navy-2));
    color: #fff;
}

.promo-banner .content h3 {
    font-size: 22px;
    font-weight: 800;
}

.promo-banner .content p {
    font-size: 13.5px;
    opacity: .9;
    margin-top: 6px;
    max-width: 420px;
}

.promo-banner .content .btn {
    margin-top: 16px;
}

.promo-banner.pink .btn {
    background: #fff;
    color: var(--pink);
}

.promo-banner.navy .btn {
    background: var(--pink);
    color: #fff;
}

.promo-banner .icon {
    font-size: 70px;
    opacity: .35;
}

.pdp-grid {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 40px;
}

.pdp-gallery {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
}

@media(max-width:1000px) {
    .pdp-gallery {
        grid-template-columns: 1fr;
    }

    .pdp-thumbs {
        order: 2;
        flex-direction: row !important;
    }
}

.pdp-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pdp-thumb {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid var(--border);
    padding: 0;
    flex-shrink: 0;
}

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

.pdp-thumb.active {
    border-color: var(--pink);
}

.pdp-caption {
    font-size: 13px;
    color: var(--muted);
    margin-top: 2px;
}

.pdp-colors,
.pdp-sizes {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.pdp-colors .l,
.pdp-sizes .l {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--muted);
}

.pdp-color-swatch {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid var(--border);
    display: inline-block;
}

.pdp-size-options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pdp-size-pill {
    background: #fff;
    cursor: pointer;
}

.pdp-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

@media(max-width:1000px) {
    .pdp-grid {
        grid-template-columns: 1fr;
    }
}

.pdp-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1;
    background: var(--pink-light);
}

.pdp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdp-image .pdp-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    color: var(--pink);
}

.pdp-wish {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.pdp-wish:hover,
.pdp-wish.active {
    color: var(--pink);
}

.pdp-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--pink);
    background: var(--pink-light);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.pdp-title {
    font-size: 24px;
    font-weight: 800;
}

.pdp-salon {
    font-size: 13px;
    color: var(--muted);
    margin-top: 4px;
}

.pdp-salon a {
    color: var(--pink);
    font-weight: 600;
}

.pdp-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 13px;
    color: var(--muted);
}

.pdp-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 16px;
}

.pdp-price {
    font-size: 26px;
    font-weight: 800;
    color: var(--pink);
}

.pdp-price-old {
    font-size: 14px;
    color: var(--muted);
    text-decoration: line-through;
}

.pdp-desc {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.7;
    margin-top: 14px;
}

.pdp-meta-list {
    margin-top: 18px;
    border-top: 1px solid var(--border);
    padding-top: 6px;
}

.pdp-meta-row {
    display: flex;
    padding: 9px 0;
    border-bottom: 1px solid var(--border);
    font-size: 13px;
}

.pdp-meta-row .l {
    width: 120px;
    color: var(--muted);
    font-weight: 600;
    flex-shrink: 0;
}

.pdp-meta-row .v {
    font-weight: 600;
}

.pdp-meta-row .v.instock {
    color: var(--green);
}

qty-stepper .pdp-meta-row .v.instock::before {
    content: "●";
    margin-right: 6px;
    font-size: 9px;
}

.pdp-actions-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin: 20px 0;
}

.pdp-cart-form {
    display: flex;
    gap: 10px;
}

.pdp-cart-form .btn {
    flex: 1;
    justify-content: center;
    padding: 14px;
}

.pdp-trust-row {
    display: flex;
    gap: 22px;
    font-size: 11.5px;
    color: var(--muted);
    flex-wrap: wrap;
}

.pdp-trust-row span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pdp-trust-row i {
    color: var(--pink);
}

.pdp-tabs {
    display: flex;
    gap: 26px;
    border-bottom: 1px solid var(--border);
    margin: 36px 0 20px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--muted);
}

.pdp-tabs button {
    background: none;
    border: none;
    padding-bottom: 12px;
    color: inherit;
}

.pdp-tabs button.active {
    color: var(--pink);
    border-bottom: 2px solid var(--pink);
}

.pdp-review-summary {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px;
}

.pdp-review-summary .big {
    font-size: 32px;
    font-weight: 800;
}

.pdp-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 8px;
}

.pdp-bar-row .stars {
    width: 32px;
}

.pdp-bar-track {
    flex: 1;
    height: 6px;
    background: var(--border);
    border-radius: 4px;
    overflow: hidden;
}

.pdp-bar-fill {
    height: 100%;
    background: var(--pink);
}

.pdp-bar-row .n {
    width: 32px;
    text-align: right;
}

.pdp-related-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.pdp-scroll-btns {
    display: flex;
    gap: 8px;
}

.pdp-scroll-btns button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: #fff;
}

.pdp-scroll-btns button:hover {
    border-color: var(--pink);
    color: var(--pink);
}

.pdp-related-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 6px;
}

.pdp-related-scroll .product-card {
    flex: 0 0 200px;
}

.cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

/* =========================================================
   BEAUTY STUDIO FOOTER
   Uses existing project variables:
   --pink
   --pink-light
   --pink-dark
   --navy
   --navy-2
   --text
   --muted
   --border
========================================================= */

.site-footer {
    background: linear-gradient(120deg,
            var(--navy),
            var(--navy-2));

    color: #fff;
    margin-top: 50px;
    padding: 58px 0 0;
}

.site-footer .container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 24px;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.footer-main {
    display: grid;
    grid-template-columns:
        1.5fr 1fr 1fr 1.15fr 1fr 1.3fr;

    gap: 42px;
    padding-bottom: 42px;
}


/* =========================================================
   BRAND
========================================================= */

.footer-brand {
    min-width: 0;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.footer-logo-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--pink);
    color: #fff;

    font-size: 20px;
}

.footer-logo-text {
    display: flex;
    align-items: center;
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
}

.footer-logo-beauty {
    color: #fff;
}

.footer-logo-studio {
    color: var(--pink);
    margin-left: 3px;
}

.footer-description {
    color: #cfcde0;
    font-size: 12.5px;
    line-height: 1.7;
    max-width: 270px;
    margin-bottom: 20px;
}


/* =========================================================
   FEATURES
========================================================= */

.footer-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.footer-features li {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #d8d6e2;
    font-size: 12.5px;

    margin-bottom: 12px;
}

.footer-features li i {
    width: 20px;
    color: var(--pink);
    font-size: 15px;
}


/* =========================================================
   NEWSLETTER
========================================================= */

.footer-newsletter h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

.footer-newsletter p {
    color: #bcb9cb;
    font-size: 11.5px;
    line-height: 1.6;
    margin-bottom: 12px;
    max-width: 270px;
}

.footer-newsletter-form {
    display: flex;
    width: 100%;
    max-width: 270px;
}

.footer-newsletter-form input {
    flex: 1;
    min-width: 0;

    height: 42px;
    padding: 0 13px;

    border: 1px solid #39354e;
    border-right: none;
    border-radius: 7px 0 0 7px;

    background: #211d35;
    color: #fff;

    outline: none;
    font-family: inherit;
    font-size: 11.5px;
}

.footer-newsletter-form input::placeholder {
    color: #858197;
}

.footer-newsletter-form input:focus {
    border-color: var(--pink);
}

.footer-newsletter-form button {
    width: 45px;
    height: 42px;

    border: none;
    border-radius: 0 7px 7px 0;

    background: var(--pink);
    color: #fff;

    cursor: pointer;
    transition: all .25s ease;
}

.footer-newsletter-form button:hover {
    background: var(--pink-dark);
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column h4,
.footer-contact>h4 {
    position: relative;

    color: #fff;
    font-size: 15px;
    font-weight: 700;

    margin: 0 0 22px;
    padding-bottom: 10px;
}

.footer-column h4::after,
.footer-contact>h4::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 32px;
    height: 2px;

    background: var(--pink);
}

.footer-column ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-column li {
    margin-bottom: 13px;
}

.footer-column li a {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #cfcde0;
    font-size: 12.5px;

    transition: all .25s ease;
}

.footer-column li a i {
    color: var(--pink);
    font-size: 9px;

    transition: transform .25s ease;
}

.footer-column li a:hover {
    color: #fff;
}

.footer-column li a:hover i {
    transform: translateX(3px);
}


/* =========================================================
   CONTACT
========================================================= */

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    color: #cfcde0;
    font-size: 12px;
    line-height: 1.6;

    margin-bottom: 17px;
}

.footer-contact li a {
    color: #cfcde0;
    transition: color .25s ease;
}

.footer-contact li a:hover {
    color: var(--pink);
}

.footer-contact-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(236, 59, 110, .15);
    color: var(--pink);

    font-size: 12px;
}


/* =========================================================
   SOCIAL
========================================================= */

.footer-social {
    margin-top: 28px;
}

.footer-social h4 {
    margin-bottom: 14px;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social-icons a {
    width: 34px;
    height: 34px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, .08);
    color: #d8d6e2;

    font-size: 13px;

    transition: all .25s ease;
}

.footer-social-icons a:hover {
    background: var(--pink);
    color: #fff;
    transform: translateY(-2px);
}


/* =========================================================
   BOTTOM
========================================================= */

.footer-bottom {
    min-height: 72px;

    border-top: 1px solid rgba(255, 255, 255, .12);

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}

.footer-copyright {
    color: #c3c0cf;
    font-size: 11.5px;
    white-space: nowrap;
}

.footer-copyright span {
    color: var(--pink);
}


/* =========================================================
   BENEFITS
========================================================= */

.footer-benefits {
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-benefit {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #d6d3df;
    font-size: 11.5px;
}

.footer-benefit+.footer-benefit {
    border-left: 1px solid rgba(255, 255, 255, .14);
    padding-left: 25px;
}

.footer-benefit i {
    color: #fff;
    font-size: 17px;
}


/* =========================================================
   PAYMENT METHODS
========================================================= */

.footer-payments {
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-payments>span:first-child {
    color: #c3c0cf;
    font-size: 11px;
    margin-right: 3px;
}

.payment-card {
    min-width: 47px;
    height: 28px;

    padding: 0 8px;

    border-radius: 4px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    color: #222;

    font-size: 9px;
    font-weight: 800;
}

.payment-card.mastercard {
    background: #343a50;
    color: #fff;
    font-size: 18px;
}

.payment-card.paypal {
    background: #0875b9;
    color: #fff;
    font-size: 9px;
}

.payment-card.easypaisa {
    background: #35b85a;
    color: #fff;
    font-size: 8px;
}

.location-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(24, 21, 40, .55);
    z-index: 300;
    align-items: center;
    justify-content: center;
}

.location-modal.open {
    display: flex;
}

.location-modal-box {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    width: 100%;
    max-width: 420px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.location-modal-box h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 4px;
}

.location-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: var(--pink-light);
    color: var(--pink);
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-modal-close:hover {
    background: var(--pink);
    color: #fff;
}

.location-radius-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.location-radius-btn {
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12.5px;
    font-weight: 600;
    background: #fff;
    color: var(--text);
}

.location-radius-btn:hover:not(.active) {
    border-color: var(--pink);
    color: var(--pink);
}

.location-radius-btn.active {
    background: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.location-city-picker {
    border-top: 1px solid var(--border);
    padding-top: 16px;
}

html[data-theme="dark"] .location-modal-box {
    background: #211d35;
    border: 1px solid #332e47;
}

html[data-theme="dark"] .location-radius-btn,
html[data-theme="dark"] .location-city-picker select {
    background: #2b2838;
    color: var(--text);
    border-color: #3a3550;
}

/* =========================================
   CART DRAWER MODAL
========================================= */
.cart-drawer-modal {
    padding: 0 !important;
    background-color: white;
}

.hidden {
    display: none;
}

/*
|--------------------------------------------------------------------------
| Keep drawer permanently fixed at TOP RIGHT
|--------------------------------------------------------------------------
*/

.cart-drawer-modal .modal-dialog {
    position: fixed !important;
    top: 167px !important;
    right: 20px !important;
    left: auto !important;
    bottom: auto !important;
    width: 420px !important;
    max-width: calc(100vw - 40px) !important;
    height: 600px !important;
    max-height: calc(100vh - 100px) !important;
    margin: 0 !important;
    transform: none !important;
    background-color: #fff;
    z-index: 1200;
    border-radius: 14px;
}

.btn-close {
    color: var(--pink);
    font-size: 30px;
    background-color: #fff;
    outline: none;
    border: none;
    font-weight: 500;
}

/*
|--------------------------------------------------------------------------
| Modal Content
|--------------------------------------------------------------------------
*/

.cart-drawer-modal .modal-content {
    width: 100%;
    height: 100%;

    border-radius: 14px;

    overflow: hidden;

    display: flex;
    flex-direction: column;

    border: 1px solid var(--border);
}


/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-drawer-modal .modal-header {
    flex-shrink: 0;

    padding: 16px 18px;

    border-bottom: 1px solid #eeeeee;
}


/*
|--------------------------------------------------------------------------
| Scroll only CART CONTENT
|--------------------------------------------------------------------------
*/

.cart-drawer-modal .modal-body {
    flex: 1;

    min-height: 0;

    overflow-y: auto;
    overflow-x: hidden;

    padding: 0 18px;
}


/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

.cart-drawer-modal .modal-footer {
    flex-shrink: 0;

    padding: 14px 18px;

    border-top: 1px solid #eeeeee;

    background: #ffffff;

    display: flex;
    gap: 10px;
}


.cart-drawer-modal .modal-footer .btn {
    flex: 1;
}


/* =========================================
   SALON GROUP
========================================= */

.cart-salon-group {
    width: 100%;
    margin: 0;
}

.salon-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 0 10px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
}

.salon-head i {
    color: #e63864;
}


/* =========================================
   CART ITEM
========================================= */

.cart-item {
    width: 100%;
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.cart-item .thumb {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item .info {
    min-width: 0;
}

.cart-item .n {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 6px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cart-item .p {
    font-size: 13px;
    color: #777;
}


/* =========================================
   CART ACTIONS
========================================= */

.cart-item-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 100px;
}

.cart-item-total {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}


/* =========================================
   QUANTITY STEPPER
========================================= */

.qty-stepper {
    display: flex;
    align-items: center;
    height: 34px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
}

.qty-stepper button {
    width: 30px;
    height: 32px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}

.qty-stepper button:hover {
    background: #f5f5f5;
}

.qty-stepper button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.qty-stepper input {
    width: 34px;
    height: 32px;
    border: none;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    text-align: center;
    outline: none;
    background: #fff;
}


/* =========================================
   REMOVE BUTTON
========================================= */

.remove-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    color: #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-btn:hover {
    color: #e63864;
}


/* =========================================
   EMPTY CART
========================================= */

.empty-cart {
    text-align: center;
    padding: 70px 20px;
}

.empty-cart i {
    font-size: 45px;
    color: #e63864;
    margin-bottom: 15px;
}

.empty-cart h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.empty-cart p {
    color: #777;
}


/* =========================================
   SUGGESTED PRODUCTS
========================================= */

.cart-drawer-modal .steps-card {
    width: 100%;
    margin: 20px 0;
    padding: 18px 0 0;
    border-top: 1px solid #eeeeee;
}

.cart-drawer-modal .steps-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
}


/*
|--------------------------------------------------------------------------
| IMPORTANT
|--------------------------------------------------------------------------
|
| Do NOT use your normal shop-products-grid inside the cart.
| It is probably creating multiple columns and overflowing.
|
*/

.cart-drawer-modal .shop-products-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
}


/*
|--------------------------------------------------------------------------
| Make product cards fit inside the cart
|--------------------------------------------------------------------------
*/

.cart-drawer-modal .product-card {
    width: 100%;
    min-width: 0;
}

.cart-drawer-modal .product-card .thumb {
    height: 150px;
}

.cart-drawer-modal .product-card .body {
    padding: 10px;
}

.cart-drawer-modal .product-card .name {
    font-size: 13px;
}

.cart-drawer-modal .product-card .brand {
    font-size: 11px;
}

.cart-drawer-modal .product-card .price-row {
    flex-wrap: wrap;
}

.cart-drawer-modal {
    pointer-events: none;
}

.cart-drawer-modal .modal-dialog {
    pointer-events: auto;
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}

/* ---- Booking wizard: salon banner + persistent summary sidebar ---- */
.salon-booking-banner {
    background: linear-gradient(135deg, var(--pink-light), #fff);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 16px;
}

.salon-banner-back {
    font-size: 12.5px;
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.salon-banner-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.salon-banner-logo {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.salon-banner-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.salon-banner-info h1 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 4px;
}

.salon-banner-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12.5px;
    color: var(--muted);
}

.salon-banner-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.wizard-body {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 22px;

}

.wizard-sidebar {
    position: sticky;
    top: 20px;
}

.confirm-content.guest {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 0 24px;
    align-items: start;
}

.confirm-content.guest .guest-login-section {
    grid-column: 1;
    grid-row: 1;
}

.confirm-content.guest .guest-register-section {
    grid-column: 2;
    grid-row: 1;
}

.confirm-content.guest .guest-appointment-section,
.confirm-content.guest .guest-notes-section {
    grid-column: 2;
}

.confirm-content.guest .guest-appointment-section {
    grid-row: 2;
}

.confirm-content.guest .guest-notes-section {
    grid-row: 3;
}

.service-step-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
}

.service-category-sidebar .filter-list {
    max-height: 480px;
    overflow-y: auto;
}

.summary-salon-mini {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.summary-salon-mini img,
.summary-salon-mini .ph {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    background: var(--pink-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pink);
}

.summary-salon-mini .name {
    font-size: 13px;
    font-weight: 700;
}

.summary-salon-mini .loc {
    font-size: 11.5px;
    color: var(--muted);
}

.svc-line-x {
    background: none;
    border: none;
    color: var(--muted);
    cursor: pointer;
    padding: 2px 6px;
}

.svc-line-x:hover {
    color: #e34848;
}

@media (max-width: 700px) {
    .wizard-body {
        grid-template-columns: 1fr;
    }

    .wizard-sidebar {
        position: static;
        order: -1;
    }

    .service-step-layout {
        grid-template-columns: 1fr;
    }

    .service-category-sidebar .filter-list {
        max-height: none;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .service-category-sidebar .filter-check {
        flex-shrink: 0;
    }

    .salon-banner-row {
        flex-wrap: wrap;
    }

    .confirm-content.guest {
        display: block;
    }
}

@media (max-width: 560px) {
    .salon-banner-logo {
        width: 48px;
        height: 48px;
    }

    .salon-banner-info h1 {
        font-size: 16px;
    }

    .date-time-split {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   BEAUTY STUDIO — HELP & SUPPORT CENTER
   Uses the existing global :root variables
========================================================= */


/* =========================================================
   SUPPORT PAGE
========================================================= */

.support-page {
    width: 100%;
    overflow: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: "Poppins", sans-serif;
}

.support-page *,
.support-page *::before,
.support-page *::after {
    box-sizing: border-box;
}

.support-page a {
    text-decoration: none;
    color: inherit;
}

.support-container {
    width: min(90%, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.support-hero {
    position: relative;
    overflow: hidden;
    min-height: 590px;
    display: flex;
    align-items: center;

    background:
        radial-gradient(circle at 80% 25%,
            var(--Pink-extra-light),
            transparent 32%),
        linear-gradient(135deg,
            var(--pink-light) 0%,
            #ffffff 52%,
            #fff7fa 100%);

    border-bottom: 1px solid var(--pink-light);
}


/* Decorative circles */

.support-hero-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.support-decoration-one {
    width: 380px;
    height: 380px;
    right: -160px;
    top: -170px;
    border: 1px solid rgba(236, 59, 110, 0.13);
}

.support-decoration-two {
    width: 220px;
    height: 220px;
    left: -110px;
    bottom: -110px;
    background: var(--Pink-extra-light);
}


/* =========================================================
   BREADCRUMB
========================================================= */

.support-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 38px;
    font-size: 13px;
    color: var(--muted);
}

.support-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color 0.2s ease;
}

.support-breadcrumb a:hover {
    color: var(--pink);
}

.support-breadcrumb>i {
    font-size: 9px;
    color: #b9b7c1;
}

.support-breadcrumb span {
    color: var(--pink);
    font-weight: 500;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.support-hero-content {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;

    gap: 60px;
}


/* Eyebrow */

.support-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 8px 14px;
    margin-bottom: 20px;

    border-radius: 50px;

    background: var(--pink-light);
    color: var(--pink);

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.support-eyebrow i {
    font-size: 12px;
}


/* Hero heading */

.support-hero-title {
    max-width: 650px;
    margin: 0;

    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.08;

    letter-spacing: -2.2px;
    font-weight: 700;

    color: var(--navy);
}

.support-hero-title span {
    display: block;
    color: var(--pink);
}


/* Hero description */

.support-hero-description {
    max-width: 590px;

    margin: 22px 0 30px;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.9;
}


/* =========================================================
   SEARCH
========================================================= */

.support-search {
    width: 100%;
    max-width: 620px;

    height: 64px;

    display: flex;
    align-items: center;

    padding: 7px 8px 7px 20px;

    background: #ffffff;

    border: 1px solid var(--border);
    border-radius: 15px;

    box-shadow:
        0 12px 35px rgba(24, 21, 40, 0.07);
}

.support-search>i {
    margin-right: 12px;

    color: var(--muted);

    font-size: 17px;
}

.support-search input {
    flex: 1;
    min-width: 0;

    height: 100%;

    border: 0;
    outline: 0;

    background: transparent;

    color: var(--text);

    font-family: inherit;
    font-size: 13px;
}

.support-search input::placeholder {
    color: #aaa8b3;
}

.support-search button {
    height: 50px;

    padding: 0 24px;

    border: 0;
    border-radius: 11px;

    background: var(--pink);
    color: #ffffff;

    font-family: inherit;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.support-search button:hover {
    background: var(--pink-dark);

    transform: translateY(-1px);

    box-shadow:
        0 8px 20px rgba(236, 59, 110, 0.22);
}


/* Popular searches */

.support-popular-searches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 14px;

    font-size: 11px;
}

.support-popular-searches>span {
    color: var(--muted);
    margin-right: 3px;
}

.support-popular-searches a {
    padding: 5px 10px;

    border-radius: 6px;

    color: var(--muted);

    background: #ffffff;

    transition:
        color 0.2s ease,
        background 0.2s ease;
}

.support-popular-searches a:hover {
    color: var(--pink);
    background: var(--pink-light);
}


/* =========================================================
   HERO VISUAL
========================================================= */

.support-hero-visual {
    position: relative;

    min-height: 410px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* Main circle */

.support-support-circle {
    position: relative;
    z-index: 4;

    width: 205px;
    height: 205px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(145deg,
            #ffffff,
            var(--pink-light));

    border: 1px solid rgba(236, 59, 110, 0.14);

    box-shadow:
        0 25px 60px rgba(24, 21, 40, 0.10),
        inset 0 0 0 14px rgba(255, 255, 255, 0.65);
}

.support-support-circle i {
    width: 105px;
    height: 105px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--pink);
    color: #ffffff;

    font-size: 43px;

    box-shadow:
        0 18px 35px rgba(236, 59, 110, 0.27);
}


/* Orbit */

.support-orbit {
    position: absolute;

    border: 1px dashed rgba(236, 59, 110, 0.20);

    border-radius: 50%;
}

.orbit-one {
    width: 315px;
    height: 315px;
}

.orbit-two {
    width: 410px;
    height: 410px;

    border-color: rgba(236, 59, 110, 0.10);
}


/* =========================================================
   FLOATING HERO CARDS
========================================================= */

.support-floating-card {
    position: absolute;
    z-index: 5;

    display: flex;
    align-items: center;

    gap: 12px;

    min-width: 190px;

    padding: 13px 15px;

    background: rgba(255, 255, 255, 0.96);

    border: 1px solid var(--border);

    border-radius: 13px;

    box-shadow:
        0 14px 35px rgba(24, 21, 40, 0.08);

    backdrop-filter: blur(10px);
}

.support-card-one {
    top: 42px;
    left: 2px;
}

.support-card-two {
    top: 172px;
    right: -5px;
}

.support-card-three {
    bottom: 36px;
    left: 45px;
}


.support-floating-icon {
    width: 38px;
    height: 38px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    color: var(--pink);
    background: var(--pink-light);
}

.support-floating-card strong {
    display: block;

    margin-bottom: 2px;

    font-size: 11px;
    font-weight: 600;

    color: var(--navy);
}

.support-floating-card small {
    display: block;

    color: var(--muted);

    font-size: 9px;
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.support-section-heading {
    max-width: 620px;

    margin: 0 auto 45px;

    text-align: center;
}

.support-heading-left {
    margin-left: 0;
    text-align: left;
}

.support-section-label {
    display: inline-block;

    margin-bottom: 10px;

    color: var(--pink);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.6px;
}

.support-section-heading h2 {
    margin: 0;

    color: var(--navy);

    font-size: 31px;
    line-height: 1.25;

    letter-spacing: -0.8px;
}

.support-section-heading p {
    margin: 13px auto 0;

    color: var(--muted);

    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
   CATEGORIES
========================================================= */

.support-categories-section {
    padding: 95px 0 105px;

    background: #ffffff;
}


.support-category-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


.support-category-card {
    position: relative;

    display: flex;

    gap: 18px;

    padding: 27px;

    min-height: 195px;

    background: #ffffff;

    border: 1px solid var(--border);

    border-radius: 20px;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.support-category-card:hover {
    transform: translateY(-5px);

    border-color: rgba(236, 59, 110, 0.25);

    box-shadow:
        0 18px 50px rgba(24, 21, 40, 0.07);
}


.support-category-icon {
    width: 49px;
    height: 49px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: var(--pink-light);
    color: var(--pink);

    font-size: 18px;

    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.support-category-card:hover .support-category-icon {
    background: var(--pink);
    color: #ffffff;
}


.support-category-content h3 {
    margin: 1px 0 8px;

    font-size: 15px;
    font-weight: 600;

    color: var(--navy);
}

.support-category-content p {
    margin: 0;

    color: var(--muted);

    font-size: 11px;
    line-height: 1.8;
}

.support-category-content span {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-top: 17px;

    color: var(--pink);

    font-size: 10px;
    font-weight: 600;
}

.support-category-content span i {
    font-size: 9px;

    transition: transform 0.2s ease;
}

.support-category-card:hover .support-category-content span i {
    transform: translateX(4px);
}


/* =========================================================
   POPULAR HELP
========================================================= */

.support-popular-section {
    padding: 100px 0;

    background:
        linear-gradient(180deg,
            var(--pink-light) 0%,
            #ffffff 100%);
}


.support-two-column {
    display: grid;

    grid-template-columns: 1.08fr 0.92fr;

    gap: 70px;

    align-items: start;
}


/* =========================================================
   ARTICLES
========================================================= */

.support-article-list {
    display: flex;

    flex-direction: column;

    gap: 10px;
}


.support-article {
    display: grid;

    grid-template-columns: 45px 1fr 20px;

    align-items: center;

    gap: 15px;

    padding: 17px 18px;

    background: #ffffff;

    border: 1px solid var(--border);

    border-radius: 13px;

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.support-article:hover {
    transform: translateX(4px);

    border-color: rgba(236, 59, 110, 0.20);

    box-shadow:
        0 10px 30px rgba(24, 21, 40, 0.05);
}


.support-article-icon {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    color: var(--pink);
    background: var(--pink-light);
}


.support-article h3 {
    margin: 0 0 4px;

    color: var(--navy);

    font-size: 12px;
    font-weight: 600;
}

.support-article p {
    margin: 0;

    color: var(--muted);

    font-size: 10px;
    line-height: 1.65;
}

.support-article>i {
    color: #b8b5bf;

    font-size: 10px;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.support-article:hover>i {
    color: var(--pink);

    transform: translateX(3px);
}


/* =========================================================
   CONTACT SUPPORT CARD
========================================================= */

.support-contact-card {
    position: relative;

    overflow: hidden;

    padding: 40px;

    min-height: 430px;

    border-radius: 25px;

    background:
        radial-gradient(circle at 100% 0%,
            rgba(255, 255, 255, 0.20),
            transparent 34%),
        linear-gradient(145deg,
            var(--pink),
            var(--pink-dark));

    color: #ffffff;

    box-shadow:
        0 25px 55px rgba(236, 59, 110, 0.18);
}


.support-contact-decoration {
    position: absolute;

    width: 190px;
    height: 190px;

    right: -80px;
    top: -75px;

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 50%;
}


.support-contact-icon {
    position: relative;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 13px;

    background: rgba(255, 255, 255, 0.15);

    color: #ffffff;

    font-size: 19px;
}


.support-contact-label {
    position: relative;

    font-size: 9px;

    letter-spacing: 1.6px;

    font-weight: 700;

    opacity: 0.75;
}


.support-contact-card h2 {
    position: relative;

    margin: 9px 0 13px;

    font-size: 30px;
    line-height: 1.2;

    letter-spacing: -0.7px;
}


.support-contact-card>p {
    position: relative;

    max-width: 390px;

    margin: 0 0 27px;

    color: rgba(255, 255, 255, 0.80);

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   CONTACT OPTIONS
========================================================= */

.support-contact-options {
    position: relative;

    display: flex;

    flex-direction: column;

    gap: 8px;
}


.support-contact-option {
    display: grid;

    grid-template-columns: 37px 1fr 15px;

    align-items: center;

    gap: 11px;

    padding: 10px;

    border-radius: 11px;

    background: rgba(255, 255, 255, 0.10);

    border: 1px solid rgba(255, 255, 255, 0.10);

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.support-contact-option:hover {
    background: rgba(255, 255, 255, 0.17);

    transform: translateX(3px);
}


.support-contact-option>span {
    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(255, 255, 255, 0.13);
}


.support-contact-option strong {
    display: block;

    font-size: 10px;
    font-weight: 600;
}


.support-contact-option small {
    display: block;

    margin-top: 2px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 8px;
}


.support-contact-option>i {
    font-size: 9px;

    opacity: 0.65;
}


.support-response-time {
    position: relative;

    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 22px;

    padding-top: 17px;

    border-top: 1px solid rgba(255, 255, 255, 0.16);

    color: rgba(255, 255, 255, 0.65);

    font-size: 9px;
}

.support-response-time i {
    font-size: 10px;
}


/* =========================================================
   FAQ
========================================================= */

.support-faq-section {
    padding: 100px 0;

    background: #ffffff;
}


.support-faq-list {
    max-width: 850px;

    margin: 0 auto;

    border-top: 1px solid var(--border);
}


.support-faq-item {
    border-bottom: 1px solid var(--border);
}


.support-faq-question {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 23px 5px;

    border: 0;
    outline: 0;

    background: transparent;

    color: var(--navy);

    font-family: inherit;

    font-size: 13px;

    font-weight: 600;

    text-align: left;

    cursor: pointer;
}


.support-faq-question i {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: var(--pink-light);

    color: var(--pink);

    font-size: 10px;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


.support-faq-item.active .support-faq-question i {
    transform: rotate(45deg);

    background: var(--pink);

    color: #ffffff;
}


.support-faq-answer {
    max-height: 0;

    overflow: hidden;

    opacity: 0;

    transition:
        max-height 0.35s ease,
        opacity 0.25s ease;
}


.support-faq-answer p {
    max-width: 760px;

    margin: 0;

    padding: 0 45px 22px 5px;

    color: var(--muted);

    font-size: 11px;

    line-height: 1.9;
}


.support-faq-item.active .support-faq-answer {
    max-height: 300px;

    opacity: 1;
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.support-bottom-cta {
    padding: 65px 0;

    background:
        linear-gradient(180deg,
            #ffffff,
            var(--pink-light));
}


.support-bottom-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 38px 45px;

    border: 1px solid rgba(236, 59, 110, 0.11);

    border-radius: 20px;

    background: #ffffff;

    box-shadow:
        0 12px 40px rgba(24, 21, 40, 0.04);
}


.support-bottom-inner span {
    display: block;

    margin-bottom: 6px;

    color: var(--pink);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 0.6px;
}


.support-bottom-inner h2 {
    margin: 0;

    color: var(--navy);

    font-size: 23px;

    letter-spacing: -0.5px;
}


.support-main-button {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 14px 22px;

    flex-shrink: 0;

    border-radius: 10px;

    background: var(--pink);

    color: #ffffff;

    font-size: 11px;

    font-weight: 600;

    box-shadow:
        0 9px 22px rgba(236, 59, 110, 0.20);

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.support-main-button:hover {
    background: var(--pink-dark);

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 12px 27px rgba(236, 59, 110, 0.25);
}


.support-main-button i {
    font-size: 9px;

    transition: transform 0.2s ease;
}

.support-main-button:hover i {
    transform: translateX(4px);
}

/* =========================================================
   SHOP PAGE  (prefix: sp-)
   Uses: --pink, --pink-light, --pink-dark, --Pink-extra-light,
         --text, --muted, --border
========================================================= */

/* ---------- Hero carousel (full width) ---------- */
.sp-hero { position: relative; width: 100%; overflow: hidden; background: var(--pink-light); border-bottom: 1px solid #f9dce6; }
.sp-hero-track { position: relative; height: 190px; }
.sp-slide { position: absolute; inset: 0; background: var(--sp-bg, linear-gradient(120deg, #fde8ee, #fbd6e4)); opacity: 0; visibility: hidden; transition: opacity .6s ease, visibility .6s; }
.sp-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.sp-slide::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 25%, rgba(255,255,255,.65), transparent 38%), radial-gradient(circle at 92% 95%, rgba(236,59,110,.14), transparent 40%); }
.sp-slide-media { position: absolute; top: 0; right: 0; bottom: 0; width: 60%; background: var(--sp-img) right center / cover no-repeat; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 40%); mask-image: linear-gradient(90deg, transparent 0, #000 40%); }
.sp-slide-inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.sp-copy { max-width: 46%; }
.sp-kicker { margin-bottom: 2px; font-size: 14px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: #7b7890; }
.sp-title { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 700; font-size: clamp(42px, 5.2vw, 64px); line-height: 1.05; letter-spacing: -.01em; color: var(--pink); }
.sp-title.long { font-size: clamp(32px, 4vw, 50px); }
.sp-crumbs { display: flex; align-items: center; gap: 12px; margin-top: 8px; font-size: 14px; color: #7b7890; }
.sp-crumbs a:hover { color: var(--pink); }
.sp-crumbs .current { color: var(--pink); font-weight: 600; }

.sp-hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 38px; height: 38px; border: none; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--pink); box-shadow: 0 4px 14px rgba(0,0,0,.1); opacity: 0; transition: opacity .2s; }
.sp-hero:hover .sp-hero-arrow { opacity: 1; }
.sp-hero-arrow:hover { background: var(--pink); color: #fff; }
.sp-hero-prev { left: 16px; }
.sp-hero-next { right: 16px; }
.sp-hero-dots { position: absolute; left: 0; right: 0; bottom: 12px; z-index: 5; display: flex; justify-content: center; gap: 7px; }
.sp-dot { width: 7px; height: 7px; padding: 0; border: none; border-radius: 50%; background: #f3b9cb; transition: width .2s, background .2s; }
.sp-dot.active { width: 22px; border-radius: 4px; background: var(--pink); }

/* ---------- Page shell (container width) ---------- */
.sp-shell { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 32px; align-items: start; padding: 32px 0 60px; }

/* ---------- Sidebar ---------- */
.sp-filters { position: sticky; top: 186px; max-height: calc(100vh - 206px); overflow-y: auto; padding: 20px 20px 22px; background: #fff; border: 1px solid #f4d5e1; border-radius: 16px; box-shadow: 0 4px 18px rgba(236,59,110,.05); scrollbar-width: thin; scrollbar-color: #f3b9cb transparent; }
.sp-fbox { padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid #f3e6ec; }
.sp-ftitle { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 16px; font-weight: 600; color: var(--pink); }
.sp-ftitle i { font-size: 16px; }
.sp-flist { display: flex; flex-direction: column; gap: 2px; max-height: 250px; overflow-y: auto; padding-right: 4px; scrollbar-width: thin; scrollbar-color: #f3b9cb transparent; }

.sp-check { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 0; font-size: 13.5px; color: var(--text); cursor: pointer; }
.sp-check-main { display: flex; align-items: center; min-width: 0; }
.sp-check small { flex-shrink: 0; font-size: 13px; color: var(--muted); }
.sp-check input[type="radio"], .sp-check input[type="checkbox"] { -webkit-appearance: none; appearance: none; width: 16px; height: 16px; margin: 0 12px 0 0; flex-shrink: 0; display: inline-grid; place-content: center; border: 1.5px solid #e4c3d0; border-radius: 4px; background: #fff; cursor: pointer; transition: background .15s, border-color .15s; }
.sp-check input:checked { background: var(--pink); border-color: var(--pink); }
.sp-check input:checked::after { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 9px; color: #fff; }
.sp-check:has(input:checked) .sp-check-main > span { color: var(--pink); font-weight: 600; }
.sp-check:hover .sp-check-main > span { color: var(--pink); }

/* Rating rows (input hidden, whole row is clickable) */
.sp-rate { margin: 0 -8px; padding: 6px 8px; border-radius: 8px; }
.sp-rate input { position: absolute; opacity: 0; width: 0; height: 0; }
.sp-rate-main { display: flex; align-items: center; gap: 12px; }
.sp-rate:has(input:checked) { background: var(--pink-light); }
.sp-rate:has(input:checked) .sp-rate-label { color: var(--pink); font-weight: 600; }
.sp-rate:has(input:focus-visible) { outline: 2px solid var(--pink); }
.sp-rate-label { font-size: 13px; color: var(--muted); }
.sp-stars { display: inline-flex; gap: 2px; font-size: 12px; color: var(--pink); }
.sp-stars i.fa-regular { color: #f2c3d3; }

/* Price slider */
.sp-range { position: relative; height: 20px; margin: 6px 4px 14px; }
.sp-range-track { position: absolute; top: 50%; left: 0; right: 0; height: 4px; transform: translateY(-50%); border-radius: 4px; background: #f6d3df; }
.sp-range-fill { position: absolute; top: 0; bottom: 0; border-radius: 4px; background: var(--pink); }
.sp-range input[type="range"] { position: absolute; inset: 0; width: 100%; height: 20px; margin: 0; padding: 0; background: none; pointer-events: none; -webkit-appearance: none; appearance: none; }
.sp-range input[type="range"]::-webkit-slider-runnable-track { background: transparent; }
.sp-range input[type="range"]::-moz-range-track { background: transparent; }
.sp-range input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: var(--pink); border: 3px solid #fff; box-shadow: 0 0 0 1px var(--pink); cursor: pointer; }
.sp-range input[type="range"]::-moz-range-thumb { pointer-events: auto; width: 10px; height: 10px; border-radius: 50%; background: var(--pink); border: 3px solid #fff; box-shadow: 0 0 0 1px var(--pink); cursor: pointer; }
.sp-price-inputs { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.sp-price-inputs input { width: 100%; min-width: 0; padding: 8px 10px; border: 1px solid #f0dbe4; border-radius: 8px; font-size: 12.5px; font-family: inherit; outline: none; }
.sp-price-inputs input:focus { border-color: var(--pink); }

.sp-apply { width: 100%; }
.sp-clear { display: block; margin-top: 12px; text-align: center; font-size: 12.5px; font-weight: 600; color: var(--pink); }
.sp-clear:hover { color: var(--pink-dark); }

/* ---------- Toolbar ---------- */
.sp-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.sp-results { font-size: 15.5px; color: var(--text); }
.sp-tools { display: flex; align-items: center; gap: 10px; }
.sp-sort { position: relative; display: flex; align-items: center; gap: 6px; padding: 0 38px 0 16px; height: 42px; border: 1px solid #f0dbe4; border-radius: 10px; background: #fff; font-size: 13.5px; }
.sp-sort span { color: var(--text); white-space: nowrap; }
.sp-sort select { border: none; outline: none; background: transparent; font-family: inherit; font-size: 13.5px; color: var(--text); cursor: pointer; -webkit-appearance: none; appearance: none; padding-right: 4px; }
.sp-sort > i { position: absolute; right: 14px; font-size: 11px; color: var(--text); pointer-events: none; }
.sp-view { display: flex; gap: 8px; }
.sp-view button { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #f0dbe4; border-radius: 8px; background: #fff; color: var(--pink); font-size: 15px; }
.sp-view button.active { background: var(--pink); border-color: var(--pink); color: #fff; }
.sp-filter-toggle { display: none; height: 42px; padding: 0 16px; align-items: center; gap: 8px; border: 1px solid var(--pink); border-radius: 10px; background: #fff; color: var(--pink); font-size: 13px; font-weight: 600; }

/* ---------- Strips (Today's Deals / Trending) ---------- */
.sp-strip { margin-bottom: 34px; }
.sp-strip-head { display: flex; align-items: center; margin-bottom: 16px; }
.sp-strip-head h3 { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 700; }
.sp-strip-head h3 i { color: var(--pink); }
.sp-strip-head::after { content: ''; flex: 1; height: 1px; margin-left: 16px; background: linear-gradient(90deg, #f4d5e1, transparent); }

/* ---------- Grid ---------- */
.sp-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }

/* ---------- Product card ---------- */
.sp-card { position: relative; display: flex; flex-direction: column; padding: 8px 8px 14px; background: #fff; border: 1px solid #f4dbe5; border-radius: 14px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.sp-card:hover { transform: translateY(-3px); border-color: #f0b9cc; box-shadow: 0 14px 30px rgba(236,59,110,.12); }
.sp-thumb { display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / .92; overflow: hidden; border-radius: 10px; background: linear-gradient(160deg, #fff5f8, #fde8ee); color: var(--pink); font-size: 30px; }
.sp-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sp-card:hover .sp-thumb img { transform: scale(1.04); }

.service-sp-card .service-duration { position: absolute; top: 16px; left: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; background: rgba(24, 21, 40, .78); }
.service-sp-card .service-duration i { font-size: 10px; }

.sp-badges { position: absolute; top: 16px; left: 16px; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.sp-badge { padding: 3px 10px; border-radius: 14px; background: var(--pink); color: #fff; font-size: 11px; font-weight: 600; line-height: 1.5; }
.sp-badge.seller { background: #e0334c; }

.sp-wish-form { position: absolute; top: 16px; right: 16px; z-index: 2; }
.sp-wish { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: none; border-radius: 50%; background: #fff; color: var(--pink); font-size: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.1); transition: transform .15s, background .15s, color .15s; }
.sp-wish:hover { transform: scale(1.08); }
.sp-wish.active { background: var(--pink); color: #fff; }
.sp-wish-form .sp-wish, a.sp-wish { position: static; }
a.sp-wish { position: absolute; top: 16px; right: 16px; z-index: 2; }

.sp-body { display: flex; flex-direction: column; flex: 1; padding: 12px 8px 0; }
.sp-brand { margin-bottom: 2px; font-size: 11.5px; color: var(--muted); }
.sp-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 38px; font-size: 14px; font-weight: 500; line-height: 1.35; color: var(--text); }
.sp-name:hover { color: var(--pink); }
.sp-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 12px; margin: 6px 0 2px; font-size: 12px; color: var(--muted); }
.sp-meta .sp-stars { font-size: 12px; }
.sp-orders { display: inline-flex; align-items: center; gap: 5px; }
.sp-orders i { color: var(--pink); font-size: 11px; }
.sp-variant { width: 100%; margin-top: 8px; padding: 6px 8px; border: 1px solid #f0dbe4; border-radius: 6px; background: #fff; font-family: inherit; font-size: 12px; font-weight: 500; color: var(--text); }
.sp-foot { margin-top: auto; padding-top: 6px; }
.sp-price-row { display: flex; align-items: baseline; gap: 10px; margin: 6px 0 12px; }
.sp-price { font-size: 19px; font-weight: 700; color: var(--pink); }
.sp-price-old { font-size: 13px; color: #b5b3c0; text-decoration: line-through; }
.sp-cart-btn { width: 100%; height: 40px; display: flex; align-items: center; justify-content: center; gap: 8px; border: none; border-radius: 8px; background: var(--pink); color: #fff; font-family: inherit; font-size: 13.5px; font-weight: 600; transition: background .15s, transform .1s; }
.sp-cart-btn:hover { background: var(--pink-dark); }
.sp-cart-btn:active { transform: scale(.98); }
.sp-cart-btn:disabled { opacity: .5; cursor: not-allowed; }

/* List view (toggle) */
.sp-grid.is-list { grid-template-columns: 1fr; gap: 16px; }
.sp-grid.is-list .sp-card { flex-direction: row; align-items: stretch; gap: 20px; padding: 12px; }
.sp-grid.is-list .sp-thumb { width: 200px; flex-shrink: 0; aspect-ratio: 1 / 1; }
.sp-grid.is-list .sp-body { padding: 6px 0; }
.sp-grid.is-list .sp-name { min-height: 0; font-size: 16px; }
.sp-grid.is-list .sp-variant { width: auto; align-self: flex-start; min-width: 160px; }
.sp-grid.is-list .sp-foot { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 24px; margin-top: auto; }
.sp-grid.is-list .sp-price-row { margin: 0; }
.sp-grid.is-list .sp-cart-btn { width: auto; padding: 0 28px; }
.sp-grid.is-list .sp-badges { top: 22px; left: 22px; }
.sp-grid.is-list .sp-wish-form, .sp-grid.is-list a.sp-wish { top: 22px; right: auto; left: 164px; }

/* Empty state */
.sp-empty { padding: 70px 20px; text-align: center; border: 1px dashed #f0c7d6; border-radius: 16px; background: var(--Pink-extra-light); }
.sp-empty i { margin-bottom: 14px; font-size: 40px; color: #f3b9cb; }
.sp-empty h3 { margin-bottom: 6px; font-size: 17px; font-weight: 700; }
.sp-empty p { font-size: 13px; color: var(--muted); }

/* ---------- Responsive ---------- */
@media (max-width: 1280px) { .sp-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1000px) {
    .sp-shell { grid-template-columns: 1fr; gap: 20px; padding-top: 22px; }
    .sp-filters { display: none; position: static; max-height: none; }
    .sp-filters.open { display: block; }
    .sp-filter-toggle { display: inline-flex; }
    .sp-copy { max-width: 60%; }
}
@media (max-width: 800px) {
    .sp-hero-track { height: 170px; }
    .sp-hero-arrow { display: none; }
    .sp-slide-media { width: 100%; opacity: .45; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 70%); mask-image: linear-gradient(90deg, transparent 0, #000 70%); }
    .sp-copy { max-width: 80%; }
    .sp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .sp-sort span { display: none; }
}
@media (max-width: 560px) {
    .sp-card { padding: 6px 6px 12px; }
    .sp-price { font-size: 16px; }
    .sp-cart-btn { height: 38px; font-size: 12.5px; }
    .sp-grid.is-list .sp-card { gap: 12px; }
    .sp-grid.is-list .sp-thumb { width: 120px; }
    .sp-grid.is-list .sp-wish-form, .sp-grid.is-list a.sp-wish { left: 84px; top: 16px; }
    .sp-grid.is-list .sp-badges { top: 16px; left: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    .sp-slide, .sp-card, .sp-thumb img { transition: none; }
}

/* Dark theme */
html[data-theme="dark"] .sp-filters,
html[data-theme="dark"] .sp-card,
html[data-theme="dark"] .sp-sort,
html[data-theme="dark"] .sp-view button,
html[data-theme="dark"] .sp-filter-toggle { background: #211d35; border-color: #332e47; }
html[data-theme="dark"] .sp-sort select,
html[data-theme="dark"] .sp-variant,
html[data-theme="dark"] .sp-price-inputs input { background: #2b2838; color: var(--text); border-color: #3a3550; }
html[data-theme="dark"] .sp-thumb { background: #2b2838; }
/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .support-hero-content {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .support-hero {
        padding: 70px 0;
    }

    .support-hero-text {
        text-align: center;
    }

    .support-hero-description,
    .support-search {
        margin-left: auto;
        margin-right: auto;
    }

    .support-popular-searches {
        justify-content: center;
    }

    .support-hero-visual {
        min-height: 390px;
    }

    .support-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-two-column {
        grid-template-columns: 1fr;

        gap: 55px;
    }

    .support-contact-card {
        max-width: 600px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .support-container {
        width: min(100% - 28px, 1180px);
    }

    .support-hero {
        min-height: auto;

        padding: 45px 0 60px;
    }

    .support-breadcrumb {
        margin-bottom: 28px;
    }

    .support-hero-title {
        font-size: 42px;

        letter-spacing: -1.5px;
    }

    .support-hero-description {
        font-size: 13px;

        line-height: 1.8;
    }


    /* Search */

    .support-search {
        height: auto;

        padding: 7px;

        flex-wrap: wrap;

        gap: 6px;
    }

    .support-search>i {
        margin-left: 10px;
    }

    .support-search input {
        height: 46px;
    }

    .support-search button {
        width: 100%;

        height: 44px;
    }


    /* Hero visual */

    .support-hero-visual {
        min-height: 350px;

        transform: scale(0.88);
    }

    .support-support-circle {
        width: 175px;
        height: 175px;
    }

    .support-support-circle i {
        width: 88px;
        height: 88px;

        font-size: 34px;
    }

    .orbit-one {
        width: 280px;
        height: 280px;
    }

    .orbit-two {
        width: 350px;
        height: 350px;
    }

    .support-floating-card {
        min-width: 165px;
    }

    .support-card-one {
        left: -4px;
    }

    .support-card-two {
        right: -10px;
    }

    .support-card-three {
        left: 0;
    }


    /* Sections */

    .support-categories-section,
    .support-popular-section,
    .support-faq-section {
        padding: 70px 0;
    }

    .support-section-heading {
        margin-bottom: 32px;
    }

    .support-section-heading h2 {
        font-size: 26px;
    }

    .support-category-grid {
        grid-template-columns: 1fr;
    }


    /* Articles */

    .support-article {
        grid-template-columns: 42px 1fr 15px;

        padding: 14px;
    }

    .support-article p {
        display: none;
    }


    /* Contact */

    .support-contact-card {
        padding: 30px 25px;
    }

    .support-contact-card h2 {
        font-size: 27px;
    }


    /* FAQ */

    .support-faq-question {
        padding: 19px 0;

        font-size: 12px;
    }

    .support-faq-answer p {
        padding-left: 0;
        padding-right: 25px;

        font-size: 10px;
    }


    /* Bottom CTA */

    .support-bottom-cta {
        padding: 45px 0;
    }

    .support-bottom-inner {
        flex-direction: column;

        align-items: flex-start;

        padding: 28px 25px;
    }

    .support-main-button {
        width: 100%;

        justify-content: center;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .support-hero-title {
        font-size: 36px;
    }

    .support-hero-visual {
        transform: scale(0.78);

        margin-top: -15px;
        margin-bottom: -30px;
    }

    .support-floating-card {
        transform: scale(0.9);
    }

    .support-card-one {
        left: -20px;
    }

    .support-card-two {
        right: -20px;
    }

    .support-card-three {
        left: -20px;
    }

    .support-category-card {
        padding: 21px;
    }

    .support-contact-card {
        padding: 27px 21px;
    }

    .support-bottom-inner h2 {
        font-size: 20px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .cart-drawer-modal .modal-dialog {
        top: 10px !important;
        right: 10px !important;

        width: calc(100vw - 20px) !important;

        height: calc(100vh - 20px) !important;

        max-width: none !important;
        max-height: none !important;
    }

    .cart-drawer-modal .modal-body {
        padding: 0 14px;
    }

    .cart-item {
        grid-template-columns: 65px minmax(0, 1fr) auto;
        gap: 9px;
    }

    .cart-item .thumb {
        width: 65px;
        height: 65px;
    }

    .cart-item-actions {
        min-width: 80px;
    }

    .cart-drawer-modal .shop-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}

.header-cart.cart-bounce {
    animation: cartBounce 0.5s ease;
}

@keyframes cartBounce {

    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.2);
    }

    70% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1250px) {

    .footer-main {
        grid-template-columns:
            1.5fr 1fr 1fr 1fr 1fr;

        gap: 35px;
    }

    .footer-brand {
        grid-column: span 2;
    }

    .footer-contact {
        grid-column: span 2;
    }

    .footer-bottom {
        flex-wrap: wrap;
        padding: 18px 0;
    }
}


@media (max-width: 900px) {

    .footer-main {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-brand {
        grid-column: span 3;
    }

    .footer-contact {
        grid-column: span 3;
    }

    .footer-bottom {
        justify-content: center;
        text-align: center;
    }

    .footer-copyright {
        width: 100%;
    }

    .footer-benefits {
        width: 100%;
        justify-content: center;
    }

    .footer-payments {
        width: 100%;
        justify-content: center;
    }
}


@media (max-width: 600px) {

    .site-footer {
        padding-top: 40px;
    }

    .site-footer .container {
        padding: 0 18px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }

    .footer-brand,
    .footer-contact {
        grid-column: span 2;
    }

    .footer-logo-text {
        font-size: 24px;
    }

    .footer-description {
        max-width: 100%;
    }

    .footer-newsletter-form {
        max-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        padding: 22px 0;
    }

    .footer-benefits {
        flex-direction: column;
        gap: 15px;
    }

    .footer-benefit+.footer-benefit {
        border-left: none;
        padding-left: 0;
    }

    .footer-payments {
        flex-wrap: wrap;
    }
}


@media (max-width: 400px) {

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-brand,
    .footer-contact {
        grid-column: span 1;
    }

    .footer-column li a {
        font-size: 12px;
    }
}

@media(max-width:700px) {
    .promo-banner {
        padding: 26px;
        text-align: center;
        justify-content: center;
    }

    .promo-banner .icon {
        display: none;
    }
}

@media (max-width: 1180px) {
    .settings-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .preset-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@keyframes toast-in {
    from {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes toast-out {
    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

@media(max-width:1200px) {
    .account-shell {
        grid-template-columns: 220px 1fr 280px;
    }
}

@media(max-width:900px) {
    .account-shell {
        grid-template-columns: 1fr;
    }
}

@media(max-width:860px) {
    .brand-panel {
        display: none;
    }

    .form-panel {
        width: 100%;
    }
}

@media(max-width:1024px) {
    .wishlist-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:640px) {
    .wishlist-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:900px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:640px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:1024px) {
    .brand-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:640px) {
    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:1200px) {
    .salon-grid-7 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:640px) {
    .salon-grid-7 {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .salon-filters {
        position: static;
    }

    .salon-carousel-slide {
        padding-right: 38%;
    }

    .shop-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-products-grid-trend {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:600px) {

    .salon-carousel-slides,
    .salon-carousel-slide,
    .salon-carousel-slide.active {
        min-height: 300px;
    }

    .salon-carousel-slide {
        padding: 24px 24px 52px;
        background-position: 64% center;
    }

    .salon-carousel-slide::before {
        position: absolute;
        inset: 0;
        content: '';
        background: linear-gradient(90deg, rgba(255, 245, 249, .96) 0%, rgba(255, 245, 249, .78) 58%, rgba(255, 245, 249, .15) 100%);
    }

    .salon-carousel-slide>* {
        position: relative;
        z-index: 1;
    }
}

@media(max-width:1024px) {
    .cat-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .salon-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-split,
    .newsletter-row,
    .trend-salon-split {
        grid-template-columns: 1fr;
    }

    .seller-banner {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:640px) {
    .cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .hero .row {
        flex-direction: column;
    }

    .nav-links {
        display: none;
    }

    .seller-banner {
        grid-template-columns: 1fr;
    }

}

/* Shared responsive overrides */
@media (max-width: 1100px) {

    .container,
    .container-fluid {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header .row,
    .navbar .row {
        gap: 18px;
    }

    .header-actions {
        gap: 16px;
    }

    .header-action {
        font-size: 11px;
    }

    .hero .row {
        grid-template-columns: 1fr 280px;
    }

    .account-shell {
        grid-template-columns: 1fr;
        padding-right: 20px;
    }

    .account-shell-content {
        width: 100%;
    }

    .acc-sidebar {
        width: 220px;
    }

    .offer-widget {
        display: none;
    }
}

@media (max-width: 800px) {
    body {
        padding-top: 216px;
        overflow-x: hidden;
    }

    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    .topbar-strip .container,
    .topbar-strip .container-fluid {
        height: auto;
        min-height: 36px;
        padding-top: 8px;
        padding-bottom: 8px;
        gap: 8px;
    }

    .topbar-strip .right {
        display: none;
    }

    .header {
        padding: 12px 0;
    }

    .header .row {
        flex-wrap: wrap;
        gap: 12px;
    }

    .logo {
        font-size: 20px;
    }

    .search-form {
        order: 3;
        flex-basis: 100%;
        max-width: none;
        width: 100%;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
        gap: 10px;
    }

    .header-action {
        position: relative;
        font-size: 10px;
        gap: 0;
    }

    .header-action i {
        font-size: 17px;
        margin-bottom: 2px;
    }

    .header-action .cart-count {
        position: absolute;
        top: -8px;
        right: -8px;
    }

    .currency-switcher,
    .currency-trigger {
        font-size: 11px;
    }

    .navbar {
        overflow: hidden;
    }

    .navbar .row {
        overflow-x: auto;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    .navbar .row::-webkit-scrollbar {
        display: none;
    }

    .nav-links {
        display: flex;
        width: max-content;
        min-width: 100%;
        gap: 18px;
        padding-bottom: 2px;
    }

    .nav-links a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .section {
        padding-left: 0;
        padding-top: 26px;
    }

    .section-cat {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .section-cat .cat-grid {
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .hero {
        overflow: hidden;
    }

    .hero .row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 28px;
        padding-bottom: 28px;
        gap: 18px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-slides,
    .hero-slide,
    .hero-side-card,
    .newsletter-row,
    .newsletter,
    .newsletter-form,
    .newsletter-form input,
    .newsletter-form .subscribe,
    .stats-row,
    .stat-item {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .hero-slides {
        min-height: auto;
    }

    .hero-slide {
        text-align: center;
    }

    .hero-slide h1 {
        font-size: clamp(28px, 5vw, 38px);
        line-height: 1.12;
    }

    .hero-slide p {
        font-size: 13.5px;
        max-width: 100%;
    }

    .hero-btns {
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

    .hero-btns .btn {
        width: 100%;
        font-size: 12.5px;
        padding: 12px 14px;
    }

    .promo-banner {
        padding: 22px 18px;
        margin: 18px 0;
    }

    .promo-banner .content h3,
    .promo-banner .content h4,
    .seller-banner .col h3,
    .seller-banner .col h4 {
        font-size: 16px !important;
        line-height: 1.4;
    }

    .promo-banner .content p,
    .seller-banner .col p {
        font-size: 12px;
        line-height: 1.5;
    }

    .newsletter-row {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        align-items: stretch;
    }

    .newsletter {
        padding: 16px;
        gap: 10px;
    }

    .newsletter-form {
        margin-left: 0;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .newsletter-form input {
        flex: 1 1 auto;
        font-size: 12px;
    }

    .newsletter-form .subscribe {
        font-size: 12px;
        padding: 0 14px;
        white-space: nowrap;
    }

    .stats-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 12px 8px;
    }

    .stat-item {
        flex: 1 1 45%;
    }

    .stat-item .ic {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }

    .stat-item .n {
        font-size: 18px;
    }

    .stat-item .l {
        font-size: 11px;
    }

    .cat-grid,
    .product-grid,
    .shop-products-grid,
    .shop-products-grid-trend,
    .wishlist-grid,
    .blog-grid,
    .brand-grid,
    .salon-grid-7,
    .salon-grid,
    .service-grid,
    .package-grid,
    .wallet-stats-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero .row,
    .hero-content,
    .hero-layout,
    .promo-split,
    .newsletter-row,
    .trend-salon-split,
    .checkout-grid,
    .checkout-grid.guest-grid,
    .shop-layout,
    .account-shell,
    .form-grid,
    .stats-grid,
    .meta-grid,
    .settings-grid,
    .profile-grid {
        grid-template-columns: 1fr;
    }

    .hero-side-card,
    .hero-media {
        display: none;
    }

    .section-head {
        align-items: flex-start;
        gap: 12px;
    }

    .section-link {
        white-space: nowrap;
    }

    .acc-sidebar {
        position: static;
        width: auto;
        max-height: none;
        margin: 12px 16px 0;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px;
    }

    .acc-sidebar nav,
    .acc-sidebar .sidebar-nav {
        display: flex;
        gap: 6px;
        width: max-content;
    }

    .acc-link {
        display: inline-flex;
        margin: 0;
        padding: 10px 12px;
    }

    .account-shell {
        padding: 12px 16px 24px;
    }

    .table-responsive,
    .data-table-wrap,
    .table-wrap {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table {
        min-width: 620px;
    }

    .modal-dialog {
        width: calc(100% - 24px);
        max-width: none;
        margin: 12px auto;
    }

    .cart-drawer-modal .modal-dialog {
        width: 100%;
        margin: 0;
    }

    input,
    select,
    textarea,
    button {
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    body {
        padding-top: 196px;
    }

    .newsletter-form {
        flex-direction: row !important;
        display: flex !important;
        width: 100% !important;
        align-items: stretch !important;
    }

    .section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .section-cat {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .section-cat .cat-grid {
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .seller-banner {
        padding: 18px 18px;
        min-height: 140px;
    }

    .hero .row,
    .hero,
    .hero-slides,
    .hero-slide,
    .hero-btns,
    .newsletter-row,
    .newsletter,
    .newsletter-form,
    .stats-row {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .hero .row {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-slides {
        min-height: 330px !important;
        overflow: hidden !important;
    }

    .hero-slide {
        position: absolute !important;
        inset: 0 !important;
        left: 0 !important;
        right: 0 !important;
        min-height: 330px !important;
        text-align: center !important;
    }

    .hero-slide.active {
        position: relative !important;
        min-height: 330px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    .hero-slide h1 {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    .hero-btns .btn {
        width: 100% !important;
        justify-content: center !important;
        font-size: 12px !important;
        padding: 12px 14px !important;
    }

    .newsletter-row {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .newsletter-form {
        flex-direction: row !important;
        width: 100% !important;
        align-items: stretch !important;
    }

    .newsletter-form input,
    .newsletter-form .subscribe {
        width: auto !important;
        border-radius: 8px !important;
        flex: 1 1 auto !important;
        font-size: 12px !important;
        min-height: 42px !important;
    }

    .newsletter-form .subscribe {
        margin-top: 0 !important;
    }

    .stats-row {
        gap: 8px !important;
        flex-wrap: wrap !important;
        padding: 10px !important;
    }

    .stat-item {
        flex: 1 1 40% !important;
    }

    .stat-item .n {
        font-size: 17px !important;
    }

    .stat-item .l {
        font-size: 11px !important;
    }

    .salon-grid-7,
    .grid-6,
    .shop-products-grid,
    .shop-products-grid-trend,
    .product-grid,
    .cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .newsletter-row,
    .cat-grid,
    .product-grid,
    .salon-grid-7,
    .grid-6 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hero-slides,
    .hero-slide,
    .newsletter,
    .newsletter-form,
    .stats-row {
        width: 100% !important;
        max-width: 100% !important;
    }

    .section-head {
        display: block;
    }

    .section-link {
        display: inline-block;
        margin-top: 8px;
    }

    .cat-grid,
    .product-grid,
    .shop-products-grid,
    .shop-products-grid-trend,
    .wishlist-grid,
    .blog-grid,
    .brand-grid,
    .salon-grid-7,
    .salon-grid,
    .service-grid,
    .package-grid,
    .wallet-stats-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .header-actions {
        gap: 10px;
    }

    .currency-switcher {
        display: none;
    }

    .search-form select {
        max-width: 92px;
        padding: 0 6px;
        font-size: 11px;
    }

    .card,
    .panel,
    .auth-card,
    .checkout-card {
        padding: 16px;
    }

    .btn,
    .button,
    button[type='submit'] {
        min-height: 42px;
    }

    .toast-stack {
        left: 12px;
        right: 12px;
        width: auto;
    }

    .location-modal-box {
        width: calc(100% - 24px);
        padding: 20px;
    }

}
