@media screen and (max-width: 1024px) {
  .page-header {
    box-shadow: none;
  }
  .page-header .phone_link {
    display: none;
  }
  .page-header .panel.wrapper {
    width: unset;
    flex: unset;
    margin: 0;
  }
  .page-header .header.content {
    width: unset;
    margin: 0;
  }
  .page-header .logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .logo img {
    height: 42px;
  }
  .page-header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #AD9861;
    left: 0;
    width: 0;
    bottom: 0;
    opacity: 0;
    -o-transition: width 0.5s 0.5s, opacity 0.5s;
    -ms-transition: width 0.5s 0.5s, opacity 0.5s;
    -moz-transition: width 0.5s 0.5s, opacity 0.5s;
    -webkit-transition: width 0.5s 0.5s, opacity 0.5s;
    transition: width 0.5s 0.5s, opacity 0.5s;
    z-index: 2;
  }
  .page-header .menu_block:before {
    display: block;
    content: "";
    min-height: 80px;
  }
  .page-header .menu_btn {
    border: none;
    background: transparent;
    color: #394061;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: -8px;
    padding: 11px;
    position: relative;
    z-index: 20;
    font-size: 0;
  }
  .page-header .menu_btn:before, .page-header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 11px;
    width: 18px;
    border-top: 2px solid;
    border-radius: 2px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page-header .menu_btn:before {
    top: 12px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
  }
  .page-header .menu_btn:after {
    bottom: 12px;
    transform-origin: left bottom;
    -webkit-transfrom-origin: left bottom;
  }
  .page-header .menu_btn span {
    display: block;
    margin: 8px auto;
    width: 18px;
    border-top: 2px solid;
    border-radius: 2px;
    -o-transition: opacity 0.3s 0.3s;
    -ms-transition: opacity 0.3s 0.3s;
    -moz-transition: opacity 0.3s 0.3s;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
  }
  .page-header .menu_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: calc(100dvh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .page-header .menu_inner:after, .page-header .menu_inner:before {
    display: block;
    content: "";
    flex: 1;
  }
  .page-header .main_menu {
    font-size: 123.07%;
    line-height: 20px;
  }
  .page-header .main_menu > li {
    margin: 0 0 15px;
    padding: 0;
  }
  .page-header .main_menu > li:after {
    display: none;
  }
  .page-header .main_menu > li > a {
    color: #F7F5EF;
    padding: 10px 0;
    margin: 10px 0;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
  }
  .page-header .main_menu > li > .submenu_list:after {
    display: block;
    content: "";
    height: 20px;
    position: sticky;
    bottom: 0;
  }
  .page-header .main_menu > li > .submenu_list > li > a,
  .page-header .main_menu > li > .submenu_list > li > div {
    padding: 10px 20px;
    color: #F7F5EF;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list {
    background: transparent;
    padding: 0 20px;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list:before, .page-header .main_menu > li > .submenu_list .submenu_list:after {
    display: block;
    content: "";
    height: 20px;
    background: transparent;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list > li > a,
  .page-header .main_menu > li > .submenu_list .submenu_list > li > div {
    padding: 8px 16px;
    color: #F7F5EF;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list ul {
    padding: 20px 16px;
  }
  .page-header .main_menu > li > .submenu_list .submenu_list ul li:not(:first-child) {
    margin-top: 24px;
  }
  .page-header .main_menu .submenu_list {
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    overflow: hidden;
  }
  .page-header .main_menu .submenu_list > li > a,
  .page-header .main_menu .submenu_list > li > div {
    display: block;
  }
  .page-header .main_menu .submenu_list .submenu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .main_menu .submenu_list .submenu_btn:after {
    position: relative;
    margin-top: 0;
    margin-left: 4px;
    top: auto;
    left: auto;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .page-header .main_menu .opened > .submenu_list {
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    max-height: 2000px;
  }
  .page-header .main_menu .opened > .submenu_btn:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .social_fix {
    pointer-events: unset;
  }
  .menu_opened .page-header .main_menu .submenu_list {
    -o-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    opacity: 1;
  }
  .menu_opened .page-header .main_menu .opened > .submenu_list {
    -o-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .menu_opened .menu_btn,
  .menu_opened .page-header .switcher.switcher-language .options .action.toggle {
    color: #ffffff;
  }
  .menu_opened .logo img {
    display: none;
  }
  .menu_opened .logo img.home_logo {
    display: block;
  }
  .menu_opened .menu_block {
    width: 100%;
    opacity: 1;
    overflow-y: auto;
    -o-transition: width 0s 0s, opacity 0.5s;
    -ms-transition: width 0s 0s, opacity 0.5s;
    -moz-transition: width 0s 0s, opacity 0.5s;
    -webkit-transition: width 0s 0s, opacity 0.5s;
    transition: width 0s 0s, opacity 0.5s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: 2px;
    margin-left: 3px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-bottom: -1px;
    margin-left: 3px;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition: opacity 0.2s 0s;
    -ms-transition: opacity 0.2s 0s;
    -moz-transition: opacity 0.2s 0s;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
  }
  .social_fix {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AD9861;
    pointer-events: none;
  }
  .social_fix .social_list {
    flex-direction: row;
    margin: 0 -30px;
    justify-content: center;
  }
  .social_fix .social_list:before, .social_fix .social_list:after {
    display: none;
  }
  .social_fix .social_list li {
    padding: 0 30px;
  }
  .social_fix .social_list li a:before {
    font-size: 2.5rem;
  }
  .fix-header .menu_btn {
    color: #111941;
  }
}
@media screen and (max-width: 600px) {
  .social_fix .social_list {
    margin: 0 -15px;
  }
  .social_fix .social_list li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer .content ul.socials_list a:before {
    font-size: 2.5rem;
  }
  .page-footer .block_footer {
    margin-top: 20px;
  }
  .page-footer .logo img {
    width: 160px;
  }
  .page-footer .footer.content .footer.links {
    flex-direction: column;
  }
  .page-footer .footer.content .footer.links li {
    margin-bottom: 20px;
  }
  .page-footer .contacts_list {
    flex-direction: column;
    align-items: end;
  }
  .page-footer .contacts_list li {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .page-footer .block_footer {
    margin-top: 20px;
  }
  .page-footer .block {
    order: 2;
    margin-bottom: 20px;
  }
  .page-footer .content ul.socials_list a:before {
    font-size: 3.5rem;
  }
  .page-footer .footer_contacts {
    order: 3;
    margin-bottom: 30px;
  }
  .page-footer .block_footer {
    order: 4;
  }
  .page-footer .block_footer div {
    order: 2;
  }
  .page-footer .logo {
    order: 1;
    margin-bottom: 40px;
  }
  .page-footer .logo img {
    width: 160px;
  }
  .page-footer .footer.content > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-footer .footer.content > div > .footer.links li {
    margin-bottom: 13px;
  }
  .page-footer .footer.content .footer.links {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .page-footer .footer.content .footer.links li {
    margin-bottom: 26px;
  }
  .page-footer .contacts_list {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    order: 1;
    align-items: center;
    margin-bottom: 26px !important;
  }
  .page-footer .contacts_list li {
    margin-bottom: 7px;
  }
  small.copyright .developer {
    text-align: center;
    line-height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .products.wrapper .product-item {
    margin-bottom: 10px;
  }
  .products.wrapper ~ .toolbar-products {
    padding-top: 10px;
  }
  .column.main .product-item-info {
    border-radius: 20px 20px 26px 26px;
  }
  .page-title-wrapper:has(.filter_section) {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .filter_section {
    width: 100%;
    padding: 0;
    margin: 13px 0;
  }
  .filter_section .filter-current {
    display: grid;
  }
  .filter_section ul,
  .filter_section ol {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0 -4px;
  }
  .filter_section ul li,
  .filter_section ol li {
    padding: 8px;
    margin: 0 4px;
  }
  .filter_section .filter-clear {
    position: relative;
    width: auto;
    height: auto;
    right: unset;
    top: unset;
    font-size: 1.3rem;
    line-height: 15px;
    border: none;
    color: #AD9861;
    white-space: nowrap;
  }
  .filter_section .filter-clear:before, .filter_section .filter-clear:after {
    display: none;
  }
  .products.wrapper .product-item-info .product-image-container {
    padding: 5px;
  }
  .products.wrapper .product-item-info .product-image-wrapper {
    height: 180px;
    max-width: 180px;
  }
  .products.wrapper .product-item-info .description_block {
    font-size: 130%;
    line-height: 16px;
  }
  .products.wrapper .product-item-info .price-box {
    margin-top: 5px;
  }
  .products.wrapper .product-item-info .price-box .normal-price .price-wrapper .price,
  .products.wrapper .product-item-info .price-box > .price-container .price-wrapper .price,
  .products.wrapper .product-item-info .price-box .special-price .price-wrapper .price {
    font-size: 200%;
    line-height: 24px;
  }
  .products.wrapper .product-item-info .price-box .old-price {
    padding-left: 6px;
    font-size: 120%;
    line-height: 14px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) and (min-width: 576px) {
  .products.wrapper .product-item-info .price-box:has(.rewards__product-points) {
    padding-top: 34px;
  }
  .products.wrapper .product-item-info .price-box .rewards__product-points {
    white-space: normal;
  }
}
@media screen and (max-width: 1024px) and (max-width: 479px) {
  .products.wrapper .product-item-info .price-box:has(.rewards__product-points) {
    padding-top: 34px;
  }
  .products.wrapper .product-item-info .price-box .rewards__product-points {
    white-space: normal;
  }
}
@media screen and (max-width: 1024px) {
  .products.wrapper .product-item-info .product-item-name {
    margin-top: 0;
  }
  .products.wrapper .product-item-info:not(:has(.price-box)) .product-item-name {
    margin-top: 29px;
  }
  .products.wrapper .product-item-info .product-item-link {
    -webkit-line-clamp: 3;
  }
  .products.wrapper .product-item-info .product-item-actions .actions-primary {
    margin-top: 8px;
  }
  .products.wrapper .product-item-info .product-item-actions .action.tocart {
    height: 40px;
  }
  .products.wrapper .product-item-info .product-item-actions .action.tocart:not(.disabled):not([disalbed]):not(.inactive) span {
    font-size: 0;
    line-height: 0;
  }
  .products.wrapper .product-item-info .product-item-actions .action.tocart.disabled, .products.wrapper .product-item-info .product-item-actions .action.tocart[disalbed], .products.wrapper .product-item-info .product-item-actions .action.tocart.inactive {
    pointer-events: none;
  }
  .products.wrapper .product-item-info .product-item-actions .action.tocart.disabled:before, .products.wrapper .product-item-info .product-item-actions .action.tocart[disalbed]:before, .products.wrapper .product-item-info .product-item-actions .action.tocart.inactive:before {
    display: none;
  }
  .products.wrapper .product-item-info .product-item-actions .action.tocart:before {
    padding: 0;
  }
  .products.wrapper .product-item-info .product-item-actions .actions-secondary {
    top: -2px;
    right: -2px;
  }
  .products.wrapper .product-item-info .stickers {
    padding: 8px;
    height: 118px;
  }
  .products.wrapper .product-item-info .top_sticker,
  .products.wrapper .product-item-info .new_sticker {
    margin-bottom: 4px;
    font-size: 100%;
    line-height: 12px;
    padding: 3px 6px;
  }
  .products.wrapper .product-item-info .sale_sticker {
    width: 41px;
    height: 41px;
    font-size: 120%;
    line-height: 15px;
  }
  .products.wrapper .product-item-info .gift_sticker {
    width: 56px;
    height: 24px;
    top: 83px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  main.page-main:has(.columns > .sidebar-main) .products.wrapper .product-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .products.wrapper .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .products.wrapper .product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .filter-options-item {
    margin: 15px;
  }
  .filter .range_inputs {
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .filter .range_inputs:before {
    display: none;
  }
  .filter .range_inputs input {
    padding: 5px 40px 5px 15px;
  }
  .filter .range_inputs .input_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .filter .range_inputs .input_block ~ .input_block {
    margin-top: 16px;
  }
  .filter .range_inputs .input_block[data-label]:before {
    right: 25px;
  }
  .filter-options-content .item a {
    font-size: 130%;
    line-height: 16px;
  }
  .filter-options-content .item a:before {
    margin-right: 8px;
    font-size: 1.9rem;
  }
  .filter .swatch-attribute-options {
    margin: -12px -6px 7px;
  }
  .filter .swatch-attribute-options > * {
    margin: 12px 6px 0;
  }
  .filter-clear:before {
    text-transform: uppercase;
  }
  body.filter-active {
    overflow: hidden;
  }
  body.filter-active:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;
  }
  .filter:not(.active) {
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    border: none;
    width: 100%;
    position: relative;
    color: #0C122E;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 11px 0;
  }
  .filter:not(.active):after {
    display: block;
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    background: #F7F5EF;
    top: 0;
    left: 50%;
    margin-left: -50vw;
  }
  .filter:not(.active) .block-title.filter-title {
    position: relative;
    z-index: 1;
    display: flex !important;
    color: #AD9861;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 0;
  }
  .filter:not(.active) .block-title.filter-title:before {
    display: none;
  }
  .filter:not(.active) strong {
    font-size: 1.3rem;
    line-height: 16px;
    color: #111941;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .filter:not(.active) strong:before {
    content: "\e90c";
    padding-right: 10px;
    position: relative;
    z-index: 1;
    font-size: 2.3rem;
    color: #AD9861;
  }
  .filter .block-actions.filter-actions {
    order: 2;
  }
  .filter .block-actions.filter-actions .filter-clear {
    position: relative;
    top: unset;
    right: unset;
    font-weight: 700;
    font-size: 130%;
    line-height: 15px;
    text-decoration: underline;
    color: #AD9861;
    padding: 0 16px;
    margin-top: 10px;
    display: block;
  }
  .filter .block-actions.filter-actions .filter-clear:after {
    display: none;
  }
  .filter-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    opacity: 0;
    z-index: 300;
    overflow: hidden;
    padding-bottom: 60px;
    border-radius: 24px 24px 0 0;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    -o-transition: all 0s 0.15s, opacity 0.15s;
    -ms-transition: all 0s 0.15s, opacity 0.15s;
    -moz-transition: all 0s 0.15s, opacity 0.15s;
    -webkit-transition: all 0s 0.15s, opacity 0.15s;
    transition: all 0s 0.15s, opacity 0.15s;
  }
  .filter-clear {
    font-size: 0;
    line-height: 0;
  }
  .filter-clear:before {
    font-size: 1.4rem;
    content: attr(data-short);
    display: none;
  }
  .filter-clear:after {
    display: block;
    content: "\e904";
    font-size: 2.4rem;
    margin-left: 5px;
  }
  .filter-options {
    background: #ffffff;
    height: 100%;
    position: relative;
    margin-top: 16px;
    order: 3;
  }
  .filter-options:before {
    border-top: 1px solid #D9D9D9;
    content: "";
    display: block;
    position: relative;
    margin: 0 15px;
  }
  .filter-options-item {
    padding: 0 0 30px;
    border-width: 0 0 1px;
    margin-bottom: 0;
  }
  .filter-options-item:last-child {
    padding: 0 0 70px;
  }
  .filter-options-item[data-collapsible=true] .filter-options-title {
    margin-bottom: 15px;
  }
  .filter .filter-current {
    order: 2;
    padding: 0 15px;
  }
  .filter .filter-current ul,
  .filter .filter-current ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -8px;
    font-size: 130%;
    line-height: 15px;
  }
  .filter .filter-current ul li,
  .filter .filter-current ol li {
    display: flex;
    align-items: center;
    background: rgba(231, 232, 236, 0.3);
    padding: 8px;
    margin: 0 8px 8px;
    border-radius: 50px;
  }
  .filter .filter-current .action.remove {
    font-size: 0;
    line-height: 0;
  }
  .filter .filter-current .action.remove:before {
    content: "\e904";
    font-size: 1.8rem;
    color: #9DA1B1;
  }
  .filter .filter-current .block-subtitle {
    display: none;
  }
  .filter .filter-current .filter-label {
    color: #111941;
    padding-right: 4px;
  }
  .filter .filter-current .filter-value {
    color: #394061;
    padding-right: 7px;
  }
  .filter-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 20px 20px 0 0;
    width: 100%;
    font-size: 140%;
    line-height: 24px;
    padding: 14px 10% 14px 20px;
    order: 1;
  }
  .filter .range_inputs:before {
    margin-left: 14px;
    margin-right: 14px;
  }
  .filter.active .filter-subtitle {
    display: none;
  }
  .filter.active .filter-content {
    height: 100%;
    opacity: 1;
    padding-top: 52px;
    top: 37px;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: unset;
    -o-transition: all 0s 0s, opacity 0.15s;
    -ms-transition: all 0s 0s, opacity 0.15s;
    -moz-transition: all 0s 0s, opacity 0.15s;
    -webkit-transition: all 0s 0s, opacity 0.15s;
    transition: all 0s 0s, opacity 0.15s;
  }
  .filter.active .filter-title {
    position: fixed;
    top: 37px;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 301;
    border-radius: 24px 24px 0 0;
    margin: 0;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 16px;
    color: #111941;
    border-bottom: 0;
    width: 100%;
    font-size: 1.3rem;
    line-height: 16px;
  }
  .filter.active .filter-title:before {
    content: "\e904";
    color: #9DA1B1;
    font-size: 2.3rem;
    padding-right: 0;
    display: none;
  }
  .filter.active .filter-title strong {
    color: #111941;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .filter.active .filter-title strong:before {
    display: none;
  }
  .filter.active .filter-title strong:after {
    line-height: 14px;
    content: "\e904";
    color: #9DA1B1;
    font-size: 2.3rem;
    padding-right: 0;
  }
  .filter-clear {
    color: #ffffff;
    padding: 0;
    border: none;
    position: absolute;
    right: 20px;
    top: 40px;
    height: auto;
    z-index: 5;
    width: auto;
  }
}

/*# sourceMappingURL=listing-m.css.map */
