:root {
    --cream: #fff9f3;
    --paper: #fffefb;
    --line: #ead0bf;
    --soft: #f8e7db;
    --clay: #cb6448;
    --rose: #b14d5d;
    --violet: #7b3bb2;
    --gold: #efc17a;
    --ink: #1f1718;
    --muted: #6e6464;
    --container: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--ink);
    background: linear-gradient(180deg, #fff9f3 0%, #fff5ed 100%);
    overflow-x: hidden;
}

body.drawer-open {
    overflow: hidden;
}

body.city-modal-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    max-width: 100%;
}

.container {
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header-main .container,
.footer-main .container,
.footer-bottom .container {
    flex-wrap: wrap;
}

.topbar {
    height: 6px;
    background: linear-gradient(90deg, #0522c3, #0522c3);
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(14px);
    overflow: visible;
}

.header-main {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #ece6ee;
}

.header-main .container,
.header-categories .container,
.footer-main .container,
.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.header-main .container {
    min-height: 74px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    flex-wrap: nowrap;
    gap: 20px;
}

.header-categories {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #ece6ee;
    box-shadow: inset 0 -1px 0 rgba(31, 47, 77, 0.04);
}

.header-categories .container {
    min-height: 48px;
    width: min(100%, calc(100% - 24px));
    padding: 0 6px;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: nowrap;
    overflow: visible;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
    min-width: 0;
    padding-right: 22px;
    border-right: 1px solid #e8ebf0;
    line-height: 0;
}

.brand-logo-image {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.brand-logo-image--header {
    height: 68px;
    width: auto;
    max-width: min(52vw, 296px);
}

.desktop-location-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 8px 6px;
    border: 0;
    background: transparent;
    color: #1f2937;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.desktop-location-icon {
    width: 20px;
    height: 20px;
    color: #ff3e6c;
}

.desktop-location-copy {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.desktop-location-copy span {
    color: #243b63;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
}

.mobile-menu-toggle,
.mobile-drawer,
.mobile-drawer-backdrop {
    display: none;
}

.city-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(32, 15, 41, 0.48);
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.city-modal-backdrop.open {
    opacity: 1;
    pointer-events: auto;
}

.city-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.city-modal.open {
    opacity: 1;
    pointer-events: auto;
}

.city-modal-panel {
    position: relative;
    width: min(860px, 100%);
    max-height: min(84vh, 760px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 22px 20px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(33, 23, 43, 0.18);
    border: 1px solid #ece8ef;
    overflow: hidden;
    pointer-events: none;
}

.city-modal.open .city-modal-panel {
    pointer-events: auto;
}

.city-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 1px solid #e7e3ea;
    border-radius: 999px;
    background: #fff;
    color: #6a6371;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.city-modal-copy {
    padding-right: 36px;
    text-align: center;
}

.city-modal-title {
    margin: 0;
    color: #2780dc;
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.city-modal-note {
    margin: 10px 0 0;
    color: #6f6376;
    font-size: 14px;
    line-height: 1.5;
}

.city-modal-feedback {
    margin: 12px auto 0;
    width: min(100%, 360px);
    padding: 10px 14px;
    border-radius: 14px;
    background: #fff4de;
    color: #9a5a00;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.city-search-box {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: min(100%, 360px);
    height: 44px;
    margin: 0 auto;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid #e5e2ea;
    background: #fbfbfc;
}

.city-search-input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #302838;
    font: inherit;
    font-size: 15px;
    line-height: 1.2;
}

.city-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 16px;
    min-height: 0;
    overflow-y: auto;
    padding: 4px 6px 6px;
    scrollbar-width: thin;
    scrollbar-color: #cfbddb transparent;
}

.city-option {
    display: grid;
    place-items: center;
    gap: 10px;
    width: 100%;
    min-height: 108px;
    padding: 14px 12px 12px;
    border: 1px solid #e7eaee;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
    color: #2f2a32;
    font: inherit;
    text-align: center;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.city-option:hover {
    transform: translateY(-2px);
    border-color: #d8dfea;
    box-shadow: 0 10px 24px rgba(43, 57, 78, 0.1);
}

.city-option.active {
    border-color: #a4d0ff;
    background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
    box-shadow: 0 12px 26px rgba(39, 128, 220, 0.12);
}

.city-option.active .city-option-name {
    color: #1f6fca;
}

.city-option.active .city-option-icon {
    color: #ff5f55;
}

.city-option.is-hidden {
    display: none;
}

.city-option-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff5f55;
}

.city-option-icon svg {
    width: 100%;
    height: 100%;
}

.city-option-name {
    font-size: 16px;
    font-weight: 500;
}

.city-empty-state {
    display: none;
    padding: 18px 16px;
    border-radius: 18px;
    border: 1px dashed #dccce7;
    background: #fff;
    color: #6f6376;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.city-empty-state.visible {
    display: block;
}

.header-search-wrap {
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    z-index: 4;
}

.header-search-form {
    width: 100%;
    max-width: 470px;
}

.header-search {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 6px 5px 14px;
    border-radius: 14px;
    border: 1px solid #d8d1dd;
    background: #fff;
    color: #2f2935;
    font-size: 15px;
    pointer-events: auto;
    box-shadow: 0 8px 18px rgba(62, 40, 84, 0.06);
}

.header-search-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-search-input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: 1.2;
}

.header-search-input::placeholder {
    color: #8b8393;
}

.header-search-submit {
    flex: 0 0 auto;
    width: 42px;
    height: 36px;
    border: 1px solid #d8d1dd;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fff 0%, #faf7fd 100%);
    color: var(--violet);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.header-search-submit:hover {
    transform: translateY(-1px);
    border-color: #cbbfe1;
    box-shadow: 0 8px 18px rgba(123, 59, 178, 0.12);
}

.header-search-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    width: min(100%, 470px);
    max-width: calc(100vw - 24px);
    transform: translateX(-50%);
    padding: 8px;
    border: 1px solid #ece4f3;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 48px rgba(41, 22, 58, 0.14);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.header-search-results {
    display: grid;
    gap: 6px;
    /* Three 72px result rows are visible; further matches scroll here. */
    max-height: 228px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cdbbdc transparent;
}

.header-search-results::-webkit-scrollbar {
    width: 6px;
}

.header-search-results::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cdbbdc;
}

.header-search-results::-webkit-scrollbar-track {
    background: transparent;
}

.header-search-result,
.header-search-item,
.header-search-view-all {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 12px;
    color: #2d2633;
}

.header-search-result,
.header-search-item {
    min-height: 72px;
}

.header-search-result:hover,
.header-search-item:hover,
.header-search-view-all:hover {
    background: #faf6fd;
}

.header-search-result-copy,
.header-search-item-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.header-search-result-media,
.header-search-item-media {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    background: #f7f1fb;
    color: #7b3bb2;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.header-search-result-media img,
.header-search-item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.header-search-result-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

.header-search-item-copy strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

.header-search-result-meta,
.header-search-item-copy span,
.header-search-empty {
    color: #7b7481;
    font-size: 12px;
}

.header-search-empty {
    padding: 10px 12px;
}

.search-icon,
.header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #ff3e6c;
    flex: 0 0 auto;
}

.header-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #2b2430;
    white-space: nowrap;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    min-width: 0;
}

.header-meta a,
.header-meta button {
    display: inline-flex;
    pointer-events: auto;
}

.desktop-utility-item {
    min-width: 52px;
    padding: 6px 8px;
    border: 0;
    background: transparent;
    color: #25334d;
    font: inherit;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    cursor: pointer;
}

.desktop-utility-item span:last-child {
    font-size: 11px;
    line-height: 1.15;
    white-space: nowrap;
}

.desktop-utility-item:hover {
    color: #ff3e6c;
}

.meta-link,
.icon-only-link,
.mobile-cart-link,
.location-pill {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cart-link {
    position: relative;
}

.cart-count-badge {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #111;
    font-size: 11px;
    font-weight: 700;
}

.desktop-utility-item .header-icon,
.desktop-utility-item .cart-icon-wrap {
    width: 24px;
    height: 24px;
    color: #3b3f46;
}

.desktop-utility-item .header-icon svg,
.desktop-utility-item .cart-icon-wrap svg {
    width: 100%;
    height: 100%;
}

.meta-link span:last-child {
    display: inline-block;
}

.location-pill {
    appearance: none;
    padding: 10px 14px;
    border-radius: 6px;
    background: #faf8fc;
    border: 1px solid #eee8f4;
    color: var(--violet);
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
}

.location-pill span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-location-pill {
    display: none;
}

.icon-only-link {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid #eee8f4;
    background: #faf8fc;
}

.cart-icon-wrap {
    position: relative;
}

.cart-icon-wrap .cart-count-badge {
    position: absolute;
    top: -7px;
    right: -8px;
}

.mobile-cart-link {
    display: none;
}

.mobile-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(29, 17, 44, 0.42);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.mobile-drawer-backdrop.open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(86vw, 340px);
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    box-shadow: 0 20px 60px rgba(15, 5, 32, 0.22);
    overflow-y: auto;
}

.mobile-drawer.open {
    transform: translateX(0);
}

.mobile-drawer-top {
    background: linear-gradient(135deg, #ff3e6c 0%, #d92b69 100%);
    padding: 18px 16px;
    color: #fff;
}

.mobile-user {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
}

.mobile-user-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-drawer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: linear-gradient(135deg, #ff3e6c 0%, #d92b69 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.mobile-drawer-links a {
    padding: 14px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
    z-index: 2;
}

.mobile-drawer-links a:last-child {
    border-right: 0;
}

.mobile-drawer-menu {
    background: #fff;
}

.mobile-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 18px 14px;
    border: 0;
    border-top: 1px solid #ece7f1;
    background: #fff;
    color: #28222f;
    font: inherit;
    font-size: 17px;
    text-align: left;
}

.category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    min-width: 0;
    min-height: 48px;
    padding: 0 4px;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    color: #111827;
    white-space: nowrap;
    text-align: center;
    transition: color 0.18s ease;
}

.category-link:hover {
    color: #ff3e6c;
}

.category-link.highlight {
    color: #ff3e6c;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 #ff3e6c;
}

.category-dropdown {
    position: relative;
    flex: 0 0 auto;
}

.category-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 10px;
}

.category-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid #f2dbe3;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff6ee 0%, #fff7fb 100%);
    color: #8f2d55;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(255, 90, 132, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.category-dropdown-trigger:hover,
.category-dropdown:hover .category-dropdown-trigger,
.category-dropdown:focus-within .category-dropdown-trigger,
.category-dropdown-trigger.highlight {
    color: #ff3e6c;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(255, 90, 132, 0.16);
}

.category-dropdown-caret {
    font-size: 11px;
    transition: transform 0.18s ease;
}

.category-dropdown:hover .category-dropdown-caret,
.category-dropdown:focus-within .category-dropdown-caret {
    transform: rotate(180deg);
}

.category-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 30;
    min-width: 240px;
    max-width: 300px;
    max-height: min(420px, calc(100vh - 150px));
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid #f3e6ed;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 44px rgba(49, 28, 45, 0.14);
    backdrop-filter: blur(14px);
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.category-dropdown:hover .category-dropdown-menu,
.category-dropdown:focus-within .category-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.category-dropdown-link {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    color: #30425d;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease;
}

.category-dropdown-link:hover,
.category-dropdown-link.highlight {
    background: #fff3f7;
    color: #ff3e6c;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.25s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--clay), var(--rose));
    color: #fff;
    box-shadow: 0 18px 34px rgba(203, 100, 72, 0.22);
}

.btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.slider-section {
    padding: 12px 16px 18px;
    background: #fff;
}

.slider-container {
    width: min(100%, calc(100% - 8px));
    margin: 0 auto;
}

.category-showcase-section {
    padding: 8px 16px 18px;
    background: #fff;
}

.category-showcase-shell {
    width: min(100%, calc(100% - 8px));
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.category-showcase-head {
    margin-bottom: 14px;
    text-align: left;
}

.category-showcase-head h2 {
    margin: 0;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.15;
    font-weight: 500;
    color: #25364d;
}

.category-showcase-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 4px 0 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x proximity;
}

.category-showcase-track::-webkit-scrollbar {
    display: none;
}

.category-showcase-card {
    display: grid;
    gap: 10px;
    flex: 0 0 138px;
    min-width: 138px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
    transition: transform 0.2s ease;
    scroll-snap-align: start;
}

.category-showcase-card:hover {
    transform: translateY(-2px);
}

.category-showcase-orbit {
    position: relative;
    height: 148px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ff8f8f;
}

.category-showcase-orbit::before,
.category-showcase-orbit::after {
    display: none;
}

.category-showcase-media {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}

.category-showcase-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

.category-showcase-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    color: #5d3145;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 12px 28px rgba(63, 38, 46, 0.14);
}

.category-showcase-copy {
    display: grid;
    gap: 4px;
}

.category-showcase-copy h3 {
    margin: 0;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 500;
    color: #111827;
}

.slider-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
}

.slider-shell {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 0;
    width: 100%;
    aspect-ratio: 18 / 5;
    min-height: clamp(190px, 26vw, 360px);
    border-radius: 18px;
    border: 1px solid #ece6ee;
    background: #fff;
    box-shadow: 0 12px 32px rgba(95, 62, 126, 0.08);
}

.slides {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    transition: transform 0.45s ease;
}

.slide {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    padding: 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide.has-image {
    background: #fff;
}

.slide-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #fff;
}

.slide picture {
    display: block;
    width: 100%;
    height: 100%;
}

.slide-one {
    background: linear-gradient(120deg, rgba(74, 24, 122, 0.88), rgba(177, 77, 93, 0.78)),
        linear-gradient(135deg, #5b2a86, #ca4f8f);
}

.slide-two {
    background: linear-gradient(120deg, rgba(62, 12, 78, 0.84), rgba(203, 100, 72, 0.78)),
        linear-gradient(135deg, #7b3bb2, #ef8fa4);
}

.slide-three {
    background: linear-gradient(120deg, rgba(46, 14, 85, 0.86), rgba(239, 193, 122, 0.55)),
        linear-gradient(135deg, #552c93, #d86f52);
}

.slider-nav {
    position: absolute;
    inset: 50% 0 auto;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 14px;
    pointer-events: none;
}

.slider-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(26, 12, 31, 0.28);
    backdrop-filter: blur(8px);
}

.slider-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(22, 12, 34, 0.18);
    backdrop-filter: blur(12px);
    pointer-events: auto;
    touch-action: manipulation;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.slider-arrow:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1.03);
}

.slider-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.slider-dot.active {
    background: #fff;
    transform: scale(1.2);
}

.catalog-section {
    padding: 0 0 24px;
    background: #fff;
    scroll-margin-top: 138px;
}

.catalog-shell {
    width: min(100%, calc(100% - 18px));
    margin: 0 auto;
    padding: 18px 18px 20px;
    border: 1px solid #efebf2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(82, 67, 97, 0.06);
}

.catalog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.catalog-head-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    min-width: 0;
}

.catalog-scroll-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.catalog-scroll-arrow {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd4e5;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2d2633;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(45, 42, 53, 0.08);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.catalog-scroll-arrow:hover {
    background: #f7f3fb;
    transform: translateY(-1px);
}

.catalog-head h2 {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    color: #c73935;
}

.view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    background: #64748b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.catalog-track {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 18px;
    padding: 2px 2px 8px;
    scroll-snap-type: x proximity;
    scroll-padding-left: 2px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.catalog-track::-webkit-scrollbar {
    display: none;
}

.product-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 300px;
    overflow: hidden;
    border-radius: 1%;
    background: #fff;
    border: 1px solid #efe8f3;
    box-shadow: 0 10px 26px rgba(45, 42, 53, 0.12);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.product-media {
    display: block;
    position: relative;
    isolation: isolate;
    min-height: 230px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-bottom: 1px solid #f2edf5;
}

.product-media img {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-media::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 50%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
}

.offer-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #6f0aa8;
    font-size: 10px;
    font-weight: 700;
}

.product-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 12px 12px 14px;
}

.product-body h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: #17121a;
    display: -webkit-box;
    min-height: calc(1.35em * 2);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-body-compact {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
}

.product-copy {
    display: grid;
    gap: 4px;
    min-height: 0;
}

.product-rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 18px;
}

.product-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.product-star {
    color: #e6d7a8;
    font-size: 16px;
    line-height: 1;
}

.product-star.filled {
    color: #ffbf1a;
}

.product-stars-large .product-star {
    font-size: 20px;
}

.product-rating-text {
    color: #6e6771;
    font-size: 11px;
    font-weight: 500;
}

.product-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px;
    margin-top: auto;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.price-line {
    display: flex;
    align-items: baseline;
    gap: 3px;
    flex-wrap: nowrap;
    overflow: hidden;
}

.price {
    font-size: 13px;
    font-weight: 800;
    color: #27212c;
    line-height: 1;
    white-space: nowrap;
}

.old-price {
    font-size: 10px;
    color: #938d96;
    text-decoration: line-through;
    line-height: 1;
    white-space: nowrap;
}

.product-footer .price-line {
    flex: 1;
    min-width: 0;
}

.book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 24px;
    padding: 3px 7px;
    border-radius: 5px;
    background: linear-gradient(135deg, #ff3e6c, #ff3e6c);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    white-space: nowrap;
    box-shadow: 0 6px 12px rgba(111, 53, 177, 0.14);
    flex: 0 0 auto;
}

.section-page {
    padding: 20px 0 32px;
    background: #fff;
}

.section-hero {
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto 18px;
    padding: 22px 24px;
    border: 1px solid #efebf2;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff6ef, #fff);
    box-shadow: 0 4px 16px rgba(82, 67, 97, 0.06);
}

.section-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #8a6472;
    font-size: 14px;
}

.section-hero h1 {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.1;
    color: #1f1718;
    font-weight: 500;
}

.section-hero p {
    margin: 10px 0 0;
    max-width: 720px;
    color: #6e6464;
    font-size: 15px;
    line-height: 1.7;
}

.section-products {
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
}

.section-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.experience-grid,
.experience-content,
.experience-gallery-card,
.experience-order-card,
.experience-summary-card,
.experience-info-card {
    min-width: 0;
}

.section-empty {
    padding: 28px 20px;
    border: 1px solid #efebf2;
    border-radius: 14px;
    background: #fffaf5;
    color: #6e6464;
    text-align: center;
}

.search-no-results {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 32px;
    align-items: center;
    padding: 30px;
    border: 1px solid #f0dfe8;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff8f3 0%, #fff 55%, #fff7fb 100%);
    box-shadow: 0 14px 36px rgba(89, 54, 78, 0.08);
}

.search-no-results-copy {
    min-width: 0;
}

.search-no-results-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: #b33462;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.search-no-results-copy h2 {
    margin: 0;
    color: #ff3e6c;
    font-size: clamp(24px, 2.6vw, 36px);
    line-height: 1.15;
}

.search-no-results-copy p {
    margin: 14px 0 0;
    color: #675d68;
    font-size: 15px;
    line-height: 1.7;
}

.search-results-page {
    padding-top: 10px;
}

.search-results-hero {
    margin-bottom: 10px;
    padding: 12px 18px;
}

.search-results-hero .section-breadcrumbs {
    margin-bottom: 5px;
    font-size: 12px;
}

.search-results-hero h1 {
    font-size: clamp(21px, 2vw, 28px);
}

.search-results-emoji {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
}

.search-results-emoji img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.search-results-hero p {
    margin: 5px auto 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.search-no-results-copy strong {
    color: #37293a;
}

.search-enquiry-form {
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid #eee3f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(65, 42, 75, 0.08);
}

.search-enquiry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.search-enquiry-field {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.search-enquiry-field > span {
    color: #504653;
    font-size: 12px;
    font-weight: 700;
}

.search-enquiry-field small {
    color: #8b828d;
    font-weight: 500;
}

.search-enquiry-field input,
.search-enquiry-field select,
.search-enquiry-field textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #ded4e5;
    border-radius: 11px;
    outline: 0;
    background: #fff;
    color: #2d2633;
    font: inherit;
    font-size: 14px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.search-enquiry-field input,
.search-enquiry-field select {
    height: 44px;
    padding: 0 12px;
}

.search-enquiry-field textarea {
    min-height: 96px;
    padding: 11px 12px;
    line-height: 1.5;
    resize: vertical;
}

.search-enquiry-field input:focus,
.search-enquiry-field select:focus,
.search-enquiry-field textarea:focus {
    border-color: #c988aa;
    box-shadow: 0 0 0 3px rgba(201, 76, 133, 0.1);
}

.search-enquiry-submit {
    min-height: 46px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #ff3e6c, #c83276);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(200, 50, 118, 0.2);
}

.search-enquiry-submit:disabled {
    cursor: default;
    opacity: 0.72;
}

.search-enquiry-status {
    min-height: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.search-enquiry-status:empty {
    display: none;
}

.search-enquiry-status.is-success {
    color: #15803d;
}

.search-enquiry-status.is-error {
    color: #b91c1c;
}

.theme-rose {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 214, 230, 0.95), transparent 20%),
        radial-gradient(circle at 70% 12%, rgba(232, 145, 180, 0.9), transparent 15%),
        linear-gradient(135deg, #efe2d4, #cda78c);
}

.theme-sunset {
    background:
        radial-gradient(circle at 42% 24%, rgba(255, 207, 130, 0.95), transparent 18%),
        radial-gradient(circle at 60% 45%, rgba(255, 159, 96, 0.9), transparent 14%),
        linear-gradient(135deg, #4ca4df, #f5c27d);
}

.theme-pink {
    background:
        radial-gradient(circle at 24% 75%, rgba(255, 197, 219, 0.95), transparent 18%),
        radial-gradient(circle at 60% 18%, rgba(255, 163, 193, 0.9), transparent 12%),
        linear-gradient(135deg, #f2e1ec, #c8a8bf);
}

.theme-gold {
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 211, 89, 0.95), transparent 15%),
        radial-gradient(circle at 74% 24%, rgba(48, 48, 48, 0.9), transparent 18%),
        linear-gradient(135deg, #2c2c30, #f0b33b);
}

.theme-kids {
    background:
        radial-gradient(circle at 16% 18%, rgba(97, 211, 255, 0.95), transparent 18%),
        radial-gradient(circle at 76% 20%, rgba(255, 132, 189, 0.92), transparent 18%),
        linear-gradient(135deg, #f6c4d7, #7ed4bf);
}

.theme-bedroom {
    background:
        radial-gradient(circle at 22% 22%, rgba(255, 184, 217, 0.95), transparent 16%),
        radial-gradient(circle at 68% 14%, rgba(255, 233, 177, 0.9), transparent 18%),
        linear-gradient(135deg, #d8b6a0, #e8ddd3);
}

.theme-lavender {
    background:
        radial-gradient(circle at 22% 18%, rgba(221, 184, 255, 0.95), transparent 18%),
        radial-gradient(circle at 70% 22%, rgba(176, 137, 255, 0.92), transparent 18%),
        linear-gradient(135deg, #ceb0e8, #8264bf);
}

.theme-jungle {
    background:
        radial-gradient(circle at 30% 20%, rgba(239, 221, 173, 0.95), transparent 18%),
        radial-gradient(circle at 72% 24%, rgba(164, 194, 139, 0.92), transparent 18%),
        linear-gradient(135deg, #eee4d5, #97b08a);
}

.theme-racer {
    background:
        radial-gradient(circle at 22% 24%, rgba(255, 76, 76, 0.95), transparent 20%),
        radial-gradient(circle at 72% 18%, rgba(44, 44, 44, 0.92), transparent 18%),
        linear-gradient(135deg, #f4efe8, #9e9ba8);
}

.theme-rainbow {
    background:
        radial-gradient(circle at 26% 26%, rgba(203, 155, 255, 0.95), transparent 18%),
        radial-gradient(circle at 68% 20%, rgba(255, 193, 214, 0.92), transparent 18%),
        linear-gradient(135deg, #d5b4ea, #b48cc6);
}

.theme-mermaid {
    background:
        radial-gradient(circle at 20% 20%, rgba(206, 177, 255, 0.95), transparent 18%),
        radial-gradient(circle at 72% 22%, rgba(145, 223, 255, 0.92), transparent 18%),
        linear-gradient(135deg, #f9dce8, #c1dced);
}

.theme-safari {
    background:
        radial-gradient(circle at 20% 18%, rgba(181, 214, 138, 0.95), transparent 18%),
        radial-gradient(circle at 72% 20%, rgba(246, 216, 168, 0.92), transparent 18%),
        linear-gradient(135deg, #c5d8a5, #9f835e);
}

.site-footer {
    margin-top: 10px;
}

.footer-city-services {
    background: #fff;
    border-top: 1px solid #ece6ee;
    padding: 28px 0 26px;
}

.footer-city-services h2 {
    margin: 0 0 16px;
    font-size: 19px;
    font-weight: 500;
    color: #171717;
}

.footer-city-tabs {
    display: flex;
    align-items: center;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.footer-city-tabs::-webkit-scrollbar {
    display: none;
}

.footer-city-tab {
    border: 0;
    padding: 0 0 10px;
    background: transparent;
    color: #7a7a7a;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.footer-city-tab.active {
    color: #111;
    box-shadow: inset 0 -2px 0 #111;
}

.footer-service-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px 26px;
    padding-top: 22px;
}

.footer-service-link {
    display: grid;
    gap: 2px;
}

.footer-service-title {
    font-size: 14px;
    font-weight: 700;
    color: #141414;
}

.footer-service-city {
    font-size: 13px;
    color: #8c8c8c;
}

.footer-service-link-collapsed {
    display: none;
}

.footer-service-link-collapsed.footer-service-link-expanded {
    display: grid;
}

.footer-show-more {
    margin-top: 18px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid #e8dde7;
    border-radius: 999px;
    background: #fff;
    color: #2d2633;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.floating-contact-widget {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    pointer-events: none;
}

.floating-contact-widget > * {
    pointer-events: auto;
}

.floating-contact-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.floating-contact-btn {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 30px rgba(18, 14, 25, 0.22);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(18, 14, 25, 0.26);
}

.floating-contact-btn.whatsapp {
    background: linear-gradient(180deg, #27d366 0%, #0eaa48 100%);
    color: #fff;
}

.floating-contact-btn.callback {
    background: linear-gradient(180deg, #ef4444 0%, #c81e1e 100%);
    color: #fff;
}

.floating-contact-icon {
    width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.floating-contact-icon svg {
    width: 100%;
    height: 100%;
}

.callback-popup[hidden] {
    display: none !important;
}

.callback-form[hidden],
.callback-feedback[hidden] {
    display: none !important;
}

.callback-popup {
    width: min(360px, calc(100vw - 24px));
    max-height: min(82vh, 720px);
    padding: 18px;
    border: 1px solid #ece4f3;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 26px 60px rgba(36, 20, 50, 0.18);
    backdrop-filter: blur(12px);
    overflow-y: auto;
    scrollbar-width: thin;
}

.callback-popup-close {
    width: 36px;
    height: 36px;
    margin-left: auto;
    border: 1px solid #e9e0ef;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #fff;
    color: #5f5767;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.callback-popup-head {
    display: grid;
    gap: 6px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.callback-popup-head h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
    color: #1f1718;
}

.callback-popup-head p {
    margin: 0;
    color: #6b6471;
    font-size: 13px;
    line-height: 1.5;
}

.callback-form,
.callback-feedback {
    display: grid;
    gap: 10px;
}

.callback-form input,
.callback-form select,
.callback-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #ded4e7;
    border-radius: 14px;
    background: #fff;
    color: #241c29;
    font: inherit;
    font-size: 14px;
}

.callback-form > input,
.callback-form > textarea,
.callback-field input,
.callback-field select {
    padding: 11px 14px;
}

.callback-field input[type="date"] {
    min-height: 46px;
    padding-right: 42px;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.2;
}

.callback-form textarea {
    min-height: 84px;
    resize: vertical;
}

.callback-field {
    position: relative;
    display: grid;
    gap: 8px;
}

.callback-field-label {
    font-size: 12px;
    font-weight: 600;
    color: #645b6c;
}

.callback-field-icon {
    position: absolute;
    right: 14px;
    bottom: 13px;
    width: 18px;
    height: 18px;
    color: #8b6cb0;
    pointer-events: none;
}

.callback-submit {
    min-height: 44px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #7b3bb2, #d146a4);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.callback-feedback {
    justify-items: center;
    padding: 12px 4px 6px;
    text-align: center;
}

.callback-popup.is-feedback-mode .callback-popup-head {
    margin-bottom: 4px;
    text-align: center;
}

.callback-popup.is-feedback-mode .callback-popup-close {
    margin-bottom: 2px;
}

.callback-feedback-icon {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f2fff7 0%, #e0f7ea 100%);
    color: #16a34a;
    box-shadow: inset 0 0 0 1px rgba(22, 163, 74, 0.12);
}

.callback-feedback-icon svg {
    width: 32px;
    height: 32px;
}

.callback-feedback strong {
    font-size: 20px;
    color: #1f1718;
}

.callback-feedback p {
    margin: 0;
    color: #62596b;
    font-size: 13px;
    line-height: 1.5;
    max-width: 260px;
}

.callback-feedback-close {
    min-width: 128px;
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #7b3bb2, #d146a4);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.footer-main {
    background:
        radial-gradient(circle at 20px 20px, rgba(255, 255, 255, 0.03) 0 14px, transparent 15px) 0 0 / 56px 56px,
        #2b2b2b;
    color: #fff;
    padding: 30px 0 18px;
}

.footer-main-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.footer-link-block h3 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-link-list {
    display: grid;
    gap: 12px;
}

.footer-simple-link {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.footer-social-wrap {
    text-align: center;
    padding-top: 20px;
}

.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin-bottom: 20px;
}

.footer-social-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.footer-social-link {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.footer-social-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
}

.footer-social-link svg {
    width: 18px;
    height: 18px;
}

.footer-bottom {
    background: #222;
    padding: 14px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.footer-bottom .footer-copyright {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.experience-header {
    position: sticky;
    top: 0;
    z-index: 15;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(14px);
}

.experience-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 74px;
}

.experience-header-search {
    flex: 1;
    min-width: 220px;
    max-width: 420px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 16px;
    border: 1px solid #d8d1dd;
    border-radius: 6px;
    background: #fff;
    color: #56505c;
}

.experience-header-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}

.experience-page {
    padding: 10px 0 20px;
    background:
        radial-gradient(circle at top right, rgba(170, 124, 219, 0.1), transparent 28%),
        linear-gradient(180deg, #fbf9fd 0%, #f5f2fa 100%);
}

.experience-page .container {
    width: min(1280px, calc(100% - 28px));
}

.experience-alert {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #ecfdf5;
    color: #047857;
    font-weight: 600;
}

.experience-alert-success {
    background: #f1fff6;
    border: 1px solid #bde8ca;
    color: #166534;
}

.experience-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 16px;
    align-items: start;
}

.experience-left-stack {
    display: grid;
    gap: 16px;
    min-width: 0;
    align-content: start;
    align-self: start;
    position: sticky;
    top: 136px;
}

.experience-gallery-card,
.experience-why-card,
.experience-summary-card,
.experience-order-card,
.experience-info-card {
    border: 1px solid #ece6ee;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 8px rgba(0,0,0,.18);
}

.experience-gallery-card {
    padding: 10px;
}

.experience-why-card {
    padding: 18px 20px;
}

.experience-why-head {
    padding-bottom: 12px;
    border-bottom: 1px solid #ece6ee;
}

.experience-why-head h2 {
    margin: 0;
    color: #1f8ea6;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.experience-why-list {
    display: grid;
    gap: 14px;
    padding-top: 14px;
}

.experience-why-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.experience-why-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff5aa5;
}

.experience-why-icon svg {
    width: 100%;
    height: 100%;
}

.experience-why-copy {
    display: grid;
    gap: 3px;
}

.experience-why-copy strong {
    color: #232129;
    font-size: 13px;
    line-height: 1.25;
}

.experience-why-copy span {
    color: #5e5865;
    font-size: 12px;
    line-height: 1.45;
}

.experience-gallery-stage {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(180deg, #faf7fd 0%, #f4eef9 100%);
    border: 1px solid #eee7f3;
}

.experience-gallery-main,
.experience-thumb {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.experience-gallery-main {
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    min-height: 300px;
    border-radius: 0;
    background-color: #f7f2fb;
    cursor: pointer;
    appearance: none;
}

.experience-gallery-main img,
.experience-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-gallery-main.has-image img {
    object-fit: contain;
    object-position: center;
    background: linear-gradient(180deg, #fcfbfd 0%, #f4eef9 100%);
}

.experience-gallery-placeholder,
.experience-thumb-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 18px;
    color: #5f5864;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.experience-gallery-view-chip {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 17, 17, 0.78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.experience-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 17, 17, 0.68);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(31, 20, 44, 0.18);
}

.experience-gallery-arrow.prev {
    left: 10px;
}

.experience-gallery-arrow.next {
    right: 10px;
}

.experience-gallery-arrow span {
    font-size: 26px;
    line-height: 1;
}

.experience-gallery-count {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 3;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 17, 17, 0.7);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.experience-thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 58px;
    gap: 6px;
    margin-top: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x proximity;
}

.experience-thumbs::-webkit-scrollbar {
    display: none;
}

.experience-thumb {
    padding: 0;
    min-height: 58px;
    border-radius: 0;
    border: 1px solid #eee8f3;
    min-width: 58px;
    scroll-snap-align: start;
    background: #fff;
    cursor: pointer;
    appearance: none;
}

.experience-thumb.is-active {
    border-color: #7b3bb2;
    box-shadow: 0 0 0 2px rgba(123, 59, 178, 0.16);
}

.experience-lightbox {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
}

.experience-lightbox.open {
    display: grid;
    place-items: center;
}

.experience-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 12, 27, 0.82);
}

.experience-lightbox-panel {
    position: relative;
    z-index: 1;
    width: min(92vw, 1080px);
    max-height: 88vh;
    padding: 16px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
}

.experience-lightbox-panel img {
    display: block;
    width: 100%;
    max-height: calc(88vh - 32px);
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
}

.experience-lightbox-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #23182d;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.experience-content {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.experience-booking-stack {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.experience-content > *,
.experience-left-stack > *,
.experience-booking-stack > * {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.experience-summary-card,
.experience-order-card,
.experience-info-card {
    padding: 13px;
}

.experience-order-card {
    padding: 18px 20px;
}

.experience-summary-card {
    padding: 18px 20px;
}

.experience-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #9f6ab7;
    font-size: 13px;
    font-weight: 500;
}

.experience-summary-card h1 {
    margin: 0;
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.18;
    font-weight: 500;
}

.experience-summary-card p {
    margin: 6px 0 0;
    color: #625c68;
    font-size: 13px;
    line-height: 1.45;
}

.experience-rating-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
}

.experience-rating-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 14px;
    margin-top: 14px;
}

.experience-rating-form-card,
.experience-rating-list-card {
    padding: 18px;
    border: 1px solid #ece6ee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.18);
}

.experience-rating-form-card h2,
.experience-rating-list-card h2 {
    margin: 0 0 6px;
    font-size: 21px;
}

.experience-rating-form-card > p {
    margin: 0 0 14px;
    color: #655d68;
    line-height: 1.5;
    font-size: 14px;
}

.experience-rating-form {
    display: grid;
    gap: 14px;
}

.experience-star-picker {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
}

.experience-star-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.experience-star-label {
    color: #dfd0ab;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
}

.experience-star-label:hover,
.experience-star-label:hover ~ .experience-star-label,
.experience-star-input:checked + .experience-star-label,
.experience-star-input:checked + .experience-star-label ~ .experience-star-label {
    color: #ffbf1a;
}

.experience-star-label:hover {
    transform: translateY(-1px);
}

.experience-rating-actions {
    grid-template-columns: 1fr;
}

.experience-review-list {
    display: grid;
    gap: 12px;
}

.experience-review-item {
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 12px;
    background: #fff8fb;
    border: 1px solid #f2e5ee;
}

.experience-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #3d3544;
}

.experience-review-head span {
    color: #7c7480;
    font-size: 13px;
}

.experience-review-item p {
    margin: 0;
    color: #5f5864;
    line-height: 1.65;
}

.experience-price-block {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ece6ee;
    flex-wrap: wrap;
}

.experience-price-block strong {
    font-size: 20px;
    line-height: 1;
    color: #22212a;
    letter-spacing: -0.03em;
}

.experience-price-block span:last-child {
    color: #8b8791;
    font-size: 13px;
}

.experience-old-price {
    color: #8d8891;
    text-decoration: line-through;
    font-size: 14px;
}

.experience-order-form {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.experience-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
}

.experience-field {
    display: grid;
    gap: 6px;
    position: relative;
    min-width: 0;
}

.experience-field label {
    font-size: 11px;
    font-weight: 600;
    color: #5b5262;
}

.experience-field input,
.experience-field select,
.experience-field textarea {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border: 1px solid #ddd4e5;
    border-radius: 8px;
    background: #fff;
    color: #2d2633;
    font: inherit;
    padding: 0 12px;
}

.experience-field input,
.experience-field select {
    height: 46px;
}

.experience-field-icon input {
    padding-left: 42px;
}

.experience-field-icon select {
    padding-left: 42px;
}

.experience-field input[type="date"] {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
}

.experience-field-leading {
    position: absolute;
    left: 12px;
    bottom: 14px;
    width: 16px;
    height: 16px;
    color: #4b4453;
    pointer-events: none;
}

.experience-field textarea {
    min-height: 78px;
    padding: 10px;
    resize: vertical;
}

.experience-form-error {
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff1f2;
    color: #be123c;
    font-size: 13px;
}

.experience-pincode-status {
    min-height: 0;
    margin-top: -1px;
    color: #15803d;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

.experience-pincode-helper {
    margin-top: -2px;
    color: #4f4a52;
    font-size: 12px;
}

.experience-pincode-status.is-available {
    color: #15803d;
}

.experience-pincode-status.is-unavailable {
    color: #b91c1c;
}

.experience-note {
    color: #5f5a66;
    font-size: 11px;
    line-height: 1.45;
}

.experience-charge-list {
    display: grid;
    gap: 7px;
    padding: 10px 0;
    border-bottom: 1px solid #ece6ee;
}

.experience-charge-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.experience-charge-list .total {
    font-size: 14px;
    font-weight: 700;
}

.experience-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.experience-booking-actions {
    margin-top: 4px;
}

.experience-primary-btn,
.experience-secondary-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.experience-primary-btn {
    border: 0;
    background: #ff3e6c;
    color: #fff;
    cursor: pointer;
}

.experience-secondary-btn {
    border: 1.5px solid #8c62bf;
    background: #fff;
    color: #6f35a5;
    cursor: pointer;
}

.experience-btn-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.experience-btn-icon svg {
    width: 100%;
    height: 100%;
}

.experience-trust-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e7e0ec;
}

.experience-trust-item {
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
    color: #736b79;
    font-size: 11px;
    line-height: 1.35;
}

.experience-trust-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6f6c73;
}

.experience-trust-icon svg {
    width: 100%;
    height: 100%;
}

.experience-trust-icon.accent-gold {
    color: #f2ad48;
}

.experience-addon-surface {
    min-height: 100%;
    border: 1px solid #e9e1ef;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.18);
}

.experience-addon-head {
    padding: 14px 16px 8px;
    border-bottom: 1px solid #ece4f1;
}

.experience-addon-head h2 {
    margin: 0;
    color: #2f2c33;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.experience-addon-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    overflow-x: auto;
    padding: 10px 16px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.experience-addon-tabs::-webkit-scrollbar {
    display: none;
}

.experience-addon-tab {
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid #ddd2ea;
    border-bottom-color: #ece4f1;
    background: #fff;
    color: #6d38a2;
    font: inherit;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.experience-addon-tab.is-recommended-tab {
    display: none;
}

.experience-addon-tab.active {
    border-color: #d8ccE6;
    border-bottom-color: #fff;
    color: #2e2634;
    background: #fff;
}

.experience-addon-panels {
    padding: 8px 16px 14px;
}

.experience-addon-panel {
    display: none;
}

.experience-addon-panel.active {
    display: block;
}

.experience-addon-track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.experience-addon-track::-webkit-scrollbar {
    display: none;
}

.experience-addon-card {
    flex: 0 0 138px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4dceb;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.18);
}

.experience-addon-media {
    aspect-ratio: 1 / 0.78;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.experience-addon-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.experience-addon-body {
    display: grid;
    gap: 4px;
    padding: 8px 8px 6px;
    align-content: start;
    flex: 1 1 auto;
}

.experience-addon-body h3 {
    margin: 0;
    color: #333039;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
}

.experience-addon-body p {
    margin: 0;
    color: #69636f;
    font-size: 9px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.experience-addon-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 8px 8px;
    margin-top: auto;
}

.experience-addon-footer strong {
    color: #7b7a80;
    font-size: 12px;
    font-weight: 700;
}

.experience-addon-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.experience-addon-toggle input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.experience-addon-toggle-pill {
    min-width: 42px;
    min-height: 26px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #8f1c84;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.experience-addon-toggle input:checked + .experience-addon-toggle-pill {
    background: #5f5a66;
}

.experience-addon-empty-state {
    padding: 18px;
    border: 1px dashed #ddd2ea;
    background: #fcf9ff;
    color: #675f6f;
    font-size: 14px;
    line-height: 1.5;
}

.experience-details-card {
    border: 1px solid #ece6ee;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 8px rgba(0,0,0,.18);
    padding: 18px 20px;
}

.experience-details-head {
    padding-bottom: 12px;
    border-bottom: 1px solid #ece6ee;
}

.experience-details-head h2 {
    margin: 0;
    color: #2b2932;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.experience-details-group + .experience-details-group {
    margin-top: 18px;
}

.experience-details-group h3 {
    margin: 14px 0 10px;
    color: #2f2c33;
    font-size: 15px;
    font-weight: 700;
}

.experience-details-list {
    display: grid;
    gap: 10px;
}

.experience-details-item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: #2f2c33;
    font-size: 14px;
    line-height: 1.4;
}

.experience-details-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.experience-details-icon svg {
    width: 100%;
    height: 100%;
}

.experience-details-item.is-included .experience-details-icon {
    color: #43a047;
}

.experience-details-item.is-excluded .experience-details-icon {
    color: #d62839;
}

.experience-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.experience-info-card h2 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 500;
}

.experience-info-card p,
.experience-list {
    margin: 0;
    color: #645f69;
    font-size: 13px;
    line-height: 1.5;
}

.experience-list {
    padding-left: 18px;
}

.experience-city-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.experience-city-chips span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f7eefc;
    color: #6f0aa8;
    font-size: 13px;
    font-weight: 600;
}

.experience-related {
    margin-top: 16px;
}

.customization-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(23, 15, 31, 0.52);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 80;
}

.customization-modal-backdrop.open {
    opacity: 1;
    pointer-events: auto;
}

.customization-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 81;
}

.customization-modal.open {
    opacity: 1;
    pointer-events: auto;
}

.customization-panel {
    width: min(1040px, 100%);
    max-height: min(82vh, 760px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #eadff2;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 24px 60px rgba(31, 20, 44, 0.18);
}

.customization-form {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    flex: 1 1 auto;
    min-height: 0;
    gap: 14px;
    height: 100%;
    padding: 16px;
}

.customization-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.customization-header h2 {
    margin: 6px 0 0;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 500;
}

.customization-back-btn,
.customization-close-btn {
    border: 0;
    background: transparent;
    color: #5f5767;
    cursor: pointer;
    font: inherit;
}

.customization-back-btn {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

.customization-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8dfef;
    font-size: 24px;
    line-height: 1;
}

.customization-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.customization-tab {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #ded3ea;
    border-radius: 999px;
    background: #fff;
    color: #2e2634;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.customization-tab.active {
    background: #111;
    border-color: #111;
    color: #fff;
}

.customization-grid-wrap {
    min-height: 0;
    overflow: hidden;
    padding-bottom: 8px;
}

.customization-grid {
    display: none;
    align-items: stretch;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.customization-grid.active {
    display: flex;
}

.customization-grid::-webkit-scrollbar {
    display: none;
}

.addon-card {
    flex: 0 0 138px;
    overflow: hidden;
    border: 1px solid #ece3f2;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
}

.addon-card-media {
    aspect-ratio: 1 / 0.78;
    min-height: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addon-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.addon-card-body {
    display: grid;
    gap: 4px;
    padding: 8px 8px 6px;
    flex: 1 1 auto;
    align-content: start;
    grid-template-rows: auto minmax(40px, auto) auto;
}

.addon-card-body h3 {
    margin: 0;
    min-height: 28px;
    color: #232129;
    font-size: 11px;
    line-height: 1.22;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.addon-card-description {
    display: grid;
    align-content: start;
    min-height: 40px;
}

.addon-card-description-text {
    margin: 0;
    color: #69636f;
    font-size: 9px;
    line-height: 1.3;
}

.addon-card-description-text.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.addon-card-description-toggle {
    margin-top: 2px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ff4fa0;
    font: inherit;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.addon-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 8px 8px;
    margin-top: auto;
}

.addon-card-footer strong {
    font-size: 12px;
    color: #7b7a80;
    line-height: 1;
}

.addon-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.addon-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.addon-toggle-text {
    min-width: 52px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #8f1c84;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.addon-toggle input:checked + .addon-toggle-text {
    background: #5f5a66;
}

.customization-empty-state {
    padding: 18px;
    border: 1px dashed #ded3ea;
    border-radius: 16px;
    background: #fcf9ff;
    color: #675f6f;
    font-size: 14px;
    line-height: 1.5;
}

.customization-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #efe7f4;
    background: #fff;
}

.customization-total {
    display: grid;
    gap: 4px;
}

.customization-total span {
    color: #6d6673;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.customization-total strong {
    font-size: 26px;
    line-height: 1;
}

.cart-page {
    padding: 18px 0 32px;
    background: #f8f6fb;
}

.cart-shell {
    padding: 18px;
    border: 1px solid #ece6ee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(71, 56, 88, 0.06);
}

.cart-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.cart-head h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}

.cart-total {
    font-size: 18px;
    font-weight: 700;
    color: #6f0aa8;
}

.cart-empty {
    display: grid;
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: 28px;
    border: 1px solid #f2d9e6;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff8fb 0%, #fffdfd 100%);
    box-shadow: 0 18px 38px rgba(255, 62, 108, 0.08);
    color: #5f5864;
}

.cart-empty-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-empty-media img {
    display: block;
    width: min(100%, 340px);
    height: auto;
    object-fit: contain;
}

.cart-empty-copy {
    display: grid;
    justify-items: start;
    gap: 12px;
}

.cart-empty-copy h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.08;
    color: #1f1718;
    font-weight: 700;
}

.cart-empty-copy p {
    margin: 0;
    max-width: 420px;
    font-size: 15px;
    line-height: 1.65;
    color: #756c77;
}

.cart-empty .cart-link-btn {
    min-width: 190px;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff6a8f 0%, #ff3e6c 100%);
    color: #fff;
    box-shadow: 0 14px 26px rgba(255, 62, 108, 0.22);
}

.cart-list {
    display: grid;
    gap: 14px;
}

.checkout-shell {
    display: grid;
    gap: 18px;
}

.checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 18px;
    align-items: start;
}

.checkout-summary-card,
.checkout-form-card {
    border: 1px solid #ece6ee;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, #fffafc 100%);
    box-shadow: 0 12px 28px rgba(71, 56, 88, 0.08);
    padding: 18px;
}

.checkout-summary-card h2,
.checkout-form-card h2 {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.15;
    color: #1f1718;
    font-weight: 500;
}

.checkout-summary-item {
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: stretch;
    padding: 0;
    overflow: hidden;
}

.checkout-summary-item .cart-item-media {
    width: 100%;
    height: 100%;
    min-height: 120px;
    border-radius: 0;
    background: #f7f2fb;
}

.checkout-summary-item .cart-item-copy {
    padding: 14px;
    gap: 8px;
}

.checkout-summary-item .cart-item-copy h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.checkout-addon-block {
    margin-top: 16px;
    display: grid;
    gap: 12px;
}

.checkout-addon-block > strong {
    font-size: 15px;
    color: #241b29;
}

.cart-addon-list {
    display: grid;
    gap: 10px;
}

.checkout-addon-chip {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #efe6f4;
    border-radius: 14px;
    background: #fff;
}

.cart-addon-chip-media {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 12px;
    background: #f7f2fb;
}

.cart-addon-chip-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.checkout-addon-copy {
    min-width: 0;
}

.checkout-addon-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.checkout-addon-head span {
    font-size: 14px;
    font-weight: 600;
    color: #2a2330;
    line-height: 1.4;
}

.checkout-addon-inline-remove {
    flex: 0 0 auto;
}

.cart-addon-remove-btn {
    width: 28px;
    height: 28px;
    border: 1px solid #eadff2;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #8a5ea8;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.checkout-charge-list {
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #efe7f3;
    border-radius: 16px;
    background: #fff;
}

.checkout-charge-list .total {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid #eee5f3;
}

.checkout-charge-list .total strong,
.checkout-charge-list .total span {
    color: #111;
}

.checkout-form-card .experience-order-form {
    display: grid;
    gap: 16px;
}

.checkout-form-card .experience-field textarea,
.checkout-form-card .experience-field input,
.checkout-form-card .experience-field select {
    background: #fff;
}

.checkout-payment-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 4px;
}

.checkout-payment-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.checkout-payment-option input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    flex: 0 0 20px;
    border: 1.5px solid #9b93a1;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.checkout-payment-option input:checked {
    border-color: #ff3e6c;
    background-color: #ff3e6c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.2 8.2 6.5 11.3 12.8 4.8'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    box-shadow: 0 0 0 3px rgba(255, 62, 108, 0.1);
}

.checkout-payment-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
}

.checkout-payment-copy strong {
    font-size: 13px;
    color: #1f1718;
    line-height: 1.25;
}

.checkout-payment-copy small {
    color: #6a6371;
    font-size: 11px;
    line-height: 1.4;
    display: block;
}

.checkout-payment-note {
    margin: 2px 0 0;
}

.checkout-payment-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 22px;
    width: 100%;
    padding-top: 2px;
    color: #111;
}

.payment-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    line-height: 1;
    white-space: nowrap;
}

.payment-brand-rupay,
.payment-brand-upi {
    position: relative;
    padding-right: 10px;
    color: #21377f;
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
}

.payment-brand-rupay i,
.payment-brand-upi i {
    position: absolute;
    right: 0;
    width: 5px;
    height: 16px;
    background: linear-gradient(180deg, #f58220 0 50%, #16a05d 50%);
    transform: skew(-18deg);
}

.payment-brand-upi {
    color: #6b6b6b;
    font-size: 17px;
}

.payment-brand-netbanking {
    gap: 5px;
    font-size: 7px;
    font-weight: 800;
    line-height: 1.05;
}

.payment-bank-icon {
    width: 22px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #111;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 800;
}

.payment-brand-apple {
    gap: 3px;
    font-size: 17px;
    font-weight: 600;
}

.payment-brand-apple svg {
    width: 18px;
    height: 21px;
    display: block;
    flex: 0 0 auto;
}

.payment-brand-visa {
    color: #133a91;
    font-size: 19px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -1px;
}

.payment-brand-mastercard {
    position: relative;
    width: 37px;
}

.payment-brand-mastercard i,
.payment-brand-mastercard b {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.payment-brand-mastercard i {
    left: 2px;
    background: #eb001b;
}

.payment-brand-mastercard b {
    right: 2px;
    background: rgba(247, 158, 27, 0.92);
}

.payment-brand-amex {
    color: #0877bd;
    font-size: 9px;
    font-weight: 900;
    line-height: 0.85;
    text-align: center;
}

.cart-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid #eee7f3;
    border-radius: 14px;
    background: #fff;
}

.cart-item-media {
    width: 92px;
    height: 92px;
    overflow: hidden;
    border-radius: 12px;
    background: #f7f2fb;
}

.cart-item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-copy {
    display: grid;
    gap: 6px;
    color: #5f5864;
    font-size: 14px;
}

.cart-item-copy h2 {
    margin: 0;
    font-size: 18px;
    color: #1f1718;
}

.cart-item-side {
    display: grid;
    justify-items: end;
    gap: 10px;
}

.cart-link-btn,
.cart-remove-btn {
    min-width: 96px;
    min-height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.cart-link-btn {
    background: #6f0aa8;
    color: #fff;
}

.cart-remove-btn {
    border: 1px solid #eadff4;
    background: #fff;
    color: #6f0aa8;
    cursor: pointer;
}

@media (max-width: 980px) {
    .header-main .container {
        gap: 14px;
        width: 100%;
        padding-left: 6px;
        padding-right: 12px;
    }

    .header-search-wrap {
        min-width: 220px;
        padding: 0 8px;
    }

    .header-meta {
        gap: 16px;
        font-size: 12px;
    }

    .location-pill {
        padding: 9px 12px;
        font-size: 14px;
    }

    .catalog-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .experience-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .experience-left-stack {
        position: static;
        top: auto;
    }

    .experience-page .container {
        width: min(100%, calc(100% - 24px));
    }

    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .experience-gallery-main {
        min-height: 260px;
    }

    .search-no-results {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 980px) {
    .header-main .container {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand location"
            "search search"
            "meta meta";
        align-items: center;
        min-height: auto;
        padding: 14px 0;
    }

    .brand {
        grid-area: brand;
    }

    .header-search-wrap {
        grid-area: search;
        min-width: 0;
        width: 100%;
        padding: 0;
        justify-content: stretch;
    }

    .header-search-dropdown {
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
        transform: none;
    }

    .header-search {
        width: 100%;
        max-width: none;
    }

    .header-meta {
        grid-area: meta;
        width: 100%;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .header-meta .location-pill {
        margin-left: auto;
    }

    .catalog-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .experience-header-bar {
        flex-wrap: wrap;
    }

    .experience-header-search {
        order: 3;
        width: 100%;
        max-width: none;
    }

    .experience-header-meta {
        margin-left: 0;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .experience-header-meta::-webkit-scrollbar {
        display: none;
    }

    .experience-header-meta a,
    .experience-header-meta .location-pill {
        flex: 0 0 auto;
    }

    .experience-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .city-modal-panel {
        width: min(680px, 100%);
        max-height: min(82vh, 680px);
        padding: 20px 16px 16px;
        border-radius: 20px;
    }

    .city-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-main .container,
    .footer-bottom .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 20px;
    }

    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .header-main .container {
        grid-template-columns: 1fr;
        grid-template-areas:
            "brand"
            "search"
            "meta";
        row-gap: 12px;
        padding: 12px 0;
    }

    .brand {
        width: 100%;
        justify-content: flex-start;
    }

    .brand-logo-image--header {
        height: 58px;
        max-width: min(56vw, 264px);
    }

    .header-meta {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 2px;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .header-meta::-webkit-scrollbar {
        display: none;
    }

    .header-meta a {
        flex: 0 0 auto;
    }

    .meta-link,
    .location-pill {
        min-height: 38px;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 999px;
        border: 1px solid #eee8f4;
        background: #faf8fc;
    }

    .header-categories .container {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 6px;
        min-height: 42px;
        overflow: visible;
        white-space: nowrap;
        padding: 5px 8px;
    }

    .category-link {
        min-height: 30px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .category-dropdown-trigger {
        min-height: 30px;
        padding: 0 12px;
        font-size: 12px;
    }

    .category-dropdown-menu {
        min-width: 220px;
        padding: 10px;
    }

    .slider-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .slider-shell {
        min-height: clamp(210px, 34vw, 300px);
    }

    .catalog-shell {
        width: min(100%, calc(100% - 8px));
        padding: 14px 10px 16px;
    }

    .catalog-head {
        margin-bottom: 12px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .catalog-head-actions {
        gap: 8px;
        margin-left: auto;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .catalog-scroll-controls {
        gap: 6px;
    }

    .catalog-scroll-arrow {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .catalog-head h2 {
        font-size: 20px;
    }

    .catalog-track {
        gap: 12px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 6px;
    }

    .product-card {
        flex: 0 0 clamp(290px, 80vw, 350px);
    }

    .product-media {
        min-height: 210px;
    }

    .product-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .book-btn {
        width: 100%;
    }

    .slide {
        min-height: 190px;
        padding: 20px 16px 54px;
    }

    .slide.has-image {
        padding: 0;
    }

    .slide h1 {
        font-size: 22px;
    }

    .slide p {
        font-size: 13px;
    }

    .experience-form-grid {
        grid-template-columns: 1fr;
    }

    .experience-rating-panel {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cart-item {
        grid-template-columns: 80px minmax(0, 1fr);
    }

    .cart-item-side {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, auto);
        justify-content: space-between;
        align-items: center;
    }

    .footer-city-tabs {
        gap: 14px;
        scroll-snap-type: x proximity;
    }

    .footer-city-tab {
        scroll-snap-align: start;
    }

    .footer-service-link {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .experience-header-bar {
        gap: 12px;
    }

    .experience-header-meta {
        justify-content: flex-start;
        white-space: nowrap;
    }

    .checkout-summary-item {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .checkout-summary-card,
    .checkout-form-card {
        padding: 16px;
    }

    .checkout-payment-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customization-panel {
        width: min(900px, 100%);
    }

    .customization-grid {
        gap: 12px;
    }

}

@media (max-width: 560px) {
    .experience-left-stack {
        display: contents;
    }

    .experience-gallery-card {
        order: 1;
    }

    .experience-content {
        order: 2;
    }

    .experience-why-card {
        order: 3;
    }

    .city-modal {
        align-items: start;
        padding: 10px 10px max(10px, env(safe-area-inset-bottom));
        overflow-y: auto;
    }

    .city-modal-panel {
        width: 100%;
        max-height: min(82vh, 620px);
        gap: 10px;
        margin-top: 8px;
        padding: 16px 12px 12px;
        border-radius: 20px;
    }

    .city-modal-close {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        font-size: 26px;
    }

    .city-modal-copy {
        padding-right: 26px;
    }

    .city-search-box {
        height: 46px;
        gap: 8px;
        padding: 0 12px;
        border-radius: 14px;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .city-search-input {
        font-size: 14px;
    }

    .city-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .city-option {
        min-height: 92px;
        padding: 12px 8px 10px;
        border-radius: 16px;
    }

    .city-option-name {
        font-size: 14px;
    }

    .city-option-icon {
        width: 28px;
        height: 28px;

    }
    .container {
        width: min(100%, calc(100% - 16px));
    }

    .mobile-menu-toggle,
    .mobile-drawer,
    .mobile-drawer-backdrop {
        display: block;
    }

    .mobile-drawer {
        width: min(90vw, 320px);
    }

    .desktop-location-card {
        display: none;
    }

    .mobile-drawer-links {
        grid-template-columns: 1fr;
    }

    .mobile-drawer-links a {
        padding: 12px 16px;
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .mobile-drawer-links a:last-child {
        border-bottom: 0;
    }

    .header-main .container {
        grid-template-columns: 32px minmax(108px, 1fr) 34px minmax(78px, max-content);
        grid-template-areas:
            "menu brand cart location"
            "search search search search";
        column-gap: 6px;
        row-gap: 8px;
        align-items: center;
        width: 100%;
        padding-left: 4px;
        padding-right: 4px;
        justify-content: initial;
    }

    .mobile-menu-toggle {
        grid-area: menu;
        width: 34px;
        height: 34px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #777;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 28px;
        height: 3px;
        margin: 4px 0;
        border-radius: 999px;
        background: #7a7a7a;
    }

    .brand {
        grid-area: brand;
        width: auto;
        min-width: 0;
        gap: 8px;
        padding-right: 0;
        border-right: 0;
    }

    .mobile-cart-link {
        grid-area: cart;
        display: inline-flex !important;
        justify-self: end;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        flex-shrink: 0;
        width: 34px;
        height: 34px;
        visibility: visible;
        opacity: 1;
    }

    .mobile-cart-link .header-icon,
    .mobile-cart-link .cart-icon-wrap {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        color: #ff3e6c;
    }

    .mobile-cart-link .cart-icon-wrap svg {
        display: block;
        width: 18px;
        height: 18px;
        fill: currentColor;
    }

    .brand-logo-image--header {
        height: 52px;
        max-width: min(52vw, 224px);
    }

    .mobile-location-pill {
        grid-area: location;
        min-width: 78px;
        width: auto;
        max-width: 100%;
        padding: 6px 8px;
        font-size: 10px;
        justify-content: center;
        justify-self: end;
        border-radius: 999px;
        white-space: nowrap;
        overflow: hidden;
    }

    .mobile-location-pill .header-icon {
        display: inline-flex !important;
        width: 16px;
        height: 16px;
        color: #ff3e6c;
        flex: 0 0 16px;
    }

    .mobile-location-pill .header-icon svg {
        display: block;
        width: 16px;
        height: 16px;
        fill: currentColor;
    }

    .header-search-wrap {
        width: 100%;
    }

    .header-search {
        height: 44px;
        padding: 4px 5px 4px 12px;
        font-size: 14px;
        border-radius: 12px;
    }

    .header-search-text {
        max-width: calc(100% - 30px);
    }

    .header-search-submit {
        width: 38px;
        height: 34px;
    }

    .header-search-submit .search-icon {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        color: var(--violet);
    }

    .header-search-submit .search-icon svg {
        display: block;
        width: 18px;
        height: 18px;
        stroke: currentColor;
    }

    .header-search-dropdown {
        top: calc(100% + 6px);
        width: 100%;
        left: 0;
        right: 0;
        max-width: none;
        transform: none;
        padding: 6px;
        border-radius: 14px;
    }

    .header-search-results {
        max-height: min(228px, calc(100dvh - 190px));
    }

    .meta-link {
        font-size: 12px;
    }

    .meta-link span:last-child {
        display: none;
    }

    .mobile-cart-link span:last-child,
    .mobile-cart-link .cart-icon-wrap {
        display: inline-flex;
    }

    .mobile-cart-link .cart-count-badge {
        top: -6px;
        right: -8px;
        min-width: 14px;
        height: 14px;
        padding: 0 2px;
        background: transparent;
        color: #ff3e6c;
        font-size: 9px;
        line-height: 1;
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    }

    .header-meta {
        display: none;
    }

    .mobile-location-pill {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .location-pill {
        padding: 6px 8px;
        min-width: 0;
        font-size: 10px;
    }

    .mobile-location-pill span:last-child {
        min-width: 0;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .slider-section {
        padding: 8px 10px 14px;
    }

    .category-showcase-section {
        padding: 4px 12px 16px;
    }

    .category-showcase-shell {
        padding: 0;
    }

    .category-showcase-head {
        margin-bottom: 12px;
    }

    .category-showcase-head h2 {
        font-size: 18px;
    }

    .category-showcase-track {
        gap: 18px;
        padding-bottom: 6px;
    }

    .category-showcase-card {
        flex-basis: 108px;
        min-width: 108px;
        gap: 8px;
    }

    .category-showcase-orbit {
        height: 116px;
        border-radius: 16px;
    }

    .category-showcase-media {
        border-radius: inherit;
    }

    .category-showcase-media img {
        border-radius: inherit;
    }

    .category-showcase-copy h3 {
        font-size: 9px;
        line-height: 1.25;
    }

    .header-categories {
        display: none;
    }

    .header-categories .container {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 18px;
        min-height: 44px;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 0 2px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .category-link {
        min-height: 30px;
        padding: 6px 10px;
        border-radius: 999px;
        border: 1px solid #eee8f4;
        background: #faf8fc;
        color: #31435f;
        font-size: 12px;
        box-shadow: none;
    }

    .category-dropdown {
        display: none;
    }

    .header-categories .container::-webkit-scrollbar {
        display: none;
    }

    .slider-grid {
        gap: 10px;
    }

    .slider-shell {
        aspect-ratio: 21 / 8;
        min-height: clamp(96px, 38vw, 132px);
    }

    .slide {
        min-height: 100%;
    }

    .slide.has-image {
        padding: 0;
        background: #2b1636;
    }

    .slide.has-image .slide-image,
    .slide.has-image picture {
        width: 100%;
        height: 100%;
    }

    .slide.has-image .slide-image {
        object-fit: contain;
        object-position: center;
    }

    .slider-nav {
        display: none;
    }

    .slider-dots {
        bottom: 10px;
        gap: 6px;
        padding: 6px 10px;
    }

    .slider-dot {
        width: 8px;
        height: 8px;
    }

    .btn {
        padding: 9px 14px;
        font-size: 12px;
    }

    .catalog-section {
        padding-bottom: 18px;
    }

    .catalog-shell {
        width: 100%;
        padding: 12px 10px 14px;
        border-radius: 12px;
    }

    .section-hero,
    .section-products {
        width: min(100%, calc(100% - 20px));
    }

    .section-hero {
        padding: 18px 14px;
    }

    .search-results-page {
        padding-top: 6px;
    }

    .search-results-hero {
        margin-bottom: 8px;
        padding: 10px 12px;
    }

    .search-results-hero h1 {
        font-size: 19px;
    }

    .search-results-emoji {
        min-height: 50px;
    }

    .search-results-emoji img {
        width: 60px;
        height: 60px;
    }

    .section-products-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .search-no-results {
        gap: 18px;
        padding: 18px 14px;
        border-radius: 16px;
    }

    .search-no-results-copy h2 {
        font-size: 24px;
    }

    .search-no-results-copy p {
        font-size: 14px;
        line-height: 1.6;
    }

    .search-enquiry-form {
        gap: 12px;
        padding: 14px;
        border-radius: 14px;
    }

    .search-enquiry-grid {
        grid-template-columns: 1fr;
    }

    .section-products-grid .product-card {
        flex: 1 1 auto;
        max-width: none;
    }

    .section-products-grid .product-media {
        min-height: 300px;
    }

    .catalog-head {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .catalog-head h2 {
        font-size: 18px;
        min-width: 0;
        line-height: 1.2;
    }

    .catalog-head-actions {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 0;
        align-self: stretch;
        gap: 8px;
    }

    .catalog-scroll-controls {
        gap: 6px;
        flex: 0 0 auto;
    }

    .catalog-scroll-arrow {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

    .view-all {
        min-width: 64px;
        height: 30px;
        padding: 0 10px;
        font-size: 12px;
        white-space: nowrap;
    }

    .experience-order-form,
    .experience-charge-list,
    .experience-info-grid,
    .experience-content,
    .experience-booking-stack {
        gap: 14px;
    }

    .experience-summary-card,
    .experience-order-card,
    .experience-why-card,
    .experience-addon-surface,
    .experience-details-card,
    .experience-rating-form-card,
    .experience-rating-list-card {
        width: 100%;
        box-sizing: border-box;
    }

    .experience-field input,
    .experience-field select,
    .experience-field textarea,
    .experience-primary-btn,
    .experience-secondary-btn {
        font-size: 15px;
    }

    .experience-actions {
        gap: 12px;
    }

    .experience-trust-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 10px;
        margin-top: 16px;
        padding-top: 16px;
    }

    .experience-order-card {
        padding: 18px;
    }

    .experience-summary-card {
        padding: 18px;
    }

    .experience-details-card {
        padding: 16px;
    }

    .experience-why-card {
        padding: 16px;
    }

    .experience-why-head h2 {
        font-size: 16px;
    }

    .experience-why-list {
        gap: 12px;
        padding-top: 12px;
    }

    .experience-price-block strong {
        font-size: 30px;
    }

    .experience-field input,
    .experience-field select {
        height: 42px;
    }

    .experience-field-icon input[type="date"] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding-right: 8px;
        font-size: 14px;
    }

    .experience-details-head h2 {
        font-size: 16px;
    }

    .experience-details-group h3 {
        font-size: 14px;
    }

    .experience-details-item {
        font-size: 13px;
    }

    .experience-addon-head {
        padding: 12px 14px 8px;
    }

    .experience-addon-tabs {
        gap: 6px;
        padding: 9px 14px 0;
    }

    .experience-addon-tab {
        min-height: 32px;
        padding: 0 10px;
    }

    .experience-addon-panels {
        padding: 8px 14px 12px;
    }

    .experience-addon-card {
        flex-basis: min(48vw, 128px);
    }

    .catalog-track {
        gap: 10px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 4px;
    }

    .product-card {
        flex: 0 0 min(84vw, 320px);
        max-width: calc(100vw - 40px);
    }

    .product-media {
        min-height: 220px;
    }

    .section-products-grid .product-media {
        min-height: 320px;
    }

    .product-body {
        padding: 10px;
    }

    .product-body h3 {
        font-size: 14px;
    }

    .product-copy {
        min-height: auto;
    }

    .price-line {
        width: 100%;
    }

    .product-rating-text {
        font-size: 11px;
    }

    .experience-rating-form-card,
    .experience-rating-list-card {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .experience-star-label {
        font-size: 30px;
    }

    .footer-main .container,
    .footer-bottom .container {
        gap: 10px;
        align-items: stretch;
    }

    .footer-city-services {
        padding: 22px 0 20px;
    }

    .footer-city-services h2 {
        font-size: 18px;
    }

    .footer-city-tabs {
        gap: 14px;
        padding-bottom: 10px;
    }

    .footer-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 18px;
        padding-top: 16px;
    }

    .footer-service-title {
        font-size: 13px;
        line-height: 1.25;
    }

    .footer-service-city,
    .footer-bottom {
        font-size: 12px;
    }

    .floating-contact-widget {
        right: max(10px, env(safe-area-inset-right));
        bottom: max(10px, env(safe-area-inset-bottom));
        gap: 10px;
    }

    .floating-contact-actions {
        gap: 6px;
    }

    .floating-contact-btn {
        width: 38px;
        height: 38px;
    }

    .floating-contact-icon {
        width: 15px;
        height: 15px;
    }

    .callback-popup {
        width: min(320px, calc(100vw - 16px));
        max-height: min(74dvh, 560px);
        padding: 12px;
        border-radius: 16px;
    }

    .callback-popup-head {
        gap: 3px;
        margin-top: 4px;
        margin-bottom: 8px;
    }

    .callback-popup-head h3 {
        font-size: 17px;
    }

    .callback-popup-head p {
        font-size: 11px;
        line-height: 1.3;
    }

    .callback-form,
    .callback-feedback {
        gap: 6px;
    }

    .callback-feedback-icon {
        width: 58px;
        height: 58px;
    }

    .callback-feedback-icon svg {
        width: 28px;
        height: 28px;
    }

    .callback-form > input,
    .callback-form > textarea,
    .callback-field input,
    .callback-field select {
        padding: 8px 10px;
    }

    .callback-field {
        gap: 4px;
    }

    .callback-field-label {
        font-size: 10px;
    }

    .callback-field-icon {
        right: 10px;
        bottom: 10px;
        width: 14px;
        height: 14px;
    }

    .callback-field input,
    .callback-field select,
    .callback-form > input {
        min-height: 38px;
        font-size: 12px;
    }

    .callback-field input[type="date"] {
        min-height: 38px;
        padding-right: 32px;
        font-size: 12px;
    }

    .callback-form textarea {
        min-height: 58px;
    }

    .callback-submit {
        min-height: 38px;
        font-size: 12px;
    }

    .footer-main {
        padding: 24px 0 16px;
    }

    .footer-link-block h3,
    .footer-social-title {
        font-size: 16px;
    }

    .footer-simple-link {
        font-size: 14px;
    }

    .experience-page {
        padding: 12px 0 20px;
    }

    .experience-header-bar {
        min-height: auto;
        padding: 12px 0;
        flex-direction: column;
        align-items: stretch;
    }

    .experience-header-search,
    .experience-header-meta {
        width: 100%;
    }

    .experience-header-meta {
        justify-content: flex-start;
        gap: 10px;
        font-size: 13px;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 2px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .experience-header-meta::-webkit-scrollbar {
        display: none;
    }

    .experience-header-meta a,
    .experience-header-meta .location-pill {
        flex: 0 0 auto;
    }

    .experience-gallery-card,
    .experience-summary-card,
    .experience-order-card,
    .experience-info-card {
        padding: 14px;
        border-radius: 14px;
    }

    .experience-gallery-main {
        min-height: 200px;
    }

    .experience-gallery-arrow {
        width: 34px;
        height: 34px;
    }

    .experience-gallery-count {
        bottom: 10px;
    }

    .experience-lightbox-panel {
        width: min(94vw, 760px);
        padding: 12px;
    }

    .experience-lightbox-close {
        top: -8px;
        right: -8px;
        width: 34px;
        height: 34px;
        font-size: 24px;
    }

    .experience-thumb {
        min-height: 52px;
        min-width: 52px;
    }

    .experience-summary-card h1 {
        font-size: 19px;
    }

    .experience-breadcrumbs {
        flex-wrap: wrap;
    }

    .experience-summary-card p {
        font-size: 12px;
        line-height: 1.42;
    }

    .experience-price-block {
        flex-wrap: wrap;
    }

    .experience-price-block strong {
        font-size: 22px;
    }

    .experience-old-price {
        font-size: 13px;
    }

    .cart-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-shell {
        padding: 14px;
    }

    .cart-empty {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px 14px 20px;
        text-align: center;
    }

    .cart-empty-media img {
        width: min(100%, 270px);
    }

    .cart-empty-copy {
        justify-items: center;
    }

    .cart-empty-copy h2 {
        font-size: 24px;
    }

    .cart-empty-copy p {
        font-size: 14px;
    }

    .cart-empty .cart-link-btn {
        width: 100%;
        min-width: 0;
        max-width: 260px;
    }

    .cart-item {
        grid-template-columns: 1fr;
    }

    .cart-item-media {
        width: 100%;
        height: 180px;
    }

    .cart-item-side {
        grid-column: auto;
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .cart-link-btn,
    .cart-remove-btn {
        width: 100%;
    }

    .experience-actions {
        grid-template-columns: 1fr;
    }

    .experience-primary-btn,
    .experience-secondary-btn {
        min-height: 44px;
        font-size: 12px;
    }

    .experience-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 8px;
    }

    .experience-trust-icon {
        width: 30px;
        height: 30px;
    }

    .experience-addon-section {
        margin-top: 24px;
    }

    .experience-why-item {
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 10px;
    }

    .experience-why-icon {
        width: 24px;
        height: 24px;
    }

    .experience-why-copy strong {
        font-size: 12px;
    }

    .experience-why-copy span {
        font-size: 11px;
    }

    .experience-details-group + .experience-details-group {
        margin-top: 14px;
    }

    .experience-details-list {
        gap: 8px;
    }

    .experience-details-item {
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 8px;
        font-size: 12px;
    }

    .experience-details-icon {
        width: 18px;
        height: 18px;
    }

    .experience-grid,
    .experience-content,
    .experience-booking-stack {
        gap: 12px;
    }

    .experience-left-stack {
        display: contents;
    }

    .experience-gallery-card {
        order: 1;
    }

    .experience-content {
        order: 2;
    }

    .experience-why-card {
        order: 3;
    }

    .experience-page .container {
        width: min(100%, calc(100% - 18px));
    }

    .experience-gallery-card,
    .experience-why-card,
    .experience-summary-card,
    .experience-order-card,
    .experience-addon-surface,
    .experience-rating-form-card,
    .experience-rating-list-card {
        width: 100%;
        box-sizing: border-box;
    }

    .experience-addon-head h2 {
        font-size: 16px;
    }

    .experience-addon-tab {
        min-height: 30px;
        font-size: 11px;
    }

    .experience-addon-track {
        gap: 8px;
    }

    .experience-addon-card {
        flex-basis: 118px;
    }

    .experience-addon-body {
        padding: 6px 6px 5px;
    }

    .experience-addon-body h3 {
        font-size: 10px;
    }

    .experience-addon-body p {
        font-size: 8px;
    }

    .experience-addon-footer {
        padding: 0 6px 6px;
    }

    .experience-addon-footer strong {
        font-size: 11px;
    }

    .experience-addon-toggle-pill {
        min-width: 38px;
        min-height: 24px;
        padding: 0 8px;
        font-size: 8px;
    }

    .checkout-summary-card h2,
    .checkout-form-card h2 {
        font-size: 19px;
    }

    .checkout-summary-item {
        grid-template-columns: 1fr;
    }

    .checkout-summary-item .cart-item-media {
        min-height: 200px;
        border-radius: 14px 14px 0 0;
    }

    .checkout-summary-item .cart-item-copy {
        padding: 12px;
    }

    .checkout-addon-chip {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 10px;
        padding: 9px;
    }

    .cart-addon-chip-media {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }

    .checkout-addon-head span {
        font-size: 13px;
    }

    .checkout-charge-list {
        padding: 12px;
    }

    .checkout-payment-option {
        min-height: 0;
        padding: 0;
        border-radius: 0;
    }

    .checkout-payment-copy strong {
        font-size: 13px;
    }

    .checkout-payment-copy small {
        font-size: 11px;
    }

    .checkout-payment-brands {
        gap: 12px 16px;
    }

    .experience-charge-list div {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .customization-modal {
        padding: 10px;
    }

    .customization-panel {
        max-height: min(88vh, 700px);
        border-radius: 0;
    }

    .customization-form {
        gap: 12px;
        padding: 12px;
    }

    .customization-header {
        align-items: flex-start;
    }

    .customization-header h2 {
        font-size: 20px;
    }

    .customization-grid {
        gap: 10px;
    }

    .addon-card-media {
        aspect-ratio: 1 / 0.78;
    }

    .addon-card {
        flex-basis: 118px;
        border-radius: 0;
    }

    .addon-card-body {
        padding: 6px 6px 5px;
        grid-template-rows: auto minmax(36px, auto) auto;
    }

    .addon-card-body h3 {
        font-size: 10px;
        min-height: 24px;
    }

    .addon-card-description {
        min-height: 36px;
    }

    .addon-card-description-text {
        font-size: 8px;
    }

    .addon-card-description-toggle {
        font-size: 8px;
    }

    .addon-card-footer {
        padding: 0 6px 6px;
    }

    .addon-card-footer strong {
        font-size: 11px;
    }

    .addon-toggle-text {
        min-width: 46px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 8px;
    }

    .customization-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .customization-total strong {
        font-size: 22px;
    }

    .section-hero h1 {
        font-size: 24px;
    }

    .section-breadcrumbs {
        flex-wrap: wrap;
    }

    .section-hero p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 420px) {
    .brand-logo-image--header {
        height: 46px;
    }

    .mobile-location-pill,
    .location-pill {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog-head-actions {
        gap: 6px;
        width: 100%;
    }

    .catalog-scroll-controls {
        gap: 4px;
    }

    .catalog-scroll-arrow {
        width: 28px;
        height: 28px;
        font-size: 15px;
    }

    .view-all {
        min-width: 58px;
        height: 28px;
        font-size: 11px;
    }

    .product-card {
        flex-basis: min(84vw, 290px);
        max-width: calc(100vw - 34px);
    }

    .callback-popup {
        width: calc(100vw - 10px);
        max-height: min(72dvh, 520px);
        padding: 10px;
        border-radius: 14px;
    }

    .callback-popup-head h3 {
        font-size: 16px;
    }

    .callback-popup-head p {
        font-size: 10px;
    }

    .callback-form,
    .callback-feedback {
        gap: 5px;
    }

    .callback-field input,
    .callback-field select,
    .callback-form > input,
    .callback-form > textarea {
        padding: 7px 9px;
    }

    .callback-field input[type="date"] {
        padding-right: 30px;
    }

    .callback-submit {
        min-height: 36px;
        font-size: 11px;
    }
}
