/*.product-list,*/
/*.webshop-categories {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    list-style: none;*/
/*}*/

.product-list,
.webshop-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.product-list li,
.webshop-categories li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 1em 0;
    padding-block: 1rem;
    position: relative;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    overflow: hidden;
}


/*.product-list li,*/
/*.webshop-categories li {*/
/*    display: inline-block;*/
/*    width: 48%;*/
/*    margin-right: 2%;*/
/*    margin-bottom: 1.5em;*/
/*    vertical-align: top;*/
/*}*/

.productList__item,
.category {
    position: relative;
}

.productList__item a,
.category a {
    color: #000;
    text-decoration: none;
}

.productList__link,
.category__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.productList__thumb,
.category__thumb {
    padding: 10px;
    text-align: center;
}

.productList__title,
.category__title {
    margin: 0.3em .8rem 0;
    font-size: 1.3em;
}

.productPrice {
    margin-inline: .8rem;
    color: var(--tertiaryColor500);
}

.productList__priceDonor {
    display: block;
    margin-top: 0.3em;
    margin-inline: .8rem;
    font-size: 0.9em;
    color: #4a4a4a;
}

@media screen and (min-width: 700px) {
    .product-list li,
    .webshop-categories li {
        width: 31.3333%;
        margin-right: 2%;
    }

    .product-list li:nth-child(2n),
    .webshop-categories li:nth-child(2n) {
        margin-right: 2%;
    }

    .product-list li:nth-child(3n),
    .webshop-categories li:nth-child(3n){
        margin-right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .product-list li,
    .webshop-categories li {
        width: 23%;
        margin-right: 2%;
    }

    .product-list li:nth-child(3n),
    .webshop-categories li:nth-child(3n) {
        margin-right: 2%;
    }

    .product-list li:nth-child(4n),
    .webshop-categories li:nth-child(4n) {
        margin-right: 0;
    }
}

.webshop-category-introduction {
    display: none;
}

/*
 * Product search
 */

.webshop-product-search h3 {
    margin-top: 1em;
}

.webshop-product-search label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.webshop-product-search input {
    width: calc(100% - 100px);
}

.webshop-product-search button {
    margin: 0;
    border: none;
}

/*
 * Breadcrumbs
 */
.webshop-breadcrumbs dl {
    margin-top: 0;
}

.webshop-breadcrumbs dl dt,
.webshop-breadcrumbs dd.first.last {
    display: none;
}

.webshop-breadcrumbs dd {
    display: inline-block;
    margin: 0;
}

.webshop-breadcrumbs dd:after {
    content: '\2192';
    font-family: "icons";
    margin: 0 0.8em;
    font-size: 0.7em;
}

.webshop-breadcrumbs dd.last:after {
    content: none;
}

@media screen and (min-width: 768px) {
    .webshop-breadcrumbs {
        float: left;
    }
}

/*
 * Pagination
 */
.webshop-products-nav {
    text-align: center;
}

.webshop-products-nav.top,
.webshop-products-nav .pages {
    display: none;
}

.webshop-products-nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.webshop-products-nav li {
    display: inline-block;
}

.webshop-products-nav li.current a {
    color: var(--tertiaryColor500);
    font-weight: bold;
}

.webshop-products-nav a {
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
}

/*
 * Detail page
 */
.productDetailsContainer,
.wci-category-title {
    clear: both;
}

.productDetails__imageContainer {
    margin-bottom: 1em;
}

.productDetails__image {
    margin-bottom: 1em;
    padding: 1em;
    text-align: center;
    background-color: #fff;
}

.productDetails__imageSec .wpd-imgages-gallery {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.productDetails__summary {
    margin-bottom: 1em;
    padding: 1em;
    background-color: #fff;
}

.productDetails__price {
    font-weight: bold;
    font-size: 1.3em;
}

.productDetails__priceDonor {
    display: block;
    margin-top: 0.3em;
    font-size: 1.1em;
    color: #000;
}

.productDetails__specsList {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

.add-to-shopping-cart .product-quantity {
    display: none;
}

.add-to-shopping-cart-link {
    display: inline-block;
    padding: 0.5em 1em 0.5em;
    margin: 0;
    border: 1px solid var(--primaryColor500);
    line-height: normal;
    text-decoration: none;
    color: #fff;
    background-color: var(--primaryColor500);
    transition: all 0.3s;
}

.add-to-shopping-cart-link:hover {
    color: #fff;
    opacity: .8;
}

/**
 * Added visual user feedback to add-to-shopping-cart button
 */
[class^='webshop-icon-']::before,
[class*='webshop-icon-']::before,
[class^='webshop-icon-']::after,
[class*='webshop-icon-']::after {
    display: inline-block;
    font-family: 'icons', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: never;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-details .add-to-shopping-cart-link.webshop-icon-shopping-cart::before,
.product-details .add-to-shopping-cart-link.webshop-icon-shopping-cart::after {
    margin: 0;
}

.product-details .add-to-shopping-cart-link.webshop-icon-shopping-cart::before,
.product-details .product-in-shopping-cart .webshop-icon-shopping-cart::before {
    margin-inline-end: .8rem;
    content: '\e80a';
}

.product-details .product-in-shopping-cart .webshop-icon-shopping-cart::before {
    content: '\e809';
}
/**
 * End visual user feedback to add-to-shopping-cart button
 */

.productDetails__toShoppingCart {
    display: block;
    margin-top: 0.8em;
    font-size: 0.8em;
    color: #000;
}

.webshop-back-link {
    margin: 0;
    font-size: 0.8em;
}

.webshop-back-link a {
    display: inline-block;
    padding: 5px 0;
}

@media screen and (min-width: 768px) {
    .productDetails__imageContainer {
        float: left;
        width: 60%;
        margin-right: 2em;
    }

    .productDetails__summary {
        float: right;
        width: 35%;
    }

    .productDetails__bottom {
        clear: both;
        width: 60%;
        margin-bottom: 0;
    }

    .webshop-back-link {
        float: right;
    }
}

.product-add-to-favorites {
    display: none;
}
