.edw-product-slider{
    opacity: 0;
    animation: fadeIn 0.4s ease 0.5s forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.edw_prod_slider_thub{
    position: relative;
    min-height: 200px;
}

.edw_prod_slider_thub .thumbnail{
    z-index: 0;
    width: 100%;
}
.edw_prod_slider_thub .thumbnail_alt{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1 !important;
}
.edw_prod_slider_thub:has(.thumbnail_alt) .thumbnail:hover {
    opacity: 0;
}

.edw_prod_slider_content{

}
.edw_prod_slider_link{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #232323;
    display: inline-block;
    min-height: 48px;
}
.edw_prod_slider_link:hover{
    color: #ECB207;
}
.edw_prod_slider_price{
    color: #ecb207;
    font-weight: 600;
    font-size: 20px;
}
.edw_prod_slider_add_to_cart{
    width: 100%;
    padding: 16px 48px;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #232323 !important;
}
.edw_prod_slider_add_to_cart a{
    padding: 0px;
    margin: 0px;
    color: #232323 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-transform: uppercase;
    background-color: transparent !important;
}
.edw_prod_slider_add_to_cart:hover{
    background-color: #ECB207 !important;
    transition: 0.4s;
}

.glide__arrow{
    color: #ECB207;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: rgba(255,255,255, 0.7);
    padding: 0px;
}
.glide__arrow:hover{
    color: white !important;
    background-color: #ECB207 !important;
}
.glide__arrow:focus{
    color: #ECB207;
    background: rgba(255,255,255, 0.7);
}
.glide__arrow--left {
    left: -2em;
}
.glide__arrow--right {
    right: -2em;
}
.glide__arrow span{
    font-size: 70px;
}