.payment-methods .payment-method .mollie-component {
    height: auto;
    width: auto;
}

.slider--homepage.js-homepage-slider {
    height: auto !important;
}

.slider--homepage .slider--wrapper {
    height: 100%;
}

.apple-pay-button {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    &:extend(.abs-button-l all);
    box-sizing: border-box;
    font-size: 0 !important;

    > * {
        visibility: hidden;
    }
}

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button-with-text {
        display: inline-block;
        cursor: pointer;
        -webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: buy;
    }
    .apple-pay-button-with-text > * {
        visibility: hidden;
    }
    .apple-pay-button-black-with-text {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white-with-text {
        -apple-pay-button-style: white;
        cursor: pointer;
    }
    .apple-pay-button-white-with-line-with-text {
        -apple-pay-button-style: white-outline;
    }

    .apple-pay-button-color-black { -apple-pay-button-style: black; }
    .apple-pay-button-color-white { -apple-pay-button-style: white; }
    .apple-pay-button-color-white-outline { -apple-pay-button-style: white-outline; }
    .apple-pay-button-text-buy { -apple-pay-button-type: buy; }
    .apple-pay-button-text-donate { -apple-pay-button-type: donate; }
    .apple-pay-button-text-plain { -apple-pay-button-type: plain; }
    .apple-pay-button-text-book { -apple-pay-button-type: book; }
    .apple-pay-button-text-check-out { -apple-pay-button-type: check-out; }
    .apple-pay-button-text-subscribe { -apple-pay-button-type: subscribe; }
    .apple-pay-button-text-add-money { -apple-pay-button-type: add-money; }
    .apple-pay-button-text-contribute { -apple-pay-button-type: contribute; }
    .apple-pay-button-text-order { -apple-pay-button-type: order; }
    .apple-pay-button-text-reload { -apple-pay-button-type: reload; }
    .apple-pay-button-text-rent { -apple-pay-button-type: rent; }
    .apple-pay-button-text-support { -apple-pay-button-type: support; }
    .apple-pay-button-text-tip { -apple-pay-button-type: tip; }
    .apple-pay-button-text-top-up { -apple-pay-button-type: top-up; }

    .mollie-applepay-minicart-button {
        width: 100%;
        height: 52px;
        margin-top: 5px;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button-with-text {
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }
    .apple-pay-button-black-with-text {
        background-color: black;
        color: white;
    }
    .apple-pay-button-white-with-text {
        background-color: white;
        color: black;
    }
    .apple-pay-button-white-with-line-with-text {
        background-color: white;
        color: black;
        border: .5px solid black;
    }
    .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }
    .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-with-text > .text {
        font-family: -apple-system;
        font-size: 1em;
        font-weight: 300;
        align-self: center;
        margin-right: 2px;
    }
    .apple-pay-button-with-text > .logo {
        width: 35px;
        height: 100%;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        margin-left: 2px;
        border: none;
    }
}

.mollie-applepay-button-hidden {
    display: none;
}

.apple-pay-button {
    width: 100%;
}

.mbgdpr-bar {
    padding: 10px 10px 5px;
}

.v-message {
    display: inline-block;
    width: 100%;
}

.magecookie-notice {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.v-actions {
    float: right;
}

.v-actions a {
    display: inline-block;
}

.v-actions .action.primary {
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: -.015em;
    font-weight: 700;
    background: #d41f2b;
    box-sizing: border-box;
    vertical-align: middle;
    color: #fff;
    transition: all .5s ease-in-out 0s;
}

.v-actions .action.primary:hover {
    background: #000;
    transition: all .5s ease-in-out 0s;
}

#cookielaw.bottom-left {
    border-radius: 5px;
    margin: 10px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    max-width: 400px;
    padding: 16px;
    .v-message {
        .magecookie-notice {
            font-size: 14px;
            margin-bottom: 16px;
            margin-top: 0;
        }
        .v-actions {
            display: flex;
            gap: 16px;
            width: 100%;
            margin-right: 0 !important;

            .action.primary.v-accept, .v-more.action.primary {
                padding: 10px 16px;
                line-height: 1;
                display: flex;
                width: auto;
                justify-content: center;
                align-items: center;
                font-size: 14px;
                height: auto;
                max-width: fit-content;
                text-align: center;
            }
        }
    }
}

@media screen and (min-width: 768px) {
    .mollie-product-page-apple-pay-button {
        margin-bottom: 0;
        margin-right: 1%;
        width: 49%;
    }
}


.subcategories-listing-content {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.subcategories-listing-content li {
    padding: .5rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.subcategory-item-photo img {
    max-width: 100%;
    border-radius: .5rem;
    border: 1px solid black;
    margin-bottom: 1rem;
    padding: 1rem;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .subcategories-listing-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    .subcategories-listing-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

