.releative-item__wrap .owl-dots {
    display: none;
}
.releative-item__wrap .owl-nav {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 38px 0 25px;
}
.releative-item__wrap .owl-nav button {
    box-shadow: 0 0 6px 0 #00000026;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: var(--dark);
}
.releative-product {
    padding-bottom: 40px;
}