    .carousel-image-images > img {
        width: 424px;
        height: 424px;
    }

.owl-item {
    margin-right: 8px !important;
}
.carousel-image-images p {
    margin-top: 8px;
}
.owl-dots {
    display: none;
}
.owl-nav {
    width: fit-content;
    position: absolute;
    top: -44px;
    right: 0;
}
button.owl-prev::before,
button.owl-next::before {
    display: block;
    width: 20px;
    height: 15px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


button.owl-prev > span,
button.owl-next > span {
    display: none;
}


button.owl-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15'%3E%3Cpath d='M0.275364 8.16522C-0.0917873 7.79807 -0.0917873 7.20437 0.275364 6.84113L6.83722 0.275364C7.20437 -0.0917879 7.79807 -0.0917879 8.16131 0.275364C8.52456 0.642515 8.52846 1.23621 8.16131 1.59945L3.20086 6.55991H19.0626C19.5821 6.55991 20 6.97783 20 7.49731C20 8.0168 19.5821 8.43472 19.0626 8.43472H3.20086L8.16131 13.3952C8.52846 13.7623 8.52846 14.356 8.16131 14.7193C7.79416 15.0825 7.20047 15.0864 6.83722 14.7193L0.275364 8.16522Z' fill='%23404143'/%3E%3C/svg%3E");
}


button.owl-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15'%3E%3Cpath d='M19.7246 8.16894C20.0918 7.80162 20.0918 7.20766 19.7246 6.84425L13.1628 0.275489C12.7956 -0.0918297 12.2019 -0.0918297 11.8387 0.275489C11.4754 0.642808 11.4715 1.23677 11.8387 1.60018L16.7991 6.5629H0.937408C0.417928 6.5629 0 6.98101 0 7.50073C0 8.02045 0.417928 8.43857 0.937408 8.43857H16.7991L11.8387 13.4013C11.4715 13.7686 11.4715 14.3626 11.8387 14.726C12.2058 15.0894 12.7995 15.0933 13.1628 14.726L19.7246 8.16894Z' fill='%23404143'/%3E%3C/svg%3E");
}

button.owl-prev.disabled::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15'%3E%3Cpath d='M0.275364 8.16522C-0.0917873 7.79807 -0.0917873 7.20437 0.275364 6.84113L6.83722 0.275364C7.20437 -0.0917879 7.79807 -0.0917879 8.16131 0.275364C8.52456 0.642515 8.52846 1.23621 8.16131 1.59945L3.20086 6.55991H19.0626C19.5821 6.55991 20 6.97783 20 7.49731C20 8.0168 19.5821 8.43472 19.0626 8.43472H3.20086L8.16131 13.3952C8.52846 13.7623 8.52846 14.356 8.16131 14.7193C7.79416 15.0825 7.20047 15.0864 6.83722 14.7193L0.275364 8.16522Z' fill='%23B1B5B9'/%3E%3C/svg%3E");
}


button.owl-next.disabled::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15'%3E%3Cpath d='M19.7246 8.16894C20.0918 7.80162 20.0918 7.20766 19.7246 6.84425L13.1628 0.275489C12.7956 -0.0918297 12.2019 -0.0918297 11.8387 0.275489C11.4754 0.642808 11.4715 1.23677 11.8387 1.60018L16.7991 6.5629H0.937408C0.417928 6.5629 0 6.98101 0 7.50073C0 8.02045 0.417928 8.43857 0.937408 8.43857H16.7991L11.8387 13.4013C11.4715 13.7686 11.4715 14.3626 11.8387 14.726C12.2058 15.0894 12.7995 15.0933 13.1628 14.726L19.7246 8.16894Z' fill='%23B1B5B9'/%3E%3C/svg%3E");
}

.owl-nav {
    display: flex;
    gap: 16px;
}
.owl-stage {
    padding-left: 0 !important;
}
.carousel-image-images img {
    border-radius: 4px;
}
.owl-item a {
    text-decoration: none;
    color: #231F20;
}

@media (max-width: 767px) {
     .carousel-image-images > img {
        width: 274px;
        height: 274px;
    }
    .owl-nav {
        display: none;
    }
}