@media (max-width: 719px) {
    body.xb247-giftstore-page .xb247-nav {
        min-height: 70px;
        padding-top: 7px;
        padding-bottom: 7px;
        box-shadow: 0 8px 22px rgba(12, 20, 69, 0.055);
    }

    body.xb247-giftstore-page .xb247-nav .xb247-nav-logo {
        gap: 10px;
    }

    body.xb247-giftstore-page .xb247-nav .xb247-nav-logo > div {
        width: 46px !important;
        height: 46px !important;
        border-radius: 18px !important;
    }

    body.xb247-giftstore-page .xb247-nav .xb247-nav-logo > span {
        font-size: 1.08rem !important;
        font-weight: 800;
        letter-spacing: -0.04em;
    }

    body.xb247-giftstore-page .xb247-nav #xb247-search-trigger,
    body.xb247-giftstore-page .xb247-nav #xb247-cart-trigger,
    body.xb247-giftstore-page .xb247-nav #xb247-menu-btn,
    body.xb247-giftstore-page .xb247-nav #xb247-profile-trigger {
        width: 42px !important;
        height: 42px !important;
        border-radius: 17px !important;
        padding: 0 !important;
        background: #f4f6fb !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        justify-content: center;
    }

    body.xb247-giftstore-page .xb247-nav #xb247-search-trigger svg,
    body.xb247-giftstore-page .xb247-nav #xb247-cart-trigger svg,
    body.xb247-giftstore-page .xb247-nav #xb247-menu-btn svg,
    body.xb247-giftstore-page .xb247-nav #xb247-profile-trigger svg {
        width: 25px;
        height: 25px;
        stroke-width: 2.25;
    }

    body.xb247-giftstore-page .xb247-nav #xb247-search-trigger > span { display: none; }

    .giftstore-shell { padding-inline: 0; }
    .giftstore-hero {
        min-height: 468px;
        margin-top: 0;
        padding: 30px 20px 38px;
        border-radius: 0;
    }

    .giftstore-delivery-badge {
        margin-top: 4px;
        padding: 9px 17px;
        font-size: 13px;
        border-radius: 999px;
    }

    .giftstore-hero__title {
        margin-top: 24px;
        margin-bottom: 14px;
        font-size: clamp(50px, 14.8vw, 68px);
        line-height: 0.92;
        font-weight: 850;
        letter-spacing: -0.08em;
    }

    .giftstore-hero__copy {
        max-width: 310px;
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.45;
        color: rgba(226, 232, 240, 0.74);
    }

    .giftstore-hero__glow--primary {
        top: 18px;
        right: -98px;
        width: 310px;
        opacity: 0.92;
        filter: blur(2px);
    }

    .giftstore-hero__glow--secondary {
        right: -22px;
        bottom: 20px;
        width: 230px;
        opacity: 0.72;
    }

    .giftstore-hero__search {
        grid-template-columns: 118px minmax(0, 1fr) 50px;
        gap: 8px;
        align-items: center;
        margin-bottom: 30px;
    }

    .giftstore-hero__select,
    .giftstore-hero__search-field,
    .giftstore-hero__search-submit {
        min-height: 52px;
        border-radius: 18px;
    }

    .giftstore-hero__select {
        min-width: 118px;
        padding: 0 11px;
        gap: 7px;
    }

    .giftstore-hero__select select {
        min-width: 58px;
        font-size: 14px;
        font-weight: 700;
        padding-right: 14px;
    }

    .giftstore-hero__select-icon {
        font-size: 15px;
    }

    .giftstore-hero__select-caret {
        font-size: 12px;
        margin-left: auto;
    }

    .giftstore-hero__search-field {
        min-width: 0;
        padding: 0 13px;
        gap: 9px;
    }

    .giftstore-hero__search-field input {
        min-width: 0;
        font-size: 15px;
        text-overflow: ellipsis;
    }

    .giftstore-hero__search-submit {
        width: 50px;
        min-height: 52px;
        border-radius: 18px;
        font-size: 18px;
    }

    .giftstore-hero__trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .giftstore-hero__trust-item {
        min-height: auto;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        text-align: left;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .giftstore-hero__trust-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.08);
    }

    .giftstore-hero__trust-title {
        font-size: 12px;
        line-height: 1.15;
        font-weight: 800;
    }

    .giftstore-hero__trust-text {
        display: none;
    }

    .giftstore-content {
        gap: 20px;
        margin-top: -42px;
        padding: 34px 20px 34px;
        border-radius: 40px 40px 0 0;
        box-shadow: 0 -18px 44px rgba(15, 23, 42, 0.08);
    }

    .giftstore-featured {
        margin-inline: -20px;
        gap: 0;
    }

    .giftstore-featured__header {
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 8px;
        padding-inline: 20px;
    }

    .giftstore-featured__eyebrow {
        margin-bottom: 10px;
        font-size: 12px;
        letter-spacing: 0.22em;
    }

    .giftstore-featured__title {
        font-size: clamp(24px, 6.6vw, 31px);
        line-height: 1.05;
        font-weight: 850;
        letter-spacing: -0.045em;
    }

    .giftstore-featured__subtitle {
        margin: 6px 0 0;
        color: #667085;
        font-size: 13px;
        line-height: 1.45;
    }

    .giftstore-featured__view-all {
        margin: 0 0 2px;
        padding: 8px 12px;
        border-radius: 15px;
        font-size: 13px;
        font-weight: 800;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    }

    .giftstore-featured__view-all span:last-child {
        font-size: 25px;
        line-height: 0.75;
    }

    .giftstore-section-head,
    .giftstore-section-head--catalog { flex-direction: column; align-items: flex-start; }
    .giftstore-toolbar__actions,
    .giftstore-catalog__summary { justify-content: flex-start; }
    .giftstore-sort-form { width: 100%; }

    .giftstore-featured__title-block { min-width: 0; }
    .giftstore-featured__stage {
        width: 100vw;
        min-height: 328px;
        margin-left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }

    .giftstore-carousel {
        --giftstore-coverflow-offset: 40vw;
        --giftstore-coverflow-depth: -90px;
        --giftstore-coverflow-scale: 0.62;
        width: 100vw;
        height: 328px;
        overflow: visible;
    }

    .giftstore-carousel .giftstore-card {
        width: min(58vw, 202px);
        max-width: none;
        border-radius: 26px;
        overflow: hidden;
    }

    .giftstore-carousel .giftstore-card.is-active { opacity: 1; z-index: 10; transform: translate3d(-50%, -50%, 0) scale(1); }

    .giftstore-carousel .giftstore-card.is-next {
        opacity: 0.78;
        z-index: 4;
        transform: translate3d(calc(-50% + var(--giftstore-coverflow-offset)), -50%, var(--giftstore-coverflow-depth)) scale(var(--giftstore-coverflow-scale));
        filter: saturate(0.92) brightness(0.92);
    }

    .giftstore-carousel .giftstore-card.is-prev {
        opacity: 0.78;
        z-index: 4;
        transform: translate3d(calc(-50% - var(--giftstore-coverflow-offset)), -50%, var(--giftstore-coverflow-depth)) scale(var(--giftstore-coverflow-scale));
        filter: saturate(0.92) brightness(0.92);
    }

    .giftstore-carousel .giftstore-card.is-next-out,
    .giftstore-carousel .giftstore-card.is-prev-out { opacity: 0; pointer-events: none; }

    .giftstore-carousel .giftstore-card--carousel .giftstore-card__button {
        min-height: 292px;
        gap: 12px;
        padding: 14px;
        border-radius: 26px;
    }

    .giftstore-carousel .giftstore-card__brand--carousel .giftstore-card__brand-mark {
        display: none;
    }

    .giftstore-carousel .giftstore-card__brand--carousel {
        padding-right: 68px;
    }

    .giftstore-carousel .giftstore-card__brand {
        gap: 8px;
        padding-right: 72px;
    }

    .giftstore-carousel .giftstore-card__brand-mark {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        font-size: 11px;
    }

    .giftstore-carousel .giftstore-card__brand-title {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: -0.02em;
        line-height: 1.2;
        opacity: 0.92;
    }

    .giftstore-carousel .giftstore-card__brand-subtitle { display: none; }

    .giftstore-carousel .giftstore-card__badge {
        top: 14px;
        right: 14px;
        padding: 5px 9px;
        border-radius: 9px;
        font-size: 10px;
        opacity: 0.92;
        transform: scale(0.92);
    }

    .giftstore-carousel .giftstore-card__media-wrap,
    .giftstore-carousel .giftstore-card.is-active .giftstore-card__media-wrap,
    .giftstore-carousel .giftstore-card--featured .giftstore-card__media-wrap {
        min-height: 112px;
        margin-top: -2px;
        aspect-ratio: 4 / 3;
        border-radius: 20px;
        padding: 6px;
        border: 0;
        background: transparent;
    }

    .giftstore-carousel .giftstore-card__media-wrap .xb247-product-media,
    .giftstore-carousel .giftstore-card__media-wrap .xb247-product-media__stage,
    .giftstore-carousel .giftstore-card__media-wrap .xb247-product-media__asset { border-radius: inherit; overflow: hidden; }
    .giftstore-carousel .giftstore-card__media-wrap .xb247-product-media__img { max-width: 76%; max-height: 76%; object-fit: contain; filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.2)); }

    .giftstore-carousel .giftstore-card__body {
        gap: 4px;
    }

    .giftstore-carousel .giftstore-card__price-label,
    .giftstore-carousel .giftstore-card__meta,
    .giftstore-carousel .giftstore-card__stock { display: none; }

    .giftstore-carousel .giftstore-card__price {
        font-size: 24px;
        line-height: 1;
    }

    .giftstore-carousel .giftstore-card__name {
        font-size: 15px;
        line-height: 1.18;
        font-weight: 800;
    }

    .giftstore-carousel .giftstore-card__action {
        min-height: 42px;
        margin-top: 8px;
        padding: 0 16px;
        border-radius: 14px;
        font-size: 14px;
    }

    .giftstore-carousel__dots {
        margin-top: -4px;
        gap: 7px;
    }

    .giftstore-carousel__dot {
        width: 5px;
        height: 5px;
        opacity: 0.38;
    }

    .giftstore-carousel__dot.is-active {
        opacity: 1;
        transform: scale(1.2);
    }

    .giftstore-trust-bar--mobile {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin: -14px 0 8px;
        padding: 14px 10px;
        border: 0;
        border-radius: 24px;
        background: rgba(248, 250, 252, 0.95);
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
    }

    .giftstore-trust-bar--mobile .giftstore-trust-bar__item {
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .giftstore-trust-bar--mobile .giftstore-trust-bar__icon {
        width: 36px;
        height: 36px;
        margin-bottom: 6px;
    }

    .giftstore-trust-bar--mobile .giftstore-trust-bar__title {
        font-size: 11px;
        line-height: 1.2;
    }

    .giftstore-trust-bar--mobile .giftstore-trust-bar__copy {
        font-size: 10px;
        line-height: 1.25;
    }

    .giftstore-toolbar {
        margin-top: 4px;
        gap: 12px;
    }

    .giftstore-platform-pill {
        min-height: 56px;
        padding: 0 18px;
        border-radius: 999px;
    }

    .giftstore-clear-link--ghost {
        min-height: 50px;
        padding: 0 20px;
        border-radius: 16px;
        font-size: 15px;
    }

    .giftstore-sort-control {
        min-height: 66px;
        border-radius: 18px;
    }

    .giftstore-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .giftstore-grid .giftstore-card--catalog { border-radius: 18px; overflow: hidden; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__button { gap: 0.55rem; min-height: 168px; padding: 10px; border-radius: 18px; overflow: hidden; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__brand { gap: 0.4rem; padding-right: 0; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__brand-mark { width: 1.55rem; height: 1.55rem; font-size: 0.58rem; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__brand-title,
    .giftstore-grid .giftstore-card--catalog .giftstore-card__brand-subtitle,
    .giftstore-grid .giftstore-card--catalog .giftstore-card__meta,
    .giftstore-grid .giftstore-card--catalog .giftstore-card__stock { display: none; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__media-wrap { min-height: 74px; aspect-ratio: 4 / 3; padding: 0.25rem; border-radius: 14px; overflow: hidden; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__media-wrap .xb247-product-media,
    .giftstore-grid .giftstore-card--catalog .giftstore-card__media-wrap .xb247-product-media__stage,
    .giftstore-grid .giftstore-card--catalog .giftstore-card__media-wrap .xb247-product-media__asset { border-radius: inherit; overflow: hidden; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__media-wrap .xb247-product-media__img { max-width: 70px; max-height: 70px; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__body { gap: 0.18rem; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__price { font-size: 18px; line-height: 1.1; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__name { display: -webkit-box; overflow: hidden; font-size: 0.78rem; line-height: 1.2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .giftstore-grid .giftstore-card--catalog .giftstore-card__action { min-height: 32px; margin-top: 0.35rem; padding: 0 0.65rem; font-size: 0.72rem; border-radius: 12px; overflow: hidden; }
    .giftstore-pagination { padding: 1rem; }
}

@media (max-width: 360px) {
    .giftstore-hero__search {
        grid-template-columns: 118px minmax(0, 1fr) 56px;
    }
}
