@media (max-width: 1040px) {
    .store-hero-grid {
        grid-template-columns: minmax(0, 1fr) 340px;
    }

    .category-card {
        padding: 22px;
    }

    .category-symbol {
        width: 70px;
        height: 70px;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .purchase-layout,
    .track-layout {
        grid-template-columns: 1fr;
    }

    .order-summary-sticky {
        position: static;
    }
}

@media (max-width: 860px) {
    .announcement-bar {
        display: none;
    }

    .header-inner {
        min-height: 64px;
    }

    .menu-toggle {
        display: grid;
    }

    .header-track-link {
        display: none;
    }

    .main-nav {
        position: fixed;
        top: 72px;
        right: 16px;
        left: 16px;
        display: grid;
        gap: 4px;
        padding: 10px;
        background: var(--surface);
        border: 1px solid var(--border);
        border-radius: 12px;
        box-shadow: 0 18px 48px var(--shadow);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    }

    .main-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-nav a {
        width: 100%;
        min-height: 46px;
        justify-content: flex-start;
    }

    .category-strip {
        display: none;
    }

    .store-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-product {
        min-height: 460px;
    }

    .category-grid,
    .product-grid,
    .confidence-grid,
    .help-center-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-hero-inner {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .product-gallery,
    .product-information {
        min-height: auto;
    }

    .product-information {
        padding: 34px;
    }

    .footer-main {
        grid-template-columns: 1.2fr 1fr;
    }

    .footer-column:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 24px, 1240px);
    }

    .brand img {
        width: 38px;
        height: 38px;
    }

    .brand-copy small {
        display: none;
    }

    .theme-control {
        padding: 0 7px;
    }

    .theme-control select {
        width: 62px;
        font-size: 11px;
    }

    .store-hero {
        padding-top: 20px;
    }

    .store-hero-copy,
    .hero-product {
        border-radius: 16px;
    }

    .store-hero-copy {
        padding: 30px 22px;
    }

    .store-hero-copy h1 {
        font-size: 35px;
        line-height: 1.35;
    }

    .store-hero-copy > p {
        font-size: 14px;
    }

    .hero-actions {
        display: grid;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-benefits {
        display: grid;
        gap: 8px;
    }

    .hero-product {
        min-height: 390px;
    }

    .hero-product-top {
        min-height: 285px;
    }

    .section {
        padding: 52px 0;
    }

    .section-tight {
        padding-top: 38px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .section-heading h2 {
        font-size: 25px;
    }

    .category-grid,
    .product-grid,
    .confidence-grid,
    .catalog-grid,
    .help-center-grid {
        grid-template-columns: 1fr;
    }

    .category-card {
        min-height: 200px;
    }

    .product-visual {
        min-height: 220px;
    }

    .support-banner {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px 22px;
    }

    .support-banner .button {
        width: 100%;
    }

    .catalog-hero,
    .simple-page-hero {
        padding-top: 26px;
    }

    .catalog-hero-inner,
    .simple-page-hero-inner {
        padding: 28px 22px;
        border-radius: 16px;
    }

    .catalog-hero h1,
    .simple-page-hero h1 {
        font-size: 34px;
    }

    .filter-chips {
        width: 100%;
        overflow-x: auto;
    }

    .catalog-card {
        min-height: 0;
    }

    .product-page-head {
        padding-top: 24px;
    }

    .product-gallery-main {
        min-height: 280px;
    }

    .product-gallery-main svg {
        width: 120px;
        height: 120px;
    }

    .gallery-info-row {
        min-height: 60px;
    }

    .gallery-info-row span {
        font-size: 10px;
    }

    .product-information {
        padding: 26px 22px;
    }

    .product-information h1 {
        font-size: 34px;
    }

    .purchase-panel,
    .order-summary-sticky {
        padding: 20px;
        border-radius: 14px;
    }

    .purchase-panel-heading h2 {
        font-size: 19px;
    }

    .package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .package-card {
        min-height: 145px;
        padding: 15px;
    }

    .package-number {
        font-size: 25px;
    }

    .track-card,
    .track-help-card,
    .help-center-card {
        padding: 24px 20px;
    }

    .track-input-row {
        grid-template-columns: 1fr;
    }

    .track-input-row .button {
        width: 100%;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 36px 0 28px;
    }

    .footer-column:last-child {
        grid-column: auto;
    }

    .footer-bottom {
        min-height: 70px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 390px) {
    .package-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}


/* Compact storefront cards on phones */
@media (max-width: 620px) {
    body {
        font-size: 13px;
        line-height: 1.65;
    }

    .store-hero-copy {
        padding: 25px 19px;
    }

    .store-hero-copy h1 {
        margin-block: 9px 11px;
        font-size: clamp(27px, 8.5vw, 32px);
        line-height: 1.28;
    }

    .store-hero-copy > p {
        font-size: 12px;
        line-height: 1.75;
    }

    .hero-benefits {
        font-size: 10px;
    }

    .section {
        padding: 38px 0;
    }

    .section-heading {
        margin-bottom: 16px;
    }

    .section-heading h2 {
        font-size: 21px;
    }

    .category-grid,
    .product-grid,
    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .category-card {
        min-height: 164px;
        align-items: flex-start;
        flex-direction: column-reverse;
        justify-content: space-between;
        gap: 8px;
        padding: 15px;
        border-radius: 13px;
    }

    .category-card-copy > span {
        font-size: 8px;
    }

    .category-card h3 {
        margin: 4px 0;
        font-size: 15px;
        line-height: 1.45;
    }

    .category-card p {
        display: -webkit-box;
        overflow: hidden;
        font-size: 9px;
        line-height: 1.65;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .category-symbol {
        width: 48px;
        height: 48px;
        align-self: flex-end;
    }

    .product-card,
    .catalog-card {
        min-height: 0;
        border-radius: 13px;
    }

    .product-visual {
        min-height: 142px;
        gap: 3px;
        padding: 15px 10px;
    }

    .product-diamond {
        width: 52px;
        height: 52px;
    }

    .product-visual strong {
        margin-top: 4px;
        font-size: 22px;
    }

    .product-badge,
    .catalog-status {
        min-height: 20px;
        top: 8px;
        right: 8px;
        padding-inline: 7px;
        font-size: 7px;
    }

    .product-content,
    .catalog-content {
        padding: 12px;
    }

    .product-title-row {
        gap: 7px;
    }

    .product-title-row h3,
    .catalog-content h2 {
        margin-top: 2px;
        font-size: 14px;
        line-height: 1.45;
    }

    .product-category {
        font-size: 8px;
    }

    .product-arrow {
        width: 25px;
        height: 25px;
        font-size: 11px;
    }

    .product-content > p,
    .catalog-content p {
        min-height: 0;
        display: -webkit-box;
        overflow: hidden;
        margin: 7px 0 10px;
        font-size: 9px;
        line-height: 1.6;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .product-status-row,
    .catalog-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
        margin-top: 9px;
        padding-top: 9px;
        font-size: 8px;
    }

    .product-status-row strong,
    .catalog-footer strong {
        font-size: 9px;
    }

    .catalog-hero-inner {
        padding: 22px 17px;
    }

    .catalog-hero h1,
    .simple-page-hero h1 {
        font-size: 27px;
        line-height: 1.35;
    }

    .catalog-hero p {
        font-size: 11px;
    }

    .catalog-visual {
        min-height: 140px;
        gap: 5px;
        padding: 14px 10px;
    }

    .catalog-visual svg {
        width: 52px;
        height: 52px;
    }

    .catalog-visual strong {
        font-size: 9px;
        letter-spacing: .06em;
    }

    .catalog-request-card {
        min-height: 220px;
        padding: 17px;
    }

    .catalog-request-copy h2 {
        font-size: 19px;
    }

    .catalog-request-copy p {
        font-size: 10px;
    }

    .catalog-request-card .button {
        min-height: 36px;
        padding-inline: 13px;
        font-size: 10px;
    }

    .builder-section {
        padding: 36px 0;
    }

    .builder-product-card {
        flex-basis: 156px;
    }

    .builder-product-grid {
        gap: 10px;
        margin-inline: -2px;
        padding-inline: 2px;
    }

    .builder-product-heading-actions {
        width: 100%;
        justify-content: space-between;
    }

    .support-banner {
        min-height: 150px;
        padding: 23px 18px;
    }

    .support-banner h2 {
        font-size: 22px;
    }
}

@media (max-width: 350px) {
    .category-grid,
    .product-grid,
    .catalog-grid {
        gap: 8px;
    }

    .category-card,
    .product-content,
    .catalog-content {
        padding: 10px;
    }
}


/* =========================================================
   Phone-only bottom bar and mobile badge spacing
   ========================================================= */
@media (max-width: 820px) {
    body:not(.visual-editor-enabled) {
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }

    .mobile-bottom-nav {
        position: fixed;
        z-index: 180;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        pointer-events: none;
    }

    .mobile-bottom-nav-inner {
        pointer-events: auto;
    }

    .site-footer {
        margin-bottom: calc(-1 * env(safe-area-inset-bottom));
    }
}

@media (max-width: 620px) {
    /*
     * در کارت‌های دارای تگ، فضای بالای محتوا رزرو می‌شود تا تگ روی
     * عدد، عنوان یا تصویر محصول قرار نگیرد.
     */
    .product-visual.has-product-badge {
        padding-top: 40px;
    }

    .product-visual.has-product-badge .product-diamond {
        margin-top: 2px;
    }

    .product-badge {
        top: 8px;
        right: 8px;
        left: auto;
        max-width: calc(100% - 16px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /*
     * قانون قبلی موبایل padding کل کارت را کم می‌کرد و فضای تگ
     * پیشنهاد Adler از بین می‌رفت.
     */
    .package-card-popular {
        padding-top: 44px;
    }

    .package-card-popular .package-number {
        margin-top: 2px;
    }

    .package-badge {
        top: 9px;
        right: 9px;
        left: auto;
        max-width: calc(100% - 18px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 7px;
    }

    .mobile-bottom-nav-inner {
        min-height: 65px;
        padding-inline: 4px;
    }

    .mobile-bottom-nav-item {
        font-size: 7px;
    }

    .mobile-bottom-nav-item svg {
        width: 20px;
        height: 20px;
    }

    .mobile-bottom-nav-home-shell {
        width: 52px;
        height: 52px;
    }
}

/* Wallet responsive */
@media (max-width: 820px) {
    .account-wallet-card,
    .wallet-balance-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-wallet-card-actions {
        justify-items: stretch;
        width: 100%;
        min-width: 0;
    }

    .wallet-balance-mark {
        position: absolute;
        inset: 24px auto auto 24px;
        width: 82px;
        height: 82px;
        font-size: 34px;
        border-radius: 26px;
        opacity: .72;
    }

    .account-payment-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .account-wallet-card,
    .wallet-balance-hero {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .wallet-transaction-row {
        grid-template-columns: 40px minmax(0, 1fr);
        align-items: start;
    }

    .wallet-transaction-icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .wallet-transaction-amount {
        grid-column: 2;
        min-width: 0;
        text-align: right;
    }

    .account-payment-method-head {
        display: grid;
    }
}

@media (max-width: 760px) {
    .home-announcement-grid {
        grid-template-columns: 1fr;
    }

    .home-announcement-card {
        grid-template-columns: 8px minmax(0, 1fr);
        padding: 18px;
    }

    .home-announcement-card > a {
        grid-column: 2;
        justify-self: start;
        margin-top: 2px;
    }

    .floating-cart-button {
        left: 14px;
        bottom: calc(88px + env(safe-area-inset-bottom));
        grid-template-columns: 40px auto 28px;
        min-width: 0;
        max-width: calc(100vw - 28px);
        min-height: 56px;
        border-radius: 19px;
    }

    .floating-cart-icon {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .floating-cart-copy small {
        display: none;
    }

    .cart-modal {
        padding: 12px;
    }

    .cart-modal-card {
        width: 100%;
        max-height: calc(100dvh - 24px);
        border-radius: 24px;
    }

    .cart-modal-header,
    .cart-modal-body,
    .cart-modal-footer {
        padding-right: 17px;
        padding-left: 17px;
    }

    .cart-item {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .cart-item-icon {
        width: 42px;
        height: 42px;
    }

    .cart-item-actions {
        grid-column: 2;
        grid-template-columns: auto auto;
        align-items: center;
        justify-self: stretch;
        justify-content: space-between;
    }

    .order-cart-item,
    .public-order-item-list > div,
    .checkout-item-information-list header {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* ========================================================================
   Final mobile homepage, product rails and compact Why Adler fixes
   ======================================================================== */

/* Stable full-width hero on desktop: copy and character never overlap. */
.adler-home-hero-carousel,
.adler-home-hero-slide {
    min-height: clamp(500px, 36vw, 570px);
}

.adler-home-hero-default {
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
}

.adler-home-hero-copy {
    width: auto;
    min-width: 0;
    padding: clamp(38px, 4vw, 58px) clamp(30px, 3.4vw, 50px) 86px;
}

.adler-home-hero-copy h1 {
    font-size: clamp(36px, 4.2vw, 62px);
}

.adler-home-hero-visual {
    width: 50%;
}

.adler-home-hero-visual img {
    height: 100%;
    object-position: 61% 22%;
    transform: translate3d(
        var(--premium-character-x, 0),
        var(--premium-character-y, 0),
        0
    ) scale(1.015);
}

/* Reliable horizontal product rail with complete first-to-last travel. */
.builder-product-carousel {
    overflow: hidden;
    isolation: isolate;
}

.builder-product-grid {
    direction: ltr !important;
    display: flex !important;
    flex-direction: row !important;
    gap: clamp(12px, 1.5vw, 18px) !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 12px 12px 24px !important;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
    scrollbar-width: none;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}

.builder-product-grid::-webkit-scrollbar {
    display: none;
}

.builder-product-grid {
    cursor: grab;
}

.builder-product-grid.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.builder-product-card {
    direction: rtl;
    flex: 0 0 min(300px, 76vw) !important;
    min-width: min(300px, 76vw) !important;
    min-height: 420px !important;
    opacity: .76;
    filter: saturate(.76) brightness(.92);
    transform: translateY(7px) scale(.94);
    transform-origin: center;
    transition:
        opacity .44s ease,
        filter .44s ease,
        transform .62s cubic-bezier(.16, .84, .24, 1),
        box-shadow .44s ease !important;
}

.builder-product-card.is-carousel-current {
    z-index: 3;
    opacity: 1;
    filter: saturate(1) brightness(1);
    transform: translateY(-5px) scale(1);
    box-shadow: 0 24px 54px rgba(12, 7, 31, .32), 0 0 0 1px rgba(48, 210, 170, .18);
}

.builder-product-card.is-carousel-entering {
    animation: adlerProductRailMorph .68s cubic-bezier(.16, .84, .24, 1) both;
}

.builder-product-card.is-carousel-before,
.builder-product-card.is-carousel-after {
    opacity: .72;
}

.builder-product-grid.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.builder-product-grid.is-dragging .builder-product-card {
    transition-duration: .12s !important;
}

@keyframes adlerProductRailMorph {
    0% {
        opacity: .58;
        transform: translateY(10px) scale(.91);
        filter: blur(2px) saturate(.68);
    }
    48% {
        opacity: 1;
        transform: translateY(-8px) scale(1.025);
        filter: blur(0) saturate(1.08);
    }
    100% {
        opacity: 1;
        transform: translateY(-5px) scale(1);
        filter: blur(0) saturate(1);
    }
}

@media (max-width: 700px) {
    /* Mobile hero: compact, readable, and no controls/content collision. */
    .adler-home-stage-section {
        padding: 12px 0 30px !important;
    }

    .adler-home-stage {
        gap: 12px !important;
    }

    .adler-home-hero-carousel,
    .adler-home-hero-slide {
        width: 100%;
        min-height: clamp(520px, 142vw, 610px) !important;
        height: clamp(520px, 142vw, 610px) !important;
        border-radius: 24px !important;
    }

    .adler-home-hero-default {
        display: block !important;
        grid-template-columns: none !important;
    }

    .adler-home-hero-default::before {
        inset-inline-start: 20px !important;
        top: 20px !important;
        font-size: 62px !important;
    }

    .adler-home-hero-grid-pattern {
        opacity: .1;
        mask-image: linear-gradient(180deg, #000, transparent 70%);
    }

    .adler-home-hero-copy,
    .adler-home-custom-copy {
        position: relative !important;
        inset: auto !important;
        z-index: 5 !important;
        width: 100% !important;
        min-height: 100% !important;
        justify-content: flex-start !important;
        padding: 24px 20px 86px !important;
        background:
            linear-gradient(180deg, rgba(11, 6, 29, .82) 0%, rgba(11, 6, 29, .58) 42%, rgba(11, 6, 29, .9) 100%) !important;
    }

    .adler-home-hero-brand {
        min-height: 38px !important;
        margin: 0 0 16px !important;
        padding: 4px 9px 4px 5px !important;
    }

    .adler-home-hero-brand img {
        width: 28px !important;
        height: 28px !important;
    }

    .adler-home-hero-brand span {
        font-size: 11px !important;
    }

    .adler-home-hero-eyebrow,
    .adler-home-custom-copy > span {
        margin: 0 0 8px !important;
        font-size: 11px !important;
    }

    .adler-home-hero-copy h1,
    .adler-home-custom-copy h2 {
        max-width: 100% !important;
        margin: 0 !important;
        font-size: clamp(31px, 9vw, 42px) !important;
        line-height: 1.28 !important;
        letter-spacing: -.035em !important;
    }

    .adler-home-hero-copy h1 strong {
        margin-top: 5px;
        font-size: .72em !important;
        line-height: 1.45 !important;
    }

    .adler-home-hero-copy > p,
    .adler-home-custom-copy p {
        display: -webkit-box !important;
        max-width: 100% !important;
        max-height: 76px !important;
        margin: 15px 0 0 !important;
        overflow: hidden !important;
        color: rgba(243, 238, 255, .78) !important;
        font-size: 11px !important;
        line-height: 1.9 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .adler-home-hero-cta,
    .adler-home-custom-copy > a {
        width: auto !important;
        min-width: 178px !important;
        min-height: 48px !important;
        margin-top: 18px !important;
        padding-inline: 22px !important;
        align-self: flex-start !important;
        font-size: 12px !important;
    }

    .adler-home-hero-benefits {
        display: none !important;
    }

    .adler-home-hero-visual {
        top: 0 !important;
        right: 0 !important;
        z-index: 1 !important;
        width: 100% !important;
        height: 100% !important;
        opacity: .55 !important;
        mask-image: none !important;
        -webkit-mask-image: none !important;
        transform: none !important;
    }

    .adler-home-hero-visual::before {
        background:
            linear-gradient(180deg, rgba(14, 7, 36, .48) 0%, rgba(14, 7, 36, .14) 44%, rgba(14, 7, 36, .7) 100%) !important;
    }

    .adler-home-hero-visual::after {
        background: linear-gradient(90deg, rgba(13, 6, 33, .72), transparent 74%) !important;
    }

    .adler-home-hero-visual img {
        width: 100% !important;
        height: 100% !important;
        object-position: 63% 30% !important;
        transform: scale(1.02) !important;
    }

    .adler-home-hero-custom::after {
        z-index: 1;
        background: linear-gradient(180deg, rgba(10, 5, 26, .42), rgba(10, 5, 26, .82)) !important;
    }

    .adler-home-custom-media img {
        object-position: 62% center !important;
    }

    .adler-home-custom-price {
        margin-top: 14px !important;
        font-size: 18px !important;
    }

    .adler-home-hero-navigation {
        right: 16px !important;
        bottom: 15px !important;
        gap: 9px !important;
    }

    .adler-home-hero-arrows {
        gap: 6px !important;
    }

    .adler-home-hero-arrows button {
        width: 35px !important;
        height: 35px !important;
    }

    /* Recommended products: a readable swipe row instead of collapsed pills. */
    .home-recommended-section .product-grid {
        direction: ltr;
        display: flex !important;
        grid-template-columns: none !important;
        gap: 12px !important;
        margin-inline: -12px;
        padding: 4px 12px 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .home-recommended-section .product-grid::-webkit-scrollbar {
        display: none;
    }

    .home-recommended-section .product-card {
        direction: rtl;
        flex: 0 0 min(78vw, 300px) !important;
        width: min(78vw, 300px) !important;
        min-height: 392px !important;
        border-radius: 26px !important;
        scroll-snap-align: center;
    }

    .home-recommended-section .product-card-link,
    .builder-product-card .product-card-link {
        position: absolute !important;
        inset: 8px !important;
        display: block !important;
    }

    .home-recommended-section .product-visual,
    .builder-product-card .product-visual {
        position: absolute !important;
        inset: 8px !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .home-recommended-section .product-content,
    .builder-product-card .product-content {
        position: absolute !important;
        right: 8px !important;
        bottom: 8px !important;
        left: 8px !important;
    }

    /* Discount/product builder rail cards remain full cards on phones. */
    .builder-product-card {
        flex-basis: min(80vw, 304px) !important;
        min-width: min(80vw, 304px) !important;
        min-height: 400px !important;
        border-radius: 26px !important;
    }

    .builder-product-grid {
        margin-inline: -12px !important;
        padding-inline: 18px !important;
    }

    .builder-product-controls button {
        width: 40px !important;
        height: 40px !important;
    }

    /* Four compact Why Adler choices in one row. */
    .why-adler-placards {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    .why-adler-placard {
        min-width: 0 !important;
        min-height: 116px !important;
        padding: 11px 7px !important;
        border-radius: 15px !important;
    }

    .why-adler-placard::after,
    .why-placard-rivet {
        display: none !important;
    }

    .why-placard-meta {
        align-items: center !important;
        justify-content: space-between !important;
        gap: 3px !important;
    }

    .why-adler-placard .why-adler-icon {
        width: 32px !important;
        height: 32px !important;
        border-radius: 10px !important;
    }

    .why-adler-placard .why-adler-icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    .why-adler-placard .why-adler-number {
        font-size: 7px !important;
    }

    .why-adler-placard h3 {
        margin: 10px 0 0 !important;
        font-size: 10px !important;
        line-height: 1.55 !important;
        text-align: center;
    }

    .why-adler-placard p {
        display: none !important;
    }
}

@media (max-width: 380px) {
    .adler-home-hero-carousel,
    .adler-home-hero-slide {
        min-height: 540px !important;
        height: 540px !important;
    }

    .adler-home-hero-copy,
    .adler-home-custom-copy {
        padding-inline: 17px !important;
    }

    .adler-home-hero-copy h1,
    .adler-home-custom-copy h2 {
        font-size: 30px !important;
    }

    .why-adler-placards {
        gap: 5px !important;
    }

    .why-adler-placard {
        min-height: 108px !important;
        padding-inline: 5px !important;
    }

    .why-adler-placard h3 {
        font-size: 9px !important;
    }
}


/* ========================================================================
   Desktop hero CTA visibility + true automatic RTL product rail
   ======================================================================== */
@media (min-width: 701px) {
    .adler-home-hero-carousel,
    .adler-home-hero-slide {
        min-height: clamp(550px, 38vw, 610px) !important;
    }

    .adler-home-hero-copy {
        justify-content: center !important;
        padding-top: 34px !important;
        padding-bottom: 78px !important;
        overflow: visible !important;
    }

    .adler-home-hero-brand {
        margin-bottom: 0 !important;
    }

    .adler-home-hero-eyebrow {
        margin-top: 17px !important;
        margin-bottom: 0 !important;
    }

    .adler-home-hero-copy h1 {
        margin-top: 9px !important;
        font-size: clamp(34px, 3.55vw, 55px) !important;
        line-height: 1.13 !important;
    }

    .adler-home-hero-copy > p {
        display: -webkit-box !important;
        max-width: 560px !important;
        max-height: 62px !important;
        margin-top: 15px !important;
        overflow: hidden !important;
        line-height: 1.85 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .adler-home-hero-cta {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        min-height: 54px !important;
        margin-top: 18px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .adler-home-hero-benefits {
        margin-top: 18px !important;
    }
}

/* The rail uses a normal LTR scroll axis. Product markup is reversed server-side,
   preserving the RTL visual order without Safari's negative-scroll dead zone. */
.builder-product-grid {
    scroll-behavior: auto !important;
    will-change: scroll-position;
}

.builder-product-carousel.is-carousel-moving .builder-product-card,
.builder-product-carousel.is-carousel-moving .builder-product-card.is-carousel-current {
    transition:
        opacity .42s ease,
        filter .42s ease,
        transform .62s cubic-bezier(.16, .84, .24, 1),
        box-shadow .42s ease !important;
}

@media (max-width: 560px) {
    .footer-trust-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .footer-trust-actions > a {
        width: 100%;
        justify-content: flex-start;
    }
}

/* Responsive storefront redesign --------------------------------------- */
@media (max-width: 1080px) {
    .storefront-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .storefront-hero {
        min-height: 250px;
        grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
    }

    .storefront-hero-visual {
        min-height: 250px;
    }
}

@media (max-width: 840px) {
    .commerce-nav-shell {
        display: none;
    }

    .storefront-hero-section {
        padding-top: 8px;
    }

    .storefront-hero {
        min-height: 0;
        grid-template-columns: 1fr;
        border-radius: 17px;
    }

    .storefront-hero-copy {
        padding: 27px 22px 24px;
    }

    .storefront-hero h1 {
        max-width: 560px;
        font-size: clamp(30px, 8.5vw, 46px);
    }

    .storefront-hero-visual {
        position: absolute;
        inset: 0 52% 0 0;
        min-height: 0;
        opacity: .2;
        pointer-events: none;
    }

    .storefront-hero-visual img {
        top: 50%;
        right: 45%;
        bottom: auto;
        width: min(96%, 360px);
        height: calc(100% - 14px);
        max-height: none;
        object-fit: contain;
        object-position: center;
        transform: translate(50%, -50%);
    }

    .storefront-confidence-grid {
        grid-template-columns: 1fr;
    }

    .storefront-support-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .storefront-hero-section {
        padding-bottom: 14px;
    }

    .storefront-hero-copy {
        padding: 19px 17px 17px;
    }

    .storefront-kicker {
        font-size: 10.5px;
    }

    .storefront-hero h1 {
        margin-top: 7px;
        font-size: 29px;
        line-height: 1.23;
    }

    .storefront-hero-copy > p {
        max-width: 95%;
        font-size: 12.5px;
        line-height: 1.9;
    }

    .storefront-hero-actions {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 16px;
    }

    .storefront-hero-actions > a {
        min-height: 61px;
        padding: 9px 11px;
    }

    .storefront-action-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .storefront-trust-row {
        gap: 7px 12px;
        margin-top: 13px;
        font-size: 10px;
    }

    .storefront-hero-visual {
        inset: 0 45% 0 0;
        opacity: .14;
    }

    .storefront-notice {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
        padding: 8px 9px;
    }

    .storefront-notice > div {
        display: block;
    }

    .storefront-notice p {
        margin-top: 2px;
        font-size: 10px;
    }

    .storefront-notice > a {
        display: none;
    }

    .storefront-products-section {
        padding-top: 12px;
        padding-bottom: 26px;
    }

    .storefront-section-heading {
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .storefront-section-heading h2,
    .storefront-confidence-panel h2,
    .storefront-support-card h2 {
        font-size: 20px;
    }

    .storefront-section-heading p {
        display: none;
    }

    .storefront-section-heading > a {
        padding-top: 4px;
        font-size: 10.5px;
    }

    .storefront-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .storefront-product-card {
        border-radius: 12px;
    }

    .storefront-product-image {
        aspect-ratio: 1 / .9;
    }

    .storefront-product-copy {
        padding: 9px;
    }

    .storefront-product-copy h3 {
        font-size: 13px;
    }

    .storefront-product-copy > small {
        font-size: 9px;
    }

    .storefront-product-copy > div {
        margin-top: 7px;
        padding-top: 7px;
    }

    .storefront-product-copy > div strong {
        font-size: 11.5px;
    }

    .storefront-product-copy > div b {
        width: 25px;
        height: 25px;
    }

    .storefront-confidence-section {
        padding-bottom: 26px;
    }

    .storefront-confidence-panel {
        padding: 15px;
        border-radius: 14px;
    }

    .storefront-why-grid {
        grid-template-columns: 1fr;
    }

    .storefront-why-grid article {
        padding: 10px;
    }

    .storefront-support-section {
        padding-bottom: 30px;
    }

    .storefront-support-card {
        padding: 17px;
        border-radius: 14px;
    }

    .storefront-support-card > div:last-child,
    .storefront-support-card .button {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .storefront-product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .storefront-product-copy > div {
        align-items: flex-end;
    }

    .storefront-product-copy > div strong {
        max-width: calc(100% - 30px);
        white-space: normal;
        line-height: 1.5;
    }
}

@media (max-width: 1040px) {
    .store-hero {
        padding-top: 18px;
    }

    .store-hero-grid {
        min-height: 330px;
        grid-template-columns: minmax(0, 1fr) 300px;
    }
}

@media (max-width: 860px) {
    .store-hero-grid {
        gap: 14px;
    }

    .hero-product {
        min-height: 360px;
    }

    .hero-product-top {
        min-height: 248px;
    }
}

@media (max-width: 620px) {
    .store-hero {
        padding-top: 12px;
        padding-bottom: 8px;
    }

    .store-hero-copy {
        padding: 24px 18px;
    }

    .store-hero-copy h1 {
        font-size: 28px;
        line-height: 1.4;
    }

    .hero-product,
    .hero-carousel-slide,
    .hero-image-banner,
    .hero-notice-card,
    .hero-recommended-product {
        min-height: 300px;
    }

    .hero-product-top {
        min-height: 214px;
        padding: 14px;
    }

    .hero-product-top.has-banner-image > img {
        max-height: 184px;
    }

    .hero-image-banner {
        padding: 12px 12px 0;
    }

    .hero-image-banner > img,
    .hero-image-banner-placeholder {
        height: 248px;
        max-height: 248px;
    }

    .hero-image-banner-overlay {
        padding: 16px 16px 14px;
    }

    .hero-image-banner-overlay strong {
        font-size: 19px;
    }

    .hero-image-banner-overlay p {
        font-size: 12px;
    }

    .hero-recommended-visual {
        min-height: 208px;
        padding: 14px;
    }

    .hero-recommended-visual > img {
        max-height: 172px;
    }

    .product-visual {
        min-height: 196px;
        padding: 16px;
    }

    .product-diamond.has-product-image {
        max-width: 152px;
        height: 124px;
    }

    .category-symbol.has-product-image {
        width: 92px;
        height: 92px;
    }
}

/* Final responsive framing for homepage media */
@media (max-width: 1080px) {
    .storefront-hero {
        grid-template-columns: 1fr;
        min-height: 320px;
    }

    .storefront-hero-copy {
        width: min(72%, 720px);
        justify-self: end;
    }

    .storefront-hero-visual {
        display: none !important;
    }
}

@media (max-width: 860px) {
    .storefront-hero {
        min-height: 320px;
        grid-template-columns: 1fr;
        background-position: 20% center, 20% center, center;
        background-size: cover, cover, cover;
    }

    .storefront-hero-copy {
        width: 100%;
        padding: 24px 22px 28px;
    }

    .storefront-product-image {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 620px) {
    .storefront-hero {
        min-height: 360px;
        grid-template-columns: 1fr;
        align-items: end;
        background-position: 25% center, 25% center, center;
        background-size: cover, cover, cover;
    }

    .storefront-hero-copy {
        width: 100%;
        padding: 22px 18px 24px;
    }

    .storefront-product-image {
        aspect-ratio: 1 / 1;
        min-height: 0;
    }

    .storefront-product-image img {
        object-fit: cover;
        object-position: center;
    }
}

/* === Final responsive homepage hero balance === */
@media (max-width: 1100px) {
    .storefront-hero {
        grid-template-columns: minmax(0, 38%) minmax(0, 62%);
    }

    .storefront-hero-copy {
        grid-column: 2;
        width: 100%;
        padding: 27px 30px 28px 24px;
    }

    .storefront-hero h1 {
        font-size: clamp(29px, 3.5vw, 40px);
    }
}

@media (max-width: 860px) {
    .storefront-hero {
        min-height: 330px;
        grid-template-columns: minmax(0, 34%) minmax(0, 66%);
        align-items: stretch;
        background-position: 15% center, 15% center, center;
    }

    .storefront-hero-copy {
        grid-column: 2;
        width: 100%;
        justify-self: stretch;
        padding: 24px 22px 25px 20px;
        background: linear-gradient(90deg, rgba(20, 11, 47, .18), rgba(20, 11, 47, .76) 45%, rgba(20, 11, 47, .94));
    }

    .storefront-hero h1 {
        max-width: 100%;
        font-size: clamp(27px, 4.5vw, 36px);
    }

    .storefront-hero-copy > p {
        font-size: 13px;
        line-height: 1.8;
    }

    .storefront-hero-actions {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .storefront-hero {
        min-height: 455px;
        grid-template-columns: 1fr;
        align-items: end;
        background:
            linear-gradient(180deg,
                rgba(15, 8, 36, .08) 0%,
                rgba(15, 8, 36, .18) 34%,
                rgba(15, 8, 36, .82) 66%,
                rgba(15, 8, 36, .98) 100%),
            var(--shop-hero-image),
            linear-gradient(135deg, #21163d, #34205d);
        background-position: 26% center, 26% center, center;
        background-size: cover, cover, cover;
    }

    .storefront-hero-copy {
        grid-column: 1;
        width: 100%;
        align-self: end;
        padding: 24px 18px 22px;
        background: linear-gradient(180deg, transparent, rgba(18, 9, 42, .50) 18%, rgba(18, 9, 42, .96) 68%);
    }

    .storefront-kicker {
        font-size: 11px;
    }

    .storefront-hero h1 {
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.28;
    }

    .storefront-hero-copy > p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .storefront-hero-actions {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 13px;
    }

    .storefront-hero-actions > a {
        min-height: 54px;
    }

    .storefront-trust-row {
        gap: 7px 12px;
        font-size: 10.5px;
    }
}

/* === Compact mobile storefront — five cards in one row === */
@media (max-width: 680px) {
    .storefront-home {
        font-size: 13px;
    }

    .storefront-hero-section {
        padding: 7px 0 9px;
    }

    .storefront-hero {
        min-height: 330px;
        align-items: end;
        background-position: 24% center, 24% center, center;
        border-radius: 16px;
    }

    .storefront-hero-copy {
        padding: 18px 14px 15px;
        background: linear-gradient(180deg, rgba(18,9,42,.02), rgba(18,9,42,.54) 20%, rgba(18,9,42,.94) 72%);
    }

    .storefront-kicker {
        font-size: 9.5px;
    }

    .storefront-kicker::before {
        width: 16px;
    }

    .storefront-hero h1 {
        max-width: 100%;
        margin: 5px 0 4px;
        font-size: clamp(24px, 6.8vw, 29px);
        line-height: 1.25;
    }

    .storefront-hero-copy > p {
        max-width: 100%;
        font-size: 11px;
        line-height: 1.75;
        -webkit-line-clamp: 2;
    }

    .storefront-hero-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin-top: 10px;
    }

    .storefront-hero-actions > a {
        min-height: 48px;
        gap: 7px;
        padding: 6px 7px;
        border-radius: 11px;
    }

    .storefront-action-icon {
        width: 31px;
        height: 31px;
        flex: 0 0 31px;
        border-radius: 8px;
        font-size: 10px;
    }

    .storefront-hero-actions strong {
        font-size: 11px;
        line-height: 1.35;
    }

    .storefront-hero-actions small {
        display: none;
    }

    .storefront-trust-row {
        justify-content: center;
        gap: 5px 9px;
        margin-top: 8px;
        font-size: 8.8px;
    }

    .storefront-products-section {
        padding-top: 7px;
        padding-bottom: 18px;
    }

    .storefront-section-heading {
        margin-bottom: 8px;
    }

    .storefront-section-heading h2 {
        font-size: 17px;
    }

    .storefront-section-heading > div > span,
    .storefront-section-heading > a {
        font-size: 9px;
    }

    .storefront-product-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 4px;
    }

    .storefront-product-card {
        min-width: 0;
        border-radius: 10px;
        box-shadow: 0 8px 18px rgba(8, 5, 22, .14);
    }

    .storefront-product-image {
        aspect-ratio: 1 / 1;
        padding: 3px 3px 0;
    }

    .storefront-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 8px;
    }

    .storefront-product-badge {
        top: 4px;
        right: 4px;
        padding: 2px 4px;
        border-radius: 5px;
        font-size: 6.5px;
    }

    .storefront-product-copy {
        gap: 1px;
        padding: 5px 4px 6px;
        text-align: center;
    }

    .storefront-product-copy > span,
    .storefront-product-copy > small {
        display: none;
    }

    .storefront-product-copy h3 {
        margin: 0;
        overflow: hidden;
        font-size: 9px;
        line-height: 1.35;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .storefront-product-copy > div {
        justify-content: center;
        margin-top: 3px;
        padding-top: 4px;
        border-top-color: rgba(255,255,255,.06);
    }

    .storefront-product-copy > div strong {
        max-width: 100%;
        font-size: 7.6px;
        line-height: 1.35;
        white-space: normal;
        text-align: center;
    }

    .storefront-product-copy > div b {
        display: none;
    }

    .storefront-confidence-section {
        padding: 12px 0 20px;
    }

    .storefront-confidence-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
        gap: 7px;
    }

    .storefront-confidence-panel {
        min-width: 0;
        padding: 10px 8px;
        border-radius: 12px;
    }

    .storefront-confidence-panel > header {
        margin-bottom: 7px;
    }

    .storefront-confidence-panel > header > span {
        font-size: 8px;
    }

    .storefront-confidence-panel h2 {
        margin-top: 2px;
        font-size: 14px;
        line-height: 1.45;
    }

    .storefront-confidence-panel header p {
        display: none;
    }

    .storefront-why-grid {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .storefront-why-grid article {
        align-items: center;
        gap: 5px;
        padding: 6px;
        border-radius: 8px;
    }

    .storefront-why-grid article > span {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
        border-radius: 6px;
    }

    .storefront-why-grid article > span svg {
        width: 13px;
        height: 13px;
    }

    .storefront-why-grid strong {
        font-size: 9px;
        line-height: 1.4;
    }

    .storefront-why-grid p {
        display: none;
    }

    .storefront-faq-list {
        gap: 4px;
    }

    .storefront-faq-list summary {
        min-height: 34px;
        gap: 5px;
        padding: 6px;
        font-size: 8.8px;
        line-height: 1.45;
    }

    .storefront-faq-list summary i {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
        border-radius: 5px;
    }

    .storefront-faq-list details > div {
        padding: 0 6px 7px;
    }

    .storefront-faq-list details p {
        font-size: 8.5px;
        line-height: 1.65;
    }

    .product-gallery-main.is-free-fire-art {
        aspect-ratio: 1 / 1;
        min-height: 0;
        padding: 7px;
        border-radius: 18px 18px 0 0;
    }

    .product-gallery-main.is-free-fire-art .product-main-image {
        border-radius: 13px;
    }
}

@media (max-width: 360px) {
    .storefront-product-grid {
        gap: 3px;
    }

    .storefront-product-copy {
        padding-inline: 3px;
    }

    .storefront-product-copy h3 {
        font-size: 8px;
    }

    .storefront-product-copy > div strong {
        font-size: 7px;
    }
}

/* === Mobile storefront refinement: 3+2 product grid and compact confidence deck === */
@media (max-width: 620px) {
    .storefront-product-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 7px;
        align-items: stretch;
    }

    .storefront-product-card {
        grid-column: span 2;
        border-radius: 12px;
        box-shadow:
            0 10px 22px rgba(8, 5, 22, .16),
            inset 0 1px 0 rgba(255, 255, 255, .055);
    }

    .storefront-product-card:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .storefront-product-card:nth-child(5) {
        grid-column: 4 / span 2;
    }

    .storefront-product-image {
        aspect-ratio: 1 / 1;
        padding: 5px 5px 0;
    }

    .storefront-product-image img {
        border-radius: 9px;
    }

    .storefront-product-badge {
        top: 6px;
        right: 6px;
        padding: 3px 6px;
        font-size: 7.5px;
    }

    .storefront-product-copy {
        gap: 2px;
        padding: 8px 7px 9px;
        text-align: right;
    }

    .storefront-product-copy > span {
        display: block;
        font-size: 7.5px;
    }

    .storefront-product-copy h3 {
        margin: 1px 0 0;
        font-size: 11.5px;
        line-height: 1.45;
        white-space: normal;
    }

    .storefront-product-copy > small {
        display: block;
        min-height: 0;
        overflow: hidden;
        font-size: 8px;
        line-height: 1.45;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .storefront-product-copy > div {
        justify-content: space-between;
        gap: 4px;
        margin-top: 5px;
        padding-top: 6px;
    }

    .storefront-product-copy > div strong {
        font-size: 9.5px;
        line-height: 1.45;
        text-align: right;
    }

    .storefront-product-copy > div b {
        display: grid;
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        border-radius: 7px;
        font-size: 11px;
    }

    .storefront-confidence-section {
        padding: 14px 0 22px;
        overflow: hidden;
    }

    .storefront-confidence-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: min(86vw, 340px);
        grid-template-columns: none;
        align-items: stretch;
        gap: 10px;
        margin-inline: calc((100vw - 100%) / -2);
        padding-inline: max(18px, calc((100vw - 100%) / 2));
        padding-bottom: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 18px;
        scrollbar-width: thin;
        scrollbar-color: rgba(151, 116, 255, .55) rgba(255, 255, 255, .04);
        -webkit-overflow-scrolling: touch;
    }

    .storefront-confidence-grid::-webkit-scrollbar {
        height: 5px;
    }

    .storefront-confidence-grid::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, .04);
        border-radius: 99px;
    }

    .storefront-confidence-grid::-webkit-scrollbar-thumb {
        background: rgba(151, 116, 255, .55);
        border-radius: 99px;
    }

    .storefront-confidence-panel {
        width: auto;
        height: 286px;
        min-width: 0;
        padding: 15px 14px;
        overflow-y: auto;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        border-radius: 16px;
        scrollbar-width: thin;
        scrollbar-color: rgba(48, 210, 170, .42) transparent;
    }

    .storefront-confidence-panel > header {
        position: sticky;
        top: -15px;
        z-index: 2;
        margin: -15px -14px 10px;
        padding: 14px 14px 10px;
        background: linear-gradient(180deg, rgba(53, 39, 91, .97), rgba(53, 39, 91, .90) 82%, transparent);
        backdrop-filter: blur(12px);
    }

    .storefront-confidence-panel > header > span {
        font-size: 9.5px;
    }

    .storefront-confidence-panel h2 {
        margin-top: 3px;
        font-size: 19px;
        line-height: 1.45;
    }

    .storefront-confidence-panel header p {
        display: block;
        max-height: 38px;
        overflow: hidden;
        margin-top: 3px;
        font-size: 10px;
        line-height: 1.7;
    }

    .storefront-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .storefront-why-grid article {
        align-items: flex-start;
        gap: 7px;
        padding: 9px;
        border-radius: 10px;
    }

    .storefront-why-grid article > span {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
        border-radius: 8px;
    }

    .storefront-why-grid article > span svg {
        width: 15px;
        height: 15px;
    }

    .storefront-why-grid strong {
        font-size: 10.5px;
        line-height: 1.5;
    }

    .storefront-why-grid p {
        display: -webkit-box;
        margin-top: 2px;
        overflow: hidden;
        font-size: 8.5px;
        line-height: 1.55;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .storefront-faq-list {
        gap: 6px;
    }

    .storefront-faq-list summary {
        min-height: 42px;
        gap: 8px;
        padding: 8px 10px;
        font-size: 10.5px;
        line-height: 1.55;
    }

    .storefront-faq-list summary i {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .storefront-faq-list details > div {
        padding: 0 10px 9px;
    }

    .storefront-faq-list details p {
        font-size: 10px;
        line-height: 1.75;
    }
}

@media (max-width: 360px) {
    .storefront-product-grid {
        gap: 6px;
    }

    .storefront-product-copy {
        padding-inline: 6px;
    }

    .storefront-product-copy h3 {
        font-size: 10.5px;
    }

    .storefront-product-copy > div strong {
        font-size: 8.8px;
    }

    .storefront-confidence-grid {
        grid-auto-columns: 88vw;
    }
}

/* === Product purchase flow on phones: 3-column packages, horizontal steps, fixed checkout === */
@media (max-width: 820px) {
    body:not(.visual-editor-enabled) {
        padding-bottom: calc(158px + env(safe-area-inset-bottom));
    }

    .product-gallery-main.is-free-fire-art {
        aspect-ratio: 1 / 1;
        padding: 0 !important;
        border-radius: 17px 17px 0 0;
    }

    .product-gallery-main.is-free-fire-art .product-main-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        object-position: center center !important;
        border-radius: 0 !important;
    }

    .package-mode-group .package-grid,
    .package-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .package-mode-group .package-card,
    .package-mode-group .package-card-popular,
    .package-mode-group .package-card.has-package-image,
    .package-card {
        min-height: 132px;
        padding: 8px;
        border-radius: 9px;
    }

    .package-mode-group .package-name,
    .package-name {
        font-size: 11px;
        line-height: 1.38;
    }

    .package-card-main .package-number,
    .package-number {
        font-size: 18px;
    }

    .package-card-main .package-unit,
    .package-card-footer .package-hint,
    .package-card-footer .package-compare-price {
        font-size: 7.5px;
    }

    .package-card-footer .package-price-placeholder,
    .package-card.has-package-image .package-price-placeholder {
        font-size: 9px;
        line-height: 1.35;
    }

    .package-mode-group .package-card.has-package-image .package-card-badge-row {
        top: 6px !important;
        left: 6px !important;
    }

    .package-mode-group .package-card.has-package-image .package-card-badge-row .package-badge {
        min-height: 18px;
        padding: 2px 5px;
        font-size: 6px;
    }

    .package-selection-mark {
        right: 6px;
        bottom: 6px;
        min-height: 21px;
        padding: 2px 5px;
    }

    .package-selection-mark svg {
        width: 12px;
        height: 12px;
    }

    .package-selection-mark span {
        font-size: 6.5px;
    }

    .order-information-panel {
        overflow: visible;
    }

    .order-information-panel .product-form {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: min(86vw, 430px);
        grid-template-columns: none;
        align-items: stretch;
        gap: 10px;
        margin-inline: calc((100vw - 100%) / -2);
        padding-inline: max(16px, calc((100vw - 100%) / 2));
        padding-bottom: 7px;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 16px;
        scrollbar-width: thin;
        scrollbar-color: rgba(151, 116, 255, .58) rgba(255, 255, 255, .04);
        -webkit-overflow-scrolling: touch;
    }

    .order-information-panel .product-form::-webkit-scrollbar {
        height: 5px;
    }

    .order-information-panel .product-form::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, .04);
        border-radius: 99px;
    }

    .order-information-panel .product-form::-webkit-scrollbar-thumb {
        background: rgba(151, 116, 255, .58);
        border-radius: 99px;
    }

    .order-information-panel .order-form-step {
        width: auto;
        min-width: 0;
        height: 100%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .purchase-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .order-summary {
        grid-column: 1;
    }

    .order-summary-sticky {
        position: static;
    }

    .order-summary-sticky #continue-order {
        display: none;
    }

    .mobile-cart-dock {
        position: fixed;
        z-index: 195;
        right: 10px;
        bottom: calc(72px + env(safe-area-inset-bottom));
        left: 10px;
        display: grid;
        grid-template-columns: minmax(0, .72fr) minmax(150px, 1.28fr);
        align-items: center;
        gap: 9px;
        min-height: 62px;
        padding: 8px;
        color: #f7f3ff;
        background: linear-gradient(135deg, rgba(60, 45, 99, .96), rgba(35, 27, 61, .98));
        border: 1px solid rgba(174, 134, 255, .28);
        border-radius: 17px;
        box-shadow: 0 -10px 32px rgba(11, 7, 27, .35), inset 0 1px 0 rgba(255, 255, 255, .07);
        -webkit-backdrop-filter: blur(18px) saturate(130%);
        backdrop-filter: blur(18px) saturate(130%);
    }

    .mobile-cart-dock-price {
        min-width: 0;
        display: grid;
        gap: 2px;
        padding-inline: 6px;
    }

    .mobile-cart-dock-price span {
        color: #bbb3ca;
        font-size: 9px;
    }

    .mobile-cart-dock-price strong {
        overflow: hidden;
        color: #fff;
        font-size: 12px;
        line-height: 1.45;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .mobile-cart-dock .button {
        width: 100%;
        min-height: 46px;
        padding-inline: 10px;
        border-radius: 12px;
        font-size: 12px;
    }

    .visual-editor-enabled .mobile-cart-dock {
        display: none !important;
    }

    .product-order-section {
        padding-bottom: 20px;
    }
}

@media (max-width: 390px) {
    .package-mode-group .package-grid,
    .package-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
    }

    .package-mode-group .package-card,
    .package-mode-group .package-card-popular,
    .package-mode-group .package-card.has-package-image,
    .package-card {
        min-height: 122px;
        padding: 6px;
    }

    .package-mode-group .package-name,
    .package-name {
        font-size: 9.5px;
    }

    .package-card-footer .package-price-placeholder,
    .package-card.has-package-image .package-price-placeholder {
        font-size: 8px;
    }

    .mobile-cart-dock {
        grid-template-columns: minmax(0, .66fr) minmax(142px, 1.34fr);
        right: 7px;
        left: 7px;
    }
}

/* === 2026-08-06 mobile width/step-deck correction === */
@media (max-width: 820px) {
    html,
    body,
    .site-shell,
    main,
    .container,
    .product-page-head,
    .product-order-section,
    .purchase-layout,
    .purchase-main,
    .purchase-panel,
    .order-information-panel {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .order-information-panel {
        overflow: hidden !important;
    }

    .order-information-panel .product-form {
        display: flex !important;
        flex-flow: row nowrap !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 0 8px !important;
        gap: 10px;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }

    .order-information-panel .order-form-step {
        flex: 0 0 calc(100% - 34px) !important;
        width: calc(100% - 34px) !important;
        max-width: calc(100% - 34px) !important;
        min-width: 0 !important;
        height: auto !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        box-sizing: border-box;
    }

    .order-information-panel .order-form-step:last-child {
        margin-inline-end: 0;
    }

    .order-form-step-heading {
        margin-bottom: 13px;
    }

    .order-form-step-heading h2 {
        font-size: 18px;
    }

    .order-form-step-heading p {
        font-size: 11.5px;
    }

    .order-form-step .field-group input,
    .order-form-step .field-group select,
    .order-form-step .field-group textarea {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .mobile-cart-dock {
        max-width: calc(100vw - 20px);
        box-sizing: border-box;
    }

    .contact-hero {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 430px) {
    .order-information-panel .order-form-step {
        flex-basis: calc(100% - 24px) !important;
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
    }

    .mobile-cart-dock {
        right: 8px;
        left: 8px;
        max-width: calc(100vw - 16px);
    }

    .contact-hero h1 {
        font-size: 23px !important;
        line-height: 1.45;
    }

    .contact-hero p {
        font-size: 12.5px !important;
        line-height: 1.8;
    }
}

/* === 2026-08-06 compact mobile product intro + content-sized order steps === */
@media (max-width: 620px) {
    .product-page-head {
        padding: 12px 0 10px !important;
    }

    .product-page-head .breadcrumbs {
        margin-bottom: 8px;
        font-size: 10px;
    }

    .product-showcase {
        display: grid !important;
        grid-template-columns: minmax(0, 42%) minmax(0, 58%) !important;
        align-items: stretch !important;
        gap: 8px !important;
        direction: ltr;
    }

    .product-gallery,
    .product-information {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        border-radius: 14px !important;
    }

    .product-gallery {
        display: flex !important;
        flex-direction: column;
        align-self: stretch;
        overflow: hidden;
    }

    .product-gallery-main.is-free-fire-art {
        flex: 1 1 auto;
        min-height: 150px !important;
        aspect-ratio: 4 / 5 !important;
        border-radius: 14px 14px 0 0 !important;
    }

    .product-gallery-main.is-free-fire-art .product-main-image {
        object-position: 53% center !important;
    }

    .product-gallery-main.is-free-fire-art .gallery-label {
        top: 8px !important;
        right: 8px !important;
        font-size: 8px !important;
    }

    .gallery-info-row {
        min-height: 38px !important;
        padding: 0 4px !important;
    }

    .gallery-info-row span {
        min-width: 0;
        padding-inline: 3px !important;
        font-size: 7.5px !important;
        line-height: 1.35;
        white-space: nowrap;
    }

    .product-information {
        direction: rtl;
        align-self: stretch;
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        padding: 14px 12px !important;
    }

    .product-information .product-category {
        font-size: 8.5px !important;
    }

    .product-information h1 {
        margin: 4px 0 7px !important;
        font-size: clamp(21px, 6.2vw, 27px) !important;
        line-height: 1.35 !important;
    }

    .product-information > p {
        display: -webkit-box;
        margin: 0 !important;
        overflow: hidden;
        font-size: 10.5px !important;
        line-height: 1.75 !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .product-info-list {
        gap: 5px !important;
        margin-top: 10px !important;
    }

    .product-info-list > div {
        min-height: 0 !important;
        gap: 5px !important;
        padding: 6px 7px !important;
        border-radius: 8px !important;
        font-size: 9.5px !important;
        line-height: 1.55 !important;
    }

    .product-info-list svg {
        width: 15px !important;
        height: 15px !important;
        flex-basis: 15px !important;
    }

    .product-order-section {
        padding-top: 10px !important;
    }

    .order-information-panel {
        overflow: visible !important;
    }

    .order-information-panel .product-form {
        display: flex !important;
        flex-flow: row nowrap !important;
        align-items: flex-start !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 2px 8px 9px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 8px;
        scrollbar-width: thin;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .order-information-panel .order-form-step {
        flex: 0 0 min(76vw, 320px) !important;
        width: min(76vw, 320px) !important;
        max-width: min(76vw, 320px) !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        align-self: flex-start !important;
        padding: 15px 13px !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .order-information-panel .order-form-step-phone {
        min-height: 0 !important;
    }

    .order-form-step-heading {
        align-items: center !important;
        gap: 9px !important;
        margin-bottom: 11px !important;
    }

    .order-form-step-heading > span {
        width: 31px !important;
        height: 31px !important;
        flex-basis: 31px !important;
        font-size: 13px !important;
    }

    .order-form-step-heading h2 {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    .order-form-step-heading p {
        margin-top: 1px !important;
        font-size: 10px !important;
        line-height: 1.55 !important;
    }

    .order-form-step-phone .customer-phone-field {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .order-form-step .field-group {
        gap: 5px !important;
    }

    .order-form-step .field-group label {
        font-size: 12px !important;
    }

    .order-form-step .field-group input,
    .order-form-step .field-group select,
    .order-form-step .field-group textarea {
        min-height: 43px !important;
        padding-inline: 11px !important;
        font-size: 13px !important;
    }

    .order-form-step .field-help,
    .order-form-step .field-error {
        font-size: 9.5px !important;
        line-height: 1.55 !important;
    }

    .order-form-step-details .product-field-set-head {
        padding: 8px 9px !important;
    }

    .order-form-step-details .product-field-set-head strong {
        font-size: 11.5px !important;
    }

    .order-form-step-details .product-field-set-head span {
        font-size: 9.5px !important;
    }

    .order-form-step,
    .package-browser-panel {
        scroll-margin-top: 82px;
        scroll-margin-bottom: 150px;
    }
}

@media (max-width: 370px) {
    .product-showcase {
        grid-template-columns: minmax(0, 40%) minmax(0, 60%) !important;
        gap: 6px !important;
    }

    .product-information {
        padding: 11px 9px !important;
    }

    .product-information h1 {
        font-size: 20px !important;
    }

    .product-info-list > div {
        font-size: 8.8px !important;
    }

    .order-information-panel .order-form-step {
        flex-basis: 78vw !important;
        width: 78vw !important;
        max-width: 78vw !important;
    }
}

/* === 2026-08-06 final mobile safe-area + unified order information card === */
@media (max-width: 620px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .container,
    .site-main .container,
    .product-page-head .container,
    .product-order-section .container,
    .site-footer .container {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
        margin-inline: auto !important;
        padding-inline: 0 !important;
        box-sizing: border-box;
    }

    .product-page-head,
    .product-order-section,
    .purchase-layout,
    .purchase-main,
    .purchase-panel,
    .order-information-panel,
    .order-summary {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .product-showcase,
    .package-browser-panel,
    .order-information-panel,
    .order-summary-sticky {
        border-radius: 17px !important;
    }

    /* Phone + account information are one compact card on mobile only. */
    .order-information-panel {
        padding: 14px !important;
        overflow: hidden !important;
        background: linear-gradient(180deg, rgba(73, 63, 91, .94), rgba(59, 51, 75, .96)) !important;
        border: 1px solid rgba(174, 134, 255, .24) !important;
        box-shadow: 0 14px 34px rgba(20, 13, 38, .18) !important;
    }

    .order-information-panel .product-form {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .order-information-panel .order-form-step {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        scroll-snap-align: none !important;
    }

    .order-information-panel .order-form-step-details {
        margin-top: 15px !important;
        padding-top: 15px !important;
        border-top: 1px solid rgba(255, 255, 255, .09) !important;
    }

    .order-information-panel .order-form-step-heading {
        gap: 9px !important;
        margin-bottom: 10px !important;
    }

    .order-information-panel .order-form-step-heading > span {
        width: 30px !important;
        height: 30px !important;
        flex: 0 0 30px !important;
        font-size: 13px !important;
    }

    .order-information-panel .order-form-step-heading h2 {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    .order-information-panel .order-form-step-heading p {
        margin-top: 1px !important;
        font-size: 10.5px !important;
        line-height: 1.55 !important;
    }

    .order-information-panel .customer-phone-field,
    .order-information-panel .product-field-sets,
    .order-information-panel .product-field-set,
    .order-information-panel .field-group {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-inline: 0 !important;
        box-sizing: border-box;
    }

    .order-information-panel .product-field-set {
        gap: 10px !important;
    }

    .order-information-panel .product-field-set-head {
        margin-bottom: 2px !important;
        padding: 8px 9px !important;
        border-radius: 9px !important;
    }

    .order-information-panel .field-group {
        gap: 5px !important;
    }

    .order-information-panel .field-group label {
        font-size: 11.5px !important;
    }

    .order-information-panel .field-group input,
    .order-information-panel .field-group select,
    .order-information-panel .field-group textarea {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 42px !important;
        padding: 9px 11px !important;
        font-size: 13px !important;
        box-sizing: border-box;
    }

    .order-information-panel .field-group textarea {
        min-height: 78px !important;
        resize: vertical;
    }

    .order-information-panel .field-help,
    .order-information-panel .field-error {
        font-size: 9.5px !important;
        line-height: 1.5 !important;
    }

    .order-information-panel .security-message {
        margin-top: 10px !important;
        padding: 9px 10px !important;
        border-radius: 9px !important;
    }

    .order-information-panel .security-message p {
        font-size: 10px !important;
        line-height: 1.65 !important;
    }

    .mobile-cart-dock {
        right: 12px !important;
        left: 12px !important;
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
        box-sizing: border-box;
    }
}

@media (max-width: 370px) {
    .container,
    .site-main .container,
    .product-page-head .container,
    .product-order-section .container,
    .site-footer .container {
        width: calc(100% - 18px) !important;
        max-width: calc(100% - 18px) !important;
    }

    .order-information-panel {
        padding: 12px !important;
    }

    .mobile-cart-dock {
        right: 9px !important;
        left: 9px !important;
        max-width: calc(100vw - 18px) !important;
    }
}

/* === Compact closed-store notice and left drawer on phones === */
@media (max-width: 680px) {
    .store-closed-notice {
        padding: 8px 12px 2px !important;
    }

    .store-closed-notice-inner.container {
        width: 100% !important;
        max-width: 560px !important;
        min-height: 50px !important;
        grid-template-columns: 30px minmax(0, 1fr) auto !important;
        gap: 8px !important;
        padding: 7px 8px !important;
        border-radius: 13px !important;
    }

    .store-closed-notice-inner > span {
        width: 30px !important;
        height: 30px !important;
    }

    .store-closed-notice-inner strong {
        font-size: 11.5px !important;
    }

    .store-closed-notice-inner p {
        max-width: 100%;
        font-size: 9px !important;
    }

    .store-closed-notice-inner a {
        grid-column: auto !important;
        width: auto !important;
        min-height: 31px !important;
        padding-inline: 8px !important;
        font-size: 9px !important;
    }

    .site-navigation-drawer {
        width: min(390px, 88vw);
        border-radius: 0 20px 20px 0;
    }
}

@media (max-width: 430px) {
    .store-closed-notice-inner.container {
        grid-template-columns: 28px minmax(0, 1fr) !important;
    }

    .store-closed-notice-inner > span {
        width: 28px !important;
        height: 28px !important;
    }

    .store-closed-notice-inner a {
        display: none !important;
    }

    .store-closed-notice-inner p {
        white-space: nowrap;
    }
}

/* === Rotating product treatment on the 3/2 mobile grid ================= */
@media (max-width: 620px) {
    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card {
        order: initial !important;
        width: 100%;
        transform-origin: center center;
        transition:
            transform .3s ease,
            border-color .3s ease,
            box-shadow .3s ease,
            opacity .3s ease;
    }

    /* On phones the 3/2 triangle stays fixed. The rotating item is highlighted
       in place instead of moving cards every four seconds. */
    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card.is-featured {
        z-index: 4;
        transform: translateY(-2px) scale(1.045);
        border-color: rgba(48, 210, 170, .42);
        box-shadow:
            0 16px 30px rgba(8, 5, 22, .24),
            0 0 0 2px rgba(48, 210, 170, .10),
            inset 0 1px 0 rgba(255, 255, 255, .08);
    }

    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card.is-featured .storefront-product-featured-mark {
        display: inline-flex;
        top: 6px;
        left: 6px;
        padding: 3px 5px;
        font-size: 6.5px;
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 620px) {
    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card.is-featured {
        transform: none;
    }
}

/* Keep the five-card rotating row intact on tablet/desktop breakpoints. */
@media (min-width: 621px) {
    .storefront-product-grid[data-featured-product-rotator] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 11px;
        align-items: center;
    }

    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card {
        width: 90%;
        height: auto;
        justify-self: center;
        align-self: center;
    }

    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card.is-featured {
        order: 99;
        width: 100%;
        align-self: stretch;
    }
}

/* === 2026-08 rotator refinements: fixed cards + dedicated spotlight ===== */
@media (min-width: 621px) {
    .storefront-product-grid[data-featured-product-rotator] {
        gap: 8px;
    }

    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card.is-fixed-card {
        width: 86%;
    }

    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card.storefront-product-featured-slot {
        width: 100%;
        order: 99;
    }
}

@media (max-width: 620px) {
    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card.is-fixed-card,
    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card.storefront-product-featured-slot {
        width: 100%;
    }
}


/* === 2026-08 spotlight layout correction: 4 fixed + 1 larger tagged card == */
@media (min-width: 621px) {
    .storefront-product-grid[data-featured-product-rotator] {
        grid-template-columns: repeat(4, minmax(0, .88fr)) minmax(0, 1.18fr);
        gap: 7px;
        align-items: center;
    }

    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card.is-fixed-card {
        width: 100%;
        justify-self: stretch;
    }

    .storefront-product-grid[data-featured-product-rotator] .storefront-product-card.storefront-product-featured-slot {
        width: 100%;
        order: 99;
        justify-self: stretch;
    }
}
