/* slider product */
.acf-product-gallery-wrap .product-gallery {
    padding: 10px 0 40px;
}

.acf-product-gallery-wrap .product-main-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    margin-bottom: 30px;
    position: relative;
}

.acf-product-gallery-wrap .product-main-slider .slick-slide {
    /* display: flex !important; */
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px !important;
}

.acf-product-gallery-wrap .product-main-slider .slick-slide img {
    height: 470px;
    object-fit: contain;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.acf-product-gallery-wrap .product-main-slider img {
    max-width: 100%;
    margin: 0 auto;
}

.acf-product-gallery-wrap .product-gallery img {
    width: 100%;
}

.acf-product-gallery-wrap .product-thumb-slider .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    border: 1.5px solid transparent;
    transition: border 0.2s, opacity 0.2s;
    box-sizing: border-box;
    /*height: 110px;*/
}

.acf-product-gallery-wrap .product-thumb-slider .slick-current {
    border: 1.5px solid #24605b;
    background: #fff;
}

.acf-product-gallery-wrap .product-thumb-slider .slick-track {
    display: flex;
    gap: 0 5px;
}

.acf-product-gallery-wrap .product-thumb-slider img {
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    height: 106px;
}

.acf-product-gallery-wrap .slick-arrow {
    z-index: 5;
    background-color: #113f3f !important;
    border: none !important;
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    top: 50% !important;
    transform: translateY(-50%);
    background-image: url(https://swaptop.nl/wp-content/uploads/2025/07/left.svg);
    background-size: 20px;
    background-repeat: no-repeat;
}

.acf-product-gallery-wrap .slick-prev,
.acf-product-gallery-wrap .slick-next {
    color: #24605b !important;
}

.acf-product-gallery-wrap .slick-prev:before,
.acf-product-gallery-wrap .slick-next:before {
    font-size: 34px !important;
    color: #24605b !important;
}

.acf-product-gallery-wrap .product-main-slider .slick-arrow {
    left: 15px !important;
    right: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

.acf-product-gallery-wrap .product-main-slider .slick-next {
    right: 15px !important;
    left: auto !important;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://swaptop.nl/wp-content/uploads/2025/07/right.svg);
}

.kies_abonnement .woocommerce-Price-amount.amount, .kostenholder .woocommerce-Price-amount.amount {
    display: flex !important;
    align-items: center;
    gap: 2px;
}

.kies_abonnement .woocommerce-Price-currencySymbol, .kostenholder .woocommerce-Price-currencySymbol {
    margin: 0 !important;
}

@media (max-width: 767px) {

    .hardware_slider .slick-prev,
    .hardware_slider .slick-next {
        z-index: 5 !important;
        background-color: #113f3f !important;
        border: none !important;
        border-radius: 50% !important;
        width: 32px !important;
        height: 32px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        background-size: 15px !important;
        background-repeat: no-repeat !important;
    }

    .hardware_slider li img {
        width: 60px;
        margin: 0 auto;
    }

    #single_prod .hardware_spec ul li span {
        font-size: 14px;
        line-height: 20px;
    }

    .hardware_slider .slick-next {
        right: -10px !important;
        left: auto !important;
        background-image: url(https://swaptop.nl/wp-content/uploads/2025/07/right.svg) !important;
    }

    .hardware_slider .slick-prev {
        left: -10px !important;
        right: auto !important;
        background-image: url(https://swaptop.nl/wp-content/uploads/2025/07/left.svg) !important;
    }

    .hardware_slider .slick-prev:before,
    .hardware_slider .slick-next:before {
        display: none !important;
    }

    #single_prod .hardware_spec ul li {
        text-align: center;
    }

    #single_prod .hardware_spec .slick-list.draggable {
        padding: 0 20px !important;
        overflow: hidden !important;
    }

    #single_prod .hardware_spec .hardware_spec_inn {
        padding: 0;
    }

    #single_prod .hardware_spec ul {
        margin: 0;
    }

    #single_prod .hardware_spec ul {
        width: 100%;
    }

    #single_prod .hardware_spec .hardware_spec_inn {
        margin: 0;
    }

    #single_prod .hardware_spec h4 {
        margin: 0 0 30px 0;
    }

    .hardware_slider .slick-track {
        padding: 0 30px;
    }

    #single_prod .hardware_spec ul li {
        padding: 0 10px;
    }

    #single_prod .hardware_spec .hardware_spec_inn {
        overflow: visible;
    }
}

@media (max-width: 550px) {
    .acf-product-gallery-wrap .product-main-slider .slick-slide {
        padding: 20px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .acf-product-gallery-wrap .product-main-slider .slick-slide img {
        height: 300px;
    }

    .acf-product-gallery-wrap .product-thumb-slider img {
        height: 70px;
    }

    .acf-product-gallery-wrap .product-main-slider {
        margin-bottom: 10px;
    }

    .acf-product-gallery-wrap .product-gallery {
        padding: 10px 0 30px;
    }

    .hardware_slider .slick-track {
        padding: 0px;
    }

    #single_prod .hardware_spec ul li {
        margin: 0;
    }
}