#pk_flex_content .flex_layout.winkelmand {
    padding-inline: 0;
    padding-block: 24px 70px;
}

.flex_layout.winkelmand .pk-page__header {
    width: 100%;
    margin-bottom: 34px;
}

.flex_layout.winkelmand .pk-page__header h1 {
    margin-top: 30px;
}

.flex_layout.winkelmand .pk-page__header .pk-link_txt {
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
}

.flex_layout.winkelmand .pk-page__header .pk-link_txt a {
    text-decoration: underline;
}

.flex_layout.winkelmand .woocommerce-notices-wrapper .woocommerce-info {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    border: unset;
    background: transparent;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-row {
    display: flex;
    justify-content: space-between;
    gap: 55px;
}

@media screen and (max-width: 768px) {
    .flex_layout.winkelmand .pk-cart__wrap .pk-row {
        flex-direction: column;
        gap: 40px;
    }
}

.flex_layout.winkelmand .pk-cart__wrap .pk-row .pk-col_left {
    max-width: 666px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 20px;
    border-radius: 10px;
    background: var(--white);
    overflow: hidden;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .prod-thumb {
    max-width: 145px;
    width: 100%;
    aspect-ratio: 145/137;
    border-radius: 5px;
    border: 0.67px solid rgba(7, 36, 69, 0.08);
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .prod-thumb > a {
    width: 100%;
    height: 100%;
    display: block;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .prod-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-content_wrap {
    width: 100%;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-top_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 16px;
}

.flex_layout.winkelmand
    .pk-cart__wrap
    .pk-cart_item
    .pk-top_content
    .pk-remove_item {
    display: flex;
    justify-content: flex-end;
}

.flex_layout.winkelmand
    .pk-cart__wrap
    .pk-cart_item
    .pk-top_content
    .pk-remove_item
    > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--gray);
}

.flex_layout.winkelmand
    .pk-cart__wrap
    .pk-cart_item
    .pk-top_content
    .prod-price {
    margin-top: 10px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-cart_meta {
    font-size: 14px;
    font-weight: 400;
    margin-top: 16px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-cart_meta .coating {
    display: inline-flex;
    padding: 7px 16px;
    border: 0.65px solid rgba(7, 36, 69, 0.25);
    border-radius: 999px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-prod_lengths {
    width: 100%;
    font-size: 14px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-prod_lengths .values {
    display: flex;
    gap: 10px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-prod_lengths .item {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 300;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-prod_lengths .label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.flex_layout.winkelmand
    .pk-cart__wrap
    .pk-cart_item
    .pk-prod_lengths
    .item
    .quantity {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 0.5px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid var(--midnight);
}

@media screen and (max-width: 992px) {
    .flex_layout.winkelmand .pk-cart__wrap .pk-cart_item {
        flex-wrap: wrap;
    }

    .flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .prod-thumb {
        max-width: 75px;
        aspect-ratio: 4/3;
    }

    .flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-top_content {
        font-size: 18px;
        align-items: flex-start;
    }
}

.flex_layout.winkelmand .pk-cart__wrap .pk-row .pk-col_right {
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-row .pk-col_right .pk-cart_sidebar {
    width: 100%;
    position: sticky;
    top: 150px;
    background: var(--gray);
    z-index: 2;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-row .pk-col_right .wc-faq__wrap {
    margin-top: auto;
}

.flex_layout.winkelmand
    .pk-cart__wrap
    .pk-row
    .pk-col_right
    .pk-cart_sidebar
    .pk-col {
    display: flex;
    justify-content: space-between;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .cart-subtotal {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.flex_layout.winkelmand.pk-cart__wrap .pk-row .pk-cart_sidebar .subtotal-price {
    font-size: 22px;
    line-height: 1.2;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-coupon {
    margin: 24px 0;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(7, 36, 69, 0.08);
}

.flex_layout.winkelmand .pk-cart__wrap .pk-coupon_toggle .pk-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .toggle-text {
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-coupon .top-content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-coupon .top-content button.button {
    font-size: 14px;
    font-weight: 400;
}

.flex_layout.winkelmand
    .pk-cart__wrap
    .pk-cart_sidebar
    .pk-coupon_toggle
    .bottom-content {
    display: none;
}

.flex_layout.winkelmand .pk-cart_sidebar .order-total .total-price {
    font-weight: 700;
    text-align: right;
}

.flex_layout.winkelmand .pk-cart_sidebar .order-total .total-price strong {
    font-weight: 700;
}

.flex_layout.winkelmand
    .pk-cart__wrap
    .pk-cart_sidebar
    .order-total
    .total-price
    .includes_tax {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-button__wrap {
    margin-top: 24px;
}

.flex_layout.winkelmand
    .pk-cart__wrap
    .pk-cart_sidebar
    .pk-button__wrap
    a.button {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid var(--marine);
    background: var(--marine);
    transition: opacity 0.5s ease-in-out;
}

.flex_layout.winkelmand
    .pk-cart__wrap
    .pk-cart_sidebar
    .pk-button__wrap
    a.button:hover {
    opacity: 0.8;
}

/* FAQ (OVER JE BESTELLING */
.flex_layout.winkelmand .wc-faq__wrap .section-heading {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #3c151814;
}

.flex_layout.winkelmand .wc-faq__wrap h2 {
    font-size: clamp(
        21px,
        21px + (32 - 21) * ((100vw - 320px) / (1215 - 320)),
        32px
    );
    line-height: 1.1;
}

.flex_layout.winkelmand .wc-faq__item {
    color: rgba(7, 36, 69, 0.8);
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #3c151814;
    transition: all 0.5s ease-in-out;
}

.flex_layout.winkelmand .wc-faq__item .wc-faq__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    cursor: pointer;
}

.flex_layout.winkelmand .wc-faq__item .wc-faq__head h3 {
    font-weight: 600;
    line-height: 1;
}

.flex_layout.winkelmandp .wc-faq__item .wc-faq__head .icon {
    position: relative;
    width: 10px;
}

.flex_layout.winkelmand .wc-faq__item .wc-faq__head .icon span {
    display: block;
    position: absolute;
    width: 10px;
    height: 1.5px;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-color: currentColor;
    transform-origin: center;
    transition: transform 300ms ease-in-out;
}

.flex_layout.winkelmand .wc-faq__item .icon span:nth-child(2) {
    transform: rotate(90deg);
}

.flex_layout.winkelmand .wc-faq__item.open .icon span {
    transform: rotate(180deg);
}

.flex_layout.winkelmand .wc-faq__body {
    display: grid;
    grid-template-rows: 0fr;
    padding-inline: 0px;
    transition:
        grid-template-rows 300ms ease-in-out,
        padding-block 300ms ease-in-out;
}

.flex_layout.winkelmand .wc-faq__body .wc-faq__content {
    max-width: fit-content;
    max-width: 767px;
    opacity: 0.6;
    overflow: hidden;
}

.flex_layout.winkelmand .wc-faq__item.open .wc-faq__body {
    padding-block: 0px;
    grid-template-rows: 1fr;
    padding-top: 16px;
}

@media screen and (max-width: 768px) {
    .flex_layout.winkelmand
        .pk-cart__wrap
        .pk-row
        .pk-col_right
        .pk-cart_sidebar {
        position: relative;
        top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .flex_layout.winkelmand .pk-cart__wrap .pk-row .pk-col_right {
        max-width: 30%;
    }
}
