/*==================
Reset CSS
==================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #4F4F69;
    word-break: break-word;
}
ol, li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
button{
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    appearance: none;
}
textarea:focus, input:focus{
    outline: none;
}
html{
    margin-left: calc(100vw - 100%)
}
/*==================
Helper Classes
==================*/
.athena-visibility-hidden {
    visibility: hidden;
    height: 20px;
    margin: 0 !important;
    padding: 0 !important;
}
.athena-helper-show {
    display: block !important;
}
.athena-helper-hide{
    display: none !important;
}
.athena-overflow-auto {
    overflow: auto !important;
}
.athena-overflow-hidden {
    overflow: hidden !important;
}
.athena-autocomplete__link{
    cursor: pointer;
}
/*==================
Body, Fonts
==================*/
body{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #4F4F69;
    overflow-x: hidden;
}
/*==================
Header
==================*/
/* Header Top */
.header-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-top-left{
    width: 205px;
    display: flex;
    justify-content: left;
}
.header-top-left img{
    max-width: 100%;
    height: auto;
    display: block;
}
.header-top-right{
    width: calc(100% - 215px);
    display: flex;
    justify-content: right;
    align-items: center;
}
.header-top-right a{
    color: #030329;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
}
.pricing-link{
    margin-right: 15px;
}
.demo-link{
    border: 1.5px solid #030329;
    border-radius: 27px;
}
/* Menu */
.header-menu{
    margin-bottom: 20px;
}
.header-menu ul{
    display: block;
    text-align: center;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.header-menu ul li{
    margin-right: 20px;
    display: inline-block;
}
.header-menu ul li:last-of-type{
    margin-right: 0;
}
.header-menu ul li a{
    color: #4F4F69;
    text-transform: uppercase;
    font-size: 20px;
}
/* Category Navigation */
.category-navigation-container{
    display: none;
    position: absolute;
    margin-top: 10px;
    background: #ffffff;
    width: 260px;
    overflow: auto;
    height: 320px;
    max-height: calc(100vh - 325px);
    border-radius: 10px;
    left: -72px;
    border: 1px solid #E6E6F0;
    z-index: 10;
}
.category-navigation-btn{
    width: 56px;
    height: 56px;
    border-radius: 10px;
    border: 1px solid #E6E6F0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    background: url(../../../images/category-btn.svg) no-repeat center center;
    background-color: #FFFFFF;
}
.category-navigation-btn.active-category-navigation-btn{
    background: url(../../../images/category-btn-close.svg) no-repeat center center;
    background-color: #FFFFFF;
}
.category-navigation-container.active-category-navigation-container{
    display: block;
}
.category-navigation-container.overflow-menu{
    overflow: hidden;
}
.category-level-first.category-level-menu{
    display: block;
}
.category-level-first > .category-name{
    text-transform: uppercase;
}
.category-level-menu{
    position: relative;
    display: none;
}
.category-level-menu:hover{
    opacity: 1;
}
.category-level-first > .category-name{
    opacity: 1;
}
.sub-category-menu-open > div > .category-level-menu{
    display: block;
}
.sub-category-menu-open > .category-level-menu{
    display: block;
}
.category-item-arrow{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.category-item-arrow:after{
    content: '';
    background: url(../../../images/arrow-menu.svg) no-repeat;
    background-position: 21px 14px;
    height: 100%;
    width: 100%;
    display: block;
}
.category-item-arrow:hover{
    background-color: #F7F7FA;
}
.category-level-second .category-item-arrow:hover,
.category-level-third .category-item-arrow:hover,
.category-level-fourth .category-item-arrow:hover{
    background-color: #FFFFFF;
}
.current-active-menu > .category-item-arrow:hover{
    background-color: #F7F7FA;
}
.category-level-first .category-name:hover{
    background-color: #F7F7FA;
}
.current-active-menu > .category-name:hover{
    background-color: #FFFFFF;
}
.current-active-menu > .category-level-first-inner-links,
.current-active-menu > .category-level-second-inner-links,
.current-active-menu > .category-level-third-inner-links{
    height: 282px;
    overflow: auto;
}
.sub-category-menu-open{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 320px;
    overflow: hidden;
}
.current-active-menu.sub-category-menu-open{
    overflow: auto;
    background: #F7F7FA;
}
.current-active-menu.sub-category-menu-open > .category-name{
    text-transform: uppercase;
    opacity: 1;
}
.current-active-menu.sub-category-menu-open > .category-item-arrow:after{
    background: url(../../../images/close-menu.svg) no-repeat center;
    background-position: 19px 14px;
}
.category-name{
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 6px 10px;
    padding-right: 40px;
    text-align: left;
    opacity: 0.5;
}
.category-name:hover{
    opacity: 1;
}
.sub-category-menu-open > .category-name{
    background: #FFFFFF;
}
.category-level-second,
.category-level-third,
.category-level-fourth{
    background: #F7F7FA;
}
.category-name:hover{
    cursor: pointer;
}
.breadcrumbs-container.hide-breadcrumbs,
.category-name-container.hide-category-name-item{
    display: none;
}
.breadcrumbs-container{
    width: 100%;
    max-width: 1300px;
    margin: auto;
    margin-top: 15px;
}
.breadcrumbs-container .breadcrumbs-item{
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.7;
    font-weight: 500;
}
.category-name-container{
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
.category-name-container .category-name-item{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
/* Search Input */
.search-container{
    width: calc(100% - 144px);
    position: relative;
}
.production-search .search-container{
    width: 100%;
}
.search-form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    z-index: 3;
    position: relative;
}
#search{
    width: 100%;
    height: 56px;
    border-radius: 10px;
    border: 1px solid #E6E6F0;
    padding-left: 60px;
    padding-right: 140px;
    font-size: 18px;
    color: #4F4F69;
}
.voice-search-not-supported #search{
    padding-right: 110px;
}
#search::placeholder{
    color: #BCBCC7;
    font-size: 18px;
    font-weight: 400;
}
.search-icon__autocomplete{
    background: url(../../../images/search.svg) no-repeat center;
    width: 56px;
    height: 100%;
    outline: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
}
.athena-search-suggestion__container{
    position: absolute;
    left: 60px;
    display: flex;
    align-items: center;
    gap: 8px;
    top: 13px;
}
.athena-search-suggestion__text{
    opacity: 0.5;
    font-size: 18px;
}
.athena-search-suggestion__tab-button{
    align-items: center;
    background: #F7F7FA;
    gap: 5px;
    padding: 4px 5px;
    border-radius: 5px;
    border: 1.5px solid #F7F7FA;
}
.athena-search-suggestion__tab-text {
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins, serif;
    color: #4F4F69;
    opacity: 50%;
}
.visual-similarity__camera-button{
    background: url(../../../images/camera.svg) no-repeat center;
    width: 30px;
    height: 100%;
    outline: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 60px;
}
.voice-search-not-supported .visual-similarity__camera-button{
    right: 15px;
}
.open-visual-box .visual-similarity__camera-button{
    background: url(../../../images/camera-active.svg) no-repeat center;
}
.microphone-container{
    width: 30px;
    height: 100%;
    outline: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 15px;
}
.microphone-container button{
    height: 100%;
    width: 100%;
}
.athena-voice-search__inactive-button {
    display: none;
}
.athena-voice-search__active-button {
    display: block;
}
.athena-search-suggestion__tab-button{
    display: none;
}
.athena-search-suggestion__tab-image{
    display: block;
    background: url(../../../images/search-suggestion-tab-image.svg) no-repeat;
    width: 20px;
    height: 10px;
}
.close-search-btn{
    position: absolute;
    top: 17px;
    right: 115px;
    width: 24px;
    height: 24px;
    background: url(../../../images/cancel-search.svg) no-repeat center;
    cursor: pointer;
    display: none;
}
.voice-search-not-supported .close-search-btn{
    right: 70px;
}
.close-search-btn:before{
    content: "";
    position: absolute;
    top: -8px;
    right: -12px;
    width: 1px;
    height: 40px;
    background: #E6E6F0;
}
.close-search-btn.delete-search-terms{
    display: block;
}
/*==================
Autocomplete Container
==================*/
.athena-autocomplete{
    max-height: calc(100vh - 325px);
    position: absolute;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 40px;
    overflow-y: auto;
    top: 63px;
    z-index: 9;
    overflow-x: hidden;
    width: 100vw;
    max-width: 1600px;
    margin-left: calc(-18% - 0.5px);
    border: 1px solid #E6E6F0;
    border-radius: 10px;
    background: #FFFFFF;
}
.production-search .athena-autocomplete{
    width: 100%;
    margin-left: auto;
}
.athena-autocomplete img{
    max-width: 100%;
    height: auto;
}
.athena-autocomplete__section-banner-top img,
.athena-autocomplete__section-banner-bottom img{
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.athena-autocomplete__section-banner-top img{
    margin-bottom: 10px;
}
.athena-no-result{
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
    padding-bottom: 20px;
    text-align: center;
}
.athena-autocomplete__flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.athena-list .athena-autocomplete__flex-container{
    flex-direction: column;
}
.autocomplete-l3__mobile-buttons-container{
    display: none;
}
.athena-autocomplete__section{
    margin-bottom: 20px;
}
.athena-custom-width-full{
    width: 100%;
}
/* Left Section */
.athena-autocomplete__left-container{
    width: 240px;
    text-align: left;
}
.athena-autocomplete__left-container .athena-autocomplete__header h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.athena-autocomplete__name.athena-autocomplete__name-popular{
    display: block;
}
.athena-autocomplete__left-container .athena-autocomplete__link{
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}
.athena-autocomplete__left-container .athena-autocomplete__link{
    display: none;
}
.athena-autocomplete__left-container .athena-autocomplete__link:nth-child(-n+3){
    display: block;
}
.athena-autocomplete__left-container .athena-autocomplete__link.athena-autocomplete__link-section_b:nth-child(-n+6){
    display: block;
}
.athena-autocomplete__left-container .expanded .athena-autocomplete__link{
    display: block;
}
.athena-autocomplete__left-container .athena-autocomplete__section-section_b .athena-autocomplete__child-bottom{
    display: none;
}
.athena-autocomplete__left-container .athena-autocomplete__section-section_b  .athena-autocomplete__container-section_b{
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}
.athena-autocomplete__link-section_b{
    width: 30%;
}
.athena-autocomplete__left-container .athena-autocomplete__section-section_b .athena-autocomplete__child-top{
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    border: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F5;
}
.athena-autocomplete__left-container .athena-autocomplete__link.athena-autocomplete__link-section_a{
    margin-bottom: 15px;
}
/* Right Section */
.athena-autocomplete__right-container{
    width: calc(100% - 280px);
    text-align: left;
}
.athena-list .athena-autocomplete__right-container{
    width: 100%;
}
.athena-autocomplete__right-container .athena-autocomplete__header h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.athena-autocomplete__container-product{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 25px;
}
.athena-product-item{
    width: calc(25% - 11.5px);
    position: relative;
}
.athena-autocomplete__discount-div{
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #f5f5f5;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
}
.athena-autocomplete__image-product{
    border: 1px solid #f5f5f5;
    aspect-ratio: 450 / 600;
    object-fit: contain;
    width: 100%;
}
.athena-autocomplete__name-product{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.athena-product-item .athena-price-container{
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
.athena-product-item .athena-price-container .athena-price{
    font-size: 18px;
    font-weight: 500;
    opacity: 0.7;
    color: #4F4F69;
    padding: 0;
}
.athena-product-item .athena-price-container .athena-price-when-sale{
    text-decoration: line-through;
    opacity: 0.3;
}
.autocomplete__product-end {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* Product Info */
.product-info-sidebar-container{
    padding: 20px;
    text-align: left;
}
.product-info-sidebar-autocomplete{
    height: 100%;
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: white;
    transition: 0.3s ease-in-out;
    max-height: 100%;
    overflow: auto;
}
.product-info-sidebar-autocomplete-active {
    visibility: visible;
}
.product-info-close-button-autocomplete{
    border-radius: 6px;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    padding: 3px 0 0 0;
    cursor: pointer;
    position: sticky;
    top: 30px;
    left: calc(100% - 50px);
    z-index: 1;
    border: 1px solid #4F4F69;
    background: #FFFFFF;
}
.product-info-close-button-autocomplete:after{
    content: '';
    position: absolute;
    background: url(../../../images/remove-filter.svg) no-repeat center;
    width: 11px;
    height: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-info-top-sidebar-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.product-info-top-sidebar-container .product-info-image-container{
    width: 200px;
}
.product-info-top-sidebar-container .product-info-image-container .product-info-sidebar-image{
    border: 1px solid #f5f5f5;
    max-width: 100%;
    height: auto;
    aspect-ratio: 450 / 600;
    object-fit: contain;
}
.product-info-pi-container{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 220px);
}
.product-info-bottom-sidebar-container {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #dadada;
}
.pdp-tabs,
.pdp-tabs-landing{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.pdp-tab-name,
.pdp-tab-name-landing{
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.5;
}
.pdp-tab-name.active-tab-title,
.pdp-tab-name-landing.active-tab-title-landing{
    opacity: 1;
}
.pdp-tab-content,
.pdp-tab-content-landing{
    display: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pdp-tab-content.active-tab-content,
.pdp-tab-content-landing.active-tab-content-landing{
    display: block;
}
.product-info-sidebar-autocomplete .tabs-category,
.product-info-sidebar-landing .tabs-category-landing{
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 10px;
    width: 100%;
}
.product-info-sidebar-autocomplete .product-info-pil,
.product-info-sidebar-landing .product-info-pil{
    font-size: 14px;
    display: block;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #E6E6F0;
    padding: 5px 10px;
}
.pdp-tabs .tabs-attributes .product-info-key-attribute,
.pdp-tabs-landing .tabs-attributes-landing .product-info-key-attribute{
    text-transform: uppercase;
}
.pdp-tabs .product-info-value,
.pdp-tabs-landing .product-info-value{
    font-size: 18px;
}
.pdp-tabs-landing .product-info-value,
.pdp-tabs .product-info-value{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pdp-tabs-landing .product-info-value.show-all-text,
.pdp-tabs .product-info-value.show-all-text{
    display: block;
}
.hide-show-more-btn{
    display: none;
}
.show-more-landing,
.show-more-popup{
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #030329;
    border-radius: 15px;
    margin-top: 8px;
}
.product-info-sidebar-autocomplete .product-info-brand,
.product-info-sidebar-landing .product-info-brand{
    font-size: 22px;
}
.product-info-sidebar-autocomplete .product-info-name,
.product-info-sidebar-landing .product-info-name{
    font-size: 20px;
}
.product-info-sidebar-autocomplete .product-info-description,
.product-info-sidebar-landing .product-info-description{
    font-size: 18px;
}
.product-info-sidebar-autocomplete .athena-price,
.product-info-sidebar-landing .athena-price{
    font-size: 18px;
    font-weight: 500;
    opacity: 0.7;
    color: #4F4F69;
    padding: 0;
}
.product-info-sidebar-autocomplete .athena-price-when-sale,
.product-info-sidebar-landing .athena-price-when-sale{
    text-decoration: line-through;
    opacity: 0.3;
}
/*==================
Autocomplete Layout 3
==================*/
.autocomplete-l3__flex-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.autocomplete-overlay{
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0) !important;
    left: 0;
    z-index: 10;
    overflow: hidden !important;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.athena-spinner-loader-infinite {
    background: url(../../../images/loader-icon.svg) no-repeat;
    position: fixed;
    bottom: calc(15% - 15px);
    left: calc(50% - 15px);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}
@keyframes spin{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Banner Top */
.autocomplete-l3__flex-container #banner_top{
    width: 100%;
}
/* Banner Bottom */
.autocomplete-l3__flex-container #banner_bottom{
    width: 100%;
}
.autocomplete-l3__flex-container #banner_bottom img{
    margin-top: 20px;
}
/* Left */
.autocomplete-l3__left_sidebar{
    width: 240px;
    text-align: left;
}
.autocomplete_l3_go_back_container{
    display: none;
}
.autocomplete-l3__filters{
    margin-bottom: 20px;
}
.autocomplete-l3__filter-title{
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.autocomplete-l3__filter-title:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #4F4F69;
    opacity: 0.5;
}
.autocomplete-l3__filter-title:after{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #4F4F69;
    opacity: 0.5;
    transform: rotate(90deg);
}
.autocomplete-l3__filter-title.active:after{
    display: none;
}
.autocomplete-l3__filter-children-container{
    max-height: 172px;
    overflow: auto;
    scrollbar-gutter: stable;
    display: flex;
    flex-direction: column;
}
.autocomplete-l3__ajax-add.selected-filter{
    order: -999;
}
.autocomplete-l3__filter-children-container.scroll-element{
    max-height: 344px !important;
}
.autocomplete-l3__filter-children-container.scroll-element ~ .athena-cutoff__container{
    display: none;
}
.autocomplete-l3__filter-children-container.expanded{
    max-height: 344px !important;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__ajax-add,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__ajax-add,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__ajax-add,
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__ajax-add,
.autocomplete-l3__filters[data-filter-type="price"] .autocomplete-l3__ajax-add{
    padding-left: 0;
}
.autocomplete-l3__filters[data-filter-type="price"] .autocomplete-l3__ajax-add{
    display: block;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .checkmark{
    display: none;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .checkmark:after{
    display: none !important;
}
.autocomplete-l3__filters[data-filter-type="velicina"] input:checked ~ .checkmark{
    display: block;
    width: 100%;
    height: 100%;
    background: #E6E6F0;
    border: 0;
    top: 0;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__filter-span{
    position: relative;
    z-index: 1;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__checkbox,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__checkbox,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__checkbox{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.autocomplete-l3__filter-color{
    height: 18px !important;
    width: 18px !important;
    min-width: 18px;
    min-height: 18px;
    border-radius: 6px !important;
    border: 1px solid #BCBCC7 !important;
    display: block !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-right: 10px !important;
}
.autocomplete-l3__filters[data-filter-type="manufacturer"] .autocomplete-l3__filter-color{
    opacity: 0 !important;
    display: none !important;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__filter-children-container{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 123px;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__ajax-add{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    padding: 5px;
    margin-bottom: 0;
    border: 1px solid #E6E6F0;
    border-radius: 5px;
    text-align: center;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__ajax-add .autocomplete-l3__checkbox{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.autocomplete-l3__ajax-add{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
}
.autocomplete-l3__ajax-add .checkmark{
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #BCBCC7;
}
.autocomplete-l3__ajax-add input:checked ~ .checkmark{
    background-color: transparent;
}
.autocomplete-l3__ajax-add .checkmark:after{
    left: 6px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: 1px solid #4F4F69;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}
.autocomplete-l3__ajax-add input:checked ~ .checkmark:after{
    display: block;
}
.autocomplete-l3__checkbox{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__ajax-add .checkmark,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__ajax-add .checkmark,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__ajax-add .checkmark{
    position: absolute;
    top: calc(50% - 5px);
    left: 4px;
    width: 10px;
    height: 10px;
    background: #000000 !important;
    z-index: 2;
    border: 1px solid #4F4F69;
    border-radius: 3px;
    display: none;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__ajax-add .checkmark:after,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__ajax-add .checkmark:after,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__ajax-add .checkmark:after{
    display: none;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__ajax-add input:checked ~ .checkmark,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__ajax-add input:checked ~ .checkmark,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__ajax-add input:checked ~ .checkmark{
    display: block;
}
.athena-search__filter-container{
    position: relative;
}
.athena-input-element-filters{
    border: 1px solid #E6E6F0;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    height: 32px;
    padding: 5px;
    padding-left: 30px;
}
.athena-input-element-filters::placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #BCBCC7;
}
.athena-filter__search-icon{
    position: absolute;
    top: 8px;
    left: 7px;
    width: 16px;
    height: 16px;
    background: url(../../../images/search-input.svg) no-repeat center;
}
/* Center */
.autocomplete-l3__content{
    width: calc(100% - 500px);
}
.autocomplete-l3__content.athena-custom-width-no-right-sidebar{
    width: calc(100% - 240px);
}
.autocomplete-l3__content.athena-custom-width-no-left-sidebar{
    width: calc(100% - 240px);
}
.autocomplete-l3__content.athena-custom-width-no-right-sidebar.athena-custom-width-no-left-sidebar{
    width: 100%;
}
.autocomplete-l3__filters-container{
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    padding-top: 15px;
}
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove{
    border: 1px solid #F7F7FA;
    border-radius: 5px;
    background: #F7F7FA;
    display: block;
    padding: 5px 10px;
    padding-right: 25px;
    color: #4F4F69;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
}
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove.autocomplete-l3__ajax-remove-all{
    background: transparent;
    border: 1px dashed #E6E6F0;
    padding-right: 10px;
}
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove:before{
    content: '';
    position: absolute;
    background: url(../../../images/remove-filter.svg) no-repeat center;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove.autocomplete-l3__ajax-remove-all:before{
    display: none;
}
.athena-autocomplete__header#products{
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}
.athena-custom-width-no-right-sidebar .athena-autocomplete__header#products{
    padding-right: 0;
}
.athena-custom-width-no-left-sidebar .athena-autocomplete__header#products{
    padding-left: 0;
}
.athena-custom-width-no-right-sidebar.athena-custom-width-no-left-sidebar .athena-autocomplete__header#products{
    padding-left: 0;
    padding-right: 0;
}
.autocomplete-l3__filters-container-parent{
    position: sticky;
    top: -30px;
    background: #FFFFFF;
    z-index: 1;
    padding-left: 25px;
    padding-right: 25px;
}
.athena-custom-width-no-right-sidebar .autocomplete-l3__filters-container-parent{
    padding-right: 0;
}
.athena-custom-width-no-left-sidebar .autocomplete-l3__filters-container-parent{
    padding-left: 0;
}
.athena-custom-width-no-right-sidebar.athena-custom-width-no-left-sidebar .autocomplete-l3__filters-container-parent{
    padding-left: 0;
    padding-right: 0;
}
.athena-autocomplete__header-product{
    font-size: 20px;
    font-weight: 600;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.athena-autocomplete-view-all button{
    text-decoration: underline;
    font-size: 16px;
}
.athena-autocomplete__header-total-items{
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    opacity: 0.5;
}
.autocomplete-l3__content .autocomplete-l3__product-container{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.autocomplete-l3__content.athena-custom-width-no-right-sidebar .autocomplete-l3__product-container{
    padding-right: 0;
}
.autocomplete-l3__content.athena-custom-width-no-left-sidebar .autocomplete-l3__product-container{
    padding-left: 0;
}
.autocomplete-l3__content.athena-custom-width-no-right-sidebar.athena-custom-width-no-left-sidebar .autocomplete-l3__product-container{
    padding-left: 0;
    padding-right: 0;
}
.autocomplete-l3__product-container .athena-product-item{
    width: calc(25% - 11.5px);
    position: relative;
}
.autocomplete-l3__product-container .athena-autocomplete__name{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/** Price Range Filter **/
.om-sliderrange{
    padding: 60px 0;
    min-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.om-sliderrange-range{
    height: 5px;
    position: relative;
    margin: 8px 4px;
}
.om-sliderrange-display{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 10px;
}
.om-mid-price-container > span{
    padding: 0 5px;
}
.om-sliderrange-range:before{
    display: block;
    content: '';
    height: 5px;
    border-radius: 4px;
    background: #A8C6F3;
}
.om-sliderrange-range-indicator{
    height: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #4F4F69;
}
.om-sliderrange-button-start,
.om-sliderrange-button-end{
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #4F4F69;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: visible;
}
.om-sliderrange-display > span{
    margin: 0 5px;
    background: #4F4F69 !important;
}
.om-mid-price-container {
    display: flex;
    justify-content: space-between;
    margin: 7px 20px 0 20px;
}
.om-mid-price-show-container{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.om-min-price-range__div{
    width: 100%;
    height: 20px;
    border-left: 1px solid #4F4F69;
    display: flex;
    justify-content: space-evenly;
}
.om-min-price-range__div:last-child{
    border-right: 1px solid #4F4F69;
}
.om-min-price-range__span{
    width: 1px;
    height: 10px;
    background: #4F4F69;
}
.om-min-price-range__show-span:first-child{
     position: relative;
     left: 4%;
 }
.om-min-price-range__show-span:nth-child(2){
    position: relative;
    left: 3%;
    display: none;
}
/* Right */
.autocomplete-l3__right_sidebar{
    width: 240px;
    text-align: left;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__header h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__link{
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__link{
    display: none;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__link:nth-child(-n+3){
    display: block;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__link.athena-autocomplete__link-section_b:nth-child(-n+6){
    display: block;
}
.autocomplete-l3__right_sidebar .expanded .athena-autocomplete__link{
    display: block;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__section-section_b .athena-autocomplete__child-bottom{
    display: none;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__section-section_b  .athena-autocomplete__container-section_b{
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}
.athena-autocomplete__link-section_b{
    width: 30%;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__section-section_b .athena-autocomplete__child-top{
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    border: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F5;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__link.athena-autocomplete__link-section_a{
    margin-bottom: 15px;
}
/*==================
Autocomplete Layout 1 / 2
==================*/
/* Tabs */
.show-search-tabs{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
    margin-bottom: 10px;
}
.show-search-tabs > div{
    background: #F7F7FA;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    cursor: pointer;
    min-width: 140px;
    text-align: center;
}
.show-search-tabs > div.athena-helper-show{
    background: linear-gradient(119deg, #623D7D 1.41%, #2763A5 80.75%);
}
.show-search-tabs > div.athena-helper-show label{
    color: #FFFFFF;
    opacity: 1;
}
.show-search-tabs > div input{
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
.show-search-tabs > div label{
    cursor: pointer;
    opacity: 0.5;
}
.show-search-tabs > div:hover label,
.show-search-tabs > div label:hover{
    opacity: 1;
}
/*==================
Visual similarity search
==================*/
#visual_similarity_search{
    max-height: calc(100vh - 325px);
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 5px;
    overflow-y: auto;
    top: 63px;
    z-index: 9;
    overflow-x: hidden;
    width: 100vw !important;
    max-width: 1600px;
    margin-left: calc(-18% - 0.5px);
    border: 1px solid #E6E6F0;
    border-radius: 10px;
    background: #FFFFFF;
}
.production-search #visual_similarity_search{
    width: 100% !important;
    margin-left: auto;
}
#athena-drop-zone{
    background: #F7F7FA;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.visual-similarity__p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.visual-similarity__svg-container{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    background: url(../../../images/drag-drop-img-icon.svg) no-repeat center;
    width: 100%;
    height: 114px;
}
.visual-similarity__drop-inner-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.visual-filter-drag_drop-p{
    opacity: 0.7;
    font-weight: 500;
}
.visual-similarity-input{
    cursor: pointer;
    display: flex;
    justify-content: center;
    column-gap: 5px;
    align-items: center;
}
.visual-similarity__upload-container{
    background: url(../../../images/upload-file-icon.svg) no-repeat center;
    width: 22px;
    height: 16px;
}
.visual-similarity__camera-container{
    background: url(../../../images/camera-small.svg) no-repeat center;
    width: 20px;
    height: 20px;
}
.visual-similarity__paste-url-input-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #E6E6F0;
    padding: 8px 14px;
    height: 44px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    background: #FFFFFF;
    justify-content: space-between;
}
.visual-similarity__paste-url-input-container input{
    width: calc(100% - 18px);
    appearance: none;
    outline: none;
    border: none;
}
.visual-similarity__paste-url-paste-icon{
    cursor: pointer;
    background: url(../../../images/paste-icon.svg) no-repeat center;
    width: 13px;
    height: 22px;
}
.visual-similarity__paste-url-x-icon{
    cursor: pointer;
    background: url(../../../images/x-icon-new.svg) no-repeat center;
    width: 13px;
    height: 22px;
}
.visual-similarity__paste-url-input-error .visual-similarity__paste-url-x-icon{
    background: url(../../../images/x-icon-new-red.svg) no-repeat center;
}
.visual-similarity__paste-url-search-container{
    height: 44px;
    border-radius: 10px;
    border: 1px solid #623D7D;
    background: linear-gradient(119deg, #623D7D 1.41%, #2763A5 80.75%);
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.visual-similarity__paste-url-search-label{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    column-gap: 10px;
    color: #FFFFFF;
}
.visual-similarity__paste-url-search-label p{
    color: #FFFFFF;
}
.visual-similarity__paste-url-search-label div{
    width: 19px;
    background: url(../../../images/search-icon-small.svg) no-repeat center;
    height: 19px;
}
.visual-similarity__paste-url-error-message,
.audio-search-text-bottom__error {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #FB6565;
    width: 100%;
    margin-top: 15px;
}
.visual-similarity-info__container{
    font-size: 12px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 3px;
    color: #BCBCC7;
    text-align: center;
}
.visual-similarity__video-container{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.visual-similarity__camera-buttons-container{
    width: 100%;
}
.visual-similarity__camera-button-right{
    padding: 20px 0 14px 0;
    display: flex;
    justify-content: flex-end;
}
.visual-similarity__button-container{
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cancel-crop-button{
    border: 1.5px solid #030329;
    border-radius: 27px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 15px;
    font-size: 16px;
    min-width: 120px;
}
.ok-crop-button{
    border: 1.5px solid #030329;
    border-radius: 27px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: #FFFFFF;
    background: #030329;
    font-size: 16px;
    min-width: 120px;
}
/*==================
Voice search
==================*/
#audio_search{
    max-height: calc(100vh - 325px);
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 5px;
    overflow-y: auto;
    top: 63px;
    z-index: 9;
    overflow-x: hidden;
    width: 100vw !important;
    max-width: 1600px;
    margin-left: calc(-18% - 0.5px);
    border: 1px solid #E6E6F0;
    border-radius: 10px;
    background: #FFFFFF;
}
.production-search #audio_search{
    width: 100% !important;
    margin-left: auto;
}
.audio-search__inner-container{
    display: block;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}
#audio-search__canvas{
    width: 137px;
    height: 44px;
    margin-bottom: 11px;
    display: none !important;
}
.audio-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-top: 10px;
    margin-bottom: 25px;
    display: none;
}
.audio-bar.active-audio-bar{
    display: flex;
}
.bar{
    background: #4F4F69;
    bottom: 1px;
    height: 3px;
    width: 10px;
    margin: 0px 4px;
    border-radius: 5px;
    animation: sound 0ms -600ms linear infinite alternate;
}
@keyframes sound{
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 70px;
    }
}
.bar:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.bar:nth-child(2)  { left: 15px; animation-duration: 433ms; }
.bar:nth-child(3)  { left: 29px; animation-duration: 407ms; }
.bar:nth-child(4)  { left: 43px; animation-duration: 458ms; }
.bar:nth-child(5)  { left: 57px; animation-duration: 400ms; }
.bar:nth-child(6)  { left: 71px; animation-duration: 427ms; }
.bar:nth-child(7)  { left: 85px; animation-duration: 441ms; }
.bar:nth-child(8)  { left: 99px; animation-duration: 419ms; }
.bar:nth-child(9)  { left: 113px; animation-duration: 487ms; }
.bar:nth-child(10) { left: 127px; animation-duration: 442ms; }

.audio-search-heading{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.audio-search_inner-bottom-container{
    padding-top: 30px;
    padding-bottom: 40px;
}
.audio-search-icon-text{
    font-size: 23px;
    font-weight: 500;
    opacity: 0.2;
    margin-bottom: 8px;
}
.audio-search-text-bottom{
    color: #BCBCC7;
    font-size: 18px;
    font-weight: 400;
}
.retry-voice-search-button{
    margin-top: 25px;
    font-weight: 500;
    padding: 10px 38px;
    height: 48px;
    background: #F7F7FA;
    border-radius: 10px;
    font-size: 18px;
    font-family: Poppins, serif;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}
/*==================
Did you mean
==================*/
#athena-did-you-mean__container-athena-l3,
#athena-did-you-mean__container-autocomplete,
#athena-did-you-mean__container-search {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    gap: 5px;
    background: #F7F7FA;
    padding: 10px 15px;
    padding-right: 25px;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#did-you-mean__x-athena-l3,
#did-you-mean__x-autocomplete,
#did-you-mean__x-search {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#did-you-mean__queries-container-athena-l3,
#did-you-mean__queries-container-autocomplete,
#did-you-mean__queries-container-search {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

#did-you-mean__title-athena-l3,
.did-you-mean-query__separator-athena-l3,
.did-you-mean-question__mark-athena-l3,
.did-you-mean-query__separator-athena-l3,
.did-you-mean-question__mark-athena-l3,
#did-you-mean__title-autocomplete,
.did-you-mean-query__autocomplete,
.did-you-mean-question__autocomplete,
.did-you-mean-query__separator-autocomplete,
.did-you-mean-question__mark-autocomplete,
#did-you-mean__title-search,
.did-you-mean-query__search,
.did-you-mean-question__search,
.did-you-mean-query__separator-search,
.did-you-mean-question__mark-search {
    font-weight: 500;
    font-size: 14px;
    color: #4F4F69;
    opacity: 50%;
}

.did-you-mean-query__item-athena-l3,
.did-you-mean-query__item-autocomplete,
.did-you-mean-query__item-search {
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    color: #4F4F69;
    text-decoration: underline;
    cursor: pointer;
}

/*==================
Page Wrapper
==================*/
.page-wrapper{
    width: 100%;
    max-width: 1630px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100vh;
}

/*==================
Segments
==================*/
.athena-cutoff__button{
    display: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
}
.no-more-products{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.background-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.3;
    z-index: 3;
}
.athena-spinner-search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}
.athena-spinner-loader__infinite{
    background: url(../../../images/loader-icon.svg) no-repeat;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 30px;
    z-index: 1;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/**
    Input slider
 */
.athena-switch__container {
    display: flex;
    align-items: center;
    padding-left: 31px;
}
.athena-switch__container input {
    width: 0;
    height: 0;
    visibility: hidden;
}
.athena-switch__container label {
    width: 50px;
    height: 24px;
    display: block;
    background-color: #030329;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 0 4px #477a8550;
}
.athena-switch__container label::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #e8f5f7;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    transition: 0.3s;
}
.athena-switch__container input:checked + label::after {
    left: calc(100% - 4px);
    transform: translateX(-100%);
}
.athena-switch__container input:checked + label {
    background-color: #373753B3;
}
.athena-switch__container label:active::after {
    width: 20px;
}
.athena-switch-icon-global {
    object-fit: contain;
    width: 22px;
    height: 22px;
    margin-left: 10px;
}
.athena-switch-icon-english {
    position: relative;
    top: 0.5px;
    object-fit: contain;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

/*==================
Find Visual Similar
==================*/
.find-visual-similar{
    display: none;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background: #f7f7fa;
    transition: bottom 0.3s ease;
    padding: 10px 17px;
    padding-left: 45px;
    text-align: center;
    border-radius: 15px;
    color: #a7a7b2;
}
.find-visual-similar:hover{
    color: #4F4F69;
}
.find-visual-similar:before{
    width: 19px;
    height: 13px;
    display: block;
    background: url(../../../images/visually-similar.svg) no-repeat center center;
    content: "";
    position: absolute;
    top: 16px;
    left: 15px;
}
.find-visual-similar-body .find-visual-similar{
    display: block;
}
.find-visual-similar-body .athena-autocomplete__left-container .athena-autocomplete__section  .find-visual-similar{
    display: none !important;
}
.find-visual-similar-body .athena-product-item-photo,
.find-visual-similar-body .athena-autocomplete__child-top-product{
    position: relative;
    aspect-ratio: 450 / 600;
}
.find-visual-similar-body .athena-product-item-photo:hover .find-visual-similar,
.find-visual-similar-body .athena-autocomplete__child-top-product:hover .find-visual-similar{
    visibility: visible;
    bottom: 20px;
}
.filter-opener,
.close-filters-btn {
    cursor: pointer;
}

.search-form-ai-assistant__container {
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 #0000001A;
    border-radius: 10px;
    margin-left: 16px;
    cursor: pointer;
    position: relative;
}

.search-form-ai-assistant__container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 28px;
    height: 34px;
    display: block;

    background: url(../../../images/ai-assistant-bag.svg) no-repeat center center;
    background-size: contain;
}

@media only screen and (min-width: 768px){
    .category-navigation-container::-webkit-scrollbar,
    .sub-category-menu-open::-webkit-scrollbar,
    .category-level-first-inner-links::-webkit-scrollbar,
    .category-level-second-inner-links::-webkit-scrollbar,
    .category-level-third-inner-links::-webkit-scrollbar{
        width: 0;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar,
    #search_autocomplete::-webkit-scrollbar,
    .product-info-sidebar-autocomplete::-webkit-scrollbar,
    #visual_similarity_search::-webkit-scrollbar{
        width: 6px;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar-track,
    #search_autocomplete::-webkit-scrollbar-track,
    .product-info-sidebar-autocomplete::-webkit-scrollbar-track,
    #visual_similarity_search::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar-thumb,
    #search_autocomplete::-webkit-scrollbar-thumb,
    .product-info-sidebar-autocomplete::-webkit-scrollbar-thumb,
    #visual_similarity_search::-webkit-scrollbar-thumb{
        background: #888;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar-thumb:hover,
    #search_autocomplete::-webkit-scrollbar-thumb:hover,
    .product-info-sidebar-autocomplete::-webkit-scrollbar-thumb:hover,
    #visual_similarity_search::-webkit-scrollbar-thumb:hover{
        background: #555;
    }
}
/*==================
Responsive
==================*/
@media only screen and (max-width: 1640px){
    .athena-autocomplete,
    #visual_similarity_search,
    #audio_search{
        width: calc(100% + 72px) !important;
        margin-left: -72px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .production-search .athena-autocomplete,
    .production-search #visual_similarity_search,
    .production-search #audio_search{
        width: 100% !important;
        margin-left: auto;
    }
}
@media only screen and (max-width: 1260px){
    .autocomplete-l3__product-container .athena-product-item{
        width: calc(50% - 7.5px);
    }
    .athena-product-item{
        width: calc(50% - 7.5px);
    }
}
@media only screen and (max-width: 1024px){
    .autocomplete-l3__mobile-buttons-container{
        width: 100%;
        display: flex;
        margin-bottom: 25px;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
    }
    .mobile-filters-button{
        color: #030329;
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 14px;
        border: 1.5px solid #030329;
        border-radius: 27px;
        font-weight: 600;
    }
    .athena-l3 .disabled{
        opacity: 0.6;
        cursor: not-allowed;
    }
    .athena-l3 .autocomplete_l3_go_back_container{
        display: flex;
        margin-bottom: 25px;
    }
    .autocomplete_l3__go_back_button{
        color: #030329;
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 14px;
        border: 1.5px solid #030329;
        border-radius: 27px;
        font-weight: 600;
    }
    .athena-l3 .autocomplete-l3__hide,
    .athena-l3 .autocomplete-l3__hide_left,
    .athena-l3 .autocomplete-l3__hide_right,
    .autocomplete-l3__left_sidebar,
    .autocomplete-l3__right_sidebar{
        display: none;
    }
    .athena-l3 .autocomplete-l3__show{
        display: block;
    }
    .autocomplete-l3__content{
        width: 100% !important;
    }
    .autocomplete-l3__content .autocomplete-l3__product-container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .autocomplete-l3__product-container .athena-product-item{
        width: calc(25% - 11.5px);
    }
    .autocomplete-l3__product-container .athena-autocomplete__name,
    .athena-product-item .athena-price-container .athena-price,
    .athena-autocomplete__name-product{
        font-size: 16px;
    }
    .athena-product-item{
        width: calc(50% - 7.5px);
    }
    .header-menu{
        display: none;
    }
    .athena-autocomplete__header#products{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .autocomplete-l3__filters-container-parent{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .find-visual-similar-body .find-visual-similar{
        visibility: visible;
        bottom: 20px;
        padding: 5px 12px;
        padding-left: 32px;
        font-size: 14px;
        color: #4F4F69;
    }
    .find-visual-similar-body .find-visual-similar:before{
        top: 8px;
        left: 9px;
    }
}
@media only screen and (max-width: 768px){
    .search-form-ai-assistant__container {
        width: 42px;
        height: 40px;
        margin-left: 10px;
    }
    .search-form-ai-assistant__container::before {
        height: 28px;
    }
    .athena-search-suggestion__text {
        font-size: 16px;
    }
    .header-top-left{
        width: 150px;
    }
    .header-top-right{
        width: calc(100% - 160px);
    }
    .search-container{
        width: calc(100% - 104px);
    }
    .production-search .search-container{
        width: 100%;
    }
    .category-navigation-container{
        left: -52px;
    }
    #search{
        height: 40px;
        border-radius: 5px;
        padding-left: 40px;
        padding-right: 93px;
        font-size: 16px;
    }
    .voice-search-not-supported #search{
        padding-right: 80px;
    }
    #search::placeholder{
        font-size: 16px;
    }
    .close-search-btn{
        top: 8px;
        right: 70px;
        background-size: 18px;
    }
    .voice-search-not-supported .close-search-btn{
        right: 48px;
    }
    .close-search-btn:before{
        top: -1px;
        right: -5px;
        height: 25px;
    }

    .athena-search-suggestion__container{
        left: 40px;
        top: 6px;
    }
    .category-navigation-btn{
        height: 40px;
        width: 42px;
        border-radius: 5px;
        margin-right: 10px;
    }
    .microphone-container{
        right: 0;
    }
    .search-icon__autocomplete{
        width: 40px;
        background-size: 20px 20px;
    }
    .visual-similarity__camera-button{
        background-size: 20px 20px;
        right: 30px;
    }
    .voice-search-not-supported .visual-similarity__camera-button{
        right: 8px;
    }
    .open-visual-box .visual-similarity__camera-button{
        background-size: 20px 20px;
    }
    .audio__image{
        height: 20px;
        object-fit: contain;
        position: relative;
        top: 2px;
    }
    .athena-autocomplete,
    #visual_similarity_search,
    #audio_search{
        width: calc(100% + 52px) !important;
        margin-left: -52px;
        top: 47px;
    }
    .production-search .athena-autocomplete,
    .production-search #visual_similarity_search,
    .production-search #audio_search{
        width: 100% !important;;
        margin-left: auto;
    }
    .athena-autocomplete__left-container{
        width: 100%;
    }
    .athena-autocomplete__left-container > div{
        width: 240px;
    }
    .athena-autocomplete__right-container{
        width: 100%;
    }
    .athena-autocomplete__header#products{
        justify-content: center;
    }
    .athena-autocomplete__header-product{
        width: 100%;
        margin-bottom: 10px;
        justify-content: center;
    }
    .athena-autocomplete-view-all{
        width: 100%;
        text-align: center;
    }
    .visual-similarity__button-container{
        justify-content: center;
    }
    .visual-similarity__paste-url-search-container{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 680px){
    .athena-autocomplete,
    #visual_similarity_search,
    #audio_search{
        padding-left: 10px;
        padding-right: 10px;
    }
    #athena-drop-zone{
        padding-left: 10px;
        padding-right: 10px;
    }
    .autocomplete-l3__product-container .athena-product-item {
        width: calc(50% - 7.5px);
    }
    .show-search-tabs > div{
        min-width: 80px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .header-top-left{
        width: 120px;
    }
    .header-top-right{
        width: calc(100% - 140px);
    }
    .header-top-right a{
        padding: 6px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }
    .pricing-link{
        margin-right: 8px;
    }
    .product-info-sidebar-autocomplete .product-info-brand,
    .product-info-sidebar-landing .product-info-brand{
        font-size: 20px;
    }
    .product-info-sidebar-autocomplete .product-info-name,
    .product-info-sidebar-landing .product-info-name{
        font-size: 18px;
    }
    .product-info-sidebar-autocomplete .athena-price,
    .product-info-sidebar-landing .athena-price,
    .product-info-sidebar-autocomplete .product-info-description,
    .product-info-sidebar-landing .product-info-description,
    .pdp-tab-name,
    .pdp-tab-name-landing,
    .pdp-tabs .product-info-value,
    .pdp-tabs-landing .product-info-value{
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px){
    body .page-wrapper {
        padding-top: 163px;
    }
    .header-top{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .pricing-link{
        margin-right: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 580px){
    .product-info-top-sidebar-container .product-info-image-container{
        width: 100%;
    }
    .product-info-pi-container{
        width: 100%;
    }
    .visual-similarity-search__container{
        height: 440px;
    }
    .visual-similarity__video-container{
        height: 100%;
    }
    #video-element{
        height: calc(100% - 120px);
    }
    .visual-similarity__camera-button-left{
        text-align: center;
        max-height: 40px;
    }
    .visual-similarity__camera-button-right{
        justify-content: center;
    }
}
@media only screen and (max-width: 400px){
    .find-visual-similar-body .find-visual-similar{
        font-size: 12px;
    }
    .find-visual-similar-body .find-visual-similar:before{
        top: 7px;
    }
}
