/* Merged Athena styles */

/* --- slider.css --- */
.blaze-slider{
    --slides-to-show:1;
    --slide-gap:20px;
    direction:ltr
}
.blaze-container{
    position:relative
}
.blaze-track-container{
    overflow:hidden
}
.blaze-track{
    will-change:transform;
    touch-action:pan-y;
    display:flex;
    gap:var(--slide-gap);
    --slide-width:calc((100% - (var(--slides-to-show) - 1) * var(--slide-gap)) / var(--slides-to-show));
    box-sizing:border-box
}
.blaze-track>*{
    box-sizing:border-box;
    width:var(--slide-width);
    flex-shrink:0
}
.blaze-prev,
.blaze-next{
    display: none !important;
}

.recommenders-tabs-home-page{
    margin-bottom: 35px;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.recommenders-tabs-home-page button{
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    border: 1.6px solid #F7F7FA;
    min-width: 140px;
    padding: 10px 25px;
    background: #F7F7FA;
    display: inline-block;
    margin-right: 12px;
}
.recommenders-tabs-home-page button:last-of-type{
    margin-right: 0;
}
.recommenders-tabs-home-page button.active{
    background: linear-gradient(119deg, #623D7D 1.41%, #2763A5 80.75%);
    color: #FFFFFF;
}
.recommenders-home-page{
    margin-bottom: 40px;
    min-height: 450px;
}
.recommenders-home-page .athena-product-item-link,
.recommenders-home-page .athena-page-product-link{
    cursor: pointer;
}
.blaze-pagination{
    display: none;
}
.athena-product-image-photo {
    width: 100%;
    height: auto;
    object-fit: contain
}
.athena-xai__recommendation-title{
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.recommenders-home-page .athena-xai__recommendation-title{
    display: none;
}
.athena-page-product-link {
    text-decoration: none;
    color: #000
}
.athena-price-container {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
.athena-sale-price,
.athena-price,
.athena-price-when-sale{
    font-size: 18px;
    font-weight: 500;
    opacity: 0.7;
    color: #4F4F69;
    padding: 0;
}
.athena-price-when-sale{
    text-decoration: line-through;
    opacity: 0.3;
}
.athena-xai__recommendation-grid,
.athena-xai__recommendation-blaze-slider {
    width: 100%;
    margin: 0 auto;
}
.athena-xai__recommendation-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}
@media (max-width: 1250px) {
    .athena-xai__recommendation-grid-container {
        grid-template-columns: repeat(4, 1fr)
    }

    .athena-xai__recommendation-grid {
        padding: 20px 50px 0
    }
}

@media (max-width: 1024px) {
    .athena-xai__recommendation-grid-container {
        grid-template-columns: repeat(3, 1fr)
    }
    .athena-sale-price,
    .athena-price,
    .athena-price-when-sale{
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .athena-xai__recommendation-grid-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 500px) {
    .athena-xai__recommendation-grid-container {
        grid-template-columns: repeat(1, 1fr)
    }
}

/* Lazy loaders â€” global (any host page, not scoped to demo wrapper) */
.form-input-element__container {
    position: relative;
    isolation: isolate;
}
.athena-lazy-image {
    position: relative;
    display: block;
    overflow: hidden;
}
.athena-lazy-image__img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.athena-lazy-image__img--loaded,
.athena-lazy-image--loaded .athena-lazy-image__img {
    opacity: 1;
}
.athena-lazy-image--error .athena-lazy-image__img {
    opacity: 1;
}
.athena-lazy-image__loader {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.athena-lazy-image__loader-ring,
.athena-search-input-loader__ring {
    display: block;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid rgba(168, 198, 243, 0.25);
    border-top-color: #6b9de8;
    -webkit-animation: athena-loader-spin 0.85s linear infinite;
    animation: athena-loader-spin 0.85s linear infinite;
    transform-origin: center center;
    box-sizing: border-box;
}
.athena-autocomplete-panel-loader {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(2px);
}
.athena-autocomplete-panel-loader .athena-lazy-image__loader-ring {
    width: 42px;
    height: 42px;
}
.athena-spinner-loader--inline {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: none;
}
.athena-spinner-loader__infinite,
.athena-spinner-loader-infinite {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 1;
    background: none;
    box-shadow: none;
    pointer-events: none;
}
.autocomplete-l3__infinite-scroll {
    position: relative;
    width: 100%;
}
.autocomplete-l3__infinite-scroll--loading {
    min-height: 52px;
}
.autocomplete-l3__infinite-scroll .athena-spinner-loader-infinite {
    padding: 12px 0;
}
.athena-search-input-loader {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.athena-search-input-loader__ring {
    width: 18px;
    height: 18px;
    border-width: 2px;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
.form-input-element__container.athena-search-input--loading #search,
.form-input-element__container.athena-search-input--loading .search-input {
    padding-right: 40px;
}
.form-input-element__container:has(.search-icon__autocomplete.visual-search-active) .search-icon__autocomplete.visual-search-active {
    display: block !important;
}
@-webkit-keyframes athena-loader-spin {
    from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes athena-loader-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Find visually similar â€” global (body.find-visual-similar-body is not inside .page-wrapper) */
.find-visual-similar{
    display: none;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 16px);
    background: #f7f7fa;
    transition: bottom 0.3s ease, visibility 0.3s ease;
    padding: 10px 17px;
    padding-left: 45px;
    text-align: center;
    border-radius: 15px;
    color: #a7a7b2;
    z-index: 4;
    pointer-events: none;
}
.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__section:not(:has(.athena-autocomplete__child-top-product)) .find-visual-similar{
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
.find-visual-similar-body .athena-product-item-photo,
.find-visual-similar-body .athena-autocomplete__child-top-product,
.find-visual-similar-body .athena-autocomplete__child-top.athena-lazy-image{
    position: relative;
    aspect-ratio: 225 / 225;
    overflow: visible;
}
.find-visual-similar-body .athena-product-item-photo.athena-lazy-image,
.find-visual-similar-body .athena-autocomplete__child-top.athena-lazy-image{
    overflow: visible;
}
.find-visual-similar-body .athena-product-item-photo:hover .find-visual-similar,
.find-visual-similar-body .athena-product-item-link:hover .find-visual-similar,
.find-visual-similar-body .athena-autocomplete__child-top-product:hover .find-visual-similar,
.find-visual-similar-body .athena-page-product-item:hover .find-visual-similar{
    visibility: visible;
    bottom: 20px;
    pointer-events: auto;
}

.page-wrapper:has(.searchareaOverlay) {
    /*==================
    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;
    }

    .navbar {
        padding: 0;
    }

    /* 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 19px 14px;
    }
    .category-name{
        font-size: 16px;
        font-weight: 500;
        display: block;
        padding: 6px 40px 6px 10px;
        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: 15px auto auto;
    }
    .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{
        position: relative;
        width: 100%;
    }
    .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: unset;
    }
    #search{
        width: 100%;
        height: 35px;
        border-radius: 0;
        color: #4F4F69;
        padding: 10px 36px;
        background-color: #F7F7F7 !important;
        border: 1px solid #E9E9E9;
        min-width: 260px;
        box-shadow: none;
        font-size: 14px;
    }
    .voice-search-not-supported #search{
        padding-right: 110px;
    }
    #search::placeholder{
        color: #636363;
        font-size: 14px;
        font-weight: 400;
    }
    .search-icon__autocomplete{
        background: url(../images/search.svg) no-repeat center;
        width: 18px;
        height: 18px;
        outline: 0;
        border: 0;
        cursor: pointer;
        position: absolute;
        top: -27px;
        left: 0;
        padding-left: 16px;
        padding-right: 16px;
        background-size: contain;
        pointer-events: none;
    }
    .search-icon__autocomplete.visual-search-active{
        background: url(../images/camera-small.svg) no-repeat center;
        background-size: contain;
    }
    .athena-search-suggestion__container{
        position: absolute;
        left: 41px;
        display: flex;
        align-items: center;
        gap: 8px;
        top: 14px;
    }
    .athena-search-suggestion__text{
        opacity: 0.5;
        font-size: 16px;
    }
    .athena-search-suggestion__tab-button{
        align-items: center;
        background: white;
        gap: 5px;
        padding: 4px 5px;
        border-radius: 5px;
        border: 2px solid white;
    }
    .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;
        outline: 0;
        border: 0;
        right: 30px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: -28px;
        left: unset;
        padding-left: 16px;
        padding-right: 16px;
        background-size: contain;
    }
    .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: -1px;
        right: 5px;
    }
    .microphone-container button{
        height: 100%;
        width: 100%;
        border: none;
        padding: 4px 7px 4px;
        background: transparent;
    }


    .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: none !important;
    }
    /*==================
    Autocomplete Container
    ==================*/
    .athena-autocomplete{
        max-height: calc(100vh - 325px);
        position: absolute;
        padding: 30px 30px 0;
        overflow-y: auto;
        top: 63px;
        z-index: 1100;
        overflow-x: hidden;
        width: 100vw;
        margin-left: unset;
        right: 0;
        max-width: 1500px;

        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22);
    }
    .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;
        margin: 0;
        width: 100%;
    }
    .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;
        font-size: 14px;
        line-height: 19px;
        border-bottom: 1px solid #EAEAEA;
        font-weight: 600;
        text-align: left;
        padding-bottom: 5px;
        color: #111010;
    }
    .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: 10px;
    }
    .athena-autocomplete__left-container .athena-autocomplete__link{
        display: none;
    }
    .athena-autocomplete__left-container .athena-autocomplete__link:nth-child(-n+3){
        display: block;
        color: #111010;
        font-size: 13px;
        line-height: 20px;
        display: block;
        font-weight: 600;
        /* padding: 5px 20px 5px 20px; */
    }
    .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;
        color: #111010;
        font-size: 13px;
        line-height: 20px;
        display: block;
        font-weight: 600;
    }
    .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: 10px;
    }

    /* Right Section */
    .athena-autocomplete__right-container{
        width: calc(100% - 280px);
        text-align: left;
        background: #FFFFFF;
    }

    .athena-autocomplete__right-container:empty {
        background: transparent;
    }

    .athena-list .athena-autocomplete__right-container{
        width: 100%;
    }
    .athena-autocomplete__right-container .athena-autocomplete__header h4{
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .athena-autocomplete__container-product{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .product-card{
        position: relative;
        text-decoration: none;
        width: calc(25% - 22.5px);
    }
    .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{
        object-fit: contain;
        width: 100%;
        aspect-ratio: 225/225;
        max-height: 225px;
    }
    .athena-autocomplete__name-product {
        margin-bottom: 3px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #000000;
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 10px;
        -webkit-line-clamp: 2;
    }
    .product-card .athena-price-container{
        padding-top: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 10px;
    }
    .product-card .athena-price-container .athena-price{
        font-size: 16px;
        padding: 0;
        line-height: 17px;
        color: #000000;
        font-weight: bold;
        width: fit-content;
        display: inline-block;
    }
    .product-card .athena-price-container .athena-price-when-sale {
        text-decoration: line-through;
        opacity: 0.3;
    }
    .autocomplete__product-end {
        width: 100%;
        justify-content: center;
        display: none;
    }
    /* 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;
    }
    /* 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: 14px;
        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: grid;
        grid-template-columns: repeat(2, 1fr);
        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: 14px;
        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: 3px;
        width: 5px;
        height: 9px;
        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;
        visibility: hidden !important;
    }
    .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;
        visibility: hidden !important;
    }
    .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;
        visibility: hidden !important;
    }
    .athena-search__filter-container{
        position: relative;
    }
    .athena-input-element-filters{
        border: 1px solid #E6E6F0;
        border-radius: 5px;
        width: 85%;
        margin-bottom: 10px;
        height: 32px;
        padding: 5px 5px 5px 30px;
    }
    .athena-input-element-filters::placeholder{
        font-size: 14px;
        font-weight: 400;
        color: #636363;
    }
    .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: #ffffff;
        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{
        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;
        z-index: 999;
        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;
        background: none;
        font-size: 16px;
        border: none;
    }
    .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: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
    .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 .product-card{
        width: 100%;
        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;
        background: #FFFFFF;
        right: 0;
        max-width: 1500px;
        border: 1px solid #ececec;
        border-top: none;
        border-radius: 0;
        background-color: white;
        box-shadow: 0px 0px 10px #5050501A;
    }
    .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;
        margin: 0;
    }
    .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%;
    }
    .camera-switch-button{
        appearance: none;
        -webkit-appearance: none;
        background: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        margin: 0;
        line-height: 0;
        color: inherit;
        font: inherit;
        cursor: pointer;
    }
    .camera-switch-button:hover,
    .camera-switch-button:focus,
    .camera-switch-button:active{
        background: none;
        border: 0;
        box-shadow: none;
        outline: none;
    }
    .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;
        background: #FFFFFF;
        margin-left: unset;
        right: 0;
        max-width: 1500px;
        border: 1px solid #ececec;
        border-top: none;
        border-radius: 0;
        background-color: white;
        box-shadow: 0px 0px 10px #5050501A;
    }
    .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: none;
        justify-content: center;
        align-items: flex-end;
        gap: 8px;
        height: 65px;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .audio-bar.active-audio-bar{
        display: flex;
    }
    .audio-bar .bar{
        background: #4F4F69;
        width: 10px;
        height: 3px;
        border-radius: 5px;
        flex-shrink: 0;
    }

    .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-weight: 500;
        opacity: 0.5;
        font-size: 13px;
    }
    .no-more-products{
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .athena-spinner-search{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        z-index: 99;
    }

    /**
        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;
    }

    .filter-opener,
    .close-filters-btn {
        cursor: pointer;
    }

    @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;
        }
    }
}

/*==================
Voice search animation (top-level — nested @keyframes do not run reliably)
==================*/
@keyframes athena-voice-search-bar {
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 60px;
    }
}
.audio-bar.active-audio-bar .bar {
    animation: athena-voice-search-bar 474ms linear -200ms infinite alternate;
}
.audio-bar.active-audio-bar .bar:nth-child(1)  { animation-duration: 474ms; animation-delay: -200ms; }
.audio-bar.active-audio-bar .bar:nth-child(2)  { animation-duration: 433ms; animation-delay: -350ms; }
.audio-bar.active-audio-bar .bar:nth-child(3)  { animation-duration: 407ms; animation-delay: -100ms; }
.audio-bar.active-audio-bar .bar:nth-child(4)  { animation-duration: 458ms; animation-delay: -400ms; }
.audio-bar.active-audio-bar .bar:nth-child(5)  { animation-duration: 400ms; animation-delay: -250ms; }
.audio-bar.active-audio-bar .bar:nth-child(6)  { animation-duration: 427ms; animation-delay: -150ms; }
.audio-bar.active-audio-bar .bar:nth-child(7)  { animation-duration: 441ms; animation-delay: -300ms; }
.audio-bar.active-audio-bar .bar:nth-child(8)  { animation-duration: 419ms; animation-delay: -450ms; }
.audio-bar.active-audio-bar .bar:nth-child(9)  { animation-duration: 487ms; animation-delay: -175ms; }
.audio-bar.active-audio-bar .bar:nth-child(10) { animation-duration: 442ms; animation-delay: -325ms; }

/*==================
Responsive
==================*/

@media only screen and (max-width: 1640px){

    .page-wrapper:has(.searchareaOverlay) {
        .athena-autocomplete,
        #visual_similarity_search,
        #audio_search{
            max-width: 1100px;
        }
        .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){

    .page-wrapper:has(.searchareaOverlay) {

        .athena-autocomplete, #visual_similarity_search, #audio_search {
            max-width: 900px;
        }
        .autocomplete-l3__product-container .product-card{
            width: 100%;
        }
        .autocomplete-l3__content .autocomplete-l3__product-container {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .product-card{
            width: calc(50% - 15px);
        }
    }

}
@media only screen and (max-width: 1024px){
    .page-wrapper:has(.searchareaOverlay) {
        .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 .product-card {
            width: 100%;
        }
        .autocomplete-l3__product-container .athena-autocomplete__name,
        .product-card .athena-price-container .athena-price,
        .athena-autocomplete__name-product{
            font-size: 16px;
        }
        .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;
        }
    }
}
@media only screen and (max-width: 1024px){
    .find-visual-similar-body .athena-product-item-photo .find-visual-similar,
    .find-visual-similar-body .athena-page-product-item .find-visual-similar{
        visibility: visible;
        bottom: 20px;
        padding: 5px 12px;
        padding-left: 32px;
        font-size: clamp(8px, 1vw, 11px);
        color: #4F4F69;
        pointer-events: auto;
    }
    .find-visual-similar-body .athena-product-item-photo .find-visual-similar:before,
    .find-visual-similar-body .athena-page-product-item .find-visual-similar:before{
        top: 10px;
        left: 7px;
    }
    /* Autocomplete cards: icon-only badge pinned to the top right of the image */
    .find-visual-similar-body .athena-autocomplete__child-top-product .find-visual-similar{
        visibility: visible;
        pointer-events: auto;
        top: 8px;
        right: 8px;
        bottom: auto;
        left: auto;
        transform: none;
        width: 30px;
        height: 30px;
        max-width: none;
        padding: 0;
        border-radius: 50%;
        font-size: 0;
        line-height: 0;
        transition: none;
    }
    .find-visual-similar-body .athena-autocomplete__child-top-product .find-visual-similar:before{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (max-width: 768px){
    .page-wrapper:has(.searchareaOverlay) {
        .autocomplete-l3__content .autocomplete-l3__product-container {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .athena-search-suggestion__text {
            font-size: 16px;
        }
        .header-top-left{
            width: 150px;
        }
        .header-top-right{
            width: calc(100% - 160px);
        }
        .search-container{
            width: 100%;
        }
        .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: 14px;
        }
        .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: 1px;
        }
        .athena-autocomplete,
        #visual_similarity_search,
        #audio_search{
            width: calc(100% + 30px) !important;
            margin-left: unset;
            left: -15px;
            top: 48px;
            /* border: 1px solid; */
            /* max-height: unset; */
            max-height: unset;
        }
        .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: calc(100% + 20px);
            margin: -10px;
        }
        .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;
        }
        .athena-autocomplete__container-product {
            padding-left: 5px;
            gap: 20px;
        }
        .athena-autocomplete__header {
            padding-left: 5px;
        }
    }
}
@media only screen and (max-width: 680px){

    body:has(.athena-helper-show.athena-autocomplete) {
        overflow: hidden !important;
    }

    .page-wrapper:has(.searchareaOverlay) {
        .athena-autocomplete,
        #visual_similarity_search,
        #audio_search{
            padding-left: 10px;
            padding-right: 10px;
            z-index: 99999;
            border-top: 1px solid #d3d3d3;
            overflow-y: auto !important;
            max-height: 50vh;
        }
        #athena-drop-zone{
            padding-left: 10px;
            padding-right: 10px;
        }
        .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){

    .page-wrapper:has(.searchareaOverlay) {
        .header-top{
            padding-top: 10px;
            padding-bottom: 15px;
        }
        .pricing-link{
            margin-right: 0;
            padding-right: 0;
        }

    }

}
@media only screen and (max-width: 580px){
    .page-wrapper:has(.searchareaOverlay) {
        .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 .athena-product-item-photo .find-visual-similar,
    .find-visual-similar-body .athena-page-product-item .find-visual-similar{
        font-size: 12px;
    }
    .find-visual-similar-body .athena-product-item-photo .find-visual-similar:before,
    .find-visual-similar-body .athena-page-product-item .find-visual-similar:before{
        top: 7px;
    }
    .find-visual-similar-body .athena-autocomplete__child-top-product .find-visual-similar{
        width: 28px;
        height: 28px;
        top: 6px;
        right: 6px;
    }
}

/* --- search-athena-landing.css --- */
/*==================
Helper Classes
==================*/
.hide-btn,
.hide-title,
.hide-icon {
    display: none !important;
}
/*==================
Layout
==================*/
.athena-landing-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 30px;
}
.category-page .athena-landing-container{
    padding-top: 15px;
}
.category-page .best-matches-div{
    display: none;
}
#athena-landing-sidebar{
    width: 240px;
}
#athena-landing-content{
    width: calc(100% - 300px);
}
.no-serach-filter #athena-landing-content{
    width: 100%;
}
/*==================
Product Content
==================*/
/* Filters */
.filter-opener-container{
    display: none;
}
.athena-filter-title-main{
    display: none;
}
.athena-search-filter{
    margin-bottom: 20px;
}
.athena-active-filter-number{
    font-size: 14px;
}
.athena-filter-title{
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.athena-filter-title:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #4F4F69;
    opacity: 0.5;
}
.athena-filter-title:after{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #4F4F69;
    opacity: 0.5;
    transform: rotate(90deg);
}
.athena-filter-title-active:after{
    display: none;
}
#athena-landing-sidebar > .search-title-result{
    display: block;
    margin-bottom: 20px;
}
#athena-landing-sidebar > .search-title-result > img{
    margin-top: 0 !important;
    width: 100% !important;
    height: auto;
    object-fit: contain;
    aspect-ratio: 450 / 600;
    border: 1px solid #f5f5f5;
    max-height: 145px;
}
#athena-landing-sidebar .edit-button__visual-similarity-search{
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background: url(../images/edit.svg) no-repeat left center;
}
.athena-filter-container{
    display: none;
}
.athena-filter-container.athena-filter-container-active{
    display: block;
}
.athena-filter-item{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
}
.search-filter-label{
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.athena-filter-item input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark{
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #BCBCC7;
}
.athena-filter-item:hover input ~ .checkmark{
    background-color: #BCBCC7;
}
.athena-filter-item input:checked ~ .checkmark{
    background-color: transparent;
}
.checkmark:after{
    content: "";
    position: absolute;
    display: none;
}
.athena-filter-item input:checked ~ .checkmark:after{
    display: block;
}
.athena-filter-item .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);
}
.athena-filter-container__inner{
    max-height: 172px;
    overflow: auto;
    scrollbar-gutter: stable;
    display: flex;
    flex-direction: column;
}
.athena-filter-item.selected-filter{
    order: -999;
}
.athena-filter-container__inner.scroll-element{
    max-height: 344px !important;
}
.athena-filter-container__inner.scroll-element ~ .athena-cutoff__container{
    display: none;
}
.athena-search__filter-no-data{
    font-size: 14px;
    font-style: italic;
    color: #FB6565;
}
.athena-filter-container__inner.expanded{
    max-height: 344px !important;
}
.athena-search-filter[data-filter-type="velicina"] .athena-filter-container .athena-filter-container__inner{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 123px;
}
.athena-search-filter[data-filter-type="velicina"] .athena-filter-container .athena-filter-item{
    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;
}
.athena-search-filter[data-filter-type="velicina"] .athena-filter-container .checkmark{
    width: 100%;
    height: 100%;
    background: #E6E6F0;
    border: 0;
    top: 0;
    display: none;
}
.athena-search-filter[data-filter-type="velicina"] input:checked ~ .checkmark{
    display: block;
}
.athena-search-filter[data-filter-type="velicina"] .search-filter-label{
    position: relative;
    z-index: 1;
}
.athena-search-filter[data-filter-type="velicina"] .athena-filter-container .checkmark:after{
    display: none;
}
.athena-search-filter .search-swatch-background .search-swatch-value-background{
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 6px;
    border: 1px solid #BCBCC7;
    display: block;
    z-index: 2;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.athena-search-filter .search-swatch-background .checkmark{
    top: 8px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #000000 !important;
    z-index: 2;
    border: 1px solid #4F4F69;
    border-radius: 3px;
    display: none;
}
.athena-filter-item.search-swatch-background input:checked ~ .checkmark{
    display: block;
}
.athena-search-filter .search-swatch-background .checkmark:after{
    display: none !important;
}
/* Toolbar */
.athena-search-banner img{
    margin-bottom: 25px;
    max-width: 100%;
    height: auto;
}
.search-title{
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
    gap: 10px;
}

.search-title-container {
    display: flex;
    gap: 8px;
    padding-left: 10px;
    align-items: center;
    cursor: default;
    width: max-content;
}

.continuous-voice-text {
    font-family: Poppins, serif;
    font-weight: 600;
    font-style: Italic;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding-top: 10px;
    color: #F682B3;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-container .tooltip-text {
    background: #F7F7FA;
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 90vw;
    text-align: center;
    position: absolute;
    bottom: -150%;
    left: 50%;
    transform: translateX(-50%);
    white-space: normal;
    z-index: 999;
    transition: opacity 0.2s ease-in-out;
    border-radius: 10px;
    padding: 10px 13px;
    font-family: Poppins, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    gap: 3px;
    box-sizing: border-box;
    word-break: break-word;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-container .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #F7F7FA transparent;
}

.search-title__button-container {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 3px 3px 3px 0;
}

.search-title-container span {
    font-family: Poppins, serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}

.search-title-container {
    border-radius: 5px;
    border: 1px solid #E6E6F0;
}

.search-title-result-button,
.continuous-voice-search {
    background: #F7F7FA;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 6px;
}

.search-title__button-container:hover .continuous-voice-search:not(:hover) {
    opacity: 0.5;
    transition: 0.2s ease-in;
}

.search-title__button-container:hover .search-title-result-button:not(:hover) {
    opacity: 0.5;
    transition: 0.2s ease-in;
}

.pager-item-active {
    font-weight: bold;
}
.search-icon-grey{
    background: url(../images/search-icon-grey.svg) no-repeat center;
    min-width: 14.5px;
    min-height: 14.5px;
    width: 14.5px;
    height: 14.5px;
    position: relative;
    top: -2px;
}
.athena-search-results-icon{
    background: url(../images/search-results-back.svg) no-repeat center;
    width: 12px;
    height: 12px;
}
.continuous-voice-icon{
    background: url(../images/continuous-voice.svg) no-repeat center;
    width: 13px;
    height: 16px;
}
.athena-search-active-filters-container{
    position: sticky;
    background: #FFFFFF;
    z-index: 1;
}
.sticky-header .athena-search-active-filters-container{
    top: 117px;
}
.athena-search-active-filters{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    column-gap: 6px;
    padding-top: 10px;
}
.athena-search-active-filters:empty{
    display: none;
}
.athena-search-active-filters .active-filter-item{
    border: 1px solid #F7F7FA;
    border-radius: 5px;
    background: #F7F7FA;
    flex: 0 0 auto;
    padding: 5px 10px;
    padding-right: 25px;
    color: #4F4F69;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
}
.athena-search-active-filters .active-filter-item:before{
    content: '';
    position: absolute;
    background: url(../images/remove-filter.svg) no-repeat center;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.athena-search-active-filters .remove-all-filters{
    background: transparent;
    border: 1px dashed #E6E6F0;
    padding-right: 10px;
}
.athena-search-active-filters .remove-all-filters:before{
    display: none;
}
.athena-search-toolbar{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 12px;
    align-items: center;
    flex-wrap: wrap
}
.athena-search-toolbar-sorter{
    order: 5;
    margin-left: auto;
}
.athena-search-sorter__sort-by{
    opacity: 0.5;
}
.products-per-page,
.athena-search-sorter{
    width: auto;
    height: 36px;
    padding: 5px 11.5px;
    color: #4F4F69;
    font-size: 14px;
    background: transparent;
    border: 1px solid #E6E6F0;
    cursor: pointer;
    margin: 0 10px 0 0;
    border-radius: 5px;
    outline: 0;
}
.athena-search-amount{
    order: 1;
    opacity: 0.5;
}
.athena-search-amount-inner{
    display: flex;
}
.athena-search-amount-inner .amount-text,
.athena-search-amount-inner p{
    padding-right: 5px;
}
.athena-search-amount-inner span:nth-child(5){
    padding: 0 3px;
}
.athena-search-view{
    display: flex;
    gap: 10px;
    order: 0;
    margin-right: 20px;
}
.athena-search-view .view-mode span[data-view-mode="grid"]{
    background: url(../images/grid-icon.svg) no-repeat center;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    opacity: 0.5;
}
.athena-search-view .view-mode.active-view-mode span[data-view-mode="grid"]{
    opacity: 1;
}
.athena-search-view .view-mode span[data-view-mode="list"]{
    background: url(../images/list-icon.svg) no-repeat center;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    opacity: 0.5;
}
.athena-search-view .view-mode.active-view-mode span[data-view-mode="list"]{
    opacity: 1;
}
/* Products */
.athena-product-content .product-items{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 35px;
    margin-bottom: 30px;
}
.athena-product-content .grid .product-items{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 35px;
    position: relative;
}
.athena-product-content .list .product-items{
    display: flex;
    row-gap: 35px;
    flex-wrap: wrap;
}
.products.wrapper.list .athena-page-product-item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products.wrapper.list .athena-product-item-link{
    width: 300px;
}
.products.wrapper.list .athena-product-item-details{
    width: calc(100% - 330px);
}
.products.wrapper.list .athena-product-item-description{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.8;
}
.best-matches-div{
    display: none;
}
.best-matches-div p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.athena-product-item-link{
    display: block;
    cursor: pointer;
    position: relative;
    aspect-ratio: 310 / 420;
}
.discount-div{
    z-index: 1;
    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-product-item-photo{
    display: block;
}
.athena-product-item-photo.athena-lazy-image--loading,
.athena-autocomplete__child-top.athena-lazy-image--loading {
    min-height: 120px;
}
.athena-product-image-photo{
    border: 1px solid #f5f5f5;
    aspect-ratio: 450 / 600;
    object-fit: contain;
}
.athena-product-item-description{
    display: none;
}
.athena-product-name{
    font-size: 16px;
    font-weight: 500;
    color: #4F4F69;
    cursor: pointer;
    margin-bottom: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.athena-page-product-item .athena-price-container{
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
.athena-page-product-item .athena-price-container .athena-price{
    font-size: 18px;
    font-weight: 500;
    opacity: 0.7;
    color: #4F4F69;
    padding: 0;
}
.athena-page-product-item .athena-price-container .athena-price-when-sale{
    text-decoration: line-through;
    opacity: 0.3;
}
/* Product popup */
.product-info-sidebar-landing{
    height: 90%;
    width: 95%;
    max-width: 1600px;
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 5%;
    left: 0;
    transform: translateX(-10000px);
    overflow-x: hidden;
    background: #FFFFFF;
    border-radius: 10px;
}
.product-info-sidebar-active-body .product-popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: block;
}
.product-info-sidebar-active{
    right: 0;
    transform: translateX(0);
}
.product-info-close-button{
    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: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-sidebar-landing .product-info-top-sidebar-container{
    gap: 0;
    row-gap: 15px;
    justify-content: space-between;
}
.product-info-sidebar-landing .product-info-top-sidebar-container .product-info-image-container{
    width: 300px;
}
.product-info-sidebar-landing .product-info-top-sidebar-container .product-info-image-container img{
    max-width: 100%;
    height: auto;
    aspect-ratio: 450 / 600;
    object-fit: contain;
}
.product-info-sidebar-landing .product-info-pi-container{
    width: calc(100% - 330px);
}
/* Product bottom */
.athena-search-load-prev{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.athena-search-load-prev button{
    appearance: none;
    cursor: pointer;
    border: 1px solid #BCBCC7;
    padding: 8px 30px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 6px;
    color: #4F4F69;
    font-weight: 600;
}
.also-relevant-div{
    display: none;
}
.also-relevant-div p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}
.athena-search-pagination-container{
    display: flex;
    justify-content: center;
    column-gap: 6px;
}
.athena-search-pagination-container span{
    cursor: pointer;
}
.athena-search-footer{
    height: 25px;
    visibility: hidden;
}
/*==================
No Products
==================*/
.no-products .athena-sidebar,
.no-products .athena-search-toolbar,
.no-products .filter-opener-container{
    display: none;
}
.no-products .athena-product-content{
    width: 100% !important;
}
.no-products .filter-mask{
    display: none !important;
}
.no-products-message{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
    font-size: 14px;
}
.no-products-message:last-child {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.athena-no-products__wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}
.athena-no-products__arrow-div{
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 389px;
}
.athena-no-products__carousel-outer-container{
    width: calc(100% - 80px);
    overflow: hidden;
    padding-left: 20px;
}
.athena-no-products__wrapper .athena-no-products__carousel{
    display: grid;
    grid-column-gap: 20px;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 20px);
    padding: 0 0 50px 0;
    transition: transform 0.5s ease-in-out;
}
.athena-no-products__bullet-point-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    overflow: auto;
    padding-bottom: 5px;
    margin-top: 15px;
}
.athena-no-products__bullet-point{
    min-width: 10px;
    min-height: 10px;
    border: 1px solid #000000;
    border-radius: 50%;
    cursor: pointer;
}
.athena-no-products__bullet-point-active{
    background: #000000;
}
/*==================
Visual Filters
==================*/
.hide-visual-search{
    display: none;
}
.visual-filters{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 25px;
    row-gap: 20px;
}
.visual-filters__heading{
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 40px;
}
.visual-filters__heading:empty{
    margin: 0;
}
.visual-filter-item{
    cursor: pointer;
}
.visual-filter-image{
    max-width: 100%;
    aspect-ratio: 1 / 1;
    width: 100px;
    height: auto;
    border-radius: 50%;
    display: block;
}
.visual-filter__paragraph{
    text-align: center;
    opacity: 0.5;
    margin-top: 8px;
}
.visual-filter-item-selected .visual-filter__paragraph{
    opacity: 1;
}
/*==================
Category Banner
==================*/
.category-banner-image > p{
    height: 100%;
}
.category-banner-image img{
    max-width: 100%;
    height: 100%;
    border: 1px solid #f5f5f5;
    aspect-ratio: 450 / 600;
    object-fit: contain;
    width: 100%;
}
.athena-autocomplete__image-section_a,
.athena-autocomplete__image-brand_manufacturers {
    max-height: 65px;
    object-fit: contain;
}
/*==================
Responsive
==================*/
@media only screen and (min-width: 768px){
    .athena-filter-container__inner::-webkit-scrollbar,
    .product-info-sidebar-landing::-webkit-scrollbar{
        width: 6px;
    }
    .athena-search-active-filters::-webkit-scrollbar{
        height: 6px;
    }
    .athena-filter-container__inner::-webkit-scrollbar-track,
    .product-info-sidebar-landing::-webkit-scrollbar-track,
    .athena-search-active-filters::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    .athena-filter-container__inner::-webkit-scrollbar-thumb,
    .product-info-sidebar-landing::-webkit-scrollbar-thumb,
    .athena-search-active-filters::-webkit-scrollbar-thumb{
        background: #888;
    }
    .athena-filter-container__inner::-webkit-scrollbar-thumb:hover,
    .product-info-sidebar-landing::-webkit-scrollbar-thumb:hover,
    .athena-search-active-filters::-webkit-scrollbar-thumb:hover{
        background: #555;
    }
}
@media only screen and (max-width: 1380px){
    .athena-product-content .grid .product-items{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (min-width: 1381px){
    .category-banner__number-of-products-2{
        grid-column: span 2;
    }
    .category-banner__number-of-products-2 img{
        aspect-ratio: 450 / 290;
    }
    .category-banner__number-of-products-3{
        grid-column: span 3;
    }
    .category-banner__number-of-products-3 img{
        aspect-ratio: 450 / 192;
    }
    .category-banner__number-of-products-4{
        grid-column: span 4;
    }
    .category-banner__number-of-products-4 img{
        aspect-ratio: auto;
    }
}
@media only screen and (max-width: 1024px){
    #athena-landing-content{
        width: calc(100% - 280px);
    }
    .athena-search-toolbar{
        row-gap: 10px;
    }
    .athena-search-amount{
        width: 100%;
        order: 6;
    }
    .athena-product-content .grid .product-items{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .athena-product-name{
        font-size: 16px;
    }
    .athena-page-product-item .athena-price-container .athena-price{
        font-size: 16px;
    }
    .products.wrapper.list .athena-product-name{
        font-size: 18px;
    }
    .products.wrapper.list .athena-price-container .athena-price{
        font-size: 18px;
    }
    .products.wrapper.list .athena-product-item-link{
        width: 240px;
    }
    .products.wrapper.list .athena-product-item-details{
        width: calc(100% - 270px);
    }
    .athena-no-products__wrapper .athena-no-products__carousel {
        grid-auto-columns: calc((100% / 3) - 20px);
    }
    .visual-filters__heading{
        font-size: 24px;
    }
}
@media only screen and (max-width: 865px) {
    .search-title {
        flex-direction: column;
    }
}
@media only screen and (max-width: 768px){
    .tooltip-container .tooltip-text {
        bottom: -120%;
        left: 57%;
    }
    .tooltip-right-container .tooltip-text::after {
        left: 100%;
    }
    .tooltip-right-container .tooltip-text {
        bottom: -200%;
        left: -100px;
        white-space: wrap;
    }
    .search-title-container {
        width: 100%;
        justify-content: space-between;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .search-title {
        margin-top: 30px;
        flex-direction: row;
    }
    .products.wrapper.list .athena-product-item-link{
        width: 190px;
    }
    .products.wrapper.list .athena-product-item-details {
        width: calc(100% - 220px);
    }
    .product-info-sidebar-landing .product-info-top-sidebar-container .product-info-image-container{
        width: 200px;
    }
    .product-info-sidebar-landing .product-info-pi-container {
        width: calc(100% - 220px);
    }
    .athena-no-products__wrapper .athena-no-products__carousel {
        grid-auto-columns: calc((100% / 2) - 20px);
        padding-bottom: 20px;
    }
    .athena-landing-container{
        padding-top: 0;
    }
}
@media only screen and (max-width: 767px){
    .athena-search-filter-open{
        overflow: hidden;
    }
    .filter-opener-container{
        margin-bottom: 20px;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        z-index: 2;
        display: block;
    }
    .no-serach-filter .filter-opener-container{
        display: none;
    }
    .filter-opener{
        position: relative;
        padding: 10px 20px 10px 48px;
        width: 101px;
        color: #FFFFFF;
        font-size: 14px;
        border-radius: 10px;
        background: linear-gradient(119deg, #623D7D 1.41%, #2763A5 80.75%);
    }
    .filter-opener:after{
        content: "";
        position: absolute;
        top: 13px;
        left: 21px;
        background: url(../images/filter-opener.svg) no-repeat center;
        background-size: cover;
        display: block;
        width: 18px;
        height: 14px;
    }
    .active-filter-opener:after {
        content: "";
        position: absolute;
        top: 13px;
        left: 21px;
        background: url(../images/filter-opener-active.svg) no-repeat center;
        background-size: cover;
        display: block;
        width: 20px;
        height: 14px;
    }
    .athena-filter-title-main{
        display: block;
        margin-bottom: 20px;
        padding-right: 25px;
        position: relative;
    }
    .athena-filter-title-main p{
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .close-filters-btn{
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        top: 1px;
        right: 0;
    }
    .close-filters-btn:before{
        content: '';
        position: absolute;
        top: 11px;
        right: 0;
        width: 20px;
        height: 1px;
        background: #030329;
        transform: rotate(45deg);
    }
    .close-filters-btn:after{
        content: '';
        position: absolute;
        top: 11px;
        right: 0;
        width: 20px;
        height: 1px;
        background: #030329;
        transform: rotate(135deg);
    }
    #athena-landing-content{
        width: 100%;
    }
    #athena-landing-sidebar{
        position: fixed;
        left: 0;
        top: 0;
        transform: translateY(100%);
        background: white;
        z-index: 20;
        transition: all .3sease;
        height: 100vh;
        min-height: 100vh;
        padding: 24px;
        width: 100%;
        max-width: 100%;
        overflow: auto;
        transition: all 0.3s ease;
    }
    .athena-search-filter-open #athena-landing-sidebar{
        transform: translateY(0);
    }
    .athena-search-view{
        margin-right: 5px;
        gap: 6px;
    }
    .filter-mask{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        background: rgba(0, 0, 0, 0.3);
        z-index: 9;
    }
    .athena-search-filter-open .filter-mask{
        display: block;
    }
}
@media only screen and (max-width: 585px) {
    .search-title {
        flex-direction: column;
    }
}
@media only screen and (max-width: 580px){
    .product-info-sidebar-landing .product-info-top-sidebar-container .product-info-image-container{
        width: 100%;
    }
    .product-info-sidebar-landing .product-info-pi-container{
        width: 100%;
    }
    .athena-no-products__wrapper .athena-no-products__carousel {
        grid-auto-columns: calc((100% / 1) - 20px);
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 400px){
    .athena-search-toolbar-sorter{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .athena-search-amount{
        display: flex;
        justify-content: center;
    }
    .products.wrapper.list .athena-product-item-link{
        width: 100%;
    }
    .products.wrapper.list .athena-product-item-details{
        width: 100%;
    }
}
/* --- cropper.css --- */
.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    touch-action: none;
    user-select: none;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
}

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    /*width: 100% !important;*/
}

.cropper-wrap-box, .cropper-canvas {
    overflow: hidden;
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0;
}

.cropper-modal {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.5;
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: rgba(0, 0, 0, 0.75) solid 1px;
    overflow: hidden;
    width: 100%;
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: 0.5;
    position: absolute;
}

.cropper-dashed.dashed-h {
    display: none;
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
}

.cropper-dashed.dashed-v {
    display: none;
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
}

.cropper-center {
    display: none;
    height: 0;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    width: 0;
}

.cropper-center::before, .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
}

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
}

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
}

.cropper-face, .cropper-line, .cropper-point {
    display: block;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
}
.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
}
.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
}

.cropper-point {
    background-color: #FFF;
    border: 1px solid #000;
    height: 15px;
    opacity: 1;
    width: 15px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -8px;
    top: 50%;
    border-radius: 50%;
}
.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -8px;
    border-radius: 50%;
}

.cropper-point.point-w {
    cursor: ew-resize;
    border-radius: 50%;
    left: -8px;
    margin-top: -3px;
    top: 50%;
}

.cropper-point.point-s {
    bottom: -8px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
}

.cropper-point.point-ne {
    display: none;
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
}

.cropper-point.point-nw {
    display: none;
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
    display: none;
}

.cropper-point.point-se {
    display: none;
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
}

/**
    Responsive
 */

@media (min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px;
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: 0.75;
        width: 5px;
    }
}

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
}

.cropper-invisible {
    opacity: 0;
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed;
}

span.cropper-line.line-w,
span.cropper-line.line-n,
span.cropper-line.line-e,
span.cropper-line.line-s{
    background: #000;
}

.cropper-drag-box {
    border-radius: 6px;
}

/* --- classic-theme.css --- */
:root {
    --classic-theme-white: #FFFFFF;
    --classic-theme-black: #000000;
    --classic-theme-main-font: 'Poppins';
    --classic-theme-text-color: #6C6C6C;
    --classic-theme-border-radius: 6px;
    --classic-theme-border-color: #E0E0E0;
    --classic-theme-when-sale-color: #6C6C6C;
    --classic-theme-sale-color: #3E80E1;
}

.classic-theme .autocomplete-l3__filter-color {
    width: 20px !important;
    height: 20px !important;
    position: relative;
    top: 1px !important;
}

.classic-theme .athena-autocomplete,
.classic-theme .search-container,
.classic-theme .visual-similarity-search {
    background: var(--classic-theme-white) 0 0 no-repeat padding-box;
    border: 1px solid var(--classic-theme-black);
    box-shadow: none;
}

.classic-theme .autocomplete-l3__filter-title,
.classic-theme .autocomplete-l3__filter-children.active,
.classic-theme .athena-autocomplete__header {
    border-bottom: none;
    border-top: none;
}

.classic-theme .autocomplete-l3__filter-title,
.classic-theme .athena-autocomplete__header h4 {
    font: normal normal 600 18px/21px var(--classic-theme-main-font);
    color: var(--classic-theme-black);
    text-transform: capitalize;
}

.classic-theme .athena-l3 {
    max-width: 1450px;
}

.classic-theme .autocomplete-l3__ajax-add span,
.classic-theme .athena-autocomplete__name {
    font: normal normal normal 16px/21px var(--classic-theme-white);
    color: var(--classic-theme-text-color);
    text-align: start;
}

.classic-theme [data-filter-type="boja"] .autocomplete-l3__ajax-add input[type="checkbox"],
.classic-theme [data-filter-type="color_shade"] .autocomplete-l3__ajax-add input[type="checkbox"] {
    display: none;
}

.classic-theme [data-filter-type="boja"] .autocomplete-l3__filter-children.active,
.classic-theme [data-filter-type="color_shade"] .autocomplete-l3__filter-children.active {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.classic-theme .autocomplete-l3__filter-color-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 23px;
    max-width: 80px;
}

.classic-theme .autocomplete-l3__ajax-remove:after {
    top: 2px;
}

.classic-theme .autocomplete-l3__ajax-remove {
    padding: 1px 14px;
    background: var(--classic-theme-white) 0 0 no-repeat padding-box;
    border: 1px solid var(--classic-theme-black);
    border-radius: var(--classic-theme-border-radius);
}

.classic-theme .autocomplete-l3__ajax-remove .autocomplete-l3__ajax-remove-span {
    font: normal normal 600 14px/35px var(--classic-theme-main-font);
    color: var(--classic-theme-black);
}

.classic-theme .autocomplete-l3__ajax-remove-all,
.classic-theme .autocomplete-l3__ajax-remove-all .autocomplete-l3__ajax-remove-span {
    background: var(--classic-theme-black) 0 0 no-repeat padding-box;
    border: 1px solid var(--classic-theme-black);
    border-radius: var(--classic-theme-border-radius);
}

.classic-theme .autocomplete-l3__ajax-remove-all .autocomplete-l3__ajax-remove-span {
    font: normal normal 600 14px/35px var(--classic-theme-main-font);
    color: var(--classic-theme-white);
}

.classic-theme .product-card .athena-autocomplete__image-product, .product-image-photo {
    border: none;
}

.classic-theme .product-card {
    width: calc(33.33% - 14px);
    margin: 0;
}

.classic-theme .athena-price-when-sale, .special-price {
    text-decoration: line-through;
    font: normal normal normal 12px/22px var(--classic-theme-main-font) !important;
    color: var(--classic-theme-when-sale-color) !important;
}

.classic-theme .athena-sale-price,
.classic-theme .one-price .athena-price {
    font: normal normal medium 14px/22px var(--classic-theme-main-font) !important;
    color: var(--classic-theme-sale-color) !important;
}

.classic-theme .autocomplete-l3__left_sidebar {
    border-right: 1px solid var(--classic-theme-border-color);
    width: calc(30% - 10px);
    padding: 0 20px 0 0;
}

.classic-theme .autocomplete-l3__right_sidebar {
    border-left: 1px solid var(--classic-theme-border-color);
    width: calc(30% - 10px);
}

.classic-theme .autocomplete-l3__filter-title:after,
.classic-theme .autocomplete-l3__filter-title:before {
    display: block;
}

.classic-theme .autocomplete-l3__filter-title:after {
    top: 25%;
}

.classic-theme .autocomplete-l3__filter-title.active:after  {
    display: none;
}

.classic-theme .autocomplete-l3__ajax-add {
    margin: 5px 0 0 0;
}

.classic-theme [data-filter-type="boja"] .autocomplete-l3__ajax-add,
.classic-theme [data-filter-type="color_shade"] .autocomplete-l3__ajax-add {
    margin: 10px 0 0 0;
}

.classic-theme .autocomplete-l3__filter-children {
    margin: 9px 0 20px 0;
    padding: 0 10px 0 0;
}

.classic-theme .autocomplete-l3__left-sidebar-filters-container {
    padding-right: 10px;
}

.classic-theme .autocomplete-l3__right_sidebar .athena-autocomplete__parent {
    flex-direction: column;
    align-items: flex-start;
}

.classic-theme .autocomplete-l3__content {
    width: calc(40% + 3px);
}

.classic-theme .autocomplete-l3__filter-title {
    display: block;
}

.classic-theme .athena-tab label,
.classic-theme .autocomplete-l3__mobile-filters-button {
    background: var(--classic-theme-white) 0 0 no-repeat padding-box;
    border: 1px solid var(--classic-theme-black);
    border-radius: 6px;
}

.classic-theme .athena-tab:first-child label {
    margin: 0;
}

.classic-theme .athena-tab [type="radio"]:checked ~ label,
.classic-theme .athena-tab label:hover,
.classic-theme .autocomplete-l3__mobile-filters-button {
    background: var(--classic-theme-black) 0 0 no-repeat padding-box;
    border: 1px solid var(--classic-theme-black);
    border-radius: 6px;
}

.classic-theme .athena-autocomplete__left-container {
    border-right: 1px solid var(--classic-theme-border-color);
}

.classic-theme .athena-autocomplete__header {
    overflow: hidden !important;
}

.classic-theme .athena-autocomplete__name {
    font: normal normal normal 16px/30px Poppins !important;
    letter-spacing: 0.8px !important;
    color: var(--classic-theme-when-sale-color) !important;
}

.classic-theme .athena-autocomplete__section > div:nth-child(2) {
    margin-bottom: 15px;
}

.classic-theme .athena-autocomplete__discount-div {
    background: var(--classic-theme-black);
}

.classic-theme ::-webkit-scrollbar-thumb {
    background: var(--classic-theme-black) !important;
}

.classic-theme ::-webkit-scrollbar-track {
    background: #CFD8DC;
}

.classic-theme .athena-autocomplete__child-bottom-product {
    text-align: start !important;
}

.classic-theme .athena-price-container {
    align-items: start !important;
}

.classic-theme .athena-tab label {
    font-weight: 600;
    color: var(--classic-theme-black);
}

.classic-theme #search_autocomplete {
    max-width: 1185px;
}

.classic-theme .autocomplete-l3__product-container {
    gap: 20px;
    margin-left: 5px;
}

.classic-theme .autocomplete-l3__flex-container {
    gap: 30px;
}

/* grid */

.classic-theme .athena-grid .product-card {
    width: calc(33.33% - 18px);
}

.classic-theme .athena-grid .athena-autocomplete__right-container {
    padding: 0 0 0 30px;
}

.classic-theme .athena-grid #product {
    overflow-y: unset;
    overflow-x: unset;
}

.classic-theme .athena-grid .athena-autocomplete__container-product {
    gap: 20px;
}

.classic-theme .athena-grid .athena-autocomplete__left-container {
    border-right: 1px solid var(--rounded-theme-border-color);
}

.classic-theme .athena-grid .athena-autocomplete__name,
.classic-theme .athena-grid .athena-autocomplete__name span {
    font: normal normal normal 16px/30px var(--rounded-theme-text) Poppins;
}

.classic-theme .athena-grid .athena-autocomplete__parent {
    font: normal normal normal 16px/30px var(--rounded-theme-text) Poppins;
}

@media(max-width: 1240px) {
    .classic-theme .product-card {
        width: calc(50% - 20px);
    }

    .classic-theme .autocomplete-l3__filter-children.active {
        justify-items: center;
    }

    .classic-theme .autocomplete-l3__filter-color-label {
        display: none;
    }
}

@media(max-width: 992px) {
    .classic-theme .product-card {
        width: calc(100% - 20px);
    }

    .classic-theme .athena-search-tabs {
        flex-wrap: nowrap !important;
    }
}

@media(max-width: 768px) {
    .classic-theme .athena-autocomplete__wrapper .autocomplete-l3__left_sidebar,
    .classic-theme .autocomplete-l3__right_sidebar,
    .classic-theme .athena-autocomplete__left-container {
        width: 100%;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .classic-theme .athena-l3 .mobile-filters-button,
    .classic-theme .athena-l3 .autocomplete_l3__go_back_button {
        background: var(--classic-theme-white) 0 0 no-repeat padding-box;
        border: 1px solid var(--classic-theme-black);
        border-radius: 6px;
    }

    .classic-theme .product-card {
        width: calc(100% - 20px) !important;
    }
}


@media (max-width: 600px) {
    .classic-theme .product-card {
        width: calc(100% - 13.5px);
    }
}

@media(min-width: 400px) and (max-width: 768px) {
    .classic-theme .autocomplete-l3__filter-color-label {
        display: block;
    }

    .classic-theme .autocomplete-l3__filter-children.active {
        justify-items: start;
    }
}



/* --- modern-theme.css --- */
:root {
    --modern-theme-white: #FFFFFF;
    --modern-theme-outline: #C0C0D5;
    --modern-theme-dark: #32325D;
    --modern-theme-dark-inner-text: #525F7F;
    --modern-theme-main-font: 'Poppins';
    --modern-theme-sub-text: #6C6C6C;
}

.modern-theme .athena-autocomplete,
.modern-theme .search-container,
.modern-theme .visual-similarity-search {
    background: var(--modern-theme-white) 0 0 no-repeat padding-box;
    border: 1px solid var(--modern-theme-outline) !important;
    box-shadow: none;
    border-radius: 0;
}

.modern-theme .athena-list .search-form {
    width: 25%;
}

.modern-theme #search_autocomplete {
    max-width: 1453px;
    padding: 39px;
}

.modern-theme .autocomplete-l3__filter-title,
.modern-theme .athena-autocomplete__header {
    border-bottom: 1px solid var(--modern-theme-dark) !important;
}

.modern-theme .athena-autocomplete__left-container {
    border-right: none;
}

.modern-theme .autocomplete-l3__right_sidebar {
    padding: 0 10px 0 0 !important;
    border-left: none;
}

.modern-theme .product-card .athena-autocomplete__image-product, .product-image-photo {
    border: none;
}

.modern-theme .product-card {
    width: calc(34.33% - 19px);
    margin: 0;
}

.modern-theme .autocomplete-l3__product-container {
    margin-left: 5px;
    gap: 20px;
}

.modern-theme .athena-autocomplete__discount-div {
    background: var(--modern-theme-dark);
    border-radius: 0;
}

.modern-theme .autocomplete-l3__filter-title::after,
.modern-theme .autocomplete-l3__filter-title::before {
    background: var(--modern-theme-dark) !important;
}

.modern-theme .autocomplete-l3__filter-children.active {
    border-top: none !important;
}

.modern-theme [data-filter-type="boja"] .autocomplete-l3__filter-children.active,
.modern-theme [data-filter-type="color_shade"] .autocomplete-l3__filter-children.active {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    position: relative;
    top: 5px !important;
}

.modern-theme [data-filter-type="boja"] .autocomplete-l3__checkbox,
.modern-theme [data-filter-type="color_shade"] .autocomplete-l3__checkbox {
    display: none;
}

.modern-theme .autocomplete-l3__checkbox {
    display: block;
    width: 20px;
    height: 20px;
    accent-color: var(--modern-theme-dark-inner-text) !important;
    border-radius: 0px !important;
}

.modern-theme .autocomplete-l3__filter-color {
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 !important;
    position: relative;
    top: 5px !important;
}

.modern-theme .autocomplete-l3__filter-color-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 23px;
    max-width: 80px;
}

.modern-theme .autocomplete-l3__left-sidebar-filters-container {
    padding-right: 10px;
}

.modern-theme .autocomplete-l3__filter-title,
.modern-theme .athena-autocomplete__header h4 {
    font: normal normal normal 18px/35px Poppins;
    letter-spacing: 0.9px;
    color: var(--modern-theme-dark);
    text-transform: uppercase;
}

.modern-theme .autocomplete-l3__ajax-add span,
.modern-theme .athena-autocomplete__name {
    font: normal normal 300 14px/22px Poppins;
    color: var(--modern-theme-dark-inner-text);
    text-transform: uppercase;
}

.modern-theme .autocomplete-l3__ajax-add {
    margin: 10px 10px 0 0;
}

.modern-theme .om-sliderrange-display span {
    font-size: 12px !important;
}

.modern-theme .athena-price-when-sale, .special-price {
    text-decoration: line-through;
    font: normal normal normal 12px/22px Poppins;
    color: var(--modern-theme-sub-text);
    text-align: left;
}

.modern-theme .athena-price-container {
    margin: 8px 0 0 0;
}

.modern-theme .athena-sale-price,
.modern-theme .one-price .athena-price {
    font: normal normal normal 14px/22px Poppins;
    font-weight: bold;
    color: var(--modern-theme-dark-inner-text);
    text-transform: uppercase;
    text-align: left;
}

.modern-theme ::-webkit-scrollbar-thumb {
    background: var(--modern-theme-dark-inner-text) !important;
    width: 5px;
}

.modern-theme ::-webkit-scrollbar-track {
    background: #CFD8DC;
}

.modern-theme .autocomplete-l3__ajax-remove {
    padding: 5.5px 19.5px 9.5px 19.5px;
    background: var(--modern-theme-white) 0 0 no-repeat padding-box;
    border: 1px solid var(--modern-theme-dark);
    border-radius: 0;
}

.modern-theme .autocomplete-l3__ajax-remove-all {
    background: var(--modern-theme-dark);
    color: var(--modern-theme-white);
}

.modern-theme .autocomplete-l3__ajax-remove-all span{
    background: var(--modern-theme-dark) !important;
    color: var(--modern-theme-white) !important;
}

.modern-theme .autocomplete-l3__ajax-remove .autocomplete-l3__ajax-remove-span {
    color: var(--modern-theme-dark);
    background: var(--modern-theme-white);
    border: 0;
}

.modern-theme .autocomplete-l3__ajax-remove:after {
    color: var(--modern-theme-dark) !important;
}

.modern-theme [data-filter-remove-type="remove-all"]:after {
    color: var(--modern-theme-white) !important;
}

.modern-theme .athena-autocomplete__child-bottom-product {
    text-align: left;
}

.modern-theme .autocomplete-l3__left_sidebar,
.modern-theme .autocomplete-l3__right_sidebar {
    border-right: none;
    width: calc(30% - 32px);
}

.modern-theme .autocomplete-l3__content {
    width: calc(39% - 1px);
}

.modern-theme .autocomplete-l3__ajax-remove {
    margin: 0 18px 0 0;
}

/* Grid layout */

.modern-theme .athena-grid {
    width: calc(120% + 9px);
}

.modern-theme .athena-tab label,
.modern-theme .autocomplete-l3__mobile-filters-button {
    background: var(--modern-theme-white) 0 0 no-repeat padding-box;
    border: 1px solid var(--modern-theme-dark);
    border-radius: 0;
    color: var(--modern-theme-dark);
}

.modern-theme .athena-tab label:hover,
.modern-theme .autocomplete-l3__mobile-filters-button:hover {
    background: var(--modern-theme-dark) 0 0 no-repeat padding-box;
    border: 1px solid var(--modern-theme-dark);
    border-radius: 0;
    color: var(--modern-theme-white);
}

.modern-theme .athena-tab [type="radio"]:checked ~ label {
    background: var(--modern-theme-dark);
}

.modern-theme .athena-search-tabs {
    margin: 0 0 13px 0 !important;
    padding: 5px;
}

/* List Layout */

.modern-theme .athena-autocomplete .athena-list {
    padding: 30px;
}

.modern-theme .athena-list .athena-autocomplete__left-container {
    padding: 0;
}

.modern-theme .athena-list .athena-autocomplete__right-container {
    padding: 0;
}

.modern-theme .athena-list .athena-search-tabs {
    padding: 10px 0;
}

@media(max-width: 768px) {
    .modern-theme .athena-autocomplete__wrapper .autocomplete-l3__left_sidebar,
    .modern-theme .autocomplete-l3__right_sidebar,
    .modern-theme .athena-autocomplete__left-container,
    .modern-theme .athena-autocomplete__right-container {
        width: 100%;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .modern-theme .athena-l3 .mobile-filters-button,
    .modern-theme .athena-l3 .autocomplete_l3__go_back_button {
        background: var(--modern-theme-white) 0 0 no-repeat padding-box;
        border: 1px solid var(--modern-theme-dark);
        border-radius: 0;
    }

    .modern-theme .athena-autocomplete__left-container,
    .modern-theme .athena-autocomplete__right-container {
        padding-left: 0;
        padding-right: 0;
    }

    .modern-theme #search_autocomplete {
        width: 100% !important;
    }

    .modern-theme .athena-autocomplete__flex-container .autocomplete-l3__mobile-buttons-container {
        display: flex !important;
        justify-content: center !important;
    }
}

@media(max-width: 1240px) {
    .modern-theme .product-card {
        width: calc(50% - 20px);
    }

    .modern-theme .autocomplete-l3__filter-color-label {
        display: none;
    }

    .modern-theme .autocomplete-l3__filter-children.active {
        justify-items: center;
    }
}

@media(max-width: 992px) {
    .modern-theme .product-card {
        width: calc(100% - 20px);
    }

    .modern-theme .athena-search-tabs {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        margin: 0;
    }
}

/* --- rounded-theme.css --- */
:root {
    --rounded-theme-white: #FFFFFF;
    --rounded-theme-border-color: #DEDEDE;
    --rounded-theme-main-blue-color: #3E80E1;
    --rounded-theme-text: #6C6C6C;
    --rounded-theme-main-font: 'Poppins';
}

.rounded-theme ::-webkit-scrollbar-track {
    background: #E6F0FF 0 0 no-repeat padding-box !important;
}

.rounded-theme ::-webkit-scrollbar-thumb {
    background: #A8C6F3 0 0 no-repeat padding-box;
    border-radius: 6px;
}

.rounded-theme .athena-autocomplete,
.rounded-theme .search-container {
    border-radius: 24px;
    box-shadow: -6px 0 15px #3E80E159;
    border: 1px solid var(--rounded-theme-border-color);
    outline: none;
}

.rounded-theme #search,
.rounded-theme .visual-similarity__button-container-search {
    border-radius: 24px;
}

.rounded-theme .athena-autocomplete__header,
.rounded-theme .autocomplete-l3__filter-title.inactive {
    border-bottom: none;
}

.rounded-theme .athena-autocomplete__header h4,
.rounded-theme .autocomplete-l3__filter-title {
    font: normal normal 600 18px/21px Poppins;
    letter-spacing: 0;
    color: var(--rounded-theme-main-blue-color);
    text-transform: capitalize;
}

.rounded-theme .autocomplete-l3__filter-title:after,
.rounded-theme .autocomplete-l3__filter-title:before {
    display: block;
    background: var(--rounded-theme-main-blue-color);
}

.rounded-theme .autocomplete-l3__filter-title:after {
    top: 25% !important;
}

.rounded-theme .autocomplete-l3__filter-title.active:after {
    display: none;
}

.rounded-theme .autocomplete-l3__filter-children.active {
    border-top: none;
    border-bottom: 1px solid var(--rounded-theme-border-color);
    padding-right: 10px;
}

.rounded-theme .autocomplete-l3__left_sidebar {
    border-right: 1px solid var(--rounded-theme-border-color);
    padding: 0 20px 0 0;
    width: calc(33.33% - 18px);
}

.rounded-theme .autocomplete-l3__left-sidebar-filters-container {
    padding: 0 10px 0 0;
}

.rounded-theme .product-card .athena-autocomplete__image-product,
.rounded-theme .product-image-photo {
    border: 1px solid var(--rounded-theme-border-color);
    border-radius: 21px;
    min-height: 175px;
    max-height: 175px;
}

.rounded-theme .athena-autocomplete__discount-div {
    background: var(--rounded-theme-main-blue-color);
    border-radius: 21px;
}

.rounded-theme .autocomplete-l3__right_sidebar {
    border-left: 1px solid var(--rounded-theme-border-color);
    padding-left: 30px;
    width: calc(33.33% - 18px);
}

.rounded-theme [data-filter-type="boja"] .autocomplete-l3__filter-children.active,
.rounded-theme [data-filter-type="color_shade"] .autocomplete-l3__filter-children.active {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    position: relative;
    top: 5px !important;
}

.rounded-theme [data-filter-type="boja"] .autocomplete-l3__checkbox,
.rounded-theme [data-filter-type="color_shade"] .autocomplete-l3__checkbox {
    display: none;
}

.rounded-theme .autocomplete-l3__filter-color {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    position: relative;
}

.rounded-theme .autocomplete-l3__filter-color-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 23px;
    max-width: 80px;
}

.rounded-theme .autocomplete-l3__ajax-add span,
.rounded-theme .athena-autocomplete__name {
    font: normal normal normal 14px/21px Poppins;
    color: var(--rounded-theme-text);
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
}

.rounded-theme .autocomplete-l3__ajax-remove {
    background: var(--rounded-theme-white) 0 0 no-repeat padding-box;
    border: 1px solid var(--rounded-theme-main-blue-color);
    border-radius: 21px;
    padding: 0 14px 3px 14px;
}

.rounded-theme .autocomplete-l3__ajax-remove > span {
    font: normal normal normal 12px/12px var(--rounded-theme-main-font);
    letter-spacing: 0.3px;
    color: var(--rounded-theme-main-blue-color);
}

.rounded-theme .autocomplete-l3__ajax-remove:after {
    color: var(--rounded-theme-main-blue-color);
}

.rounded-theme .autocomplete-l3__checkbox {
    accent-color: var(--rounded-theme-main-blue-color);
}

.rounded-theme .athena-sale-price,
.rounded-theme .athena-price {
    font: normal normal 300 14px/22px;
    color: var(--rounded-theme-main-blue-color);
}

.rounded-theme .athena-price-when-sale {
    font: normal normal normal 12px/22px Poppins;
    color: var(--rounded-theme-text);
    letter-spacing: 0.6px;
}

.rounded-theme .athena-price-container {
    margin: 5px 0 0 0;
}

.rounded-theme .autocomplete-l3__ajax-remove-all {
    background: var(--rounded-theme-main-blue-color) 0 0 no-repeat padding-box;
    border: 1px solid var(--rounded-theme-main-blue-color);
}

.rounded-theme .autocomplete-l3__ajax-remove-all > span {
    color: var(--modern-theme-white);
    background: var(--rounded-theme-main-blue-color);
    border: var(--rounded-theme-main-blue-color);
}

.rounded-theme .autocomplete-l3__ajax-remove-all:after {
    color: var(--rounded-theme-white);
}

.rounded-theme .athena-l3 {
    max-width: 1450px;
}

.rounded-theme .autocomplete-l3__ajax-add {
    margin: 5px 5px 0;
}

.rounded-theme .product-card {
    width: calc(34.33% - 18px);
    margin: 0;
}

.rounded-theme .autocomplete-l3__product-container {
    gap: 18px;
    margin-left: 5px;
}

.rounded-theme .highlightSearchFont {
    color: var(--rounded-theme-main-blue-color);
}

.rounded-theme .autocomplete-l3__content .athena-autocomplete__header h4 {
    margin-left: 9px;
}

.rounded-theme .autocomplete-l3__content {
    width: calc(44% + 3px);
}

.rounded-theme #autocomplete-l3__filter-children-boja .autocomplete-l3__ajax-add,
.rounded-theme #autocomplete-l3__filter-children-color_shade .autocomplete-l3__ajax-add {
    margin: 10px 0 0 0 !important;
}

.rounded-theme .athena-autocomplete__section {
    border-bottom: 1px solid var(--rounded-theme-border-color);
    margin-bottom: 15px;
}

.rounded-theme .athena-tab label {
    border: 1px solid var(--rounded-theme-main-blue-color);
    color: var(--rounded-theme-main-blue-color);
}

.rounded-theme .athena-tab [type="radio"]:checked ~ label,
.rounded-theme .athena-tab label:hover {
    background: var(--rounded-theme-main-blue-color) 0 0 no-repeat padding-box;
    font: normal normal normal 14px/35px var(--rounded-theme-white);
    border: none;
    color: var(--rounded-theme-white);
}

.rounded-theme .active-tabs {
    align-items: center;
}

.rounded-theme #search_autocomplete {
    max-width: 1185px;
}

.rounded-theme .autocomplete-l3__flex-container {
    gap: 30px;
}

/* grid */

.rounded-theme .athena-grid .product-card {
    width: calc(33.33% - 18px);
}

.rounded-theme .athena-grid .athena-autocomplete__right-container {
    padding: 0 0 0 30px;
}

.rounded-theme .athena-grid #product {
    overflow-y: unset;
    overflow-x: unset;
}

.rounded-theme .athena-grid .athena-autocomplete__container-product {
    gap: 18px;
}

.rounded-theme .athena-grid .athena-autocomplete__left-container {
    border-right: 1px solid var(--rounded-theme-border-color);
}

.rounded-theme .athena-grid .athena-autocomplete__name,
.rounded-theme .athena-grid .athena-autocomplete__name span {
    font: normal normal normal 16px/30px var(--rounded-theme-text) Poppins;
}

.rounded-theme .athena-grid .athena-autocomplete__parent {
    font: normal normal normal 16px/30px var(--rounded-theme-text) Poppins;
}

/* List */

.rounded-theme .athena-list .athena-autocomplete__name,
.rounded-theme .athena-list .athena-autocomplete__name span {
    font: normal normal normal 16px/30px var(--rounded-theme-text) Poppins;
}

.rounded-theme .athena-list .athena-autocomplete__parent {
    font: normal normal normal 16px/30px var(--rounded-theme-text) Poppins;
}

.rounded-theme .athena-list .athena-autocomplete__container-product {
    gap: 15px;
}

.rounded-theme .athena-list #product {
    overflow-y: unset;
    overflow-x: unset;
}

.rounded-theme .athena-list .athena-autocomplete__left-container {
    border-right: none;
}

.rounded-theme .athena-list .athena-autocomplete__section-product {
    border-bottom: 15px;
}

@media(max-width: 768px) {
    .rounded-theme .athena-autocomplete__wrapper .autocomplete-l3__left_sidebar,
    .rounded-theme .autocomplete-l3__right_sidebar,
    .rounded-theme .athena-autocomplete__left-container,
    .rounded-theme .athena-autocomplete__right-container {
        width: 100%;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .rounded-theme .athena-l3 .mobile-filters-button,
    .rounded-theme .athena-l3 .autocomplete_l3__go_back_button {
        background: var(--rounded-theme-white) 0 0 no-repeat padding-box;
        border: 1px solid var(--rounded-theme-main-blue-color);
        border-radius: 6px;
        color: var(--rounded-theme-main-blue-color);
    }

    .rounded-theme .athena-autocomplete__left-container,
    .rounded-theme .athena-autocomplete__right-container {
        padding-left: 0;
        padding-right: 0;
    }

    .rounded-theme .autocomplete-l3__filter-color-label {
        display: block;
    }
}

@media(max-width: 1240px) {
    .rounded-theme .product-card {
        width: calc(50% - 20px);
    }

    .rounded-theme .autocomplete-l3__filter-color-label {
        display: none;
    }

    .rounded-theme .autocomplete-l3__filter-children.active {
        justify-items: center;
    }
}

@media(max-width: 992px) {
    .rounded-theme .product-card {
        width: calc(100% - 20px);
    }

    .rounded-theme .athena-search-tabs {
        flex-wrap: nowrap !important;
    }
}

@media(min-width: 375px) and (max-width: 768px) {
    .rounded-theme .autocomplete-l3__filter-color-label {
        display: block;
    }

    .rounded-theme .autocomplete-l3__filter-children.active {
        justify-items: start;
    }
}
/* --- demo.css --- */
/* Sticky Header */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.header-top-main{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    max-width: 100%;
}
.header-top,
.header-menu,
.searchareaOverlay{
    padding-left: 15px;
    padding-right: 15px;
}
.logo-sticky{
    display: none;
}
.sticky-header .header-top-main{
    animation: slideDown 0.35s ease-out;
    position: fixed;
    z-index: 3;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.sticky-header .header-menu{
    display: none;
}
.sticky-header .athena-autocomplete,
.sticky-header .category-navigation-container,
.sticky-header #visual_similarity_search,
.sticky-header #audio_search{
    max-height: calc(100vh - 260px);
    top: 72px;
}
.sticky-header .category-navigation-container{
    margin-top: 0;
}
.sticky-header .searchareaOverlay{
    padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .sticky-header .header-top {
        display: none;
    }
    .sticky-header .searchareaOverlay {
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        gap: 17px;
    }
    .sticky-header .logo-sticky {
        display: block;
    }
}
@media only screen and (min-width: 1700px){
    .sticky-header .header-top{
        display: none;
    }
    .sticky-header .logo-normal{
        display: none;
    }
    .sticky-header .logo-sticky{
        display: block;
        position: absolute;
    }
    .sticky-header .pricing-link,
    .sticky-header .demo-link{
        visibility: hidden;
    }
    .sticky-header .search-form{
        width: calc(100% - 200px);
    }
    .sticky-header .searchareaOverlay{
        max-width: 1630px;
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sticky-header .athena-autocomplete,
    .sticky-header .category-navigation-container,
    .sticky-header #visual_similarity_search,
    .sticky-header #audio_search{
        max-height: calc(100vh - 200px);
        top: 72px;
    }
}
@media only screen and (max-width: 1024px){
    .page-wrapper{
        padding-top: 0;
    }
}
@media only screen and (max-width: 857px){
    .page-wrapper{
        padding-top: 0;
    }
}
@media only screen and (max-width: 768px){
    .page-wrapper{
        padding-top: 0;
    }
    .sticky-header .athena-autocomplete,
    .sticky-header .category-navigation-container,
    .sticky-header #visual_similarity_search,
    .sticky-header #audio_search{
        max-height: calc(100vh - 325px);
        top: 55px;
    }
}
@media only screen and (max-width: 680px){
    .page-wrapper{
        padding-top: 0;
    }
}
@media only screen and (max-width: 457px){
    .page-wrapper {
        padding-top: 0;
    }
}
@media only screen and (max-width: 440px){
    .page-wrapper {
        padding-top: 0;
    }
}

/* Chyron */
.chyron{
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    background: #030329;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    font-size: 0;
}
.chyron p{
    max-width: 1630px;
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.chyron a{
    position: relative;
    width: 82px;
    height: 17px;
    display: inline-block;
}
.chyron a img{
    position: absolute;
    top: 8px;
    left: 0;
}
.chyron p,
.chyron a{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
}
/* Banner on Home page */
.home-banner{
    margin-top: 45px;
    aspect-ratio: 1600 / 540;
    background: url(../images/home-page-banner.jpeg) no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 50px;
}
.production-search .home-banner{
    display: none;
}
.home-banner:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #21212133 28.48%, #21212100 118.89%);
}
.banner-text-big{
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
}
.banner-text-small{
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
.home-banner a{
    display: inline-block;
    text-align: center;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 10px;
    background: linear-gradient(90deg, #FF75C3 0%, #FFE83F 96.88%);
    line-height: normal;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}
/* Athena Stories */
.active-athena-stories-recommender{
    overflow: hidden;
}
.athena-stories{
    text-align: center;
    margin-top: 20px;
    overflow: auto;
    white-space: nowrap;
    display: none;
}
.athena-stories.active{
    display: block;
}
.athena-stories-recommender-content .blaze-track{
    --slides-to-show: 1;
    --slide-gap: 0px;
}
.athena-stories-recommender-content .blaze-track *{
    color: #FFFFFF !important;
    opacity: 1 !important;
    pointer-events: none;
}
.athena-story-item{
    display: inline-block;
    width: 110px;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: top;
    white-space: normal;
}
.athena-story-item:last-of-type{
    margin-right: 0;
}
.athena-story-item-img{
    border-radius: 50%;
    border: 2px solid rgba(79, 79, 105, 0.20);
    padding: 4px;
    margin-bottom: 10px;
}
.athena-story-item img{
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.athena-story-item p{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.athena-stories-recommender-content{
    display: none;
    z-index: 3;
}
.athena-stories-recommender-content:after{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/stories/story-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(100px);
    -webkit-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
}
.athena-stories-recommender-content.active{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.athena-stories-overlay{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.60);
}
.athena-stories-recommender-content-inner{
    padding: 0;
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
}
.athena-stories-recommender-content .athena-xai__recommendation-title{
    display: none;
}
.athena-stories-recommender-content .athena-product-image-photo{
    border: 0;
    object-fit: contain;
    display: block;
    max-height: 65vh;
}
.athena-stories-recommender-content .athena-price-container{
    flex-direction: column;
    align-items: flex-start;
}
.athena-stories-recommender-content .athena-sale-price{
    order: -1;
}
.athena-stories-recommender-content .athena-price-when-sale{
    font-size: 14px;
    opacity: 0.5 !important;
}
.athena-stories-recommender-content .athena-product-item-details{
    display: block;
    padding: 15px;
    text-align: center;
}
.athena-stories-recommender-content .close-story{
    position: fixed;
    top: 30px;
    right: 50px;
    z-index: 5;
    cursor: pointer;
}
.athena-stories-recommender-content .athena-product-item-photo{
    background: #FFFFFF;
}
.athena-stories-recommender-content .blaze-prev{
    position: fixed;
    bottom: 20px;
    right: 50px;
    display: block !important;
    width: 30px;
    height: 25px;
}
.athena-stories-recommender-content .blaze-prev svg{
    display: none;
}
.athena-stories-recommender-content .blaze-prev{
    background: url(../images/stories/blaze-prev.png) no-repeat center center;
    background-size: contain;
}
.athena-stories-recommender-content .blaze-next{
    position: fixed;
    bottom: 40px;
    right: 50px;
    display: block !important;
    width: 30px;
    height: 25px;
}
.athena-stories-recommender-content .blaze-next svg{
    display: none;
}
.athena-stories-recommender-content .blaze-next{
    background: url(../images/stories/blaze-next.png) no-repeat center center;
    background-size: contain;
}

.scroll-to-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/scroll-to-top.svg) no-repeat center center;
    display: none;
    z-index: 2;
}
.show-scroll.scroll-to-top{
    display: block;
}

.swiper{
    height: 100% !important;
}
.athena-stories-recommender-content .swiper-slide{
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.athena-stories-recommender-content .swiper .athena-product-item-details .athena-product-name{
    color: #FFFFFF !important;
}
.swiper-slide-inner{
    max-width: 440px;
    width: 85%;
    max-height: 90%;
    overflow: hidden;
}
.athena-stories-recommender-content .athena-product-item-link{
    aspect-ratio: auto;
}
.athena-stories-recommender-content .athena-price-container{
    align-items: center;
}
.athena-stories-recommender-content .athena-price{
    color: #FFFFFF;
    font-size: 16px;
}
.swiper-slide-inner{
    pointer-events: none;
    position: relative;
    z-index: 5;
}
.athena-stories-recommender-content .swiper-button-prev-modified{
    position: fixed;
    bottom: 40px;
    right: 50px;
    width: 30px;
    height: 25px;
    background: url(../images/stories/blaze-next.png) no-repeat center center;
    background-size: contain;
    z-index: 10;
    cursor: pointer;
}
.athena-stories-recommender-content .swiper-button-prev-modified.swiper-button-disabled{
    display: none;
}
.athena-stories-recommender-content .swiper-button-next-modified{
    position: fixed;
    bottom: 20px;
    right: 50px;
    width: 30px;
    height: 25px;
    background: url(../images/stories/blaze-prev.png) no-repeat center center;
    background-size: contain;
    z-index: 10;
    cursor: pointer;
}
.athena-stories-recommender-content .swiper-button-next-modified.swiper-button-disabled{
    display: none;
}
.athena-stories-recommender-content .swiper-button-next-modified,
.athena-stories-recommender-content .swiper-button-prev-modified{
    opacity: 0;
    outline: 0;
}
.athena-stories-recommender-content .swiper-initialized .swiper-button-next-modified,
.athena-stories-recommender-content .swiper-initialized .swiper-button-prev-modified{
    opacity: 1;
}

.athena-story-social-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform: translateX(26px);
    gap: 20px;
}
.athena-story-social-container span{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.athena-story-add-to-cart{
    background: url(../images/stories/s-quick_cart.svg) no-repeat center center;
}
.athena-story-wishlist{
    background: url(../images/stories/s-wishlist.svg) no-repeat center center;
}
.athena-story-social-container .athena-story-like{
    width: 78px;
    height: 78px;
    background: url(../images/stories/s-like.svg) no-repeat center center;
}
.pulse-btn{
    transform: scale(1.3);
}

.footer{
    position: relative !important;
}
@media only screen and (max-width: 1700px){
    .sticky-header .athena-search-active-filters-container{
        top: 116px;
    }
}
@media only screen and (max-width: 1023px){
    .banner-text-big{
        font-size: 30px;
    }
    .banner-text-small{
        font-size: 18px;
    }
    .home-banner a{
        font-size: 30px;
    }
}
@media only screen and (max-width: 857px) {
    .sticky-header .athena-search-active-filters-container{
        top: 134px;
    }
}
@media only screen and (max-width: 768px){
    .home-banner{
        aspect-ratio: 2 / 1;
    }
    .sticky-header .athena-search-active-filters-container{
        top: 200px;
    }
}
@media only screen and (max-width: 680px){
    .sticky-header .athena-search-active-filters-container{
        top: 190px;
    }
}
@media only screen and (max-width: 650px){
    .home-banner{
        aspect-ratio: auto;
        height: 400px;
    }
    .athena-stories-recommender-content .close-story{
        top: 10px;
        right: 6px;
    }
    .athena-stories-recommender-content .swiper-button-prev-modified{
        right: 3px;
    }
    .athena-stories-recommender-content .swiper-button-next-modified{
        right: 3px;
    }
    .athena-stories-recommender-content .close-story img{
        max-width: 20px;
    }
    .athena-stories-recommender-content .blaze-prev{
        transform: rotate(90deg);
        right: 40px;
        bottom: 38px;
    }
    .athena-stories-recommender-content .blaze-next{
        transform: rotate(90deg);
        right: 10px;
    }
    .athena-stories{
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .athena-story-item{
        width: 100px;
    }
    .sticky-header .header-top-main .chyron{
        display: none;
    }
    .sticky-header .header-top-main .athena-switch__container{
        display: none;
    }
    .chyron p, .chyron a{
        font-size: 10px;
    }
    .header-top-right{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .header-top-right .pricing-link{
        padding-left: 0;
    }
    .athena-switch__container{
        padding-left: 20px;
    }
    .sticky-header .athena-search-active-filters-container{
        top: 132px;
    }
}
@media only screen and (max-width: 600px){
    .sticky-header .athena-search-active-filters-container{
        top: 117px;
    }
    .athena-story-social-container{
        position: absolute;
        bottom: 20px;
        flex-direction: row;
        transform: none;
    }
    .athena-story-social-container span{
        width: 40px;
        height: 40px;
    }
    .athena-story-social-container .athena-story-like{
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 554px){
    body .page-wrapper {
        padding-top: 0;
    }
}
@media only screen and (max-width: 420px){
    .header-top-right a{
        font-size: 12px;
    }
}
@media only screen and (max-width: 390px){
    .header-top-right {
        width: calc(100% - 130px);
    }
    .header-top-right a{
        font-size: 11px;
    }
    body .page-wrapper {
        padding-top: 0;
    }
}