@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.35rem 0 0.25rem;
        min-height: 0;
    }

    .header-top-container {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: 56px;
        justify-items: center;
    }

    .header-left,
    .header-right,
    .mobile-menu-toggle,
    .header-left .store-location-icon,
    .header-right .icon-button[href="/cart"] {
        display: none !important;
    }

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

    .header-logo-box {
        width: min(236px, 58vw);
        margin: 0 auto 0.15rem;
        padding: 0.38rem 0.6rem;
        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.25rem;
        font-size: 0.53rem;
        letter-spacing: 0.16em;
        line-height: 1.35;
    }

    .cart-count {
        display: none !important;
    }

    .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: 132px;
        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: 15px 16px;
        display: flex;
        align-items: center;
    }

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

    .vr-mobile-hero h1,
    .vr-mobile-rewards h2 {
        margin: 0 0 9px;
        font-family: var(--font-heading, Georgia, serif);
        color: #5e1733;
        font-size: 1.28rem;
        line-height: 1.12;
        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.77rem;
        line-height: 1.45;
    }

    .vr-mobile-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        padding: 0 18px;
        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: 8px;
        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;
        object-position: center center;
    }

    .vr-mobile-cats--mega {
        grid-auto-columns: 70px;
        gap: 10px;
        padding-bottom: 2px;
    }

    .vr-mobile-cat--mega {
        width: 70px;
        gap: 6px;
        color: #21181d;
    }

    .vr-mobile-cat--mega span {
        width: 62px;
        height: 62px;
        border: 1px solid #efcfd8;
        background: linear-gradient(180deg, #fff 0%, #fff6f8 100%);
        box-shadow: 0 8px 18px rgba(77, 31, 49, 0.08);
    }

    .vr-mobile-cat--mega strong {
        display: block;
        width: 100%;
        color: inherit;
        font: 700 0.62rem/1.1 var(--font-body, Arial, sans-serif);
        letter-spacing: 0;
        text-align: center;
    }

    .vr-mobile-product-row .home-product-card {
        width: clamp(124px, 32vw, 140px);
        min-width: clamp(124px, 32vw, 140px);
        border: 1px solid #efcfd8;
        border-radius: 12px;
        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: 118px;
        padding: 7px 7px 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: 8px;
        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 .product-card-favorite,
    .vr-mobile-product-row [data-favorite-product] {
        position: absolute;
        top: auto;
        right: 8px;
        bottom: 8px;
        width: 26px;
        height: 26px;
        min-width: 26px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 4px 12px rgba(77, 31, 49, 0.16);
        z-index: 2;
    }

    .vr-mobile-product-row .favorite-toggle svg,
    .vr-mobile-product-row .product-favorite-button svg,
    .vr-mobile-product-row .product-card-favorite svg,
    .vr-mobile-product-row [data-favorite-product] svg {
        width: 13px;
        height: 13px;
    }

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

    .vr-mobile-product-row .home-product-card__title {
        margin: 0;
        min-height: 38px;
        font-family: var(--font-heading, Georgia, serif);
        font-size: 0.66rem;
        line-height: 1.12;
        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: none !important;
        margin: 5px auto 3px;
        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;
        gap: 4px;
        margin: 0 auto 8px;
        width: 100%;
    }

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

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

    .vr-mobile-product-row .home-product-card__price {
        margin: auto 0 8px;
        text-align: center;
        color: #1f171b;
        font-size: 0.86rem;
        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: 31px;
        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.62rem;
        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-left,
    body .site-header .header-top-container .header-right,
    body .site-header .header-top-container .mobile-menu-toggle,
    body .site-header .header-top-container .store-location-icon,
    body .site-header .header-top-container .header-right .icon-button[href="/cart"] {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        min-width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !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: 1fr !important;
        justify-items: center !important;
        min-height: 44px !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 - 42px) !important;
        z-index: 1 !important;
    }

    body .site-header .header-top {
        padding-top: 0.2rem !important;
        padding-bottom: 0.15rem !important;
        min-height: 0 !important;
    }

    body .site-header .header-logo-box {
        padding-top: 0.28rem !important;
        padding-bottom: 0.28rem !important;
        margin-bottom: 0.05rem !important;
    }

    body .site-header .logo-subtext {
        margin-top: 0.16rem !important;
        line-height: 1.08 !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card__title.product-title::after,
    body .vr-mobile-home .vr-mobile-product-row .product-title::after,
    body .product-card .product-title::after,
    body .collection-product-card .product-title::after {
        content: "" !important;
        display: none !important;
    }

    body .vr-mobile-home .vr-mobile-product-row {
        gap: 10px !important;
        grid-auto-columns: clamp(124px, 32vw, 140px) !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card.product-card {
        width: clamp(124px, 32vw, 140px) !important;
        min-width: clamp(124px, 32vw, 140px) !important;
        max-width: clamp(124px, 32vw, 140px) !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        border-radius: 12px !important;
        display: flex !important;
        flex: 0 0 clamp(124px, 32vw, 140px) !important;
        box-sizing: border-box !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card__media.product-image {
        width: 100% !important;
        height: 118px !important;
        min-height: 118px !important;
        max-height: 118px !important;
        margin: 0 !important;
        padding: 7px 7px 0 !important;
        display: block !important;
        flex: 0 0 118px !important;
        box-sizing: border-box !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card__body.product-info {
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 8px 8px 10px !important;
        flex: 1 1 auto !important;
        box-sizing: border-box !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card__title.product-title {
        min-height: 38px !important;
        font-size: 0.66rem !important;
        line-height: 1.12 !important;
        margin: 0 !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .product-card-stats {
        display: grid !important;
        grid-template-columns: 1fr !important;
        min-height: 20px !important;
        margin: 0 0 6px !important;
        padding: 0 !important;
        gap: 4px !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card__meta.product-card-stats {
        display: grid !important;
        grid-template-columns: 1fr !important;
        min-height: 38px !important;
        margin: 0 auto 8px !important;
        width: 100% !important;
        gap: 4px !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card__meta.product-card-stats .product-card-stat {
        width: 100% !important;
        min-height: 17px !important;
        padding: 3px 6px !important;
        justify-content: center !important;
        gap: 4px !important;
        font-size: 0.49rem !important;
        line-height: 1 !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card.product-card .product-card-favorite {
        position: absolute !important;
        top: 78px !important;
        right: -4px !important;
        bottom: auto !important;
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        min-height: 26px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.94) !important;
        box-shadow: 0 4px 12px rgba(77, 31, 49, 0.16) !important;
        z-index: 2 !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card.product-card .product-card-favorite svg {
        width: 13px !important;
        height: 13px !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card__price.product-price {
        margin: 0 0 8px !important;
        font-size: 0.86rem !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }

    body .vr-mobile-home .vr-mobile-product-row .home-product-card__cta.product-buy-now {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 31px !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0.62rem !important;
    }

    body .product-grid,
    body .collection-product-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.45rem !important;
    }

    body .product-grid .product-card,
    body .collection-product-grid .product-card {
        min-width: 0 !important;
        max-width: none !important;
        padding: 0.35rem !important;
        border-radius: 12px !important;
    }

    body .product-grid .product-image,
    body .collection-product-grid .product-image {
        position: relative !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        padding: 0 !important;
    }

    body .product-grid .product-image img,
    body .collection-product-grid .product-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    body .product-grid .product-info,
    body .collection-product-grid .product-info {
        padding: 0.45rem 0.15rem 0 !important;
        min-height: 0 !important;
        gap: 0.35rem !important;
    }

    body .product-grid .product-title,
    body .collection-product-grid .product-title {
        font-size: 0.7rem !important;
        line-height: 1.18 !important;
        min-height: 2rem !important;
    }

    body .product-grid .product-card-stats,
    body .collection-product-grid .product-card-stats {
        display: grid !important;
        grid-template-columns: 1fr !important;
        min-height: 38px !important;
        padding: 0 !important;
        margin: 0 !important;
        gap: 4px !important;
        font-size: 0.5rem !important;
        line-height: 1.1 !important;
    }

    body .product-grid .product-card-stat,
    body .collection-product-grid .product-card-stat,
    body .collection-product-card .product-card-stat,
    body .product-card .product-card-stat {
        width: 100% !important;
        min-height: 17px !important;
        padding: 3px 6px !important;
        justify-content: center !important;
        gap: 4px !important;
        font-size: 0.49rem !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }

    body .product-grid .favorite-toggle,
    body .product-grid .product-favorite-button,
    body .product-grid .product-card-favorite,
    body .product-grid [data-favorite-product],
    body .collection-product-grid .favorite-toggle,
    body .collection-product-grid .product-favorite-button,
    body .collection-product-grid .product-card-favorite,
    body .collection-product-grid [data-favorite-product],
    body .collection-product-card .favorite-toggle,
    body .collection-product-card .product-favorite-button,
    body .collection-product-card .product-card-favorite,
    body .collection-product-card [data-favorite-product],
    body .product-card .favorite-toggle,
    body .product-card .product-favorite-button,
    body .product-card .product-card-favorite,
    body .product-card [data-favorite-product] {
        top: auto !important;
        right: -4px !important;
        bottom: auto !important;
        position: absolute !important;
        top: clamp(76px, 24vw, 96px) !important;
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.94) !important;
        box-shadow: 0 4px 12px rgba(77, 31, 49, 0.16) !important;
        z-index: 2 !important;
    }

    body .product-grid .favorite-toggle svg,
    body .product-grid .product-favorite-button svg,
    body .product-grid .product-card-favorite svg,
    body .product-grid [data-favorite-product] svg,
    body .collection-product-grid .favorite-toggle svg,
    body .collection-product-grid .product-favorite-button svg,
    body .collection-product-grid .product-card-favorite svg,
    body .collection-product-grid [data-favorite-product] svg,
    body .collection-product-card .favorite-toggle svg,
    body .collection-product-card .product-favorite-button svg,
    body .collection-product-card .product-card-favorite svg,
    body .collection-product-card [data-favorite-product] svg,
    body .product-card .favorite-toggle svg,
    body .product-card .product-favorite-button svg,
    body .product-card .product-card-favorite svg,
    body .product-card [data-favorite-product] svg {
        width: 13px !important;
        height: 13px !important;
    }

    body .product-grid .product-price,
    body .collection-product-grid .product-price {
        font-size: 0.95rem !important;
        line-height: 1.08 !important;
        min-height: 0 !important;
        padding: 0 !important;
        text-align: center !important;
        justify-content: center !important;
    }

    body .product-grid .product-delivery,
    body .collection-product-grid .product-delivery {
        display: none !important;
    }

    body .product-grid .product-buy-now,
    body .collection-product-grid .product-buy-now {
        min-height: 32px !important;
        padding: 0.45rem 0.6rem !important;
        font-size: 0.65rem !important;
    }

    body .collection-hero,
    body .collection-controls,
    body .collection-results,
    body .collection-summary,
    body .collection-directory,
    body main > section[style*="padding"] {
        padding-left: 0.35rem !important;
        padding-right: 0.35rem !important;
    }

    body .collection-results {
        width: 100% !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .collection-product-grid,
    body .product-grid {
        width: 100% !important;
        max-width: none !important;
    }

    body .collection-hero__content h1,
    body main h1[style] {
        font-size: clamp(1.8rem, 10vw, 2.4rem) !important;
        line-height: 1.05 !important;
    }

    body .collection-product-card .product-info,
    body .product-card .product-info {
        padding: 0.45rem 0.15rem 0 !important;
        padding-top: 0.45rem !important;
        padding-right: 0.15rem !important;
        padding-bottom: 0 !important;
        padding-left: 0.15rem !important;
        min-height: 0 !important;
        height: auto !important;
        gap: 0.35rem !important;
    }

    body .collection-product-card .product-title,
    body .product-card .product-title {
        min-height: 2rem !important;
        height: auto !important;
        font-size: 0.7rem !important;
        line-height: 1.18 !important;
    }

    body .collection-product-card .product-card-stats,
    body .product-card .product-card-stats {
        display: grid !important;
        grid-template-columns: 1fr !important;
        min-height: 38px !important;
        padding: 0 !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        margin: 0 !important;
        gap: 4px !important;
        font-size: 0.5rem !important;
        line-height: 1.1 !important;
    }

    body .collection-product-card .product-price,
    body .product-card .product-price {
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 0.95rem !important;
        line-height: 1.08 !important;
    }

    body .collection-product-card .product-delivery,
    body .product-card .product-delivery {
        display: none !important;
    }

    body .collection-product-card .product-buy-now,
    body .product-card .product-buy-now {
        min-height: 32px !important;
        height: 32px !important;
        padding: 0.45rem 0.6rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-size: 0.65rem !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid > a.product-card.collection-product-card .product-info {
        display: flex !important;
        flex-direction: column !important;
        flex: 0 0 auto !important;
        padding-top: 0.45rem !important;
        padding-right: 0.15rem !important;
        padding-bottom: 0 !important;
        padding-left: 0.15rem !important;
        min-height: 0 !important;
        height: auto !important;
        gap: 0.35rem !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid > a.product-card.collection-product-card {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        min-height: 0 !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid > a.product-card.collection-product-card .product-title {
        min-height: 2rem !important;
        height: auto !important;
        font-size: 0.7rem !important;
        line-height: 1.18 !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid > a.product-card.collection-product-card .product-card-stats {
        display: grid !important;
        grid-template-columns: 1fr !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: initial !important;
        height: auto !important;
        min-height: 38px !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        margin: 0 !important;
        gap: 4px !important;
        font-size: 0.5rem !important;
        line-height: 1.1 !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid > a.product-card.collection-product-card .product-card-stat {
        width: 100% !important;
        min-height: 17px !important;
        padding: 3px 6px !important;
        font-size: 0.49rem !important;
        line-height: 1 !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid > a.product-card.collection-product-card .product-price {
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 0.95rem !important;
        line-height: 1.08 !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid > a.product-card.collection-product-card .product-delivery {
        display: none !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid > a.product-card.collection-product-card .product-buy-now {
        min-height: 32px !important;
        height: 32px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-size: 0.65rem !important;
    }

    body .vr-mobile-bottom-nav {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        padding-left: max(0.3rem, env(safe-area-inset-left)) !important;
        padding-right: max(0.3rem, env(safe-area-inset-right)) !important;
        gap: 0 !important;
    }

    body .vr-mobile-bottom-nav a {
        min-width: 0 !important;
        padding-left: 0.1rem !important;
        padding-right: 0.1rem !important;
        font-size: 0.59rem !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }

    body .vr-mobile-bottom-nav svg {
        width: 19px !important;
        height: 19px !important;
        margin-bottom: 0.12rem !important;
    }

    body.storefront-page main.collection-page.collection-page--focused {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .container,
    body.storefront-page main.collection-page.collection-page--focused .collection-results {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0.15rem !important;
        padding-right: 0.15rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid {
        width: 100% !important;
        max-width: none !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.35rem !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid > a.product-card.collection-product-card {
        padding: 0.32rem !important;
        border-radius: 12px !important;
    }

    body.storefront-page main.collection-page.collection-page--focused .collection-results .collection-product-grid > a.product-card.collection-product-card .product-image {
        min-height: 160px !important;
        height: 160px !important;
    }
}
