.loader {
    width: 48px;
    height: 48px;
    animation: rotate 1s linear infinite;
}

.loader-path {
    stroke: #0A2B5E; /* салатовий, як у тебе на карті */
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}
#ajax-pagination .btn{
    border: 1px solid #0e9a60 !important;
    background-color: unset !important;
    color: #0e9a60 !important;
}
#ajax-pagination .btn.active{
    border: 1px solid #0F9A60; !important;
    background-color: #0F9A60 !important;
    color: #fff !important;
}
#ajax-pagination .btn.disabled{
    border-color: #fff !important;
}
.bi-list-class{
    width: 24px;
}
.bi-search-class{
    width: 20px;
}
.search .product-card{
    height: 100%;
}
.subcategories .slide-brand {
    align-items: start;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    height: 100%;
}
.subcategories a.slide-brand h3 {
    color: #222222;
}
.subcategories .slide-brand h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    vertical-align: middle;
    margin-bottom: 0;
}
.subcategories .slide-brand:hover h3{
    font-weight: 500;
}
.section-empty h1.h1-default {
    font-size: 40px;
    line-height: 130%;
    font-weight: 500;
}
.return {
    color: #003399;
    font-family: 'Fellix';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    border: 1px solid #003399;
    padding: 12px 15px;
    min-width: 270px;
    border-radius: 4px;
}
.product-card .product-title-link{
    color: var(--neutrals-black);
}
@media(min-width:1200px) and (max-width:1400px){
    nav .form-control{
        min-width: 480px;
    }
}
@media(min-width:991px) and (max-width:1400px){
.swiper .product-card p, #product-list .product-card p, #product-results .product-card p, #recently-viewed-wrapper .product-card p, #super-deals-container .product-card p{
        height: 63px;
}
}
@media(min-width:1400px){
    .swiper .product-card p, #product-list .product-card p, #product-results .product-card p, #recently-viewed-wrapper .product-card p, #super-deals-container .product-card p{
        height: 60px;
}
}
@media(max-width:991px){
    .swiper .product-card p, #product-list .product-card p, #product-results .product-card p, #recently-viewed-wrapper .product-card p, #super-deals-container .product-card p{
        height: 63px;
}
}
@media(max-width:380px){
    .swiper .product-card p, #product-list .product-card p, #product-results .product-card p, #recently-viewed-wrapper .product-card p, #super-deals-container .product-card p{
        height: 63px;
}
}
@media(max-width:768px){
    #productTabContent .video-wrapper iframe, #productTabContent iframe{
        width: auto;
        height: auto;
    }
    .subcategories .slide-brand h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 0;
}

  #productTabContent table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: separate; /* для уникнення залипання */
    margin-bottom: 1rem;
  }

  #productTabContent thead, tbody, #productTabContent tr, #productTabContent th, #productTabContent td {
    white-space: nowrap;
  }

}
@media (max-width: 768px) {
    .subcategories .slide-brand h3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        vertical-align: middle;
        margin-bottom: 0;
    }
}
@media(max-width:991px){
        .return {
        min-width: auto;
        width: 100%;
    }
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
@media (min-width: 992px) {
    .search-results .col-lg-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }
}
@media (min-width: 768px) {
    .search-results .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
@media (min-width: 576px) {
    .search-results .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
