.space {
    padding: 80px 0;
}

h1 {

}

h2 {
    color: #002664;
    font-size: 32px;
    line-height: 38px;
}

p {
    color: #4A4A49;
    margin: 0;
}

strong {
    font-weight: bold;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-normal {
    font-weight: 500;
}

.font-weight-bold {
    font-weight: bold;
}

hr {
    margin: 0;
}


.product-item {
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.product-item .product-action {
    padding: 0 15px 15px 15px;
}

.product-img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.product-item:hover .product-img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.product-item .product-name {
    position: relative;
    z-index: 1;
    background-color: #fff;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 63px;
    padding: 0 5px;
}

.product-item .product-name.with-code {
    min-height: 20px;
    -webkit-line-clamp: 1; /* Брой редове */
}

.product-item .product-name:hover {
    color: #000000;
}


.product-labels {
    padding: 10px 0;
    max-width: 80%;
    text-align: left;

    position: absolute;
    top: 0;
    left: 0;

    z-index: 5;
}

.product-labels .product-label {
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    display: table;
    background-color: #000000;
}

.product-labels li {
    margin-bottom: 5px;
}


.products-list .product-item .product-wrap {
    padding: 15px;
}

.products-list .product-item .product-action-arrow {
    background-color: #F5F5F5;
    padding: 0 20px;
    height: 100%;
    display: -webkit-box;
    display: flex;
}

.products-list .product-item .product-action-arrow:hover {
    background-color: #eeeeee;
}

.products-list .product-item .btn {
    width: 100%;
    display: block;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
    border-radius: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: -60px;
    border-radius: 0;
}


.code-price .val {
    font-weight: 700;
    color: #aa0c5b;
}

.code-price .val-code {
    font-weight: 700;
    color: #002664;
}

.code-price {
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0 5px 0;
    padding: 5px 5px;
    background-color: #eef2f7;
    border: 1px dashed #002664;

    display: -webkit-box;

    display: flex;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;

    border-radius: 6px;
}

.code-price .lab {
    color: #002664;
    display: inline-block;
    margin-left: 5px;
}

.code-price .val-currency {
    font-size: 12px;
}


.product-prices {
    text-align: center;
    height: 48px;
    margin: 15px 0;
}

.product-prices.with-code {
    height: 79px;
}

.product-prices .price,
.product-prices .new-price,
.product-prices .old-price {
    display: block;
}

.product-prices .new-price {
    color: #AA0C5B;
}

.product-prices .price {
    color: #002664;
}

.product-prices .price,
.product-prices .new-price {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.product-prices .price .val-currency,
.product-prices .new-price .val-currency {
    font-size: 14px;
}

.product-prices .old-price {
    color: #777777;
    font-weight: lighter;
    position: relative;
    margin: 0 auto 0 auto;
    display: table;
}

.product-prices .old-price .val-currency {
    font-size: 10px;
}

.product-prices .old-price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    height: 0.1px;
    background-color: #808080;
}


.intro-popup {
    position: absolute;
    display: none;
    width: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    z-index: 5;
}

.intro-popup .product-item {
    display: block;
    text-align: left;
}

.intro-popup .product-item .product-labels {
    position: initial;
    padding: 0;
    margin: 0 0 10px 0;
}

.intro-popup .product-item .product-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 0;
    min-height: inherit;
    margin: 0 0 15px 0;
}

.intro-popup .product-item .product-prices {
    text-align: left;
    height: auto;
    margin: 0;
}

.intro-popup .product-item .product-name:hover {
    color: initial;
}


.intro {
    padding: 20px 50px;
    background: linear-gradient(95.38deg, #11234A 0%, #AA0C5B 125.25%);
    border-radius: 24px;
    position: relative;
}

.intro:after {
    content: "";
    background: url(/build/images/intro-hand.a8fd6d62.png) center no-repeat;
    background-size: 100%;
    height: 155px;
    width: 155px;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}

.intro .intro-text {
    position: relative;
}

.intro h1 {
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    z-index: 1;
    position: relative;
}

.intro h1 span {
    color: #F00F80;
    font-size: 100px;
    line-height: 100px;
}

.intro p {
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
}

.intro .btn {
    color: #002664;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.intro .intro-discount-badge {
    position: absolute;
    top: 0;
    left: -10%;
    max-height: 50%;
}

.add-fav {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
    opacity: 1;

    -webkit-transition: all .4s;
    transition: all .4s;
}

.add-fav img {
    height: 24px;
}

.carousel-hidden {
    display: none;
}

.bf-brands {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: #F8F9FA;
    border-radius: 24px;
    padding: 20px 30px;
}

.bf-brands .bf-brand {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 35px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

.bf-brands .bf-brand:last-child {
    border-right: none;
}

.bf-brands .bf-brand img {
    max-height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
}


.idea-gift {
    background-color: #F8F9FA;
}


/* faqs */
.faq-contacts.faq .faq-category {
    margin: 0;
}

.faq-contacts.faq .faq-category h3 {
    color: #002664;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.faq-contacts .accordion .accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.faq-contacts .accordion .accordion-item:first-of-type {
    border-top: 1px solid #ddd;
}

.faq-contacts .faq-hint {
    margin: 20px 0 0 0;
}

.faq-contacts .faq-hint a {
    color: #002664;
    font-weight: bold;
}

.faq .question {
    color: #002664;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 6px;
}

.faq .question.collapsed {
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
}

.faq .question.active {
    background: #fafafa;
}

.faq .accordion {
    margin: 0 0 50px 0;
}

.faq .accordion:last-of-type {
    margin: 0;
}

.faq .accordion .question:after {
    content: "-";
    font-size: 20px;
    line-height: 20px;
    font-weight: lighter;
    position: absolute;
    top: 50%;
    right: 15px;

    -webkit-transform: translate(0, -50%);

        -ms-transform: translate(0, -50%);

            transform: translate(0, -50%);
}

.faq .accordion .question.collapsed:after {
    content: "+";

    -webkit-transform: translate(0, -50%);

        -ms-transform: translate(0, -50%);

            transform: translate(0, -50%);
}

.faq .answer .answer-content {
    padding: 10px 15px 30px;
}


.promo-box {
    color: #ffffff;
    padding: 30px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(94.07deg, #11234A 6.65%, #AA0C5B 93.35%);
}

.promo-box h3 {
    color: #FFFFFF;
}

.promo-box .btn {
    color: #002664;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.promo-box h2 {
    color: #FFFFFF;
}

.timer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 20px;
    margin: 15px 0;
}

.time-block .number {
    font-size: 26px;
    line-height: 50px;
    min-width: 60px;
    min-height: 50px;
    background: rgba(255, 255, 255, 0.15);
    display: block;
    margin: 0 0 5px 0;
    border-radius: 12px;
}

.time-block .label {
    font-size: 12px;
    line-height: 12px;
    font-weight: lighter;
}


.intro-products-img {
    position: relative;
}

.intro-products-img svg {
    position: relative;
    z-index: 2;
}

.products-list .link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    z-index: 2;
}

@media (min-width: 1000px) {
    .custom-carousel .owl-stage-outer {
        display: -webkit-box !important;
        display: flex !important; /* Принудително показва grid */
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: justify;
                justify-content: space-between;
    }

    .custom-carousel .owl-item {
        width: -webkit-calc(25% - 20px) !important;
        width: calc(25% - 20px) !important; /* Презаписва Owl Carousel ширината */
        min-width: -webkit-calc(25% - 20px) !important;
        min-width: calc(25% - 20px) !important;
        -webkit-box-flex: 0 !important;
                flex: none !important; /* Деактивира flex контрол от Owl */
    }

    .custom-carousel .owl-carousel {
        display: block !important; /* Деактивира слайдъра */
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {

    .product-prices .old-price .val-currency {
        font-size: 12px;
    }

    .code-price .val-currency {
        font-size: 10px;
    }

    .product-prices .price,
    .product-prices .new-price {
        font-size: 16px;
        line-height: 16px;
    }

    .product-prices .price .val-currency,
    .product-prices .new-price .val-currency {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .code-price .val-currency {
        font-size: 10px;
    }

    .product-prices .price,
    .product-prices .new-price {
        font-size: 14px;
        line-height: 14px;
    }

    .product-prices .price .val-currency,
    .product-prices .new-price .val-currency {
        font-size: 12px;
    }

    .bf-brands .bf-brand {
        padding: 0 20px;
    }

    .intro h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .intro h1 span {
        font-size: 70px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .products-list .product-item .product-prices .price,
    .products-list .product-item .product-prices .new-price {
        font-size: 14px;
        line-height: 14px;
    }

    .product-prices .price .val-currency,
    .product-prices .new-price .val-currency {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .bf-brands .bf-brand {
        padding: 0 30px;
        border-right: 0;
        margin: 15px 0;
    }

    .intro .intro-discount-badge {
        position: absolute;
        top: -5%;
        left: 0;
        max-height: 200px;
    }

    .intro h1 {
        color: #ffffff;
        font-size: 60px;
        line-height: 60px;
        z-index: 1;
        position: relative;
    }

    .intro h1 span {
        color: #F00F80;
        font-size: 80px;
        line-height: 80px;
    }

    .intro:after {
        display: none;
    }


    .product-prices .price,
    .product-prices .new-price {
        font-size: 16px;
        line-height: 16px;
    }

    .product-prices .price .val-currency,
    .product-prices .new-price .val-currency {
        font-size: 12px;
    }

    .carousel-hidden {
        display: block;
    }

    .space {
        padding: 25px 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .bf-brands .bf-brand {
        padding: 0 15px;
        border-right: 0;
        margin: 15px 0;
        width: 50%;
    }

    .intro .intro-discount-badge {
        top: -20px;
        left: -10px;
        max-height: 110px;
    }

    .intro:after {
        display: none;
    }

    .intro {
        padding: 25px 20px
    }

    .intro h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .intro p {
        font-size: 16px;
        line-height: 22px;
    }

    .intro h1 span {
        font-size: 40px;
        line-height: 50px;
    }

    .code-price {
        font-size: 12px;
        line-height: 14px;
    }

    .code-price .val-currency {
        font-size: 10px;
    }

    .product-prices .old-price {
        font-size: 12px;
    }

    .product-prices .price,
    .product-prices .new-price {
        font-size: 14px;
        line-height: 14px;
    }

    .product-prices .price .val-currency,
    .product-prices .new-price .val-currency {
        font-size: 12px;
    }

    .carousel-hidden {
        display: block;
    }

    .space {
        padding: 35px 0;
    }
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
    .space {
        padding: 35px 0;
    }
}

.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
