.product-has-gallery > .wc-product-inner .secondary-image {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}


.header-search_icon-item.search-left .header-search-modal::before {
    display: none;
}

.owl-carousel .owl-stage-outer {
    z-index: 1;
} 
.owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 36px;
    height: 36px;
    background: #c59e9f;
    color: #fff;
    z-index: 1;
    position: absolute;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    top: 190px;
    min-height: auto;
    /* transform: translateY(-18px); */
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}