#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 {
    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 .product-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.flex_layout.winkelmand
    .pk-cart__wrap
    .pk-cart_item
    .pk-top_content
    .pk-edit_item,
.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-edit_item
    > a,
.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 .pk-edit_item {
    margin-bottom: 8px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-top_content .pk-edit_item > a,
.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-top_content .pk-remove_item > a {
    transition: opacity 0.3s ease-in-out;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-top_content .pk-edit_item > a:hover,
.flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-top_content .pk-remove_item > a:hover {
    opacity: 0.75;
}

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

.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 {
    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-cart_sidebar .cart-discount-total,
.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .cart-fees-total,
.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .cart-shipping-total {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .discount-price,
.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .fees-price,
.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .shipping-price {
    text-align: right;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .shipping-text {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.flex_layout.winkelmand span.tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    background: url("/wp-content/uploads/2025/11/Group-1171275024.svg") no-repeat center/contain;
}


.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{
    margin-top: 1rem;
}

.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_sidebar .pk-cart-shipping-note {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

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

body:has(.flex_layout.winkelmand) .cursor-tooltip {
    max-width: calc(100% - 3rem);
    width: 400px;
    color: var(--midnight);
    position: fixed;
    pointer-events: none;
    padding: 20px 30px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.15s ease;
    background: var(--White, rgba(255, 255, 255, 1));
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

body:has(.flex_layout.winkelmand) .cursor-tooltip p {
    margin: 0;
    white-space: pre-line;
}

body:has(.flex_layout.winkelmand) .cursor-tooltip p + p {
    margin-top: 12px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug {
    margin-top: 24px;
    padding: 16px;
    border: 1px dashed rgba(7, 36, 69, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.45;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__note,
.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__totals {
    margin: 0 0 10px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__package + .pk-cart-shipping-debug__package {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(7, 36, 69, 0.08);
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__package-head,
.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__selected {
    margin-bottom: 8px;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__items {
    margin: 0 0 10px 16px;
    padding: 0;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__rules {
    width: 100%;
    border-collapse: collapse;
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__rules th,
.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__rules td {
    padding: 6px 4px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid rgba(7, 36, 69, 0.08);
}

.flex_layout.winkelmand .pk-cart__wrap .pk-cart_sidebar .pk-cart-shipping-debug__rules th {
    font-weight: 700;
}

.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;
    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: 767px) {
    #pk_flex_content .flex_layout.winkelmand {
        padding-block: 20px 40px;
    }

    .flex_layout.winkelmand .pk-page__header {
        margin-bottom: 20px;
    }

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

    .flex_layout.winkelmand .pk-row {
        flex-direction: column;
    }

    .flex_layout.winkelmand .pk-cart__wrap .pk-cart_item {
        gap: 14px;
        padding: 14px;
    }

    .flex_layout.winkelmand .pk-cart__wrap .pk-cart_item .pk-top_content {
        font-size: 17px;
        margin-bottom: 10px;
        gap: 10px;
    }

    .flex_layout.winkelmand
        .pk-cart__wrap
        .pk-cart_item
        .pk-top_content
        .pk-edit_item
        > a,
    .flex_layout.winkelmand
        .pk-cart__wrap
        .pk-cart_item
        .pk-top_content
        .pk-remove_item
        > a {
        width: 36px;
        height: 36px;
    }

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

    .flex_layout.winkelmand .wc-faq__item {
        padding: 12px 14px;
    }

    .flex_layout.winkelmand
        .pk-cart__wrap
        .pk-row
        .pk-col_right
        .pk-cart_sidebar {
        position: relative;
        top: 0;
    }

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

@media screen and (min-width: 1199px) {
    .flex_layout.winkelmand .pk-col_left {
        max-width: 600px;
    }

    .flex_layout.winkelmand .pk-col_right {
        max-width: 495px;
    }

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