/* NaymCreaciones — mobile and tablet experience layer.
   Loaded last so desktop remains intact while touch devices receive an app-like flow. */
:where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid #e89286;
    outline-offset: 3px;
}

.mobile-filter-backdrop,
.mobile-filter-sheet-head {
    display: none;
}

@media (min-width: 701px) and (max-width: 900px) {
    body {
        padding-bottom: calc(88px + env(safe-area-inset-bottom));
    }

    .mobile-dock {
        position: fixed;
        z-index: 80;
        left: 50%;
        bottom: calc(12px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: min(520px, calc(100vw - 32px));
        height: 68px;
        padding: 6px;
        color: #fff;
        background: rgba(31, 28, 28, .94);
        border: 1px solid rgba(255, 255, 255, .11);
        border-radius: 22px;
        box-shadow: 0 18px 45px rgba(40, 29, 29, .25);
        backdrop-filter: blur(18px);
        transform: translateX(-50%);
    }

    .mobile-dock.has-five-items {
        grid-template-columns: repeat(5, 1fr);
    }

    .mobile-dock a {
        position: relative;
        display: flex;
        min-width: 56px;
        min-height: 54px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: #d9d3d0;
        border-radius: 16px;
    }

    .mobile-dock a.is-active {
        color: #2e2728;
        background: #efbbb5;
    }

    .mobile-dock a span {
        font-size: 19px;
        line-height: 1;
    }

    .mobile-dock a small {
        font-size: 8px;
        font-weight: 800;
    }

    .mobile-dock a b {
        position: absolute;
        top: 2px;
        right: 18%;
        display: grid;
        min-width: 19px;
        height: 19px;
        padding: 0 5px;
        place-items: center;
        color: #2e2728;
        background: #ef8f7d;
        border-radius: 10px;
        font-size: 8px;
    }

    .catalog-pro-grid {
        --catalog-columns: 2 !important;
    }

    .catalog-pro-grid[data-view="list"] .catalog-pro-card {
        display: grid;
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .catalog-pro-grid[data-view="list"] .atelier-product-main {
        display: contents;
    }

    .catalog-pro-grid[data-view="list"] .atelier-product-visual {
        height: 230px;
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .catalog-pro-grid[data-view="list"] .atelier-product-info {
        min-width: 0;
        grid-column: 2;
        grid-row: 1;
        padding-bottom: 10px;
    }

    .catalog-pro-grid[data-view="list"] .catalog-pro-card > form,
    .catalog-pro-grid[data-view="list"] .catalog-configure {
        width: auto;
        min-height: 48px;
        grid-column: 2;
        grid-row: 2;
        align-self: end;
        margin: 0 16px 16px;
    }

    .catalog-toolbar button {
        width: 44px;
        height: 44px;
    }

    .atelier-families a,
    .catalog-advanced > summary {
        min-height: 46px;
    }

    .catalog-advanced > summary {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .product-detail {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .product-detail .detail-image {
        height: min(68vw, 560px);
    }
}

@media (max-width: 700px) {
    :root {
        --mobile-edge: max(18px, 5vw);
        --mobile-dock-height: 72px;
        --mobile-dock-gap: 10px;
    }

    html {
        scroll-padding-top: 82px;
    }

    body {
        padding-bottom: calc(var(--mobile-dock-height) + 25px + env(safe-area-inset-bottom));
    }

    body.mobile-overlay-open {
        overflow: hidden;
        touch-action: none;
    }

    .announcement {
        height: 40px;
        min-height: 40px;
        padding: 0 var(--mobile-edge);
        gap: 10px;
        font-size: 8px;
    }

    .announcement span:nth-child(2) {
        display: none;
    }

    .announcement span:first-child {
        margin-right: auto;
    }

    .announcement a {
        display: inline-flex;
        min-height: 40px;
        align-items: center;
        padding-inline: 7px;
        border: 0;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .site-header {
        height: 70px;
    }

    .header-inner {
        width: calc(100% - (var(--mobile-edge) * 2));
    }

    .site-header .brand {
        min-height: 48px;
    }

    .site-header .brand > span {
        width: 42px;
        height: 42px;
    }

    .site-header .brand > div {
        font-size: 17px;
    }

    .mobile-dock {
        left: var(--mobile-dock-gap);
        right: var(--mobile-dock-gap);
        bottom: calc(var(--mobile-dock-gap) + env(safe-area-inset-bottom));
        height: var(--mobile-dock-height);
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 23px;
        box-shadow: 0 18px 48px rgba(30, 22, 22, .34);
    }

    .mobile-dock a {
        min-width: 0;
        min-height: 58px;
        gap: 4px;
        border-radius: 17px;
    }

    .mobile-dock a:hover,
    .mobile-dock a.is-active {
        color: #302829;
        background: #efbbb5;
    }

    .mobile-dock a.is-active span {
        transform: translateY(-1px) scale(1.06);
    }

    .mobile-dock span {
        font-size: 19px;
    }

    .mobile-dock small {
        font-size: 8px;
        letter-spacing: .01em;
    }

    .mobile-dock b {
        top: 1px;
        right: 12%;
        min-width: 19px;
        height: 19px;
        font-size: 8px;
        box-shadow: 0 0 0 2px #1f1c1c;
    }

    .showcase-slider {
        min-height: 650px;
        height: min(690px, calc(100svh - 76px));
    }

    .showcase-inner {
        padding-top: 58px;
    }

    .showcase-content h1 {
        font-size: clamp(48px, 14vw, 62px);
    }

    .showcase-primary {
        min-height: 52px;
    }

    .showcase-secondary {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        padding-block: 10px;
    }

    .showcase-controls {
        bottom: 42px;
    }

    .showcase-arrow,
    .showcase-toggle {
        width: 46px;
        height: 46px;
    }

    .showcase-toggle {
        bottom: 103px;
    }

    .showcase-dots {
        gap: 0;
        margin-left: 2px;
    }

    .showcase-dots button {
        position: relative;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: transparent !important;
    }

    .showcase-dots button::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 2px;
        content: '';
        background: currentColor;
        transform: translate(-50%, -50%);
    }

    .showcase-dots button.is-active::after,
    .showcase-dots button[aria-selected="true"]::after {
        width: 34px;
        height: 3px;
        background: var(--slider-accent, #ef8f7d);
    }

    .moment-bento,
    .atelier-values,
    .recommendation-track,
    .atelier-families,
    .product-thumbnails,
    .footer-instagram-track {
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .moment-bento::-webkit-scrollbar,
    .atelier-values::-webkit-scrollbar,
    .recommendation-track::-webkit-scrollbar,
    .atelier-families::-webkit-scrollbar,
    .product-thumbnails::-webkit-scrollbar,
    .footer-instagram-track::-webkit-scrollbar {
        display: none;
    }

    .moment-card,
    .atelier-values article,
    .recommendation-card {
        scroll-snap-stop: always;
    }

    .atelier-section-head h2,
    .atelier-catalog-head h2,
    .value-intro h2,
    .story-message h2 {
        font-size: clamp(37px, 11vw, 44px);
    }

    .atelier-search > div {
        min-height: 52px;
        border-radius: 16px;
    }

    .atelier-search input {
        min-height: 50px;
        font-size: 16px;
    }

    .atelier-search > div > button {
        width: 50px;
        min-width: 50px;
        min-height: 50px;
    }

    .catalog-advanced {
        margin-top: 10px;
    }

    .catalog-advanced > summary {
        display: flex;
        min-height: 48px;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        color: #5f4b4e;
        background: #fffaf6;
        border: 1px solid #e4d4cc;
        border-radius: 14px;
        font-size: 11px;
        font-weight: 800;
        list-style: none;
    }

    .catalog-advanced > summary::-webkit-details-marker {
        display: none;
    }

    .catalog-advanced > summary::after {
        margin-left: auto;
        content: '⌄';
        font-size: 17px;
        transition: transform .2s ease;
    }

    .catalog-advanced[open] > summary::after {
        transform: rotate(180deg);
    }

    .catalog-advanced > summary b {
        display: grid;
        min-width: 24px;
        height: 24px;
        margin: 0 10px 0 auto;
        padding: 0 6px;
        place-items: center;
        color: #fff;
        background: #76575a;
        border-radius: 99px;
        font-size: 9px;
    }

    .catalog-advanced[open] > .mobile-filter-backdrop {
        position: fixed;
        z-index: 109;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background: rgba(32, 27, 27, .58);
        backdrop-filter: blur(4px);
    }

    .catalog-advanced[open] > div {
        position: fixed;
        z-index: 110;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        max-height: min(86dvh, 760px);
        grid-template-columns: 1fr !important;
        gap: 14px;
        margin: 0;
        padding: 20px var(--mobile-edge) calc(22px + env(safe-area-inset-bottom));
        overflow-y: auto;
        background: #fffaf6;
        border: 0;
        border-radius: 28px 28px 0 0;
        box-shadow: 0 -25px 75px rgba(44, 31, 31, .26);
        animation: mobile-sheet-in .25s ease both;
    }

    .mobile-filter-sheet-head {
        position: sticky;
        z-index: 2;
        top: -20px;
        display: flex;
        grid-column: 1;
        align-items: center;
        justify-content: space-between;
        margin: -20px calc(var(--mobile-edge) * -1) 2px;
        padding: 18px var(--mobile-edge) 14px;
        background: rgba(255, 250, 246, .96);
        border-bottom: 1px solid #eadbd4;
        backdrop-filter: blur(14px);
    }

    .mobile-filter-sheet-head div {
        display: grid;
        gap: 3px;
    }

    .mobile-filter-sheet-head small {
        color: #9c7778;
        font-size: 7px;
        font-weight: 800;
        letter-spacing: .14em;
    }

    .mobile-filter-sheet-head strong {
        font: 600 25px 'Playfair Display', serif;
    }

    .mobile-filter-sheet-head button {
        width: 48px;
        height: 48px;
        padding: 0;
        color: #5e494c;
        background: #f1e2dc;
        border: 0;
        border-radius: 50%;
        font-size: 25px;
    }

    .catalog-advanced > div > label {
        font-size: 10px;
        font-weight: 800;
    }

    .catalog-advanced input:not([type="checkbox"]),
    .catalog-advanced select {
        min-height: 50px;
        margin-top: 7px;
        padding-inline: 13px;
        color: #322a2a;
        background: #fff;
        border: 1px solid #dcccc4;
        border-radius: 12px;
        font-size: 16px;
    }

    .catalog-advanced fieldset {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 4px 0;
    }

    .catalog-advanced fieldset label {
        display: flex;
        min-height: 48px;
        align-items: center;
        gap: 9px;
        padding: 10px;
        background: #f5eae4;
        border-radius: 12px;
        font-size: 10px;
    }

    .catalog-advanced input[type="checkbox"] {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        accent-color: #76575a;
    }

    .atelier-search .catalog-filter-submit {
        position: sticky;
        z-index: 3;
        bottom: 0;
        width: 100%;
        min-width: 100%;
        min-height: 54px;
        margin-top: 2px;
        color: #fff;
        background: #60494d;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(74, 50, 52, .18);
        font-size: 12px;
    }

    .atelier-search .catalog-filter-submit:hover {
        background: #4d3d40;
        transform: none;
    }

    .atelier-families a {
        min-height: 48px;
        padding: 0 17px;
    }

    .catalog-toolbar {
        top: 76px;
        min-height: 52px;
        padding: 8px 10px;
        border-radius: 15px;
    }

    .catalog-toolbar button {
        width: 44px;
        height: 44px;
    }

    .catalog-card-actions {
        top: 50px;
        right: 9px;
        gap: 8px;
    }

    .catalog-icon-action {
        width: 44px;
        height: 44px;
        font-size: 18px;
        box-shadow: 0 9px 24px rgba(50, 37, 36, .16);
    }

    .atelier-add,
    .catalog-configure {
        min-height: 50px;
        border-radius: 14px;
        font-size: 11px;
    }

    .atelier-add b {
        width: 34px;
        height: 34px;
    }

    .quick-view-modal {
        inset: auto 0 0;
        width: 100%;
        max-width: none;
        max-height: 92dvh;
        margin: 0;
        border-radius: 28px 28px 0 0;
    }

    .quick-view-modal[open] {
        display: block;
        overflow-y: auto;
    }

    .quick-view-media {
        min-height: 245px;
        height: 34dvh;
    }

    .quick-view-close {
        width: 48px;
        height: 48px;
    }

    .quick-view-copy {
        padding: 27px var(--mobile-edge) calc(25px + env(safe-area-inset-bottom));
    }

    .quick-view-copy h2 {
        margin-block: 10px 14px;
        font-size: 34px;
    }

    .quick-view-price {
        margin: 19px 0;
    }

    .quick-view-copy .atelier-button {
        display: flex;
        min-height: 54px;
        align-items: center;
        justify-content: space-between;
    }

    .compare-drawer {
        bottom: calc(var(--mobile-dock-height) + 19px + env(safe-area-inset-bottom));
        min-height: 58px;
        width: calc(100vw - 20px);
        padding: 9px 10px 9px 16px;
        border-radius: 18px;
    }

    .compare-drawer > a {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
        padding-inline: 15px;
    }

    .cart-drawer-panel {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: min(82dvh, 720px);
        padding: 20px var(--mobile-edge) calc(20px + env(safe-area-inset-bottom));
        background: #fbf7f1;
        border-radius: 28px 28px 0 0;
        box-shadow: 0 -25px 75px rgba(35, 28, 27, .28);
        transform: translateY(105%);
    }

    .cart-drawer-shell.is-open .cart-drawer-panel {
        transform: none;
    }

    .cart-drawer-panel > header button {
        width: 48px;
        height: 48px;
    }

    .cart-drawer-panel > footer > a {
        min-height: 54px;
        align-items: center;
    }

    .cart-drawer-empty {
        padding: 55px 12px;
    }

    .product-breadcrumb {
        display: flex;
        min-height: 52px;
        align-items: center;
        gap: 10px;
        margin: 0;
        padding: 0 var(--mobile-edge);
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .product-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .product-breadcrumb a {
        display: inline-flex;
        min-height: 44px;
        align-items: center;
    }

    body:not(.home-v3) .product-detail {
        padding-top: 12px;
    }

    .product-gallery .detail-image {
        height: min(82vw, 420px);
        border-radius: 22px;
    }

    .product-zoom {
        min-width: 48px;
        min-height: 48px;
    }

    .product-thumbnails button {
        flex-basis: 76px;
        height: 76px;
    }

    .product-title-actions {
        align-items: flex-start;
    }

    .product-detail h1 {
        font-size: clamp(39px, 12vw, 48px);
        line-height: .98;
    }

    .favorite-button {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .detail-price-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .detail-price-row .price {
        margin-bottom: 0;
        font-size: 27px;
    }

    .detail-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .detail-features {
        grid-template-columns: 1fr;
    }

    .detail-features > div {
        min-height: 62px;
    }

    .buy-form.product-configurator {
        gap: 10px;
    }

    .buy-form.product-configurator:not(:has(.personalization-field)):not(:has(select)) {
        position: sticky;
        z-index: 60;
        bottom: calc(var(--mobile-dock-height) + 22px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: 78px 1fr !important;
        margin: 20px calc(var(--mobile-edge) * -1) 12px;
        padding: 11px var(--mobile-edge);
        background: rgba(255, 253, 249, .94);
        border: 1px solid rgba(102, 79, 80, .12);
        border-radius: 20px;
        box-shadow: 0 16px 45px rgba(50, 37, 37, .18);
        backdrop-filter: blur(16px);
    }

    .buy-form.product-configurator:not(:has(.personalization-field)):not(:has(select)) label {
        margin: 0;
        font-size: 8px;
    }

    .buy-form.product-configurator:not(:has(.personalization-field)):not(:has(select)) input {
        width: 100%;
        min-height: 50px;
        margin: 5px 0 0;
        border-radius: 12px;
        font-size: 16px;
    }

    .buy-form.product-configurator .button {
        min-height: 54px;
        margin-top: 0;
        border-radius: 14px;
    }

    .product-lightbox {
        width: 100vw;
        max-width: none;
        height: 100dvh;
        max-height: none;
        margin: 0;
        border-radius: 0;
    }

    .product-lightbox button {
        width: 50px;
        height: 50px;
    }

    .price-alert-box summary,
    .price-alert-login,
    .stock-alert-button {
        min-height: 48px;
    }

    .cart-page {
        padding-inline: var(--mobile-edge);
    }

    .cart-page > h1 {
        font-size: clamp(39px, 11vw, 47px);
    }

    .cart-page .empty {
        display: grid;
        min-height: 340px;
        padding: 34px 24px;
        place-content: center;
        border-radius: 24px;
    }

    .cart-page .empty h2 {
        font-size: clamp(40px, 12vw, 55px);
        line-height: .95;
    }

    .cart-page .empty .button {
        min-height: 52px;
        border-radius: 99px;
    }

    .cart-item {
        grid-template-columns: 82px minmax(0, 1fr) 44px;
        gap: 12px;
        padding: 14px;
        border-radius: 18px;
    }

    .cart-item .mini-image {
        width: 82px;
        height: 82px;
        border-radius: 14px;
    }

    .cart-item > form:nth-of-type(1) {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: 1fr auto;
        gap: 8px;
    }

    .cart-item > form:nth-of-type(1) input {
        width: 100%;
        min-height: 46px;
        padding: 9px;
        border: 1px solid #ded0c9;
        border-radius: 11px;
        font-size: 16px;
    }

    .cart-item > form:nth-of-type(1) button {
        min-height: 46px;
        padding: 0 16px;
        color: #fff;
        background: #654e52;
        border-radius: 11px;
        font-weight: 800;
    }

    .cart-item > form:last-child {
        grid-column: 3;
        grid-row: 1;
    }

    .cart-item .remove {
        width: 44px;
        height: 44px;
        padding: 0;
        color: #8d4d4d;
        background: #f4e2df;
        border-radius: 50%;
    }

    .checkout {
        padding: 23px 18px;
        border-radius: 22px;
    }

    .checkout input:not([type="checkbox"]),
    .checkout select,
    .checkout textarea,
    .tracking-form input,
    .login-card input:not([type="checkbox"]) {
        min-height: 50px;
        border-radius: 11px;
        font-size: 16px;
    }

    .checkout .button,
    .tracking-form button,
    .registered-checkout .button,
    .confirmation .whatsapp {
        min-height: 54px;
        border-radius: 14px;
    }

    .account-security-page,
    .tracking-page,
    .confirmation {
        width: calc(100% - (var(--mobile-edge) * 2));
    }

    .customer-auth-page {
        padding: 24px 0 36px;
    }

    .customer-auth-page .login-card {
        width: calc(100% - (var(--mobile-edge) * 2));
        padding: 28px 20px;
        border-radius: 24px;
    }

    .customer-auth-page .login-card .brand {
        min-height: 48px;
    }

    .customer-auth-page .login-card input:not([type="checkbox"]),
    .auth-card input:not([type="checkbox"]) {
        min-height: 50px;
        font-size: 16px;
    }

    .customer-auth-page .login-card .auth-check {
        min-height: 48px;
        align-items: center;
        padding-block: 5px;
        font-size: 11px !important;
    }

    .customer-auth-page .login-card .auth-check input {
        width: 22px;
        height: 22px;
        min-height: 22px;
        flex: 0 0 22px;
        margin: 0;
    }

    .customer-auth-page .login-card .button,
    .auth-card .button {
        min-height: 54px;
        border-radius: 14px;
    }

    .customer-auth-page > a {
        display: flex;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        padding: 8px 16px;
    }

    .auth-shell {
        display: grid;
        min-height: calc(100dvh - 110px);
        padding: 34px var(--mobile-edge) 115px;
        place-items: center;
        background: radial-gradient(circle at 15% 10%, #f0dad6 0, transparent 34%), #f8f0eb;
    }

    .auth-card {
        width: 100%;
        padding: 28px 20px;
        background: #fff;
        border: 1px solid #ead8d1;
        border-radius: 24px;
        box-shadow: 0 24px 60px rgba(91, 64, 62, .14);
    }

    .auth-card h1 {
        margin: 10px 0 12px;
        font: 600 39px/1 'Playfair Display', serif;
    }

    .auth-card > p {
        color: #7f716e;
        font-size: 12px;
        line-height: 1.65;
    }

    .auth-card form,
    .two-factor-card form {
        display: grid;
        gap: 14px;
    }

    .auth-card label,
    .two-factor-card label {
        display: grid;
        gap: 7px;
        font-size: 11px;
        font-weight: 800;
    }

    .auth-card input,
    .two-factor-card input {
        width: 100%;
        padding: 12px 13px;
        background: #fff;
        border: 1px solid #dfd0c9;
        border-radius: 11px;
    }

    .flash {
        top: 112px;
        z-index: 95;
        border-radius: 14px;
    }

    @keyframes mobile-sheet-in {
        from {
            opacity: 0;
            transform: translateY(28px);
        }
    }
}

@media (max-width: 430px) {
    .catalog-toolbar {
        position: relative;
        top: auto;
        justify-content: flex-start;
        margin-bottom: 14px;
        padding-inline: 4px;
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    .catalog-toolbar > span {
        display: block;
        font-size: 10px;
    }

    .catalog-toolbar > span b {
        font-size: 18px;
    }

    .catalog-toolbar > div {
        display: none;
    }

    .atelier-products-section {
        padding-inline: var(--mobile-edge);
    }

    .atelier-families {
        margin-inline: calc(var(--mobile-edge) * -1);
        padding-inline: var(--mobile-edge);
    }

    .atelier-product-grid {
        gap: 16px;
    }

    .atelier-product-card {
        border-radius: 20px;
    }

    .atelier-product-visual {
        height: min(78vw, 360px);
    }

    .atelier-product-info {
        padding: 18px 16px 14px;
    }

    .atelier-product-info h3 {
        font-size: 23px;
    }

    .atelier-product-info p {
        font-size: 11px;
        line-height: 1.6;
    }

    .atelier-product-card > form {
        padding: 0 11px 11px;
    }

    .catalog-configure {
        margin: 0 11px 11px;
    }

    .catalog-badges {
        max-width: 67%;
    }

    .catalog-badges span {
        padding: 6px 8px;
        font-size: 7px;
    }

    .mobile-filter-sheet-head strong {
        font-size: 23px;
    }

    .cart-drawer-panel h2 {
        font-size: 28px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .atelier-product-card:hover,
    .moment-card:hover,
    .showcase-primary:hover {
        transform: none;
    }

    .catalog-icon-action:active,
    .atelier-add:active,
    .mobile-dock a:active,
    .showcase-primary:active {
        transform: scale(.97);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-filter-sheet-head,
    .catalog-advanced[open] > div {
        animation: none;
    }
}
