/**------Cat-Base-Start-----*/
footer {
    z-index: 0;
}
.category-row .column-wrapper .ba-grid-column-wrapper.ba-col-2 {
    width: 320px !important;
}
.category-row .column-wrapper .ba-grid-column-wrapper.ba-col-10 {
    width: calc(100% - 320px);
}
.open-responsive-filters {
    display: none !important;
}
@media (max-width: 1440px) {
    .category-row .column-wrapper .ba-grid-column-wrapper.ba-col-2 {
        width: 260px !important;
    }
    .category-row .column-wrapper .ba-grid-column-wrapper.ba-col-10 {
        width: calc(100% - 260px);
    }
}
@media (max-width: 768px) {
    #item-15002848260 .ba-section-items > .ba-row-wrapper:nth-child(2) {
        position: relative;
        z-index: 2;
    }
    .category-row .column-wrapper .ba-grid-column-wrapper.ba-col-2 {
        width: 100% !important;
    }
    .category-row .column-wrapper .ba-grid-column-wrapper.ba-col-10 {
        width: 100% !important;
    }
    .ba-item-fields-filter .ba-fields-filter-wrapper:not(.horizontal-filter-bar) .ba-field-filter {
        margin-bottom: 10px;
    }
    .category-row > .column-wrapper > .ba-col-2 {
        min-width: calc(100vw - 0px) !important;
        max-width: calc(100vw - 0px) !important;
        position: fixed;
        top: 129px;
        left: 0;
        padding: 0;
        z-index: 999;
        background: #fff;
        transform: translateX(150vw);
        transition: all 0.5s ease-in-out;
        overflow: scroll;
        height: calc(100% - 129px);
        box-sizing: border-box;
    }
    .category-row > .column-wrapper > .ba-col-2.active {
        transform: translateX(0vw);
    }
    .category-row > .column-wrapper > .ba-col-2 > .col-cat-1 {
        position: absolute;
        top: 0;
        left: 0;
    }
    .ba-item-blog-posts .ba-blog-post-content {
        padding: 0 10px!important;
    }
}
/**------Cat-Base-End-----*/

/**------Sorting-Start-----*/
#item-15002848260 .ba-section-items .ba-row-wrapper:nth-child(1) {
    position: relative;
    z-index: 2;
}
.am-category-products .ba-blog-posts-header {
    display: none !important;
}
.product-category .ba-blog-posts-header {
    display: none;
}
body:not(.gridbox) .product-category .blog-posts-sorting {
    display: none !important;
}
.am-sort {
    display: flex;
    position: absolute;
    top: 0px;
    right: 0;
    margin-left: auto;
    gap: 5px;
    padding-bottom: 20px;
}
.am-sort * {
    color: #656565 !important;
    font-family: "Montserrat";
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 300 !important;
}
.am-sort .am-current > p {
    color: #202020 !important;
    cursor: default;
}
.am-option {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 25px;
    right: 0;
    background: #f9f9f9;
    color: #424242;
    padding: 15px;
    width: max-content;
    border-radius: 5px;
    font-family: "MazzardM";
    transform: translate(0px, 20px);
    transition: all 0.7s ease-in-out;
    pointer-events: none;
    z-index: 99;
    opacity: 0;
}
.am-option > div {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.am-option > div:hover {
    color: #a1a08c !important;
}
.am-sort.am-sort-pc:hover .am-option {
    opacity: 1;
    transform: translate(0px, 0px);
    pointer-events: initial;
}
.am-sort .phone-drop-icon {
    align-items: center;
}
.am-sort .phone-drop-icon svg {
    margin-top: -1px;
}
.am-sort.am-sort-pc:hover .phone-drop-icon {
    transform: rotate(180deg);
}
@media (max-width: 768px) {
    #item-1708494725834 > .ba-item {
        display: flex;
        align-items: center;
        width: fit-content !important;
    }
    .am-sort.am-sort-mob {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 0px;
        right: 0;
        margin-left: 0;
        gap: 20px;
        width: 100%;
        background: rgb(162 160 140 / 5%);
        padding: 25px;
    }
    .am-sort.am-sort-mob * {
        color: #424242 !important;
    }
    .am-sort.am-sort-mob .current-line {
        display: flex;
        padding: 10px 5px;
        border-bottom: 1px solid #e2e2e2;
    }
    .am-sort.am-sort-mob .current-line .phone-drop-icon {
        margin-left: auto;
    }
    .am-sort-mob .am-option {
        display: flex;
        flex-direction: column;
        gap: 18px;
        position: relative;
        top: 0;
        right: 0;
        background: transparent !important;
        padding: 0px 5px 0px 5px;
        transform: translate(0px, 0px) !important;
        transition: all 0.7s ease-in-out;
        pointer-events: none;
        z-index: 99;
        opacity: 0;
        max-height: 0px;
    }
    .am-sort-mob.active .am-option {
        max-height: 1000px;
        padding: 20px 5px 5px 5px;
        opacity: 1;
        pointer-events: initial;
    }
    .am-sort-mob.active .phone-drop-icon {
        transform: rotate(180deg);
    }
    .start-filtering a {
        display: flex;
        justify-content: center;
        width: calc(100% - 30px);
        padding: 15px 0 !important;
        margin: 0 auto;
        text-align: center;
    }
}
/**------Sorting-End-----*/

/**------Filter-Start------*/
.filter-mobile-btn .custom-html {
    display: flex;
}
.filter-mobile-btn .custom-html svg {
    margin-left: auto;
}
.ba-checkbox-wrapper.none-in-cat {
    display: none !important;
}
.am-cat-intro .intro-post-image {
    display: none !important;
}
.ba-item-fields-filter .ba-field-filter .ba-checkbox span {
    border-radius: 2px;
    border: 1px solid #949494;
}
.ba-selected-filter-values-remove-all span,
.ba-hide-filters,
.ba-show-all-filters {
    display: flex;
    margin-top: 7px;
}
.ba-item-fields-filter .ba-selected-filter-values {
    border: 1px solid #efecec !important;
    color: #424242 !important;
    background: transparent !important;
}
.ba-item-fields-filter .ba-icon-close {
    font-weight: 300 !important;
}
.ba-field-filter-label {
    cursor: pointer !important;
}
.ba-selected-filter-values-remove-all {
    display: flex;
    border: 1px solid #a2a08c;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    margin-top: 10px;
    border-radius: 100px;
    transition: all 0.3s;
    color: #383838 !important;
}
span.ba-selected-filter-values-remove-all span {
    margin: 0px;
    transition: all 0.3s ease-in-out;
}
span.ba-selected-filter-values-remove-all span:before {
    content: "\e916";
    font-family: amonte-1;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #ff0000;
    margin-right: 10px;
}
.ba-selected-filter-values-remove-all span:hover {
    opacity: 1;
    color: red;
}
.ba-item-fields-filter .ba-field-filter-input-wrapper {
    position: relative;
}
.ba-field-filter[data-id="price"] input[type="number"] {
    border: 1px solid #e2e2e2 !important;
    border-radius: 3px !important;
    color: #474747 !important;
    text-align: center !important;
    appearance: none;
    -moz-appearance: textfield;
    padding-right: 33px;
}
.ba-field-filter[data-id="price"] input[type="number"]::-webkit-inner-spin-button,
.ba-field-filter[data-id="price"] input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.ba-field-filter[data-id="price"] .ba-field-filter-input-wrapper > *:nth-child(1) {
    position: absolute;
    top: 37px;
    left: 90px;
}
.ba-field-filter[data-id="price"] .ba-field-filter-input-wrapper > *:nth-child(4) {
    position: absolute;
    top: 37px;
    right: 3px;
}
@media (max-width: 1440px) {
    .ba-field-filter[data-id="price"] input[type="number"] {
        padding-right: 15px;
        font-size: 13px;
    }
    .ba-field-filter[data-id="price"] .ba-field-filter-input-wrapper > *:nth-child(1) {
        top: 38px;
        left: 73px;
        font-size: 13px;
    }
    .ba-field-filter[data-id="price"] .ba-field-filter-input-wrapper > *:nth-child(4) {
        top: 38px;
        right: -1px;
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    #item-15949052730 .ba-field-filter-label i {
        font-size: 32px;
    }
    .ba-items-filter-show-button {
        display: none!important;
    }
    div#item-1708580921054 {
        background: rgb(250 250 249);
        position: sticky;
        bottom: 0px;
        padding: 30px 0;
    }
    #item-1708580921054 a {
        gap: 5px;
    }
}
/**------Filter-End------*/

/**------Product-cards-Start------*/
.ba-store-app-product .ba-blog-post-image {
    height: var(--cur-prod-height) !important;
    box-shadow: 0px 0px 24px 0px rgba(26, 26, 26, 0.08);
    border-radius: 5px;
}

/**------Product-cards-End------*/
