.product-status-info.row.items-center {
    display: flex;
    /*gap: 10px;*/
    margin-bottom: 10px;
}

.product-status-info {
    display: flex;
    align-items: center;
}

.product-status-info > * + * {
    margin-left: 20px;
}

/* Екрани від 992px і більше */
@media (min-width: 992px) {
    .panel-rigth-block .info-product-stock,
    .panel-rigth-block .info-model,
    .panel-rigth-block .info-manufacturer {
        display: none !important;
    }
}

/* Екрани до 991px і більше */
@media (max-width: 991px) {
    .product-status-info .info-product-stock,
    .product-status-info .info-product-reviews,
    .product-status-info .info-model,
    .panel-rigth-block .info-manufacturer {
        display: none !important;
    }
}

.h1-prod-name {
    margin-top: 0px;
}

/* Екрани до 991px і більше */
@media (max-width: 991px) {
    .product-info-brand {
        display: none !important;
    }
}

.product-info-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.8rem;
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.8rem;
    margin-bottom: 20px;
}

.product-info-brand::after {
    content: "›";
    font-size: 24px;
    color: #616161; /* червона стрілка як на прикладі */
    margin-left: 12px;
}


.info-brand__img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 4.4rem;
    width: 4.4rem;*/
        min-height: 4.4rem;
    min-width: 4.4rem;
    padding: 0.4rem;
    margin-right: 1.6rem;
    background-color: #f2f2f2;
    border-radius: 0.8rem;
}

.info-brand__icon-right {
    margin-left: auto;   /* 🔥 ВИШТОВХУЄ СТРІЛКУ В КІНЕЦЬ */
    font-size: 20px;
    color: #d32f2f;      /* червона, як на прикладі */
}

.product-info-brand {
    cursor: pointer;
}

.product-info-brand .info-brand__name a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

.product-info-brand .manufacturer-image {
    pointer-events: none;
}

.product-info-brand:hover {
    background-color: #fafafa;
}



.info-brand__text {
    color: #999;
    font: 400 1.4rem/1.4rem Inter,sans-serif;
}

.info-brand__name {
    font: 600 1.6rem/2rem Inter,sans-serif;
}

.info-product-reviews sup + sup {
    display: none;
}

.info-product-reviews {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    white-space: nowrap;
}

/* ⭐ ЗІРКИ */
.reviews-stars {
    display: flex;
    gap: 2px;
}

.reviews-stars .star {
    width: 14px;
    height: 14px;
    fill: #e0e0e0;
}

.reviews-stars .star.filled {
    fill: #ff9800;
}

/* 💬 КОМЕНТАРІ */
.reviews-count {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #666;
}

.reviews-count svg {
    width: 14px;
    height: 14px;
    fill: #888;
}

.info-product-reviews {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.reviews-stars {
    display: inline-flex;
    gap: 2px;
}

.reviews-stars .star {
    width: 14px;
    height: 14px;
    fill: #d6d6d6;
}

.reviews-stars .star.filled {
    fill: #ff671f;
}

.reviews-count {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #555;
}

.reviews-count svg {
    width: 14px;
    height: 14px;
    fill: #999;   /* 🔥 тепер зрозуміло, що це коментар */
}

.product-status-info {
        margin-bottom: 20px;
    margin-top: 20px;
}

.info-product-reviews {
    margin-left: auto;
    margin-right: auto;
}

.q-separator--horizontal {
    display: block;
    height: 1px;
}

.q-separator {
    border: 0;
    background: rgba(0,0,0,0.12);
    margin: 0;
    transition: background 0.3s,opacity 0.3s;
    flex-shrink: 0;
}

#payment-section > hr.q-separator.q-separator--horizontal:first-of-type {
    position: relative;
    top: -20px;
}

#payment-section > hr.q-separator.q-separator--horizontal:last-of-type {
    position: relative;
    top: 0px;
}

.brand-info-wrap {
    display: flex;
    flex-direction: column;
        margin-right: 1.6rem;
}

.off_partner {
    display: flex;
    justify-content: center;
    margin-top: 4px;
    font-size: 14px;
    color: #2c829f;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ukrcredits-min-price {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
        margin-top: 15px;
        margin-bottom: 15px;
            display: flex;
                align-items: baseline;
}

/*.product-credit-block {
    gap: 1.6rem;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 0.8rem;
        margin-top: 20px;
        padding: 2rem;
}

#product .actions {
    padding: 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.8rem;
}

button#button-ukrcredits {
    height: 38px;
    width: 100%;
}

#product #button-ukrcredits img {
    display: none;
}

.product-labels.row.items-center {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}

#button-cart {
    width: 100% !important;
    min-height: 5.6rem !important;
    gap: 0.8rem !important;
    border-radius: 5.6rem !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
    lign-height: 2rem !important;
}

#button-ukrcredits {
    width: 100% !important;
    min-height: 5.6rem !important;
    gap: 0.8rem !important;
    border-radius: 5.6rem !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
    lign-height: 2rem !important;
    background: #43b02a;
    color: #ffffff;
}

#fastorder-btn {
    width: 100% !important;
    min-height: 5.6rem !important;
    gap: 0.8rem !important;
    border-radius: 5.6rem !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
}
*/

.mfp-container{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.ukrcredits-wrap {
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    padding: 0.8rem;
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.8rem;
    margin-top: 20px;
        padding: 20px;
}

.ukrcredits-icon {
    display: flex;
        gap: 20px;
}

#button-ukrcredits img {
    display: none;
}

.ukrcredits-special-warning {
    margin: 12px 0 15px;
    padding: 10px 14px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 8px;
    color: #856404;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

/* Сума в "від ХХХ ₴ / міс" */
#ukrcredits-min-price span {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.3px;
    line-height: 1;
    white-space: nowrap;
}

button#button-ukrcredits {
    height: 38px;
    width: 100%;
}

.ukrcredits-credit-label {
    margin: 0px -2rem;
    padding: 0px 1rem;
    gap: 1.5rem;
    min-height: 3.2rem;
    height: 3.2rem;
    /* padding: 0px 1rem; */
    background-color: #EDE8E4;
    top: -20px;
    position: relative;
    border-top-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ukrcredits-credit-label img {
        width: 35px;
}

/*#product .panel-rigth-block {
    border: none !important;
    box-shadow: none !important;
    border: 0.1rem solid #e5e5e5 !important;
    border-radius: 0.8rem !important;
}*/

.panel-rigth-block {
    box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.10);
}

#product .fix_true .sticky {
    /*top: 130px !important;*/
    top: 120px !important;
}

.panel-rigth-block {
        border: none !important;
        box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.10)!important; 
    border-radius: 0.8rem;
    margin-top: 20px;
}

.ukrcredits-wrap {
    box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.10) !important; 
        border: none !important; 
}

#product .panel-rigth-block {
    border-top-right-radius: 8px !important; 
    border-top-left-radius: 8px !important; 
    border-bottom-right-radius: 8px !important; 
    border-bottom-left-radius: 8px !important; 
}

#product .fix_true .sticky .panel-rigth-block {
    margin-top: 20px;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important; 
    /* border-bottom-right-radius: 8px !important; */
    /* border-bottom-left-radius: 8px !important; */
}

#btn-cheaper {
    display: none !important;
}

/* Екрани від 992px і більше */
@media (min-width: 992px) {
    .product-info-brand-mob {
        display: none !important;
    }
}

.product-info-brand-mob {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.8rem;
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.8rem;
        margin-top: 10px;
}

.product-info-brand-mob {
    cursor: pointer;
}

.stock_status_success {
    color: #00BC52;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.stock_status_failure {
    color: #FC351B;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-info-block-top-manufacturer {
    display: none;
}

.product-info-brand-mob .info-brand__name a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

.product-info-brand-mob .manufacturer-image {
    pointer-events: none;
}