body.assortment-pages > main > .product-page {
}

@media(max-width: 70em) {
    .product-page > .row {
        flex-direction: column;
    }

    .small-pictures {
        padding: 15px 30px !important;
    }

    .two-columns > .product-info {
        flex-direction: column;
    }


    .small-pictures {
        padding-left: 0 !important;
        padding-right: 0 !important;
        justify-content: center;
        gap: 15px !important;
    }

        .small-pictures > .small-picture {
            height: 60px !important;
            width: 100px !important;
        }

    .product-info {
        padding-top: 45px;
    }
}


.product-name > h1, .product-name > h2, .product-subheading > h4 {
    text-align: center;
    margin-bottom: 0;
}

.product-name > h1 {
    margin-bottom: 10px;
}

.product-name > h2 {
    margin-top: 20px;
}

.product-page > .row > .two-columns {
    display: flex;
}

.two-columns {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 0 45%;
}

    .two-columns > .column {
        flex: 0 50%;
    }

.product-page > .column {
}

.product-image > .product-image__container {
    width: 100%;
    max-height: 420px;
    height: 100%;
}

    .product-image > .product-image__container > img {
        height: auto;
        max-height: 420px;
        width: 100%;
        object-fit: cover;
    }

.product-name {
    padding: 0;
}

.product-name > h1 {
    font-weight: 800 !important;
    margin-bottom: 0;
}

.two-columns > .product-info {
    display: flex;
    flex-direction: column;
}

.two-columns > .product-info > a{
    width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
}

.two-columns > .product-info > a > span {
    display: flex;
    align-items: center;
}

.two-columns > .product-info > a > img {
    filter: invert(1);
    transition-duration: .3s;
    margin-left: 15px;
}
.two-columns > .product-info > a:hover > img{
    filter: invert(0.2);
}

.product-description {
    text-align: center;
}

.product-links {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 100% !important;
}

    .product-links > .item > button {
        cursor: pointer;
        text-align: left;
        width: 100%;
        line-height: 28px;
        font-size: 24px;
    }

    .product-links > .item {
        width: 100%;
        border-top: 1px solid black;
        padding: 10px 15px;
        overflow: hidden;
    }

        .product-links > .item:last-of-type {
            border-bottom: 1px solid black;
        }

.opensign::after {
    content: "+";
    float: right;
    font-size: 30px;
}

.closesign::after {
    content: "-";
    float: right;
    font-size: 30px;
}

.product-links > .item > div {
    transition: max-height .3s;
}
.product-collapsed {
    transition-duration: .3s;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 25px;
}

.product-open {
    transition-duration: .3s;
    border-bottom: none !important;
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}

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

.whats-included {
    gap:0;
    align-items: baseline;
}

.whats-included > p {
}

.small-pictures {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
}

    .small-pictures > .small-picture {
        width: 120px;
        height: 80px;
        object-fit: cover;
        cursor: pointer;
    }

.small-picture.selected {
    border: 2px solid black;
}

.product-page > div > div > .formbutton {
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-page > div > div > .formbutton.webshop-pdp {
    justify-content: flex-end;
}
.product-page > div > div > .formbutton > a {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    max-width: 90%;
}

.learn-more {
    padding-top: 30px;
    display: flex;
    max-height: 150px;
    align-items: center;
}

.image-link > a {
    height: 100%;
    width: 200px;
    display: flex;
    align-items: center;
    text-align: left;
}

    .image-link > a > span {
        font-weight: 600;
        color: white;
        padding: 5px;
        text-shadow: 0px 1px 2px #000;
    }

.image-link {
    background-size: 100% !important;
    object-fit: cover;
    display: flex;
    align-items: center;
    margin-left: auto;
    height: 120px;
}

.product-page__price {
    padding-right: .625rem;
    padding-left: .625rem;
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    color: #A5A19A;
    letter-spacing: -0.025em;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.webshop-product__bottom-add-to-cart {
    color: #000;
}

@media (max-width: 40em) {
    .product-page > div > div > .formbutton > a {
        font-size: 17px;
        line-height: 21px;
    }

    .product-image > .product-image__container {
        max-height: 290px;
        height: 290px;
    }
}
