/* ==========================================================================
   ACF WooCommerce Product Slider - Custom Card Styles
   ========================================================================== */

/* Section Title */
.only_Product_hc_slider_section {
    padding: 40px 0;
    width: 100%;
}

.only_Product_hc_section_title {
   text-align: center;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-family: inherit;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

/* Swiper Container Customization */
.only_Product_hc_swiper {
    position: relative;
    /* padding: 10px 45px !important; */
    overflow: hidden;
}

.only_Product_hc_swiper.only_Product_hc_no_nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.only_Product_hc_swiper .swiper-wrapper {
    align-items: stretch;
}

/* Center items if fewer cards than viewport grid */
/* .only_Product_hc_swiper .swiper-wrapper.swiper-wrapper-center {
    justify-content: center;
} */




/* ==========================================================================
   SWIPER NAVIGATION BUTTONS
   ========================================================================== */

.only_Product_hc_nav_btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #48b3b6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.25 ease;
    z-index: 10;
}

.swiper-button-next, .swiper-button-prev {
    svg {
       
        fill: transparent;
       
    }
}


.only_Product_hc_nav_btn::after {
    display: none; /* Hide default Swiper font arrows */
}

/* .only_Product_hc_nav_btn:hover {
    background-color: #48b3b6;
    color: #ffffff;
} */

.only_Product_hc_swiper .swiper-button-prev {
    left: 0;
}

.only_Product_hc_swiper .swiper-button-next {
    right: 0;
}

.only_Product_hc_swiper .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
   
    .only_Product_hc_nav_btn {
        width: 36px;
        height: 36px;
    }
    .only_Product_hc_section_title {
        font-size: 22px;
    }
    .only_Product_hc_swiper .swiper-button-prev, .only_Product_hc_swiper .swiper-button-next{
        display:none;
    }
}
