/* ============================================================
   curiositeas — WooCommerce layer
   Shop archive grid + cart/checkout/account column resets.
   Buttons use min-width:100% (robust against flex-shrink).
   ============================================================ */

/* ---------- shop / category header ---------- */
.shophead{text-align:center;padding:clamp(96px,11vw,140px) var(--pad) clamp(26px,4vw,48px);max-width:820px;margin:0 auto}
.shophead__title{font-family:var(--serif);font-weight:400;line-height:1.06;font-size:clamp(46px,8vw,104px);letter-spacing:-.02em;margin-bottom:22px}
.shophead__lead{max-width:560px;margin:0 auto;font-size:clamp(16px,1.3vw,19px);line-height:1.6;color:var(--grey)}
.shopwrap{padding-bottom:40px}

/* category chips */
.shopcats{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:0 var(--pad) 40px;max-width:1100px;margin:0 auto}
.shopcats a{display:inline-block;padding:9px 18px;border-radius:100px;background:var(--cream);color:var(--ink);font-size:14px;font-weight:600;border:1px solid transparent;transition:all .3s var(--ease)}
.shopcats a:hover{background:var(--body)}
.shopcats a.is-active{background:var(--berry);color:#fff}

/* shop grid = 3 per row (reuses .card component) */
.cards--3{grid-template-columns:repeat(3,1fr)}
@media(max-width:960px){.cards--3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.cards--3{grid-template-columns:1fr}}

.shop-empty{text-align:center;padding:60px var(--pad);color:var(--grey);font-size:18px}

/* pagination */
.tea-pagination{display:flex;justify-content:center;gap:8px;padding:20px var(--pad) 60px;flex-wrap:wrap}
.tea-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 12px;border-radius:100px;background:var(--cream);color:var(--ink);font-weight:600;transition:all .3s var(--ease)}
.tea-pagination .page-numbers.current,.tea-pagination .page-numbers:hover{background:var(--berry);color:#fff}

/* ============================================================
   WooCommerce cart / checkout / account — column resets
   ============================================================ */
.tea-woo{max-width:1280px;margin:0 auto;padding:clamp(90px,10vw,130px) var(--pad) 90px}
.tea-woo h1.entry-title,.tea-woo .woo-title{font-family:var(--serif);font-weight:400;font-size:clamp(38px,6vw,72px);line-height:1;letter-spacing:-.02em;margin-bottom:30px;text-align:center}

/* WC notices */
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--berry);background:var(--cream);border-radius:14px;list-style:none}
.woocommerce-message::before,.woocommerce-info::before{color:var(--berry)}

/* generic WC buttons -> brand */
.tea-woo .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{
  background:var(--ink);color:#fff;border-radius:100px;padding:14px 26px;font-weight:600;font-size:15px;border:0;transition:all .35s var(--ease);line-height:1}
.tea-woo .button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--berry);color:#fff}
.tea-woo .woocommerce .button.alt,.tea-woo .woocommerce button.button.alt,.tea-woo .woocommerce input.button.alt{background:var(--berry)}
.tea-woo .woocommerce .button.alt:hover{background:var(--ink)}
/* proceed-to-checkout + place order = full-width black pill (beats Elementor kit) */
.tea-woo .wc-proceed-to-checkout a.checkout-button.button.alt,.tea-woo .woocommerce #place_order{display:block;min-width:100%;width:100%;text-align:center;background:var(--ink);color:#fff;border-radius:100px;padding:16px 28px;font-weight:600;font-size:15px}
.tea-woo .wc-proceed-to-checkout a.checkout-button.button.alt:hover,.tea-woo .woocommerce #place_order:hover{background:var(--berry);color:#fff}
/* update-cart button disabled state */
.tea-woo .woocommerce button[name="update_cart"]:disabled,.tea-woo .woocommerce button[name="update_cart"][disabled]{background:#caa7ab;color:#fff;opacity:1;cursor:not-allowed}

/* ---------- CART: table | totals side-by-side ---------- */
.woocommerce-cart .woocommerce{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:40px}
.woocommerce-cart .woocommerce>.woocommerce-notices-wrapper,.woocommerce-cart .woocommerce>.wss-upsell-notice,.woocommerce-cart .woocommerce>form.checkout_coupon{flex:1 1 100%;width:100%;margin:0}
.woocommerce-cart .woocommerce-cart-form{flex:1 1 58%;min-width:min(100%,480px);margin:0}
.woocommerce table.shop_table{border-radius:16px;border-collapse:separate;border-spacing:0;overflow:hidden;background:var(--cream);border:0}
.woocommerce table.shop_table th{font-family:var(--serif);font-weight:400;font-size:16px}
.woocommerce table.cart img{width:72px;border-radius:12px}
.woocommerce-cart .cart-collaterals{flex:1 1 320px;max-width:460px;display:block;margin:0}
.woocommerce-cart .cart-collaterals .cart_totals{width:100%;float:none;margin-bottom:24px}
.woocommerce-cart .cart-collaterals .cross-sells{width:100%;margin-bottom:24px}
@media(max-width:860px){.woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .cart-collaterals{flex:1 1 100%;max-width:none}}

/* ---------- CHECKOUT: customer details | order review ---------- */
.woocommerce-checkout form.checkout{display:flow-root}
@media(min-width:861px){.woocommerce-checkout #customer_details{float:left;width:56%}.woocommerce-checkout #order_review_heading,.woocommerce-checkout .wss-cu,.woocommerce-checkout #order_review{float:right;width:40%;clear:right}}
.woocommerce-checkout #customer_details.col2-set{display:block}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{width:100%;float:none;max-width:none}
.woocommerce .col2-set:not(#customer_details),.woocommerce-page .col2-set:not(#customer_details){display:flex;gap:40px;flex-wrap:wrap;width:100%}
.woocommerce .col2-set:not(#customer_details) .col-1,.woocommerce .col2-set:not(#customer_details) .col-2{width:calc(50% - 20px);float:none;max-width:none}
@media(max-width:860px){.woocommerce .col2-set:not(#customer_details) .col-1,.woocommerce .col2-set:not(#customer_details) .col-2{width:100%}}
.woocommerce form .form-row{margin-bottom:14px}
.woocommerce .checkout .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce-page .select2-container--default .select2-selection--single{border:1px solid #e6d4d2;border-radius:12px;padding:12px 14px;background:#fff}
.woocommerce-checkout #order_review_heading{margin-top:0}
.woocommerce-checkout #payment{background:var(--cream);border-radius:16px}

/* ---------- MY ACCOUNT: nav + content side by side ---------- */
.woocommerce-account .woocommerce{display:flex;gap:40px;flex-wrap:wrap;align-items:flex-start;max-width:1280px;margin:0 auto}
.woocommerce-account .woocommerce-MyAccount-navigation{width:250px;flex:0 0 250px}
.woocommerce-account .woocommerce-MyAccount-content{flex:1;min-width:0;width:auto;float:none}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:12px 18px;border-radius:100px;background:var(--cream);color:var(--ink);font-weight:600}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:var(--berry);color:#fff}
@media(max-width:782px){.woocommerce-account .woocommerce{flex-direction:column}.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;flex:1 1 100%}}
/* account login/register two-col */
.woocommerce-account:not(.logged-in) .woocommerce>.u-columns,.woocommerce .u-columns.col2-set{display:flex;gap:40px;flex-wrap:wrap}
.woocommerce .u-columns .col-1,.woocommerce .u-columns .col-2{width:calc(50% - 20px)}
@media(max-width:782px){.woocommerce .u-columns .col-1,.woocommerce .u-columns .col-2{width:100%}}
/* ============ LEGAL / POLICY PAGES ============ */
.tea-legal{max-width:820px;margin:0 auto;padding:clamp(40px,7vw,110px) var(--pad) clamp(60px,9vw,120px);}
.tea-legal .tea-legal__head{margin-bottom:clamp(28px,4vw,48px);}
.tea-legal__eyebrow{font-family:var(--sans);text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--berry);margin:0 0 10px;}
.tea-legal h1{font-family:var(--serif);font-size:clamp(2rem,5vw,3.4rem);line-height:1.05;color:var(--ink);margin:0;}
.tea-legal__body{font-family:var(--sans);color:var(--grey);font-size:1.02rem;line-height:1.7;}
.tea-legal__body h2,.tea-legal__body h3{font-family:var(--serif);color:var(--ink);line-height:1.15;margin:2em 0 .5em;}
.tea-legal__body h2{font-size:1.6rem;}
.tea-legal__body h3{font-size:1.25rem;}
.tea-legal__body p{margin:0 0 1.1em;}
.tea-legal__body a{color:var(--berry);text-decoration:underline;text-underline-offset:3px;}
.tea-legal__body ul,.tea-legal__body ol{margin:0 0 1.1em;padding-left:1.3em;}
.tea-legal__body li{margin:.35em 0;}
/* ============ OVER ONS ============ */
.tea-about{max-width:1000px;margin:0 auto;padding:clamp(40px,7vw,110px) var(--pad) clamp(60px,9vw,120px);}
.tea-about__hero{max-width:760px;margin:0 0 clamp(30px,5vw,60px);}
.tea-about .eyebrow{font-family:var(--sans);text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--berry);display:block;margin:0 0 12px;}
.tea-about__title{font-family:var(--serif);font-size:clamp(2.2rem,5.5vw,4rem);line-height:1.02;color:var(--ink);margin:0 0 20px;}
.tea-about__intro{font-family:var(--sans);color:var(--grey);font-size:1.12rem;line-height:1.6;}
.tea-about__media{margin:0 0 clamp(30px,5vw,60px);border-radius:0 26px 26px 0;overflow:hidden;background:var(--pink);}
.tea-about__media img{width:100%;height:auto;display:block;object-fit:cover;}
.tea-about__body{max-width:760px;font-family:var(--sans);color:var(--grey);font-size:1.02rem;line-height:1.7;}
.tea-about__body h2,.tea-about__body h3{font-family:var(--serif);color:var(--ink);margin:1.8em 0 .4em;line-height:1.15;}
.tea-about__body h2{font-size:1.6rem;}
.tea-about__body h3{font-size:1.3rem;}
.tea-about__body p{margin:0 0 1.1em;}
.tea-about__body a{color:var(--berry);text-decoration:underline;text-underline-offset:3px;}
/* Payment gateway logos — keep intrinsic size, never stretch */
.tea-woo .payment_methods li img,.tea-woo ul.wc_payment_methods li label img,.tea-woo .wc_payment_method img,.tea-woo .wc-block-components-payment-method-icon{display:inline-block;width:auto!important;max-width:52px;height:auto;max-height:26px;margin:0 2px;vertical-align:middle;border-radius:4px;object-fit:contain}
.tea-woo ul.wc_payment_methods li.wc_payment_method{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;padding:14px 0;border-top:1px solid rgba(11,11,11,.08)}
.tea-woo ul.wc_payment_methods li.wc_payment_method>input[type=radio]{flex:0 0 auto;margin:0}
.tea-woo ul.wc_payment_methods li label{display:inline-flex;align-items:center;gap:8px;margin:0;flex:1 1 auto;cursor:pointer}
.tea-woo ul.wc_payment_methods li .payment_box{flex:1 0 100%;margin:6px 0 0}

/* ============================================================
   CART / CHECKOUT SPACING — toegevoegd 26-09-2026
   Alleen witruimte/padding. Geen bestaande regels gewijzigd.
   ============================================================ */

/* tabelcellen ademruimte + marge onder de tabellen */
.tea-woo .woocommerce table.shop_table th,
.tea-woo .woocommerce table.shop_table td{padding:16px 18px}
.tea-woo .woocommerce table.shop_table thead th{padding-top:20px;padding-bottom:20px}
.tea-woo .woocommerce table.shop_table{margin-bottom:clamp(20px,2.5vw,32px)}

/* actie-rij onderin de winkelwagen: couponveld los van de knop */
.tea-woo .woocommerce table.cart td.actions{padding:20px 18px}
.tea-woo .woocommerce table.cart td.actions .coupon{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:0 0 16px}
.tea-woo .woocommerce table.cart td.actions .coupon label{flex:1 1 100%;margin:0 0 2px;font-size:14px}
.tea-woo .woocommerce table.cart td.actions .coupon input.input-text{flex:1 1 200px;width:auto;min-width:0;margin:0;border:1px solid #e6d4d2;border-radius:100px;padding:13px 18px;background:#fff}
.tea-woo .woocommerce table.cart td.actions .coupon .button{flex:0 0 auto;margin:0}
.tea-woo .woocommerce table.cart td.actions > .button{margin:0}

/* los couponformulier (afrekenen + wagen) */
.tea-woo form.checkout_coupon,
.woocommerce-cart .tea-woo .woocommerce > form.checkout_coupon{padding:clamp(18px,2.4vw,26px);background:var(--cream);border:0;border-radius:16px;margin:0 0 clamp(20px,2.5vw,32px)}
.tea-woo form.checkout_coupon .form-row{margin:0}
.tea-woo form.checkout_coupon input.input-text{border:1px solid #e6d4d2;border-radius:100px;padding:13px 18px;background:#fff}

/* totalen-blok */
.tea-woo .cart_totals h2{font-family:var(--serif);font-weight:400;font-size:26px;margin:0 0 14px}
.tea-woo .cart_totals table.shop_table{margin-bottom:0}
.tea-woo .wc-proceed-to-checkout{padding:18px 0 0;margin:0}
.tea-woo .wc-proceed-to-checkout a.checkout-button{margin:0}
.tea-woo .cross-sells h2{font-family:var(--serif);font-weight:400;font-size:24px;margin:0 0 16px}

/* afrekenen: formulierblokken en betaalblok */
.tea-woo #customer_details{margin-bottom:clamp(20px,3vw,36px)}
.tea-woo .woocommerce-billing-fields,
.tea-woo .woocommerce-additional-fields{margin-bottom:clamp(18px,2.4vw,30px)}
.tea-woo .woocommerce-billing-fields h3,
.tea-woo .woocommerce-additional-fields h3{margin:0 0 14px}
.tea-woo h3#order_review_heading{margin:0 0 14px}
.tea-woo .woocommerce-checkout-review-order-table{margin-bottom:18px}
.tea-woo #payment{padding:clamp(18px,2.4vw,28px)}
.tea-woo #payment ul.wc_payment_methods{margin:0 0 18px;padding:0;list-style:none}
.tea-woo #payment .woocommerce-privacy-policy-text,
.tea-woo #payment .woocommerce-terms-and-conditions-wrapper{margin:0 0 14px}
.tea-woo #payment div.form-row.place-order{padding:18px 0 0;margin:0}

@media(max-width:560px){
  .tea-woo .woocommerce table.shop_table th,
  .tea-woo .woocommerce table.shop_table td{padding:13px 12px}
  .tea-woo .woocommerce table.cart td.actions{padding:16px 12px}
  .tea-woo .woocommerce table.cart td.actions .coupon input.input-text,
  .tea-woo .woocommerce table.cart td.actions .coupon .button{flex:1 1 100%}
}
