/* Font face declarations */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  transition-duration: .3s;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
  font-family: 'Montserrat', sans-serif;
  color: #2a2a2a;
  transition-duration: .3s;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
input {
  margin: 0;
}
svg path,
svg rect,
svg circle {
  transition-duration: .3s;
}
a {
  transition-duration: .3s;
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.image_wrapper img {
  max-width: 100%;
  max-height: 100%;
}
nav {
  list-style: none;
}
body {
    padding-top: 32px;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 150%;
}
h1,
.filter_header {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}
h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
}
.body--active {
    height: 100vh;
    overflow: hidden;
} 
.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 100px;
    margin: 0 auto;
}
#shader {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(42, 42, 42, 0.6);
    mix-blend-mode: multiply;
    z-index: 10;
}
.front_slider_section .container {
    padding: 0;
}
.hits_section .container {
    padding-right: 0;
}
header {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: #f5f3f1;
}
.header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 26px 0;
}
#menu_toggle {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    padding-right: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
#menu_toggle svg.close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#menu_toggle svg,
#catalog_toggle svg {
    transition-duration: .3s;
}
#menu_toggle.active svg.close {
    opacity: 1;
}
#menu_toggle.active svg.open {
    opacity: 0;
}
.header_left,
.header_right {
    flex: 1;
    max-width: 330px;
}
header .logo {
    display: flex;
    flex-shrink: 0;
}
header .logo img {
    width: 108.5px;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
.language_currency_wrapper {
    position: relative;
}
.language_currency_popup {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    border: 1px solid #6e6055;
    border-radius: 8px;
    padding: 6px 12px;
    box-shadow: 0 1px 3px 1px rgba(110, 96, 85, 0.15);
    background-color: #fff;
    z-index: 3;
}
.language_currency_popup ul li {
    margin-bottom: 6px;
}
.language_currency_popup ul li:last-child {
    margin-bottom: 0;
}
.language_currency_popup a.active {
    font-weight: 500;
    pointer-events: none;
}
.language_currency_popup .lang_options {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #cfc6bd;
}
.language_currency {
    display: flex;
    align-items: center;
    gap: 6px;
}
.language_currency span {
    font-weight: 500;
}
header select {
    display: none;
}
header .chosen-container {
    font-size: 16px !important;
    width: auto !important;
}
#sorting {
    visibility: hidden;
}
#sorting_chosen {
    width: 314px !important;
}
header .chosen-container-single .chosen-single,
#sorting_chosen .chosen-single,
#checkout_form .chosen-single {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #2a2a2a !important;
    font-weight: 500 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 150% !important;
    font-size: 16px !important;
}
#sorting_chosen .chosen-single,
#checkout_form .chosen-single {
    border: 1px solid #2a2a2a !important;
    border-radius: 8px;
    padding-left: 72px !important;
    padding-right: 44px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    height: 56px !important;
    line-height: 56px !important;
}
#checkout_form .chosen-single {
    height: 42px !important;
    line-height: 42px !important;
    font-size: 14px !important;
    padding-left: 17px !important;
    text-transform: unset;
}
#sorting_chosen:hover .chosen-single,
#sorting_chosen.chosen-with-drop .chosen-single,
#checkout_form .chosen-container:hover .chosen-single,
#checkout_form.chosen-with-drop .chosen-single {
    border-color: #9d8d7f !important;
}
#sorting_chosen .chosen-single:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/sorting.svg) center no-repeat;
    top: 8px;
    left: 16px;
}
header .chosen-container-single .chosen-single span {
    color: #2a2a2a !important;
    margin: 0 !important;
    transition-duration: .3s;
}
header .chosen-container .chosen-single div {
    display: none !important;
}
#sorting_chosen .chosen-single div,
#checkout_form .chosen-single div {
    width: 32px;
    right: 16px !important;
}
#sorting_chosen .chosen-single span,
#checkout_form .chosen-single span {
    margin-right: 3px;
}
.input_wrapper .chosen-container-single .chosen-single span {
    line-height: inherit;
}
#sorting_chosen .chosen-single div b,
#checkout_form .chosen-single div b {
    background: url(../img/chosen.svg) no-repeat 0 12px !important;
    transition-duration: .3s;
}
#checkout_form .chosen-single div b {
    background-position-y: 6px !important;
}
#sorting_chosen.chosen-with-drop .chosen-single div b,
#checkout_form.chosen-with-drop .chosen-single div b {
    transform: scaleY(-1);
}
header .chosen-container-single .chosen-single:hover {
    background: transparent !important;
}
header .chosen-container-single.chosen-container-active .chosen-single {
    background: transparent !important;
    box-shadow: none !important;
}
header .chosen-container .chosen-drop,
#sorting_chosen .chosen-drop,
#checkout_form .chosen-drop {
    right: unset !important;
    width: auto !important;
    border: 1px solid #2A2A2A !important;
    border-radius: 8px !important;
    overflow: hidden;
    z-index: 9 !important;
}
#sorting_chosen .chosen-drop,
#checkout_form .chosen-drop {
    margin-top: 12px;
    width: 100% !important;
}
header .chosen-container .chosen-search,
#sorting_chosen .chosen-search {
    display: none !important;
}
header .chosen-container .chosen-results,
#sorting_chosen .chosen-results,
#checkout_form .chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}
#sorting_chosen .chosen-results,
#checkout_form .chosen-results {
    padding: 4px 0 !important;
}
header .chosen-container .chosen-results li,
#sorting_chosen .chosen-results li,
#checkout_form .chosen-results li {
    color: #2a2a2a !important;
    padding: 6px !important;
    transition-duration: .3s;
}
#sorting_chosen .chosen-results li,
#checkout_form .chosen-results li {
    padding: 8px 24px !important;
}
header .chosen-container .chosen-results li.highlighted,
#sorting_chosen .chosen-results li.highlighted,
#checkout_form .chosen-results li.highlighted {
    background: #f5f3f1 !important;
    color: #2a2a2a !important;
}
.header_menu {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.header_menu a .counter {
    position: absolute;
    right: -3px;
    bottom: -6px;
    min-width: 22px;
    min-height: 22px;
    border-radius: 12px;
    padding: 0 3px;
    background-color: #676161;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}
#header_account_link {
    flex-shrink: 0;
    width: unset;
}
#header_account_link svg {
    min-width: 40px;
}
#header_account_link .counter {
    flex-shrink: 0;
    position: static;
    padding: 0 6.5px;
    margin-left: -20px;
    margin-bottom: -5px;
    align-self: flex-end;
}
#menu_popup,
#filters {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 498px;
    background-color: #fff;
    z-index: 15;
    padding: 32px 0;
    padding-right: 40px;
    padding-bottom: 52px;
    height: calc(100vh - 92px);
}
#filters {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 52px;
}
#filters form {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#menu_popup:after,
#filters:after {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    width: 1000px;
    right: 100%;
    background-color: #fff;
}
#menu_popup > a {
    display: block;
    background-color: #6e6055;
    color: #fff;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
    max-width: 392px;
}
#header_search_form {
    margin-bottom: 24px;
    max-width: 392px;
}
#header_search_form > div {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #cfc6bd;
    border-radius: 4px;
    padding: 8px 17px;
    transition-duration: .3s;
}
#header_search_form svg {
    flex-shrink: 0;
    margin-right: 6px;
}
#header_search_form input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    outline: none;
}
#header_search_form input[type="text"]::placeholder,
.input_wrapper input::placeholder {
    color: #aaabad;
}
.catalog_list,
.filters_wrapper {
    height: 100%;
    padding-right: 64px;
    overflow-x: hidden;
    overflow-y: auto;
}
.filters_wrapper {
    padding-right: 71px;
}
.catalog_list::-webkit-scrollbar,
.filters_wrapper::-webkit-scrollbar,
.cart_product_list::-webkit-scrollbar,
.scroll_wrapper::-webkit-scrollbar {
    width: 2px;
}
.scroll_row_wrapper::-webkit-scrollbar {
    height: 2px;
}
.catalog_list::-webkit-scrollbar-track,
.filters_wrapper::-webkit-scrollbar-track,
.cart_product_list::-webkit-scrollbar-track,
.scroll_wrapper::-webkit-scrollbar-track {
    background-color: #f5f3f1;
}
.catalog_list::-webkit-scrollbar-thumb,
.filters_wrapper::-webkit-scrollbar-thumb,
.cart_product_list::-webkit-scrollbar-thumb,
.scroll_wrapper::-webkit-scrollbar-thumb {
    background-color: #6e6055;
}
.catalog_list > li {
    margin-bottom: 12px;
}
.category_list > li {
    margin-bottom: 8px;
}
.catalog_list > li:last-child,
.category_list > li:last-child {
    margin-bottom: 0;
}
.catalog_list > li > a,
.filter_item_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 5px 0;
    font-weight: 500;
    font-size: 20px;
}
.category_list > li > a.view_all {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.filter_item_header {
    padding: 0;
}
.filter_item_header.expand {
    cursor: pointer;
}
.catalog_list > li > a svg,
.filter_item_header svg,
.faq_list a.expand svg {
    transition-duration: .3s;
}
.catalog_list > li.expanded > a svg,
#catalog_toggle.active svg:last-child,
.filter_item.expanded .filter_item_header svg,
.faq_list li.expanded .expand svg {
    transform: scaleY(-1);
}
.catalog_list .category_list {
    display: none;
    padding: 16px 24px;
    padding-bottom: 12px;
}
#login {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0);
    z-index: 50;
    width: 560px;
    padding: 88px 32px;
    padding-bottom: 48px;
    background-color: #fff;
    z-index: 111;
}
.popup_close {
    position: absolute;
    top: 32px;
    right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
#filters .popup_close {
    position: static;
    width: 40px;
    height: 40px;
}
.form_options {
    display: flex;
    align-items: stretch;
    border: 1px solid #e5ded7;
    border-radius: 8px;
    margin-bottom: 32px;
}
.form_options > li {
    flex: 1;
}
.form_options a {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
}
.form_options li.active a {
    background-color: #e5ded7;
}
#login form {
    display: none;
}
#login #login_form {
    display: block;
}
#login .form_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.input_pair_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}
.input_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
    gap: 2px;
}
.input_pair_wrapper .input_wrapper {
    width: calc(50% - 8px);
}
#dealer_form .input_pair_wrapper .input_wrapper {
    width: calc(50% - 16px);
}
.input_wrapper span {
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
}
.input_wrapper span.error {
    display: none;
    font-weight: 400;
    color: #d96c6c;
}
.input_wrapper.invalid span.error {
    display: inline-block;
}
.input_wrapper input,
.chosen-container-single .chosen-search input[type=text] {
    padding: 10.5px 17px;
    border: 1px solid #cfc6bd;
    border-radius: 4px;
    font-size: 14px;
}
.chosen-container-single .chosen-search input[type=text] {
    padding: 5px 10px;
    box-shadow: none !important;
    background: transparent !important;
}
.input_wrapper textarea {
    padding: 9px 17px;
    border: 1px solid #cfc6bd;
    border-radius: 4px;
    font-size: 14px;
    resize: none;
    height: 74px;
}
.input_wrapper textarea::placeholder {
    color: #818181;
}
.input_wrapper.password_wrapper {
    position: relative;
}
.input_wrapper.password_wrapper .pass_view_on,
.input_wrapper.password_wrapper .pass_view_off {
    position: absolute;
    top: 29px;
    right: 17px;
    cursor: pointer;
}
.input_wrapper.password_wrapper.revealed .pass_view_off {
    display: block;
}
.input_wrapper.password_wrapper.revealed .pass_view_on,
.input_wrapper.password_wrapper .pass_view_off {
    display: none;
}
.login_footer {
    padding-top: 16px;   
}
.login_footer > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 8px;
    background-color: #efeded;
}
.login_footer p {
    font-size: 14px;
}
.form_sublink {
    font-size: 14px;
    line-height: 186%;
    color: #676161;
    align-self: flex-end;
}
#login button[type="submit"] {
    padding: 16px;
    width: 100%;
    margin-top: 16px;
    border-radius: 8px;
    background-color: #6e6055;
    font-weight: 500;
    color: #fff;
}
.page_section {
    margin-bottom: 96px;
}
.home_page_main .page_section:first-child {
    padding-top: 100px;
}
.categories_grid,
.subcategories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
}
.category_item,
.subcategories a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.category_item .image_wrapper,
.subcategories a .image_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 180px;
    max-height: 210px;
    aspect-ratio: 180 / 210;
    background-color: #f5f3f1;
    border-radius: 8px;
    overflow: hidden;
    transition-duration: .3s;
}
.subcategories a .image_wrapper {
    max-height: 116px;
}
.subcategories a .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category_label,
.subcategories a {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.front_slider .slick-dots,
.product_main_slider .slick-dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-width: 866px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.product_main_slider .slick-dots {
    left: 0;
    right: 0;
    transform: none;
    max-width: unset;
    bottom: -256px;
}
.front_slider .slick-dots li,
.product_main_slider .slick-dots li,
.comparison_products .slick-dots li {
    flex: 1;
}
.front_slider .slick-dots button,
.product_main_slider .slick-dots button,
.comparison_products .slick-dots button {
    font-size: 0;
    height: 2px;
    width: 100%;
    background-color: #f5f3f1;
}
.front_slider .slick-dots .slick-active button,
.comparison_products .slick-dots .slick-active button,
.product_popup .product_popup_slider .slick-dots .slick-active button,
.collection_list .product_card_main_slider .slick-dots .slick-active button,
.front_slider .slick-dots button:hover,
.comparison_products .slick-dots button:hover,
.product_popup .product_popup_slider .slick-dots button:hover {
    background-color: #6e6055;
}
.hits_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
.hits_wrapper > .text_wrapper {
    flex-shrink: 0;
    max-width: 286px;
}
.hits_wrapper h2 {
    margin-bottom: 24px;
}
.hits_wrapper .product_slider {
    max-width: calc(100% - 118px);
    margin-left: -200px;
    clip-path: inset(0 0 0 200px);
}
.product_slider .slick-track,
.suggested_product_slider .slick-track,
.comparison_products .slick-track,
.product_popup .product_popup_slider .slick-track {
    display: flex;
    align-items: stretch;
    gap: 32px;
}
.suggested_product_slider .slick-track {
    gap: 16px;
}
.product_popup .product_popup_slider .slick-track {
    gap: 3px;
}
.product_popup .product_popup_slider .slick-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product_popup .product_popup_slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_slider .slick-slide,
.suggested_product_slider .slick-slide,
.product_popup .product_popup_slider .slick-slide {
    height: inherit !important;
}
.product_slider {
    padding-bottom: 100px;
}
.product_slider .slick-track:after,
.product_slider .slick-track:before,
.suggested_product_slider .slick-track:after,
.suggested_product_slider .slick-track:before,
.comparison_products .slick-track:before,
.comparison_products .slick-track:after,
.product_popup .product_popup_slider .slick-track:before,
.product_popup .product_popup_slider .slick-track:after {
    display: none;
}
.product_slider .slick-arrow,
.comparison_products .slick-arrow,
.product_popup .product_popup_slider .slick-arrow {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    backdrop-filter: blur(20px);
    background: #f5f3f1;
    z-index: 3;
}
.product_popup .product_popup_slider .slick-arrow {
    bottom: 20px;
}
.product_popup_slider .slick-prev_arrow {
    right: calc(50% + 12px)
}
.product_popup_slider .slick-next_arrow {
    left: calc(50% + 12px)
}
.product_slider .slick-prev_arrow {
    left: 200px;
}
.comparison_products .slick-next_arrow {
    right: 0;
}
.comparison_products .slick-prev_arrow {
    right: 92px;
}
.product_slider .slick-next_arrow {
    left: 292px;
}
.product_slider .product_wrap,
.suggested_product_slider .product_wrap {
    height: 100%;
}
.product_wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.product_wrap .image_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    background-color: #aaabad;
    overflow: hidden;
    border-radius: 12px;
    overflow: hidden;
}
.product_wrap .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_wrap .quick_view {
    position: absolute;
    top: 16px;
    right: 16px;
}
.product_wrap .quick_view,
.product_wrap .product_actions a,
.product_popup .product_gallery > a,
.product_popup .mobile_buttons_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: #f5f3f1;
    border-radius: 4px;
}
.product_page_links .product_compare .icon {
    transition-duration: .3s;
}
.product_wrap .product_compare.active,
.product_page_links .product_compare.active .icon {
    background-color: #cfc6bd;
}
.product_popup .product_gallery > a,
.product_popup .mobile_buttons_wrap a {
    width: 44px;
    height: 44px;
}
.product_popup .product_gallery > a {
    background-color: #e5ded7;
    position: absolute !important;
    top: 20px !important;
}
.product_wrap .product_info {
    padding-top: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product_wrap .product_name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.product_wrap .product_info .product_name:after,
.blog_wrap .post_link:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product_wrap .quick_view,
.product_wrap .product_like,
.product_wrap .product_compare,
.product_wrap .article .icon,
.product_wrap .add_to_cart,
.product_wrap .remove {
    z-index: 3;
}
.product_wrap .article {
    font-size: 14px;
    color: #818181;
    margin-bottom: 8px;
}
.product_wrap .product_bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.product_wrap .price_wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.product_list_column .product_wrap .price_wrapper.promo_price_wrapper {
    gap: 10px;
    font-size: 24px;
    font-weight: 500;
}
.price_wrapper .promo_price {
    color: #d40202 !important;
}
.price_wrapper .old_price {
    color: #6e6e6e;
    font-size: 20px;
    text-decoration: line-through;
}
.product_popup .price_wrapper {
    width: auto;
    gap: 40px;
}
.product_wrap .labeled_price:last-child {
    margin: 0 auto;
}
.product_wrap .labeled_price {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.product_wrap .labeled_price .label {
    font-size: 14px;
}
.product_wrap .labeled_price .price {
    font-size: 16px;
    font-weight: 600;
}
.product_wrap .product_bottom > .price {
    font-size: 20px;
    font-weight: 500;
    margin-right: auto;
}
.product_wrap .price_wrapper.promo_price_wrapper {
    font-size: 20px;
    font-weight: 500;
}
.product_wrap .price_wrapper.promo_price_wrapper .old_price {
    font-size: 16px;
}
.product_wrap .labeled_price.retail_price .price {
    color: #cfc6bd;
}
.product_wrap .product_actions {
    display: flex;
    gap: 16px;
    align-items: stretch;
}
.dealer_accent_section {
    background-color: #cfc6bd;
    padding: 64px 0;
}
.dealer_accent_section .section_header,
.about_us_section .section_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
}
.about_us_section .section_header {
    margin-bottom: 40px;
    gap: 32px;
}
.dealer_accent_section .section_header > p {
    max-width: 498px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}
.dealer_features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 32px;
    list-style: none;
    padding: 0;
}
.feature_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    background: #f5f3f1;
    border-radius: 12px;
}
.dealers_section .feature_card {
    background-color: #fff;
    border: 1px solid #cfc6bd;
}
.feature_icon {
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.dealers_section .feature_icon {
    background-color: #f5f3f1;
}
.feature_card h4 {
    font-size: 20px;
    font-weight: 500;
    color: #2A2A2A;
    margin-bottom: 12px;
}
.dark_button {
    display: inline-block;
    background: #6e6055;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 32px;
    border-radius: 8px;
}
.about_us_section .section_header .text_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
.about_us_section .section_header .text_wrapper p {
    max-width: 392px;
}
.about_us_section .image_wrapper {
    max-height: 600px;
    max-width: 1028px;
}
footer {
    padding: 96px 0;
    background-color: #f5f3f1;
}
.footer_top_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
.footer_top_wrapper > div:first-child {
    flex: 1;
    max-width: 605px;
}
.footer_top_wrapper .logo {
    display: block;
    margin-bottom: 12px;
}
.footer_top_wrapper .logo img {
    width: 134px;
}
.footer_top_wrapper .address_wrap {
    margin-top: 16px;
}
.footer_top_wrapper .address_wrap .subtitle {
    margin-bottom: 6px;
    font-weight: 600;
}
footer .socials {
    display: flex;
    gap: 16px;
}
footer .socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #676161;
    border-radius: 4px;
}
.footer_mid_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    padding: 48px 0;
}
.footer_column {
    flex: 1;
}
.footer_column .column_header {
    display: block;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
}
.footer_column ul li {
    margin-bottom: 12px;
}
.footer_column ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer_mid_wrapper ul .icon svg {
    width: 20px;
    height: 20px;
}
.footer_column ul li a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    flex-shrink: 0;
    background-color: #cfc6bd;
}
.footer_bottom_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 96px;
    text-transform: uppercase;
}
.footer_bottom_wrapper .copyright {
    flex: 3;
}
.footer_bottom_wrapper .designer {
    display: block;
    flex: 1;
}
.mobile_menu_list,
.mobile_site_options {
    display: none;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 32px;
    padding-bottom: 24px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}
.breadcrumbs a {
    color: #676161;
}
.breadcrumbs li.active a {
    font-weight: 500;
    pointer-events: none;
    color: #2a2a2a;
}
.breadcrumbs li {
    position: relative;
}
.breadcrumbs li:after {
    position: absolute;
    content: "/";
    left: 100%;
    top: -2px;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs li:after {
    padding: 2px 4px;
}
.dealers_section .container > .text_wrapper {
    max-width: 498px;
    margin-bottom: 48px;
}
.dealers_section h1 {
    margin-bottom: 12px;
}
.dealers_section .dealer_features {
    margin-bottom: 80px;
}
.dealer_form_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.2);
    background-color: #e5ded7;
}
.dealer_form_wrapper .text_wrapper {
    max-width: 344px;
}
.dealer_form_wrapper h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 16px;
}
#dealer_form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 604px;
}
#dealer_form_thanks {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #e5ded7;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
#dealer_form .input_pair_wrapper {
    gap: 32px;
}
#dealer_form input {
    background-color: transparent;
    border-color: #676161;
}
#dealer_form input::placeholder {
    color: #676161;
}
#dealer_form label,
#filters label,
#checkout_form label {
    display: block;
    position: relative;
    padding: 2px 0;
    padding-left: 48px;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
    transition-duration: .3s;
}
#checkout_form label {
    padding-top: 4px;
    padding-bottom: 4px;
}
#filters label,
#checkout_form label {
    font-size: 16px;
}
#dealer_form label:before,
#filters label:before,
#checkout_form label:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: 5px;
    top: calc(50% - 11px);
    border: 1px solid #2a2a2a;
    transition-duration: .3s;
}
#dealer_form label:after,
#filters label:after,
#checkout_form label:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: 10px;
    background: url(../img/checkbox_tick.svg) center no-repeat;
    opacity: 0;
    transition-duration: .3s;
}
#dealer_form input:checked + label:after,
#filters input:checked + label:after,
#checkout_form input:checked + label:after {
    opacity: 1;
}
#filters input:disabled + label {
    color: #b1b1b1;
    cursor: not-allowed;
}
#filters input:disabled + label:before {
    border-color: #b1b1b1;
}
#dealer_form .dark_button {
    margin-top: 28px;
}
.subcategories {
    margin-top: 32px;
    margin-bottom: 64px;
}
.category_section .product_number {
    margin-top: 6px;
    font-size: 14px;
    color: #818181;
}
.category_controls,
.product_list_options {
    display: flex;
    align-items: stretch;
    gap: 24px;
}
.category_controls {
    margin: 40px 0;
}
.product_list_options {
    gap: 16px;
}
#filter_button,
.product_list_options a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px;
    border-radius: 4px;
    background-color: #cfc6bd;
}
.product_list_options a.active svg path {
    fill: #2a2a2a;
}
#filter_button {
    margin-right: auto;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.product_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    row-gap: 48px;
}
.product_list:not(.product_list_column) .product_wrap {
    height: 100%;
}
.product_list .product_wrap .image_wrapper {
    border-radius: 8px;
    /* max-height: 289px; */
    aspect-ratio: 0.99;
}
.product_wrap .image_wrapper .button_wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 12px;
    backdrop-filter: blur(8px);
    background-color: rgba(250, 248, 246, 0.5);
    transition: opacity .3s;
}
.product_wrap:hover .image_wrapper .button_wrapper {
    visibility: visible;
    opacity: 1;
}
.product_wrap .add_to_cart,
.product_page_section .add_to_cart {
    width: 100%;
    text-align: center;
    position: relative;
}
.product_wrap .add_to_cart span:not(.done) svg,
.product_page_section .add_to_cart span:not(.done) svg,
.product_popup .add_to_cart span:not(.done) svg {
    display: none;
}
.product_wrap .add_to_cart .done,
.product_page_section .add_to_cart .done,
.product_popup .add_to_cart .done {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 8px;
    padding: 16px 32px;
    font-weight: 500;
    color: #2a2a2a;
    background-color: #e5ded7;
    transition-duration: .3s;
    opacity: 0;
}
.product_wrap .add_to_cart.active .done,
.product_page_section .add_to_cart.active .done,
.product_popup .add_to_cart.active .done {
    opacity: 1;
}
.product_list .product_wrap .price_wrapper + .product_actions .product_compare {
    position: absolute;
    top: 66px;
    right: 12px;
}
.product_list .product_wrap .quick_view,
.product_list .product_wrap .product_actions a {
    width: 44px;
    height: 44px;
}
.product_list .product_wrap .quick_view {
    top: 12px;
    right: 12px;
}
.product_list.product_list_column {
    grid-template-columns: 1fr;
    row-gap: 24px;
}
.product_list_column .product_wrap .image_wrapper .button_wrapper {
    display: none;
}
.product_list_column .product_wrap .quick_view,
.product_list_column .product_wrap .price_wrapper + .product_actions .product_compare {
    position: static;
}
.product_list_column .product_wrap,
.collection_list .collection_content_wrap {
    flex-direction: row;
    gap: 32px;
    border: 1px solid #cfc6bd;
    border-radius: 16px;
    padding: 16px;
    transition-duration: .3s;
}
.collection_list .collection_content_wrap {
    display: flex;
    padding: 0;
    border: none;
}
/*debug*/
.product_list_column.collection_list .collection_wrap > a:after,
.product_list_column.collection_list .product_name:after {
    display: none;
}
.product_list_column.collection_list .product_wrap {
    padding: 0;
    border: none;
    border-radius: 0;
}
.product_list_column.collection_list .collection_wrap {
    border: 1px solid #cfc6bd;
    border-radius: 16px;
    padding: 16px;
    position: relative;
    transition-duration: .3s;
}
.product_list_column.collection_list .collection_wrap > a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product_list_column.collection_list .collection_wrap > a {
    display: block;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
}
.product_list_column .product_wrap .product_info {
    padding-top: 0;
}
.product_list_column .product_wrap .product_bottom {
    align-items: center;
}
.product_list_column .product_wrap .product_actions {
    margin-top: 18px;
    width: 100%;
    margin-bottom: auto;
}
.product_list_column .product_wrap .add_to_cart {
    width: auto;
}
.product_list .product_wrap .add_to_cart.active {
    pointer-events: none;
}
.product_wrap .add_to_cart .done {
    padding: 16px 18px;
}
.product_list_column .product_wrap .image_wrapper,
.collection_list .collection_content_wrap .image_wrapper {
    align-items: stretch;
    max-width: 407px;
    width: 100%;
    flex-shrink: 0;
    border-radius: 0;
    background-color: unset;
    aspect-ratio: unset;
}
.product_list:not(.product_list_column) .product_card_main_slider > li:nth-child(n + 2),
.product_list:not(.product_list_column) .product_card_nav_slider,
.hits_slider .product_card_main_slider > li:nth-child(n + 2) {
    display: none;
}
.product_list:not(.product_list_column) .product_card_main_slider > li:first-child {
    display: flex;
    width: 100%;
    height: 100%;
}
.product_list.product_list_column .product_card_main_slider,
.collection_list .collection_content_wrap .product_card_main_slider {
    max-width: 286px;
    height: 289px;
}
.product_list:not(.product_list_column) .product_card_main_slider {
    width: 100%;
    height: 100%;
}
.product_card_main_slider .slick-arrow {
    display: none !important;
}
.product_card_main_slider .slick-dots {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -121px;
    display: flex;
    flex-direction: column;
}
.product_card_main_slider .slick-dots > li {
    flex: 1;
}
.product_card_main_slider .slick-dots button {
    font-size: 0;
    width: 2px;
    height: 100%;
    background-color: #f5f3f1;
}
.product_card_main_slider .slick-dots .slick-active button,
.product_main_slider .slick-dots .slick-active button {
    background-color: #6e6055;
}
.product_card_nav_slider {
    margin: -6px 16px;
    max-width: 88px;
}
.product_card_nav_slider li.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 88px !important;
    height: 88px !important;
    margin: 6px 0;
    overflow: hidden;
    cursor: pointer;
    transition-duration: .3s;
    border-radius: 6px;
    overflow: hidden;
    border-color: transparent;
    border-width: 2px;
}
.product_card_nav_slider li.slick-current {
    border-color: #9d8d7f;
}
.product_card_main_slider li.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 286px;
    height: 289px;
    border-radius: 8px;
    overflow: hidden;
}
.product_list_column .product_wrap .product_bottom > .price {
    font-size: 24px;
}
.list_controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 48px;
}
.list_controls .load_more {
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
}
.list_controls .pagination {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.list_controls .pagination a,
.list_controls .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    font-weight: 500;
}
.list_controls .pagination span {
    border: none;
}
.list_controls .pagination li.active span {
    background-color: #cfc6bd;
}
.list_controls .pagination span.disabled {
    border: 1px solid #b1b1b1;
    cursor: not-allowed;
}
.list_controls .pagination span.disabled svg path {
    fill: #b1b1b1;
}
.filter_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-right: 71px;
}
.filters_wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.filter_item.slider_item {
    margin-top: 8px;
}
.filter_item.slider_item:first-child {
    margin-top: 0;
}
.filter_checkboxes {
    padding-left: 24px;
    padding-top: 12px;
    padding-bottom: 16px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.filter_checkboxes li {
    margin-bottom: 4px;
}
.filter_checkboxes li:last-child {
    margin-bottom: 0;
}
.filter_item:not(.expanded) .expandable {
    display: none;
}
.slider_item + .checkbox_item {
    margin-top: 16px;
}
.slider_item .filter_item_header {
    margin-bottom: 22px;
}
#filters .ui-slider {
    height: 4px;
    margin-bottom: 15px;
    background-color: #f5f3f1;
    border: none;
    border-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    top: -10px;
    cursor: pointer;
    border-radius: 16px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: #6e6055;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: #6e6055;
    height: 4px;
    top: 0;
}
#filters .ui-slider .range_slider_left,
#filters .ui-slider .range_slider_left {
    transform: translateX(9.5px);
}
#filters .ui-slider .range_slider_right {
    transform: translateX(-14px);
}
.slider_range_inputs {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.slider_range_inputs input {
    width: 70px;
    border: 1px solid #cfc6bd;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
}
.filter_bottom {
    padding-top: 64px;
}
.filter_bottom p {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #818181;
}
.filter_bottom .button_wrapper {
    display: flex;
    align-items: stretch;
    gap: 29px;
    padding-right: 71px;
}
.filter_bottom .button_wrapper a {
    flex: 1;
    border: 1px solid #cfc6bd;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
}
.filter_bottom .button_wrapper .apply {
    background-color: #6e6055;
    border-color: #6e6055;
    color: #fff;
}
.product_list_column .product_wrap .price_wrapper {
    width: auto;
    gap: 40px;
}
.product_list_column .product_wrap .labeled_price .price {
    font-size: 24px;
}
.product_list_column .product_wrap .product_popup .labeled_price .price {
    font-size: 16px;
}
.product_page_top {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
.product_page_top .product_gallery {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    max-width: 604px;
}
.product_nav_slider {
    align-self: stretch;
    margin: 32px -16px;
}
.product_nav_slider li.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 190px !important;
    margin: 0 16px;
    overflow: hidden;
    cursor: pointer;
    transition-duration: .3s;
    border-radius: 8px;
}
.product_main_slider {
    width: 100%;
}
.product_main_slider li {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}
.product_main_slider li:not(.active) {
    display: none;
}
.product_main_slider li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_main_slider .slick-slide img {
    aspect-ratio: 1;
}
.product_page_section h1 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
}
.product_page_links {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 12px;
}
.product_page_links > li {
    width: calc(50% - 16px);
}
.product_page_links a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
.product_page_links a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 4px;
    background-color: #f5f3f1;
}
.product_page_links .article,
.product_popup .article {
    display: flex;
    align-items: center;
    gap: 6px;
}
.product_page_links .article {
    width: calc(100% - 64px);
    align-items: baseline;
}
.product_page_links .article .value {
    color: #818181;
}
.product_page_section .product_buttons_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}
.product_page_section .product_buttons_wrap > .price,
.product_page_section .product_buttons_wrap .price_wrapper .price {
    font-size: 24px;
    font-weight: 600;
}
.product_page_section .product_buttons_wrap .price_wrapper .price.old_price {
    font-size: 20px;
}
.product_page_section .product_buttons_wrap .price_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 24px;
}
.product_page_section .product_buttons_wrap .price_wrapper .labeled_price {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}
.product_page_section .product_buttons_wrap .price_wrapper .label {
    font-size: 14px;
    color: #6e6055;
}
.product_page_section .product_buttons_wrap .price_wrapper .retail_price {
    color: #cfc6bd;
}
.product_page_section .count_wrapper,
.cart_product_list .count_wrapper,
.product_popup .count_wrapper {
    max-width: 106px;
    display: flex;
    align-items: stretch;
    border-radius: 6px;
    border: 1px solid #e5ded7;
    overflow: hidden;
    transition-duration: .3s;
    position: relative;
    z-index: 3;
}
.product_page_section .count_wrapper button,
.cart_product_list .count_wrapper button,
.product_popup .count_wrapper button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 40px;
}
.product_page_section .count_wrapper input,
.cart_product_list .count_wrapper input,
.product_popup .count_wrapper input {
    border: none;
    width: 26px;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.product_page_top .add_to_cart {
    width: auto;
    flex: 1;
    flex-shrink: 1;
    max-width: 252px;
    min-width: unset;
}
.product_page_top .product_buttons_wrap .price_wrapper + .count_wrapper + .add_to_cart {
    max-width: calc(50% - 16px);
}
.product_page_section .product_specs_wrap {
    margin-top: 44px;
}
.product_page_section .block_title {
    margin-bottom: 8px;
    font-weight: 600;
}
.product_page_section .product_specs > li {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 6px 0;
    border-bottom: 1px solid #e5ded7;
    font-size: 14px;
}
.product_page_section .product_specs > li:first-child {
    border-top: 1px solid #e5ded7;
}
.product_page_section .product_specs > li > span {
    flex: 1
}
.product_page_section .product_specs > li .name {
    font-weight: 500;
}
.product_page_suggestions {
    margin-top: 64px;
}
.product_page_section .subsection_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.product_page_section .subsection_header h2 {
    font-size: 24px;
}
.product_page_section .subsection_header a {
    border: 1px solid #cfc6bd;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
}
.product_page_bottom {
    margin-top: 48px;
}
.product_page_bottom .product_tabs {
    display: inline-flex;
    align-items: stretch;
    white-space: nowrap;
    overflow-y: auto;
    box-shadow: inset 0 0 0 1px #e5ded7;
    border-radius: 4px;
}
.product_page_bottom .product_tabs a {
    display: block;
    padding: 10px 20px;
    border-right: 1px solid #e5ded7;
    text-transform: uppercase;
    font-weight: 500;
}
.product_page_bottom .product_tabs a svg {
    display: none;
}
.product_page_bottom .product_tabs > li:last-child a {
    border-right: none;
}
.product_page_bottom .product_tabs > li.active a {
    background-color: #cfc6bd;
    border-color: #cfc6bd;
    cursor: default;
}
.product_page_bottom .product_tab {
    padding-top: 24px;
}
.product_page_bottom .product_tab:not(.active) {
    display: none;
}
.product_page_section .text_wrapper {
    line-height: 1.5;
}
.product_page_section .text_wrapper .tab_title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
}
.product_page_section .text_wrapper p {
    margin-bottom: 16px;
}
.product_page_section .text_wrapper > p:last-child {
    margin: 0;
}
.product_page_section .text_wrapper p.subtitle {
    font-weight: 600;
    margin-bottom: 8px;
}
.product_page_section .text_wrapper ul {
    list-style: disc;
    padding-left: 30px;
}
.product_page_section .text_wrapper ul li {
    padding-left: 10px;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
    background-color: #fff !important;
}
.fancybox-toolbar button:not(.fancybox-button--close) {
    display: none !important;
}
.fancybox-button.fancybox-button--close {
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    top: 80px;
    right: 20px;
}
.fancybox-button--close:after,
.fancybox-button--close:before {
    background-color: #2A2A2A;
    opacity: 1;
    height: 1.5px;
    width: 22px;
    top: calc(50% - 0.75px);
    left: calc(50% - 11px);
    transition-duration: .3s;
}
.fancybox-arrow:after {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    backdrop-filter: blur(20px);
    background-color: #f5f3f1;
    background-image: url(../img/fancybox_arrow.svg);
    background-size: 28px 18px;
    transition-duration: .3s;
}
.fancybox-show-nav .fancybox-arrow {
    opacity: 1;
}
.fancybox-arrow--right {
    right: 20px;
}
.fancybox-arrow--left {
    left: 20px;
}
.fancybox-caption-wrap {
    background: #fff;
}
.fancybox-caption {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #2a2a2a;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 20px;
}
.checkout_section .container {
    padding-right: 0;
}
#checkout_form {
    display: flex;
    align-items: flex-start;
    gap: 66px;
}
#checkout_form .checkout_column {
    flex: 1;
    max-width: 604px;
}
#checkout_form h1,
.favourites_section h1 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 600;
}
#checkout_form .form_section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
}
#checkout_form .form_section:last-child {
    margin-bottom: 0;
}
#checkout_form .form_section .title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
}
#checkout_form input[name="order[recepient]"] + label {
    border: 1px solid #cfc6bd;
    border-radius: 4px;
    padding: 10.5px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #aaabad;
    background-color: #faf8f6;
}
#checkout_form input:disabled + label {
    opacity: .5;
    cursor: default;
}
#checkout_form input[name="order[recepient]"] + label span {
    display: block;
    transition-duration: .3s;
}
#checkout_form input[name="order[recepient]"]:checked + label {
    color: #2a2a2a;
    border-color: #9d8d7f;
}
#checkout_form input[name="order[recepient]"]:checked + label span {
    transform: translateX(38px);
}
#checkout_form input[name="order[recepient]"] + label:before {
    display: none;
}
#checkout_form input[name="order[recepient]"] + label:after {
    opacity: 0 !important;
    transition-delay: .15s;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
}
#checkout_form input[name="order[recepient]"]:checked + label:after {
    opacity: 1 !important;
}
#checkout_form .input_pair_wrapper {
    gap: 32px;
}
#checkout_form .input_pair_wrapper .input_wrapper {
    width: calc(50% - 16px);
}
#checkout_form .checkout_radio_options > li,
#checkout_form .option_expansion .input_pair_wrapper {
    margin-bottom: 16px;
}
#checkout_form .checkout_radio_options > li:last-child,
#checkout_form .option_expansion .input_pair_wrapper:last-child {
    margin-bottom: 0;
}
#checkout_form .option_expansion {
    display: none;
    padding-top: 16px;
    padding-bottom: 8px;
}
#checkout_form label[for="credit_card"] {
    display: flex;
    align-items: center;
    gap: 16px;
}
#checkout_form .other_receiver {
    display: none;
}
#checkout_form .cart_column {
    flex: 1;
    max-width: 670px;
    flex-shrink: 0;
    padding: 80px 72px;
    padding-right: 100px;
    background-color: #cfc6bd;
}
#checkout_form .cart_column h2 {
    font-size: 24px;
    margin-bottom: 24px;
}
#checkout_form .total_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}
#checkout_form .cart_column label {
    font-size: 12px;
}
#checkout_form .dark_button {
    width: 100%;
    margin-top: 48px;
}
#checkout_form .selected_options {
    margin: 32px 0;
    padding: 12px;
    border-radius: 8px;
    background-color: #e5ded7;
}
#checkout_form .selected_options > span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
#checkout_form .selected_options > span svg {
    transition-duration: .3s;
    opacity: 0;
}
#checkout_form .selected_options > span.selected svg {
    opacity: 1;
}
.cart_product_list {
    max-height: 444px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 16px;
}
.cart_product_list > li {
    margin-bottom: 24px;
}
.cart_product_list > li:last-child {
    margin-bottom: 0;
}
.cart_product_list .product_wrap {
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
}
.cart_product_list .product_wrap .image_wrapper {
    border-radius: 8px;
    width: 180px;
    height: 210px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 0;
}
.cart_product_list .product_wrap .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart_product_list .product_wrap .product_name {
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   font-size: 20px;
   font-weight: 500;
}
.cart_product_list .product_wrap .product_info {
    padding-top: 0;
}
.cart_product_list .product_wrap .article {
    margin-bottom: 12px;
    color: #2a2a2a;
    font-weight: 500;
}
.cart_product_list .product_wrap .article .value {
    font-weight: 400;
    color: #818181;
    padding-left: 3px;
}
.cart_product_list .product_wrap .price {
    font-weight: 600;
}
.cart_product_list .product_wrap .buttons_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    gap: 24px;
}
.cart_product_list .product_wrap .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 4px;
    width: 52px;
    height: 52px;
    background-color: #faf8f6;
}
.cart_column h2 .icon {
    display: none;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    background-color: #e5ded7;
    margin-left: auto;
}
.account_section h1 {
    font-size: 36px;
    margin-bottom: 40px;
}
.account_section .user_wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
}
.account_section .user_wrapper .image_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    width: 80px;
    height: 80px;
    background-color: #f5f3f1;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.account_section .user_wrapper .name {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
}
.account_section .user_wrapper .status {
    border: 1px solid #cfc6bd;
    border-radius: 8px;
    padding: 2px 7px;
    font-size: 14px;
}
.account_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 55px;
}
.account_wrapper .account_tabs {
    width: 265px;
    border-radius: 8px;
    flex-shrink: 0;
    overflow: hidden;
}
.account_wrapper .account_tabs a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 8px;
    border: 1px solid #e5ded7;
    border-bottom: none;
    font-weight: 500;
    text-transform: uppercase;
}
.account_wrapper .account_tabs a svg {
    width: 32px;
    height: 32px;
}
.account_wrapper .account_tabs li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.account_wrapper .account_tabs li:last-child a {
    border-bottom: 1px solid #e5ded7;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.account_wrapper .account_tabs li.active a,
.account_wrapper .account_tabs a:hover {
    background-color: #9d8d7f;
    color: #fff;
    border-color: #9d8d7f;
}
.account_wrapper .account_tabs li.active a svg path,
.account_wrapper .account_tabs a:hover svg path {
    fill: #fff;
}
.account_wrapper .account_tab:not(.active) {
    display: none;
}
input[readonly] {
    cursor: default;
}
.account_wrapper .tab_wrapper,
.account_wrapper .account_tab {
    width: 100%;
}
.account_wrapper .account_tab {
    display: flex;
    flex-direction: column;
}
.account_wrapper .input_pair_wrapper {
    margin-bottom: 24px;
}
#edit_profile,
#edit_profile_form button,
#change_password_form button,
.account_tab .file_options a,
.blog_wrap .post_link,
.collection_list .collection_link,
.comparison_header > div:first-child > a,
.product_popup .product_link,
.empty_comparison > a {
    display: inline-block;
    border: 1px solid #cfc6bd;
    border-radius: 8px;
    padding: 10px 20px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
}
#edit_profile_form button:not(type=[submit]) {
    color: #2a2a2a;
}
.collection_list .collection_link {
    position: relative;
    z-index: 3;
}
.product_popup .product_link {
    align-self: flex-start;
    margin-top: auto;
}
.collection_list .collection_link {
    margin-top: 0;
    align-self: flex-end;
}
.blog_wrap .post_link {
    align-self: flex-end;
    margin-top: auto;
}
.account_tab .file_options {
    margin-top: 32px;
}
.account_tab .file_options a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
}
#edit_profile {
    margin-left: auto;
}
#edit_profile_form button[type="submit"],
#change_password_form button,
.account_tab .file_options a {
    background-color: #6e6055;
    border-color: #6e6055;
    color: #fff;
}
#edit_profile_form {
    display: none;
    padding-top: 32px;
}
#edit_profile_form .buttons_wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-end;
}
.account_wrapper .product_list {
    grid-template-columns: repeat(3, 1fr);
}
#change_password_form {
    width: 100%;
    max-width: 393px;
    margin: 0 auto;
}
#change_password_form .input_wrapper {
    margin-bottom: 12px;
}
button.disabled {
    background-color: #b1b1b1 !important;
    border-color: #b1b1b1 !important;
    color: #faf8f6 !important;
    cursor: default;
    pointer-events: none;
}
.account_tab .title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
}
.account_tab > p {
    max-width: 604px;
}
.account_tab .file_options {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
#order_history tbody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#order_history tr {
    width: 100%;
}
#order_history tr:first-child,
#order_history tr.order_summary {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 0.15fr;
    gap: 32px;
    padding: 12px;
    padding-top: 0;
    text-align: left;
}
#order_history tr.order_summary.expanded {
    border-color: transparent;
}
#order_history tr:first-child {
    padding: 6px 12px;
    background-color: #f5f3f1;
    margin-bottom: 16px;
    border-radius: 4px;
    align-items: center;
}
#order_history tr.order_summary {
    margin-top: 12px;
    transition-duration: .3s;
}
#order_history tr.order_summary:nth-child(2) {
    margin-top: 0;
}
#order_history tr:first-child td:last-child,
#order_history tr.order_summary td:last-child {
    width: 32px;
}
#order_history tr.order_content,
#order_history tr.order_summary {
    border-bottom: 1px solid #cfc6bd;
}
#order_history tr.order_content {
    display: none;
    grid-template-columns: 3.5fr 2fr;
    gap: 140px;
    overflow: hidden;
    padding-bottom: 12px;
    padding-top: 16px;
    background-color: #fff;
}
#order_history tr.order_content td:last-child {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    max-width: 256px;
    margin-left: auto;
}
#order_history .order_content .dark_button {
    padding: 12px;
    width: 100%;
    text-align: center;
}
#order_history tr.order_content td:first-child {
    max-width: 498px;
}
#order_history .cart_product_list {
    max-height: unset;
}
#order_history .cart_product_list > li {
    margin-bottom: 12px;
}
#order_history .cart_product_list > li:last-child {
    margin-bottom: 0;
}
#order_history .cart_product_list .product_wrap {
    gap: 16px;
}
#order_history .cart_product_list .product_wrap .image_wrapper {
    width: 75px;
    height: 87px;
}
#order_history .cart_product_list .product_wrap .product_name {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    font-size: 14px;
}
#order_history .cart_product_list .product_wrap .article {
    font-size: 12px;
    margin-bottom: 8px;
}
#order_history .cart_product_list .product_wrap .buttons_wrap {
    margin-top: 0;
    font-size: 14px;
}
#order_history .cart_product_list .product_wrap .price {
    font-size: 14px;
    font-weight: 400;
}
#order_history .total_wrapper,
#order_history .total {
    display: block;
    margin-top: 24px;
    font-weight: 500;
    font-size: 20px;
}
#order_history .expand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #f5f3f1;
}
#order_history .expand svg {
    transition-duration: .3s;
}
#order_history .expand.active svg {
    transform: scaleY(-1);
}
#order_history .mobile_header {
    display: none;
}
.text_section h1 {
    margin-bottom: 12px;
}
.text_section p {
    margin-bottom: 8px;
}
.text_section p:last-child {
    margin-bottom: 0;
}
.text_section p.subtitle {
    font-weight: 500;
    font-size: 20px;
    padding: 5px 0;
}
.faq_section h1,
.blog_section h1 {
    margin-bottom: 12px;
}
.faq_section > .container > p,
.blog_section > .container > p {
    max-width: 498px;
}
.faq_list {
    width: 100%;
    max-width: 816px;
    margin: 0 auto;
    margin-top: 80px;
}
.faq_list > li {
    border-radius: 8px;
    border: 1px solid #e5ded7;
    margin-bottom: 12px;
    background-color: #e5ded7;
    transition-duration: .3s;
}
.faq_list > li.expanded,
.faq_list > li:hover {
    background-color: #f5f3f1;
}
.faq_list > li:last-child {
    margin-bottom: 0; 
}
.faq_list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    font-weight: 600;
    gap: 5px;
    border-radius: 8px;
}
.faq_list > li > a svg {
    flex-shrink: 0;
}
.faq_list > li > a span {
    display: block;
    max-width: 588px;
}
.faq_list .expandable {
    display: none;
    padding: 10px 16px;
    padding-top: 2px;
    max-width: 588px;
}
.blog_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 56px;
    margin-top: 32px;
}
.blog_list > li {
    width: calc(50% - 16px);
}
.blog_list .blog_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    border: 1px solid #6e6055;
    border-radius: 12px;
}
.blog_wrap .image_wrapper {
    width: 100%;
    aspect-ratio: 2;
    border-radius: 8px;
    overflow: hidden;
}
.blog_wrap .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_wrap .post_info,
.blog_post_header .post_info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
    margin-bottom: 17px;
    font-weight: 500;
}
.blog_wrap .post_info span:first-child .value,
.blog_post_header .post_info span:first-child .value {
    font-weight: 400;
}
.blog_wrap .post_info span:last-child,
.blog_post_header .post_info span:last-child {
    color: #818181;
}
.blog_wrap .post_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}
.blog_wrap .post_intro {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    text-align: center;
}
.blog_post_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 32px;
}
.blog_post_header .post_info {
    flex-shrink: 0;
    margin: 0;
}
.blog_post_header h1 {
    font-size: 20px;
    font-weight: 500;
    max-width: 498px;
    margin-bottom: 0;
}
.blog_section .image_wrapper {
    border-radius: 8px;
    overflow: hidden;
    height: 281px;
    margin-bottom: 16px;
    display: flex;
}
.blog_section .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_like:hover svg path {
    stroke: #ed878f;
}
.product_like.active svg path {
    stroke: #ed878f;
    fill: #ed878f;
}
.all_collections_section h1 {
    visibility: hidden;
    position: absolute;
}
.product_list_column .product_wrap .add_to_cart {
    min-width: 215px;
}
.collection_list .add_to_cart svg {
    display: block !important;
}
.product_list_column.collection_list .product_wrap .product_info .add_to_cart {
    min-width: unset;
    background-color: #6e6055;
    padding: 0;
}
.product_list_column.collection_list .product_wrap .add_to_cart span {
    display: flex;
}
.product_list_column.collection_list .product_wrap .add_to_cart .done {
    padding: 0;
    border-radius: 4px;
}
.collection_list .article .icon {
    display: none;
}
.article .icon,
.article_wrap .icon {
    position: relative;
    cursor: pointer;
}
.article .icon.clicked svg:not(.done),
.article_wrap .icon.clicked svg:not(.done) {
    opacity: 0;
}
.article .icon.clicked .done,
.article_wrap .icon.clicked .done {
    opacity: 1;
}
.article .icon .done,
.article_wrap .icon .done {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
}
.article .icon svg,
.article_wrap .icon svg {
    transition-duration: .3s;
}
.comparison_products.product_list {
    grid-template-columns: 1fr !important;
}
.comparison_header {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
.comparison_header > div:first-child {
    max-width: 180px;
}
.comparison_products {
    max-width: calc(100% - 212px);
    padding-bottom: 92px;
    width: 100%;
}
.comparison_products .remove {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #faf8f6;
}
.comparison_products .add_to_cart svg {
    display: block !important;
}
.comparison_products .add_to_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}
.comparison_products .image_wrapper .add_to_cart {
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.comparison_products .product_wrap .add_to_cart .done {
    padding: 0;
}
.comparison_products .product_wrap .product_name {
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.comparison_products .product_wrap .article {
    margin-bottom: 16px;
}
.comparison_products li.slick-slide {
    height: inherit !important;
}
.comparison_products .product_wrap .product_bottom > .price,
.comparison_products .product_wrap .product_bottom .price_wrapper.promo_price_wrapper .price {
    font-size: 16px;
    font-weight: 600;
}
.comparison_products .product_wrap .labeled_price .label {
    font-size: 12px;
}
.comparison_products  .product_wrap .labeled_price .price,
.comparison_products .product_wrap .product_bottom .price_wrapper.promo_price_wrapper .old_price {
    font-size: 14px;
}
.comparison_products .slick-track {
    gap: 24px;
}
.comparison_products .product_wrap .price_wrapper {
    column-gap: 8px;
    row-gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comparison_products .product_wrap .labeled_price:last-child {
    margin: 0;
}
.comparison_table {
    width: 100%;
    margin-top: 32px;
}
.comparison_table tr {
    display: flex;
}
.comparison_table td,
.comparison_table th {
    flex: 1;
    padding: 12px 24px;
    text-align: center;
    transition-duration: .3s;
}
.comparison_table tbody th {
    max-width: 196px;
    background-color: #f5f3f1;
    font-weight: 600;
}
.comparison_table tr.header {
    margin-bottom: 24px;
}
.comparison_table tr.header th {
    text-align: left;
    padding: 6px 24px;
    border-radius: 4px;
    background-color: #cfc6bd;
    font-size: 20px;
    font-weight: 500;
}
.comparison_table tbody,
.comparison_table tr:not(.header) th,
.comparison_table tr:not(.header) td {
    border: 1px solid #cfc6bd;
} 
/* for comparison of a few products where the slider doesn't initiate */
.comparison_table tbody td {
    max-width: 17%;
}
.comparison_table {
    border-collapse: collapse;
}
.comparison_table tr.difference td {
    background-color: #faf8f6;
}
.comparison_products .product_wrap .product_info {
    position: relative;
}
.product_popup {
    position: fixed;
    flex-direction: row;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #faf8f6;
    z-index: 30;
    border-radius: 12px;
    padding: 24px;
    display: none;
    align-items: stretch;
    gap: 32px;
    width: calc(100vw - 200px);
    max-width: 1208px;
}
.product_popup .product_popup_info {
    width: 100%;
    padding-top: 48px;
    display: flex;
    flex-direction: column;
}
.product_popup .popup_close {
    top: 24px;
    right: 24px;
}
.product_popup .product_name {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.5;
}
.product_popup .article {
    margin: 0;
}
.product_popup .article .icon,
.product_popup .download .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background-color: #cfc6bd;
}
.product_popup .popup_buttons_wrap {
    display: flex;
    align-items: center;
    margin: 24px 0;
    gap: 24px;
    row-gap: 12px;
}
.product_popup .dark_button {
    position: relative;
    padding: 12px 24px;
    text-align: center;
}
.product_popup .dark_button {
    min-width: unset !important;
    width: auto;
    white-space: nowrap;
}
.product_popup .count_wrapper {
    margin-left: auto;
}
.product_popup .popup_buttons_wrap > .price {
    font-weight: 500;
    font-size: 20px;
}
.product_popup .sizes_wrapper > span {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}
.product_popup .sizes_wrapper {
    margin-bottom: 24px;
}
.product_popup .sizes {
    max-height: 180px;
    overflow-y: auto;
    padding-right: 20px;
}
.product_popup .sizes > li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 6px 0;
    border-bottom: 1px solid #e5ded7;
    font-size: 14px;
}
.product_popup .sizes > li:first-child {
    border-top: 1px solid #e5ded7;
}
.product_popup .sizes > li > span:first-child {
    font-weight: 500;
    flex: 1;
    max-width: calc(50% - 12px);
}
.product_popup .product_like {
    right: 20px;
}
.product_popup .product_compare {
    right: 74px !important;
}
.product_popup .product_gallery {
    width: 100%;
    max-width: 564px;
    height: 533px;
    flex-shrink: 0;
    position: relative;
}
.product_popup .product_popup_slider {
    max-width: 100%;
    max-height: 533px;
}
.product_popup .product_popup_slider .slick-dots {
    display: none !important;
}
.product_popup .product_popup_slider li.slick-slide {
    width: 564px !important;
    height: 533px !important;
    border-radius: 8px;
    overflow: hidden;
}
.product_popup .product_popup_slider li.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_popup .product_gallery > a {
    z-index: 3;
}
.product_popup .product_popup_slider .slick-arrow.slick-disabled,
.slick-arrow.slick-arrow.slick-disabled,
.count_wrapper button.inactive {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.product_popup .mobile_buttons_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}
.product_popup .mobile_buttons_wrap a.download {
    align-items: center;
    gap: 12px;
    width: auto;
    font-size: 14px;
    background-color: transparent;
    margin: 0 auto
}
.product_popup .add_to_cart .done {
    font-size: 0 !important;
    gap: 0;
}
#header_likes_link svg {
    width: 40px;
    height: 40px;
}
.product_list_options a.active {
    cursor: default;
    pointer-events: none;
}
.ui-slider .ui-slider-handle {
    transition: background-color .3s;
}
/*iOS overwrites the color w/out this*/
#reset_profile_form {
    color: #2a2a2a;
}
.collection_list .collection_content_wrap .image_wrapper {
    display: flex;
}
.product_page_top .product_card_main_slider {
    width: 100%;
}
.product_list_column .product_card_main_slider {
    margin-right: 16px;
}
.product_list_column .product_card_main_slider > li ,
.product_page_top .product_card_main_slider > li {
    overflow: hidden;
    border-radius: 8px;
    width: 286px;
    height: 289px;
}
.product_page_top .product_card_main_slider > li {
    width: 100%;
    height: 604px;
}
.product_list_column .product_card_main_slider li.active,
.product_page_top .product_card_main_slider li.active {
    display: flex;
    opacity: 1 !important;
}
.product_list_column .product_card_main_slider > li:not(.active),
.product_page_top .product_card_main_slider > li:not(.active) {
    display: none;
}
.product_list_column .product_card_main_slider {
    flex-shrink: 0;
}
.product_list_column .scroll_column_wrapper {
    width: 100%;
    position: relative;
    z-index: 3;
}
.product_list_column .scroll_nav_image li,
.product_page_top .scroll_nav_image li {
    border: 2px solid transparent;
    display: flex;
    transition-duration: .3s;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    width: 87px;
    height: 88px;
}
.product_page_top .scroll_nav_image li {
    width: 180px;
    height: 190px;
    flex-shrink: 0;
}
.product_list_column .scroll_nav_image li.active,
.product_page_top .scroll_nav_image li.active {
    border-color: #9d8d7f;
}
.product_list_column .scroll_nav_image img,
.product_list_column .product_card_main_slider img,
.product_page_top .product_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_page_top .scroll_row_wrapper {
    margin-top: 32px;
    padding-bottom: 34px;
    max-width: 604px;
    overflow-x: auto;
    overflow-y: hidden;
}
.product_list_column .scroll_column_wrapper {
    padding-right: 18px;
    max-height: 288px;
    overflow-y: auto;
    overflow-x: hidden;
}
.product_list_column .scroll_column_wrapper .scroll_nav_image,
.collection_list .collection_content_wrap .scroll_nav_image {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product_page_top .scroll_row_wrapper .scroll_nav_image {
    display: flex;
    gap: 32px;
}
.simplebar-track.simplebar-horizontal {
    height: 2px !important;
    background-color: #f5f3f1;
    border-radius: 0;
}
.simplebar-track.simplebar-vertical {
    width: 2px !important;
    background-color: #f5f3f1;
    border-radius: 0;
}
.simplebar-scrollbar:before {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;
    background-color: #6e6055 !important;
    opacity: 1 !important;
}
.collection_list .product_wrap .image_wrapper {
    display: none;
}
.collection_products {
    width: 100%;
}
.collection_products > li,
.collection_products .product_wrap {
    height: 100%;
}
.collection_products > li:not(.active) {
    display: none;
}
.text_section .text_wrapper a {
    font-weight: 500;
}
#checkout_form .chosen-container {
    width: 100% !important;
    position: absolute;
    top: 20px;
    left: 0;
}
#checkout_form .option_expansion .input_pair_wrapper .input_wrapper {
    min-height: 62px;
    position: relative;
}
#checkout_form .option_expansion .input_pair_wrapper .input_wrapper span.error {
    margin-top: 44px;
}
.order_confirmation_wrapper {
    margin-top: 32px;
}
.reduced_name {
    display: inline-flex;
    max-width: 1.5ch;
    overflow: hidden;
}
.comparison_subsection:not(:last-child) {
    margin-bottom: 64px;
}
.empty_comparison {
    display: none;
}
.collection_page #filter_button {
    display: none;
}
.collection_page .category_controls {
    justify-content: flex-end;
}


/* HOVERS */
.categories_grid a:hover,
.subcategories a:hover,
footer a:hover,
#menu_toggle:hover,
header .chosen-container:hover .chosen-single span,
.catalog_list a:hover,
.form_options li:not(.active) a:hover,
.form_sublink:hover,
.login_footer > a:hover,
label a:hover,
.lang_options a:hover,
.currency_options a:hover,
.mobile_menu_list a:hover,
.list_controls .load_more:hover,
.filter_item_header.expand:hover,
#order_history .cart_product_list .product_wrap .product_name:hover,
.text_section .text_wrapper a:hover,
.language_currency:hover {
    color: #6e6055 !important;
}
.breadcrumbs li:not(.active) a:hover {
    color: #2a2a2a;
}
.categories_grid a:hover .image_wrapper,
.subcategories a:hover .image_wrapper {
    box-shadow: 0 1px 3px 1px rgba(110, 96, 85, 0.15);
}
.product_list_column.collection_list .collection_wrap:hover,
.product_list_column .product_wrap:hover,
.count_wrapper:hover,
input:not([readonly]):hover,
input:not([readonly]):focus,
textarea:hover,
textarea:focus,
#header_search_form:hover > div,
input:not([disabled]) + label:hover:before,
.list_controls .load_more:hover {
    border-color: #6e6055 !important;
}
.dark_button:hover,
footer .socials a:hover,
#menu_popup > a:hover,
#login button[type="submit"]:hover,
.filter_bottom .button_wrapper .apply:hover,
.ui-slider .ui-slider-handle:hover,
#change_password_form button:hover,
.account_tab .file_options a:hover {
    background-color: #9d8d7f !important;
}
.dark_button.disabled {
    background-color: #b1b1b1 !important;
}
#edit_profile:hover,
#edit_profile_form button:not([type="submit"]):hover,
.blog_wrap .post_link:hover,
.collection_list .collection_link:hover,
.comparison_header > div:first-child > a:hover,
.product_popup .product_link:hover,
.filter_bottom .button_wrapper .reset:hover,
.list_controls .pagination a:hover,
.product_page_section .subsection_header a:hover,
.empty_comparison > a:hover {
    border-color: #6e6055;
    color: #6e6055;
}
.product_wrap .product_compare:hover svg path,
.product_wrap .quick_view:hover svg path,
.article .icon:hover svg path,
.product_page_links a:not(.product_like):hover svg path,
.product_popup .popup_close:hover svg path,
.header_menu a:not(#header_likes_link):hover svg path,
#menu_toggle:hover svg path,
.catalog_list > li > a:hover svg path,
.popup_close:hover svg path,
.input_wrapper.password_wrapper .pass_view_on:hover svg path,
.input_wrapper.password_wrapper .pass_view_off:hover svg path,
.mobile_menu_list a:hover svg path,
.filter_item_header.expand:hover svg path,
.product_list_options a:hover svg path,
.product_list_options a.active svg path,
.product_popup .mobile_buttons_wrap a.download:hover svg path,
.cart_product_list .product_wrap .remove:hover svg path,
.cart_column.long_cart h2 .icon:hover svg path,
.comparison_products .remove:hover svg path,
.product_popup .product_compare:hover svg path,
.language_currency:hover svg circle {
    fill: #6e6055;
}
#header_likes_link:hover svg path,
.list_controls .pagination a:hover svg path {
    stroke: #6e6055;
}
#filter_button:hover,
.fancybox-button--close:hover:after,
.fancybox-button--close:hover:before,
.product_main_slider .slick-dots button:hover {
    background-color: #6e6055;
}
.slick-arrow:not(.slick-disabled):hover,
.fancybox-show-nav .fancybox-arrow:not([disabled]):hover:after,
#order_history .expand:hover {
    background-color: #e5ded7;
}
.product_page_bottom .product_tabs a:hover {
    background-color: #cfc6bd;
    border-color: #cfc6bd;
}
#checkout_form input[name="order[recepient]"] + label:hover {
    color: #2a2a2a;
}
/* END OF HOVERS */
.tpl_product_nav_slider_video{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5f3f1;
}
.product_video,
.product_video .video_wrapper{
    display: flex;
    flex-direction:column;
    width:100%;
}
.product_video .video_wrapper video{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media screen and (max-width: 1400px) {
    .about_us_section .section_header .text_wrapper p {
        max-width: 340px;
    }
    .product_wrap .price_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .product_wrap .price_wrapper.promo_price_wrapper {
        flex-direction: column-reverse;
        gap: 0;
        line-height: 1.1;
    }
    .product_wrap .labeled_price {
        flex-direction: row;
        margin: 0 !important;
        gap: 10px;
    }
    .product_list_column .product_wrap .product_info .price_wrapper {
        gap: 12px;
    }
    .product_list_column .product_wrap .product_info .price_wrapper.promo_price_wrapper {
        flex-direction: column-reverse;
        gap: 4px;
    }
    .product_popup .price_wrapper {
        gap: 5px !important;
    }
    .product_page_links .article {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .product_page_top .product_gallery,
    .product_page_top .scroll_row_wrapper {
        max-width: 484px;
    }
    .product_page_top .product_card_main_slider > li {
        height: 484px;
    }
    .product_page_top .scroll_nav_image li {
        width: 140px;
        height: 145px;
    }
    .product_nav_slider li.slick-slide {
        height: 150px !important;
    }
    .product_main_slider .slick-dots {
        bottom: -218px;
    }
    #checkout_form {
        gap: 48px;
    }
    #checkout_form .cart_column {
        max-width: 626px;
        padding-left: 48px;
    }
    .cart_product_list {
        max-height: 398px;
    }
    .cart_product_list .product_wrap .image_wrapper {
        width: 160px;
        height: 187px;
    }
    .account_wrapper {
        gap: 32px;
    }
    #order_history .order_content .dark_button {
        padding: 12px 5px;
        font-size: 14px;
    }
    .comparison_products .product_wrap .product_info .add_to_cart {
        position: absolute;
        right: 8px;
        bottom: calc(100% + 8px);
    }
}

@media screen and (max-width: 1299px) {
    .header_right {
        gap: 16px;
    }
    .categories_grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .dealer_features,
    .about_us_section .section_header .text_wrapper {
        gap: 16px;
    }
    .about_us_section .section_header .text_wrapper p {
        max-width: 310px;
    }
    .product_wrap .labeled_price .price {
        font-size: 14px;
    }
    .hits_wrapper .product_slider {
        margin-left: -140px;
        clip-path: inset(0 0 0 140px);
        max-width: calc(100% - 152px);
    }
    .hits_wrapper > .text_wrapper {
        max-width: 260px;
    }
    .product_slider .slick-prev_arrow {
        left: 140px;
    }
    .product_slider .slick-next_arrow {
        left: 232px;
    }
    .product_list:not(.product_list_column) .product_info .product_compare {
        position: absolute;
        top: 66px;
        right: 12px;
    }
    .subcategories {
        grid-template-columns: repeat(5, 1fr);
    }
    .product_list:not(.product_list_column) .product_wrap .add_to_cart .done svg {
        display: none;
    }
    .product_page_section .product_buttons_wrap > .price {
        width: 100%;
    }
    .product_page_top .add_to_cart {
        width: calc(50% - 16px);
        flex: unset;
        max-width: unset;
    }
    .product_page_top .add_to_cart .done svg {
        display: none;
    }
    #checkout_form h1 {
        font-size: 30px;
    }
    #checkout_form .cart_column {
        padding-top: 90px;
    }
    .product_popup .popup_buttons_wrap {
        flex-wrap: wrap;
    }
    .product_popup .popup_buttons_wrap > .price,
    .product_popup .popup_buttons_wrap .price_wrapper {
        width: 100%;
    }
    .product_popup .count_wrapper {
        margin-left: 0;
    }
    .product_popup .product_gallery {
        max-width: 400px;
        height: 380px;
    }
    .product_popup .product_popup_slider li.slick-slide {
        width: 400px !important;
        height: 380px !important;
    }
    .product_popup .product_popup_slider .slick-arrow {
        width: 44px;
        height: 44px;
    }
    .product_popup .dark_button,
    .product_popup .price_wrapper + .count_wrapper + .dark_button {
        min-width: 215px !important;
    }
    .product_popup .add_to_cart .done {
        font-size: 14px !important;;
    }
    .product_popup .add_to_cart .done svg {
        display: none !important;
    }
    /* for comparison of a few products where the slider doesn't initiate */
    .comparison_table tbody td {
        max-width: 20%;
    }
    .comparison_table tbody th {
        width: 100%;
        max-width: 20%;
    }
}

@media screen and (max-width: 1199px) {
    .product_list_column .product_wrap .labeled_price .price {
        font-size: 20px;
    }
    .container {
        padding: 0 32px;
    }
    #checkout_form .cart_column {
        padding-right: 32px;
        padding-left: 24px;
    }
    .header_left,
    .header_right {
        flex: unset;
        max-width: unset;
    }
    .dealer_features {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .about_us_section .section_header .text_wrapper {
        flex-direction: column;
        max-width: 500px;
    }
    .about_us_section .section_header .text_wrapper p {
        max-width: unset;
    }
    .footer_column,
    .footer_bottom_wrapper .designer,
    .footer_bottom_wrapper .copyright {
        flex: unset;
    }
    .footer_column:first-child {
        flex-shrink: 0;
    }
    .footer_column:last-child,
    .footer_bottom_wrapper .designer {
        width: 230px;
    }
    .hits_wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 48px;
    }
    .hits_wrapper > .text_wrapper {
        display: flex;
        max-width: unset;
        gap: 32px;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        padding-right: 32px;
    }
    .hits_wrapper h2 {
        margin-bottom: 0;
    }
    .hits_wrapper .text_wrapper p {
        max-width: 450px;
    }
    .hits_wrapper .product_slider {
        width: calc(100% + 200px);
        max-width: unset;
        margin-left: -200px;
        clip-path: inset(0 0 0 200px);
    }
    .product_slider .slick-prev_arrow {
        left: 200px;
    }
    .product_slider .slick-next_arrow {
        left: 292px;
    }
    #menu_popup {
        padding-top: 40px;
    }
    .product_list:not(.product_list_column) .product_wrap .product_info .labeled_price {
        flex-direction: column;
        gap: 0;
        line-height: 1;
    }
    .product_list:not(.product_list_column) .product_wrap .price_wrapper + .product_actions {
        align-self: flex-end;
    }
    .product_page_top,
    .cart_product_list .product_wrap {
        gap: 24px;
    }
    .product_page_top .product_gallery {
        max-width: 424px;
    }
    .product_page_top .product_card_main_slider > li {
        height: 424px;
    }
    .product_page_top .scroll_nav_image li {
        width: 120px;
        height: 125px;
    }
    .product_nav_slider li.slick-slide {
        height: 130px !important;
    }
    .product_main_slider .slick-dots {
        bottom: -198px;
    }
    .product_page_links,
    .product_page_section .product_buttons_wrap {
        column-gap: 16px;
    }
    .product_page_links > li,
    .product_page_top .product_buttons_wrap .price_wrapper + .count_wrapper + .add_to_cart,
    .product_page_top .add_to_cart {
        width: calc(50% - 8px);
    }
    .product_page_top .product_buttons_wrap .price_wrapper + .count_wrapper + .add_to_cart {
        max-width: unset;
    }
    .product_page_top .add_to_cart {
        flex: unset;
    }
    #checkout_form .cart_column {
        max-width: 534px;
    }
    #checkout_form,
    .account_wrapper {
        gap: 24px;
    }
    .account_wrapper .account_tabs {
        width: 220px;
    }
    .account_wrapper .account_tabs a {
        padding: 10px;
        font-size: 14px;
    }
    .account_wrapper .account_tabs a svg {
        width: 24px;
    }
    .account_wrapper .product_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .product_popup {
        width: calc(100vw - 64px);
    }
}

@media screen and (max-width: 992px) {
    .product_popup .dark_button {
        text-align: center;
    }
    .product_popup .mobile_buttons_wrap .product_compare {
        margin-left: auto;
    }
    .product_popup .mobile_buttons_wrap {
        flex-wrap: wrap;
    }
    h2 {
        font-size: 32px;
    }
    #checkout_form h1,
    .account_section h1,
    .favourites_section h1 {
        font-size: 24px;
    }
    .product_page_section .product_buttons_wrap > .price,
    .product_page_section .product_buttons_wrap .price_wrapper .price,
    #checkout_form .cart_column h2,
    #checkout_form .form_section .title,
    #checkout_form .total_wrap {
        font-size: 20px;
    }
    .footer_column .column_header,
    .catalog_list > li > a,
    .product_list .product_wrap .labeled_price .price,
    .product_list_column .product_wrap .product_bottom > .price,
    .filter_item_header,
    .product_page_section h1,
    .text_wrapper .tab_title,
    .text_section .text_wrapper p.subtitle,
    .blog_wrap .post_name,
    .blog_post_header h1,
    .product_list_column.collection_list .collection_wrap > a,
    .product_popup .popup_buttons_wrap > .price,
    .subcategories a,
    .product_list_column .product_wrap .product_info .price_wrapper.promo_price_wrapper,
    .product_page_section .product_buttons_wrap .price_wrapper .price.old_price {
        font-size: 16px;
    }
    .feature_card p,
    .footer_top_wrapper p:not(.subtitle),
    .footer_column:nth-child(n + 2) a,
    .footer_bottom_wrapper,
    .product_list .product_wrap .product_name,
    .text_wrapper ul,
    .text_wrapper p:not(.tab_title, .subtitle),
    .cart_product_list .product_wrap .product_name,
    #order_history,
    .faq_list > li > a,
    .blog_wrap .post_intro,
    .comparison_table tbody,
    .product_popup .product_name {
        font-size: 14px;
    }
    .login_footer p,
    .product_page_section .product_specs > li,
    #checkout_form .cart_column_bottom label,
    .account_section .user_wrapper .status,
    .faq_list .expandable,
    .price_wrapper .old_price,
    .product_wrap .price_wrapper.promo_price_wrapper .old_price {
        font-size: 12px;
    }
    .product_list .product_wrap .product_name {
        line-height: 1.5;
    }
    .product_page_section h1 {
        font-weight: 600;
    }
    .header_menu li,
    .language_currency {
        display: none;
    }
    .header_menu li:nth-child(3) {
        display: block;
    }
    body {
        padding-top: 32px;
    }
    #shader {
        top: 32px;
    }
    .container {
        padding: 0 16px;
    }
    .page_section {
        margin-bottom: 64px;
    }
    .header_wrapper {
        padding: 16px 0;
    }
    #menu_toggle {
        font-size: 0;
        gap: 0;
        padding: 0;
    }
    header .logo img {
        width: 77px;
    }
    .home_page_main .page_section:first-child {
        padding-top: 32px;
    }
    .categories_grid {
        gap: 16px;
    }
    .category_label,
    .product_wrap .product_bottom > .price,
    .product_wrap .price_wrapper.promo_price_wrapper .promo_price {
        font-size: 16px;
        font-weight: 600;
    }
    .front_slider .slick-dots {
        bottom: 20px;
        max-width: 600px;
    }
    .hits_wrapper > .text_wrapper,
    .dealer_accent_section .section_header,
    .about_us_section .section_header {
        flex-direction: column;
        gap: 12px;
    }
    .hits_wrapper {
        gap: 32px;
    }
    .hits_wrapper .product_slider {
        width: calc(100% + 150px);
        margin-left: -150px;
        clip-path: inset(0 0 0 150px);
    }
    .product_wrap .price_wrapper + .product_actions {
        align-self: flex-end;
    }
    .product_slider {
        padding-bottom: 0;
    }
    .product_slider .slick-arrow {
        display: none !important;
    }
    .product_slider .slick-track {
        gap: 24px;
    }
    .product_wrap .labeled_price {
        flex-direction: column;
        gap: 2px;
    }
    .product_wrap .product_info .labeled_price {
        line-height: 1;
    }
    .product_wrap .quick_view,
    .product_wrap .product_actions a,
    .product_list_column .product_wrap .add_to_cart {
        width: 44px;
        height: 44px;
    }
    .product_wrap .product_popup .add_to_cart {
        width: auto;
        height: auto;
        padding: 11px 20px;
    }
    .dealer_accent_section {
        padding: 40px 0;
    }
    .dealer_accent_section .section_header > p {
        font-size: 16px;
        font-weight: 400;
        max-width: unset;
    }
    .dealer_accent_section .section_header {
        margin-bottom: 32px;
    }
    .about_us_section .section_header {
        margin-bottom: 24px;
    }
    .about_us_section .section_header .text_wrapper {
        max-width: unset;
    }
    .feature_icon {
        margin-bottom: 16px;
    }
    .feature_card h4 {
        margin-bottom: 8px;
    }
    .dealer_features {
        margin-bottom: 40px;
    }
    .about_us_section .image_wrapper {
        display: flex;
        border-radius: 16px;
        overflow: hidden;
    }
    footer {
        padding: 48px 0;
    }
    .footer_mid_wrapper {
        flex-wrap: wrap;
        gap: 24px;
    }
    .footer_bottom_wrapper {
        gap: 40px;
    }
    .footer_column ul li {
        margin-bottom: 8px;
    }
    .footer_column {
        width: calc(50% - 16px) !important;
    }
    .footer_bottom_wrapper .designer {
        width: auto;
    }
    .footer_mid_wrapper {
        padding: 24px 0;
    }
    .footer_top_wrapper .logo img {
        width: 101px;
    }
    #menu_popup,
    #filters {
        width: 391px;
        height: calc(100vh - 72px);
        left: 0;
        padding: 32px 16px;
        padding-bottom: 150px;
        overflow-x: visible;
        overflow-y: auto;
    }
    #filters {
        padding: 32px 16px;
        padding-right: 8px;
        padding-bottom: 60px;
        width: 375px;
    }
    .filter_header,
    .filters_wrapper,
    .filter_bottom .button_wrapper {
        padding-right: 8px;
    }
    .filter_header {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .mobile_menu_list {
        display: block;
    }
    .mobile_menu_list a {
        display: flex;
        align-items: center;
        padding: 12px 16px;
        gap: 8px;
        border-bottom: 1px solid #f5f3f1;
        font-weight: 600;
    }
    .mobile_menu_list li:first-child a {
        border-top: 1px solid #f5f3f1;
    }
    .mobile_menu_list a .counter,
    .mobile_menu_list a svg:last-child:not(:first-child) {
        font-weight: 400;
        margin-left: auto;
    }
    #menu_popup > a,
    #header_search_form {
        width: 100%;
        max-width: unset;
    }
    #header_search_form {
        padding-top: 32px;
    }
    #menu_popup > a {
        margin-bottom: 24px;
    }
    .mobile_site_options {
        display: block;
        padding: 0 12px;
        margin-top: 32px;
    }
    .mobile_site_options ul {
        display: flex;
        align-items: center;
        padding: 6px 0;
        gap: 29px;
    }
    .mobile_site_options ul a.active {
        font-weight: 600;
    }
    .mobile_site_options ul:first-child {
        padding-bottom: 8px;
        border-bottom: 1px solid #9d8d7f;
        margin-bottom: 2px;
    }
    .mobile_site_options ul li {
        position: relative;
    }
    .mobile_site_options ul li:after {
        position: absolute;
        content: "";
        left: calc(100% + 12px);
        top: calc(50% - 2.5px);
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #2a2a2a;
    }
    .mobile_site_options ul li:last-child:after {
        display: none;
    }
    .catalog_list {
        padding: 0;
        height: auto;
        overflow: unset;
    }
    .catalog_list > li > a {
        padding: 0;
    }
    .catalog_list > li > a svg {
        width: 32px;
        height: 32px;
    }
    .catalog_list .category_list {
        padding: 12px 24px;
    }
    .category_list > li {
        margin-bottom: 6px;
    }
    #menu_popup:after,
    #header_search_form,
    .catalog_list {
        display: none;
    }
    #menu_popup::-webkit-scrollbar,
    #login::-webkit-scrollbar {
        width: 2px;
    }
    #menu_popup::-webkit-scrollbar-track,
    #login::-webkit-scrollbar-track {
        background-color: #F5F3F1;
    }
    #menu_popup::-webkit-scrollbar-thumb,
    #login::-webkit-scrollbar-thumb {
        background-color: #6E6055;
    }
    #login {
        padding: 32px 16px;
        padding-top: 68px;
        overflow-y: auto;
    }
    #login .popup_close {
        top: 20px;
        right: 16px;
    }
    .form_options {
        margin-bottom: 24px;
    }
    #login .form_wrapper,
    .input_pair_wrapper {
        gap: 12px;
    }
    .input_pair_wrapper .input_wrapper {
        width: calc(50% - 6px);
    }
    #login button[type="submit"] {
        margin-top: 20px;
    }
    .login_footer p {
        line-height: 1.5;
    }
    .breadcrumbs {
        padding: 24px 0;
    }
    .dealers_section .container > .text_wrapper {
        margin-bottom: 32px;
    }
    .dealers_section .dealer_features {
        margin-bottom: 48px;
    }
    .dealer_form_wrapper {
        flex-direction: column;
        gap: 24px;
        padding: 16px;
    }
    #dealer_form .input_pair_wrapper {
        gap: 12px;
    }
    #dealer_form .input_pair_wrapper .input_wrapper {
        width: calc(50% - 6px);
    }
    #dealer_form .dark_button {
        margin-top: 20px;
    }
    .dealers_section .feature_card {
        background-color: #f5f3f1;
        border-color: #f5f3f1;
    }
    .dealers_section .feature_icon {
        background-color: #fff;
    }
    .category_section .product_number {
        margin-top: 8px;
    }
    .subcategories {
        margin-top: 24px;
        margin-bottom: 40px;
        gap: 16px;
        display: block;
        width: 100%;
    }
    .category_controls {
        margin-bottom: 24px;
    }
    .product_list:not(.product_list_column) {
        column-gap: 16px;
        row-gap: 32px;
        grid-template-columns: repeat(3, 1fr);
    }
    .product_list_options a {
        padding: 1px;
    }
    #sorting_chosen .chosen-single {
        height: 42px !important;
        line-height: 42px !important;
        padding-left: 52px !important;
        padding-right: 41px !important;
    }
    #sorting_chosen .chosen-single:before {
        left: 10px;
        top: 4px;
    }
    #sorting_chosen .chosen-single div b {
        background-position: 0 5px !important;
    }
    #sorting_chosen .chosen-single div {
        right: 6px !important;
    }
    .list_controls {
        gap: 32px;
        margin-top: 24px;
    }
    .list_controls .pagination {
        gap: 6.4px;
    }
    .list_controls .pagination a,
    .list_controls .pagination span {
        width: 52px;
        height: 52px;
    }
    .product_list_column .product_wrap {
        padding: 10px;
        gap: 16px;
    }
    .product_wrap .product_info .add_to_cart,
    .product_wrap .image_wrapper .add_to_cart {
        min-width: unset;
        font-size: 0;
        gap: 0;
        padding: 0;
        background-color: #6e6055 !important;
        overflow: hidden;
    }
    .product_wrap .image_wrapper .add_to_cart:hover {
        background-color: #9d8d7f !important;
    }
    .product_list:not(.product_list_column) .product_info .add_to_cart {
        margin-right: auto;
    }
    .product_list:not(.product_list_column) .product_wrap .add_to_cart .done svg {
        display: block;
    }
    .product_wrap .add_to_cart span:not(.done) {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }
    .product_wrap .add_to_cart span:not(.done) svg {
        display: block;
    }
    .product_wrap .product_info .add_to_cart .done {
        padding: 0;
        gap: 0;
        border-radius: 0;
    }
    .product_wrap .add_to_cart .done svg {
        width: 32px;
        height: 32px;
    }
    .product_list:not(.product_list_column) .product_info .product_compare,
    .product_list .product_wrap .price_wrapper + .product_actions .product_compare {
        position: static;
    }
    .product_list:not(.product_list_column) .product_wrap .product_actions {
        gap: 8px;
        width: 100%;
    }
    .product_list:not(.product_list_column) .product_wrap .product_bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .product_list:not(.product_list_column) .product_wrap .price_wrapper + .product_actions {
        align-self: flex-start;
    }
    .product_list:not(.product_list_column) .product_wrap .price_wrapper {
        gap: 6px;
    }
    .product_list:not(.product_list_column) .product_wrap .price_wrapper.promo_price_wrapper {
        gap: 0;
    }
    .product_list:not(.product_list_column) .product_wrap .labeled_price {
        line-height: 1.5;
    }
    .product_popup .labeled_price {
        line-height: 1.5 !important;
    }
    #filter_button svg path {
        fill: #fff;
    }
    #filter_button {
        color: #fff;
        background-color: #9d8d7f;
        gap: 10px;
        padding: 5px 10px;
    }
    #sorting_chosen .chosen-drop {
        background-color: #faf8f6;
    }
    #filter_button svg,
    #sorting_chosen .chosen-single:before {
        width: 32px;
        height: 32px;
    }
    .product_wrap .image_wrapper .button_wrapper {
        display: none;
    }
    .subcategories .slick-dots,
    .suggested_product_slider .slick-dots {
        display: flex;
        align-items: center;
        margin-top: 16px;
    }
    .suggested_product_slider .slick-dots {
        margin-top: 24px;
    }
    .subcategories .slick-dots li,
    .suggested_product_slider .slick-dots li {
        flex: 1;
    }
    .suggested_product_slider .slick-dots li {
        display: flex;
    }
    .subcategories .slick-dots li.slick-active button,
    .suggested_product_slider .slick-dots li.slick-active button {
        background-color: #6e6055;
    }
    .subcategories .slick-dots button,
    .suggested_product_slider .slick-dots button {
        height: 2px;
        font-size: 0;
        width: 100%;
        background-color: #f5f3f1;
        font-size: 0;
    }
    .subcategories .slick-track {
        display: flex;
        gap: 16px;
    }
    .subcategories .slick-track:before,
    .subcategories .slick-track:after {
        display: none;
    }
    .product_list_column .product_wrap .image_wrapper,
    .collection_content_wrap > .image_wrapper {
        max-width: 347px;
    }
    .product_list.product_list_column .product_card_main_slider,
    .product_card_main_slider,
    .product_card_main_slider li.slick-slide,
    .product_list_column .product_card_main_slider > li {
        width: 250px;
        height: 250px;
    }
    .product_list_column .scroll_column_wrapper {
        max-height: 250px;
        padding-right: 11px;
    }
    .product_list_column .product_card_main_slider {
        margin-right: 11px;
    }
    .hits_slider .product_card_main_slider {
        width: 100%;
        aspect-ratio: 1.5;
        height: unset;
    }
    .product_card_nav_slider {
        max-width: 75px;
        margin: -6px 10px;
    }
    .product_card_nav_slider li.slick-slide,
    .product_list_column .scroll_nav_image li {
        width: 75px !important;
        height: 75px !important;
    }
    .product_card_main_slider .slick-dots {
        right: -97px;
    }
    .product_list_column .product_wrap .price_wrapper,
    .opt_product_wrap .product_popup .price_wrapper {
        flex-direction: row;
        gap: 24px !important;
    }
    .product_list_column .product_wrap .product_info .price_wrapper.promo_price_wrapper {
        gap: 0 !important;
        line-height: 1.3;
    }
    .filter_checkboxes {
        padding-bottom: 8px;
    }
    .breadcrumbs {
        overflow-x: auto;
    }
    .product_page_links {
        column-gap: 16px;
    }
    .product_page_top {
        flex-direction: column;
        align-items: flex-start;
    }
    .product_gallery {
        align-self: center;
    }
    .product_page_top .product_info {
        width: 100%;
    }
    .product_page_links {
        row-gap: 8px;
    }
    .product_page_section .product_buttons_wrap {
        margin-top: 24px;
        row-gap: 32px;
        column-gap: 16px;
    }
    .product_page_section .product_specs_wrap {
        margin-top: 24px;
    }
    .product_page_suggestions {
        margin-top: 48px;
    }
    .product_page_bottom .product_tabs {
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        white-space: wrap;
        border: 1px solid #e5ded7;
        box-shadow: none;
    }
    .product_page_bottom .product_tabs a {
        background-color: #f5f3f1;
        border-right: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product_page_bottom .product_tabs a svg {
        display: block;
        transition-duration: .3s;
    }
    .product_page_bottom .product_tabs li.active a svg {
        transform: scaleY(-1);
    }
    .product_page_bottom .product_tabs > li {
        border-bottom: 1px solid #e5ded7;
    }
    .product_page_bottom .product_tabs > li:last-child {
        border-bottom: none;
    }
    .product_page_bottom .product_tab {
        padding: 16px;
    }
    .product_list.suggested_product_slider {
        display: block;
        width: 100%;
    }
    .product_page_links .article {
        flex-direction: row;
        gap: 6px;
    }
    .product_page_top .add_to_cart.active .done svg {
        display: block;
    }
    .product_page_top .add_to_cart {
        min-width: 222px;
        padding: 12px 24px;
    }
    .product_page_top .add_to_cart .done {
        gap: 12px;
        padding: 12px 24px;
    }
    .product_nav_slider {
        margin: 16px -16px;
    }
    .product_main_slider .slick-dots {
        bottom: -170px;
    }
    .product_page_section .product_specs > li {
        gap: 16px;
    }
    .fancybox-button.fancybox-button--close {
        top: 40px;
    }
    .fancybox-arrow:after {
        width: 40px;
        height: 40px;
        background-size: 20px 15px;
    }
    .fancybox-arrow--left {
        left: 0;
    }
    .fancybox-arrow--right {
        right: 0;
    }
    .fancybox-caption {
        padding-bottom: 40px;
    }
    .checkout_section .container {
        padding-right: 16px;
    }
    #checkout_form h1,
    .favourites_section h1 {
        margin-bottom: 24px;
    }
    #checkout_form .cart_column {
        max-width: unset;
        margin: 0 -16px;
        margin-bottom: 48px;
        padding: 24px 16px;
    }
    #checkout_form .cart_column h2,
    #checkout_form .form_section .title,
    #checkout_form .total_wrap {
        font-weight: 500;
    }
    .cart_product_list {
        max-height: 400px;
        padding-right: 0;
        margin-top: 24px;
        margin-bottom: 8px;
    }
    #order_history .cart_product_list {
        margin-top: 0;
        margin-bottom: 0;
    }
    .cart_product_list > li {
        margin-bottom: 16px;
    }
    .cart_product_list .product_wrap .image_wrapper {
        width: 82px;
        height: 103px;
    }
    .cart_product_list .product_wrap .product_name {
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }
    .cart_product_list .product_wrap .article {
        display: none;
    }
    #order_history .cart_product_list .product_wrap .article {
        display: block;
    }
    .cart_product_list .product_wrap .remove {
        width: 44px;
        height: 44px;
    }
    .cart_product_list .count_wrapper button {
        height: 40px;
    }
    #checkout_form .form_section {
        margin-bottom: 40px;
        gap: 12px;
    }
    #checkout_form .form_section .title {
        margin-bottom: 4px;
    }
    #checkout_form .input_pair_wrapper {
        gap: 16px;
    }
    #checkout_form .input_pair_wrapper .input_wrapper {
        width: calc(50% - 8px);
    }
    #checkout_form .checkout_radio_options > li,
    #checkout_form .option_expansion .input_pair_wrapper {
        margin-bottom: 12px;
    }
    .cart_column_bottom {
        padding-top: 8px;
    }
    #checkout_form .selected_options {
        margin: 0;
        margin-bottom: 32px;
    }
    #checkout_form .cart_column_bottom label {
        margin-bottom: 8px;
    }
    #checkout_form .dark_button {
        margin-top: 24px;
        padding: 12px 32px;
    }
    #filters label,
    #checkout_form label {
        padding-left: 40px;
    }
    #checkout_form label[for="credit_card"] {
        gap: 8px;
    }
    #checkout_form .cart_column h2 {
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    #checkout_form .checkout_column {
        max-width: unset;
    }
    .cart_column.long_cart h2 {
        cursor: pointer;
    }
    .cart_column.long_cart h2 .icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cart_column.long_cart h2 .icon svg {
        transition-duration: .3s;
    }
    .cart_column.long_cart .cart_product_list {
        display: none;
    }
    .cart_column.long_cart h2.active .icon svg {
        transform: scaleY(-1);
    }
    .account_wrapper {
        flex-direction: column;
        gap: 32px;
    }
    .account_wrapper .account_tabs {
        display: flex;
        width: auto;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        border-radius: 0;
    }
    .account_tabs li {
        position: relative;
    }
    .account_tabs li:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e5ded7;
    }
    .account_tabs li:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e5ded7;
    }
    .account_tabs li:first-child:after,
    .account_tabs li:first-child:before {
        left: 8px;
    }
    .account_tabs li:last-child:after,
    .account_tabs li:last-child:before {
        right: 8px;
    }
    .account_wrapper .account_tabs a {
        border-color: transparent !important;
        border-radius: 8px;
        padding: 8px 16px;
        position: relative;
        z-index: 2;
    }
    .account_wrapper .account_tabs li:last-child a {
        border: 1px solid #e5ded7 !important;
        border-left: none !important;
        border-radius: 8px;
    }
    .account_wrapper .account_tabs li:first-child a {
        border: 1px solid #e5ded7 !important;
        border-right: none !important;
        border-radius: 8px;
    }
    .account_wrapper .input_pair_wrapper {
        margin-bottom: 12px;
    }
    #edit_profile, #edit_profile_form button,
    #change_password_form button {
        margin-top: 20px;
    }
    .account_tab .title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 12px;
    }
    .account_section h1 {
        margin-bottom: 24px;
    }
    .account_section .user_wrapper {
        gap: 16px;
    }
    .account_section .user_wrapper .image_wrapper {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    .account_tab .file_options {
        column-gap: 16px;
        row-gap: 24px;
    }
    .account_tab .file_options {
        margin-top: 24px;
    }
    .faq_list {
        margin-top: 32px;
    }
    .faq_list > li > a,
    .faq_list .expandable {
        padding: 8px 12px;
    }
    .faq_list .expandable {
        padding-top: 0;
    }
    .faq_list > li {
        margin-bottom: 16px;
    }
    .blog_list {
        margin-top: 24px;
        row-gap: 40px;
        column-gap: 24px;
    }
    .blog_list > li {
        width: calc(50% - 12px);
    }
    .blog_wrap .post_name {
        font-size: 600;
    }
    .blog_list .blog_wrap {
        padding: 8px;
    }
    .blog_wrap .post_link {
        align-self: stretch;
        text-align: center;
    }
    .blog_wrap .image_wrapper {
        aspect-ratio: 1.15;
    }
    .blog_post_header {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
    }
    .blog_post_header h1 {
        max-width: unset;
    }
    .product_list_column .product_wrap .product_actions .add_to_cart {
        min-width: unset;
    }
    .product_list_column.collection_list .collection_wrap > a {
        margin-bottom: 12px;
    }
    .product_list_column.collection_list .product_wrap .product_bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 12px;
    }
    .product_list_column.collection_list .product_wrap .product_bottom .collection_link {
        align-self: flex-start;
    }
    .product_list_column.collection_list .collection_wrap {
        padding: 12px;
    }
    .product_list.product_list_column {
        row-gap: 32px;
    }
    .collection_list .article {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .collection_list .product_actions .article {
        order: -1;
        margin-right: auto;
        flex: 1;
        margin-bottom: 0;
    }
    .product_list_column.collection_list .product_wrap .article + .add_to_cart {
        margin-right: 0;
    }
    .collection_list .article .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        width: 44px;
        height: 44px;
        background-color: #f5f3f1;
    }
    .comparison_header {
        flex-direction: column;
    }
    .comparison_products {
        max-width: 100%;
    }
    .comparison_table {
        margin: 0 -16px;
        width: calc(100% + 32px);
    }
    .comparison_table tbody tr {
        flex-wrap: wrap;
    }
    .comparison_table tbody th {
        width: 100%;
        flex: unset;
        max-width: unset !important;
        padding: 6px 16px;
        text-align: left;
        font-weight: 500;
    }
    .comparison_table tr.header {
        margin-bottom: 0;
    }
    .comparison_table tr.header th {
        border-radius: 0;
        padding: 6px 16px;
    }
    .comparison_table tbody td {
        padding: 12px 16px;
    }
    .comparison_header > div:first-child {
        max-width: unset;
    }
    .comparison_products {
        padding: 0;
        margin-bottom: 48px;
    }
    .comparison_products .product_wrap .labeled_price {
        height: auto;
    }
    .comparison_products .slick-track {
        gap: 16px;
    }
    .comparison_products .slick-dots {
        display: flex;
        width: 100%;
    }
    .comparison_products .slick-dots li {
        display: flex;
    }
    .comparison_header > div:first-child > a,
    .empty_comparison > a {
        margin-top: 16px;
    }
    .comparison_products .slick-list {
        padding-right: 16px;
    }
    .product_popup {
        padding: 12px;
        border-radius: 16px;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        width: calc(100vw - 32px);
        max-width: 600px;
        max-height: 85vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .product_popup .product_popup_info {
        padding-top: 0;
    }
    .product_popup .popup_close {
        background-color: rgba(229, 222, 215, 0.3);
        border-radius: 8px;
        backdrop-filter: blur(20px);
        z-index: 3;
    }
    /*.product_popup .popup_close {
        right: 0;
        top: unset;
        bottom: calc(100% + 16px);
    }
    .product_popup .popup_close svg path {
        fill: #fff;
    }*/
    .product_popup .sizes_wrapper,
    .product_popup .product_link {
        display: none;
    }
    .product_popup .popup_buttons_wrap {
        margin-top: 16px;
        margin-bottom: 0;
        flex-wrap: nowrap;
    }
    .product_popup .popup_buttons_wrap > .price,
    .product_popup .popup_buttons_wrap .price_wrapper {
        width: auto;
    }
    .product_popup .popup_buttons_wrap .count_wrapper {
        margin-left: auto;
    }
    .product_wrap:not(.opt_product_wrap) .product_popup .mobile_buttons_wrap .article {
        margin-right: auto;
    }
    .product_popup .product_popup_slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-color: transparent;
        bottom: unset;
        top: calc(100% + 8px);
    }
    .product_popup .product_popup_slider .slick-prev_arrow {
        left: 0;
        right: unset;
    }
    .product_popup .product_popup_slider .slick-next_arrow {
        right: 0;
        left: unset;
    }
    .product_popup .product_popup_slider .slick-dots,
    .collection_list .product_card_main_slider .slick-dots {
        position: absolute;
        display: flex !important;
        flex-direction: row;
        top: calc(100% + 24px);
        left: 0;
        right: 0;
        bottom: unset;
        justify-content: center;
        gap: 8px;
    }
    .product_popup .product_popup_slider .slick-dots li,
    .collection_list .product_card_main_slider .slick-dots li {
        flex: unset;
        display: flex;
    }
    .collection_list .product_card_main_slider .slick-dots li {
        width: auto;
    }
    .product_popup .product_popup_slider .slick-dots button,
    .collection_list .product_card_main_slider .slick-dots button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        font-size: 0;
        background-color: #b1b1b1;
    }
    .product_popup .mobile_buttons_wrap a.download {
        margin: 0;
    }
    .product_wrap.opt_product_wrap .product_popup .popup_buttons_wrap .count_wrapper {
        display: none;
    }
    .product_wrap.opt_product_wrap .product_popup .popup_buttons_wrap {
        justify-content: space-between;
    }
    .product_wrap.opt_product_wrap .product_popup .mobile_buttons_wrap {
        justify-content: space-between;
    }
    .product_wrap.opt_product_wrap .product_popup .product_gallery > a {
        top: 12px !important;
    }
    .product_wrap.opt_product_wrap .product_popup .product_gallery .product_like {
        right: 12px;
    }
    .product_wrap.opt_product_wrap .product_popup .product_gallery .product_compare {
        right: 68px !important;
    }
    .product_popup .price_wrapper + .count_wrapper + .dark_button {
        margin-left: auto;
        margin-right: 0;
    }
    .product_wrap .image_wrapper {
        z-index: 0;
    }
    .hits_slider .product_wrap .image_wrapper,
    .product_list_column .product_wrap .image_wrapper {
        z-index: 3;
    }
    .product_popup .product_popup_slider .slick-arrow:hover svg path {
        fill: #6e6055;
    }
    /* for comparison of a few products where the slider doesn't initiate */
    .comparison_table tbody td {
        max-width: 25%;
    }
    .product_popup .product_popup_slider .slick-arrow:not(.slick-disabled):hover svg path {
        fill: #2a2a2a;
    }
    .product_page_top .scroll_row_wrapper {
        margin-top: 16px;
        padding-bottom: 18px;
    }
    .product_page_top .scroll_row_wrapper .scroll_nav_image {
        gap: 16px;
    }
    .product_page_top .scroll_nav_image li {
        width: 130.3px;
        height: 135px;
    }
    .product_page_bottom .product_tabs > li.active a {
        cursor: pointer;
    }
    .collection_list .slick-arrow:not(.slick-disabled):hover {
        background-color: transparent !important;
    }
}

@media screen and (max-width: 768px) {
    .footer_mid_wrapper {
        justify-content: flex-start;
    }
    .footer_column:nth-child(1),
    .footer_column:nth-child(4),
    footer .socials {
        width: 100% !important;
    }
    .footer_column:nth-child(2),
    .footer_column:nth-child(3) {
        width: auto !important;
    }
    .footer_bottom_wrapper {
        flex-direction: column-reverse;
        align-items: flex-start;
        font-weight: 500;
    }
    .footer_bottom_wrapper .designer {
        font-size: 16px;
    }
    .footer_bottom_wrapper .copyright {
        width: 100%;
        text-align: center;
    }
    .front_slider .slick-dots {
        max-width: 400px;
    }
    .about_us_section .image_wrapper img {
        height: 435px;
    }
    .hits_wrapper .product_slider {
        width: calc(100% + 100px);
        margin-left: -100px;
        clip-path: inset(0 0 0 100px);
    }
    .product_list_options {
        display: none;
    }
    .product_list.product_list_column:not(.collection_list) {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 16px;
        row-gap: 32px;
    }
    .product_list_column .product_wrap,
    .collection_list .collection_content_wrap {
        flex-direction: column;
        gap: 16px;
        padding: 0;
        border: none;
        border-radius: 0;
        height: 100%;
    }
    .collection_list .collection_content_wrap {
        gap: 56px;
        align-items: center;
    }
    .product_list_column .product_card_nav_slider,
    .product_list_column .product_card_main_slider > li:nth-child(n + 2),
    .scroll_column_wrapper {
        display: none;
    }
    .product_list_column .product_wrap .image_wrapper {
        border-radius: 8px;
    }
    .product_list.product_list_column .product_card_main_slider,
     {
        width: 100%;
        height: 100%;
        max-width: unset;
    }
    .product_card_main_slider > li:first-child {
        display: flex;
    }
    .product_list_column .product_wrap .product_actions {
        order: 111;
        margin: 0;
        margin-top: 12px;
    }
    .product_list_column .product_wrap .quick_view {
        position: absolute;
    }
    .product_list_column .product_wrap .product_actions .add_to_cart {
        margin-right: auto;
    }
    .product_list_column:not(.collection_list) .product_wrap .product_info .price_wrapper {
        flex-direction: column;
        gap: 6px;
    }
    .product_list_column:not(.collection_list) .product_wrap .product_info .price_wrapper.promo_price_wrapper {
        flex-direction: column-reverse;
        gap: 0;
    }
    .product_wrap .labeled_price {
        gap: 0;
        line-height: 1.5;
    }
    .product_wrap .product_actions,
    .product_list_column.collection_list .product_wrap {
        gap: 8px;
    }
    #order_history tr.order_summary {
        position: relative;
        grid-template-columns: 1fr;
        gap: 8px;
        padding-left: 0;
        padding-right: 0;
    }
    #order_history tr.order_summary td:nth-child(2),
    #order_history tr.order_summary td:nth-child(3) {
        display: none;
    }
    #order_history .order_number {
        display: inline-block;
        padding-right: 5px;
        position: relative;
    }
    #order_history .order_number:after {
        content: ",";
    }
    #order_history tr.order_summary td:first-child {
        font-weight: 500;
        padding-right: 36px;
    }
    #order_history tr.order_summary td:last-of-type {
        position: absolute;
        top: 0;
        right: 0;
    }
    #order_history .expand {
        width: 24px;
        height: 24px;
        background-color: transparent;
    }
    #order_history tr.order_summary td:nth-child(4) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #order_history .order_status:not(.failed) {
        color: #34a853;
    }
    #order_history tr.order_content {
        grid-template-columns: 1fr;
        gap: 0;
    }
    #order_history tr.order_content td:first-child {
        max-width: unset;
    }
    #order_history tr.order_content td:last-child {
        display: none;
    }
    #order_history .total_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 33px;
        margin-bottom: 20px;
    }
    #order_history .total {
        margin-top: 0;
    }
    #order_history tr:first-child {
        grid-template-columns: 1fr;
    }
    #order_history tr:first-child th:nth-child(n + 2) {
        display: none;
    }
    #order_history .desktop_header {
        display: none;
    }
    #order_history .mobile_header {
        display: inline;
    }
    #order_history .order_products {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 12px;
    }
    #order_history .order_products .image_wrapper {
        border-radius: 3px;
        width: 41px;
        height: 48px;
        overflow: hidden;
    }
    .faq_list .expandable {
        margin-right: 57px;
    }
    .blog_list > li {
        width: 100%;
    }
    .product_list_column.collection_list .product_wrap .product_bottom {
        order: 111;
    }
    .product_list_column.collection_list .product_wrap .quick_view {
        display: none;
    }
    .product_list_column.collection_list .product_wrap .product_actions {
        margin-bottom: 4px;
        margin-bottom: 16px;
    }
    .product_list_column.collection_list .product_wrap .image_wrapper {
        align-self: center;
        max-height: 368px;
        height: 368px;
    }
    .product_list_column.collection_list .product_card_main_slider {
        max-width: 320px;
        height: 320px;
    }
    .product_list_column.collection_list .product_card_main_slider li.slick-slide {
        height: 320px;
    }
    .product_list_column.collection_list .product_card_main_slider li.slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product_list_column.collection_list .product_card_main_slider .slick-dots {
        display: flex !important;
        flex-direction: row;
        top: calc(100% + 24px);
        left: 40px;
        right: 40px;
        bottom: unset;
        justify-content: center;
        gap: 8px;
    }
    .product_list_column.collection_list .product_card_main_slider .slick-dots li {
        flex: unset;
        display: flex;
    }
    .product_list_column.collection_list .product_card_main_slider .slick-dots button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    .product_list_column.collection_list .product_card_main_slider .slick-arrow {
        display: flex !important;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: calc(100% + 8px);
    }
    .product_list_column.collection_list .product_card_main_slider .slick-next_arrow {
        right: 0;
    }
    .product_popup .product_gallery {
        width: 320px;
        height: 320px;
    }
    .product_popup .product_popup_slider li.slick-slide {
        width: 320px !important;
        height: 320px !important;
    }
    .product_popup .add_to_cart {
        font-size: 14px !important;
    }
    .product_list_column:not(.collection_list) .product_wrap .image_wrapper {
        z-index: 0;
    }
    /* for comparison of a few products where the slider doesn't initiate */
    .comparison_table tbody td {
        max-width: 33%;
    }
    .product_list_column .product_card_main_slider,
    .product_list_column .product_card_main_slider li {
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .product_list.product_list_column .product_card_main_slider {
        width: 100%;
        height: auto;
    }
    .product_list_column:not(.collection_list) .product_card_main_slider > li:first-child {
        display: flex;
        opacity: 1;
    }
}

@media screen and (max-width: 599px) {
    .product_popup .mobile_buttons_wrap .product_compare {
        margin-left: unset;
    }
    .categories_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .front_slider .slick-dots {
        max-width: 280px;
        bottom: 10px;
    }
    .dealer_features {
        display: flex;
        overflow-x: auto;
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px;
    }
    .feature_card {
        width: 280px;
    }
    #menu_popup {
        width: 100%;
    }
    .hits_wrapper .product_slider {
        width: calc(100% + 200px);
        margin-left: -200px;
        clip-path: inset(0 0 0 200px);
    }
    #login {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }
    .product_list,
    .product_list.product_list_column,
    .product_list:not(.product_list_column),
    .product_list.product_list_column:not(.collection_list) {
        grid-template-columns: repeat(2, 1fr);
    }
    .product_list.collection_list {
        grid-template-columns: 1fr !important;
    }
    .list_controls .pagination li:nth-child(n+4):nth-child(-n+6) {
        display: none;
    }
    #filters {
        right: 0;
        width: auto;
    }
    .product_page_links .article {
        flex-direction: column;
        gap: 0;
    }
    .account_tab .file_options > li {
        width: calc(50% - 8px);
    }
    .account_tab .file_options {
        justify-content: center;
    }
    .product_popup .popup_buttons_wrap .count_wrapper {
        display: none;
    }
    .product_popup .popup_buttons_wrap {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 24px;
    }
    .product_popup .popup_buttons_wrap .dark_button {
        width: 100% !important;
        text-align: center;
    }
    .account_tab .file_options a {
        justify-content: center;
    }
}

@media screen and (max-width: 499px) {
    .product_popup .product_like {
        left: 20px !important;
        right: unset;
    }
    .product_popup .product_compare {
        right: unset;
        left: 74px !important;
    }
    .hits_wrapper .product_slider {
        width: calc(100% + 150px);
        margin-left: -150px;
        clip-path: inset(0 0 0 150px);
    }
    .input_pair_wrapper {
        flex-direction: column;
    }
    .input_pair_wrapper .input_wrapper,
    #dealer_form .input_pair_wrapper .input_wrapper,
    #checkout_form .input_pair_wrapper .input_wrapper {
        width: 100%;
    }
    #checkout_form .input_pair_wrapper .chosen-container {
        width: 100% !important;
    }
    .category_controls {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    #sorting_chosen {
        width: 100% !important;
    }
    #filter_button {
        width: 100%;
        justify-content: flex-start;
    }
    .product_page_links {
        flex-direction: column;
    }
    .product_page_links > li {
        width: 100%;
    }
    .product_page_links .article {
        flex-direction: row;
        gap: 6px;
    }
    .product_page_top .add_to_cart {
        width: auto;
        flex: 1;
    }
    .product_page_section .product_buttons_wrap .price_wrapper .labeled_price {
        flex: unset;
    }
    .product_page_section .product_buttons_wrap .price_wrapper {
        justify-content: space-between;
    }
    .product_page_top .product_gallery {
        max-width: 344px;
    }
    .product_page_top .product_card_main_slider > li {
        height: 344px;
    }
    .product_page_top .scroll_nav_image li {
        width: 104px;
        height: 108px;
    }
    .product_nav_slider {
        margin-left: -8px;
        margin-right: -8px;
        width: calc(100% + 16px);
    }
    .product_nav_slider li.slick-slide {
        height: 103px !important;
        width: 103px !important;
        margin: 0 8px;
    }
    .product_main_slider .slick-dots {
        bottom: -144px;
    }
    .product_page_section .subsection_header {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }
    .product_page_section .subsection_header > a {
        text-align: center;
    }
    .collection_list .collection_link {
        width: 100%;
        text-align: center;
    }
    /* for comparison of a few products where the slider doesn't initiate */
    .comparison_table tbody td {
        max-width: 50%;
    }
}

@media screen and (max-width: 419px) {
    .hits_wrapper .product_slider {
        width: calc(100% + 80px);
        margin-left: -80px;
        clip-path: inset(0 0 0 80px);
    }
    .footer_mid_wrapper {
        column-gap: 16px;
    }
}

@media screen and (max-width: 374px) {
    .product_popup .article,
    .product_popup .mobile_buttons_wrap a.download {
        width: 100%;
        justify-content: flex-start;
    }
    .categories_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .feature_card {
        width: 250px;
    }
    .hits_wrapper .product_slider {
        width: calc(100% + 60px);
        margin-left: -60px;
        clip-path: inset(0 0 0 60px);
    }
    .dealer_form_wrapper h2 {
        font-size: 32px;
    }
    .list_controls .pagination a,
    .list_controls .pagination span {
        width: 40px;
        height: 40px;
    }
    .product_list:not(.product_list_column),
    .product_list.product_list_column,
    .product_list.product_list_column:not(.collection_list) {
        grid-template-columns: repeat(1, 1fr);
    }
    .product_page_top .product_gallery {
        max-width: 288px;
    }
    .product_page_top .product_card_main_slider > li {
        height: 288px;
    }
    .product_page_top .scroll_nav_image li {
        width: 85.3px;
        height: 90px;
    }
    .product_nav_slider li.slick-slide {
        height: 85px !important;
        width: 85px !important;
    }
    .product_main_slider .slick-dots {
        bottom: -124px;
    }
    #checkout_form h1,
    .favourites_section h1,
    .text_section h1 {
        font-size: 20px;
    }
    .cart_product_list .product_wrap {
        gap: 16px;
    }
    #checkout_form label[for="credit_card"] img {
        width: 20px;
    }
    #order_history tr.order_summary td:nth-child(4) {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog_wrap .post_info {
        flex-direction: column;
        gap: 5px;
    }
    .blog_wrap .post_info span:nth-child(2) {
        display: none;
    }
    .product_list_column.collection_list .product_card_main_slider {
        max-width: 264px;
        height: 264px;
    }
    .product_list_column.collection_list .product_card_main_slider li.slick-slide {
        height: 264px;
        width: 264px !important;
    }
    .product_list_column.collection_list .product_wrap .image_wrapper {
        height: 312px;
    }
    .collection_list .product_actions {
        flex-wrap: wrap;
    }
    .collection_list .product_actions .article {
        flex: unset;
        width: 100%;
    }
    .product_popup .product_gallery {
        width: 264px;
        height: 264px;
    }
    .product_popup .product_popup_slider li.slick-slide {
        width: 264px !important;
        height: 264px !important;
    }
    .opt_product_wrap .product_popup .mobile_buttons_wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    #edit_profile_form .buttons_wrap {
        flex-direction: column;
        gap: 0;
    }
}