/* 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: #373737;
    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 !important;
    isolation: isolate;
}
.athena-lazy-image {
    position: relative !important;
    display: block;
    overflow: hidden;
}
.athena-lazy-image__img {
    position: relative !important;
    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 !important;
    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 !important;
    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 !important;
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 1;
    background: none;
    box-shadow: none;
    pointer-events: none;
}
.autocomplete-l3__infinite-scroll {
    position: relative !important;
    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 !important;
    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;
}
@-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); }
}

/* --- autocomplete.css --- */
/*==================
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-search-open .searchareaOverlay,
.open-visual-box .searchareaOverlay {
    width: 107%;
}
.athena-overflow-auto {
    overflow: auto !important;
}
.athena-overflow-hidden {
    overflow: hidden !important;
}
.athena-autocomplete__link{
    cursor: pointer;
}
/*==================
Body, Fonts
==================*/
body{
    font-family: "Ubuntu", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #373737;
    overflow-x: hidden;
}
/*==================
Header
==================*/
/* Header Top */
.header-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-top-left{
    width: 205px;
    display: flex;
    justify-content: left;
}
.header-top-left img{
    max-width: 100%;
    height: auto;
    display: block;
}
.header-top-right{
    width: calc(100% - 215px);
    display: flex;
    justify-content: right;
    align-items: center;
}
.header-top-right a{
    color: #030329;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
}
.pricing-link{
    margin-right: 15px;
}
.demo-link{
    border: 1.5px solid #030329;
    border-radius: 27px;
}
/* Menu */
.header-menu{
    margin-bottom: 20px;
}
.header-menu ul{
    display: block;
    text-align: center;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.header-menu ul li{
    margin-right: 20px;
    display: inline-block;
}
.header-menu ul li:last-of-type{
    margin-right: 0;
}
.header-menu ul li a{
    color: #373737;
    text-transform: uppercase;
    font-size: 20px;
}
/* Category Navigation */
.category-navigation-container{
    display: none;
    position: absolute !important;
    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(https://unpkg.com/athena-x-ai-headless@latest/example/images/category-btn.svg) no-repeat center center;
    background-color: #FFFFFF;
}
.category-navigation-btn.active-category-navigation-btn{
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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 !important;
    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 !important;
    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(https://unpkg.com/athena-x-ai-headless@latest/example/images/arrow-menu.svg) no-repeat;
    background-position: 21px 14px;
    height: 100%;
    width: 100%;
    display: block;
}
.category-item-arrow:hover{
    background-color: #F7F7FA;
}
.athena-l3 .athena-autocomplete__left-container {
    display: none;
    background: #FFFFFF;
}
.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 !important;
    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(https://unpkg.com/athena-x-ai-headless@latest/example/images/close-menu.svg) no-repeat center;
    background-position: 19px 14px;
}
.category-name{
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 6px 10px;
    padding-right: 40px;
    text-align: left;
    opacity: 0.5;
}
.category-name:hover{
    opacity: 1;
}
.sub-category-menu-open > .category-name{
    background: #FFFFFF;
}
.category-level-second,
.category-level-third,
.category-level-fourth{
    background: #F7F7FA;
}
.category-name:hover{
    cursor: pointer;
}
.breadcrumbs-container.hide-breadcrumbs,
.category-name-container.hide-category-name-item{
    display: none;
}
.breadcrumbs-container{
    width: 100%;
    max-width: 1300px;
    margin: auto;
    margin-top: 15px;
}
.breadcrumbs-container .breadcrumbs-item{
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.7;
    font-weight: 500;
}
.category-name-container{
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
.category-name-container .category-name-item{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
/* Search Input */
.search-container{
    width: calc(100% - 144px);
    position: relative !important;
}
.production-search .search-container{
    width: 100%;
    z-index: 999;
}
.audio__image {
    width: 16px !important;
}
.search-form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    z-index: 3;
    position: relative !important;
}
#search{
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #E6E6F0;
    padding-left: 40px;
    padding-right: 100px;
    font-size: 14px;
    color: #373737;
}
#search:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.voice-search-not-supported #search{
    padding-right: 110px;
}
#search::placeholder{
    color: #BCBCC7;
    font-size: 14px;
    font-weight: 400;
}
.search-icon__autocomplete{
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/search.svg) no-repeat center;
    width: 26px;
    background-size: contain;
    height: 60%;
    outline: 0;
    border: 0;
    cursor: pointer;
    position: absolute !important;
    top: 5px;
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
}
.athena-search-suggestion__container{
    position: absolute !important;
    left: 45px;
    display: flex;
    align-items: center;
    gap: 8px;
    top: 5px;
}
.athena-search-suggestion__text{
    opacity: 0.5;
    font-size: 14px;
}
.athena-search-suggestion__tab-button{
    align-items: center;
    background: #F7F7FA;
    gap: 5px;
    padding: 4px 5px;
    border-radius: 5px;
    border: 1.5px solid #F7F7FA;
}
.athena-search-suggestion__tab-text {
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins, serif;
    color: #373737;
    opacity: 50%;
}
.visual-similarity__camera-button{
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/camera.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 60%;
    outline: 0;
    border: 0;
    cursor: pointer;
    position: absolute !important;
    top: 6px;
    right: 46px;
}
.voice-search-not-supported .visual-similarity__camera-button{
    right: 15px;
}
.open-visual-box .visual-similarity__camera-button{
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/camera-active.svg) no-repeat center;
    background-size: contain;
}
.microphone-container{
    width: 30px;
    height: 100%;
    outline: 0;
    border: 0;
    cursor: pointer;
    position: absolute !important;
    top: -2px;
    right: 15px;
}
.microphone-container button{
    height: 100%;
    width: 100%;
}
.athena-voice-search__inactive-button {
    display: none;
}
.athena-voice-search__active-button {
    display: block;
}
.athena-search-suggestion__tab-button{
    display: none;
}
.athena-search-suggestion__tab-image{
    display: block;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/search-suggestion-tab-image.svg) no-repeat;
    width: 20px;
    height: 10px;
}
.close-search-btn{
    position: absolute !important;
    top: 7px;
    right: 97px;
    width: 19px;
    height: 19px;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/cancel-search.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: none;
}
.voice-search-not-supported .close-search-btn{
    right: 70px;
}
.close-search-btn:before{
    content: "";
    position: absolute !important;
    top: -7px;
    right: -12px;
    width: 1px;
    height: 34px;
    background: #E6E6F0;
}
.close-search-btn.delete-search-terms{
    display: block;
}
/*==================
Autocomplete Container
==================*/
.athena-autocomplete{
    max-height: calc(100vh - 325px);
    position: absolute !important;
    padding: 30px 20px 40px;
    overflow-y: auto;
    top: 34px;
    z-index: 9;
    overflow-x: hidden;
    width: 100vw;
    max-width: 1600px;
    margin-left: calc(-18% - 0.5px);
    border: 1px solid #E6E6F0;
    border-radius: 5px;
    background: #FFFFFF;
}
.production-search .athena-autocomplete{
    width: 100%;
    margin-left: auto;
}
.athena-autocomplete img{
    max-width: 100%;
    height: auto;
}
.athena-autocomplete__section-banner-top img,
.athena-autocomplete__section-banner-bottom img{
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.athena-autocomplete__section-banner-top img{
    margin-bottom: 10px;
}
.athena-no-result{
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
    padding-bottom: 20px;
    text-align: center;
}
.athena-autocomplete__flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.athena-list .athena-autocomplete__flex-container{
    flex-direction: column;
}
.autocomplete-l3__mobile-buttons-container{
    display: none;
}
.athena-autocomplete__section{
    margin-bottom: 20px;
}
.athena-custom-width-full{
    width: 100%;
}
/* Left Section */
.athena-autocomplete__left-container{
    width: 330px;
    text-align: left;
    background: #F6F6F6;
    padding: 20px;
}
.athena-autocomplete__left-container .athena-autocomplete__header h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1E1E1E !important;
}
.athena-autocomplete__name.athena-autocomplete__name-popular{
    display: block;
}
.athena-autocomplete__left-container .athena-autocomplete__link{
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}
.athena-autocomplete__left-container .athena-autocomplete__link{
    display: none;
}
.athena-autocomplete__left-container .athena-autocomplete__link:nth-child(-n+3){
    display: block;
}
.athena-autocomplete__left-container .athena-autocomplete__link.athena-autocomplete__link-section_b:nth-child(-n+6){
    display: block;
}
.athena-autocomplete__left-container .expanded .athena-autocomplete__link{
    display: block;
}
.athena-autocomplete__left-container .athena-autocomplete__section-section_b .athena-autocomplete__child-bottom{
    display: none;
}
.athena-autocomplete__left-container .athena-autocomplete__section-section_b  .athena-autocomplete__container-section_b{
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}
.athena-autocomplete__link-section_b{
    width: 30%;
}
.athena-autocomplete__left-container .athena-autocomplete__section-section_b .athena-autocomplete__child-top{
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    border: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F5;
}
.athena-autocomplete__left-container .athena-autocomplete__link.athena-autocomplete__link-section_a{
    margin-bottom: 15px;
}
/* Right Section */
.athena-autocomplete__right-container{
    width: calc(100% - 350px);
    text-align: left;
}
.athena-list .athena-autocomplete__right-container{
    width: 100%;
}
.athena-autocomplete__right-container .athena-autocomplete__header h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.athena-autocomplete__container-product{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-card__autocomplete {
    width: calc(33.33% - 13.5px);
    position: relative !important;
    border: 1px solid #EAEAEA;
    border-radius: 3px;
    padding: 20px 10px;
}
.product-card__autocomplete .athena-autocomplete__parent {
    display: flex;
    gap: 10px;
}
.athena-autocomplete__discount-div{
    position: absolute !important;
    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{
    aspect-ratio: 100 / 100;
    object-fit: contain;
    width: 100%;
}
.athena-autocomplete__name-product{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.athena-product-item .athena-price-container{
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
.athena-product-item .athena-price-container .athena-price{
    font-size: 15px;
    color: #000000;
    padding: 0;
}
.athena-product-item .athena-price-container .athena-price-when-sale{
    text-decoration: line-through;
    opacity: 0.3;
}
.autocomplete__product-end {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* Product Info */
.product-info-sidebar-container{
    padding: 20px;
    text-align: left;
}
.product-info-sidebar-autocomplete{
    height: 100%;
    width: 100%;
    z-index: 999;
    position: absolute !important;
    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 !important;
    top: 30px;
    left: calc(100% - 50px);
    z-index: 1;
    border: 1px solid #373737;
    background: #FFFFFF;
}
.product-info-close-button-autocomplete:after{
    content: '';
    position: absolute !important;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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: #373737;
    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 !important;
    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: 185px;
    text-align: left;
}
.autocomplete_l3_go_back_container{
    display: none;
}
.autocomplete-l3__filters{
    margin-bottom: 20px;
}
.autocomplete-l3__filter-title{
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative !important;
    padding-left: 20px;
}
.autocomplete-l3__filter-title:before{
    content: "";
    position: absolute !important;
    top: 12px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #373737;
    opacity: 0.5;
}
.autocomplete-l3__filter-title:after{
    content: "";
    position: absolute !important;
    top: 12px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #373737;
    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 !important;
    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 !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.autocomplete-l3__filter-color{
    height: 18px !important;
    width: 18px !important;
    min-width: 18px;
    min-height: 18px;
    border-radius: 6px !important;
    border: 1px solid #BCBCC7 !important;
    display: block !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-right: 10px !important;
}
.autocomplete-l3__filters[data-filter-type="manufacturer"] .autocomplete-l3__filter-color{
    opacity: 0 !important;
    display: none !important;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__filter-children-container{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 123px;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__ajax-add{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    padding: 5px;
    margin-bottom: 0;
    border: 1px solid #E6E6F0;
    border-radius: 5px;
    text-align: center;
}
.autocomplete-l3__filters[data-filter-type="velicina"] .autocomplete-l3__ajax-add .autocomplete-l3__checkbox{
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.autocomplete-l3__ajax-add{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    cursor: pointer;
    position: relative !important;
    padding-left: 28px;
}
.autocomplete-l3__ajax-add .checkmark{
    position: absolute !important;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #BCBCC7;
}
.autocomplete-l3__ajax-add input:checked ~ .checkmark{
    background-color: transparent;
}
.autocomplete-l3__ajax-add .checkmark:after{
    left: 6px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: 1px solid #373737;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute !important;
    display: none;
}
.autocomplete-l3__ajax-add input:checked ~ .checkmark:after{
    display: block;
}
.autocomplete-l3__checkbox{
    position: absolute !important;
    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 !important;
    top: calc(50% - 5px);
    left: 4px;
    width: 10px;
    height: 10px;
    background: #000000 !important;
    z-index: 2;
    border: 1px solid #373737;
    border-radius: 3px;
    display: none;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__ajax-add .checkmark:after,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__ajax-add .checkmark:after,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__ajax-add .checkmark:after{
    display: none;
}
.autocomplete-l3__filters[data-filter-type="boja"] .autocomplete-l3__ajax-add input:checked ~ .checkmark,
.autocomplete-l3__filters[data-filter-type="color"] .autocomplete-l3__ajax-add input:checked ~ .checkmark,
.autocomplete-l3__filters[data-filter-type="color_shade"] .autocomplete-l3__ajax-add input:checked ~ .checkmark{
    display: block;
}
.athena-search__filter-container{
    position: relative !important;
}
.athena-input-element-filters{
    border: 1px solid #E6E6F0;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    height: 32px;
    padding: 5px;
    padding-left: 30px;
}
.athena-input-element-filters::placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #BCBCC7;
}
.athena-filter__search-icon{
    position: absolute !important;
    top: 8px;
    left: 7px;
    width: 16px;
    height: 16px;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/search-input.svg) no-repeat center;
}
/* Center */
.autocomplete-l3__content{
    width: calc(100% - 466px);
}
.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 25px 5px 10px;
    color: #373737;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative !important;
    margin-bottom: 12px;
}
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove.autocomplete-l3__ajax-remove-all{
    background: transparent;
    border: 1px dashed #E6E6F0;
    padding-right: 5px;
}
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove:before{
    content: '';
    position: absolute !important;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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 !important;
    top: -30px;
    background: #FFFFFF;
    z-index: 1;
}
.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__header-product h4 {
    font-weight: bold !important;
}
.athena-autocomplete-view-all button{
    text-decoration: underline;
    font-size: 16px;
    outline: 0;
    border: 0;
    background: 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: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.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__autocomplete {
    width: calc(33.33% - 13.5px);
    position: relative !important;
}
.athena-autocomplete__name{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card__autocomplete .athena-autocomplete__name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

/** 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 !important;
    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 !important;
    background: #373737;
}
.om-sliderrange-button-start,
.om-sliderrange-button-end{
    cursor: pointer;
    position: absolute !important;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #373737;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: visible;
}
.om-sliderrange-display > span{
    margin: 0 5px;
    background: #373737 !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 !important;
}
.om-min-price-range__div{
    width: 100%;
    height: 20px;
    border-left: 1px solid #373737;
    display: flex;
    justify-content: space-evenly;
}
.om-min-price-range__div:last-child{
    border-right: 1px solid #373737;
}
.om-min-price-range__span{
    width: 1px;
    height: 10px;
    background: #373737;
}
.om-min-price-range__show-span:first-child{
    position: relative !important;
    left: 4%;
}
.om-min-price-range__show-span:nth-child(2){
    position: relative !important;
    left: 3%;
    display: none;
}
/* Right */
.autocomplete-l3__right_sidebar{
    width: 240px;
    background: #F6F6F6;
    padding: 20px;
    text-align: left;
}
.autocomplete-l3__right_sidebar .athena-autocomplete__header h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1E1E1E !important;
}
.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 !important;
    padding: 25px 10px 5px;
    overflow-y: auto;
    top: 34px;
    z-index: 9;
    overflow-x: hidden;
    width: 100vw !important;
    max-width: 1600px;
    margin-left: calc(-18% - 0.5px);
    border: 1px solid #E6E6F0;
    border-radius: 5px;
    background: #FFFFFF;
}
.production-search #visual_similarity_search{
    width: 100% !important;
    margin-left: auto;
}
#athena-drop-zone{
    background: #F7F7FA;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.visual-similarity__p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.visual-similarity__svg-container{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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(https://unpkg.com/athena-x-ai-headless@latest/example/images/upload-file-icon.svg) no-repeat center;
    width: 22px;
    height: 16px;
}
.visual-similarity__camera-container{
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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(https://unpkg.com/athena-x-ai-headless@latest/example/images/paste-icon.svg) no-repeat center;
    width: 13px;
    height: 22px;
}
.visual-similarity__paste-url-x-icon{
    cursor: pointer;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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(https://unpkg.com/athena-x-ai-headless@latest/example/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-bottom: 0 !important;
}
.visual-similarity__paste-url-search-container button {
    visibility: hidden !important;
}
.visual-similarity__paste-url-search-label p{
    color: #FFFFFF;
}
.visual-similarity__paste-url-search-label div{
    width: 19px;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/search-icon-small.svg) no-repeat center;
    height: 19px;
}
.visual-similarity__paste-url-error-message,
.audio-search-text-bottom__error {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #FB6565;
    width: 100%;
    margin-top: 15px;
}
.visual-similarity-info__container{
    font-size: 12px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 3px;
    color: #BCBCC7;
    text-align: center;
}
.visual-similarity__video-container{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.visual-similarity__camera-buttons-container{
    width: 100%;
}
.visual-similarity__camera-button-right{
    padding: 20px 0 14px 0;
    display: flex;
    justify-content: flex-end;
}
.visual-similarity__button-container{
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cancel-crop-button{
    border: 1.5px solid #030329;
    border-radius: 27px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 15px;
    font-size: 16px;
    min-width: 120px;
}
.ok-crop-button{
    border: 1.5px solid #030329;
    border-radius: 27px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: #FFFFFF;
    background: #030329;
    font-size: 16px;
    min-width: 120px;
}
/*==================
Voice search
==================*/
#audio_search{
    max-height: calc(100vh - 325px);
    position: absolute !important;
    padding: 25px 10px 5px;
    overflow-y: auto;
    top: 34px;
    z-index: 9;
    overflow-x: hidden;
    width: 100vw !important;
    max-width: 1600px;
    margin-left: calc(-18% - 0.5px);
    border: 1px solid #E6E6F0;
    border-radius: 5px;
    background: #FFFFFF;
}
.production-search #audio_search{
    width: 100% !important;
    margin-left: auto;
}
.audio-search__inner-container{
    display: block;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}
#audio-search__canvas{
    width: 137px;
    height: 44px;
    margin-bottom: 11px;
    display: none !important;
}
.audio-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-top: 10px;
    margin-bottom: 25px;
    display: none;
}
.audio-bar.active-audio-bar{
    display: flex;
}
.bar{
    background: #373737;
    bottom: 1px;
    height: 3px;
    width: 10px;
    margin: 0px 4px;
    border-radius: 5px;
    animation: sound 0ms -600ms linear infinite alternate;
}
@keyframes sound{
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 70px;
    }
}
.bar:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.bar:nth-child(2)  { left: 15px; animation-duration: 433ms; }
.bar:nth-child(3)  { left: 29px; animation-duration: 407ms; }
.bar:nth-child(4)  { left: 43px; animation-duration: 458ms; }
.bar:nth-child(5)  { left: 57px; animation-duration: 400ms; }
.bar:nth-child(6)  { left: 71px; animation-duration: 427ms; }
.bar:nth-child(7)  { left: 85px; animation-duration: 441ms; }
.bar:nth-child(8)  { left: 99px; animation-duration: 419ms; }
.bar:nth-child(9)  { left: 113px; animation-duration: 487ms; }
.bar:nth-child(10) { left: 127px; animation-duration: 442ms; }

.audio-search-heading{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.audio-search_inner-bottom-container{
    padding-top: 30px;
    padding-bottom: 40px;
}
.audio-search-icon-text{
    font-size: 23px;
    font-weight: 500;
    opacity: 0.2;
    margin-bottom: 8px;
}
.audio-search-text-bottom{
    color: #BCBCC7;
    font-size: 18px;
    font-weight: 400;
}
.retry-voice-search-button{
    margin-top: 25px;
    font-weight: 500;
    padding: 10px 38px;
    height: 48px;
    background: #F7F7FA;
    border-radius: 10px;
    font-size: 18px;
    font-family: Poppins, serif;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}
/*==================
Did you mean
==================*/
#athena-did-you-mean__container-athena-l3,
#athena-did-you-mean__container-autocomplete,
#athena-did-you-mean__container-search {
    display: flex;
    flex-wrap: wrap;
    position: relative !important;
    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 !important;
    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: #373737;
    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: #373737;
    text-decoration: underline;
    cursor: pointer;
}

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

/*==================
Segments
==================*/
.athena-cutoff__button{
    display: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
}
.no-more-products{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.background-overlay{
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.3;
    z-index: 3;
}
.athena-spinner-search{
    position: fixed !important;
    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 !important;
    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 !important;
    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 !important;
    top: 0.5px;
    object-fit: contain;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

/*==================
Find Visual Similar
==================*/
.find-visual-similar{
    display: none;
    visibility: hidden;
    cursor: pointer;
    position: absolute !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background: #f7f7fa;
    transition: bottom 0.3s ease;
    padding: 10px 17px;
    padding-left: 45px;
    text-align: center;
    border-radius: 15px;
    color: #a7a7b2;
}
.find-visual-similar:hover{
    color: #373737;
}
.find-visual-similar:before{
    width: 19px;
    height: 13px;
    display: block;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/visually-similar.svg) no-repeat center center;
    content: "";
    position: absolute !important;
    top: 16px;
    left: 15px;
}
.find-visual-similar-body .find-visual-similar{
    display: block;
}
.find-visual-similar-body .athena-autocomplete__left-container .athena-autocomplete__section  .find-visual-similar{
    display: none !important;
}

.find-visual-similar-body .athena-autocomplete__child-top-product {
    position: relative !important;
    aspect-ratio: 100 / 100;
    max-width: 100px;
    min-width: 100px;
}

.find-visual-similar-body .athena-product-item-photo {
    position: relative !important;
    aspect-ratio: 230 / 230;
}

.find-visual-similar-body .athena-product-item-photo:hover .find-visual-similar,
.find-visual-similar-body .athena-autocomplete__child-top-product:hover .find-visual-similar{
    visibility: visible;
    bottom: 20px;
}
.filter-opener,
.close-filters-btn {
    cursor: pointer;
}

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

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

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

    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/ai-assistant-bag.svg) no-repeat center center;
    background-size: contain;
}

@media only screen and (min-width: 768px){
    .category-navigation-container::-webkit-scrollbar,
    .sub-category-menu-open::-webkit-scrollbar,
    .category-level-first-inner-links::-webkit-scrollbar,
    .category-level-second-inner-links::-webkit-scrollbar,
    .category-level-third-inner-links::-webkit-scrollbar{
        width: 0;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar,
    #search_autocomplete::-webkit-scrollbar,
    .product-info-sidebar-autocomplete::-webkit-scrollbar,
    #visual_similarity_search::-webkit-scrollbar{
        width: 6px;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar-track,
    #search_autocomplete::-webkit-scrollbar-track,
    .product-info-sidebar-autocomplete::-webkit-scrollbar-track,
    #visual_similarity_search::-webkit-scrollbar-track{
        background: #f1f1f1;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar-thumb,
    #search_autocomplete::-webkit-scrollbar-thumb,
    .product-info-sidebar-autocomplete::-webkit-scrollbar-thumb,
    #visual_similarity_search::-webkit-scrollbar-thumb{
        background: #888;
    }
    .autocomplete-l3__filter-children-container::-webkit-scrollbar-thumb:hover,
    #search_autocomplete::-webkit-scrollbar-thumb:hover,
    .product-info-sidebar-autocomplete::-webkit-scrollbar-thumb:hover,
    #visual_similarity_search::-webkit-scrollbar-thumb:hover{
        background: #555;
    }
}
/*==================
Responsive
==================*/
@media only screen and (max-width: 1640px){
    .athena-autocomplete,
    #visual_similarity_search,
    #audio_search{
        width: calc(100% + 72px) !important;
        margin-left: -72px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .production-search .athena-autocomplete,
    .production-search #visual_similarity_search,
    .production-search #audio_search{
        width: 100% !important;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1260px) {
    .product-card__autocomplete {
        width: calc(50% - 13.5px);
    }
}
@media only screen and (max-width: 978px) {
    .product-card__autocomplete{
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .product-card__autocomplete {
        width: calc(50% - 13.5px);
    }
}
@media only screen and (max-width: 600px) {
    .product-card__autocomplete {
        width: 100%;
    }
}
@media only screen and (max-width: 1325px) {
    .autocomplete-l3__product-container .product-card__autocomplete {
        width: calc(50% - 13.5px);
    }
}
@media only screen and (max-width: 1200px) {
    .autocomplete-l3__product-container .product-card__autocomplete {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .autocomplete-l3__product-container .product-card__autocomplete {
        width: calc(33.33% - 13.5px);
    }
}
@media only screen and (max-width: 970px) {
    .autocomplete-l3__product-container .product-card__autocomplete {
        width: calc(50% - 13.5px);
    }
}
@media only screen and (max-width: 680px) {
    .autocomplete-l3__product-container .product-card__autocomplete {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .autocomplete-l3__mobile-buttons-container{
        width: 100%;
        display: flex;
        margin-bottom: 25px;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
    }
    .mobile-filters-button{
        color: #030329;
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 14px;
        border: 1.5px solid #030329;
        border-radius: 27px;
        font-weight: 600;
    }
    .athena-l3 .disabled{
        opacity: 0.6;
        cursor: not-allowed;
    }
    .athena-l3 .autocomplete_l3_go_back_container{
        display: flex;
        margin-bottom: 25px;
    }
    .autocomplete_l3__go_back_button{
        color: #030329;
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 14px;
        border: 1.5px solid #030329;
        border-radius: 27px;
        font-weight: 600;
    }
    .athena-l3 .autocomplete-l3__hide,
    .athena-l3 .autocomplete-l3__hide_left,
    .athena-l3 .autocomplete-l3__hide_right,
    .autocomplete-l3__left_sidebar,
    .autocomplete-l3__right_sidebar{
        display: none;
    }
    .athena-l3 .autocomplete-l3__show{
        display: block;
        width: 100%;
    }
    .autocomplete-l3__content{
        width: 100% !important;
    }
    .autocomplete-l3__content .autocomplete-l3__product-container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .autocomplete-l3__product-container .athena-autocomplete__name,
    .athena-product-item .athena-price-container .athena-price,
    .athena-autocomplete__name-product{
        font-size: 16px;
    }
    .athena-autocomplete__left-container {
        margin-bottom: 20px;
    }
    .header-menu{
        display: none;
    }
    .athena-autocomplete__header#products{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .autocomplete-l3__filters-container-parent{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .find-visual-similar-body .find-visual-similar{
        visibility: visible;
        bottom: 20px;
        padding: 5px 12px;
        padding-left: 32px;
        font-size: 14px;
        color: #373737;
    }
    .find-visual-similar-body .find-visual-similar:before{
        top: 8px;
        left: 9px;
    }
}
@media only screen and (max-width: 768px){
    .visual-similarity__button-container-search{
        position: absolute;
        top: 0;
        right: 30px;
        height: 40px;
        width: 30px;
        z-index: 4;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .visual-similarity__camera-button{
        position: relative !important;
        top: 0;
        right: auto;
        height: 20px;
        width: 20px;
    }
    .voice-search-not-supported .visual-similarity__button-container-search{
        right: 8px;
    }
    .search-form-ai-assistant__container {
        width: 42px;
        height: 40px;
        margin-left: 10px;
    }
    .search-form-ai-assistant__container::before {
        height: 28px;
    }
    .athena-search-suggestion__text {
        font-size: 16px;
    }
    .header-top-left{
        width: 150px;
    }
    .header-top-right{
        width: calc(100% - 160px);
    }
    .search-container{
        width: calc(100% - 104px);
    }
    .production-search .search-container{
        width: 100%;
    }
    .category-navigation-container{
        left: -52px;
    }
    #search{
        height: 40px;
        border-radius: 5px;
        padding-left: 40px;
        padding-right: 93px;
        font-size: 16px;
    }
    .voice-search-not-supported #search{
        padding-right: 80px;
    }
    #search::placeholder{
        font-size: 16px;
    }
    .close-search-btn{
        top: 10px;
        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-container{
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 40px;
        z-index: 4;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search-icon__autocomplete{
        position: relative !important;
        top: 0;
        left: auto;
        height: 20px;
        width: 20px;
        padding-left: 0;
        padding-right: 0;
        background-size: 20px 20px;
    }
    .visual-similarity__camera-button{
        background-size: 20px 20px;
    }
    .open-visual-box .visual-similarity__camera-button{
        background-size: 20px 20px;
    }
    .audio__image{
        height: 20px;
        object-fit: contain;
        position: relative !important;
        top: 2px;
    }
    .athena-autocomplete,
    #visual_similarity_search,
    #audio_search{
        width: calc(100% + 52px) !important;
        margin-left: -52px;
        top: 39px;
    }
    .production-search .athena-autocomplete,
    .production-search #visual_similarity_search,
    .production-search #audio_search{
        width: 100% !important;;
        margin-left: auto;
    }
    .athena-autocomplete__left-container{
        width: 100%;
    }
    .athena-autocomplete__left-container > div{
        width: 240px;
    }
    .athena-autocomplete__right-container{
        width: 100%;
    }
    .athena-autocomplete__header#products{
        justify-content: center;
    }
    .athena-autocomplete__header-product{
        width: 100%;
        margin-bottom: 10px;
        justify-content: center;
    }
    .athena-autocomplete-view-all{
        width: 100%;
        text-align: center;
    }
    .visual-similarity__button-container{
        justify-content: center;
    }
    .visual-similarity__paste-url-search-container{
        margin-top: 20px;
    }
    .searchareaOverlay {
        right: 0 !important;
        width: 100% !important;
    }
    .athena-search-open .searchareaOverlay, .open-visual-box .searchareaOverlay {
        width: 100% !important;
    }
    .products-per-page, .athena-search-sorter {
        margin-right: 0 !important;
    }
    .athena-search-toolbar {
        column-gap: 10px !important;
    }
}
@media only screen and (max-width: 680px){
    .athena-autocomplete,
    #visual_similarity_search,
    #audio_search{
        padding-left: 10px;
        padding-right: 10px;
    }
    #athena-drop-zone{
        padding-left: 10px;
        padding-right: 10px;
    }
    .show-search-tabs > div{
        min-width: 80px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .header-top-left{
        width: 120px;
    }
    .header-top-right{
        width: calc(100% - 140px);
    }
    .header-top-right a{
        padding: 6px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }
    .pricing-link{
        margin-right: 8px;
    }
    .product-info-sidebar-autocomplete .product-info-brand,
    .product-info-sidebar-landing .product-info-brand{
        font-size: 20px;
    }
    .product-info-sidebar-autocomplete .product-info-name,
    .product-info-sidebar-landing .product-info-name{
        font-size: 18px;
    }
    .product-info-sidebar-autocomplete .athena-price,
    .product-info-sidebar-landing .athena-price,
    .product-info-sidebar-autocomplete .product-info-description,
    .product-info-sidebar-landing .product-info-description,
    .pdp-tab-name,
    .pdp-tab-name-landing,
    .pdp-tabs .product-info-value,
    .pdp-tabs-landing .product-info-value{
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px){
    body .page-wrapper {
        padding-top: 163px;
    }
    .header-top{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .pricing-link{
        margin-right: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 580px){
    .product-info-top-sidebar-container .product-info-image-container{
        width: 100%;
    }
    .product-info-pi-container{
        width: 100%;
    }
    .visual-similarity-search__container{
        height: 440px;
    }
    .visual-similarity__video-container{
        height: 100%;
    }
    #video-element{
        height: calc(100% - 120px);
    }
    .visual-similarity__camera-button-left{
        text-align: center;
        max-height: 40px;
    }
    .visual-similarity__camera-button-right{
        justify-content: center;
    }
}
@media only screen and (max-width: 400px){
    .find-visual-similar-body .find-visual-similar{
        font-size: 12px;
    }
    .find-visual-similar-body .find-visual-similar:before{
        top: 7px;
    }
}

/* --- search-athena-landing.css --- */
/*==================
Helper Classes
==================*/
.hide-btn,
.hide-title,
.hide-icon {
    display: none !important;
}
/*==================
Layout
==================*/
.athena-landing-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.category-page .athena-landing-container{
    padding-top: 15px;
}
.category-page .best-matches-div{
    display: none;
}
#athena-landing-sidebar{
    flex: 0 0 300px;
    width: 300px;
    max-width: 100%;
    box-sizing: border-box;
    background: #F6F6F6;
    padding: 20px;
    max-height: max-content;
}
/* Keeps the empty card (background, padding, branding) out of sight until the search response is rendered */
#athena-landing-sidebar:not(.athena-sidebar--rendered){
    visibility: hidden;
}
#athena-landing-content{
    flex: 1 1 0;
    /* min-width lets the content shrink instead of wrapping below the sidebar */
    min-width: 0;
    width: auto;
    box-sizing: border-box;
}
.no-serach-filter #athena-landing-content{
    flex-basis: 100%;
    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: 15px;
    position: relative !important;
}
.athena-filter-title:after {
    background: none !important;
}
.athena-filter-title:before{
    content: url(https://www.dexy.co.rs/nb-public/themes/nbshop5_v5_8/_static/images/dexyco_v2021/paginacija_arrow.svg);
    background: none !important;
    display: block;
    width: 6px;
    height: 12px;
    transform: rotate(-90deg);

    position: absolute !important;
    top: 4px;
    right: 10px;
}
.athena-filter-title-active:before {
    transform: rotate(90deg);
    top: 4px;
    right: -2px
}
#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(https://unpkg.com/athena-x-ai-headless@latest/example/images/edit.svg) no-repeat left center;
    border: 0 !important;
    outline: 0 !important;
}
.button-start-search,
.button-stop-search {
    border: 0 !important;
    outline: 0 !important;
    background: none !important;
}
.athena-filter-container{
    display: none;
}
.athena-filter-container.athena-filter-container-active{
    display: block;
}
.athena-filter-item{
    position: relative !important;
    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 !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark{
    position: absolute !important;
    top: 2px;
    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 !important;
    display: none;
}
.athena-filter-item input:checked ~ .checkmark:after{
    display: block;
}
.athena-filter-item .checkmark:after{
    left: 6px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: 1px solid #373737;
    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-x: hidden;
    overflow-y: auto;
    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{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    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 !important;
    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 !important;
    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 #373737;
    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{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
    gap: 10px;
}

.search-title-container {
    display: flex;
    gap: 8px;
    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 !important;
    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 !important;
    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 !important;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #F7F7FA transparent;
}

.search-title-container span {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

.pager-item-active {
    font-weight: bold;
}
.search-icon-grey{
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/search-icon-grey.svg) no-repeat center;
    min-width: 14.5px;
    min-height: 14.5px;
    width: 14.5px;
    height: 14.5px;
    position: relative !important;
    top: -2px;
}
.athena-search-active-filters-container{
    position: sticky !important;
    background: #FFFFFF;
    z-index: 1;
}
.athena-search-active-filters-container .filter-opener-container{
    display: none;
}
.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,
.athena-search-active-filters-container .filter-opener{
    border: 1px solid #F7F7FA;
    border-radius: 5px;
    background: #F7F7FA;
    flex: 0 0 auto;
    padding: 5px 10px;
    padding-right: 28px;
    color: #373737;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative !important;
    margin-bottom: 12px;
    white-space: nowrap;
    line-height: 1.2;
}
.athena-search-active-filters .active-filter-item{
    padding-right: 25px;
}
.athena-search-active-filters-container .filter-opener:after{
    content: '';
    position: absolute !important;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 14px;
    height: 12px;
    background-color: #373737;
    mask: url(../images/filter-opener.svg) no-repeat center / contain;
    -webkit-mask: url(../images/filter-opener.svg) no-repeat center / contain;
}
.athena-search-active-filters .active-filter-item:before{
    content: '';
    position: absolute !important;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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: #373737;
    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(https://unpkg.com/athena-x-ai-headless@latest/example/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(https://unpkg.com/athena-x-ai-headless@latest/example/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));
    gap: 20px;
    padding-left: 0 !important;
    padding-right: 10px !important;
    position: relative !important;
}
.athena-product-content .list .product-items{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex-wrap: wrap;
    padding-left: 0 !important;
    padding-right: 10px !important;
    position: relative !important;
}
.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);
    padding: 0 15px;
}
.products.wrapper.list .athena-product-item-description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.55;
    color: #6B6B6B;
    opacity: 1;
    cursor: help;
}
/* Rich text descriptions are flattened so the line clamp counts real text lines */
.products.wrapper.list .athena-product-item-description *{
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    list-style: none;
}
.products.wrapper.list .athena-product-item-description br,
.products.wrapper.list .athena-product-item-description img{
    display: none;
}
.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 !important;
    aspect-ratio: 230 / 230;
    margin-bottom: 15px;
    padding: 20px;
}
.discount-div{
    z-index: 1;
    position: absolute !important;
    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-image-photo{
    aspect-ratio: 230 / 230;
    object-fit: contain;
}
.athena-product-item-description{
    display: none;
}
.athena-product-name{
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
.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: #373737;
    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 !important;
    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 !important;
    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 !important;
    top: 30px;
    left: calc(100% - 50px);
    z-index: 1;
    border: 1px solid #373737;
    background: #FFFFFF;
}
.product-info-close-button:after {
    content: '';
    position: absolute !important;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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: #373737;
    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%;
}
/*==================
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 .product-items,
    .athena-product-content .grid .product-items{
        grid-template-columns: repeat(3, 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-sidebar{
        flex-basis: 240px;
        width: 240px;
    }
    .athena-search-toolbar{
        row-gap: 10px;
    }
    .athena-search-amount{
        width: 100%;
        order: 6;
    }
    .athena-product-content .product-items,
    .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){
    .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;
    }
    .athena-search-active-filters-container{
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 6px;
        padding-top: 10px;
        overflow: visible;
    }
    .athena-search-active-filters-container .active-filters-title{
        display: none;
    }
    .athena-search-active-filters-container .filter-opener-container{
        display: block;
        position: relative !important;
        top: 3px;
        transform: none;
        margin-bottom: 0;
        flex: 0 0 auto;
    }
    .no-serach-filter .athena-search-active-filters-container .filter-opener-container{
        display: none;
    }
    .athena-search-active-filters{
        padding-top: 0;
        flex: 1 1 auto;
        min-width: 0;
    }
    .athena-filter-title-main{
        display: block;
        margin-bottom: 20px;
        padding-right: 25px;
        position: relative !important;
    }
    .autocomplete-l3__filter-title:after,
    .autocomplete-l3__filter-title:before {
        top: 8px;
    }
    .autocomplete-l3__filter-span {
        position: relative;
        top: 4px;
    }
    .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 !important;
        top: 1px;
        right: 0;
    }
    .close-filters-btn:before{
        content: '';
        position: absolute !important;
        top: 11px;
        right: 0;
        width: 20px;
        height: 1px;
        background: #030329;
        transform: rotate(45deg);
    }
    .close-filters-btn:after{
        content: '';
        position: absolute !important;
        top: 11px;
        right: 0;
        width: 20px;
        height: 1px;
        background: #030329;
        transform: rotate(135deg);
    }
    #athena-landing-content{
        flex-basis: 100%;
        width: 100%;
    }
    #athena-landing-sidebar{
        position: fixed !important;
        left: 0;
        top: 0;
        transform: translateY(120%);
        background: white;
        z-index: 20;
        height: 84vh;
        min-height: 84vh;
        padding: 24px;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        overflow: auto;
        transition: all 0.3s ease;
    }
    .athena-search-filter-open #athena-landing-sidebar{
        transform: translateY(100px);
    }
    .athena-search-view{
        margin-right: 5px;
        gap: 6px;
    }
    .filter-mask{
        display: none;
        position: fixed !important;
        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 !important;
    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 !important;
    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 !important;
}

.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 !important;
    top: 50%;
    width: 0;
}

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

.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 !important;
    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 !important;
    right: -50%;
    width: 200%;
}

.cropper-invisible {
    opacity: 0;
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute !important;
    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;
}
/* --- demo.css --- */
/* Sticky Header */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.page-wrapper{
    position: relative !important;
    padding-top: 256px;
}
.header-top-main{
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    max-width: 100%;
}
.searchareaOverlay {
    position: absolute !important;
    right: 0 !important;
    top: 8px;
    transition: width 0.3s ease;
    width: 30%;
}
@media(max-width: 1500px) {
    right: 30px;
}
.searchareaOverlay > * {
    color: #4F4F69;
}
.logo-sticky{
    display: none;
}
.sticky-header .header-top-main{
    animation: slideDown 0.35s ease-out;
    position: fixed !important;
    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 !important;
    }
    .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: 206px;
    }
}
@media only screen and (max-width: 857px){
    .page-wrapper{
        padding-top: 224px;
    }
}
@media only screen and (max-width: 768px){
    .page-wrapper{
        padding-top: 190px;
    }
    .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: 178px;
    }
}
@media only screen and (max-width: 457px){
    .page-wrapper {
        padding-top: 196px;
    }
}
@media only screen and (max-width: 440px){
    .page-wrapper {
        padding-top: 224px;
    }
}

/* 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 !important;
    width: 82px;
    height: 17px;
    display: inline-block;
}
.chyron a img{
    position: absolute !important;
    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(https://unpkg.com/athena-x-ai-headless@latest/example/images/home-page-banner.jpeg) no-repeat center center;
    background-size: cover;
    position: relative !important;
    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 !important;
    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 !important;
    z-index: 1;
}
.banner-text-small{
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    position: relative !important;
    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 !important;
    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 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://unpkg.com/athena-x-ai-headless@latest/example/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 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.athena-stories-overlay{
    position: fixed !important;
    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 !important;
    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 !important;
    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 !important;
    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(https://unpkg.com/athena-x-ai-headless@latest/example/images/stories/blaze-prev.png) no-repeat center center;
    background-size: contain;
}
.athena-stories-recommender-content .blaze-next{
    position: fixed !important;
    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(https://unpkg.com/athena-x-ai-headless@latest/example/images/stories/blaze-next.png) no-repeat center center;
    background-size: contain;
}

.scroll-to-top{
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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 !important;
}
.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 !important;
    z-index: 5;
}
.athena-stories-recommender-content .swiper-button-prev-modified{
    position: fixed !important;
    bottom: 40px;
    right: 50px;
    width: 30px;
    height: 25px;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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 !important;
    bottom: 20px;
    right: 50px;
    width: 30px;
    height: 25px;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/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 !important;
    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(https://unpkg.com/athena-x-ai-headless@latest/example/images/stories/s-quick_cart.svg) no-repeat center center;
}
.athena-story-wishlist{
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/stories/s-wishlist.svg) no-repeat center center;
}
.athena-story-social-container .athena-story-like{
    width: 78px;
    height: 78px;
    background: url(https://unpkg.com/athena-x-ai-headless@latest/example/images/stories/s-like.svg) no-repeat center center;
}
.pulse-btn{
    transform: scale(1.3);
}
@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 !important;
        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: 191px;
    }
}
@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: 205px;
    }
}

.athena-branding {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #6B6B80;
    line-height: 1.2;
}

.athena-branding__message{
    color: #6B6B6B;
    font-weight: bold;
    font-size: 12px;
}

.athena-branding__logo {
    display: block;
    flex-shrink: 0;
    position: relative !important;
    top: -5px;
}

.athena-branding--autocomplete {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 12px 8px;
    box-sizing: border-box;
}

.athena-branding--searchLanding {
    display: flex;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
}

.athena-branding--visualSearch,
.athena-branding--voiceSearch {
    margin-top: 8px;
}

.athena-branding--categoryPages {
    margin-top: 6px;
}

.athena-branding--aiShoppingAssistant {
    margin-top: 8px;
}

.rightmenu {
    position: relative !important;
    width: 100% !important;
}

/* Search card — bordered card with full-width add to cart */
.product-card__search{
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    /* the add to cart button supplies the bottom edge of the card */
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #FFFFFF;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.product-card__search:hover{
    border-color: #E0E0E0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.product-card__search.athena-quick-buy-open{
    z-index: 30;
}
.product-card__search .athena-product-item-link{
    padding: 12px 12px 0;
    margin-bottom: 10px;
}
.product-card__search .discount-div{
    z-index: 3;
    top: 12px;
    right: 12px;
    left: auto;
    border: 0;
    border-radius: 6px;
    background: #FFD751;
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 9px;
}
.product-card__search .athena-product-badges{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 6px;
}
.product-card__search .athena-product-badge{
    display: block;
    line-height: 0;
}
.product-card__search .athena-product-badge__img{
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.product-card__search .athena-product-item-photo{
    position: relative;
}
.product-card__search .athena-wishlist-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    transform: none;
    z-index: 3;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
}
.product-card__search .athena-wishlist-btn__icon{
    width: 22px;
    height: 22px;
    display: block;
    background: no-repeat center / contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A5A5A5' stroke-width='1.8'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");
}
.product-card__search .athena-wishlist-btn:hover .athena-wishlist-btn__icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23212121' stroke-width='1.8'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");
}
.product-card__search .athena-wishlist-btn.active .athena-wishlist-btn__icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23CB2124' stroke='%23CB2124' stroke-width='1.8'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");
}
.product-card__search .athena-product-item-details{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    position: relative;
    overflow: visible;
    padding: 0 14px;
    box-sizing: border-box;
}
.product-card__search .athena-product-name{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: #212121;
    min-height: 2.7em;
    margin-bottom: 8px;
}
.product-card__search .athena-price-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 2px;
}
.product-card__search .athena-price-container .athena-price{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #212121;
    opacity: 1;
}
.product-card__search .athena-price-container .athena-sale-price{
    order: -1;
    color: #CB2124;
}
.product-card__search .athena-price-container .athena-price-when-sale,
.product-card__search .athena-price-container .athena-sale-best-month{
    font-size: 13px;
    font-weight: 500;
    color: #9CA09F;
    opacity: 1;
    text-decoration: line-through;
}
.product-card__search .athena-product-card-actions{
    margin: auto -14px 0;
    padding-top: 12px;
    position: relative;
    z-index: 5;
}
.product-card__search .athena-quick-buy{
    position: relative;
}
.product-card__search .athena-quick-buy__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 52px;
    line-height: 1;
    padding: 0 12px;
    box-sizing: border-box;
    border: 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 0;
    background-color: transparent;
    color: #212121;
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    opacity: 1;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.product-card__search .athena-quick-buy__btn:hover,
.product-card__search.athena-quick-buy-open .athena-quick-buy__btn,
.product-card__search .athena-quick-buy__btn.active{
    background-color: #36A352;
    border-color: #36A352;
    color: #FFFFFF;
}
.product-card__search .athena-quick-buy__icon{
    display: none;
}
/* Search card — list view */
.products.wrapper.list .product-card__search{
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    column-gap: 20px;
    height: auto;
    padding: 16px;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px;
}
.products.wrapper.list .product-card__search .athena-product-item-link{
    flex: 0 0 220px;
    width: 220px;
    padding: 0;
    margin-bottom: 0;
}
.products.wrapper.list .product-card__search .athena-product-item-details{
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding: 0;
}
.products.wrapper.list .product-card__search .athena-product-name{
    min-height: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.products.wrapper.list .product-card__search .athena-price-container{
    row-gap: 4px;
}
.products.wrapper.list .product-card__search .athena-product-card-actions{
    margin: 16px 0 0;
    padding-top: 0;
}
.products.wrapper.list .product-card__search .athena-quick-buy__btn{
    max-width: 260px;
    height: 48px;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
}
.products.wrapper.list .product-card__search .athena-sizes-selector{
    max-width: 320px;
}
.product-card__search .athena-sizes-selector{
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    width: 100%;
    z-index: 40;
    display: none;
}
.product-card__search .athena-sizes-selector.active{
    display: block;
}
.product-card__search .athena-sizes-panel{
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #ffffff;
    padding: 12px 10px 10px;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.product-card__search .athena-sizes-panel:after,
.product-card__search .athena-sizes-panel:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}
.product-card__search .athena-sizes-panel:after{
    bottom: -20px;
    border-width: 10px;
    border-color: #ffffff transparent transparent transparent;
}
.product-card__search .athena-sizes-panel:before{
    bottom: -21px;
    border-width: 10px;
    border-color: #e2e2e2 transparent transparent transparent;
}
.product-card__search .athena-sizes-panel__label{
    display: block;
    color: #666666;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
}
.product-card__search .athena-sizes-panel__list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 8px;
    margin-bottom: 4px;
}
.product-card__search .athena-size-item{
    flex: 0 0 33.33%;
    max-width: 33.333%;
    height: 45px;
    line-height: 45px;
    min-width: 45px;
    padding: 0;
    border: 0;
    border-right: 1px solid #e2e2e2;
    background: transparent;
    color: #999999;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}
.product-card__search .athena-size-item:nth-child(3n){
    border-right: none;
}
.product-card__search .athena-size-item span{
    display: inline-block;
    min-width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
}
.product-card__search .athena-size-item:hover span{
    background: #eeeeee;
}
.product-card__search .athena-size-item.active{
    color: #333333;
    font-weight: 700;
}
.product-card__search .athena-size-item.active span{
    background: transparent;
}
.product-card__search .athena-size-item.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.product-card__search .athena-sizes-panel--implicit-size .athena-sizes-panel__quantity{
    margin-top: 0;
}
.product-card__search .athena-sizes-panel__quantity{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.product-card__search .athena-quantity-input{
    width: 100%;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 0 78px 0 12px;
    font-size: 13px;
    color: #666666;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
}
.product-card__search .athena-quantity-input:hover,
.product-card__search .athena-quantity-input:focus,
.product-card__search .athena-quantity-input:focus-visible,
.product-card__search .athena-quantity-input:focus-within,
.product-card__search .athena-quantity-input:active,
.product-card__search .athena-quantity-input:target{
    outline: none;
    box-shadow: none;
    border-color: #e2e2e2;
    background: #fff;
}
.product-card__search .athena-quantity-input:disabled{
    background: #fff;
    cursor: not-allowed;
}
.product-card__search .athena-quantity-input.has-error,
.product-card__search .athena-quantity-input.has-error:hover,
.product-card__search .athena-quantity-input.has-error:focus,
.product-card__search .athena-quantity-input.has-error:focus-visible,
.product-card__search .athena-quantity-input.has-error:focus-within,
.product-card__search .athena-quantity-input.has-error:active,
.product-card__search .athena-quantity-input.has-error:target{
    border-color: #d32f2f;
    outline: none;
    box-shadow: none;
}
.product-card__search .athena-quantity-error{
    margin-top: 6px;
    color: #d32f2f;
    font-size: 12px;
    line-height: 1.3;
}
.product-card__search .athena-buy-btn{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 70px;
    height: 40px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: #36A352;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 12px;
}
.product-card__search .athena-buy-btn:disabled{
    opacity: 0.55;
    cursor: not-allowed;
}
@media only screen and (max-width: 1023px){
    .product-card__search .athena-quick-buy__btn{
        font-size: 15px;
        height: 44px;
        padding: 0 10px;
    }
    .product-card__search .athena-product-name{
        font-size: 14px;
    }
    .product-card__search .athena-price-container .athena-price{
        font-size: 18px;
    }
    .products.wrapper.list .product-card__search .athena-product-item-link{
        flex-basis: 180px;
        width: 180px;
    }
    .products.wrapper.list .product-card__search .athena-product-name{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px){
    .product-card__search .athena-product-item-link{
        padding: 10px 10px 0;
    }
    .product-card__search .athena-product-item-details{
        padding: 0 10px;
    }
    .product-card__search .athena-product-card-actions{
        margin: auto -10px 0;
    }
    .product-card__search .discount-div{
        font-size: 12px;
        padding: 6px 8px;
    }
    .product-card__search .athena-quick-buy__btn{
        font-size: 14px;
        height: 40px;
    }
    .products.wrapper.list .product-card__search{
        column-gap: 14px;
        padding: 12px;
    }
    .products.wrapper.list .product-card__search .athena-product-item-link{
        flex-basis: 120px;
        width: 120px;
    }
    .products.wrapper.list .product-card__search .athena-product-name{
        font-size: 15px;
    }
    .products.wrapper.list .product-card__search .athena-product-card-actions{
        margin: 12px 0 0;
    }
    .products.wrapper.list .product-card__search .athena-quick-buy__btn{
        max-width: 100%;
        height: 40px;
    }
    .products.wrapper.list .athena-product-item-description{
        -webkit-line-clamp: 2;
        line-clamp: 2;
        margin-top: 8px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .athena-product-content .grid .product-items {
        padding-right: 0 !important;
    }
}