.header_slider.owl-theme .owl-nav{
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    inset-inline-start: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.header_slider.owl-carousel .owl-nav button.owl-next,.header_slider.owl-carousel .owl-nav button.owl-prev{
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 9999px;
    border: 2px solid var(--theme-primary);
    font-size: 2rem;
    line-height: .5;
}

.header_slider.owl-carousel .owl-nav button.owl-next:hover,.header_slider.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: var(--theme-secondary);
}

.product_slider .owl-stage{
    padding-top: .5rem;
}

.background_design{
    background-image: url(../../Images/design/Vector-p-bc.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.article_background{
background-color: var(--h);
}