.product-filter-panel {
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e8dc;
    border-radius: 12px;
}

.product-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.product-filter-header h2 {
    margin: 0;
    font-size: 22px;
}

.product-filter-count {
    color: #657260;
    font-size: 14px;
}

.product-filter-group {
    margin-bottom: 22px;
}

.product-filter-group h3 {
    margin: 0 0 10px;
    font-size: 15px;
    color: #315625;
}

.product-filter-option {
    display: block;
    padding: 5px 0;
    cursor: pointer;
    font-size: 14px;
}

.product-filter-option input {
    margin-right: 8px;
}

.product-filter-option small {
    color: #788573;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(
        auto-fill,
        minmax(240px, 1fr)
    );
    gap: 22px;
    margin-top: 30px;
}


.product-card {
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e8dc;
    border-radius: 14px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    min-height: 180px;
}


.product-card__title {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.3;
}


.product-card__title a {
    color: #263724;
    text-decoration: none;
}


.product-card__title a:hover {
    color: #426b2b;
}


.product-card__actions {
    margin-top: auto;
}


.product-card__add {
    width: 100%;
    min-height: 42px;

    border: 0;
    border-radius: 999px;

    background: #426b2b;
    color: #fff;

    font-weight: 700;
    cursor: pointer;
}


.product-card__add:hover {
    background: #355625;
}

.product-layout {
    display:grid;
    grid-template-columns:280px 1fr;
    gap:30px;
}

.product-layout {
    width: min(1280px, calc(100% - 40px));
    margin: 40px auto;

    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 35px;
}

@media(max-width:900px) {

    .product-layout {
        grid-template-columns: 1fr;
    }

}

.product-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}


.product-card {
    background:#fff;
    border:1px solid #e1e8dc;
    border-radius:14px;
    overflow:hidden;

    display:flex;
    flex-direction:column;
}


.product-card__image {
    aspect-ratio:1/1;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fafcf8;
}


.product-card__image img {
    max-width:100%;
    max-height:260px;
    object-fit:contain;
}


.product-card__body {
    padding:18px;
}


.product-card__title {
    margin:0 0 10px;
    font-size:18px;
}


.product-card__title a {
    color:#263724;
    text-decoration:none;
}


.product-card__description {
    font-size:14px;
    line-height:1.5;
    color:#596455;
}


.product-card__footer {
    margin-top:auto;
    padding:18px;
    display:flex;
    flex-direction:column;
    gap:10px;
}


.product-card__info {
    text-align:center;
    color:#426b2b;
}


.product-card__add {
    min-height:42px;
    border:0;
    border-radius:999px;
    background:#426b2b;
    color:white;
    font-weight:700;
}


@media(max-width:1000px){

    .product-grid {
        grid-template-columns:repeat(2,1fr);
    }

}


@media(max-width:600px){

    .product-grid {
        grid-template-columns:1fr;
    }

}

/* =========================================================
   Alpenplanten product detail
   ========================================================= */


.product-detail {
    width: min(1180px, calc(100% - 40px));
    margin: 45px auto 80px;
    color: #263724;
}


.product-detail *,
.product-detail *::before,
.product-detail *::after {
    box-sizing: border-box;
}


/* breadcrumb */

.product-detail__breadcrumb {
    margin-bottom: 30px;
    color: #788573;
    font-size: 14px;
}


.product-detail__breadcrumb a {
    color: #426b2b;
    text-decoration: none;
}


.product-detail__breadcrumb a:hover {
    text-decoration: underline;
}


/* hero */

.product-detail__hero {
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    gap: 55px;
    align-items: start;
    margin-bottom: 55px;
}


.product-detail__gallery {
    background: #f8faf6;
    border: 1px solid #e1e8dc;
    border-radius: 18px;
    padding: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.product-gallery__main {
    display: block;
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}


.product-detail__intro h1 {
    margin: 0 0 22px;

    color: #263724;
    font-size: 34px;

    line-height: 1.2;
    font-weight: 700;
}


.product-detail__summary {
    font-size: 18px;
    line-height: 1.65;
    color: #485646;
}


/* content */

.product-detail__content ul {
    padding-left:0;
    list-style:none;
}

.product-detail__content li {
    margin-bottom:12px;
}


.product-detail__content,
.product-detail__ordering,
.product-detail__faq,
.product-delivery {
    margin-top: 45px;
}


.product-detail h2 {
    margin: 0 0 20px;

    color: #315625;

    font-size: 26px;
    line-height: 1.25;
}


.product-detail__content {
    font-size: 16px;
    line-height: 1.7;
}


.product-detail__facts {
    padding: 22px;
    background: #f5f8f1;
    border-radius: 12px;
    border: 1px solid #e0e8d9;
}


.product-detail__facts p {
    margin: 8px 0;
}


/* ordering */

.product-ordering {
    display: grid;
    gap: 14px;
}


.product-ordering__item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 25px;

    padding: 20px;

    background: #fff;

    border: 1px solid #e1e8dc;
    border-radius: 14px;

    transition:
            box-shadow 160ms ease,
            border-color 160ms ease;
}


.product-ordering__item:hover {
    border-color: #b8cba9;
    box-shadow: 0 5px 18px rgba(
            37,
            58,
            31,
            0.08
    );
}


.product-ordering__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.product-ordering__info strong {
    font-size: 17px;
}


.product-ordering__info span {
    color: #556453;
}


.product-ordering__info small {
    color: #7c8878;
}


.product-ordering__price {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}


.product-ordering__add {
    min-height: 42px;

    padding: 0 20px;

    border: 0 !important;
    border-radius: 999px;

    color: #fff !important;
    background: #426b2b !important;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    transition:
            background-color 160ms ease,
            transform 160ms ease;
}


.product-ordering__add:hover {
    background: #355625;
    transform: translateY(-1px);
}


/* FAQ */

.product-detail__faq {
    padding: 30px;

    background: #f7f9f4;

    border-radius: 16px;
    border: 1px solid #e1e8dc;
}

.product-detail__faq h2 {
    margin-bottom:25px;
}

.product-detail__faq h3 {
    margin-top:25px;
    color:#315625;
}


/* delivery */


.product-delivery__grid {
    display: grid;
    grid-template-columns: repeat(
        2,
        minmax(0,1fr)
    );
    gap: 25px;
}


.product-delivery__card {
    padding: 28px;

    background: #fff;

    border: 1px solid #e1e8dc;
    border-radius: 16px;
}


.product-delivery__card h3 {
    margin-top: 0;

    color: #315625;
    font-size: 21px;
}


.product-delivery__card p {
    color: #52604f;
    line-height: 1.6;
}



/* tablet */

@media(max-width:950px) {


    .product-detail__hero {

        grid-template-columns: 1fr;

        gap: 30px;

    }


    .product-ordering__item {

        grid-template-columns: 1fr;

        gap: 12px;

    }


    .product-ordering__add {

        width: 100%;

    }


}


/* mobile */

@media(max-width:600px) {


    .product-detail {

        width: calc(100% - 28px);

        margin-top: 25px;

    }


    .product-detail__gallery {

        padding: 15px;

    }


    .product-detail h2 {

        font-size: 22px;

    }


    .product-detail__summary {

        font-size: 16px;

    }


    .product-delivery__grid {

        grid-template-columns: 1fr;

    }


}

/* =========================================================
   Product breadcrumb
   ========================================================= */

.product-detail__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    margin: 0 0 28px;

    color: #7a8675;
    font-size: 14px;
    line-height: 1.4;
}


.product-detail__breadcrumb a {
    color: #426b2b;
    text-decoration: none;

    transition:
            color 160ms ease;
}


.product-detail__breadcrumb a:hover {
    color: #294d22;
    text-decoration: underline;
}


.product-detail__breadcrumb span {
    color: #263724;
    font-weight: 600;
}


/* scheidingsteken via CSS */
.product-detail__breadcrumb a + a::before,
.product-detail__breadcrumb span::before {
    content: "/";
    margin-right: 8px;

    color: #b3bcae;
    font-weight: 400;
}


/* mobiel */
@media(max-width:600px) {

    .product-detail__breadcrumb {
        margin-bottom: 20px;
        font-size: 13px;
    }

}

.product-detail__hero {
    display:grid;
    grid-template-columns:
        minmax(0,520px)
        minmax(360px,1fr);

    gap:50px;
}


.product-detail__ordering-inline {
    margin-top:35px;
}


.product-detail__ordering-inline h2 {
    font-size:22px;
    margin-bottom:15px;
}

.product-detail__ordering-inline {
    margin-top:35px;
}


.product-tags {
    margin-top:30px;
}


.product-tags__group {
    margin-bottom:12px;
}


.product-tags__group strong {
    display:block;
    margin-bottom:5px;
    color:#315625;
}


.product-tags__item {
    display:inline-block;
    margin:0 8px 6px 0;
    color:#426b2b;
    text-decoration:none;
}


.product-ordering {
    display:flex;
    flex-direction:column;
    gap:12px;
}


.product-ordering__item {
    display:grid;
    grid-template-columns:1fr auto auto;
    gap:20px;
    align-items:center;

    padding:18px;

    border:1px solid #dfe7da;
    border-radius:14px;

    background:#fff;
}


.product-ordering__info h3 {
    margin:0 0 8px;
    font-size:17px;
}


.product-ordering__info small {
    color:#7b8778;
}


.product-ordering__price {
    text-align:right;
}


.product-ordering__price strong {
    display:block;
    font-size:20px;
}


.product-ordering__price small {
    color:#687565;
}


.product-ordering__actions {
    display:flex;
    flex-direction:column;
    gap:8px;
}


.product-ordering__add,
.product-ordering__calculator {
    min-height:38px;
    padding:0 15px;
    border-radius:999px;
    border:0;
    cursor:pointer;
    font-weight:700;
}


.product-ordering__add {
    background:#426b2b;
    color:white;
}


.product-ordering__calculator {
    background:#edf4e8;
    color:#315625;
}


@media(max-width:800px){

    .product-ordering__item {
        grid-template-columns:1fr;
    }


    .product-ordering__price {
        text-align:left;
    }


    .product-ordering__actions {
        width:100%;
    }

}

.product-calculators {
    margin-top:25px;
    padding-top:20px;
    border-top:1px solid #e1e8dc;
}


.product-calculators h3 {
    margin-bottom:12px;
    font-size:18px;
}


.product-calculators__buttons {
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}


.product-calculator-button {
    min-height:42px;
    padding:0 18px;

    border-radius:999px;
    border:1px solid #426b2b;

    background:#fff;
    color:#426b2b;

    font-weight:700;
}


.product-ordering__coolplants {
    display:block;

    margin-top:8px;

    color:#1672b8;
    font-size:13px;
    font-weight:700;
}