@media only screen and (min-width: 1800px) {
  .products.columns-4 {
    grid-template-columns: repeat(5, 1fr);
  }
}

/*==========  Desktop First Method  ==========*/

/* for 1024 - 1279 */
@media only screen and (max-width: 1279px) {
  .main-header__inner {
    gap: 56px;
  }
  .top-header__right {
    gap: 26px;
  }
  .top-header__menu ul {
    gap: 25px;
  }
  #main-hero {
    /* height: 298px; */
  }
  .special-mini__top,
  .special-mini__bottom span {
    position: relative;
    z-index: 1;
  }
  .special-mini__img {
    max-height: 77%;
  }
  .--mt-40 {
    margin-top: 24px;
  }
  .banner_and_products {
    grid-template-columns: 1fr;
  }
  .big-category {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .big-category {
    padding: 16px;
  }
  .banner_and_products__products .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .info-block {
    padding: 30px;
  }
  .info-block__content {
    position: relative;
    z-index: 1;
  }
  .feature-item__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
  }
  #subscribe .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-col.footer__logo,
  .footer-col:has(.footer-socials) {
    flex: 0 0 50%;
  }
  .footer-col.footer__logo {
    order: -3;
    padding-bottom: 24px;
  }
  .footer-col:has(.footer-socials) {
    order: -2;
  }
  .footer-col.--contacts {
    order: -1;
  }
  .footer-socials {
    margin-left: auto;
    width: fit-content;
  }
  .footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .single-product__title {
    margin-top: 24px;
  }
  .single-header.is-sticky .single-product__link[href*="#product-crossell"],
  .single-header.is-sticky .single-product__link[href*="#product-upsell"] {
    display: none;
  }
  .single-header__right {
    display: none;
  }
  .single-header.is-sticky .single-header__right {
    display: flex;
  }
  .table.--attributes td {
    width: 50%;
  }
  .reviews-wrap__left,
  .product-row__cell:first-child {
    padding-right: 16px;
  }
  .reviews-wrap__right,
  .product-row__cell:last-child {
    padding-left: 16px;
  }
  .cart-page-wrapper {
    grid-template-columns: 1fr 0.495fr;
  }
  .cart-collaterals {
    padding-top: 24px;
  }
  .partners-wrap:has(.contact-section) {
    grid-template-columns: 0.75fr 1fr;
  }
}
/* for 768 - 1023 */
@media only screen and (max-width: 1023px) {
  .partners-wrap:has(.contact-section) {
    grid-template-columns: 1fr 1fr;
  }
  .partners-wrap__content {
    padding-right: 24px;
  }
  .partners-wrap__form {
    padding-left: 24px;
  }
  :root {
    --mobile-menu-top: 100px;
  }
  body {
    font-size: 14px;
  }
  .top-header__phone,
  .top-header__lang,
  .main-menu {
    display: none;
  }
  .main-header__inner {
    flex-wrap: wrap;
    gap: 8px;
  }
  .main-header__search {
    order: 2;
    flex: 0 0 100%;
  }
  .header-toggle,
  .header-toggle svg {
    display: block;
  }
  .header-toggle {
    cursor: pointer;
  }
  .main-header {
    padding-top: 7px;
    padding-bottom: 14px;
  }
  .category-card__content {
    padding: 8px;
  }
  .badge {
    font-size: 10px;
    line-height: 12px; /* 120% */
  }
  .product-card__price-current {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .product-card__title {
    display: block;
    margin-top: 5px;
  }
  .banner_and_products__products .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-banners_and_products h2 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
  .info-block__img {
    right: 0;
  }
  .info-block {
    padding: 24px;
  }
  .info-block__content {
    max-width: 215px;
  }
  .feature-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
  }
  .features-list {
    gap: 24px;
    max-width: 591px;
    margin: 0 auto;
  }
  .feature-item__icon img {
    max-width: 40px;
    max-height: 40px;
  }
  .subscribe {
    flex-direction: column;
    gap: 16px;
  }
  .subscribe-form__input {
    width: 419px;
  }
  .footer-col:not(:has(.footer-socials)):not(.footer__logo) {
    max-width: 172px;
  }
  .single-header {
    position: relative;
  }
  .single-header__content {
    flex-grow: 1;
  }
  .single-header__left {
    width: 100%;
  }
  .single-header {
    display: none;
  }
  .product-row {
    grid-template-columns: 1fr;
  }
  .product-row__cell:last-child {
    border-left: none;
  }
  .product-main.product-row {
    padding-top: 0;
  }
  .product-card__badges .badge {
    font-size: 12px;
  }
  .product-main__table-title {
    display: block;
  }
  .reviews-wrap__right,
  .product-row__cell:last-child {
    padding-left: 0;
  }
  .reviews-wrap__left,
  .product-row__cell:first-child {
    padding-right: 0;
  }
  .product-main__right {
    padding-top: 24px;
  }
  .product-main-meta {
    padding-top: 8px;
  }
  .product-card__rating-stars {
    display: flex;
  }
  .product-main-cart {
    margin-top: 12px;
  }
  .product-row {
    padding: 16px 0;
  }
  .product-row h2.h3,
  #product-reviews h2.h3 {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .product-row h2.h3:after,
  #product-reviews h2.h3:after {
    content: "\e15b";
    font-family: "Material Symbols Outlined";
    display: block;
    font-weight: 400;
    font-size: 24px;
  }
  .product-row h2.h3.--toggled:after,
  #product-reviews h2.h3.--toggled:after {
    content: "\e145";
  }
  .product-main-description__content,
  .product-main-features__content {
    margin-top: 9px;
    line-height: 150%;
  }
  .product-row {
    border: none;
    padding: 0;
  }
  .product-row__cell:not(.product-main__left):not(.product-main__right),
  #product-features,
  #product-reviews {
    padding: 13px 0;
    border-top: 1px solid #000;
  }
  .product-main-description,
  #product-reviews {
    margin-top: 16px;
  }
  .single-product div.product {
    display: flex;
    flex-direction: column;
  }
  #product-crossell,
  #product-upsell {
    order: 2;
  }
  .reviews-wrap__left {
    padding-right: 16px;
  }
  .reviews-wrap__right {
    padding-left: 16px;
  }
  .reviews-wrap {
    grid-template-columns: 1.24fr 2fr;
  }
  .review-item__stars {
    display: flex;
  }
  .review-item__text {
    font-size: 16px;
  }
  .reviews-summary__stars {
    display: flex;
    justify-content: center;
  }

  .cart-page-wrapper {
    grid-template-columns: 1fr 0.6fr;
  }
  .cart_totals {
    padding: 16px;
  }
  .cart-subtotal .h4 {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  .cart-collaterals .checkout-button {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.48px;
  }
  .cart-item__image {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
  }
  .cart-item {
    gap: 8px;
  }
  .cart-item__footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .cart-item__price-current.product-card__price-current {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  .cart-item__title {
    line-height: 140%;
  }
  .cart-item__price {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 8px 0;
  }
  .cart-item__quantity-controls .quantity-button {
    width: 24px;
    flex: 0 0 24px;
    height: 24px;
    font-size: 16px;
  }
  .cart-item__quantity-controls .quantity-button svg {
    width: 16px;
    height: 16px;
  }
  .cart-item__quantity-controls .quantity-button .material-symbols-outlined {
    font-size: 16px;
  }
  .cart-item__quantity-controls input {
    width: 32px;
    font-size: 14px;
    height: 24px;
  }
  .mini-cart-freeshipping__title {
    font-size: 14px;
  }
  .cart-additional-info {
    padding: 16px;
  }
  .cart-additional-info .product-main-info__item {
    font-size: 12px;
    line-height: 16px;
  }
  .cart-additional-info .product-main-info__item .material-symbols-outlined {
    font-size: 16px;
  }
  .text-page-content .text-content p {
    font-size: 16px;
  }
  .woocommerce:has(.woocommerce-MyAccount-navigation) {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .myaccount-menu {
    display: block;
  }
  .woocommerce-MyAccount-navigation ul {
    box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.08), 0 6px 12px 0 rgba(0, 0, 0, 0.12);
    display: none;

    position: absolute;
    z-index: 1;
    width: 100%;
    top: 100%;
    background: #fff;
  }
  .woocommerce-MyAccount-navigation-link a {
    padding: 8px 16px;
  }
  .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 8px;
    padding-top: 8px;
  }
  .woocommerce-MyAccount-navigation {
    position: relative;
  }
  .myaccount-menu {
    padding: 8px 16px;
    border-bottom: 1px solid var(--border-border-primary, #191a1a);
  }
  .myaccount-menu a {
    color: var(--text-action, #048601);
    display: flex;
    justify-content: space-between;
  }
  .myaccount-menu a span.material-symbols-outlined {
    color: var(--text-primary, #191a1a);
    font-size: 24px;
    transition: transform 0.3s;
  }
  .myaccount-menu.--active a span.material-symbols-outlined {
    transform: rotate(-180deg);
  }

  .swiper-container.--mobile-pagination .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .swiper-container.--mobile-pagination {
    padding-bottom: 30px;
  }
}

/* for 560 - 767 */
@media only screen and (max-width: 767px) {
  div.search-results {
    padding: 16px;
    width: calc(100% + 32px);
    margin-left: -16px;
    border-top: 1px solid var(--border-border-tertiary, #e5e6e6);
    margin-top: 11px;
    box-shadow: none;
  }
  .search-results__inner:has(.search-results__col) {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .search-results__col:first-child {
    border-bottom: 1px solid var(--border-border-tertiary, #e5e6e6);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .wishlist-page__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .top-header__menu {
    display: none;
  }
  .top-header__inner {
    justify-content: center;
  }
  .top-header {
    padding: 6px 0;
  }
  .main-header__icon span {
    font-size: 24px;
  }
  .main-header__logo img {
    max-width: 93px;
  }
  .--gap-40 {
    gap: 24px;
  }
  .header-cart__count {
    right: -6px;
    top: -5px;
  }
  .header-toggle svg {
    width: 24px;
  }
  h1,
  .h1 {
    font-size: 32px;
    line-height: 40px; /* 125% */
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
  .main-hero__title {
    text-align: center;
  }
  .section-title {
    text-align: center;
  }
  .--gtc-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories-grid {
    gap: 4px;
  }
  .--mt-24 {
    margin-top: 16px;
  }
  .--mob {
    display: block;
  }
  .--desktop {
    display: none;
  }
  .section-title-wrapper {
    justify-content: center;
  }
  .specials-minis {
    grid-template-columns: repeat(1, 1fr);
  }
  .special-mini__top {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
  }
  .special-mini__top.--big {
    font-size: 48px;
    line-height: 56px;
  }
  .special-mini__bottom {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  .section {
    padding: 32px 0;
  }
  .special-mini {
    height: 140px;
  }
  .special-mini__top {
    padding-left: 16px;
  }
  .special-mini__img {
    max-height: 95%;
  }
  .special-mini__bottom {
    padding-left: 16px;
  }
  .specials-products.--mt-40 {
    margin-top: 32px;
  }
  .specials-products__link .arrow-link {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.48px;
  }
  .specials-products__link .arrow-link .material-symbols-outlined {
    font-size: 16px;
  }
  .--gtc-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .subscribe-form__input {
    width: auto;
  }
  .features-list {
    flex-direction: column;
  }
  .footer-bottom .container {
    flex-direction: column;
  }
  .selectiona-banner {
    height: 200px;
    padding: 16px;
  }
  .products-section .--mt-40 {
    margin-top: 16px;
  }
  .section-banners_and_products {
    padding-top: 32px !important;
  }
  .banner_and_products__products {
    max-width: 100%;
    max-height: 100vh;
    /* CSS Grid/Flexbox bug size workaround */
    /* @see https://github.com/kenwheeler/slick/issues/982 */
    /* @see https://github.com/nolimits4web/swiper/issues/3599 */
    min-height: 0;
    min-width: 0;
  }
  .banner_and_products__products .swiper-wrapper {
    display: flex;
  }
  .big-category {
    width: 100vw;
    margin-left: -16px;
  }
  .info-block {
    height: 161px;
  }
  .info-block__img {
    max-height: 100%;
  }
  .feature-item {
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
  .feature-item__text br {
    display: none;
  }
  .features-list {
    gap: 2px;
  }
  #features {
    padding: 10px 0;
  }
  #subscribe .container,
  .footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .subscribe-form__button .button {
    font-size: 0;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M4.30775 19.8135C3.80258 19.8135 3.375 19.6385 3.025 19.2885C2.675 18.9385 2.5 18.5109 2.5 18.0057V6.62123C2.5 6.11606 2.675 5.68848 3.025 5.33848C3.375 4.98848 3.80258 4.81348 4.30775 4.81348H19.6923C20.1974 4.81348 20.625 4.98848 20.975 5.33848C21.325 5.68848 21.5 6.11606 21.5 6.62123V18.0057C21.5 18.5109 21.325 18.9385 20.975 19.2885C20.625 19.6385 20.1974 19.8135 19.6923 19.8135H4.30775ZM12 12.8712L4 7.75573V18.0057C4 18.0956 4.02883 18.1693 4.0865 18.227C4.14417 18.2846 4.21792 18.3135 4.30775 18.3135H19.6923C19.7821 18.3135 19.8558 18.2846 19.9135 18.227C19.9712 18.1693 20 18.0956 20 18.0057V7.75573L12 12.8712ZM12 11.3135L19.8463 6.31348H4.15375L12 11.3135ZM4 7.75573V6.31348V18.0057C4 18.0956 4.02883 18.1693 4.0865 18.227C4.14417 18.2846 4.21792 18.3135 4.30775 18.3135H4V7.75573Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  .subscribe__title {
    font-size: 16px;
  }
  .subscribe-form {
    width: 100%;
  }
  .subscribe-form__input {
    flex-grow: 1;
  }
  .footer-col.--contacts,
  .footer-col.--shop {
    max-width: unset !important;
    flex: 0 0 100%;
  }
  .footer-col.--shop {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer-col.footer__logo {
    padding-bottom: 16px;
  }
  .footer-col {
    gap: 8px;
  }
  .footer-bottom .container {
    align-items: flex-start;
    gap: 15px;
  }
  .footer-bottom__left,
  .footer-bottom__center {
    font-size: 12px;
  }
  .mini-cart-popup {
    max-width: 100%;
  }
  :root {
    --mobile-menu-top: 80px;
  }
  h1.woocommerce-products-header__title {
    font-size: 32px;
    line-height: 40px; /* 125% */
  }
  .products-filter-sidebar {
    position: fixed;
    width: min(375px, 100vw);
    top: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.08), 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
    height: var(--app-height);
    background: #fff;

    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    right: -100%;
    transition: right 0.3s ease-in-out;
  }

  .products-filter-sidebar.--active {
    right: 0;
  }
  .widget_wpc_filters_widget {
    max-height: calc(var(--app-height) - 150px);
    overflow-y: scroll;
  }
  .archiver-products-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive-products-top__sorting .widgettitle {
    display: none;
  }
  .wpc-filter-layout-dropdown .select2-container .select2-selection--single,
  .wpc-sorting-form .select2-container .select2-selection--single {
    padding: 0 !important;
  }
  .product-subcategory {
    flex: 0 0 109px;
  }
  .product-subcategories {
    justify-content: center;
  }
  .archive-products-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .archive-products-top__count {
    font-size: 16px;
  }
  .button {
    font-size: 12px;
  }
  .archive-products-top__right {
    width: 100%;
  }
  .archive-products-top__sorting,
  .wpc-sorting-form {
    flex-grow: 1;
  }
  .wpc-sorting-form .select2 {
    width: 100% !important;
  }
  .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pagination-progress__text {
    font-size: 12px;
  }
  .button.--tall {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .product-thumbs-slider {
    display: none;
  }
  .product-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-main-slider .swiper-pagination {
    display: block;
    bottom: -5px;
  }
  .product-gallery .product-card__badges {
    top: calc(100% + 13px);
    left: 0;
    padding: 0;
  }
  .badge.--big {
    padding: 0 4px;
    height: 16px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .badge {
    /* white-space: nowrap; */
  }
  .product-card__badge-delivery {
    height: auto;
  }
  .product-main-slider {
    max-width: 300px;
  }
  .product-main__table-title.h2 {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    margin-top: 14px;
  }
  .product-main-meta__rating svg {
    width: 80px;
  }
  .product-main-meta__rating .product-card__rating-count .material-symbols-outlined {
    font-size: 12px;
  }
  .product-main-meta {
    padding-top: 5px;
  }
  .product-main-meta__rating .product-card__rating-count {
    font-size: 12px;
  }
  .quantity-button {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .product-main-cart form {
    grid-template-columns: 136px 1fr;
  }
  .reviews-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .reviews-wrap__right {
    padding-left: 0;
    border-left: none;
  }
  .reviews-wrap__left {
    padding-right: 0;
  }

  .cart-page-wrapper {
    grid-template-columns: 1fr;
  }
  .cart-collaterals {
    padding-top: 0;
  }
  .cart_totals {
    padding: 0;
    border: none;
  }
  .cart-coupon-button__left {
    font-size: 16px;
  }
  table.shop_table_responsive tr td::before {
    font-size: 16px;
  }
  .cart-collaterals .checkout-button {
    display: none;
  }
  .cart-additional-info {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
  }
  .mobile-cart-totals__inner {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    padding: 16px;
    z-index: 9;
    border-top: 1px solid #e0e0e0;
  }
  .mobile-cart-totals__inner th {
    text-align: left;
  }
  .mobile-cart-totals__footer .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .mobile-cart-totals__footer {
    margin-top: 10px;
  }
  .page-header__inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding: 24px 0;
  }
  .text-page-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .text-page-content .text-content h3 {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
  }
  .text-page-content .text-content h4 {
    margin-top: 12px;
    font-size: 16px;
  }
  .text-content hr {
    margin: 24px 0;
  }
  .text-page-content .text-content ul {
    margin: 16px 0;
    padding-left: 23px;
  }
  .text-page-content .text-content ul li {
    margin: 12px 0;
  }
  .text-content .wp-block-buttons {
    margin-top: 24px;
  }
  .page-404__inner {
    gap: 12px;
  }
  .svg-404 {
    transform: translate(0, -21px);
  }
  .svg-404 svg {
    max-width: 90%;
  }
  .page-404.section {
    padding: 24px 0;
  }
  .checkout-mobile-products {
    display: block;
  }
  .checkout-wrapper {
    grid-template-columns: 1fr;
  }
  .checkout-mobile-products__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .checkout-mobile-product__image {
    width: 100%;
  }
  .checkout-mobile-product__image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .checkout-wrapper__review .order_review_heading-wrap,
  .checkout-wrapper__review .review-order-item {
    display: none;
  }
  .thx-page-columns {
    grid-template-columns: repeat(1, 1fr);
  }
  .thx-page-column.--right {
    order: -1;
    padding: 0;
  }
  .thx-page-column.--left {
    border-right: none;
    border-top: 1px solid #e0e0e0;
    padding: 16px 0 0 0;
    margin-top: 16px;
  }
  .myaccount-order-header {
    flex-direction: column;
    gap: 12px;
  }
  .myaccount-order__left {
    width: 100%;
    justify-content: space-between;
  }
  .myaccount-order__right {
    flex-direction: column;
    gap: 12px;
    justify-content: center;
  }
  .partners-wrap:has(.contact-section),
  .partners-wrap {
    grid-template-columns: 1fr;
  }
  .partners-wrap__content {
    border-right: none;
    padding-right: 0;
  }
  .partners-wrap__form {
    padding-left: 0;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid var(--border-border-tertiary, #e5e6e6);
  }
  .partners-wrap__form-inner .button {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .thx-page-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* for 350 - 559 */
@media only screen and (max-width: 560px) {
  .thx-page-header {
    position: relative;
  }
  .thx-page-header__right svg {
    width: 162px;
    height: auto;
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .thx-page-header__left h2{
    max-width: 193px;
  }
  .products.columns-4 {
    width: 100vw;
    margin-left: -16px;
  }
  .woocommerce-pagination {
    max-width: 327px;
  }
  .pagination-progress__bar {
    width: 100%;
  }
  .pagination-progress__bar {
    margin-top: 4px;
  }
  .pagination-progress {
    margin-bottom: 16px;
  }
  .myaccount-order__left {
    flex-direction: column;
    gap: 12px;
  }
  .myaccount-order__products {
    justify-content: space-between;
  }
  .myaccount-order__right {
    width: 100%;
  }
  .myaccount-order-header,
  .myaccount-order-body {
    padding: 16px 0;
  }
  .myaccount-order-wrapper {
    padding: 0 16px;
  }
  .myaccount-order-body .thx-page-columns {
    margin-top: 0;
  }
  .review-order-item__title {
    font-size: 14px;
  }
  .mydata__filled .button,
  .mydata__form .button,
  #change-password .button {
    width: 100%;
  }
  .mydata__form.input-wrap.--df,
  #change-password .input-wrap.--df {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .fancybox-content {
    padding: 24px;
  }
  .myaccount-order__products {
    gap: 8px;
  }
  .wishlist-page__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .wishlist-page__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .product-main-credit {
    flex-wrap: wrap;
  }
  .product-main-credit__button {
    flex: 0 0 100%;
  }
  .product-main-credit__icons {
    text-align: center;
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 350px) {
  .pagination-item a, .pagination-item span:not(.material-symbols-outlined){
    height: 35px;
  }
}

/* for 1600+ */
@media screen and (min-width: 1600px) {
}
