ul.ba-slideshow {
    overflow: visible !important;
}
ul.ba-slideshow > .slideshow-content {
    overflow: visible !important;
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(26, 26, 26, 0.08);
    border-radius: 5px;
}
.add-to-cart-standart-block .ba-add-to-cart-info,
.add-to-cart-standart-block .ba-add-to-cart-button-wrapper {
    display: none !important;
}
.am-product-action a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
}
.am-product-action a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
}
.am-product-action a i:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
}

.am-product-features #item-1706892133582 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
}
.am-product-features #item-1706892133582 > div:nth-child(1) {
    display: none;
}
.am-product-features .ba-item-field {
    width: calc(33.33% - 0px) !important;
}
.am-product-features .ba-field-wrapper {
    display: flex;
    align-items: center!important;
}
.am-product-features .ba-item-field .ba-field-label {
    display: flex;
    align-items: center !important;
    gap: 2px;
    margin-right: 5px !important;
    min-width: max-content;
}
.am-product-features .ba-item-field .ba-field-label:after {
    content: ":";
    font-size: 15px;
}

.am-accordion .accordion-heading > a.accordion-toggle {
    padding: 20px 30px 20px 0;
    border-top: 1px solid #f3f3f3;
}
.am-accordion .accordion-group:last-child .accordion-heading > a.accordion-toggle {
    border-bottom: 1px solid #f3f3f3;
}

.product-description-group .ba-field-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product-description-group .ba-field-content * {
    font-family: 'Montserrat'!important;
    color: var(--title)!important;
}
.product-description-group .ba-field-content h2,
.product-description-group .ba-field-content h3 {
    font-size: 24px;
    line-height: 32px;
}
.product-description-group .ba-field-content h4 {
    font-size: 18px;
    line-height: 24px;
}
.am-product-features .ba-field-label * {
    font-size: 16px!important;
    line-height: 16px!important;
}
.am-product-features .ba-field-content {
    font-size: 16px!important;
    line-height: 16px!important;
}
@media (max-width: 1440px) {
    .am-product-action a {
        width: 57px;
        height: 57px;
    }
    .related-product .ba-blog-post:last-child {
        display: none;
    }
}

@media (max-width: 1024px) {
    .related-product .ba-blog-post:nth-last-child(2) {
        display: none;
    }
    .ba-add-to-cart-price .ba-add-to-cart-price-wrapper {
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .am-product-features .ba-item-field {
        width: calc(50% - 0px) !important;
    }
    .related-product .ba-blog-post:nth-last-child(2) {
        display: flex;
    }
}
@media (max-width: 480px) {
    .am-product-features .ba-item-field {
        width: calc(100% - 0px) !important;
    }
    .am-product-features #item-1706892133582 {
        row-gap: 14px;
    }
    #item-1704629158423 .ba-button-wrapper a {
        padding-right: 0;
        padding-left: 0;
        width: 100vw;
        display: flex;
        justify-content: center;
    }
    #item-17046291683810 .ba-button-wrapper a {
        padding-right: 0;
        padding-left: 0;
        width: 100vw;
        display: flex;
        justify-content: center;
    }
    .ba-item-breadcrumbs ul {
        flex-wrap: wrap!important;
    }
}

