@media (min-width: 768px) {
    .vr-mobile-home {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body {
        background: #f5e9ed;
        overflow-x: hidden;
    }

    .announcement-bar {
        border-radius: 0;
    }

    .site-header {
        background: #fff;
        box-shadow: 0 10px 28px rgba(77, 31, 49, 0.06);
        position: relative;
    }

    .header-top {
        padding: 0.85rem 0 0.75rem;
    }

    .header-top-container {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 0.35rem;
        min-height: 82px;
    }

    .header-left {
        justify-content: center;
    }

    .header-left .store-location-icon {
        display: none;
    }

    .header-center {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
    }

    .header-logo-box {
        width: min(236px, 58vw);
        margin: 0 auto 0.3rem;
        padding: 0.52rem 0.7rem;
        border-width: 1.5px;
        background: linear-gradient(180deg, #fff 0%, #fbf4f6 100%);
    }

    .logo-text {
        font-size: clamp(1.15rem, 6vw, 1.65rem);
        letter-spacing: 0.18em;
        line-height: 1;
    }

    .logo-subtext {
        display: block;
        margin-top: 0.42rem;
        font-size: 0.53rem;
        letter-spacing: 0.16em;
        line-height: 1.35;
    }

    .header-right {
        justify-content: center;
        gap: 0;
    }

    .header-right .loyalty-text,
    .header-right .header-search-form,
    .header-right .icon-button:not([href="/cart"]) {
        display: none;
    }

    .header-right .icon-button[href="/cart"] {
        width: 38px;
        height: 38px;
        border: 1px solid rgba(151, 45, 83, 0.22);
        border-radius: 999px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(77, 31, 49, 0.08);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .header-right .icon-button[href="/cart"] svg {
        width: 21px;
        height: 21px;
        stroke: #21181d;
        stroke-width: 1.7;
    }

    .cart-count {
        top: -7px;
        right: -7px;
        background: #ff5575;
        color: #fff;
        border: 2px solid #fff;
    }

    .mobile-menu-toggle {
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        color: #151014;
    }

    .nav-bar {
        max-width: min(88vw, 360px);
    }

    .page-home > :not(.vr-mobile-home) {
        display: none !important;
    }

    .vr-mobile-home {
        display: block;
        max-width: 430px;
        margin: 0 auto;
        padding: 0 9px calc(78px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        color: #1f171b;
        font-family: var(--font-body, Arial, sans-serif);
        overflow: hidden;
    }

    .vr-mobile-search {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 7px;
        padding: 9px 0 8px;
    }

    .vr-mobile-search__form,
    .vr-mobile-search__place {
        min-height: 46px;
        border: 1px solid #ead4dc;
        border-radius: 12px;
        background: #fff;
        display: flex;
        align-items: center;
        gap: 8px;
        color: #2d2328;
        box-shadow: 0 6px 16px rgba(77, 31, 49, 0.04);
    }

    .vr-mobile-search__form {
        padding: 0 11px;
    }

    .vr-mobile-search__form svg,
    .vr-mobile-search__place svg {
        width: 20px;
        height: 20px;
        flex: 0 0 auto;
        color: #7d6f75;
    }

    .vr-mobile-search__form input {
        width: 100%;
        min-width: 0;
        border: 0;
        outline: 0;
        font: inherit;
        font-size: 0.92rem;
        color: #2d2328;
        background: transparent;
    }

    .vr-mobile-search__place {
        padding: 0 12px;
        text-decoration: none;
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .vr-mobile-hero {
        min-height: 164px;
        border-radius: 13px;
        background-image: linear-gradient(90deg, rgba(255, 246, 248, 0.98) 0%, rgba(255, 244, 247, 0.86) 45%, rgba(255, 244, 247, 0.08) 100%), var(--vr-mobile-hero-image);
        background-size: cover;
        background-position: center right;
        overflow: hidden;
        padding: 21px 18px;
        display: flex;
        align-items: center;
    }

    .vr-mobile-hero__copy {
        max-width: 50%;
    }

    .vr-mobile-hero h1,
    .vr-mobile-rewards h2 {
        margin: 0 0 9px;
        font-family: var(--font-heading, Georgia, serif);
        color: #5e1733;
        font-size: 1.55rem;
        line-height: 1.13;
        letter-spacing: 0;
        text-transform: none;
        font-weight: 500;
    }

    .vr-mobile-hero p,
    .vr-mobile-rewards p,
    .vr-mobile-newsletter p {
        margin: 0 0 13px;
        color: #221b1f;
        font-size: 0.84rem;
        line-height: 1.45;
    }

    .vr-mobile-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 22px;
        border-radius: 7px;
        background: #982d54;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-weight: 800;
        box-shadow: 0 8px 18px rgba(151, 45, 83, 0.22);
    }

    .vr-mobile-btn--small {
        min-height: 36px;
        padding: 0 16px;
        font-size: 0.75rem;
    }

    .vr-mobile-benefits {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1px;
        margin: 11px 0 12px;
        border-top: 1px solid #f0dde3;
        border-bottom: 1px solid #f0dde3;
    }

    .vr-mobile-benefits a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 58px;
        padding: 6px;
        text-decoration: none;
        color: #221b1f;
        font-size: 0.72rem;
        line-height: 1.35;
        border-right: 1px solid #f0dde3;
    }

    .vr-mobile-benefits a:last-child {
        border-right: 0;
    }

    .vr-mobile-benefits svg {
        width: 23px;
        height: 23px;
        color: #a02f58;
        flex: 0 0 auto;
    }

    .vr-mobile-benefits strong {
        font-weight: 500;
    }

    .vr-mobile-section,
    .vr-mobile-product-section {
        margin: 0 0 16px;
    }

    .vr-mobile-section__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin: 0 3px 8px;
    }

    .vr-mobile-section__head h2 {
        margin: 0;
        font-family: var(--font-heading, Georgia, serif);
        font-size: 1.08rem;
        line-height: 1.2;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #1e171b;
        font-weight: 600;
    }

    .vr-mobile-section__head a {
        color: #982d54;
        font-size: 0.82rem;
        font-weight: 800;
        text-decoration: none;
        white-space: nowrap;
    }

    .vr-mobile-cats,
    .vr-mobile-product-row,
    .vr-mobile-occasion-row {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 1px 2px 9px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .vr-mobile-cats::-webkit-scrollbar,
    .vr-mobile-product-row::-webkit-scrollbar,
    .vr-mobile-occasion-row::-webkit-scrollbar {
        display: none;
    }

    .vr-mobile-cat {
        width: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: #231b20;
        text-decoration: none;
        font-size: 0.72rem;
        line-height: 1.15;
        text-align: center;
        scroll-snap-align: start;
    }

    .vr-mobile-cat span {
        width: 56px;
        height: 56px;
        border-radius: 999px;
        border: 1px solid #ead2da;
        background: #fff4f7;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 16px rgba(77, 31, 49, 0.06);
    }

    .vr-mobile-cat img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .vr-mobile-product-row .home-product-card {
        width: 92px;
        min-width: 92px;
        border: 1px solid #efcfd8;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 7px 18px rgba(77, 31, 49, 0.06);
        overflow: hidden;
        scroll-snap-align: start;
        display: flex;
        flex-direction: column;
    }

    .vr-mobile-product-row .home-product-card__media {
        position: relative;
        width: 100%;
        height: 96px;
        padding: 5px 5px 0;
        background: linear-gradient(180deg, #fff 0%, #fff6f8 100%);
    }

    .vr-mobile-product-row .home-product-card__media a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        overflow: hidden;
        background: #fbf5f6;
    }

    .vr-mobile-product-row .home-product-card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .vr-mobile-product-row .favorite-toggle,
    .vr-mobile-product-row .product-favorite-button,
    .vr-mobile-product-row [data-favorite-product] {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 3px 10px rgba(77, 31, 49, 0.14);
    }

    .vr-mobile-product-row .home-product-card__body {
        padding: 6px 6px 8px;
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
    }

    .vr-mobile-product-row .home-product-card__title {
        margin: 0;
        min-height: 31px;
        font-family: var(--font-heading, Georgia, serif);
        font-size: 0.57rem;
        line-height: 1.08;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        font-weight: 700;
        color: #20171b;
        overflow: hidden;
    }

    .vr-mobile-product-row .home-product-card__title a {
        color: inherit;
        text-decoration: none;
    }

    .vr-mobile-product-row .home-product-card__title::after {
        content: "*";
        display: block;
        margin: 4px auto 2px;
        text-align: center;
        color: #ff7b95;
        font-family: Arial, sans-serif;
        font-size: 0.58rem;
        line-height: 1;
    }

    .vr-mobile-product-row .home-product-card__meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3px;
        margin: 0 0 6px;
    }

    .vr-mobile-product-row .product-card-stat {
        min-height: 14px;
        padding: 2px 3px;
        border-radius: 999px;
        background: #fff1f5;
        color: #9f4664;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        font-size: 0.43rem;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
    }

    .vr-mobile-product-row .product-card-stat svg {
        width: 7px;
        height: 7px;
        flex: 0 0 auto;
        fill: currentColor;
    }

    .vr-mobile-product-row .home-product-card__price {
        margin: auto 0 7px;
        text-align: center;
        color: #1f171b;
        font-size: 0.72rem;
        line-height: 1.1;
        font-weight: 800;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vr-mobile-home .home-product-card__delivery,
    .vr-mobile-home .product-delivery {
        display: none !important;
    }

    .vr-mobile-product-row .home-product-card__cta {
        width: 100%;
        min-height: 26px;
        border-radius: 999px;
        background: #982d54;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.55rem;
        font-weight: 900;
        letter-spacing: 0.02em;
        box-shadow: 0 5px 12px rgba(151, 45, 83, 0.18);
    }

    .vr-mobile-rewards,
    .vr-mobile-newsletter {
        margin: 6px 0 16px;
        border-radius: 12px;
        background: linear-gradient(90deg, rgba(255, 238, 242, 0.98) 0%, rgba(255, 238, 242, 0.9) 48%, rgba(255, 238, 242, 0.25) 100%), url("/assets/img/hero/velvet-hero-04-birthday.webp");
        background-size: cover;
        background-position: center right;
        padding: 18px 18px;
        min-height: 118px;
        display: flex;
        align-items: center;
    }

    .vr-mobile-rewards > div {
        max-width: 57%;
    }

    .vr-mobile-rewards h2 {
        font-size: 1.22rem;
    }

    .vr-mobile-occasion {
        width: 82px;
        min-height: 88px;
        border: 1px solid #f0d4dc;
        border-radius: 8px;
        background: #fff6f8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        padding: 7px;
        text-decoration: none;
        color: #1f171b;
        font-size: 0.7rem;
        line-height: 1.15;
        text-align: center;
        scroll-snap-align: start;
    }

    .vr-mobile-occasion img {
        width: 44px;
        height: 38px;
        object-fit: cover;
        border-radius: 999px;
    }

    .vr-mobile-newsletter {
        background-image: linear-gradient(90deg, rgba(255, 238, 242, 0.98) 0%, rgba(255, 238, 242, 0.9) 52%, rgba(255, 238, 242, 0.25) 100%), url("/assets/img/hero/velvet-hero-01-fresh-flowers.webp");
        display: block;
        min-height: 0;
    }

    .vr-mobile-newsletter form {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0;
    }

    .vr-mobile-newsletter input {
        min-width: 0;
        height: 42px;
        border: 1px solid #e5cbd4;
        border-right: 0;
        border-radius: 7px 0 0 7px;
        padding: 0 12px;
        font: inherit;
    }

    .vr-mobile-newsletter button {
        height: 42px;
        border: 0;
        border-radius: 0 7px 7px 0;
        background: #982d54;
        color: #fff;
        padding: 0 15px;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 0.73rem;
    }

    .vr-mobile-bottom-nav {
        position: fixed;
        left: 50%;
        bottom: 0;
        z-index: 90;
        width: min(100vw, 430px);
        transform: translateX(-50%);
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding: 7px 6px calc(7px + env(safe-area-inset-bottom, 0px));
        background: rgba(255, 255, 255, 0.97);
        border-top: 1px solid #edd4dc;
        box-shadow: 0 -12px 28px rgba(77, 31, 49, 0.08);
        backdrop-filter: blur(14px);
    }

    .vr-mobile-bottom-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: #7a6f74;
        text-decoration: none;
        font-size: 0.66rem;
        line-height: 1;
    }

    .vr-mobile-bottom-nav a[aria-current="page"] {
        color: #982d54;
        font-weight: 800;
    }

    .vr-mobile-bottom-nav svg {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.65;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    body .site-header .header-top-container .header-right .icon-button[href="/cart"] {
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
        border: 1px solid rgba(151, 45, 83, 0.22) !important;
        border-radius: 999px !important;
        background: #fff !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card .home-product-card__delivery,
    body .vr-mobile-home .vr-mobile-product-row .home-product-card .product-delivery {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body .site-header .header-top-container {
        position: relative !important;
        grid-template-columns: 48px minmax(0, 1fr) 48px !important;
    }

    body .site-header .header-center {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: auto !important;
        max-width: calc(100vw - 116px) !important;
        z-index: 1 !important;
    }

    body .site-header .header-left,
    body .site-header .header-right {
        position: relative !important;
        z-index: 2 !important;
    }
}
