:root {
    --fav-stroke-colour: #212A2F;
    --fav-fill-colour: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.4);
}

.results {
    display: none;
    text-align: left;
    margin-top: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    z-index: 10;
    border: 1px solid #ECECEC;
    transition: all 200ms ease;
    background-color: #fff;
    border-radius: 10px;
}

.esf-autocomplete-search {
    padding: 0;
    margin: 0;
    overflow: auto;
    max-height: 60vh;
    list-style: none;
}
.esf-autocomplete-search {
    overflow-y: scroll; /* Enable scrolling */
    scrollbar-width: none; /* Firefox: Hides scrollbar */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.esf-autocomplete-search::-webkit-scrollbar {
    display: none; /* Webkit browsers: Hides scrollbar */
}

.esf-as-item {
    display: block;
}
.esf-as-item:not(:last-child){
    border-bottom: 1px solid #ECECEC;
}
.esf-as-item-link {
    display: block;
    text-decoration: none;
    color: #ECECEC;
    transition: all 300ms ease;
    background-color: #fff;
    padding: 8px;
}
.esf-as-item-link:hover {
    background-color: #ECECEC;
}

.esf-as-item-grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.esf-as-item-img-wrapper {
    width: 80px;
    height: 80px;
    min-width: 80px;
    max-width: 80px;
    border-radius: 8px;
    overflow: hidden;
}
.esf-as-item-img {
    display: block;
    width: 100%;
    height: auto;
}

.esf-as-item-content {
    flex: 1;
    padding-left: 16px;
}

.esf-as-name {
    color: #212A2F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    margin-top: 0;
    margin-bottom: 4px;
    font-family: Inter;
    padding-top: 4px;
}
.esf-as-code {
    overflow: hidden;
    color: #868A8D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    margin-bottom: 8px;
}

.esf-as-price-wrapper {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.esf-as-price-latest {
    color: #DE1212;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}
.esf-as-price-old {
    color: #212A2F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    text-decoration: line-through;
}
.esf-as-price-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 20px;
    background-color: #57941D;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.esf-as-view-all {

}
.esf-as-view-all-link {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 44px;
    color: #212A2F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 300ms ease;
    outline: none;
    box-shadow: none;
    background-color: #F8EABD;
}
.esf-as-view-all-link:hover {
    background-color: #C4410D;
    color: #fff;
}

.esf-as-nothing-found,
.esf-as-loading-message {
    text-align: center;
    padding: 0px 16px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
}
.esf-as-highlight {
    color: #218c9f;
}

#filters_block .filter {
    cursor: pointer;
    transition: all 300ms ease;
}
#filters_block .filter:hover {
    background-color: #d0caca8c;
}
#filters_block .dropdown-list{
    padding-top: 5px;
}
.checkbox.w--redirected-checked {
    background-color: none;
    background-image: none;
    background-size: auto;
    margin-top: auto;
}
.category_item-wrap {
    max-width: 100%;
}
@media (min-width: 1440px) {
    .category_item-wrap {
        min-width: 0 !important;
    }
}
#filters_block .close_icon {
    cursor: pointer;
    width: 36px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
    border-right: 1px solid #e0e0e0;
}
#filters_block .close_icon:hover {
    background-color: #e0e0e0;
}
#filters_block  .categories {
    min-height: 40px;
    padding: 0 10px 0 0;
}
.category-item.w--open {
    border-top: none;
}
.password_icon {
    pointer-events: unset;
    cursor: pointer;
    color: #616161;
    user-select: none;
}
.password_icon svg {
    transition: all 300ms ease;
}
.password_icon:hover {
    color: #000;
}
.password_icon .password_eye {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mt-20 {
    margin-top: 20px;
}
.add-to-basket-modal {
    transition: all 300ms ease;
    top: 5px;
    right: 15px;
    position: fixed;
    z-index: -1;
    width: 100%;
    max-width: 400px;
    opacity: 0;
}
.add-to-basket-modal.opened {
    top: 15px;
    z-index: 99999;
    opacity: 1;
}

.add-to-basket-modal .basket_card-wrapper {
    position: relative;
    z-index: 2;
}
.add-to-basket-modal-bg {

}

.form-message {
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 17.5px */
    border: 1px solid transparent;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.form-message p {
    padding: 0;
    margin: 0 !important;
    flex: 1;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-message.form-message-error {
    color: #ED0000;
    border: 1px solid #ED0000;
    background-color: #FEF2F2;
}
.form-message.form-message-success {
    color: #57941D;
    border: 1px solid #57941D;
    background-color: #F7FAF4;
}
.form-message .form-message-close {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    transition: all 300ms ease;
    cursor: pointer;

    display: none !important;
}
.form-message .form-message-close:hover {
    color: #000;
}

.fav-block {
    z-index: 1;
}
.fav-block:hover .fav-block-icon {
    --fav-stroke-colour: #FAC828;
    --fav-fill-colour: #FAC828;
}
.fav-block:not(.active) {
    opacity: 0;
}
.slider-card:hover .fav-block {
    opacity: 1;
}

.fav-block.active .fav-block-icon  {
    --fav-stroke-colour: #FAC828;
    --fav-fill-colour: #FAC828;
}

.custom-modal {
}

.fancybox__content {
    padding: 14px 24px 24px 24px;
    max-width: 100%;
    color: #212a2f;
    background: #FAF7F2;
    border-radius: 16px;
}
.fancybox__content.confirmation-modal,
.fancybox__content.custom-modal {
    width: 100%;
    max-width: 440px;
}
.modal-buttons-stack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.form-input-message {
    font-size: 14px;
    line-height: 1;
    padding-top: 6px;
}
.form-input-message.form-input-error{
    color: #ED0000;
}
.red_border {
    border-color: #ED0000 !important;
}
.fancybox__container:not(.is-compact) .fancybox__content>.f-button.is-close-btn {
    top: 10px;
    right: 10px;
    color: #212a2f;
}
@media (max-width: 767px) {
    .modal-text {
        font-size: 14px;
    }
}

.inner_secondary-button {
    color: var(--base-color-neutral--black);
    background-color: #fff;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: .75rem 1.875rem .625rem;
    font-size: 1rem;
    line-height: .975;
    display: flex;
    border: 1px solid var(--base-color-neutral--black);
}

.modals-container {
    display: none;
}
.d-none {
    display: none !important;
}

.form-message-narrow {
    max-width: 452px !important;
}
.fancybox__backdrop {
    background: rgba(24, 24, 27, 0.4);

}
.fancybox__container.has-toolbar .fancybox__backdrop {
    background: rgba(255, 255, 255, 1);
}

.address_main {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) and (min-width: 576px) {
    .address_main {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .address_main {
        grid-template-columns: 1fr;
    }
}

.address_block {
    max-width: none;
}

.no-padding {
    padding: 0 !important;
}
.fav-block {
    cursor: pointer;
}
.primary_btn,
.basket-button,
.order-free_button {
    transition: all 200ms ease;
}
.slider-card .primary_btn {
    min-width: 222px;
    min-height: 52px;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
}
.primary_btn.disabled,
.basket-button.disabled,
.order-free_button.disabled {
    pointer-events: none; /* Prevent clicks and interaction */
    cursor: not-allowed;  /* Change cursor to indicate the button is inactive */
    opacity: 0.8;         /* Optional: Reduce opacity to visually indicate the disabled state */
}

@media screen and (max-width: 479px) {
    .shop_item {
        min-width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}

@media screen and (max-width: 991px) {
    .inner_shop-gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}
@media screen and (max-width: 991px) {
    .menu_item-wrap {
        min-height: fit-content;
    }
}
@media screen and (max-width: 767px) {
    .menu_item-wrap {
        min-height: fit-content;
    }
}
.menu_account-block {
    padding: 20px 15px;
}
.target-submenu-grid:not(.shown) {
    display: none !important;
}
.shop_item .shop_image {
    max-height: 150px;
    min-height: 150px;
    object-position: center;
}
@media screen and (max-width: 991px) {
    .menu_inner-item-wrap {
        min-height: fit-content;
    }
}
.menu_item-wrap,
.menu_inner-item-wrap {
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}
.w-checkbox input[type="checkbox"]:checked+.w-checkbox-input.value-checkbox,
.w-checkbox .m_filterList:checked+.w-checkbox-input.value-checkbox {
    background-color: #007a91;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1189_881)"><path d="M1.875 6.75L4.5 9.375L10.5 3.375" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1189_881"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
.w-checkbox input[type="checkbox"] {
    opacity:0;
    position:absolute;
    z-index:-1;
}
.product_image.is-accessories {
    object-fit: cover;
}

.accessories_product-description {
    padding: 2.5rem 3.75rem 3.75rem;
}
@media screen and (max-width: 991px) {
    .accessories_product-description {
        padding-bottom: 2.5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media screen and (max-width: 479px) {
    .accessories_product-description {
        grid-column-gap: 1.875rem;
        grid-row-gap: 1.875rem;
        padding: 1.75rem;
    }
}
.content-divider {
    border-top: 1px solid rgba(13, 31, 34, 0.15);
    margin-top: 30px;
    margin-bottom: 30px;
}

.accessories-page .product_pricing-wrap.is-center {
    margin-bottom: 2rem;
}
.product-description-small {
    margin: 2rem 0;
}
.total-product-box {
    margin-bottom: 0;
}
.caculator_menu-link.active {
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 700;
}
.toster-block {
    z-index: 999;
}
.zoom_circle {
    cursor: pointer;
    transition: all 300ms ease;
    z-index: 3;

}
.zoom_circle:hover {
    background: #f9f9f9;
}
.esf-tabs-top-area {
    flex-wrap: wrap;
}
.product_title-wrap .section_heading {
    padding-right: 75px;
}
.single_product-wrap .slider-navigation {
    bottom: unset;
    transform: translateY(20px);
}
.single_product-wrap .thumbnail-image-wrap,
.single_product-wrap .slider-navigation {
    height: unset;
}
.single_product-wrap .w-slider-dot {
    margin: auto;
}
.slider-image {
    transition: all 300ms ease;
}
.quantity_button {
    cursor: pointer;
}
.basket_modal-main {
    max-height: 350px;
    overflow-y: auto;
}
.basket_product-title a {
    text-decoration: none;
}
.basket_product-title a:hover {
    text-decoration: underline;
}
.fav-block.prod-fav-block {
    top: 0;
    right: 0;
}
@media (max-width: 767px) {
    .fav-block.prod-fav-block {
        top: 1.25rem;
    } 
}
.fav-block.prod-fav-block:not(.active) {
    border: 1px solid var(--fav-stroke-colour);
    opacity: 1;
}
#filters_block {
    position: relative;
    z-index: 3;
}
.product_title-wrap .section_heading {
    text-align: left;
}
.widget_color-checkbox {
    display: none;
}
/*
.widget_color-checkbox:checked~.widget_color-circle {
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1189_881)"><path d="M1.875 6.75L4.5 9.375L10.5 3.375" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1189_881"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
*/
.product_image-wrap {
    position: relative;
}
.special-offer-badge {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
    z-index: 3;
}
.widget_color-circle {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget_color-checkbox~.widget_color-circle svg {
    display: none;
}
.widget_color-checkbox:checked~.widget_color-circle svg {
    display: block;
}
.widget_color-circle.light-bg {
    color: #000;
}
.widget_color-circle.dark-bg {
    color: #fff;
}
/*
.menu_active-button.is-account {
    background-color: #0000;
    border-bottom: 1px solid #0d1f2226;
}
*/
/*
.widget_color-circle.color-fff6d7,
.widget_color-circle.color-FAF9F6,
.widget_color-circle.color-ffffff,
.widget_color-circle.color-FFFFFF,
.widget_color-circle.color-D3D3D3 {
    color: #000;
}
*/

.form-separator {
    margin-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid #DBDDDE;
}
.container-450 {
    width: 450px;
    max-width: 100%;
}
.container-600 {
    width: 600px;
    max-width: 100%;
}

#save-fav-modal h3 {
    font-size: 2rem;
}
#save-fav-modal p {
    font-size: 14px;
    margin-bottom: 20px;
}
.prod-modal-wrap {
    border-radius: 16px;
    border: 1px solid #DBDDDE;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
}

.prod-modal-img {
    width: 200px;
    position: relative;
}
.prod-modal-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.prod-modal-content {
    padding: 20px;
}
.prod-modal-content h4 {
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.6px; /* 160% */
}
.prod-modal-content .product_sizes-wrap.align-left {
    margin-top: 10px;
    margin-bottom: 10px;
}
.prod-modal-content .product-size {
    font-size: 12px;
}
@media (max-width: 640px) {
    .prod-modal-wrap {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .prod-modal-img {
        width: 100%;
    }
}

@media(min-width: 576px) {
    .header_image-wrapper.mobile {
        display: none;
    }
}
@media(max-width: 575px) {
    .header_image-wrapper.desktop {
        display: none;
    }
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}
.social-icon-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.social-icon svg {
    max-width: 100%;
    max-height: 100%;
    fill: #007A92;
    transition: all 300ms ease;
    width: 26px;
    height: 26px;
}
.social-icon:hover svg {
    fill: #10accb;
}

.footer_link {
    font-size: .875rem;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 10px;
}
.footer_top-wrapper {
    grid-template-columns: 1.25fr 2fr 0.75fr;
    grid-column-gap: 2rem;
}
.footer_menu-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 0;
}
.footer-list-wrap {
    grid-template-columns: 1fr;
}
@media(max-width: 991px) and (min-width: 768px) {
    .footer_top-wrapper {
        grid-template-columns: 1fr 2fr;
    }
}
@media(max-width: 767px) {
    .footer_top-wrapper {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {
    .footer_menu-wrapper {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        grid-template-columns: 1fr;
    }
}

.finder_menu-link {
    border: 2px solid #fff;
    transition: all 300ms ease;
}
.finder_menu-link:hover {
    border-color: #ccc;
}
.finder_menu-link.w--current,
.finder_menu-link.active {
    border-color: var(--esf-yellow);
}
.finder_menu-link.w--current .floor_finder-bottom,
.finder_menu-link.active .floor_finder-bottom {
    border-top-color: #dbddde;
}
.selected_tag:hover .selecte-check {
    border-color: var(--esf-yellow);
}
.selected_tag input[type="checkbox"],
.selected_tag input[type="radio"]{
    opacity:0;
    position:absolute;
    z-index:-1;
    display: none;
}
.selected_tag .selecte-check:has(+input[type="checkbox"]:checked),
.selected_tag .selecte-check:has(+input[type="radio"]:checked){
    background-color: var(--esf-yellow);
    border-color: var(--esf-yellow);
}
.filter-check-text {
    line-height: 1;
}
.floor_finder-bottom {
    text-transform: capitalize;
}
.selected_tags-wrap {
    display: none;
    justify-content: center;
}
.floor_finder-buttons {
    max-width: 730px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.filter-button-prev,
.filter-button-next,
.floor_finder-buttons .secondary_button.is-product {
    text-transform: capitalize;
    font-size: 14px;
}
@media (max-width: 767px) {
    .floor_finder-buttons {
        grid-template-columns: repeat(2, 1fr);
    }
    .floor_finder-buttons .secondary_button.is-product {
        order: 1;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .filter-button-prev {
        order: 2;
    }
    .filter-button-next {
        order: 3;
    }
}
@media (max-width: 479px) {

}
#filters_block .filter {
    padding-left: 46px;
    padding-right: 10px;
    
}

#filters_block .filter .checkbox {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23212a2f" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-square"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect></svg>');
    background-position: 13px 4px;
    background-repeat: no-repeat;
    background-size: 24px;
    margin-top: 0;
}

#filters_block .filter .checkbox.w--redirected-checked {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23212a2f" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-square"><polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path></svg>');
}
#filters_block .filter .checkbox-text {
    line-height: 1.1em;
    white-space: nowrap;
}
.category_nav-wrap {
    background: none;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: none;

}
.category_item-wrap {
    max-width: 100%;
    min-width: 0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
}
.category_nav-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1439px) and (min-width: 992px) {
    .category_nav-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .category_nav-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

.selected_number-circle {
    border: 1px solid #DBDDDE;
    font-size: 12px;
    letter-spacing: -0.4px;
    line-height: 1em;
    padding-top: 1px;
    width: 1.6rem;
    height: 1.6rem;
}
.selected_tag input[type="radio"] {
    display: none;
}

.filter_reset-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: .55rem 1.5rem;
}
.filter_item-block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex: 1;
    justify-content: flex-start;
    display: flex;
    position: relative;
    padding-right: 170px;
}

.filter_modal-wrap {
    opacity: 0;
    display: block;
    transition: all 300ms ease;
    transform: translateX(-100%);
}
.filter_modal-wrap.active {
    opacity: 1;
    transform: translateX(0);
}

.filter_modal-wrap .filter_modal{
    transform: translateX(-100%);
    transform-style: preserve-3d;
    transition: all 300ms ease;
}
.filter_modal-wrap.active  .filter_modal{
    transform: translateX(0%);
    transform-style: preserve-3d;
}



.filter_title-wrap {
    position: sticky;
    top: 0;
    padding: 1rem;
    background: #fff;
    z-index: 2;
}
.modal_button-wrap {
    padding: 1rem;
}
.filter_modal {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.filter_modal .simplebar-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.filters_selected-tags-wrap {
    padding: 1.25rem 1rem;
}
#cat_filter_fields_mobile_ajax {
    padding: 0 1rem;
    flex: 1;
}
@media screen and (max-width: 479px) {
    .filter_modal {
        padding-top: 0;
    }
}
.simplebar-scrollbar:before {
    background: #cdcdcd;
}
.overflow-hidden {
    overflow: hidden;
}
.filter_toggle-icon {
    transition: all 300ms ease;
}
.filter-component.active .filter_toggle-icon {
    transform: rotate(180deg);
}
.filter_selected-tag.filter_selected_mobile {
    padding: .25rem .25rem .25rem .625rem;
}
.filter_selected-tag.filter_selected_mobile .tag_close-icon {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    transition: all 300ms ease;
    background: rgba(255, 255, 255, 0);
}

.filter_selected-tag.filter_selected_mobile .tag_close-icon:hover {
    background: rgba(255, 255, 255, 1);
}


.cart_item-title,
.upsell_product-list .upsell_item-title {
    margin-bottom: 0;
}
.cart_item-title a,
.upsell_item-title a {
    text-decoration: none;
}
.cart_item-title a:hover,
.upsell_item-title a:hover {
    text-decoration: underline;
}

.upsell_product-list .required_item-form {
    align-items: center;
}
.cart_item-right .cart_price {
    padding-top: 14px;
}
.upsell_product-list .required_item-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.required_item-price {
    line-height: 1;
}
.cart_title-wrap {
    margin-bottom: 1.1rem;
}

.basket_modal-main .basket_product-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 145px;
}
.basket_modal-main .basket_single-product {
    align-items: flex-start;
}

.fancybox__container.has-toolbar .fancybox__nav .f-button {
    border-radius: 0;
}
.fancybox__container.has-toolbar .fancybox__nav .f-button svg {
    filter: none;
    stroke: #666;
}
.fancybox__container.has-toolbar .fancybox__nav .f-button:hover svg {
    stroke: #fff;
}
.breadcrumb-link, .breadcrumb-divider {
    font-size: 14px;
}
.slider-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 52px;
}
.forget_text {
    text-decoration: underline;
}
.esf-tabs-top-area {
    display: inline-flex;
}
@media screen and (max-width: 479px) {
    .total-product-box {
        flex: 1;
        max-width: none;
        text-align: center;
        padding: 10px;
    }
    .mesurment-area {
        flex: 1;
        max-width: none;
        min-width: 96px;
    }
    .mesurment-box {
        max-width: none;
        flex: 1;
        text-align: center;
    }
    .esf-tabs-top-area {
        justify-content: center;
    }
    .esf-tabs-headings {
        width: 100%;
    }
    .esf-tab {
        min-width: 50%;
        justify-content: center;
    }
}
.review-flex-wrap {
    grid-column-gap: 0;
}
.review-flex-wrap:last-child img {
    margin-left: 6px;
}
@media (max-width: 767px) {
    .fav-block {
        width: 34px;
        height: 34px;
    }
    .fav-block-icon {
        width: 16px;
        height: 16px;
    }
}
.password_forget-block {
    padding-top: 20px;
}
.basket_modal-footer {
    border-top: 1px solid #b8b8b8;
}

.accordion_top{
    font-family: "Inter", sans-serif;
}
#fav_resp .form-message {
    margin-bottom: 0;
}
.login_main-block .password_forget-block {
    padding-top: 0;
}
.product_details-block {
    padding: 1.5rem .3rem 1.25rem;
}
.product-size {
    font-size: 12px;
}


.skeleton-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 100%;
    z-index: 1;
    width: 100%;
}

.skeleton-image {
    background: #e0e0e0;
    border-radius: 0;
    animation: shimmer 1.5s infinite linear;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.skeleton-text {
    width: 100%;
    height: 20px;
    background: #e0e0e0;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
}

.skeleton-text.short {
    width: 60%;
}


@keyframes shimmer {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: -100%;
    }
}

.skeleton-image,
.skeleton-text {
    background: linear-gradient(
        90deg,
        #e0e0e0 25%,
        #f5f5f5 50%,
        #e0e0e0 75%
    );
    background-size: 200% 100%;
}

.category_slider.image-wrap {
    border-radius: 8px;
    overflow: hidden;
    padding-top: 100%;
}
@media (max-width: 479px) {
    .category_slider.image-wrap {
        border-radius: 0;
    }
}
.category_product-slider {
    background: none;
}
.category-product-image {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.hero_text-wrap {
    margin-bottom: 0;
}
.text_gradient {
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(#faf7f200, #faf7f2);
    position: absolute;
    inset: 0%;
    height: 40px;
    position: relative;
    margin-top: -40px;
}
.outline_button.with-icon {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1rem;
}
#top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #FAC828;
    border: none;
    color: #1C1733;
    cursor: pointer;
    transition: background-color 400ms ease-out, color 400ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;

}

#top:hover {
    background-color: #1C1733;
    color: #FAC828;
}

.categories_tag-wrap {
    flex-wrap: wrap;
}
.filter_item-block {
    flex-wrap: wrap;
}
.selected_filter-left {
    padding-top: 12px;
}
.slected_filter-wrap {
    align-items: flex-start;
}
@media screen and (max-width: 767px) {
    .category_total-item.primary-text.is-small.is-product {
        justify-content: center;
        align-items: center;
    }
}
.small-icon,
.close_icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    transition: background-color 300ms ease;
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
}
.small-icon:hover,
.close_icon:hover {
    background-color: #dcdcdc;
}
.categories {
    padding: 0 1rem 0 0;
    min-height: 40px;
}
.categories.selected_filters,
.filter_item-block .selected-item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    padding: 0 1rem 0 0;
    cursor: default;
}
.filter_item-block {
    grid-gap: 10px;
}

@media(max-width: 767px) {
    .filter_item-block {
        padding-right: 0;
        flex-basis: 100%;
        flex-wrap: nowrap;
        overflow-y: auto;
        padding-bottom: 11px;
        justify-content: flex-start;
    }
    .filter_reset-button {
        top: -8px;
        padding: 0.5rem 1rem;
        font-size: 14px;
    }
    .selected_filter-left {
        padding-top: 0;
    }
    .categories.selected_filters, .filter_item-block .selected-item {
        white-space: nowrap;
    }
}
.slected_filter-wrap {
    display: none;
    position: relative;
}

@media screen and (max-width: 991px) {
    .category-product-image {
        max-height: none;
    }
}
@media screen and (max-width: 767px) {
    .category-product-image {
        max-height: none;
    }
}
@media screen and (max-width: 479px) {
    .category-product-image {
        max-height: none;
    }
}
.contact-info-block {
    padding-top: 20px;
}

.product_details-block .slider-title,
.product_content-block .product-name {
    padding-left: 10px;
    padding-right: 10px;
}
.prod-modal-name a {
    text-decoration: none;
}
.prod-modal-name a:hover {
    text-decoration: underline;
}




/* Basic reset */
body.has-drawer {
    overflow-x: hidden;
}
/* Body class to lock overflow */
.aurora-overflow-locked {
    overflow: hidden;
}
/* Backdrop overlay with custom prefix */
.aurora-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 10;
}
.aurora-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}
/* The sliding drawer panel with custom prefix */
.aurora-drawer {
    position: fixed;
    top: 0;
    left: -600px;
    width: 600px;
    height: 100%;
    background: #faf7f2;
    transition: left 0.3s ease;
    z-index: 20;
    z-index: 20;
    padding: 20px 30px 30px 30px;
    overflow: auto;
    z-index: 1001;
}
.aurora-drawer.active {
    left: 0;
}
/* Close button styling now on the right */
.aurora-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: sticky;
    top: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    right: 0;
    float: right;
    background: #faf7f2;
}
@media (max-width: 767px) {
    .aurora-drawer {
        left: -100%;
        width: 100%;
    }
    .basket_modal-main {
        max-height: 60vh;
    }
}

@media (max-height: 500px) {
    .basket_modal-main {
        max-height: 40vh;
    }
}
div.eapps-widget {

}
.service-item:hover {
    text-decoration: none !important;
}
@media (max-width: 767px) {
    #selected_filters {
        white-space: nowrap;
        overflow-y: auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 10px;
    }
}
.modal_button-wrap .modal_filter-button {
    min-width: unset;
}
.filters-button-wrap {
    margin-top: .875rem;
}
.trade-discount-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 30px;
    background-color: #063943;
    position: relative;
}
.tdb-content {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
}
.tdb-close {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 6px;
    top: 4px;
}
.password_input-wrap .input-field.w-input {
    padding-right: 50px;
}

.user-item-block .user-icon.w-embed{
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .tab_content-wrap {
        background-color: unset;
        justify-content: flex-start;
        padding: 20px;
        margin-bottom: 20px;
        gap: 20px;
    }
}
@media screen and (max-width: 479px) {
    .container-large {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .product_title-wrap {
        padding-top: 1.25rem;
    }
}

.signup-form-wrapper .form_input {
    max-width: calc(100% - 220px);
}
.signup-form-wrapper .cta-button {
    width: 220px;
}
@media screen and (max-width: 991px) {
    .signup-form-wrapper .form_input {
        max-width: calc(100% - 80px);
    }
    .signup-form-wrapper .cta-button {
        width: 80px;
    }
}



@media screen and (max-width: 767px) {
    .d-md-none {
        display: none;
    }
    .banner_left.content-block {
        flex-direction: column;
        align-items: center;
    }
}
.tab_menu-link {
    background-color: #fff;
}
.tab_menu-link:hover {
    background-color: #faf7f280;
}
.tab_menu-link.w--current {
    background-color: #faf7f2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.user-text {
    max-width: 12ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.toster-item {
    transition: all 300ms ease;
}
.toster-item:hover {
    box-shadow: 0 2px 10px #00000020;
    background-color: #fdc100;
}
.toster-item:active {
    box-shadow: none;
}
.banefits_list-wrap li {
    line-height: 1.5;
}
.banefits_list-wrap .list-title {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.16667;
}
@media (max-width: 767px) {
    .banefits_list-wrap {
        max-width: 100%;
    }
}
.tab_content-wrap p+p{
    margin-top: 1.2em;
}
.banefits_list-wrap li+li{
    margin-top: 0.6em;
}
.product_details-block .slider-title, .product_content-block .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
}
@media (hover: none) and (pointer: coarse) {
    .fav-block:not(.active) {
        opacity: 1;
    }

}
.product-image,
.slider-image {
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    /*.product-image:hover,
    .slider-image:hover {
        transform: scale(1.1);
    }*/
    .product-image--hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
    }
    .product_image-wrap:hover .product-image--hover {
        opacity: 1;
    }
    .slider-image--hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
    }
    .slider_image-wrap:hover .slider-image--hover {
        opacity: 1;
    }
}
.slider_image-wrap {
    position: relative;
}

.floor-finder-sticky {
    position: fixed;
    height: 250px;
    top: calc(50% - 125px);
    left: -475px;
    width: 525px;
    z-index: 800;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    transition: all 300ms ease;
    box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media(max-width: 767px) {
    .floor-finder-sticky {
        display: none;
    }
}
.ffs-inner {
    background-color: #EDECE8;
    padding: 30px 35px 30px 35px;
    width: 475px;
}
.ffs-heading {
    color: #000;
    font-family: "DMSerifText", serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.9px; /* 126.176% */
    margin-top: 0;
    margin-bottom: 11px;
}
.ffs-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    margin-bottom: 30px;
    overflow: hidden;
}
.ffs-primary-button {
    border-radius: 48px;
    background: #C4410D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    width: 170px;
    height: 50px;
    transition: background-color 300ms ease;
    text-decoration: none;
}
.ffs-primary-button:hover {
    background: #A52A0B;
}
.ffs-secondary-button {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-left: 28px;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.ffs-secondary-button:hover {
    text-decoration: none;
}

.ffs-toggle {
    width: 50px;
    height: 250px;
    background-color: #FAC828;
    overflow: hidden;
    border-radius: 0px 20px 20px 0px;
    cursor: pointer;
    transition: all 300ms ease;
}
.ffs-toggle:hover {
    background-color: #e9b91a;
}
.ffs-toggle-inner {
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    height: 100%;
}
.ffs-toggle-text {
    color: #0D1F22;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 103.226% */
    text-transform: capitalize;
    white-space: nowrap;
}
.ffs-toggle-icon {
    transition: all 300ms ease;
    transform: rotate(90deg);
}
.floor-finder-sticky.active {
    left: 0px;
}
.floor-finder-sticky.active .ffs-toggle-icon {
    transform: rotate(-90deg);
}

#coupon-code {
    cursor: pointer;
}
.cart_input {
    padding: 0px 30%;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input.cart_input.w-input.cartQty::-webkit-outer-spin-button,
input.cart_input.w-input.cartQty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.cart_input.w-input.cartQty[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 767px) {
    .free-sample-item .cart_price {
        text-align: left;
    }
}

.cart_item-details svg {
    height: 17px !important;
    max-height: 100%;
    position: relative;
    top: 2px;
    width: 24px;
}
.mesurment-area {
 pointer-events: none;   
}
.mesurment-box,
.total-product-box {
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
}
.total-product-box  {
    max-width: 6.5rem;
}
@media screen and (max-width: 479px) {
    .mesurment-box,
    .total-product-box {
        font-size: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        text-align: center;
    }
    .product-total-wrap {
        flex-wrap: wrap;
    }
    .total-product-box  {
        max-width: 5.5rem;
    }
    .total-price {
        font-size: 26px;
        width: 100%;
        min-width: 100%;
    }
    .product-total-wrap>div:first-child {
        font-size: 17px;
        font-weight: 500;
    }

}

.contact-info-block.mobile {
    display: none;
}
@media screen and (max-width: 479px) {
    .contact-info-block.mobile {
        display: block !important;
        padding: 15px 1.25rem;
    }
    .contact-info-block.mobile .contact_button-block {
        grid-template-columns: 1fr 1fr;
    }
    .contact-info-block.mobile.mobile .contact-icon {
        width: 24px;
        height: 24px;
    }
    .contact-info-block.mobile.mobile .contact-button {
        padding: 9px .5rem;
    }
}

@media (min-width: 992px) {
    .has-arrow>div:first-child {
        position: relative;
        padding-right: 24px;
    }
    .has-arrow>div:first-child::before {
        content: "→";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: all 200ms ease;
    }
    .has-arrow.active>div:first-child::before,
    .has-arrow:hover>div:first-child::before {
        opacity: 1;
    }
    .dropdown_menu-wrap {
        padding-right: 1rem;
    }
}

.price-original-wrapper {
    gap: 6px;
    margin-bottom: 10px;
    padding-top: 8px;
}
.price-original {
    color: var(--Black, #212A2F);

    /* Inter Regular/base */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-decoration-line: line-through;
}
.price-save-amount {
    color: var(--White, #FFF);

    /* Inter Regular/sm */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 17.5px */
    border-radius: 20px;
    background: #57941D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    height: 24px;

    display: none !important;
}
h2.discounted, 
h2.discounted .price{
    color: #BC2943;
}
@media (min-width: 480px) {
    .fav-block-text {
        display: none;
    }
    
}
.fav-block .lucide-x-icon {
    display: none;
}
.fav-block div.fav-block-text {
    color: var(--base-color-brand--black) !important;
}
.fav-block div.fav-block-text.remove {
    display: none;
}
@media (max-width: 479px) {
    .fav-block.prod-fav-block {
        width: 100%;
        height: 40px;
        gap: 10px;
        background: #FAC828;
        position: relative;
        top: 0;
    }
    .product_title-wrap {
        flex-direction: column-reverse;
        gap: 30px;
        padding-top: 0;
    }
    .product_title-wrap .section_heading {
        font-size: 42px;
        text-align: center !important;
        padding: 0 !important;
    }
    .product_title-wrap .fav-block.active {
        border: 1px solid var(--base-color-brand--black);
        background: #fff !important;
        color: var(--base-color-brand--black) !important;
    }
    .product_title-wrap .fav-block.active .lucide-x-icon {
        display: block;
    }
    .product_title-wrap .fav-block.active svg:not(.lucide-x-icon) {
        display: none;
    }
    .product_title-wrap .fav-block.active div.fav-block-text.remove {
        display: block;
    }
    .product_title-wrap .fav-block.active div.fav-block-text:not(.remove) {
        display: none;
    }
    .product_pricing-wrap h2 {
        font-size: 36px;
    }
}
.price-wrap.is-padding {
    padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
    .cta-buttton {
        width: 80px;
    }
    .menu_item-link {
        font-size: 14px;
        line-height: 2.2;
    }
}

.offer_price-wrap {
    display: none;
}
@media screen and (max-width: 479px) {
    .load_more_block .secondary_button, 
    .load_more_block .secondary_button.is-small {
        font-size: 14px;
    }
}
.accordion_component li {
    font-size: 1rem;
    line-height: 1.5; 
    margin-bottom: 10px;
}
.accordion_component ul {
    margin-top: 14px;
    margin-bottom: 14px;
}
.accordion_component p {
    font-size: 1rem;
    line-height: 1.5; 
    margin-bottom: 10px;
}
.accordion_component p:empty {
    margin-bottom: 0;
}
@media screen and (max-width: 479px) {
    .accordion_component li {
        font-size: 1rem;
        line-height: 1.5;
    }
    
}
.pagination_number-item a {
    text-decoration: none;
}
.pagination_number-item {
    transition: all 200ms ease;
}
.pagination_number-item:hover {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.pagination_number-item.active {
    background: #FAC828;
    border: 1px solid #FAC828;
}
.pagination_arrow {
    border: 1px solid var(--base-color-neutral--black);
    border-radius: 100%;
}
.pagination_arrow,
.pagination_arrow .arrow_icon,
.pagination_arrow .arrow_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
}
.pagination_pages_wrapper {
    display: flex;
    gap: 6px;
}
.pagination_number-item a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .pagination_number-item:not(.active) {
        display: none;
    }
    .pagination_number-item:has(+.pagination_number-item.active) {
        display: flex;
    }
    .pagination_number-item.active+.pagination_number-item {
        display: flex;
    }
    .sub.pagination_number-item:first-child {
        display: flex;
    }
    .sub.pagination_number-item:last-child {
        display: flex;
    }
    .pagination_block {
        gap: 10px;
    }
    .pagination_number-item,
    .pagination_arrow,
    .pagination_arrow .arrow_icon,
    .pagination_arrow .arrow_icon a {
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 767px) {
    .top_banner .banner_switcher-block {
        display: flex;
    }
    .top_banner .banner_center-block {
        display: none;
    }
}
@media (max-width: 767px) {
  .product_content-block .product-name {
    display: block;
    min-height: 0;
    margin-bottom: 5px;
    text-overflow: unset;
  }
  #top {
    display: none !important;
  }
}
#top {
    bottom: calc(4% + 80px);
    right: calc(2% + 4px);
}
.product_sizes-wrap.is-padding {
    text-decoration: none;
}
.product_content-block .product-category,
.product_content-block .price-wrap.is-padding {
    display: block;
    text-decoration: none;
}
.accordion_component.bottom-line {
    border: none;
}
.accordion_component:last-child {
    border-bottom: 1px solid #0d1f2226 !important;
}

.navbar_menu>* {
    flex: 1;
    text-align: center;
}
.navbar_menu .w-dropdown-list {
    position: absolute;
    background: #fff;
    display: none;
    min-width: 100%;
    opacity: 0 !important;
    display: none !important;
    transition: none !important;
    will-change: initial !important;
}
.navbar_menu .navbar-dropdown.w-dropdown:hover>.w-dropdown-list {
    opacity: 1 !important;
    position: absolute !important;
    display: block !important;
    background: #fff !important;
    border-bottom: 0 #000;
    max-width: 100%;
    position: absolute;
    inset: 100% 0% auto;
    box-shadow: 0 2px 40px #0003;
}
.navbar_menu .dropdown_widget-wrap {
    text-align: left;
}
.dropdown_widget-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1300px) {
    .dropdown_widget-wrap {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (max-width: 1100px) {
    .dropdown_widget-wrap {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
}
.navbar_menu .widget_color-circle {
    min-width: 18px;
}
.navbar_menu  .nav-free-samples-deco {
    display: block;
    padding: 30px;
    background: #FAF7F2;
    max-width: 330px;
}
.navbar_menu  .nav-free-samples-deco a {
    text-decoration: none;
}

.footer_menu-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}
.footer_top-wrapper {
    grid-template-columns: 1.25fr 2.75fr;
}
@media (max-width: 900px) {
    .footer_menu-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 780px) {
    .footer_menu-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .footer_top-wrapper {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 479px) {
    .footer_menu-wrapper {
        grid-template-columns: 1fr;
    }
}



