/**
 * Plant Sliders and Swipers 
 */
.gardyn-plant-unfiltered-swiper {
    overflow: hidden;
}

.gardyn-plant-unfiltered-swiper .swiper-wrapper {
    padding-bottom:25px;
}

.gardyn-plant-slide .slide-image {
    position:relative;
}

.gardyn-plant-slide.gardyn-plant-status-new .slide-image:after,
.gardyn-plant-slide.gardyn-plant-status-coming-soon .slide-image:after {
    position:absolute;
    left:0;
    bottom:20px;
    font-size:14px;
    line-height:14px;
    text-transform:uppercase;
    color:white;
    font-weight:400;
    padding:6px 10px 3px;
}

.gardyn-plant-slide.gardyn-plant-status-coming-soon .slide-image:after {
    background-color:#075953;
    content:"COMING SOON";
}

.gardyn-plant-slide.gardyn-plant-status-new .slide-image:after {
    background-color:#C13512;
    content:"NEW!";
}

.gardyn-plant-slide .slide-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    margin-top:7px;
    width:100%;
    text-align:center;
    color:#000000;
}

/* User Filters for "Unfiltered" Swiper */
.gardyn-plant-swiper-widget .filter-container {
    display:flex;
    flex-direction:row;
    text-align:center;
    justify-content: center;
    margin: 0 85px 35px;
}

@media(max-width:500px) {
    .gardyn-plant-swiper-widget .filter-container {
        display:block;
        margin: 0px 50px 35px;
    }
}

.gardyn-plant-swiper-widget .filter-container .plant-welcome-kit-filter {
    color:#E57A59;
    cursor:pointer;
    font-size:16px;
    letter-spacing:0.05em;
    text-decoration: underline;
    text-transform:uppercase;
    font-weight:500;
}

.gardyn-plant-swiper-widget .filter-container .plant-welcome-kit-filter.active {
    color:#C13512;
}


.gardyn-plant-swiper-widget .filter-container fieldset {
    margin:0;
    padding:5px 13px 10px;
    height:55px;
    border:1px solid #023F3A;
    border-top-left-radius:2px;
    border-bottom-right-radius: 2px;
}

.gardyn-plant-swiper-widget .filter-container fieldset legend {
    font-weight:300;
    font-size:11px;
    padding:0 5px;
}

.gardyn-plant-swiper-widget .filter-container fieldset .filter-selected {
    font-weight:500;
    text-transform: uppercase;
}

.gardyn-plant-swiper-widget .filter-container fieldset,
.gardyn-plant-swiper-widget .filter-container ul {
    width:100%;
    text-align:left;
}

.gardyn-plant-swiper-widget .filter-container .filter-select {
    position:relative;
    min-width:300px;
}

@media (max-width:500px) {
    .gardyn-plant-swiper-widget .filter-container .filter-select {
        width:100%;
        min-width:unset;
    }
}

.gardyn-plant-swiper-widget .filter-container .filter-selected {
    cursor:pointer;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}

.gardyn-plant-swiper-widget .filter-container .filter-selected::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.2 6L11 1' stroke='%23023F3A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
    content:'';
    width:12px;
    height:8px;
}

.gardyn-plant-swiper-widget .filter-container .filter-select.open .filter-selected::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L6.2 2L11 7' stroke='%23023F3A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.gardyn-plant-swiper-widget .filter-container ul {
    position:absolute;
    top:55px;
    padding:0;
    list-style-type:none;
    border:1px solid #023F3A;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top:none;

    background-color:white;

    opacity:0;
    z-index:-10;

    transition: opacity .25s ease-in-out;
}

.gardyn-plant-swiper-widget .filter-container .filter-select.open ul {
    z-index:100;
    opacity:1;
}

.gardyn-plant-swiper-widget .filter-container ul li {
    border-top:1px solid #023F3A;
}

.gardyn-plant-swiper-widget .filter-container ul li a {
    text-transform: uppercase;
    font-weight:300;
    padding:10px 13px;
    display:block;
    cursor:pointer;
}

.gardyn-plant-swiper-widget .filter-container ul li:first-child {
    border-top:none;
}

/* Standard Swiper Filter Container */
.unfiltered-swiper-filter-container {
    display:block;
    margin-left:180px;
    margin-right:260px;
    margin-bottom:50px;
    display:flex;
    flex-direction:row;
}

/* Nav */
.gardyn-plant-swiper-widget .swiper-pagination {
    bottom:0;
}

/*
    .gardyn-plant-unfiltered-swiper .swiper-button-prev {
        background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3334 30.6666L18.6667 24L25.3334 17.3333' stroke='%23CD4726' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='24' cy='24' r='23' stroke='%23CD4726' stroke-width='2'/%3E%3C/svg%3E%0A");
    }

    .gardyn-plant-unfiltered-swiper .swiper-button-next {
        background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.3333 17.3334L28 24L21.3333 30.6667' stroke='%23CD4726' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='24' cy='24' r='23' transform='rotate(-180 24 24)' stroke='%23CD4726' stroke-width='2'/%3E%3C/svg%3E%0A");
    }
*/

.gardyn-plant-swiper-widget .swiper-button-prev,
.gardyn-plant-swiper-widget .swiper-button-next {
    width:48px;
    height:48px;
    background-size:contain;
    top: calc(50% - 70px / 2); /* Adjust due to pagination */
    color: #075953;
}

.gardyn-plant-unfiltered-swiper {
    margin:0 90px;
}

@media (max-width:767px) { 
   

    .gardyn-plant-unfiltered-swiper {
        margin:0 50px;
    }

    .gardyn-plant-unfiltered-swiper .swiper-button-prev,
    .gardyn-plant-unfiltered-swiper .swiper-button-next {
        height:39px;
        width:15px;
        top:50%;
    }

    /* Alternate nav arrows for filtered and unfiltered swipers */
    .gardyn-plant-unfiltered-swiper .swiper-button-prev {
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='41' viewBox='0 0 18 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 40L2 20.5L17 1' stroke='%23C13512' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    }

    .gardyn-plant-unfiltered-swiper .swiper-button-next {
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='41' viewBox='0 0 18 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L16 20.5L1 40' stroke='%23C13512' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    }

    /* Hide the numbers on the unfiltered widget pagination at small screen sizes */
    .gardyn-plant-unfiltered-swiper .swiper-wrapper {
        padding-bottom:0;
    }

    .gardyn-plant-unfiltered-swiper .swiper-pagination {
        display:none;
    }
}

@media (min-width:768px) { 
    /* Add the number styles for the unfiltered widget pagination */
    .gardyn-plant-unfiltered-swiper .swiper-pagination .gardyn-pagination-number-bullet {
        background:none;
        height:21px;
        width:21px;
        font-size:21px;
        color:#222222;
    }
    
    .gardyn-plant-unfiltered-swiper .swiper-pagination .gardyn-pagination-number-bullet.swiper-pagination-bullet-active {
        background:none;
    }
    
    .gardyn-plant-unfiltered-swiper .swiper-pagination .gardyn-pagination-number-bullet:after {
        display:none;
    }
    
    .gardyn-plant-unfiltered-swiper .swiper-pagination .gardyn-pagination-number-bullet.swiper-pagination-bullet-active:after {
        display:block;
        top: -9px;
        left: -7px;
        height:34px;
        width:34px;
    }
}

@media (min-width: 1280px) { 
    .gardyn-plant-unfiltered-swiper .swiper-button-next {
        right:0;
    }

    .gardyn-plant-unfiltered-swiper .swiper-button-prev {
        left:0;
    }

    .gardyn-plant-unfiltered-swiper {
        margin:0 85px;
    }
}

/* Pre-initialization */
.gardyn-plant-unfiltered-swiper:not(.swiper-initialized) .swiper-wrapper {
    flex-wrap:wrap;
}

.gardyn-plant-unfiltered-swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    max-width:calc(100% / 2);
}

/* These match the swiper breakpoint settings. nth-of-type selectors must be compartmentalized within a min/max range */
@media (max-width: 767px) { 
    .gardyn-plant-unfiltered-swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-of-type(1n + 5) { 
        display:none;  /* Hides the 1n + Xth element */
    }
}

@media (min-width: 768px) and (max-width:1019px) { 
    .gardyn-plant-unfiltered-swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        max-width:calc(100% / 4);
    }
    
    .gardyn-plant-unfiltered-swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-of-type(1n + 13) { 
        display:none;  /* Hides the 1n + Xth element */
    }
}

@media (min-width: 1020px) { 
    .gardyn-plant-unfiltered-swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        max-width:calc(100% / 6);
    }
    
    .gardyn-plant-unfiltered-swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-of-type(1n + 7) { 
        display:none;  /* Hides the 1n + Xth element */
    }
}