.tour-product-detail {
    --tour-text: #151922;
    --tour-muted: #687385;
    --tour-line: #e7eaf0;
    --tour-soft: #f6f7f9;
    --tour-green: #14946f;
    --tour-red: #cc3333;
    --tour-radius: 10px;
    color: var(--tour-text);
}

.tour-product-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 28px;
    max-width: 1440px;
    margin: 28px auto 0;
    padding: 0 18px;
}

.tour-main-column {
    min-width: 0;
}

.tour-gallery-card .woocommerce-product-gallery {
    width: 100% !important;
    max-width: none;
    margin: 0;
}

.tour-gallery-card .woocommerce-product-gallery__wrapper,
.tour-gallery-card .woocommerce-product-gallery__image:first-child,
.tour-gallery-card .woocommerce-product-gallery__image:first-child a,
.tour-gallery-card .woocommerce-product-gallery__image:first-child img {
    border-radius: var(--tour-radius);
}

.tour-gallery-card .woocommerce-product-gallery__image:first-child img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.tour-gallery-card .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 14px 0 0;
}

.tour-gallery-card .flex-control-thumbs li {
    width: auto !important;
    float: none;
}

.tour-gallery-card .flex-control-thumbs img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    opacity: .65;
}

.tour-gallery-card .flex-control-thumbs img.flex-active,
.tour-gallery-card .flex-control-thumbs img:hover {
    opacity: 1;
}

.tour-media-gallery {
    width: 100%;
}

.tour-media-main {
    position: relative;
    overflow: hidden;
    border-radius: var(--tour-radius);
    background: #0f172a;
}

.tour-media-slide {
    height: clamp(360px, 48vw, 560px);
    overflow: hidden;
    background: #0f172a;
}

.tour-media-slide img,
.tour-media-slide iframe,
.tour-media-slide video,
.tour-media-video-link {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    object-fit: cover;
    background: #0f172a;
}

.tour-media-slide iframe,
.tour-media-slide video {
    aspect-ratio: auto;
}

.tour-media-video-link {
    display: grid;
    place-items: center;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background:
        radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.16), transparent 26%),
        linear-gradient(135deg, #111827 0%, #0f766e 100%);
}

.tour-media-video-link span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.tour-media-video-link span::before,
.tour-media-play {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background:
        linear-gradient(90deg, #fff 0 0) 55% 50% / 12px 16px no-repeat,
        rgba(17, 24, 39, 0.62);
    content: "";
}

.tour-media-nav {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    color: #111827;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.tour-media-nav::after {
    font-size: 16px;
    font-weight: 900;
}

.tour-media-thumbs {
    margin-top: 14px;
    overflow: hidden;
}

.tour-media-thumb {
    position: relative;
    display: block;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #eef2f6;
    cursor: pointer;
    opacity: 0.72;
    transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tour-media-thumb:hover,
.tour-media-thumb.is-active {
    border-color: #111827;
    opacity: 1;
    transform: translateY(-1px);
}

.tour-media-thumb img,
.tour-media-thumb-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tour-media-thumb .tour-media-play {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%);
}

.tour-media-thumb-video {
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #111827 0%, #0f766e 100%);
    font-size: 12px;
    font-weight: 900;
}

.tour-overview-section {
    margin-top: 26px;
}

.tour-overview-section h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0;
}

.tour-overview-copy {
    max-width: 980px;
    margin: 0 0 22px;
    color: #050505;
    font-size: 20px;
    line-height: 1.55;
}

.tour-overview-copy p {
    margin: 0;
}

.tour-booking-column {
    min-width: 0;
    border: none;
}

.tour-booking-card {
    position: sticky;
    top: 92px;
    padding: 2px 0 18px;
}

.tour-booking-card .woocommerce-breadcrumb {
    margin: 0 0 10px;
    color: var(--tour-muted);
    font-size: 12px;
}

.tour-title {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.18;
    letter-spacing: 0;
    color: var(--fs-color-primary);
}

.tour-booking-card .star-rating,
.tour-booking-card .woocommerce-review-link {
    margin-bottom: 12px;
}

.tour-price {
    margin: 18px 0;
    padding: 16px 0 0;
    border-top: 1px solid var(--tour-line);
    transition: padding .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.tour-price .price {
    color: #111;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    transition: color .2s ease, font-size .2s ease, transform .2s ease;
}

.tour-price.is-variation-priced {
    padding: 16px;
    border: 1px solid #cfe8dd;
    border-radius: 10px;
    background: #eaf8f1;
    box-shadow: 0 10px 24px rgba(20, 148, 111, .12);
}

.tour-price.is-variation-priced .price,
.tour-price.is-variation-priced .woocommerce-Price-amount {
    color: #08795a;
    font-size: 38px;
    font-weight: 900;
}

.tour-price.is-price-pulse {
    animation: tour-price-pulse .75s ease;
}

.tour-calculated-price {
    display: block;
    color: #09090b;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.tour-price-note {
    display: block;
    margin-top: 7px;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.tour-booking-form .woocommerce-variation-price {
    display: none;
}

@keyframes tour-price-pulse {
    0% {
        transform: scale(.98);
    }
    55% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

.tour-booking-form form.cart {
    display: block;
}

.tour-extra-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
    padding: 2px;
}

.tour-extra-field {
    min-width: 0;
    position: relative;
}

.tour-extra-group-title {
    margin: 8px 0 -4px;
    color: #1f2937;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.tour-extra-field label {
    display: block;
    margin-bottom: 7px;
    color: #263241;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.tour-extra-field label span {
    color: var(--tour-red);
}

.tour-extra-field input,
.tour-extra-field textarea,
.tour-extra-field select {
    width: 100%;
    height: auto;
    border-radius: 8px!important;
}

.tour-extra-field-select select {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}

.tour-booking-form .quantity {
    margin: 0 0 12px;
}

.tour-booking-form input,
.tour-booking-form select,
.tour-booking-form textarea {
    /* min-height: 54px; */
    padding: 0 16px;
    border: 1px solid #dfe5ed;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.88);
    color: #1f2937;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    font-size: 15px;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.tour-booking-form select {
    appearance: none;
    padding-right: 38px;
    background:
        linear-gradient(45deg, transparent 50%, #667085 50%) calc(100% - 20px) 50% / 7px 7px no-repeat,
        linear-gradient(135deg, #667085 50%, transparent 50%) calc(100% - 15px) 50% / 7px 7px no-repeat,
        linear-gradient(180deg, #ffffff 0%, #f6f8fa 100%);
}

.tour-booking-form textarea {
    min-height: 108px;
    padding-top: 14px;
    line-height: 1.5;
    resize: vertical;
}

.tour-booking-form input::placeholder,
.tour-booking-form textarea::placeholder {
    color: #8a93a3;
}

.tour-booking-form input:focus,
.tour-booking-form select:focus,
.tour-booking-form textarea:focus {
    border-color: #111827;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08), 0 12px 26px rgba(17, 24, 39, 0.08);
    outline: none;
}

.tour-booking-form input[type="number"] {
    font-weight: 800;
}

.tour-booking-form input[type="date"] {
    color-scheme: light;
}

.tour-extra-field-number label {
    color: #344054;
}

.tour-extra-field-number input {
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.tour-extra-field-select select:hover,
.tour-extra-field input:hover,
.tour-extra-field textarea:hover {
    border-color: #c8d1dc;
}

.tour-booking-form input.is-limit-adjusted {
    border-color: #ff4b2f;
    box-shadow: 0 0 0 4px rgba(255, 75, 47, 0.14), 0 12px 26px rgba(255, 75, 47, 0.12);
}

.tour-travelers-limit-note {
    margin-top: 2px;
    padding: 10px 12px;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    color: #1d4ed8;
    background: #eff6ff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.tour-travelers-limit-note.is-over-limit {
    border-color: #fecaca;
    color: #b42318;
    background: #fff1f1;
}

.tour-booking-form .single_add_to_cart_button {
    width: 100%;
    min-height: 46px;
    margin-top: 10px;
    border-radius: 8px;
    background: #050505;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    background-color: var(--fs-color-primary)!important;
}

.tour-booking-why {
    margin-top: 18px;
    padding: 15px;
    border: 1px solid var(--tour-line);
    border-radius: 10px;
    background: #f7f8fa;
}

.tour-booking-why h2 {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0;
}

.tour-booking-why .tour-list li {
    margin: 8px 0;
    font-size: 13px;
}

.tour-trust-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
    color: var(--tour-muted);
    font-size: 12px;
}

.tour-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.tour-trust-row span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--tour-green);
}

.tour-section {
    margin-top: 26px;
}

.tour-section h2 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0;
}

.tour-section h3 {
    margin: 0 0 10px;
    font-size: 15px;
    letter-spacing: 0;
}

.tour-section-heading {
    margin-bottom: 14px;
}

.tour-section-heading h2 {
    margin-bottom: 5px;
}

.tour-section-heading p {
    margin: 0;
    color: var(--tour-muted);
    font-size: 13px;
    line-height: 1.5;
}

.tour-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 70px;
    row-gap: 24px;
    margin-top: 0;
    padding: 28px 30px;
    border-radius: 14px;
    background: #f4f4f6;
}

.tour-overview-item {
    padding: 0;
}

.tour-overview-item span {
    display: block;
    margin-bottom: 5px;
    color: #3d365e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.tour-overview-item strong {
    display: block;
    color: #050505;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.tour-video-section {
    padding: 0;
}

.tour-video-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.tour-video-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e9ef;
    border-radius: var(--tour-radius);
    background: #0f172a;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.tour-video-section iframe,
.tour-video-section video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    background: #0f172a;
}

.tour-video-section iframe {
    min-height: 260px;
}

.tour-video-link {
    display: grid;
    place-items: center;
    min-height: 220px;
    padding: 28px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background:
        radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.16), transparent 26%),
        linear-gradient(135deg, #111827 0%, #0f766e 100%);
}

.tour-video-link::before {
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
    border-radius: 50%;
    background:
        linear-gradient(90deg, #fff 0 0) 54% 50% / 14px 18px no-repeat,
        rgba(255, 255, 255, 0.16);
    clip-path: none;
    content: "";
}

.tour-video-link span {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.tour-video-link small {
    max-width: 100%;
    margin-top: 6px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tour-list li {
    position: relative;
    margin: 9px 0;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.45;
}

.tour-list li::before {
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.tour-list-check li::before {
    content: "✓";
    background: var(--tour-green);
}

.tour-list-cross li::before {
    content: "×";
    background: var(--tour-red);
}

.tour-list-info li::before {
    content: "i";
    background: #818895;
}

.tour-list-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tour-list-tags li {
    margin: 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
}

.tour-list-tags li::before {
    display: none;
}

.tour-inclusion-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tour-info-panel,
.tour-soft-panel {
    padding: 18px;
    border-radius: var(--tour-radius);
    background: var(--tour-soft);
}

.tour-panel-included {
    background: #eaf8f1;
}

.tour-panel-excluded {
    background: #fff0f0;
}

.tour-panel-included h3 {
    color: var(--tour-green);
}

.tour-panel-excluded h3 {
    color: var(--tour-red);
}

.tour-soft-panel + .tour-soft-panel {
    margin-top: 14px;
}

.tour-itinerary {
    display: grid;
    gap: 18px;
}

.tour-itinerary-day {
    background: transparent;
}

.tour-faq-item {
    border-radius: var(--tour-radius);
    background: var(--tour-soft);
}

.tour-itinerary-day summary,
.tour-faq-item summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    cursor: pointer;
    font-weight: 800;
}

.tour-itinerary-day summary {
    justify-content: flex-start;
    min-height: auto;
    padding: 0 6px 14px 0;
    border-radius: 0;
    background: transparent;
    color: #050505;
    font-size: 18px;
    line-height: 1.3;
}

.tour-faq-item summary {
    justify-content: space-between;
}

.tour-itinerary-day summary::-webkit-details-marker,
.tour-faq-item summary::-webkit-details-marker {
    display: none;
}

.tour-itinerary-day summary::after,
.tour-faq-item summary::after {
    content: "+";
    margin-left: auto;
    color: var(--tour-muted);
    font-size: 18px;
}

.tour-itinerary-day[open] summary::after,
.tour-faq-item[open] summary::after {
    content: "-";
}

.tour-day-title {
    display: block;
    min-width: 0;
    font-weight: 800;
}

.tour-itinerary-steps {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.tour-itinerary-step {
    padding: 16px 18px 17px;
    border-radius: 11px;
    background: #f4f4f6;
}

.tour-step-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 3px 9px;
    border: 1px solid #e4e6ea;
    border-radius: 999px;
    background: #fff;
    color: #050505;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.tour-step-time::before {
    content: "\25f4";
    color: #111;
    font-size: 13px;
    line-height: 1;
}

.tour-itinerary-step strong {
    display: block;
    margin: 0 0 6px;
    color: #050505;
    font-size: 15px;
    line-height: 1.45;
}

.tour-itinerary-step p,
.tour-faq-item p {
    margin: 0;
    color: #050505;
    font-size: 15px;
    line-height: 1.62;
}

.tour-faq-list {
    display: grid;
    gap: 8px;
}

.tour-faq-item p {
    padding: 0 18px 16px;
}

.tour-content-section {
    font-size: 15px;
    line-height: 1.65;
}

.tour-review-section {
    max-width: 1180px;
    margin: 34px auto 0;
    padding: 0 18px;
}

.tour-review-section h2 {
    margin-bottom: 16px;
    font-size: 22px;
}

.tour-product-detail > .related {
    max-width: 1440px;
    margin: 38px auto;
    padding: 0 18px;
}

.tour-product-detail > .related .products {
    align-items: stretch;
}

.tour-product-detail > .related .sapa-loop-card,
.tour-product-detail > .related .sapa-loop-card .col-inner {
    display: flex;
    flex-direction: column;
}

.tour-product-detail > .related .sapa-loop-card .col-inner,
.tour-product-detail > .related .sapa-loop-card-inner {
    width: 100%;
    height: 100%;
}

.sapa-shop-page {
    background: #f7f7f8;
}

.sapa-shop-hero {
    position: relative;
    min-height: 276px;
    background-color: #6eb7c8;
    background-position: center;
    background-size: cover;
}

.sapa-shop-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .04) 65%);
}

.sapa-shop-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 66px 36px 0;
}

.sapa-shop-hero h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0;
}

.sapa-shop-search {
    display: grid;
    grid-template-columns: minmax(220px, 1.2fr) minmax(190px, .9fr) minmax(210px, .9fr) 68px;
    align-items: center;
    max-width: 980px;
    min-height: 82px;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow: 0 24px 50px rgba(15, 23, 42, .24);
    margin-bottom: 0;
    padding: 15px 0 0 0;
}

.sapa-search-field {
    position: relative;
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0 24px 0 64px;
    min-width: 0;
}

.sapa-search-field + .sapa-search-field {
    border-left: 1px solid #e7e7ea;
}

.sapa-search-field::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    border: 2px solid #111;
}

.sapa-search-where::before {
    border-radius: 999px 999px 999px 0;
    transform: translateY(-58%) rotate(-45deg);
}

.sapa-search-date::before {
    border-radius: 3px;
}

.sapa-search-guests::before {
    border-radius: 999px;
    box-shadow: 9px 2px 0 -5px #111, -9px 2px 0 -5px #111;
}

.sapa-search-field span {
    color: #050505;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
}

.sapa-search-field input,
.sapa-search-field select {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: #6c7280;
    font-size: 15px;
    line-height: 1.2;
    box-shadow: none;
}

.sapa-mobile-filter-toggle,
.sapa-filter-mobile-head,
.sapa-filter-drawer-overlay {
    display: none;
}

.sapa-search-field select {
    appearance: none;
    cursor: pointer;
}

.sapa-search-field input::placeholder {
    color: #9097a3;
}

.sapa-search-field input:focus,
.sapa-search-field select:focus {
    box-shadow: none;
    outline: none;
}

.sapa-shop-search button {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    min-height: 0;
    margin: 0 14px 0 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #ff452e;
    transition: transform .2s ease, background .2s ease;
}

.sapa-shop-search button::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 8px 8px 0 -6px #fff;
}

.sapa-shop-search button:hover {
    background: #e93722;
    transform: translateY(-1px);
}

.sapa-shop-body {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 42px 36px 56px;
}

.sapa-shop-sidebar {
    min-width: 0;
    border: none;
}

.sapa-filter-panel {
    margin: 0;
    overflow: hidden;
    border: 1px solid #e8e9ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .05);
}

.sapa-filter-section {
    padding: 24px;
    border-bottom: 1px solid #eceef2;
}

.sapa-filter-section:last-of-type {
    border-bottom: 0;
}

.sapa-filter-section h2 {
    position: relative;
    margin: 0 0 16px;
    padding-right: 24px;
    color: #050505;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.sapa-filter-section h2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(-45deg);
}

.sapa-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sapa-checkbox-list li {
    margin: 12px 0;
    color: #4a5160;
    font-size: 16px;
    line-height: 1.45;
}

.sapa-checkbox-list label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.sapa-checkbox-list input[type="checkbox"] {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    border: 1px solid #d4d8df;
    border-radius: 5px;
    box-shadow: none;
}

.sapa-checkbox-list input[type="checkbox"]:checked {
    accent-color: #ff452e;
}

.sapa-price-range {
    position: relative;
    height: 30px;
    margin: 6px 0 16px;
}

.sapa-price-track {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    height: 5px;
    border-radius: 999px;
    background: #eceff4;
}

.sapa-price-track span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
    background: #ff452e;
}

.sapa-price-range input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.sapa-price-range input[type="range"]::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    border: 2px solid #ff452e;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .18);
    cursor: grab;
    pointer-events: auto;
    appearance: none;
}

.sapa-price-range input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border: 2px solid #ff452e;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .18);
    cursor: grab;
    pointer-events: auto;
}

.sapa-price-inputs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sapa-price-inputs label {
    display: grid;
    gap: 9px;
    margin: 0;
}

.sapa-price-inputs span {
    color: #050505;
    font-size: 15px;
    font-weight: 700;
}

.sapa-price-inputs input {
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid #e3e5ea;
    border-radius: 9px;
    background: #fff;
    box-shadow: none;
}

.sapa-filter-actions {
    display: grid;
    gap: 12px;
    padding: 20px 24px 24px;
}

.sapa-filter-submit {
    display: none;
}

.sapa-filter-actions button:not(.sapa-filter-submit) {
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    background: #ff452e;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.sapa-filter-actions a {
    color: #050505;
    font-size: 15px;
    text-align: center;
    text-decoration: underline;
}

.sapa-shop-products {
    transition: opacity .18s ease;
}

.sapa-shop-page.is-filtering .sapa-shop-products {
    opacity: .45;
    pointer-events: none;
}

.sapa-shop-products {
    min-width: 0;
}

.sapa-shop-products .woocommerce-notices-wrapper {
    margin-bottom: 16px;
}

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

.sapa-shop-count {
    color: #3d4654;
    font-size: 16px;
}

.sapa-shop-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sapa-shop-actions > a {
    color: #050505;
    font-size: 15px;
    text-decoration: underline;
}

.sapa-shop-actions .woocommerce-ordering {
    margin: 0;
}

.sapa-shop-actions select {
    min-height: 42px;
    padding: 0 38px 0 18px;
    border: 1px solid #dfe2e8;
    border-radius: 999px;
    background-color: #fff;
    box-shadow: none;
}

.sapa-shop-products .products {
    row-gap: 28px;
}

.sapa-loop-card,
.sapa-loop-card .col-inner {
    display: flex;
    flex-direction: column;
}

.sapa-loop-card .col-inner {
    flex: 1;
    height: 100%;
}

.sapa-loop-card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .13);
}

.sapa-loop-card-inner.is-reveal-ready {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    filter: blur(5px);
}

.sapa-loop-card-inner.is-reveal-ready.is-visible {
    animation: sapa-card-reveal 0.72s cubic-bezier(0.16, 1, 0.3, 1) var(--sapa-reveal-delay, 0ms) forwards;
}

@keyframes sapa-card-reveal {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.985);
        filter: blur(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.sapa-loop-image {
    display: block;
    overflow: hidden;
    background: #e8edf0;
}

.sapa-loop-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .25s ease;
}

.sapa-loop-card-inner:hover .sapa-loop-image img {
    transform: scale(1.035);
}

.sapa-loop-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 24px 22px;
}

.sapa-loop-location {
    margin-bottom: 10px;
    color: #1d1f25;
    font-size: 17px;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sapa-loop-title {
    margin: 0 0 14px;
    color: #15171d;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0;
}

.sapa-loop-title a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sapa-loop-meta {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.sapa-loop-meta-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #686d75;
    font-size: 16px;
    line-height: 1.35;
}

.sapa-loop-meta-item::before {
    content: "";
    flex: 0 0 auto;
}

.sapa-loop-meta-duration::before {
    width: 15px;
    height: 15px;
    border: 1.7px solid #1d2026;
    border-radius: 999px;
    background:
        linear-gradient(#1d2026, #1d2026) 50% 28% / 1.5px 5px no-repeat,
        linear-gradient(#1d2026, #1d2026) 62% 58% / 5px 1.5px no-repeat;
}

.sapa-loop-meta-type::before {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1.7px solid #1d2026;
    background:
        linear-gradient(#1d2026, #1d2026) 50% 50% / 7px 1.5px no-repeat,
        linear-gradient(#1d2026, #1d2026) 50% 50% / 1.5px 7px no-repeat;
}

.sapa-loop-meta-language::before {
    width: 15px;
    height: 15px;
    border-radius: 999px;
    border: 1.7px solid #1d2026;
    background:
        linear-gradient(#1d2026, #1d2026) 50% 50% / 13px 1.4px no-repeat,
        radial-gradient(ellipse at center, transparent 42%, #1d2026 45%, #1d2026 53%, transparent 56%);
}

.sapa-loop-excerpt {
    margin: 0 0 22px;
    color: #71757d;
    font-size: 16px;
    line-height: 1.45;
}

.sapa-loop-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

.sapa-loop-price {
    min-width: 0;
    color: #343840;
    font-size: 16px;
    line-height: 1.3;
}

.sapa-loop-price > span {
    display: block;
    margin-bottom: 2px;
}

.sapa-loop-price strong {
    display: block;
    font-weight: 400;
}

.sapa-loop-price .price,
.sapa-loop-price .amount,
.sapa-loop-price .woocommerce-Price-amount {
    color: #343840;
    font-size: 20px;
    font-weight: 400;
}

.sapa-loop-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: #ff452e;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.sapa-loop-button:hover {
    background: #e93722;
    color: #fff;
    transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
    .sapa-loop-card-inner.is-reveal-ready,
    .sapa-loop-card-inner.is-reveal-ready.is-visible {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
    }
}

.product-thumbnails {
  margin-top: 12px;
}

@media (max-width: 960px) {
    .sapa-search-date {
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .sapa-search-guests {
      padding-top: 15px;
    }

    .tour-product-shell {
        grid-template-columns: 1fr;
    }

    .tour-booking-card {
        position: static;
        padding: 18px;
        border: 1px solid var(--tour-line);
        border-radius: var(--tour-radius);
        background: #fff;
    }

    .sapa-shop-hero-inner {
        padding: 54px 20px 28px;
    }

    .sapa-shop-search {
        grid-template-columns: 1fr;
        max-width: none;
        border-radius: 18px;
    }

    .sapa-search-field {
        min-height: 64px;
    }

    .sapa-search-field + .sapa-search-field {
        border-top: 1px solid #e7e7ea;
        border-left: 0;
    }

    .sapa-shop-search button {
        width: auto;
        margin: 0 12px 12px;
    }

    .sapa-shop-body {
        grid-template-columns: 1fr;
        padding: 28px 20px 44px;
    }

    .sapa-shop-sidebar {
        order: 2;
    }

    .sapa-shop-products {
        order: 1;
    }
}

@media (max-width: 640px) {
    .tour-product-shell {
        margin-top: 16px;
        padding: 0 12px;
    }

    .tour-title {
        font-size: 22px;
    }

    .tour-gallery-card .flex-control-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .tour-media-slide {
        height: clamp(260px, 68vw, 380px);
    }

    .tour-media-thumbs {
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .tour-media-thumb {
        border-radius: 8px;
    }

    .tour-media-nav {
        width: 36px;
        height: 36px;
    }

    .tour-overview-grid,
    .tour-inclusion-grid {
        grid-template-columns: 1fr;
    }

    .tour-overview-grid {
        row-gap: 18px;
        padding: 20px;
    }

    .tour-overview-section h2 {
        font-size: 24px;
    }

    .tour-overview-copy {
        font-size: 16px;
    }

    .tour-overview-item span {
        font-size: 15px;
    }

    .tour-overview-item strong {
        font-size: 17px;
    }

    .tour-section h2 {
        font-size: 20px;
    }

    .tour-itinerary-day summary {
        align-items: flex-start;
        padding: 0 0 12px;
        font-size: 16px;
    }

    .tour-itinerary-steps {
        gap: 10px;
    }

    .tour-itinerary-step {
        padding: 12px;
    }

    .tour-step-time {
        font-size: 13px;
    }

    .sapa-shop-hero {
        min-height: 0;
    }

    .sapa-shop-hero h1 {
        font-size: 34px;
    }

    .sapa-shop-topbar {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .sapa-shop-actions {
        width: 100%;
        justify-content: space-between;
    }

    .sapa-shop-actions select {
        max-width: 160px;
    }

    .sapa-filter-section,
    .sapa-filter-actions {
        padding: 20px;
    }

    .sapa-loop-content {
        padding: 18px;
    }

    .sapa-loop-title {
        font-size: 19px;
    }

    .sapa-loop-location,
    .sapa-loop-meta-item,
    .sapa-loop-excerpt {
        font-size: 14px;
    }

    .sapa-loop-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .sapa-loop-button {
        width: 100%;
    }
}

.sapa-category-showcase {
    width: 100%;
    padding: 52px 0 58px;
    overflow: hidden;
}

.sapa-category-card {
    position: relative;
    display: block;
    width: auto;
    min-width: 0;
    height: clamp(300px, 24vw, 390px);
    overflow: hidden;
    border-radius: 18px;
    color: #fff;
    background: #111;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
    text-decoration: none;
    transform: translateY(0);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sapa-category-slider .swiper-slide:nth-child(2n) {
    margin-top: 58px;
}

.sapa-category-card:hover,
.sapa-category-card:focus {
    color: #fff;
    transform: translateY(-6px);
    box-shadow: 0 24px 54px rgba(17, 24, 39, 0.18);
}

.sapa-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.35s ease;
}

.sapa-category-card:hover img,
.sapa-category-card:focus img {
    transform: scale(1.06);
}

.sapa-category-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.72) 100%);
}

.sapa-category-card-content {
    position: absolute;
    left: 28px;
    right: 86px;
    bottom: 28px;
    z-index: 2;
    display: grid;
    gap: 6px;
}

.sapa-category-card-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
}

.sapa-category-card-count {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

.sapa-category-card-arrow {
    position: absolute;
    right: 26px;
    bottom: 28px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 110%;
}

/* .sapa-category-card-arrow::before,
.sapa-category-card-arrow::after {
    position: absolute;
    content: "";
    background: #fff;
}

.sapa-category-card-arrow::before {
    top: 21px;
    left: 13px;
    width: 18px;
    height: 2px;
    transform: rotate(-45deg);
    transform-origin: right center;
}

.sapa-category-card-arrow::after {
    top: 13px;
    right: 13px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background: transparent;
} */

.sapa-category-showcase .swiper-wrapper {
    align-items: flex-start;
}

.sapa-category-showcase .sapa-category-nav {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.14);
    color: #111827;
}

.sapa-category-showcase .sapa-category-nav:hover {
    background: #fff;
}

.sapa-category-showcase .sapa-category-nav::after {
    font-size: 16px;
    font-weight: 700;
}

.sapa-category-showcase .sapa-category-nav-prev {
    left: 10px;
}

.sapa-category-showcase .sapa-category-nav-next {
    right: 10px;
}

.sapa-category-showcase .sapa-category-pagination {
    bottom: 12px;
}

.sapa-category-showcase .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #111827;
    opacity: 0.22;
}

.sapa-category-showcase .swiper-pagination-bullet-active {
    opacity: 0.9;
}

@media (max-width: 849px) {
    .sapa-category-showcase {
        padding: 28px 0 34px;
    }

    .sapa-category-card {
        height: 320px;
        border-radius: 16px;
    }

    .sapa-category-slider .swiper-slide:nth-child(2n) {
        margin-top: 28px;
    }

    .sapa-category-card-content {
        left: 20px;
        right: 72px;
        bottom: 22px;
    }

    .sapa-category-card-title {
        font-size: 20px;
    }

    .sapa-category-card-count {
        font-size: 15px;
    }

    .sapa-category-card-arrow {
        right: 20px;
        bottom: 22px;
        width: 40px;
        height: 40px;
    }
}

.sapa-triangle-images {
    position: relative;
    width: min(100%, 1120px);
    min-height: clamp(360px, 43vw, 620px);
    margin: 0 auto;
    background: transparent;
}

.sapa-triangle-figure {
    position: absolute;
    z-index: 2;
    margin: 0;
    overflow: hidden;
    background: transparent;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.sapa-triangle-figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sapa-triangle-left {
    left: 0;
    bottom: 16%;
    width: clamp(320px, 39vw, 560px);
    height: clamp(300px, 38vw, 540px);
}

.sapa-triangle-left img {
    object-position: center bottom;
}

.sapa-triangle-right {
    right: 0;
    bottom: 2%;
    width: clamp(430px, 50vw, 720px);
    height: clamp(390px, 49vw, 690px);
}

.sapa-triangle-right img {
    object-position: center center;
}

.sapa-triangle-route {
    position: absolute;
    top: 10%;
    left: 8%;
    z-index: 1;
    width: 68%;
    height: auto;
    overflow: visible;
}

.sapa-triangle-route path {
    fill: none;
    stroke: #283038;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 10 14;
}

.sapa-triangle-pin {
    position: absolute;
    top: 24%;
    left: 6.5%;
    z-index: 3;
    width: 22px;
    height: 22px;
    border: 3px solid #ff442f;
    border-radius: 50% 50% 50% 0;
    background: #fff;
    transform: rotate(-45deg);
}

.sapa-triangle-pin::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff442f;
    content: "";
    transform: translate(-50%, -50%);
}

.sapa-triangle-badge {
    position: absolute;
    left: 6%;
    bottom: 4%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    border: 2px solid #ff5b43;
    border-radius: 50%;
    color: #ff5b43;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.sapa-triangle-badge::before,
.sapa-triangle-badge::after {
    position: absolute;
    content: "";
}

.sapa-triangle-badge::before {
    width: 34px;
    height: 42px;
    border: 2px solid currentColor;
    clip-path: polygon(50% 0, 100% 58%, 75% 58%, 75% 100%, 25% 100%, 25% 58%, 0 58%);
}

.sapa-triangle-badge::after {
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 91, 67, 0.25);
    border-radius: 50%;
}

.sapa-triangle-badge span {
    position: absolute;
    inset: 8px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.sapa-contact-page {
    background: #0b1110;
}

.sapa-contact-hero {
    position: relative;
    min-height: calc(100vh - 90px);
    overflow: hidden;
    color: #fff;
    background: #0b1110;
}

.sapa-contact-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 16, 14, 0.86) 0%, rgba(8, 16, 14, 0.7) 46%, rgba(8, 16, 14, 0.28) 100%),
        linear-gradient(180deg, rgba(8, 16, 14, 0.18) 0%, rgba(8, 16, 14, 0.68) 100%),
        var(--sapa-contact-bg, linear-gradient(135deg, #101c18 0%, #26332f 100%));
    background-position: center;
    background-size: cover;
}

.sapa-contact-bg::after {
    position: absolute;
    top: -12%;
    right: 3%;
    width: min(34vw, 420px);
    height: min(34vw, 420px);
    border-radius: 50%;
    background: rgba(225, 205, 131, 0.28);
    content: "";
}

.sapa-contact-inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: clamp(48px, 7vw, 96px) 24px;
}

.sapa-contact-inner h1 {
    max-width: 820px;
    margin: 0 0 56px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff;
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
}

.sapa-contact-card {
    max-width: 900px;
}

.sapa-contact-card h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(18px, 2.1vw, 30px);
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.sapa-contact-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: clamp(17px, 1.7vw, 25px);
    font-weight: 700;
    line-height: 1.35;
    list-style: none;
}

.sapa-contact-list li {
    margin: 0;
}

.sapa-contact-list strong {
    color: #fff;
    font-weight: 800;
}

.sapa-contact-list a {
    color: #fff;
    text-decoration: none;
}

.sapa-contact-list a:hover,
.sapa-contact-list a:focus {
    color: #ff6b3a;
}

@media (max-width: 849px) {
    .sapa-triangle-images {
        min-height: 620px;
    }

    .sapa-triangle-left {
        left: 0;
        bottom: 40%;
        width: min(82vw, 430px);
        height: min(78vw, 410px);
    }

    .sapa-triangle-right {
        right: 0;
        bottom: 6%;
        width: min(90vw, 500px);
        height: min(88vw, 480px);
    }

    .sapa-triangle-route {
        top: 15%;
        left: 12%;
        width: 82%;
    }

    .sapa-triangle-pin {
        top: 18%;
        left: 5%;
    }

    .sapa-triangle-badge {
        left: 5%;
        bottom: 2%;
        width: 92px;
        height: 92px;
        font-size: 9px;
    }

    .sapa-contact-hero {
        min-height: auto;
    }

    .sapa-contact-inner {
        padding: 42px 18px 70px;
    }

    .sapa-contact-inner h1 {
        margin-bottom: 34px;
    }

    .sapa-contact-list {
        gap: 10px;
    }
}

.sapa-contact-pro {
    --contact-ink: #111827;
    --contact-muted: #667085;
    --contact-line: #e7e9ee;
    --contact-accent: #ff4b2f;
    --contact-green: #0f766e;
    --contact-radius: 22px;
    background: #f7f8fb;
}

.sapa-contact-pro .sapa-contact-hero {
    min-height: 620px;
    isolation: isolate;
}

.sapa-contact-pro .sapa-contact-bg {
    background:
        linear-gradient(90deg, rgba(5, 12, 11, 0.86) 0%, rgba(5, 12, 11, 0.68) 48%, rgba(5, 12, 11, 0.34) 100%),
        radial-gradient(circle at 82% 18%, rgba(255, 215, 120, 0.28), transparent 28%),
        var(--sapa-contact-bg, linear-gradient(135deg, #10231f 0%, #385246 100%));
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.sapa-contact-pro .sapa-contact-bg::after {
    display: none;
}

.sapa-contact-orbit {
    position: absolute;
    right: clamp(24px, 8vw, 140px);
    bottom: 70px;
    z-index: 1;
    width: 220px;
    height: 220px;
    border: 1px dashed rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    animation: sapa-contact-spin 24s linear infinite;
}

.sapa-contact-orbit::before,
.sapa-contact-orbit::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}

.sapa-contact-orbit::before {
    top: 22px;
    left: 22px;
    width: 18px;
    height: 18px;
    background: var(--contact-accent);
    box-shadow: 0 0 0 8px rgba(255, 75, 47, 0.18);
}

.sapa-contact-orbit::after {
    right: 34px;
    bottom: 24px;
    width: 12px;
    height: 12px;
    background: #fff;
}

.sapa-contact-pro .sapa-contact-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.65fr);
    gap: 42px;
    align-items: center;
    min-height: 620px;
}

.sapa-contact-hero-copy {
    max-width: 720px;
}

.sapa-contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sapa-contact-kicker::before {
    width: 34px;
    height: 2px;
    background: var(--contact-accent);
    content: "";
}

.sapa-contact-pro .sapa-contact-hero-copy h1 {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: clamp(44px, 6vw, 82px);
    font-weight: 850;
    line-height: 0.98;
    text-transform: none;
}

.sapa-contact-hero-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(17px, 1.6vw, 22px);
    line-height: 1.6;
}

.sapa-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.sapa-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.sapa-contact-btn svg,
.sapa-contact-info-card svg,
.sapa-contact-address svg,
.sapa-contact-feature-icon svg,
.sapa-contact-fallback svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sapa-contact-btn:hover,
.sapa-contact-btn:focus {
    color: #fff;
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.16);
}

.sapa-contact-btn-primary {
    border-color: transparent;
    background: var(--contact-accent);
    box-shadow: 0 18px 38px rgba(255, 75, 47, 0.26);
}

.sapa-contact-btn-primary:hover,
.sapa-contact-btn-primary:focus {
    background: #ff5f47;
}

.sapa-contact-feature-card {
    position: relative;
    z-index: 2;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--contact-radius);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
}

.sapa-contact-feature-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    border-radius: 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.sapa-contact-feature-card span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sapa-contact-feature-card h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

.sapa-contact-feature-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.6;
}

.sapa-contact-main {
    padding: 58px 20px 80px;
}

.sapa-contact-main-inner {
    width: min(100%, 1160px);
    margin: -118px auto 0;
    position: relative;
    z-index: 3;
}

.sapa-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.sapa-contact-info-card {
    display: grid;
    gap: 10px;
    min-height: 160px;
    padding: 24px;
    border: 1px solid var(--contact-line);
    border-radius: var(--contact-radius);
    color: var(--contact-ink);
    background: #fff;
    box-shadow: 0 16px 44px rgba(17, 24, 39, 0.07);
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sapa-contact-info-card:hover,
.sapa-contact-info-card:focus {
    color: var(--contact-ink);
    border-color: rgba(255, 75, 47, 0.42);
    transform: translateY(-5px);
    box-shadow: 0 24px 54px rgba(17, 24, 39, 0.12);
}

.sapa-contact-info-card span,
.sapa-contact-address-copy > span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: var(--contact-accent);
    background: #fff0ed;
}

.sapa-contact-info-card small,
.sapa-contact-address small,
.sapa-contact-form-heading span {
    color: var(--contact-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sapa-contact-info-card strong {
    color: var(--contact-ink);
    font-size: 19px;
    line-height: 1.25;
    word-break: break-word;
}

.sapa-contact-panel {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 22px;
}

.sapa-contact-address,
.sapa-contact-form-shell {
    border: 1px solid var(--contact-line);
    border-radius: var(--contact-radius);
    background: #fff;
    box-shadow: 0 16px 44px rgba(17, 24, 39, 0.07);
}

.sapa-contact-address {
    display: grid;
    gap: 20px;
    padding: 28px;
    overflow: hidden;
}

.sapa-contact-address-copy {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.sapa-contact-address h2 {
    margin: 8px 0 0;
    color: var(--contact-ink);
    font-size: 24px;
    line-height: 1.35;
}

.sapa-contact-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    max-width: 100%;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: #fff;
    background: var(--contact-ink);
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.sapa-contact-map-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sapa-contact-map-link:hover,
.sapa-contact-map-link:focus {
    color: #fff;
    background: var(--contact-accent);
    box-shadow: 0 16px 32px rgba(255, 75, 47, 0.22);
    transform: translateY(-2px);
}

.sapa-contact-map {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    border: 1px solid var(--contact-line);
    border-radius: 18px;
    background: #eef2f3;
}

.sapa-contact-map::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
    pointer-events: none;
    content: "";
}

.sapa-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    border: 0;
    filter: saturate(0.92) contrast(1.02);
}

.sapa-contact-form-shell {
    padding: 28px;
}

.sapa-contact-form-heading {
    margin-bottom: 18px;
}

.sapa-contact-form-heading h2 {
    margin: 7px 0 0;
    color: var(--contact-ink);
    font-size: 30px;
    line-height: 1.15;
}

.sapa-contact-content:empty {
    display: none;
}

.sapa-contact-content input,
.sapa-contact-content textarea,
.sapa-contact-content select {
    min-height: 48px;
    border: 1px solid #d9dde5;
    border-radius: 12px;
    box-shadow: none;
}

.sapa-contact-content textarea {
    min-height: 130px;
}

.sapa-contact-content input[type="submit"],
.sapa-contact-content button[type="submit"] {
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: var(--contact-accent);
    color: #fff;
    font-weight: 800;
}

.sapa-contact-fallback {
    margin-top: 16px;
}

.sapa-contact-fallback a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--contact-accent);
    font-weight: 800;
    text-decoration: none;
}

.sapa-contact-fallback a:hover,
.sapa-contact-fallback a:focus {
    color: #d9341e;
}

@keyframes sapa-contact-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 849px) {
    .sapa-contact-pro .sapa-contact-hero {
        min-height: 0;
    }

    .sapa-contact-pro .sapa-contact-inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 56px 20px 150px;
    }

    .sapa-contact-pro .sapa-contact-hero-copy h1 {
        font-size: 42px;
    }

    .sapa-contact-orbit {
        width: 150px;
        height: 150px;
        right: 20px;
        bottom: 32px;
    }

    .sapa-contact-main {
        padding: 0 16px 56px;
    }

    .sapa-contact-main-inner {
        margin-top: -90px;
    }

    .sapa-contact-info-grid,
    .sapa-contact-panel {
        grid-template-columns: 1fr;
    }

    .sapa-contact-info-card {
        min-height: auto;
    }

    .sapa-contact-address {
        padding: 22px;
    }

    .sapa-contact-address-copy {
        flex-direction: column;
    }

    .sapa-contact-address h2 {
        font-size: 20px;
    }

    .sapa-contact-map {
        min-height: 280px;
    }

    .sapa-contact-map iframe {
        min-height: 280px;
    }
}

.woocommerce-cart table.shop_table .product-quantity,
.woocommerce-cart table.shop_table .product-subtotal {
    display: none;
}

.woocommerce-order-received .shop-container,
.woocommerce-order-received .page-wrapper {
    background: #f6f7fb;
}

.sapa-order-received {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: clamp(28px, 5vw, 62px) 18px 72px;
    color: #111827;
}

.sapa-order-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.22), transparent 28%),
        linear-gradient(135deg, #0f766e 0%, #123b4a 54%, #111827 100%);
    box-shadow: 0 28px 70px rgba(17, 24, 39, 0.18);
}

.sapa-order-hero::after {
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 260px;
    height: 260px;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    content: "";
}

.sapa-order-hero-failed {
    background: linear-gradient(135deg, #b42318 0%, #7a271a 55%, #111827 100%);
}

.sapa-order-status-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.sapa-order-status-icon::before {
    width: 22px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    content: "";
    transform: rotate(-45deg) translate(1px, -2px);
}

.sapa-order-hero-failed .sapa-order-status-icon::before {
    width: 20px;
    height: 20px;
    border: 0;
    background:
        linear-gradient(45deg, transparent 44%, #fff 44%, #fff 56%, transparent 56%),
        linear-gradient(-45deg, transparent 44%, #fff 44%, #fff 56%, transparent 56%);
    transform: none;
}

.sapa-order-eyebrow {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sapa-order-hero h1,
.sapa-order-hero .woocommerce-notice {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4.4vw, 56px);
    font-weight: 900;
    line-height: 1.05;
}

.sapa-order-hero p:not(.sapa-order-eyebrow) {
    max-width: 650px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.65;
}

.sapa-order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.sapa-order-actions .button {
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 800;
}

.sapa-order-summary {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: -46px 24px 28px !important;
    padding: 0 !important;
    position: relative;
    z-index: 2;
}

.sapa-order-summary::before,
.sapa-order-summary::after {
    display: none !important;
}

.sapa-order-summary li {
    display: grid;
    gap: 7px;
    min-height: 102px;
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid #e6e9ef !important;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
}

.sapa-order-summary li::before,
.sapa-order-summary li::after {
    display: none !important;
}

.sapa-order-summary span {
    color: #667085;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sapa-order-summary strong {
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    word-break: break-word;
}

.sapa-order-content {
    display: grid;
    gap: 22px;
}

.sapa-order-content .woocommerce-order-details,
.sapa-order-content .woocommerce-customer-details,
.sapa-order-content .woocommerce-bacs-bank-details,
.sapa-order-content .woocommerce-order-downloads {
    margin: 0;
    padding: 28px;
    border: 1px solid #e6e9ef;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
}

.sapa-order-content h2,
.sapa-order-content .woocommerce-order-details__title,
.sapa-order-content .woocommerce-column__title {
    margin: 0 0 18px;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
}

.sapa-order-content table.shop_table {
    overflow: hidden;
    margin: 0;
    border: 1px solid #eef0f4;
    border-radius: 18px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

.sapa-order-content table.shop_table thead th {
    padding: 16px 18px;
    border: 0;
    color: #667085;
    background: #f8fafc;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sapa-order-content table.shop_table td,
.sapa-order-content table.shop_table th {
    padding: 16px 18px;
    border-color: #eef0f4;
}

.sapa-order-content .woocommerce-table__product-name a {
    color: #111827;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
}

.sapa-order-content .woocommerce-table__product-total,
.sapa-order-content tfoot td {
    color: #111827;
    font-weight: 900;
}

.sapa-order-content tfoot tr:last-child th,
.sapa-order-content tfoot tr:last-child td {
    font-size: 18px;
}

.sapa-order-content .wc-item-meta {
    display: grid;
    gap: 7px;
    margin: 12px 0 0;
    padding: 0;
}

.sapa-order-content .wc-item-meta li {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 8px 10px;
    border-radius: 10px;
    color: #475467;
    background: #f8fafc;
    font-size: 13px;
}

.sapa-order-content .wc-item-meta strong {
    color: #111827;
}

.sapa-order-content .woocommerce-customer-details address {
    min-height: 0;
    padding: 18px;
    border: 1px solid #eef0f4;
    border-radius: 18px;
    background: #f8fafc;
    color: #344054;
    line-height: 1.7;
}

@media (max-width: 849px) {
    .sapa-order-received {
        padding: 24px 14px 52px;
    }

    .sapa-order-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: -28px 12px 22px !important;
    }

    .sapa-order-summary li {
        min-height: 92px;
    }

    .sapa-order-content .woocommerce-order-details,
    .sapa-order-content .woocommerce-customer-details,
    .sapa-order-content .woocommerce-bacs-bank-details,
    .sapa-order-content .woocommerce-order-downloads {
        padding: 18px;
        border-radius: 18px;
    }

    .sapa-order-content table.shop_table,
    .sapa-order-content table.shop_table tbody,
    .sapa-order-content table.shop_table tfoot,
    .sapa-order-content table.shop_table tr,
    .sapa-order-content table.shop_table td,
    .sapa-order-content table.shop_table th {
        display: block;
        width: 100%;
    }

    .sapa-order-content table.shop_table thead {
        display: none;
    }

    .sapa-order-content table.shop_table tr {
        border-bottom: 1px solid #eef0f4;
    }
}

@media (max-width: 849px) {
    .sapa-shop-hero {
        min-height: 0;
        border-radius: 0 0 22px 22px;
    }

    .sapa-shop-hero-inner {
        padding: 38px 16px 22px;
    }

    .sapa-shop-hero h1 {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 1.08;
    }

    .sapa-shop-search {
        gap: 0;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.36);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 18px 44px rgba(17, 24, 39, 0.18);
    }

    .sapa-search-field {
        min-height: 58px;
        padding: 11px 16px;
    }

    .sapa-search-field span {
        font-size: 11px;
    }

    .sapa-search-field select,
    .sapa-search-field input {
        font-size: 14px;
    }

    .sapa-shop-search button {
        width: calc(100% - 24px);
        min-height: 50px;
        margin: 0 12px 12px;
        border-radius: 14px;
    }

    .sapa-shop-body {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 22px 14px 44px;
    }

    .sapa-shop-products {
        order: 1;
        width: 100%;
    }

    .sapa-shop-sidebar {
        order: 2;
        width: 100%;
    }

    .sapa-shop-topbar {
        gap: 12px;
        align-items: stretch;
        margin-bottom: 16px;
    }

    .sapa-shop-count {
        padding: 0 2px;
        font-size: 14px;
        font-weight: 800;
    }

    .sapa-shop-actions {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 10px;
        width: 100%;
        align-items: center;
    }

    .sapa-shop-actions > a {
        min-height: 42px;
        padding: 0 14px;
        border: 1px solid #e5e7eb;
        border-radius: 999px;
        background: #fff;
        font-size: 13px;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
    }

    .sapa-shop-actions .woocommerce-ordering {
        width: 100%;
    }

    .sapa-shop-actions select {
        width: 100%;
        max-width: none;
        min-height: 42px;
        border-radius: 999px;
        background-color: #fff;
        font-size: 13px;
    }

    .sapa-shop-products .products,
    .tour-product-detail > .related .products {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .sapa-shop-products .products::before,
    .sapa-shop-products .products::after,
    .tour-product-detail > .related .products::before,
    .tour-product-detail > .related .products::after {
        display: none !important;
    }

    .sapa-shop-products .sapa-loop-card,
    .tour-product-detail > .related .sapa-loop-card,
    .tour-product-detail > .related .product-small {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .sapa-loop-card .col-inner,
    .sapa-loop-card-inner {
        width: 100%;
        height: 100%;
    }

    .sapa-loop-card-inner {
        border-radius: 18px;
    }

    .sapa-loop-image {
        aspect-ratio: 1.35 / 1;
    }

    .sapa-loop-content {
        padding: 18px;
    }

    .sapa-loop-title {
        min-height: auto;
        font-size: 19px;
        line-height: 1.25;
    }

    .sapa-loop-meta {
        gap: 8px;
    }

    .sapa-loop-meta-item {
        padding: 6px 9px;
        border-radius: 999px;
        background: #f7f8fa;
        font-size: 13px;
    }

    .sapa-loop-excerpt {
        min-height: 0;
        font-size: 14px;
    }

    .sapa-loop-footer {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .sapa-loop-button {
        width: 100%;
        min-height: 46px;
        justify-content: center;
    }

    .sapa-filter-panel {
        overflow: hidden;
        border: 1px solid #e7e9ee;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 14px 36px rgba(17, 24, 39, 0.08);
    }

    .sapa-filter-section {
        padding: 18px;
        border-bottom: 1px solid #eef0f4;
    }

    .sapa-filter-section h2 {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .sapa-checkbox-list {
        display: grid;
        gap: 9px;
        max-height: 230px;
        overflow: auto;
        padding-right: 2px;
    }

    .sapa-checkbox-list li {
        margin: 0;
    }

    .sapa-checkbox-list label {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 42px;
        padding: 9px 10px;
        border: 1px solid #eef0f4;
        border-radius: 12px;
        background: #fbfcfd;
        font-size: 14px;
    }

    .sapa-checkbox-list input {
        width: 18px;
        height: 18px;
        margin: 0;
    }

    .sapa-price-inputs {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .sapa-price-inputs input {
        min-height: 44px;
        border-radius: 12px;
        font-size: 14px;
    }

    .sapa-filter-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 18px;
    }

    .sapa-filter-submit,
    .sapa-filter-actions a {
        width: 100%;
        min-height: 46px;
        justify-content: center;
        border-radius: 999px;
        font-weight: 800;
    }

    .tour-product-detail > .related {
        padding-left: 14px;
        padding-right: 14px;
    }

    .tour-product-detail > .related h2 {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media (max-width: 849px) {
    body.sapa-filter-lock {
        overflow: hidden;
    }

    .sapa-shop-search {
        padding-top: 0;
    }

    .sapa-search-field {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr);
        column-gap: 12px;
        row-gap: 2px;
        min-height: 64px;
        padding: 12px 16px;
    }

    .sapa-search-field::before {
        position: static;
        grid-row: 1 / span 2;
        align-self: center;
        justify-self: center;
        transform: none;
    }

    .sapa-search-where::before {
        transform: rotate(-45deg);
    }

    .sapa-search-field span,
    .sapa-search-field input,
    .sapa-search-field select {
        grid-column: 2;
        min-width: 0;
    }

    .sapa-search-field input,
    .sapa-search-field select {
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sapa-mobile-filter-toggle {
        order: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        min-height: 48px;
        padding: 0 18px;
        border: 0;
        border-radius: 999px;
        color: #fff;
        background: #111827;
        box-shadow: 0 14px 32px rgba(17, 24, 39, 0.18);
        font-size: 15px;
        font-weight: 900;
    }

    .sapa-mobile-filter-toggle span {
        position: relative;
        width: 18px;
        height: 14px;
        border-top: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
    }

    .sapa-mobile-filter-toggle span::before {
        position: absolute;
        left: 4px;
        top: 4px;
        width: 10px;
        height: 2px;
        background: currentColor;
        content: "";
    }

    .sapa-shop-products {
        order: 2;
    }

    .sapa-shop-sidebar {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 10020;
        order: initial;
        width: min(88vw, 390px);
        max-width: 390px;
        padding: 0;
        background: #fff;
        transform: translateX(-104%);
        transition: transform 0.28s ease;
    }

    .sapa-shop-page.is-filter-drawer-open .sapa-shop-sidebar {
        transform: translateX(0);
    }

    .sapa-filter-drawer-overlay {
        position: fixed;
        inset: 0;
        z-index: 10010;
        display: block;
        background: rgba(15, 23, 42, 0.52);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.24s ease;
    }

    .sapa-shop-page.is-filter-drawer-open .sapa-filter-drawer-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .sapa-filter-panel {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        box-shadow: 24px 0 60px rgba(15, 23, 42, 0.24);
    }

    .sapa-filter-mobile-head {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 62px;
        padding: 0 18px;
        border-bottom: 1px solid #eef0f4;
        background: #fff;
    }

    .sapa-filter-mobile-head strong {
        color: #111827;
        font-size: 18px;
        font-weight: 900;
    }

    .sapa-filter-drawer-close {
        position: relative;
        width: 38px;
        height: 38px;
        min-height: 0;
        padding: 0;
        border: 1px solid #e5e7eb;
        border-radius: 999px;
        background: #fff;
    }

    .sapa-filter-drawer-close::before,
    .sapa-filter-drawer-close::after {
        position: absolute;
        top: 18px;
        left: 10px;
        width: 16px;
        height: 2px;
        border-radius: 999px;
        background: #111827;
        content: "";
    }

    .sapa-filter-drawer-close::before {
        transform: rotate(45deg);
    }

    .sapa-filter-drawer-close::after {
        transform: rotate(-45deg);
    }

    .sapa-filter-panel .sapa-filter-section {
        flex: 0 0 auto;
    }

    .sapa-filter-panel {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sapa-filter-actions {
        position: sticky;
        bottom: 0;
        z-index: 2;
        background: #fff;
        box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.08);
    }
}
