/*
Theme Name: coldcareproducts
Theme URI: 
Author: Amazing BV
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coldcareproducts
Tags: 
*/

.is-style-checklist {
    list-style: none;
    padding: 0;
    margin:0;
}

.is-style-checklist > li {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.is-style-checklist > li:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGFhZ18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS41LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMCBCdWlsZCAxNDEpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogIzEyMjE0MjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTQzOC42LDEwNS40YzEyLjUsMTIuNSwxMi41LDMyLjgsMCw0NS4zTDE4Mi42LDQwNi43Yy0xMi41LDEyLjUtMzIuOCwxMi41LTQ1LjMsMEw5LjMsMjc4LjdjLTEyLjUtMTIuNS0xMi41LTMyLjgsMC00NS4zczMyLjgtMTIuNSw0NS4zLDBsMTA1LjQsMTA1LjMsMjMzLjQtMjMzLjNjMTIuNS0xMi41LDMyLjgtMTIuNSw0NS4zLDBoLS4xWiIvPgo8L3N2Zz4=");
    background-repeat: no-repeat;
    transform: translateY(0.15em);
    filter: brightness(0.1) sepia(1) hue-rotate(-70deg) saturate(5);
}

.wp-block-amazing-swiper-block-swiper-container {
    --swiper-theme-color: var(--wp--preset--color--custom-color-1);
    --swiper-pagination-top: unset;
    --swiper-pagination-color: var(--wp--preset--color--custom-color-1);
    --swiper-pagination-bullet-inactive-color: var(--wp--preset--color--custom-color-1);
    --swiper-pagination-bullet-active-color: var(--wp--preset--color--custom-color-1);

    --swiper-navigation-size: 1rem;
    --swiper-navigation-top-offset: unset;
    /* color: var(--swiper-navigation-color,var()); */

    position: relative;
}

/* Swiper slider block */
.wp-block-amazing-swiper-block-swiper-container .swiper-wrapper {
    padding-bottom: 4rem; 
}

.wp-block-amazing-swiper-block-swiper-container {
    overflow: clip;
}

.wp-block-amazing-swiper-block-swiper-container .swiper-pagination {
    top: unset;
    bottom: 1rem;
}

.wp-block-amazing-swiper-block-swiper-container .swiper-button-next,
.wp-block-amazing-swiper-block-swiper-container .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--white);
    border-radius: 50rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
    bottom: 5px;
    top: unset;
}