@media (max-width: 1440px) {}

@media (max-width: 1240px) {
    .news__bottom {
        display: flex;
        justify-content: center;
    }

    .news__card {
        max-width: 350px;
    }

    .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .account-page__inner {
        gap: 16px;
    }

    .account-page__sidebar {
        flex-basis: 252px;
        width: 252px;
    }

    .account-page__sidebar-title {
        font-size: 26px;
    }

    .account-page__content .account-data-form__title {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {

    .cookie-consent {
        right: 8px;
        left: 8px;
        bottom: calc(8px + env(safe-area-inset-bottom));
        width: auto;
        max-width: none;
        z-index: 1102;
    }

    .category__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(8px, 1.4vw, 12px);
    }

    .catalog__layout {
        grid-template-columns: 1fr;
    }

    .catalog__head-inner {
        display: block;
    }

    .catalog__title {
        text-align: center;
    }

    .catalog__title.is-loading::after {
        right: 8px;
    }
    .catalog-empty__back {
        width: 100%;
    }

    .catalog__controls {
        margin-top: 12px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-top: 1px solid var(--color-border);
        border-bottom: 1px solid var(--color-border);
        background: #fff;
        position: relative;
        overflow: hidden;
        isolation: isolate;
    }

    .catalog__content.is-loading .catalog__controls {
        pointer-events: none;
    }

    .catalog__content.is-loading .catalog__controls > * {
        opacity: .22;
        filter: saturate(.6);
    }

    .catalog__content.is-loading .catalog__controls::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(37, 55, 87, 0.08) 0%, rgba(37, 55, 87, 0.16) 50%, rgba(37, 55, 87, 0.08) 100%);
        background-size: 200% 100%;
        animation: catalog-filter-shimmer 1.1s ease-in-out infinite;
    }

    .catalog__content.is-loading .catalog-ordering.is-loading .catalog-ordering__trigger {
        padding-left: 16px;
    }

    .catalog__content.is-loading .catalog-ordering.is-loading .catalog-ordering__trigger::before {
        content: none;
        animation: none;
    }

    .catalog__ordering {
        width: 100%;
    }

    .catalog__ordering .woocommerce-ordering {
        width: 100%;
    }

    .catalog-ordering {
        width: 100%;
        min-width: 0;
    }

    .catalog-ordering__trigger {
        min-height: 52px;
        border: none;
        border-radius: 0;
        background: transparent;
        padding: 0 16px;
    }

    .catalog-ordering__menu {
        right: auto;
        left: 0;
        min-width: 100%;
    }

    .catalog__filter-open {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        border: none;
        border-left: 1px solid var(--color-border);
        border-radius: 0;
        background: transparent;
        padding: 0 12px;
    }

    .catalog__result-count {
        margin-top: 14px;
    }

    .catalog__sidebar {
        display: block;
        position: fixed;
        inset: 0;
        width: 100%;
        max-width: 100vw;
        padding: 60px 16px 140px 16px;
        background: var(--color-body);
        z-index: 120;
        overflow-y: auto;
        transform: translateX(100%);
        visibility: hidden;
        pointer-events: none;
        transition: transform .25s ease, visibility .25s ease;
    }

    .catalog__layout.is-filter-open .catalog__sidebar {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .catalog-filter {
        min-height: 100%;
        padding-bottom: 16px;
        justify-content: center;
    }

    .catalog-filter__content[data-filter-scroll] > .catalog-filter__list,
    .catalog-filter__content[data-filter-scroll] > [data-filter-category-groups] {
        max-height: 42vh;
    }

    .catalog__content.is-loading [data-catalog-results] {
        opacity: .35;
    }

    .catalog-filter__head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 12px;
    }

    .catalog-filter__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .catalog-filter__actions {
        background: var(--color-body);
        padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
        border-top: 1px solid var(--color-border);
    }

    .nav-element__logo {
        display: none;
    }

    .search-form {
        max-width: none;
    }

    .header {
        padding: 15px 0px;
    }

    .header__start {
        display: none;
    }

    .header__nav {
        display: none;
    }

    .mega-nav {
        display: none;
    }

    .nav-mobile {
        display: flex;
    }

    /* Mobile catalog */
    .mobile-catalog {
        position: fixed;
        inset: 0;
        z-index: 100111;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s ease;
    }

    .mobile-catalog__backdrop {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.35);
        opacity: 0;
        transition: opacity 0.25s ease;
    }

    .mobile-catalog.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-catalog.is-open .mobile-catalog__backdrop {
        opacity: 1;
    }

    .mobile-catalog__modal {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
        width: min(320px, calc(100vw - 64px));
        background: #fff;
        border-right: 1px solid var(--color-border);
        border-radius: 0 18px 18px 0;
        box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
        overflow: visible;
        display: flex;
        flex-direction: column;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        will-change: transform;
    }

    .mobile-catalog.is-open .mobile-catalog__modal {
        transform: translateX(0);
    }

    .mobile-catalog__close {
        position: absolute;
        top: calc(16px + env(safe-area-inset-top));
        right: -52px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        border: 1px solid var(--color-border);
        background: #fff url(../image/icons/cancel.webp) center / 18px 18px no-repeat;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .10);
        z-index: 3;
        transition: var(--transition);
    }

    .mobile-catalog__close:hover {
        background-color: var(--color-surface, #f8fafc);
    }

    .mobile-catalog__tabs {
        display: flex;
        gap: 10px;
        padding: calc(16px + env(safe-area-inset-top)) 14px 10px 14px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        border-bottom: 1px solid var(--color-border);
    }

    .mobile-catalog__tabs::-webkit-scrollbar {
        display: none;
    }

    .mobile-catalog__tab {
        flex: 0 0 auto;
        height: 36px;
        padding: 0 14px;
        border-radius: 999px;
        border: 1px solid var(--color-border);
        background: #fff;
        color: var(--color-text, #0f172a);
        font-weight: 600;
        font-size: 14px;
        transition: var(--transition);
        cursor: pointer;
        white-space: nowrap;
    }

    .mobile-catalog__tab:hover {
        background: var(--color-surface, #f8fafc);
    }

    .mobile-catalog__tab.is-active {
        background: var(--color-accent, #0f172a);
        border-color: var(--color-accent, #0f172a);
        color: #fff;
    }

    .mobile-catalog__body {
        flex: 1 1 auto;
        min-height: 0;
        position: relative;
        overflow: hidden;
    }

    .mobile-catalog__screens {
        height: 100%;
        width: 300%;
        display: flex;
        transform: translateX(0);
        transition: transform 0.28s ease;
        will-change: transform;
    }

    .mobile-catalog__screen {
        width: 33.333333%;
        height: 100%;
        overflow-y: auto;
        padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
    }

    .mobile-catalog__screen--grandcats,
    .mobile-catalog__screen--greatgrandcats {
        background: #fff;
    }

    .mobile-catalog--grand-open .mobile-catalog__screens {
        transform: translateX(-33.333333%);
    }

    .mobile-catalog--greatgrand-open .mobile-catalog__screens {
        transform: translateX(-66.666667%);
    }

    .mobile-catalog__back {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        border: 1px solid var(--color-border);
        background: #fff;
        margin-bottom: 10px;
        transition: var(--transition);
    }

    .mobile-catalog__back:hover {
        background: var(--color-surface, #f8fafc);
    }

    .mobile-catalog__list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .mobile-catalog__item {
        display: grid;
        grid-template-columns: 40px 1fr 18px;
        align-items: center;
        gap: 12px;
        padding: 10px 12px;
        border-radius: 14px;
        border: 1px solid var(--color-border);
        background: #fff;
        text-align: left;
        color: var(--color-text, #0f172a);
        transition: var(--transition);
        cursor: pointer;
    }

    .mobile-catalog__item:hover {
        background: var(--color-surface, #f8fafc);
    }

    .mobile-catalog__thumb {
        width: 40px;
        height: 40px;
        border-radius: 999px;
        background: var(--color-surface, #f8fafc);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
    }

    .mobile-catalog__label {
        font-weight: 600;
        font-size: 15px;
        min-width: 0;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.2;
    }

    .mobile-catalog__chevron {
        width: 18px;
        height: 18px;
        opacity: 0.7;
        justify-self: end;
        background: url(../image/icons/arrow-narrow-left.svg) center / contain no-repeat;
        transform: rotate(180deg);
    }

    .mobile-catalog__link {
        display: grid;
        grid-template-columns: 1fr 18px;
        gap: 12px;
        align-items: center;
        padding: 12px 12px;
        border-radius: 14px;
        border: 1px solid var(--color-border);
        background: #fff;
        color: var(--color-text, #0f172a);
        transition: var(--transition);
    }

    .mobile-catalog__link:hover {
        background: var(--color-surface, #f8fafc);
    }

    .mobile-catalog__link .mobile-catalog__label {
        font-weight: 600;
        font-size: 15px;
    }

    .mobile-catalog__link .mobile-catalog__chevron {
        opacity: 0.35;
    }

    body.is-mobile-catalog-open .nav-mobile {
        pointer-events: none;
    }

    .promotion-swiper__slide {
        min-height: 500px;
    }

    .promotion-swiper__button-prev,
    .promotion-swiper__button-next {
        display: none;
    }

    .buynow__products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .news__bottom {
        justify-content: center;
        flex-wrap: wrap;
    }

    .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer {
        padding: 30px 0 90px;
    }

    .footer__inner {
        justify-content: space-between;
        gap: 40px;
    }

    .footer__info {
        margin-right: 30px;
    }

    .footer__links {
        grid-template-columns: repeat(2, 0.6fr);
    }

    .account-page {
        padding: 34px 0 46px;
    }

    .account-page__inner {
        flex-direction: column;
        gap: 14px;
    }

    .account-page__sidebar {
        flex: 1 1 auto;
        width: 100%;
        min-height: 0;
    }

    .account-page__sidebar-title {
        padding: 16px;
        font-size: 24px;
    }

    .account-page__sidebar-body {
        padding: 12px;
        gap: 14px;
    }

    .account-page__content {
        min-height: 0;
        padding: 8px;
    }

    .account-page__content .account-orders__head,
    .account-page__content .account-orders__item {
        padding: 12px;
    }

    .account-page__content .account-orders__head,
    .account-page__content .account-orders__row {
        gap: 10px;
    }

    .account-page__content .account-orders__head-col,
    .account-page__content .account-orders__value {
        font-size: 15px;
    }

    .account-page__content .account-orders__status {
        font-size: 13px;
    }

    .account-page__content .account-orders__button {
        min-height: 34px;
        padding: 7px 12px;
        font-size: 13px;
    }

    .account-page__content .account-orders__page {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .account-page__content .account-orders-empty {
        min-height: 300px;
        padding: 20px;
    }

    .account-page__content .account-data-form__title {
        font-size: 30px;
    }

    .account-page__content .customs-profile__group {
        padding: 16px 14px 14px;
    }

    .account-page__content .customs-profile__title,
    .account-page__content .customs-profile__group-title {
        font-size: 30px;
    }

    .account-page__content .customs-profile__row--cols-4,
    .account-page__content .customs-profile__row--cols-3,
    .account-page__content .customs-profile__row--address-secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-page__content .customs-profile__field--street {
        grid-column: span 2;
    }

    .account-page__content .account-data-form__field {
        flex-basis: calc(50% - 6px);
        min-width: 0;
    }

    .account-page__content .account-data-form__grid--password .account-data-form__field {
        flex-basis: calc(50% - 6px);
    }

    .account-page__content .account-data-form__field--email,
    .account-page__content .account-data-form__field--phone {
        flex-basis: calc(50% - 6px);
    }

    /* Account profile (<=1024px): 1st row = First/Last, 2nd row = Patronymic/Phone/Email */
    .account-page__content .account-data-form__section--profile .account-data-form__grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 24px;
    }

    .account-page__content .account-data-form__section--profile .account-data-form__field--first-name,
    .account-page__content .account-data-form__section--profile .account-data-form__field--last-name {
        grid-column: span 3;
    }

    .account-page__content .account-data-form__section--profile .account-data-form__field--display-name,
    .account-page__content .account-data-form__section--profile .account-data-form__field--phone,
    .account-page__content .account-data-form__section--profile .account-data-form__field--email {
        grid-column: span 2;
    }

    .account-page__content .account-data-form__section--profile .account-data-form__field--first-name {
        order: 1;
    }

    .account-page__content .account-data-form__section--profile .account-data-form__field--last-name {
        order: 2;
    }

    .account-page__content .account-data-form__section--profile .account-data-form__field--display-name {
        order: 3;
    }

    .account-page__content .account-data-form__section--profile .account-data-form__field--phone {
        order: 4;
    }

    .account-page__content .account-data-form__section--profile .account-data-form__field--email {
        order: 5;
    }

    .auth-hero__inner {
        padding: 0 15px;
    }

    .auth-hero__title {
        text-align: center;
    }

    .auth-hero__subtitle {
        text-align: center;
        margin-bottom: 8px;
    }

}

@media (max-width: 768px) {
    .category__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .product-tabs__tab {
        font-size: 22px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .buynow__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .discount {
        font-size: 12px;
    }

    .news__bottom {
        display: flex;
    }

    .news__card {
        max-width: none;
    }

    .footer__links {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .promotion-del__inner {
        max-width: 330px;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-page__sidebar-title {
        font-size: 22px;
    }

    .account-page .woocommerce-MyAccount-navigation-link a {
        min-height: 48px;
        font-size: 16px;
    }

    .account-page__logout {
        min-height: 42px;
        padding: 0 18px;
        font-size: 16px;
    }

    .account-page__content .account-data-form__section {
        padding: 14px;
    }

    .account-page__content .account-data-form__title {
        font-size: 26px;
    }

    .account-page__content .customs-profile__title,
    .account-page__content .customs-profile__group-title {
        font-size: 26px;
    }

    .account-page__content .customs-profile__group {
        padding: 14px;
    }

    .account-page__content .customs-profile__row--cols-4,
    .account-page__content .customs-profile__row--cols-3,
    .account-page__content .customs-profile__row--address-secondary,
    .account-page__content .customs-profile__row--cols-2 {
        grid-template-columns: 1fr;
    }

    .account-page__content .customs-profile__field--street {
        grid-column: auto;
    }

    .account-page__content .customs-profile__field .input-text {
        min-height: 48px;
        font-size: 16px;
    }

    .account-page__content .customs-profile__submit {
        width: 100%;
        min-height: 46px;
        font-size: 16px;
        justify-content: center;
    }

    .account-page__content .account-data-form__field {
        flex-basis: 100%;
    }

    /* Reset the profile grid back to flex for mobile */
    .account-page__content .account-data-form__section--profile .account-data-form__grid {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .account-page__content .account-data-form__section--profile .account-data-form__field--first-name,
    .account-page__content .account-data-form__section--profile .account-data-form__field--last-name,
    .account-page__content .account-data-form__section--profile .account-data-form__field--display-name,
    .account-page__content .account-data-form__section--profile .account-data-form__field--phone,
    .account-page__content .account-data-form__section--profile .account-data-form__field--email {
        order: 0;
    }

    .account-page__content .account-data-form__grid--password .account-data-form__field {
        flex-basis: 100%;
    }

    .account-page__content .account-data-form__field .input-text {
        min-height: 48px;
        font-size: 16px;
    }

    .account-page__content .account-data-form__actions .button {
        width: 100%;
        justify-content: center;
        min-height: 46px;
        font-size: 16px;
    }

    .account-page__content .account-orders__head {
        display: none;
    }

    .account-page__content .account-orders__item {
        padding: 12px;
    }

    .account-page__content .account-orders__row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .account-page__content .account-orders__cell {
        border-bottom: 1px solid var(--color-border);
        padding-bottom: 8px;
    }

    .account-page__content .account-orders__cell:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .account-page__content .account-orders__label {
        display: block;
    }

    .account-page__content .account-orders__value {
        font-size: 15px;
    }

    .account-page__content .account-orders__cell--order-actions {
        align-items: flex-start;
    }

    .account-page__content .account-orders__actions {
        justify-content: flex-start;
    }

    .account-page__content .account-orders__pagination {
        justify-content: flex-start;
    }

    .account-page__content .account-orders__pagination-wrap {
        margin-top: 14px;
    }

    .account-page__content .account-orders-empty {
        min-height: 260px;
    }

    .account-page__content .account-orders-empty__button {
        width: 100%;
        max-width: 240px;
        justify-content: center;
    }

}

@media (max-width: 480px) {
    .catalog-filter__price {
        flex-direction: column;
    }

    .category__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .buynow__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nav-mobile__link {
        font-size: 12px;
    }

    .account-page {
        padding: 24px 0 30px;
    }

    .account-page__sidebar-title {
        padding: 14px;
        font-size: 20px;
    }

    .account-page .woocommerce-MyAccount-navigation-link a {
        min-height: 44px;
    }

    .account-page__content .account-data-form__title {
        font-size: 22px;
    }

    .account-page__content .customs-profile__group {
        padding: 14px 12px 12px;
    }

    .account-page__content .customs-profile__title,
    .account-page__content .customs-profile__group-title {
        font-size: 22px;
    }

    .account-page__content .customs-profile__icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        flex-basis: 40px;
    }

    .account-page__content .customs-profile__icon img {
        width: 20px;
        height: 20px;
    }

    .account-page__content .account-orders__button {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .account-page__content .account-orders__page {
        min-width: 30px;
        height: 30px;
        font-size: 12px;
        border-radius: 7px;
    }

    .account-page__content .account-orders-empty {
        min-height: 220px;
        padding: 16px;
    }
}

@media (max-width: 340px) {}

@media (max-width: 992px) {
    .account-page__content .account-view-order__heading {
        font-size: 20px;
    }

    .account-page__content .account-view-order__cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-page__content .account-view-order__product {
        grid-template-columns: 122px minmax(0, 1fr);
    }

    .account-page__content .account-view-order__section-title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .account-page__content .account-view-order__hero-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-page__content .account-view-order__hero-head-right {
        width: 100%;
        align-items: flex-start;
    }

    .account-page__content .account-view-order__actions {
        width: 100%;
        justify-content: flex-start;
    }

    .account-page__content .account-view-order__button {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .account-page__content .account-view-order__card {
        padding: 12px;
    }

    .account-page__content .account-view-order__cols {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .account-page__content .account-view-order__product {
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .account-page__content .account-view-order__product-title {
        font-size: 15px;
    }

    .account-page__content .account-view-order__field {
        min-height: 40px;
        padding: 8px 10px;
    }

    .account-page__content .account-view-order__field-label,
    .account-page__content .account-view-order__field-value {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .account-page__content .account-view-order__heading {
        font-size: 14px;
    }

    .account-page__content .account-view-order__section-title {
        font-size: 15px;
    }

    .account-page__content .account-view-order__product {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 8px;
        padding: 8px;
    }

    .account-page__content .account-view-order__product-title {
        font-size: 14px;
    }

    .account-page__content .account-view-order__product-total {
        font-size: 14px;
    }

    .account-page__content .account-view-order__field {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .account-page__content .account-view-order__field-value {
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .account-page__content .wishlist-panel__head {
        padding: 12px 14px;
    }

    .account-page__content .wishlist-panel__title {
        font-size: 16px;
    }

    .account-page__content .wishlist-card {
        grid-template-columns: 20px minmax(64px, 86px) minmax(0, 1fr);
        padding: 10px 12px;
    }

    .account-page__content .wishlist-card--no-check {
        grid-template-columns: minmax(64px, 86px) minmax(0, 1fr);
    }

    .account-page__content .wishlist-card__media {
        width: 86px;
        height: 86px;
    }

    .account-page__content .wishlist-panel__footer {
        gap: 12px;
    }

    .account-page__content .wishlist-footer-actions {
        padding: 12px 14px;
    }

    .account-page__content .wishlist-footer-pagination {
        padding: 12px 12px;
        gap: 8px;
    }

    .account-page__content .wishlist-footer-pagination a.button {
        width: 36px;
        height: 36px;
        border-radius: 9px;
    }

    .account-page__content .wishlist-footer-pagination > span {
        min-height: 36px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .account-page__content .wishlist-panel__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-page__content .wishlist-panel__head-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .account-page__content .wishlist-card {
        grid-template-columns: 18px minmax(60px, 74px) minmax(0, 1fr);
        gap: 10px;
    }

    .account-page__content .wishlist-card--no-check {
        grid-template-columns: minmax(60px, 74px) minmax(0, 1fr);
    }

    .account-page__content .wishlist-card__media {
        width: 74px;
        height: 74px;
    }

    .account-page__content .wishlist-card__remove button {
        width: 28px;
        height: 28px;
    }

    .account-page__content .wishlist-card__actions .button {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .account-page__content .wishlist-panel__footer {
        grid-template-columns: 1fr;
    }

    .account-page__content .wishlist-footer-pagination {
        justify-content: flex-start;
    }
}
