/* =====================================================
   HetZitGoed WooCommerce styling
===================================================== */

.hzg-woocommerce,
.woocommerce-page main,
.woocommerce main {
    background: var(--hzg-soft);
}

.hzg-woocommerce {
    padding: 72px 0 90px;
}

/* Algemene WooCommerce container */
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 22px;
    color: var(--hzg-text);
    font-size: 14px;
    font-weight: 700;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var(--hzg-pink);
    font-weight: 900;
}

/* Page title */
.woocommerce-products-header,
.woocommerce .page-title {
    margin-bottom: 28px;
}

.woocommerce .page-title {
    color: var(--hzg-dark);
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.055em;
    font-weight: 950;
}

/* Result count / sorting */
.woocommerce .woocommerce-result-count {
    color: var(--hzg-text);
    font-size: 15px;
    font-weight: 700;
}

.woocommerce .woocommerce-ordering select {
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(16,24,47,.12);
    border-radius: 14px;
    background: #fff;
    color: var(--hzg-dark);
    font-weight: 800;
}

/* Product grid */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 34px 0 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

/* =====================================================
   Product cards - mega strak
===================================================== */

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin: 34px 0 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

.woocommerce ul.products li.product {
    position: relative;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow: hidden;
    border-radius: 34px;
    background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
    border: 1px solid rgba(16, 24, 47, 0.06);
    box-shadow: 0 18px 52px rgba(16,24,47,.08);
    transition: transform .24s ease, box-shadow .24s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 76px rgba(16,24,47,.14);
}

/* subtiele gekleurde bol rechtsboven */
.woocommerce ul.products li.product::before {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(215, 42, 168, 0.10);
    z-index: 0;
}

/* link als card body */
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

/* afbeeldingblok */
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    margin: 0 0 18px !important;
    padding: 18px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 214, 72, .18), transparent 28%),
        radial-gradient(circle at 12% 85%, rgba(24, 118, 243, .10), transparent 24%),
        linear-gradient(180deg, #f8fcff 0%, #fff9f2 100%);
}

/* titel */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 56px;
    padding: 0 10px !important;
    margin: 0 0 10px !important;
    color: var(--hzg-dark);
    font-size: 18px !important;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 950;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* prijs */
.woocommerce ul.products li.product .price {
    display: block;
    padding: 0 10px;
    margin: 0 0 16px !important;
    color: #9b1f83 !important;
    font-size: 18px !important;
    font-weight: 950;
    line-height: 1.1;
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount {
    color: #ff0980 !important;
    font-size: 18px !important;
    font-weight: 950;
}

/* button */
.woocommerce ul.products li.product .button {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    min-height: 52px;
    margin: auto 10px 10px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    box-shadow: 0 14px 28px rgba(155,31,131,.24);
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    border: 0 !important;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.woocommerce ul.products li.product .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(155,31,131,.30);
}

/* category specifieke accentkleuren */
.woocommerce ul.products li.product.product_cat-springkussens::before {
    background: rgba(215, 42, 168, 0.10);
}

.woocommerce ul.products li.product.product_cat-stormbanen::before {
    background: rgba(24, 118, 243, 0.10);
}

.woocommerce ul.products li.product.product_cat-popcorn::before {
    background: rgba(255, 179, 0, 0.14);
}

.woocommerce ul.products li.product.product_cat-suikerspin::before {
    background: rgba(255, 105, 180, 0.12);
}

.woocommerce ul.products li.product.product_cat-slush-puppie::before {
    background: rgba(0, 188, 212, 0.10);
}

.woocommerce ul.products li.product.product_cat-pakketten::before {
    background: rgba(95, 189, 63, 0.12);
}
/* Sale badge */
.woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--hzg-pink);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
}

/* =====================================================
   Single product
===================================================== */

.single-product .hzg-woocommerce {
    padding-top: 64px;
}

.woocommerce div.product {
    display: grid;
    grid-template-columns: .95fr 1fr;
    gap: 52px;
    align-items: start;
    padding: 34px;
    border-radius: 36px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(16,24,47,.10);
}

.woocommerce div.product div.images {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce div.product div.images img {
    border-radius: 28px;
    background: linear-gradient(135deg, #dff6ff, #fff0c8);
}

.woocommerce div.product div.summary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce div.product .product_title {
    color: var(--hzg-dark);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.03;
    letter-spacing: -.05em;
    font-weight: 950;
    margin: 0 0 14px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--hzg-pink) !important;
    font-size: 28px !important;
    font-weight: 950;
    margin-bottom: 22px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    color: var(--hzg-text);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 26px;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin: 28px 0 !important;
}

.woocommerce .quantity .qty {
    width: 82px;
    min-height: 52px;
    border: 1px solid rgba(16,24,47,.12);
    border-radius: 16px;
    color: var(--hzg-dark);
    background: #fff;
    font-size: 16px;
    font-weight: 900;
}

.woocommerce div.product form.cart .button {
    min-height: 54px;
    padding: 0 28px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    box-shadow: 0 16px 34px rgba(155,31,131,.28);
    font-size: 16px !important;
    font-weight: 950 !important;
    border: 0 !important;
}

.woocommerce div.product .product_meta {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(16,24,47,.08);
    color: var(--hzg-text);
    font-size: 14px;
    font-weight: 700;
}

.woocommerce div.product .product_meta a {
    color: var(--hzg-pink);
    font-weight: 900;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs {
    grid-column: 1 / -1;
    margin-top: 34px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin: 0 0 22px !important;
    border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 !important;
    background: #f4faff !important;
    border-radius: 999px !important;
    margin: 0 8px 8px 0 !important;
    padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 18px !important;
    color: var(--hzg-dark) !important;
    font-weight: 950 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}

.woocommerce-Tabs-panel {
    padding: 24px !important;
    border-radius: 24px;
    background: #f8fcff;
    color: var(--hzg-text);
    line-height: 1.75;
}

/* =====================================================
   Notices
===================================================== */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border: 0 !important;
    border-radius: 22px;
    padding: 18px 22px !important;
    background: #fff !important;
    color: var(--hzg-dark) !important;
    box-shadow: 0 16px 44px rgba(16,24,47,.08);
    font-weight: 800;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--hzg-green) !important;
}

.woocommerce-error::before {
    color: var(--hzg-pink) !important;
}

/* =====================================================
   Cart / Checkout
===================================================== */

.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce .cart_totals,
.woocommerce .woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 28px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(16,24,47,.09);
    border: 1px solid rgba(16,24,47,.07);
}

.woocommerce table.shop_table {
    border: 0 !important;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.woocommerce table.shop_table th {
    color: var(--hzg-dark);
    font-weight: 950;
}

.woocommerce table.shop_table td {
    color: var(--hzg-text);
    font-weight: 700;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border-color: rgba(16,24,47,.08) !important;
    padding: 16px !important;
}

.woocommerce a.remove {
    color: var(--hzg-pink) !important;
    font-weight: 950;
}

.woocommerce a.remove:hover {
    background: var(--hzg-pink) !important;
    color: #fff !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    box-shadow: 0 16px 34px rgba(155,31,131,.25);
    border: 0 !important;
    font-weight: 950 !important;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.select2-container--default .select2-selection--single {
    min-height: 52px;
    border: 1px solid rgba(16,24,47,.12) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: var(--hzg-dark) !important;
    font-size: 15px;
    outline: none;
}

.woocommerce input.input-text,
.woocommerce textarea {
    padding: 0 16px !important;
}

.woocommerce textarea {
    padding-top: 14px !important;
}

.woocommerce form .form-row label {
    color: var(--hzg-dark);
    font-weight: 900;
}

.woocommerce-checkout #payment {
    border-radius: 24px;
    background: #f8fcff !important;
}

.woocommerce-checkout #payment div.payment_box {
    border-radius: 18px;
    background: #fff !important;
}

/* =====================================================
   Responsive
===================================================== */

@media (max-width: 1180px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .woocommerce ul.products li.product {
        padding: 12px !important;
        border-radius: 28px;
    }

    .woocommerce ul.products li.product a img {
        height: 220px;
        border-radius: 22px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 17px !important;
        min-height: auto;
    }

    .woocommerce ul.products li.product .button {
        min-height: 50px;
        font-size: 14px !important;
    }
}

/* =====================================================
   Product card button visible fix
===================================================== */

.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    padding: 14px !important;
    overflow: visible !important;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    display: block !important;
    height: auto !important;
    flex: 1 1 auto !important;
}

.woocommerce ul.products li.product a img {
    height: 230px;
    margin-bottom: 18px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 48px;
    margin-bottom: 12px !important;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 18px !important;
}

.woocommerce ul.products li.product .button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px) !important;
    min-height: 52px;
    margin: 0 10px 10px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    box-shadow: 0 14px 28px rgba(155,31,131,.24);
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    border: 0 !important;
    text-align: center;
    position: relative;
    z-index: 5;
}

.woocommerce ul.products li.product .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(155,31,131,.30);
}

@media (max-width: 640px) {
    .woocommerce ul.products li.product {
        padding: 12px !important;
        border-radius: 28px;
    }

    .woocommerce ul.products li.product a img {
        height: 210px;
    }

    .woocommerce ul.products li.product .button {
        width: calc(100% - 16px) !important;
        margin: 0 8px 8px !important;
        min-height: 50px;
        font-size: 14px !important;
    }
}

/* =====================================================
   Single product page - HetZitGoed premium layout
===================================================== */

.single-product .hzg-woocommerce {
    padding: 72px 0 96px;
    background:
        radial-gradient(circle at 12% 8%, rgba(215,42,168,.10), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(18,104,243,.10), transparent 30%),
        var(--hzg-soft);
}

/* Breadcrumb mooier */
.single-product .woocommerce-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin: 0 0 24px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(16,24,47,.07);
    box-shadow: 0 10px 30px rgba(16,24,47,.05);
}

/* Hoofdproduct: losse kaarten i.p.v. één groot vlak */
.single-product .woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/* Afbeelding kaart */
.single-product .woocommerce div.product div.images {
    position: relative;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 22px;
    border-radius: 36px;
    background: #fff;
    border: 1px solid rgba(16,24,47,.07);
    box-shadow: 0 24px 70px rgba(16,24,47,.10);
    overflow: hidden;
}

.single-product .woocommerce div.product div.images::before {
    content: "";
    position: absolute;
    right: -45px;
    top: -45px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: rgba(215,42,168,.10);
    z-index: 0;
}

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    position: relative;
    z-index: 2;
}

.single-product .woocommerce div.product div.images img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    border-radius: 28px;
    padding: 26px;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 214, 72, .18), transparent 28%),
        radial-gradient(circle at 12% 85%, rgba(24, 118, 243, .10), transparent 24%),
        linear-gradient(180deg, #f8fcff 0%, #fff9f2 100%);
}

/* Thumbnail gallery */
.single-product .woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin: 14px 0 0 !important;
    padding: 0 !important;
}

.single-product .woocommerce div.product div.images .flex-control-thumbs li {
    width: 72px !important;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #f8fcff;
}

.single-product .woocommerce div.product div.images .flex-control-thumbs li img {
    padding: 6px;
    border-radius: 14px;
    opacity: .75;
}

.single-product .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    opacity: 1;
    border-color: var(--hzg-pink);
}

/* Summary kaart */
.single-product .woocommerce div.product div.summary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 34px;
    border-radius: 36px;
    background: #fff;
    border: 1px solid rgba(16,24,47,.07);
    box-shadow: 0 24px 70px rgba(16,24,47,.10);
}

.single-product .woocommerce div.product .product_title {
    margin: 0 0 16px;
    color: var(--hzg-dark);
    font-size: clamp(36px, 4.2vw, 58px);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 950;
}

/* Prijs als mooi prijsblok */
.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 24px;
    padding: 12px 18px;
    border-radius: 999px;
    color: #9b1f83 !important;
    background: rgba(215,42,168,.10);
    font-size: 28px !important;
    font-weight: 950;
}

.single-product .woocommerce div.product p.price::before {
    content: "Vanaf ";
    margin-right: 6px;
    color: var(--hzg-text);
    font-size: 14px;
    font-weight: 900;
}

/* Korte beschrijving / specs */
.single-product .woocommerce-product-details__short-description {
    margin: 0 0 26px;
    padding: 24px;
    border-radius: 28px;
    background: #f8fcff;
    border: 1px solid rgba(16,24,47,.06);
    color: var(--hzg-text);
    font-size: 16px;
    line-height: 1.72;
}


.single-product .woocommerce-product-details__short-description p {
    margin: 0 0 14px;
}

.single-product .woocommerce-product-details__short-description strong {
    color: var(--hzg-dark);
    font-weight: 950;
}

/* Oude fullspring specs netjes als regels */
.single-product .woocommerce-product-details__short-description .fullspring,
.single-product .woocommerce-product-details__short-description .springleft,
.single-product .woocommerce-product-details__short-description .springright,
.single-product .woocommerce-product-details__short-description .specification-field__label,
.single-product .woocommerce-product-details__short-description .specification-field__value {
    font-size: 15px;
    line-height: 1.55;
}

.single-product .woocommerce-product-details__short-description .springleft,
.single-product .woocommerce-product-details__short-description .specification-field__label {
    display: block;
    margin-top: 8px;
    padding-left: 26px;
    position: relative;
    color: var(--hzg-dark);
    font-weight: 850;
}

.single-product .woocommerce-product-details__short-description .springleft::before,
.single-product .woocommerce-product-details__short-description .specification-field__label::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--hzg-green);
    font-weight: 950;
}

/* Cart formulier als reserveringsblok */
.single-product .woocommerce div.product form.cart {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    align-items: center;
    margin: 26px 0 0 !important;
    padding: 20px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 0%, rgba(215,42,168,.12), transparent 28%),
        linear-gradient(180deg, #ffffff, #fffaff);
    border: 1px solid rgba(16,24,47,.07);
    box-shadow: 0 16px 44px rgba(16,24,47,.07);
}

.single-product .woocommerce .quantity .qty {
    width: 100%;
    min-height: 56px;
    border: 1px solid rgba(16,24,47,.12);
    border-radius: 18px;
    color: var(--hzg-dark);
    background: #fff;
    font-size: 17px;
    font-weight: 950;
}

.single-product .woocommerce div.product form.cart .button {
    width: 100%;
    min-height: 58px;
    padding: 0 28px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    box-shadow: 0 16px 34px rgba(155,31,131,.28);
    font-size: 16px !important;
    font-weight: 950 !important;
    border: 0 !important;
    transition: transform .22s ease, box-shadow .22s ease;
}

.single-product .woocommerce div.product form.cart .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(155,31,131,.34);
}

/* Meta netjes klein */
.single-product .woocommerce div.product .product_meta {
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(16,24,47,.07);
    background: #f8fcff;
    color: var(--hzg-text);
    font-size: 14px;
    font-weight: 800;
}

.single-product .woocommerce div.product .product_meta a {
    color: #9b1f83;
    font-weight: 950;
}

/* Extra trustblok via CSS zonder HTML aanpassen */
.single-product .woocommerce div.product div.summary::after {
    content: "✓ Snel geregeld    ✓ Schoon geleverd    ✓ Veilig & duidelijk";
    display: block;
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 22px;
    color: var(--hzg-dark);
    background: rgba(95,189,63,.10);
    border: 1px solid rgba(95,189,63,.18);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.5;
}

/* Tabs als losse brede kaart */
.single-product .woocommerce div.product .woocommerce-tabs {
    grid-column: 1 / -1;
    margin-top: 42px;
    padding: 30px;
    border-radius: 36px;
    background: #fff;
    border: 1px solid rgba(16,24,47,.07);
    box-shadow: 0 24px 70px rgba(16,24,47,.10);
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 !important;
    margin: 0 0 24px !important;
    border: 0 !important;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 !important;
    background: #f4faff !important;
    border-radius: 999px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 13px 20px !important;
    color: var(--hzg-dark) !important;
    font-weight: 950 !important;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}

.single-product .woocommerce-Tabs-panel {
    padding: 26px !important;
    border-radius: 26px;
    background: #f8fcff;
    color: var(--hzg-text);
    line-height: 1.75;
}

.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h3 {
    color: var(--hzg-dark);
    font-weight: 950;
    letter-spacing: -.03em;
}

.single-product .woocommerce-Tabs-panel a {
    color: var(--hzg-pink) !important;
    font-weight: 900;
}

/* Reviews formulier in tabs */
.single-product #reviews,
.single-product #review_form_wrapper,
.single-product .comment-form {
    color: var(--hzg-dark);
}

.single-product .comment-form textarea,
.single-product .comment-form input[type="text"],
.single-product .comment-form input[type="email"] {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(16,24,47,.12);
    border-radius: 16px;
    background: #fff;
    padding: 12px 16px;
}

.single-product .comment-form .submit {
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ff007b, #ff3998);
    font-weight: 950;
    cursor: pointer;
}

/* Responsive single product */
@media (max-width: 980px) {
    .single-product .woocommerce div.product {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .single-product .woocommerce div.product div.images,
    .single-product .woocommerce div.product div.summary,
    .single-product .woocommerce div.product .woocommerce-tabs {
        border-radius: 30px;
    }
}

@media (max-width: 640px) {
    .single-product .hzg-woocommerce {
        padding: 42px 0 68px;
    }

    .single-product .woocommerce-breadcrumb {
        font-size: 12px;
        border-radius: 18px;
    }

    .single-product .woocommerce div.product div.images,
    .single-product .woocommerce div.product div.summary {
        padding: 18px;
        border-radius: 28px;
    }

    .single-product .woocommerce div.product div.images img {
        max-height: 320px;
        padding: 18px;
        border-radius: 22px;
    }

    .single-product .woocommerce div.product .product_title {
        font-size: 34px;
    }

    .single-product .woocommerce div.product p.price,
    .single-product .woocommerce div.product span.price {
        font-size: 23px !important;
    }

    .single-product .woocommerce-product-details__short-description {
        padding: 18px;
        border-radius: 22px;
        font-size: 15px;
    }

    .single-product .woocommerce div.product form.cart {
        grid-template-columns: 1fr;
        padding: 16px;
        border-radius: 24px;
    }

    .single-product .woocommerce div.product .woocommerce-tabs {
        padding: 18px;
        border-radius: 28px;
    }

    .single-product .woocommerce-Tabs-panel {
        padding: 18px !important;
    }

    .single-product .woocommerce div.product div.summary::after {
        font-size: 13px;
    }
}

/* =====================================================
   Archive product card option summary
===================================================== */

.woocommerce ul.products li.product .hzg-loop-option-summary {
    margin: 0 10px 14px;
    padding: 13px 14px;
    border-radius: 18px;
    background: #f8fcff;
    border: 1px solid rgba(16,24,47,.07);
}

.woocommerce ul.products li.product .hzg-loop-option-summary strong {
    display: block;
    margin-bottom: 8px;
    color: var(--hzg-dark);
    font-size: 13px;
    font-weight: 950;
}

.woocommerce ul.products li.product .hzg-loop-option-summary span {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: var(--hzg-text);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    padding: 4px 0;
    border-top: 1px solid rgba(16,24,47,.055);
}

.woocommerce ul.products li.product .hzg-loop-option-summary span:first-of-type {
    border-top: 0;
}

.woocommerce ul.products li.product .hzg-loop-option-summary em {
    color: #9b1f83;
    font-style: normal;
    font-weight: 950;
    white-space: nowrap;
}

.woocommerce ul.products li.product .hzg-loop-mini-text {
    margin: -4px 10px 14px;
    color: var(--hzg-text);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 750;
}

.woocommerce ul.products li.product .hzg-loop-options-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px) !important;
    min-height: 52px;
    margin: auto 10px 10px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    box-shadow: 0 14px 28px rgba(155,31,131,.24);
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    border: 0 !important;
    text-align: center;
}

.woocommerce ul.products li.product .hzg-loop-options-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(155,31,131,.30);
}

/* =====================================================
   Slush mini afbeeldingen op productkaart
===================================================== */

.woocommerce ul.products li.product .hzg-slush-thumb-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 10px 14px;
}

.woocommerce ul.products li.product .hzg-slush-thumb-item {
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(16,24,47,.07);
    box-shadow: 0 8px 20px rgba(16,24,47,.05);
    text-align: center;
}

.woocommerce ul.products li.product .hzg-slush-thumb-item img {
    width: 100%;
    height: 58px;
    object-fit: contain;
    margin: 0 0 6px !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
}

.woocommerce ul.products li.product .hzg-slush-thumb-item span {
    display: block;
    color: var(--hzg-dark);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
}

@media (max-width: 640px) {
    .woocommerce ul.products li.product .hzg-slush-thumb-item img {
        height: 52px;
    }

    .woocommerce ul.products li.product .hzg-slush-thumb-item span {
        font-size: 10px;
    }
}

.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
    transition: opacity .18s ease, transform .25s ease;
}

.woocommerce ul.products li.product.product_cat-slush-puppy .woocommerce-LoopProduct-link img {
    transition: opacity .22s ease, transform .22s ease;
}

.woocommerce ul.products li.product.product_cat-slush-puppy .woocommerce-LoopProduct-link img.hzg-img-fading {
    opacity: .25;
}

/* =====================================================
   Checkout rental period
===================================================== */

.hzg-ro-checkout-period {
    margin: 28px 0;
    padding: 26px;
    border-radius: 28px;
    background: #f8fcff;
    border: 1px solid rgba(16,24,47,.07);
    box-shadow: 0 16px 44px rgba(16,24,47,.06);
}

.hzg-ro-checkout-period h3 {
    margin: 0 0 8px;
    color: var(--hzg-pink);
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.035em;
}

.hzg-ro-checkout-intro {
    margin: 0 0 20px;
    color: var(--hzg-text);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
}

.hzg-ro-checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.hzg-ro-checkout-field-full {
    grid-column: 1 / -1;
}

.woocommerce .hzg-ro-checkout-period .form-row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.woocommerce .hzg-ro-checkout-period label {
    color: var(--hzg-dark);
    font-size: 14px;
    font-weight: 950;
}

.woocommerce .hzg-ro-checkout-period input,
.woocommerce .hzg-ro-checkout-period select {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(16,24,47,.12) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: var(--hzg-dark) !important;
    font-size: 15px;
    font-weight: 750;
}

@media (max-width: 640px) {
    .hzg-ro-checkout-period {
        padding: 20px;
        border-radius: 24px;
    }

    .hzg-ro-checkout-grid {
        grid-template-columns: 1fr;
    }

    .hzg-ro-checkout-field-full {
        grid-column: auto;
    }
}


/* =====================================================
   Category top with side info card
===================================================== */

.hzg-category-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-bottom: 26px;
}

.hzg-category-top.hzg-category-top-slush {
    grid-template-columns: minmax(0, 1fr) 390px;
}

.hzg-category-top-main {
    min-width: 0;
}

.hzg-category-side-card {
    padding: 28px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(16,24,47,.07);
    box-shadow: 0 20px 60px rgba(16,24,47,.08);
    position: relative;
    overflow: hidden;
}

.hzg-category-side-card::before {
    content: "";
    position: absolute;
    right: -38px;
    top: -38px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(215,42,168,.08);
}

.hzg-category-side-card::after {
    content: "";
    position: absolute;
    left: -24px;
    bottom: -24px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(18,104,243,.07);
}

.hzg-side-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(95,189,63,.12);
    color: #2a7c1f;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.hzg-category-side-card h2 {
    margin: 0 0 14px;
    color: var(--hzg-dark);
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -.04em;
    font-weight: 950;
    position: relative;
    z-index: 1;
}

.hzg-category-side-card p {
    margin: 0 0 18px;
    color: var(--hzg-text);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.hzg-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.hzg-side-list li {
    padding: 12px 14px;
    border-radius: 18px;
    background: #f8fcff;
    border: 1px solid rgba(16,24,47,.06);
    color: var(--hzg-text);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.hzg-side-list strong {
    color: var(--hzg-dark);
    font-weight: 950;
}

.hzg-side-highlight {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(215,42,168,.10), rgba(18,104,243,.08));
    color: var(--hzg-dark);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

@media (max-width: 980px) {
    .hzg-category-top.hzg-category-top-slush {
        grid-template-columns: 1fr;
    }

    .hzg-category-side-card {
        padding: 22px;
        border-radius: 24px;
    }

    .hzg-category-side-card h2 {
        font-size: 24px;
    }
}

.woocommerce .quantity .qty {
    display: none !important;
}

.single-product .woocommerce div.product form.cart {
    display: block !important;
}

/* =========================================
   ARCHIVE LAYOUT - MAIN LEFT / CARD RIGHT
========================================= */

.hzg-archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.hzg-archive-layout.is-slush {
    grid-template-columns: minmax(0, 1fr) 370px;
}

.hzg-archive-main {
    min-width: 0;
}

.hzg-archive-heading {
    margin-bottom: 34px;
}

.hzg-archive-side-card {
    position: sticky;
    top: 110px;
    overflow: hidden;
    padding: 28px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(16,24,47,.07);
    box-shadow: 0 20px 60px rgba(16,24,47,.08);
}

.hzg-archive-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
}

.hzg-archive-toolbar .woocommerce-result-count {
    float: none !important;
    margin: 0 !important;
}

.hzg-archive-toolbar .woocommerce-ordering {
    float: none !important;
    margin: 0 !important;
}

.hzg-archive-toolbar select {
    min-width: 270px;
}

/* Productgrid netjes links onder de titel */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

/* Slush kaart styling */
.hzg-archive-side-card::before {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(215,42,168,.08);
}

.hzg-archive-side-card::after {
    content: "";
    position: absolute;
    left: -24px;
    bottom: -24px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(18,104,243,.07);
}

.hzg-side-badge,
.hzg-archive-side-card h2,
.hzg-archive-side-card p,
.hzg-side-list,
.hzg-side-highlight {
    position: relative;
    z-index: 1;
}

.hzg-side-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(95,189,63,.12);
    color: #2a7c1f;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 14px;
}

.hzg-archive-side-card h2 {
    margin: 0 0 14px;
    color: var(--hzg-dark);
    font-size: 30px;
    line-height: 1.06;
    letter-spacing: -.04em;
    font-weight: 950;
}

.hzg-archive-side-card p {
    margin: 0 0 18px;
    color: var(--hzg-text);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
}

.hzg-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.hzg-side-list li {
    padding: 12px 14px;
    border-radius: 18px;
    background: #f8fcff;
    border: 1px solid rgba(16,24,47,.06);
    color: var(--hzg-text);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.hzg-side-list strong {
    color: var(--hzg-dark);
    font-weight: 950;
}

.hzg-side-highlight {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(215,42,168,.10), rgba(18,104,243,.08));
    color: var(--hzg-dark);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 800;
}

@media (max-width: 980px) {
    .hzg-archive-layout.is-slush {
        grid-template-columns: 1fr;
    }

    .hzg-archive-side-card {
        position: relative;
        top: auto;
        order: -1;
        padding: 22px;
        border-radius: 24px;
    }

    .hzg-archive-side-card h2 {
        font-size: 24px;
    }

    .hzg-archive-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .hzg-archive-toolbar select {
        width: 100%;
        min-width: 0;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}/* =========================================
   ARCHIVE LAYOUT - MAIN LEFT / CARD RIGHT
========================================= */

.hzg-archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.hzg-archive-layout.is-slush {
    grid-template-columns: minmax(0, 1fr) 370px;
}

.hzg-archive-main {
    min-width: 0;
}

.hzg-archive-heading {
    margin-bottom: 34px;
}

.hzg-archive-side-card {
    position: sticky;
    top: 110px;
    overflow: hidden;
    padding: 28px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(16,24,47,.07);
    box-shadow: 0 20px 60px rgba(16,24,47,.08);
}

.hzg-archive-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
}

.hzg-archive-toolbar .woocommerce-result-count {
    float: none !important;
    margin: 0 !important;
}

.hzg-archive-toolbar .woocommerce-ordering {
    float: none !important;
    margin: 0 !important;
}

.hzg-archive-toolbar select {
    min-width: 270px;
}

/* Productgrid netjes links onder de titel */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

/* Slush kaart styling */
.hzg-archive-side-card::before {
    content: "";
    position: absolute;
    right: -34px;
    top: -34px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(215,42,168,.08);
}

.hzg-archive-side-card::after {
    content: "";
    position: absolute;
    left: -24px;
    bottom: -24px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(18,104,243,.07);
}

.hzg-side-badge,
.hzg-archive-side-card h2,
.hzg-archive-side-card p,
.hzg-side-list,
.hzg-side-highlight {
    position: relative;
    z-index: 1;
}

.hzg-side-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(95,189,63,.12);
    color: #2a7c1f;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 14px;
}

.hzg-archive-side-card h2 {
    margin: 0 0 14px;
    color: var(--hzg-dark);
    font-size: 30px;
    line-height: 1.06;
    letter-spacing: -.04em;
    font-weight: 950;
}

.hzg-archive-side-card p {
    margin: 0 0 18px;
    color: var(--hzg-text);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
}

.hzg-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.hzg-side-list li {
    padding: 12px 14px;
    border-radius: 18px;
    background: #f8fcff;
    border: 1px solid rgba(16,24,47,.06);
    color: var(--hzg-text);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.hzg-side-list strong {
    color: var(--hzg-dark);
    font-weight: 950;
}

.hzg-side-highlight {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(215,42,168,.10), rgba(18,104,243,.08));
    color: var(--hzg-dark);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 800;
}

@media (max-width: 980px) {
    .hzg-archive-layout.is-slush {
        grid-template-columns: 1fr;
    }

    .hzg-archive-side-card {
        position: relative;
        top: auto;
        order: -1;
        padding: 22px;
        border-radius: 24px;
    }

    .hzg-archive-side-card h2 {
        font-size: 24px;
    }

    .hzg-archive-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .hzg-archive-toolbar select {
        width: 100%;
        min-width: 0;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   SLUSH ARCHIVE - COMPACTE 1 PRODUCT LAYOUT
========================================= */

.hzg-archive-layout.is-slush {
    grid-template-columns: 430px 380px;
    justify-content: center;
    gap: 90px;
    align-items: start;
}

.hzg-archive-layout.is-slush .hzg-archive-main {
    max-width: 430px;
}

.hzg-archive-layout.is-slush .hzg-archive-heading {
    margin-bottom: 28px;
}

.hzg-archive-layout.is-slush .woocommerce-products-header__title,
.hzg-archive-layout.is-slush .page-title {
    font-size: clamp(46px, 5vw, 68px);
    line-height: .95;
    margin-bottom: 18px;
}

.hzg-archive-layout.is-slush .term-description,
.hzg-archive-layout.is-slush .woocommerce-products-header p {
    max-width: 420px;
}

.hzg-archive-layout.is-slush ul.products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

.hzg-archive-layout.is-slush ul.products li.product {
    width: 100% !important;
    max-width: 430px !important;
}

.hzg-archive-layout.is-slush .hzg-archive-side-card {
    width: 380px;
    max-width: 100%;
}

/* Iets compacter op grote schermen */
@media (min-width: 981px) {
    .hzg-archive-layout.is-slush {
        padding-top: 20px;
    }
}

/* Tablet/mobiel weer onder elkaar */
@media (max-width: 980px) {
    .hzg-archive-layout.is-slush {
        grid-template-columns: 1fr;
        gap: 28px;
        justify-content: stretch;
    }

    .hzg-archive-layout.is-slush .hzg-archive-main,
    .hzg-archive-layout.is-slush ul.products li.product {
        max-width: 100% !important;
    }

    .hzg-archive-layout.is-slush .hzg-archive-side-card {
        width: 100%;
    }
}

/* Slush categorie: titel/omschrijving links verbergen */
.hzg-archive-layout.is-slush .hzg-archive-heading {
    display: none !important;
}

/* Slush productkaart netjes boven laten starten */
.hzg-archive-layout.is-slush {
    align-items: start;
}

/* =====================================================
   MOBILE PRODUCT PAGE FIX
===================================================== */

@media (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }

    .woocommerce .hzg-container {
        width: 100%;
        max-width: 100%;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    body.single-product .hzg-main.hzg-woocommerce {
        padding-top: 22px;
    }

    body.single-product div.product {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.single-product div.product div.images,
    body.single-product div.product div.summary {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.single-product div.product div.images {
        margin-bottom: 22px !important;
        padding: 22px 18px;
        border-radius: 28px;
        background: #fff;
        box-shadow: 0 18px 48px rgba(16, 24, 47, .08);
    }

    body.single-product div.product div.images img,
    body.single-product div.product div.images img.wp-post-image,
    body.single-product .woocommerce-product-gallery__image img {
        display: block !important;
        width: auto !important;
        max-width: 280px !important;
        height: auto !important;
        max-height: 260px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

  body.single-product div.product div.summary {
        padding: 24px 8px;
        border-radius: 28px;
        background: #fff;
        box-shadow: 0 18px 48px rgba(16, 24, 47, .08);
    }

    body.single-product div.product .product_title {
        font-size: 36px !important;
        line-height: 1.08 !important;
        letter-spacing: -.05em !important;
        text-align: left !important;
        margin: 0 0 16px !important;
    }

    body.single-product div.product p.price,
    body.single-product div.product span.price {
        font-size: 34px !important;
        line-height: 1 !important;
        margin: 0 0 22px !important;
    }

    body.single-product .woocommerce-product-details__short-description {
        margin: 0 0 24px !important;
        padding: 18px;
        border-radius: 22px;
        background: #f8fcff;
        border: 1px solid rgba(16, 24, 47, .06);
        color: #5b6472;
        font-size: 16px !important;
        line-height: 1.7 !important;
        text-align: left !important;
    }

    body.single-product .woocommerce-product-details__short-description p {
        font-size: 16px !important;
        line-height: 1.7 !important;
        text-align: left !important;
        margin-bottom: 14px;
    }
}


/* =====================================================
   MOBILE SLUSH OPTIONS FIX
===================================================== */

@media (max-width: 767px) {

    body.single-product .hzg-ro-options,
    body.single-product .hzg-rental-options,
    body.single-product .hzg-product-options {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.single-product .hzg-ro-options h2,
    body.single-product .hzg-ro-options h3,
    body.single-product .hzg-rental-options h2,
    body.single-product .hzg-rental-options h3 {
        font-size: 26px !important;
        line-height: 1.15 !important;
        margin-bottom: 18px !important;
    }

    body.single-product .hzg-ro-option,
    body.single-product .hzg-ro-field {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 16px !important;
    }

    body.single-product .hzg-ro-option > label,
    body.single-product .hzg-ro-field > label {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    body.single-product label:has(input[name="hzg_ro_options[slush_pakket]"]) {
        display: grid !important;
        grid-template-columns: 28px minmax(0, 1fr) 64px;
        align-items: center;
        gap: 12px;
        width: 100% !important;
        min-height: 86px;
        padding: 16px !important;
        border-radius: 22px !important;
        font-size: 16px !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    body.single-product label:has(input[name="hzg_ro_options[slush_pakket]"]) input {
        grid-column: 1;
        width: 22px !important;
        height: 22px !important;
        margin: 0 !important;
    }

    body.single-product .hzg-slush-option-thumb {
        grid-column: 3;
        width: 58px !important;
        height: 58px !important;
        margin-left: 0 !important;
        object-fit: contain !important;
        border-radius: 14px !important;
        padding: 5px !important;
    }

    body.single-product select[name^="hzg_ro_options"] {
        width: 100% !important;
        height: 54px !important;
        border-radius: 18px !important;
        padding: 0 16px !important;
        font-size: 16px !important;
        font-weight: 800 !important;
    }

    body.single-product label:has(input[type="checkbox"]) {
        font-size: 16px !important;
        line-height: 1.35 !important;
        padding: 16px !important;
        border-radius: 22px !important;
    }

    body.single-product label:has(input[type="checkbox"]) input {
        width: 24px !important;
        height: 24px !important;
        margin-right: 12px !important;
        flex: 0 0 auto;
    }

    body.single-product .hzg-ro-total,
    body.single-product .hzg-total-price,
    body.single-product .hzg-estimated-total {
        width: 100% !important;
        padding: 18px !important;
        border-radius: 22px !important;
        font-size: 16px !important;
    }
}


/* =====================================================
   MOBILE PRODUCT TABS / DESCRIPTION FIX
===================================================== */

@media (max-width: 767px) {

    body.single-product .woocommerce-tabs {
        margin-top: 28px !important;
    }

    body.single-product .woocommerce-tabs ul.tabs {
        display: flex !important;
        gap: 10px;
        overflow-x: auto;
        padding: 0 !important;
        margin: 0 0 18px !important;
        border: 0 !important;
    }

    body.single-product .woocommerce-tabs ul.tabs::before {
        display: none !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li {
        margin: 0 !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #f8fcff !important;
        white-space: nowrap;
    }

    body.single-product .woocommerce-tabs ul.tabs li.active {
        background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li a {
        padding: 14px 20px !important;
        font-size: 16px !important;
        font-weight: 900 !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li.active a {
        color: #fff !important;
    }

    body.single-product .woocommerce-Tabs-panel {
        padding: 24px 18px !important;
        border-radius: 28px !important;
        background: #fff !important;
        box-shadow: 0 18px 48px rgba(16, 24, 47, .08);
    }

    body.single-product .woocommerce-Tabs-panel h2 {
        font-size: 28px !important;
        line-height: 1.15 !important;
        margin-bottom: 18px !important;
    }

    body.single-product .woocommerce-Tabs-panel p,
    body.single-product .woocommerce-Tabs-panel li {
        font-size: 16px !important;
        line-height: 1.75 !important;
        text-align: left !important;
        color: #5b6472 !important;
    }
}


/* =====================================================
   MOBILE SLUSH CATEGORY FIX
===================================================== */

@media (max-width: 767px) {
	.woocommerce div.product {
		padding:8px!important;
	}

    .hzg-archive-layout.is-slush {
        display: block !important;
        padding-top: 0 !important;
    }

    .hzg-archive-layout.is-slush .hzg-archive-main,
    .hzg-archive-layout.is-slush ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hzg-archive-layout.is-slush .hzg-archive-side-card {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 24px !important;
        padding: 22px 18px !important;
        border-radius: 28px !important;
    }

    .hzg-archive-layout.is-slush .hzg-archive-side-card h2 {
        font-size: 26px !important;
        line-height: 1.1 !important;
    }

    .hzg-archive-layout.is-slush .hzg-archive-side-card p {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    .hzg-archive-layout.is-slush .hzg-side-list li,
    .hzg-archive-layout.is-slush .hzg-side-highlight {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr !important;
    }

    .woocommerce ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* =====================================================
   CART FINAL COMPACT FIX
   Zet helemaal onderaan woocommerce.css
===================================================== */

body.woocommerce-cart table.shop_table.cart {
    table-layout: fixed !important;
    width: 100% !important;
}

/* Kolombreedtes netjes verdelen */
body.woocommerce-cart table.shop_table.cart th.product-remove,
body.woocommerce-cart table.shop_table.cart td.product-remove {
    width: 58px !important;
}

body.woocommerce-cart table.shop_table.cart th.product-thumbnail,
body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    width: 105px !important;
}

body.woocommerce-cart table.shop_table.cart th.product-name,
body.woocommerce-cart table.shop_table.cart td.product-name {
    width: auto !important;
}

body.woocommerce-cart table.shop_table.cart th.product-price,
body.woocommerce-cart table.shop_table.cart td.product-price {
    width: 135px !important;
    text-align: right !important;
}

body.woocommerce-cart table.shop_table.cart th.product-quantity,
body.woocommerce-cart table.shop_table.cart td.product-quantity {
    width: 105px !important;
    text-align: center !important;
}

body.woocommerce-cart table.shop_table.cart th.product-subtotal,
body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    width: 145px !important;
    text-align: right !important;
}

/* Rij compacter */
body.woocommerce-cart table.shop_table.cart td {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

/* Productafbeelding */
body.woocommerce-cart .product-thumbnail img {
    width: 76px !important;
    height: 76px !important;
    object-fit: contain !important;
    border-radius: 18px !important;
    background: #f8fcff !important;
    padding: 8px !important;
}

/* Producttitel */
body.woocommerce-cart .product-name > a {
    display: block !important;
    margin-bottom: 12px !important;
    color: #07132d !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 950 !important;
}

/* Opties netjes als compact blok */
body.woocommerce-cart .product-name dl.variation {
    margin: 0 !important;
    padding: 14px 16px !important;
    max-width: 520px !important;
    display: grid !important;
    grid-template-columns: 125px minmax(0, 1fr) !important;
    gap: 8px 14px !important;
    background: #f8fcff !important;
    border: 1px solid rgba(16,24,47,.06) !important;
    border-radius: 18px !important;
}

body.woocommerce-cart .product-name dl.variation dt,
body.woocommerce-cart .product-name dl.variation dd {
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45 !important;
}

body.woocommerce-cart .product-name dl.variation dt {
    color: #07132d !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

body.woocommerce-cart .product-name dl.variation dd,
body.woocommerce-cart .product-name dl.variation dd p {
    color: #5b6472 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

/* Prijzen rustiger */
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
    color: #07132d !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}

/* Aantalveld gecentreerd */
body.woocommerce-cart .product-quantity .quantity {
    display: flex !important;
    justify-content: center !important;
}

body.woocommerce-cart .product-quantity input.qty {
    width: 68px !important;
    height: 46px !important;
}

/* Verwijderknop mooier gecentreerd */
body.woocommerce-cart td.product-remove {
    text-align: center !important;
}

body.woocommerce-cart a.remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* Coupon/update rij compacter */
body.woocommerce-cart td.actions {
    padding: 22px 24px !important;
}

body.woocommerce-cart td.actions .coupon {
    float: left !important;
}

body.woocommerce-cart td.actions > button[name="update_cart"] {
    float: right !important;
}


/* =====================================================
   CART MOBILE COMPACT OVERRIDE
===================================================== */

@media (max-width: 767px) {

    body.woocommerce-cart table.shop_table.cart,
    body.woocommerce-cart table.shop_table.cart tbody,
    body.woocommerce-cart table.shop_table.cart tr,
    body.woocommerce-cart table.shop_table.cart td {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-cart table.shop_table.cart tr.cart_item {
        display: grid !important;
        grid-template-columns: 44px 82px minmax(0, 1fr);
        gap: 12px !important;
        padding: 18px !important;
        position: relative;
    }

    body.woocommerce-cart table.shop_table.cart td.product-remove {
        grid-column: 1;
        grid-row: 1;
        padding: 0 !important;
        text-align: left !important;
    }

    body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
        grid-column: 2;
        grid-row: 1;
        padding: 0 !important;
    }

    body.woocommerce-cart table.shop_table.cart td.product-name {
        grid-column: 3;
        grid-row: 1;
        padding: 0 !important;
    }

    body.woocommerce-cart table.shop_table.cart td.product-price,
    body.woocommerce-cart table.shop_table.cart td.product-quantity,
    body.woocommerce-cart table.shop_table.cart td.product-subtotal {
        grid-column: 1 / -1;
        padding: 8px 0 0 !important;
        text-align: left !important;
    }

    body.woocommerce-cart .product-thumbnail img {
        width: 72px !important;
        height: 72px !important;
    }

    body.woocommerce-cart .product-name > a {
        font-size: 17px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        padding-right: 0 !important;
    }

    body.woocommerce-cart .product-name dl.variation {
        max-width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 4px !important;
        padding: 12px !important;
        border-radius: 16px !important;
    }

    body.woocommerce-cart .product-name dl.variation dt {
        margin-top: 6px !important;
    }

    body.woocommerce-cart .product-name dl.variation dt:first-child {
        margin-top: 0 !important;
    }

    body.woocommerce-cart .product-price,
    body.woocommerce-cart .product-subtotal {
        font-size: 16px !important;
        text-align: left !important;
    }

    body.woocommerce-cart .product-quantity .quantity {
        justify-content: flex-start !important;
    }

    body.woocommerce-cart td.actions .coupon,
    body.woocommerce-cart td.actions > button[name="update_cart"] {
        float: none !important;
        width: 100% !important;
    }
}

/* =====================================================
   HETZITGOED - CHECKOUT BLOCK PRO STYLING
===================================================== */

body.woocommerce-checkout .hzg-page-main {
    background: #f4faff;
    padding: 70px 0 90px;
}

body.woocommerce-checkout .hzg-page-container {
    max-width: 1180px;
}

body.woocommerce-checkout .hzg-page-content {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-checkout {
    margin: 0 !important;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 420px !important;
    gap: 32px !important;
    align-items: start !important;
}

/* Linkerkant formulier */
body.woocommerce-checkout .wc-block-checkout__main {
    background: #fff;
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 24px 70px rgba(16,24,47,.08);
    border: 1px solid rgba(16,24,47,.06);
}

/* Elke stap */
body.woocommerce-checkout .wc-block-components-checkout-step {
    margin: 0 0 30px !important;
    padding: 0 0 28px !important;
    border-bottom: 1px solid rgba(16,24,47,.07);
}

body.woocommerce-checkout .wc-block-components-checkout-step:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-checkout-step__title {
    color: #07132d !important;
    font-size: 28px !important;
    line-height: 1.1 !important;
    letter-spacing: -.03em !important;
    font-weight: 950 !important;
    margin: 0 0 18px !important;
}

/* Velden */
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-blocks-components-select__select {
    min-height: 58px !important;
    border-radius: 17px !important;
    border: 1px solid rgba(16,24,47,.12) !important;
    background: #f8fcff !important;
    color: #07132d !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select__label {
    color: #5b6472 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-blocks-components-select__select:focus {
    border-color: rgba(215,42,168,.45) !important;
    box-shadow: 0 0 0 4px rgba(215,42,168,.08) !important;
}

/* Rechter besteloverzicht */
body.woocommerce-checkout .wc-block-checkout__sidebar {
    position: sticky !important;
    top: 115px !important;
    background: #fff;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 24px 70px rgba(16,24,47,.08);
    border: 1px solid rgba(16,24,47,.06);
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
    padding: 0 0 20px !important;
    margin-bottom: 18px !important;
    border-bottom: 1px solid rgba(16,24,47,.07);
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    color: #07132d !important;
    font-size: 26px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    letter-spacing: -.03em !important;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price {
    color: var(--hzg-pink) !important;
    font-size: 22px !important;
    font-weight: 950 !important;
}

/* Product in besteloverzicht */
body.woocommerce-checkout .wc-block-components-order-summary-item {
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(16,24,47,.07);
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 66px !important;
    height: 66px !important;
    object-fit: contain !important;
    border-radius: 16px;
    background: #f8fcff;
    padding: 7px;
}

body.woocommerce-checkout .wc-block-components-product-name {
    color: #07132d !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 950 !important;
}

/* Product metadata in overzicht compacter */
body.woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none !important;
}

body.woocommerce-checkout .wc-block-components-product-details {
    display: grid !important;
    gap: 5px !important;
    margin-top: 10px !important;
}

body.woocommerce-checkout .wc-block-components-product-details > span {
    display: block !important;
    color: #5b6472 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 750 !important;
}

body.woocommerce-checkout .wc-block-components-product-details__name {
    color: #07132d !important;
    font-weight: 950 !important;
}

body.woocommerce-checkout .wc-block-components-product-details span[aria-hidden="true"] {
    display: none !important;
}

/* Totalen */
body.woocommerce-checkout .wc-block-components-totals-wrapper {
    border-top: 1px solid rgba(16,24,47,.07) !important;
    padding: 16px 0 !important;
}

body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__value {
    color: #07132d !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 22px !important;
    font-weight: 950 !important;
}

/* Betaalmethode melding */
body.woocommerce-checkout .wc-block-components-notice-banner {
    border-radius: 18px !important;
    border: 0 !important;
    background: #fff4f7 !important;
    color: #07132d !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

/* Plaats bestelling knop */
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    width: 100% !important;
    min-height: 64px !important;
    border: 0 !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    color: #fff !important;
    box-shadow: 0 18px 45px rgba(215,42,168,.25) !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button__text {
    font-size: 18px !important;
    font-weight: 950 !important;
}

/* Terms */
body.woocommerce-checkout .wc-block-checkout__terms {
    color: #5b6472 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    font-weight: 700 !important;
}


/* =====================================================
   CHECKOUT MOBILE
===================================================== */

@media (max-width: 900px) {
    body.woocommerce-checkout .wc-block-components-sidebar-layout {
        grid-template-columns: 1fr !important;
    }

    body.woocommerce-checkout .wc-block-checkout__sidebar {
        position: relative !important;
        top: auto !important;
        order: -1;
    }
}

@media (max-width: 767px) {
    body.woocommerce-checkout .hzg-page-main {
        padding: 28px 0 55px;
    }

    body.woocommerce-checkout .hzg-page-container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body.woocommerce-checkout .wc-block-checkout__main,
    body.woocommerce-checkout .wc-block-checkout__sidebar {
        padding: 22px 16px;
        border-radius: 24px;
    }

    body.woocommerce-checkout .wc-block-components-title,
    body.woocommerce-checkout .wc-block-components-checkout-step__title {
        font-size: 24px !important;
    }

    body.woocommerce-checkout .wc-block-components-text-input input,
    body.woocommerce-checkout .wc-blocks-components-select__select {
        min-height: 54px !important;
        border-radius: 16px !important;
        font-size: 15px !important;
    }

    body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
        font-size: 23px !important;
    }

    body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
        min-height: 58px !important;
        border-radius: 18px !important;
    }
}

/* =========================================================
   CHECKOUT — blok onder "Je bestelling"
========================================================= */

.woocommerce-checkout #payment {
    margin-top: 28px;
    padding: 28px;
    background: #f8fcff;
    border: 1px solid rgba(16, 24, 47, 0.08);
    border-radius: 28px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

/* lijst met betaalmethoden */
.woocommerce-checkout #payment ul.payment_methods {
    margin: 0 0 22px 0;
    padding: 0 0 18px 0;
    list-style: none;
    border-bottom: 1px solid rgba(16, 24, 47, 0.08);
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin: 0 0 12px 0;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid rgba(16, 24, 47, 0.08);
    border-radius: 18px;
}

/* melding: geen betaalmethoden */
.woocommerce-checkout #payment .woocommerce-info,
.woocommerce-checkout #payment .woocommerce-error,
.woocommerce-checkout #payment .woocommerce-message {
    margin: 0 0 22px 0;
    padding: 18px 20px 18px 48px;
    background: #fff5f7;
    border: 1px solid rgba(215, 42, 168, 0.14);
    border-radius: 18px;
    color: #10182f;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
    position: relative;
    box-shadow: 0 10px 24px rgba(16, 24, 47, 0.04);
}

.woocommerce-checkout #payment .woocommerce-info::before,
.woocommerce-checkout #payment .woocommerce-error::before,
.woocommerce-checkout #payment .woocommerce-message::before {
    content: "!";
    position: absolute;
    left: 18px;
    top: 17px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #ffedf7;
    color: var(--hzg-pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
}

/* privacytekst / voorwaarden */
.woocommerce-checkout #payment .place-order {
    margin-top: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(16, 24, 47, 0.08);
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
    margin: 0 0 18px 0;
    color: #5f6b7a;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
    margin: 0 0 12px 0;
}

/* knop */
.woocommerce-checkout #payment #place_order,
.woocommerce-checkout #payment .button.alt {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    min-height: 54px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #d72aa8 0%, #b91ca0 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(215, 42, 168, 0.24);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment .button.alt:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(215, 42, 168, 0.28);
    opacity: 0.96;
}

/* knop netjes rechts */
.woocommerce-checkout #payment .form-row.place-order {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
    padding: 0;
}

/* mobiel */
@media (max-width: 767px) {
    .woocommerce-checkout #payment {
        padding: 20px;
        border-radius: 22px;
    }

    .woocommerce-checkout #payment .woocommerce-info,
    .woocommerce-checkout #payment .woocommerce-error,
    .woocommerce-checkout #payment .woocommerce-message {
        padding: 16px 16px 16px 44px;
        font-size: 14px;
    }

    .woocommerce-checkout #payment .woocommerce-info::before,
    .woocommerce-checkout #payment .woocommerce-error::before,
    .woocommerce-checkout #payment .woocommerce-message::before {
        left: 15px;
        top: 15px;
    }

    .woocommerce-checkout #payment .form-row.place-order {
        align-items: stretch;
    }

    .woocommerce-checkout #payment #place_order,
    .woocommerce-checkout #payment .button.alt {
        width: 100%;
        min-width: 100%;
    }
}

/* =====================================================
   CHECKOUT ORDER REVIEW - PRODUCT DETAILS CLEAN FIX
===================================================== */

body.woocommerce-checkout table.woocommerce-checkout-review-order-table {
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
    border: 0 !important;
    border-bottom: 1px solid rgba(16,24,47,.07) !important;
    padding: 20px 24px !important;
    vertical-align: top !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table thead th {
    color: #07132d !important;
    font-size: 18px !important;
    font-weight: 950 !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-name {
    color: #07132d !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 950 !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-quantity {
    color: #5b6472 !important;
    font-weight: 900 !important;
}

/* De opties netjes als compact blok */
body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation {
    margin: 14px 0 0 !important;
    padding: 16px 18px !important;
    max-width: 680px !important;
    display: grid !important;
    grid-template-columns: 130px minmax(0, 1fr) !important;
    gap: 8px 14px !important;
    background: #f8fcff !important;
    border: 1px solid rgba(16,24,47,.07) !important;
    border-radius: 18px !important;
}

/* WooCommerce standaard float/margin slopen */
body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dt,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dd {
    float: none !important;
    clear: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45 !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dt {
    grid-column: 1 !important;
    color: #07132d !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dd {
    grid-column: 2 !important;
    color: #5b6472 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dd p {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

/* Tweede 'Extra opties:' label verbergen, waarde blijft wel staan */
body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dt.variation-Extraopties ~ dt.variation-Extraopties {
    color: transparent !important;
    font-size: 0 !important;
}

/* Prijskolom */
body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right !important;
    white-space: nowrap !important;
    color: #07132d !important;
    font-size: 17px !important;
    font-weight: 950 !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th {
    color: #07132d !important;
    font-size: 16px !important;
    font-weight: 950 !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total td {
    font-size: 20px !important;
    font-weight: 950 !important;
}

/* Mobiel */
@media (max-width: 767px) {
    body.woocommerce-checkout table.woocommerce-checkout-review-order-table,
    body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody,
    body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot,
    body.woocommerce-checkout table.woocommerce-checkout-review-order-table tr,
    body.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
    body.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-checkout table.woocommerce-checkout-review-order-table thead {
        display: none !important;
    }

    body.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
    body.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
        padding: 14px 16px !important;
        text-align: left !important;
    }

    body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation {
        grid-template-columns: 1fr !important;
        gap: 4px !important;
        padding: 14px !important;
    }

    body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dt,
    body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dd {
        grid-column: 1 !important;
    }

    body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dt {
        margin-top: 8px !important;
    }

    body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dt:first-child {
        margin-top: 0 !important;
    }

    body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total,
    body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
        text-align: left !important;
    }
}

/* =====================================================
   WOOCOMMERCE NOTICES - ICON FIX
===================================================== */

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    position: relative !important;
    padding: 22px 28px 22px 72px !important;
    border: 0 !important;
    border-radius: 26px !important;
    background: #fff !important;
    color: #07132d !important;
    font-size: 19px !important;
    line-height: 1.45 !important;
    font-weight: 950 !important;
    box-shadow: 0 18px 55px rgba(16,24,47,.07) !important;
    overflow: hidden !important;
}

/* standaard WooCommerce icoon goed positioneren */
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before {
    position: absolute !important;
    left: 28px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-size: 17px !important;
    font-weight: 950 !important;
}

/* succes */
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce .woocommerce-message::before {
    color: #2a9d2f !important;
}

/* info */
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce .woocommerce-info::before {
    color: #1976f3 !important;
}

/* fout */
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce .woocommerce-error::before {
    color: var(--hzg-pink) !important;
}

.woocommerce .button.wc-forward {
color:#fff!important;
}

/* link in melding */
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a {
    color: var(--hzg-pink)!important;
    font-weight: 950 !important;
    text-decoration: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce-notices-wrapper .woocommerce-info a:hover,
.woocommerce-notices-wrapper .woocommerce-error a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-error a:hover {
    text-decoration: underline !important;
}

/* lege winkelwagen tekst */
.woocommerce-cart .cart-empty {
    margin-top: 24px !important;
    margin-bottom: 28px !important;
}

/* terug naar winkel knop */
.woocommerce-cart .return-to-shop {
    margin-top: 26px !important;
}

.woocommerce-cart .return-to-shop .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 58px !important;
    padding: 0 34px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    box-shadow: 0 16px 38px rgba(215,42,168,.24) !important;
}

@media (max-width: 767px) {
    .woocommerce-notices-wrapper .woocommerce-message,
    .woocommerce-notices-wrapper .woocommerce-info,
    .woocommerce-notices-wrapper .woocommerce-error,
    .woocommerce .woocommerce-message,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-error {
        padding: 18px 18px 18px 58px !important;
        border-radius: 22px !important;
        font-size: 16px !important;
    }

    .woocommerce-notices-wrapper .woocommerce-message::before,
    .woocommerce-notices-wrapper .woocommerce-info::before,
    .woocommerce-notices-wrapper .woocommerce-error::before,
    .woocommerce .woocommerce-message::before,
    .woocommerce .woocommerce-info::before,
    .woocommerce .woocommerce-error::before {
        left: 22px !important;
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
        font-size: 15px !important;
    }
}

/* =====================================================
   CART COUPON / UPDATE ROW - FINAL FIX
===================================================== */

body.woocommerce-cart td.actions {
    padding: 28px 34px !important;
    background: #fff !important;
}

body.woocommerce-cart td.actions::after {
    content: "";
    display: block;
    clear: both;
}

/* Coupon blok links */
body.woocommerce-cart td.actions .coupon {
    float: left !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: auto !important;
    max-width: 520px !important;
}

/* Waardebon input */
body.woocommerce-cart td.actions .coupon input.input-text {
    width: 190px !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 22px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(16,24,47,.10) !important;
    background: #fff !important;
    color: #07132d !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 28px rgba(16,24,47,.04) !important;
    outline: none !important;
}

body.woocommerce-cart td.actions .coupon input.input-text::placeholder {
    color: #8b94a3 !important;
    font-weight: 700 !important;
}

body.woocommerce-cart td.actions .coupon input.input-text:focus {
    border-color: rgba(215,42,168,.45) !important;
    box-shadow: 0 0 0 4px rgba(215,42,168,.09), 0 10px 28px rgba(16,24,47,.04) !important;
}

/* Waardebon toepassen knop */
body.woocommerce-cart td.actions .coupon button.button {
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 30px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    box-shadow: 0 16px 38px rgba(215,42,168,.24) !important;
}

/* Update winkelwagen knop rechts */
body.woocommerce-cart td.actions > button[name="update_cart"] {
    float: right !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 34px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #ff007b, #ff3998) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    box-shadow: 0 16px 38px rgba(215,42,168,.20) !important;
}

/* Disabled update knop rustiger */
body.woocommerce-cart td.actions > button[name="update_cart"]:disabled,
body.woocommerce-cart td.actions > button[name="update_cart"][disabled] {
    opacity: .45 !important;
    cursor: not-allowed !important;
    filter: grayscale(.15) !important;
    box-shadow: none !important;
}

/* Hover */
body.woocommerce-cart td.actions .coupon button.button:hover,
body.woocommerce-cart td.actions > button[name="update_cart"]:not(:disabled):hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 46px rgba(215,42,168,.28) !important;
}

/* Mobiel netjes onder elkaar */
@media (max-width: 767px) {
    body.woocommerce-cart td.actions {
        padding: 20px !important;
    }

    body.woocommerce-cart td.actions .coupon {
        float: none !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 12px !important;
    }

    body.woocommerce-cart td.actions .coupon input.input-text,
    body.woocommerce-cart td.actions .coupon button.button,
    body.woocommerce-cart td.actions > button[name="update_cart"] {
        width: 100% !important;
        float: none !important;
    }

    body.woocommerce-cart td.actions > button[name="update_cart"] {
        margin-top: 14px !important;
    }
}

.hzg-popcorn-thumb-strip {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.hzg-popcorn-thumb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.hzg-popcorn-thumb-item img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(16,24,47,.08);
    box-shadow: 0 8px 20px rgba(16,24,47,.06);
}

.hzg-popcorn-thumb-item span {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--hzg-dark, #10182f);
    text-align: center;
}

/* =====================================================
   POPCORN ARCHIVE CARD FIX
   Overzichtspagina / categorie popcorn
===================================================== */

.woocommerce ul.products li.product.product_cat-popcorn .hzg-loop-option-summary {
    margin-top: 14px !important;
    padding: 14px 16px !important;
    border-radius: 18px !important;
    background: #f8fcff !important;
    border: 1px solid rgba(16,24,47,.07) !important;
    display: grid !important;
    gap: 7px !important;
}

.woocommerce ul.products li.product.product_cat-popcorn .hzg-loop-option-summary strong {
    display: block !important;
    color: #07132d !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

.woocommerce ul.products li.product.product_cat-popcorn .hzg-loop-option-summary span {
    display: flex !important;
    justify-content: space-between !important;
    gap: 10px !important;
    color: #5b6472 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    border-bottom: 1px solid rgba(16,24,47,.05) !important;
    padding-bottom: 5px !important;
}

.woocommerce ul.products li.product.product_cat-popcorn .hzg-loop-option-summary span:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce ul.products li.product.product_cat-popcorn .hzg-loop-option-summary em {
    color: var(--hzg-pink) !important;
    font-style: normal !important;
    font-weight: 950 !important;
}

/* Popcorn thumbnails naast elkaar */
.woocommerce ul.products li.product.product_cat-popcorn .hzg-popcorn-thumb-strip {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 14px !important;
}

.woocommerce ul.products li.product.product_cat-popcorn .hzg-popcorn-thumb-item {
    display: grid !important;
    place-items: center !important;
    gap: 6px !important;
    padding: 10px 8px !important;
    border-radius: 16px !important;
    background: #fff !important;
    border: 1px solid rgba(16,24,47,.07) !important;
    box-shadow: 0 10px 24px rgba(16,24,47,.04) !important;
}

.woocommerce ul.products li.product.product_cat-popcorn .hzg-popcorn-thumb-item img {
    width: 74px !important;
    height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
    object-fit: contain !important;
    border-radius: 12px !important;
    background: #fff !important;
    padding: 4px !important;
    box-shadow: none !important;
}

.woocommerce ul.products li.product.product_cat-popcorn .hzg-popcorn-thumb-item span {
    color: #07132d !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
    text-align: center !important;
}

/* Popcorn hoofdafbeelding minder groot / netter */
.woocommerce ul.products li.product.product_cat-popcorn img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product.product_cat-popcorn .woocommerce-LoopProduct-link img {
    object-fit: contain !important;
}

/* Mobiel iets compacter */
@media (max-width: 767px) {
    .woocommerce ul.products li.product.product_cat-popcorn .hzg-popcorn-thumb-item img {
        width: 64px !important;
        height: 64px !important;
        max-width: 64px !important;
        max-height: 64px !important;
    }

    .woocommerce ul.products li.product.product_cat-popcorn .hzg-popcorn-thumb-item {
        padding: 9px 6px !important;
    }
}

/* =====================================================
   SINGLE PRODUCT - RELATED PRODUCTS
===================================================== */

.single-product .related.products {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 70px;
    padding: 46px 0 20px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.single-product .related.products > h2 {
    margin: 0 0 26px;
    color: #07132d;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 950;
}

.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .related.products ul.products li.product {
    width: auto !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 18px !important;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.09);
    border: 1px solid rgba(15, 23, 42, 0.06);
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.single-product .related.products ul.products li.product::before {
    display: none !important;
}

.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    flex: 1;
}

.single-product .related.products ul.products li.product img {
    width: 100% !important;
    height: 190px !important;
    object-fit: contain;
    object-position: center;
    margin: 0 0 8px !important;
    padding: 18px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 85% 0%, rgba(215, 42, 168, 0.13), transparent 34%),
        linear-gradient(135deg, #f8fbff, #fffaf1);
}

.single-product .related.products .woocommerce-loop-product__title {
    min-height: 48px;
    margin: 0 !important;
    padding: 0 !important;
    color: #07132d;
    font-size: 17px !important;
    line-height: 1.22;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.single-product .related.products .price {
    display: block;
    margin: 2px 0 0 !important;
    color: #b31991 !important;
    font-size: 18px !important;
    font-weight: 950 !important;
}

.single-product .related.products .hzg-loop-mini-text {
    margin-top: 4px;
    color: #465169;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 750;
}

.single-product .related.products .hzg-loop-options-button,
.single-product .related.products a.button {
    width: 100%;
    margin-top: 16px !important;
    padding: 14px 18px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #d72aa8, #aa168a) !important;
    color: #ffffff !important;
    text-align: center;
    font-weight: 950 !important;
    border: 0 !important;
    box-shadow: 0 14px 30px rgba(215, 42, 168, 0.22);
}

.single-product .related.products .hzg-loop-options-button:hover,
.single-product .related.products a.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(215, 42, 168, 0.30);
}

/* Tablet */
@media (max-width: 1100px) {
    .single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Mobiel */
@media (max-width: 640px) {
    .single-product .related.products {
        margin-top: 46px;
        padding-top: 34px;
    }

    .single-product .related.products ul.products {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .single-product .related.products ul.products li.product img {
        height: 210px !important;
    }
}

/* =====================================================
   CART - OVERRIDE WAARDEBON BUTTON BLUE
   Moet onderaan blijven staan
===================================================== */

body.woocommerce-cart table.shop_table td.actions .coupon button.button[name="apply_coupon"],
body.woocommerce-cart td.actions .coupon button.button[name="apply_coupon"],
body.woocommerce-cart .coupon button.button[name="apply_coupon"],
body.woocommerce-cart .coupon .button[name="apply_coupon"] {
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 30px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #1976f3, #0f57c8) !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    box-shadow: 0 14px 32px rgba(25, 118, 243, 0.24) !important;
}

body.woocommerce-cart table.shop_table td.actions .coupon button.button[name="apply_coupon"]:hover,
body.woocommerce-cart td.actions .coupon button.button[name="apply_coupon"]:hover,
body.woocommerce-cart .coupon button.button[name="apply_coupon"]:hover,
body.woocommerce-cart .coupon .button[name="apply_coupon"]:hover {
    background: linear-gradient(135deg, #2385ff, #105ed9) !important;
    box-shadow: 0 18px 40px rgba(25, 118, 243, 0.34) !important;
    transform: translateY(-2px);
}

/* =====================================================
   CART MOBILE - CLEAN FINAL RESET
   Deze moet helemaal onderaan blijven staan
===================================================== */

@media (max-width: 768px) {
	.woocommerce-cart-form, .woocommerce-checkout, .woocommerce .cart_totals, .woocommerce .woocommerce-checkout-review-order, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register
	{
		padding: 8px!important;
	}

    body.woocommerce-cart table.shop_table.cart,
    body.woocommerce-cart table.shop_table.cart tbody,
    body.woocommerce-cart table.shop_table.cart tr.cart_item,
    body.woocommerce-cart table.shop_table.cart tr.cart_item td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-cart table.shop_table.cart thead {
        display: none !important;
    }

    body.woocommerce-cart table.shop_table.cart tr.cart_item {
        position: relative !important;
        margin: 0 0 18px !important;
        padding: 22px !important;
        border-radius: 28px !important;
        background: #ffffff !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08) !important;
        overflow: hidden !important;
    }

    body.woocommerce-cart table.shop_table.cart tr.cart_item td {
        position: static !important;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
        text-align: left !important;
    }

    body.woocommerce-cart table.shop_table_responsive tr td::before {
        display: none !important;
        content: none !important;
    }

    /* Verwijderknop */
    body.woocommerce-cart td.product-remove {
        margin-bottom: 10px !important;
    }

    body.woocommerce-cart td.product-remove a.remove {
        width: 36px !important;
        height: 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 999px !important;
        background: #fff3fb !important;
        color: var(--hzg-pink) !important;
        font-size: 24px !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        text-decoration: none !important;
    }

    /* Afbeelding netjes bovenaan */
    body.woocommerce-cart td.product-thumbnail {
        margin-bottom: 14px !important;
        text-align: center !important;
    }

    body.woocommerce-cart td.product-thumbnail a {
        display: inline-block !important;
    }

    body.woocommerce-cart td.product-thumbnail img {
        width: 130px !important;
        height: 110px !important;
        object-fit: contain !important;
        padding: 14px !important;
        border-radius: 22px !important;
        background: linear-gradient(135deg, #f8fbff, #fffaf1) !important;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07) !important;
    }

    /* Productnaam */
    body.woocommerce-cart td.product-name {
        padding: 0 !important;
        min-height: 0 !important;
    }

    body.woocommerce-cart td.product-name > a {
        display: block !important;
        margin: 0 0 14px !important;
        color: #07132d !important;
        font-size: 18px !important;
        line-height: 1.25 !important;
        font-weight: 950 !important;
        text-decoration: none !important;
        text-align: left !important;
        word-break: normal !important;
    }

    /* Opties gewoon volle breedte */
    body.woocommerce-cart td.product-name dl.variation {
        display: grid !important;
        grid-template-columns: 115px minmax(0, 1fr) !important;
        gap: 8px 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 16px !important;
        padding: 16px !important;
        border-radius: 18px !important;
        background: #f8fbff !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        overflow: hidden !important;
    }

    body.woocommerce-cart td.product-name dl.variation dt,
    body.woocommerce-cart td.product-name dl.variation dd {
        float: none !important;
        clear: none !important;
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    body.woocommerce-cart td.product-name dl.variation dt {
        color: #07132d !important;
        font-weight: 950 !important;
    }

    body.woocommerce-cart td.product-name dl.variation dd,
    body.woocommerce-cart td.product-name dl.variation dd p {
        color: #465169 !important;
        font-weight: 800 !important;
    }

    body.woocommerce-cart td.product-name dl.variation dd p {
        margin: 0 !important;
    }

    /* Prijs / aantal / subtotaal */
    body.woocommerce-cart td.product-price,
    body.woocommerce-cart td.product-quantity,
    body.woocommerce-cart td.product-subtotal {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        padding: 14px 0 !important;
        border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
        color: #07132d !important;
        font-weight: 950 !important;
    }

    body.woocommerce-cart td.product-price::before {
        display: block !important;
        content: "Prijs:" !important;
        color: #64748b !important;
        font-size: 15px !important;
        font-weight: 950 !important;
    }

    body.woocommerce-cart td.product-quantity::before {
        display: block !important;
        content: "Aantal:" !important;
        color: #64748b !important;
        font-size: 15px !important;
        font-weight: 950 !important;
    }

    body.woocommerce-cart td.product-subtotal::before {
        display: block !important;
        content: "Subtotaal:" !important;
        color: #64748b !important;
        font-size: 15px !important;
        font-weight: 950 !important;
    }

    body.woocommerce-cart td.product-price .amount,
    body.woocommerce-cart td.product-subtotal .amount {
        color: #07132d !important;
        font-size: 17px !important;
        font-weight: 950 !important;
    }

    body.woocommerce-cart td.product-quantity .quantity {
        margin: 0 !important;
    }

    body.woocommerce-cart td.product-quantity input.qty {
        width: 76px !important;
        height: 44px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(15, 23, 42, 0.14) !important;
        background: #fff !important;
        color: #07132d !important;
        text-align: center !important;
        font-weight: 950 !important;
    }
}

@media (max-width: 420px) {
    body.woocommerce-cart td.product-name dl.variation {
        grid-template-columns: 1fr !important;
        gap: 5px !important;
    }

    body.woocommerce-cart td.product-name dl.variation dt {
        margin-top: 8px !important;
    }

    body.woocommerce-cart td.product-name dl.variation dt:first-child {
        margin-top: 0 !important;
    }
	
}