/* Block-specific styles */
.product-slider-block {
    margin: 2rem 0;
}

.product-slider-title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #333;
}

/* ACF block preview styles */
.acf-block-preview {
    margin: 1rem 0;
}

.acf-block-preview h3 {
    margin: 0 0 1rem 0;
    color: #1e1e1e;
}

/* Original slider styles */
.blz-product-slider .blz-single-product-card {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
    gap: 2em;
}

.blz-product-slider .slick-track {
    display: flex;
    gap: 1em;
}

.blz-product-slider .blz-slider-button {
    width: 100%;
    text-align: center;
    background-color: #3A4F41 !important;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 3px;
}

.blz-product-slider .added_to_cart.wc-forward {
    display: none;
}

.blz-product-slider .slick-right {
    right: -5%;
    top: 45%;
    position: absolute;
    font-size: 50px;
    font-weight: 100;
}

.blz-product-slider .slick-right:hover {
    cursor: pointer;
}

.blz-product-slider .home-slider-category {
    background: #DFCEBD;
    padding: 2px 6px;
    text-transform: uppercase;
    color: #55423B;
    font-family: 'Open Sans';
    font-size: 11px;
    line-height: 23px;
}
.blz-product-slider .home-slider-product-name {
    font-size: 17px;
    color: #3A4F41;
    font-family: 'Open Sans';
    font-weight: 600;
}

.blz-product-slider .home-slider-price {
    font-size: 18px;
    line-height: 28px;
    color: #3A4F41;
    font-family: 'Open Sans';
    font-weight: 700;
    margin-bottom: 8px !important;
}

.blz-product-slider .blz-slider-card-first-half {
    position: relative;
}

.blz-product-slider .home-slider-taxonomy {
    z-index: 1;
    position: absolute;
    background: #5998C5;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Open Sans';
    left: 30px;
    border-radius: 0 0 3px 3px;
}

/*** Sale Items Slider CSS ***/
.on-sale-items {
    padding-bottom: 50px; 
}
@media only screen and (max-width: 1425px) {
    .on-sale-items {
        padding-right: 45px;
        padding-left: 45px;
    }
}

.on-sale-items .blz-single-product-card {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
    gap: 2em;
}
.on-sale-items .slick-track {
    display: flex;
    gap: 1em;
}
.on-sale-items .blz-slider-button {
    width: 100%;
    text-align: center;
    background-color: #3A4F41 !important;
    color: #ffffff !important;
}

.on-sale-items .slick-left {
    left: -5%;
    top: 45%;
    position: absolute;
    font-size: 50px;
    font-weight: 100;
}
@media only screen and (max-width: 1425px) { 
    .on-sale-items .slick-left {
        left: 0;
    }
}
.on-sale-items .slick-left:hover {
    cursor: pointer;
}

.on-sale-items .slick-right {
    right: -5%;
    top: 45%;
    position: absolute;
    font-size: 50px;
    font-weight: 100;
}
@media only screen and (max-width: 1425px) { 
    .on-sale-items .slick-right {
        right: 0;
    }
}
.on-sale-items .slick-right:hover {
    cursor: pointer;
}
.on-sale-items .home-slider-category {
    background: #DFCEBD;
    padding: 2px 6px;
    text-transform: uppercase;
    color: #55423B;
    font-family: "Open Sans";
    font-size: 11px;
    line-height: 23px;
}
.on-sale-items .home-slider-product-name {
    font-size: 17px;
    color: #3A4F41;
    font-family: "Open Sans";
    font-weight: 600;
}
.on-sale-items .home-slider-price {
    font-size: 18px;
    line-height: 28px;
    color: #3A4F41;
    font-family: "Open Sans";
    font-weight: 700;
    margin-bottom: 8px !important;
    display: inline-block;
}
.on-sale-items .home-slider-price ins {
    color: #D92742;
}
.on-sale-items .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
    float: right;
}

@media only screen and (max-width: 1425px) { 
    .on-sale-items .home-slider-price {
        display: block;
        float: none;
    }
    .on-sale-items .yith-wcwl-add-to-wishlist {
        float: left;
    }
}
.on-sale-items .blz-slider-card-first-half {
    position: relative;
}

.on-sale-items .blz-slider-card-first-half img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.on-sale-items .blz-slider-card-first-half .home-slider-category {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.on-sale-items .home-slider-taxonomy {
    z-index: 1;
    position: absolute;
    background: #5998C5;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 17px;
    font-family: "Open Sans";
    left: 30px;
    border-radius: 0 0 3px 3px;
}