/* =============================================================
   KamagraKopen247.nl – shop screens
   Shop grid, cart, checkout, thank-you, account, WooCommerce notices.
   Loaded after style.css; reuses its tokens, buttons and cards.
   ============================================================= */

/* ---------- Shared ---------- */
.shop-page { padding: 28px 0 72px; background: linear-gradient(180deg, #f6faff 0%, #fff 320px); }
.shop-page__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 26px 0 24px; }
.shop-page__head h1 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); margin: 0; }
.shop-page__count { font-size: 0.9rem; color: var(--muted); font-weight: 600; }
.link-arrow--back svg { transform: rotate(180deg); }
.link-arrow--back:hover svg { transform: rotate(180deg) translateX(4px); }

.shop-assurances { display: grid; gap: 10px; margin-top: 18px; padding: 18px 20px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.shop-assurances li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.86rem; color: var(--muted); line-height: 1.4; }
.shop-assurances svg { width: 18px; height: 18px; flex: none; color: var(--green); margin-top: 1px; }

/* Progress: Winkelwagen → Gegevens → Bevestiging */
.steps { display: flex; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps__item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; font-weight: 600; color: #9aa7ba; }
.steps__item + .steps__item::before { content: ""; width: 48px; height: 2px; background: var(--border); margin: 0 14px; border-radius: 2px; }
.steps__item.is-done + .steps__item::before, .steps__item.is-done::before { background: var(--green); }
.steps__num { width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 0.82rem; font-weight: 800; background: #fff; border: 2px solid var(--border); color: #9aa7ba; flex: none; }
.steps__num svg { width: 14px; height: 14px; }
.steps__item.is-current { color: var(--navy); }
.steps__item.is-current .steps__num { background: var(--navy); border-color: var(--navy); color: #fff; }
.steps__item.is-done { color: var(--green-dark); }
.steps__item.is-done .steps__num { background: var(--green); border-color: var(--green); color: #fff; }
.steps__item a { color: inherit; }

/* WooCommerce notices */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { list-style: none; margin: 0 0 20px; padding: 14px 18px; border-radius: var(--radius-sm); font-size: 0.92rem; border: 1px solid; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; }
.woocommerce-message { background: var(--green-50); border-color: #bfe6cf; color: #145c33; }
.woocommerce-info { background: var(--blue-50); border-color: var(--blue-200); color: var(--navy-2); }
.woocommerce-error { background: #fff1f1; border-color: #f3c2c2; color: #8a1f1f; }
.woocommerce-error li, .woocommerce-message li, .woocommerce-info li { margin: 0; }
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button { margin-left: auto; padding: 8px 14px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 700; font-size: 0.82rem; border: 0; cursor: pointer; }

/* Woo's generic buttons that we do not otherwise touch */
.woocommerce .button, .woocommerce button.button, .woocommerce a.button { font-family: inherit; }

/* ---------- Shop grid ---------- */
.shop-archive .section-head { align-items: flex-end; flex-wrap: wrap; }
.shop-archive__lead { color: var(--muted); max-width: 60ch; margin: 8px 0 0; }
.shop-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.shop-filters a { padding: 9px 16px; border-radius: 999px; border: 1px solid var(--border); background: #fff; font-size: 0.86rem; font-weight: 600; color: var(--navy); }
.shop-filters a:hover { border-color: var(--blue-200); background: var(--blue-50); }
.shop-filters a.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.woocommerce-result-count, .woocommerce-ordering { display: none; }
.woocommerce-pagination { margin-top: 36px; }
.woocommerce-pagination ul.page-numbers { display: flex; gap: 8px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.woocommerce-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: var(--navy); font-weight: 600; }
.woocommerce-pagination .page-numbers.current { background: var(--navy); border-color: var(--navy); color: #fff; }
.woocommerce-no-products-found { padding: 40px; text-align: center; color: var(--muted); }

/* ---------- Cart ---------- */
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; }
.cart-items { display: grid; gap: 14px; }
.cart-item { position: relative; display: grid; grid-template-columns: 96px 1fr auto auto; gap: 18px; align-items: center; padding: 18px 56px 18px 18px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.cart-item__media { width: 96px; height: 96px; border-radius: 12px; background: var(--blue-50); padding: 8px; display: flex; align-items: center; justify-content: center; }
.cart-item__media img { width: 100%; height: 100%; object-fit: contain; }
.cart-item__name { font-size: 1.02rem; margin: 0 0 4px; }
.cart-item__name a { color: var(--navy); }
.cart-item__meta { font-size: 0.85rem; color: var(--muted); }
.cart-item__meta dl.variation { display: flex; flex-wrap: wrap; gap: 4px 6px; margin: 0; }
.cart-item__meta dl.variation dt, .cart-item__meta dl.variation dd { margin: 0; display: inline; }
.cart-item__meta dl.variation dt { font-weight: 600; }
.cart-item__meta dl.variation dd p { display: inline; margin: 0; }
.cart-item__unit { display: block; margin-top: 6px; font-size: 0.82rem; color: var(--muted); }
.cart-item__unit .amount { color: var(--navy); font-weight: 600; }
.cart-item__total { text-align: right; min-width: 96px; }
.cart-item__total-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 600; }
.cart-item__total .amount { font-family: var(--font-head); font-size: 1.2rem; font-weight: 800; color: var(--green); }
.cart-item__remove { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #9aa7ba; background: var(--blue-50); transition: background 0.2s, color 0.2s; }
.cart-item__remove:hover { background: #fff1f1; color: #c0392b; }
.cart-item__remove svg { width: 16px; height: 16px; }

/* Woo quantity field, used in the cart and on the product page */
.quantity { display: inline-flex; align-items: center; }
.quantity .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.quantity input.qty { width: 78px; padding: 11px 8px; text-align: center; border: 2px solid var(--border); border-radius: 12px; font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 0.98rem; -moz-appearance: textfield; }
.quantity input.qty:focus { outline: none; border-color: var(--blue); }
.quantity input.qty::-webkit-outer-spin-button, .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.cart-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 8px; }
.cart-actions .btn[disabled] { opacity: 0.45; cursor: not-allowed; transform: none; }

.cart-summary { position: sticky; top: calc(var(--header-h) + 20px); }
/* Woo floats .cart_totals at 48% width; inside our own sidebar it must fill it. */
.cart-summary .cart-collaterals, .cart-summary .cart-collaterals .cart_totals { float: none; width: 100%; }
.cart-summary .cart-collaterals::after { content: ""; display: table; clear: both; }
.cart-summary .cross-sells { display: none; }
.cart-summary .cart_totals { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 22px 20px; box-shadow: var(--shadow); }
.cart-summary .cart_totals h2 { font-size: 1.1rem; margin: 0 0 14px; }
.cart-summary .shop_table { width: 100%; border-collapse: collapse; }
.cart-summary .shop_table th, .cart-summary .shop_table td { padding: 11px 0; border-top: 1px solid var(--border); text-align: left; font-size: 0.92rem; vertical-align: top; }
.cart-summary .shop_table tr:first-child th, .cart-summary .shop_table tr:first-child td { border-top: 0; }
.cart-summary .shop_table th { font-weight: 600; color: var(--muted); }
.cart-summary .shop_table td { text-align: right; color: var(--navy); font-weight: 600; }
.cart-summary .shop_table .order-total th, .cart-summary .shop_table .order-total td { padding-top: 14px; border-top: 2px solid var(--navy); font-family: var(--font-head); }
.cart-summary .shop_table .order-total td .amount { font-size: 1.35rem; font-weight: 800; color: var(--green); }
.cart-summary .shop_table small.includes_tax, .cart-summary .shop_table .tax_label { display: block; font-size: 0.74rem; color: var(--muted); font-weight: 400; }
.cart-summary .woocommerce-shipping-destination { font-size: 0.8rem; color: var(--muted); }
/* Shipping row stays a normal two-column row; the "options update at checkout"
   note is redundant next to the step indicator, so it is hidden. */
.cart-summary .woocommerce-shipping-destination, #order_review .woocommerce-shipping-destination { display: none; }
.cart-summary #shipping_method label { margin: 0; font-weight: 600; color: var(--navy); }
.cart-summary .shop_table tr.woocommerce-shipping-totals td { font-weight: 500; }
.cart-summary #shipping_method { list-style: none; margin: 0; padding: 0; }
.cart-summary #shipping_method li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 6px; }
.cart-summary .wc-proceed-to-checkout { margin-top: 18px; }
.cart-summary .wc-proceed-to-checkout a.checkout-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 15px 26px; border: 0; border-radius: 999px; line-height: 1; font-family: var(--font-body); font-weight: 700; font-size: 0.98rem; color: #fff; background: linear-gradient(135deg, #ff8c2f, var(--orange) 55%, var(--orange-dark)); box-shadow: 0 10px 24px rgba(244, 122, 32, 0.32); transition: transform 0.2s var(--ease), box-shadow 0.2s; }
.cart-summary .wc-proceed-to-checkout a.checkout-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(244, 122, 32, 0.4); }

.cart-coupon { margin-top: 14px; background: linear-gradient(165deg, #fff, var(--green-50)); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; transition: border-color 0.2s; }
.cart-coupon[open] { border-color: var(--green); }
.cart-coupon summary { display: flex; align-items: center; gap: 12px; padding: 16px 18px; cursor: pointer; font-weight: 700; font-size: 0.94rem; color: var(--navy); list-style: none; }
.cart-coupon summary::-webkit-details-marker { display: none; }
.cart-coupon summary::after { content: ""; width: 9px; height: 9px; margin-left: auto; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform 0.2s; }
.cart-coupon[open] summary::after { transform: rotate(-135deg); }
.cart-coupon summary .icon-circle { width: 34px; height: 34px; flex: none; }
.cart-coupon summary svg { width: 17px; height: 17px; }
.cart-coupon__row { display: flex; gap: 10px; padding: 0 18px 18px; }
.cart-coupon__row input { flex: 1; padding: 13px 16px; border: 2px solid var(--border); border-radius: 10px; background: #fff; font-size: 0.92rem; }
.cart-coupon__row input:focus { outline: none; border-color: var(--green); }
.cart-coupon__row .btn { flex: none; }

/* ---------- Checkout coupon (Woo's default templates, restyled to match) ---------- */
.woocommerce-form-coupon-toggle { margin: 0 0 20px; }
.woocommerce-form-coupon-toggle .woocommerce-info { display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  list-style: none; background: linear-gradient(165deg, #fff, var(--green-50)); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 16px 20px; font-size: 0.92rem; font-weight: 600; color: var(--navy); }
.woocommerce-form-coupon-toggle .woocommerce-info::before { content: ""; flex: none; width: 34px; height: 34px; border-radius: 50%;
  background: var(--green-50); border: 1px solid rgba(34, 160, 90, 0.25);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23178a4a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41 13.42 20.6a2 2 0 0 1-2.83 0L2.5 12.5V2.5h10l8.09 8.08a2 2 0 0 1 0 2.83Z'/%3E%3Ccircle cx='7' cy='7' r='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 16px; }
.woocommerce-form-coupon-toggle .showcoupon { font-weight: 700; color: var(--green-dark); text-decoration: underline; text-underline-offset: 2px; }
.woocommerce-form-coupon-toggle .showcoupon:hover { color: var(--navy); }
.woocommerce-form-coupon { margin: 0 0 24px; padding: 18px 20px; background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-sm); display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-start; }
.woocommerce-form-coupon .form-row { margin: 0; flex: 1 1 220px; }
.woocommerce-form-coupon .form-row.form-row-last { flex: none; }
.woocommerce-form-coupon input.input-text { width: 100%; padding: 13px 16px; border: 2px solid var(--border);
  border-radius: 10px; font-size: 0.92rem; }
.woocommerce-form-coupon input.input-text:focus { outline: none; border-color: var(--green); }
.woocommerce-form-coupon button[name="apply_coupon"] { display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 24px; border: 0; border-radius: 999px; cursor: pointer; line-height: 1; font-family: var(--font-body);
  font-weight: 700; font-size: 0.92rem; color: #fff; background: var(--navy); transition: transform 0.2s var(--ease), background 0.2s; }
.woocommerce-form-coupon button[name="apply_coupon"]:hover { background: var(--navy-2); transform: translateY(-2px); }

.shop-empty { max-width: 520px; margin: 40px auto; text-align: center; padding: 48px 32px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.shop-empty__ico { width: 72px; height: 72px; border-radius: 22px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; background: var(--blue-50); color: var(--navy-2); }
.shop-empty__ico svg { width: 32px; height: 32px; }
.shop-empty h1 { font-size: 1.6rem; }
.shop-empty p { color: var(--muted); margin-bottom: 22px; }

/* ---------- Checkout ---------- */
.checkout-layout { display: grid; grid-template-columns: 1fr 420px; gap: 32px; align-items: start; }
.checkout-main { display: grid; gap: 18px; }
.checkout-side { position: sticky; top: calc(var(--header-h) + 20px); }
.checkout-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 26px 22px; box-shadow: var(--shadow-sm); }
.checkout-card--summary { box-shadow: var(--shadow); }
.checkout-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.checkout-card__head h2, .checkout-card__head h3 { font-size: 1.12rem; margin: 0; }
.checkout-card__num { width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--font-head); font-size: 0.82rem; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; flex: none; }
#customer_details { display: grid; gap: 18px; }
#customer_details .col-1, #customer_details .col-2 { width: auto; float: none; }
.woocommerce-billing-fields > h3, .woocommerce-shipping-fields > h3, .woocommerce-additional-fields > h3 { font-size: 0.98rem; margin: 0 0 12px; }
.woocommerce-billing-fields > h3 { display: none; }

.checkout-rx { display: flex; gap: 12px; align-items: flex-start; margin: 0; padding: 15px 18px; background: var(--orange-50); border: 1px solid #ffd9bd; border-radius: var(--radius-sm); font-size: 0.87rem; color: #6b3b12; line-height: 1.5; }
.checkout-rx svg { width: 20px; height: 20px; flex: none; color: var(--orange); margin-top: 2px; }

/* Woo form fields */
.form-row { margin: 0 0 14px; padding: 0; }
.woocommerce form .form-row label { display: block; font-size: 0.84rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.woocommerce form .form-row .required { color: var(--orange); text-decoration: none; }
.woocommerce form .form-row .optional { color: var(--muted); font-weight: 400; }
.woocommerce form .form-row .input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { width: 100%; padding: 12px 14px; border: 2px solid var(--border); border-radius: 12px; background: #fff; font-family: inherit; font-size: 0.98rem; color: var(--text); transition: border-color 0.2s; }
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row textarea:focus, .woocommerce form .form-row select:focus { outline: none; border-color: var(--blue); }
.woocommerce form .form-row textarea { min-height: 96px; resize: vertical; }
.woocommerce form .form-row.woocommerce-invalid .input-text { border-color: #e04b4b; }
.woocommerce form .form-row.woocommerce-validated .input-text { border-color: var(--green); }
.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 48.5%; float: left; }
.woocommerce form .form-row-last { float: right; }
.woocommerce form .form-row-wide { clear: both; }
.woocommerce form .form-row::after { content: ""; display: table; clear: both; }
.woocommerce-billing-fields__field-wrapper::after, .woocommerce-shipping-fields__field-wrapper::after { content: ""; display: table; clear: both; }
.select2-container .select2-selection--single { height: auto; border: 2px solid var(--border); border-radius: 12px; padding: 8px 6px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 1.5; color: var(--text); }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 50%; transform: translateY(-50%); right: 8px; }
.woocommerce-form__label-for-checkbox { display: flex !important; align-items: center; gap: 10px; cursor: pointer; }
.woocommerce-form__input-checkbox { width: 18px; height: 18px; accent-color: var(--green); }
#ship-to-different-address { font-size: 0.95rem; margin: 0; }
#ship-to-different-address label { font-weight: 600; color: var(--navy); }
.woocommerce-additional-fields { margin-top: 6px; }

/* Order review */
#order_review .shop_table { width: 100%; border-collapse: collapse; }
#order_review .shop_table th, #order_review .shop_table td { padding: 10px 0; border-top: 1px solid var(--border); text-align: left; font-size: 0.9rem; vertical-align: top; }
#order_review .shop_table thead th { border-top: 0; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); padding-top: 0; }
#order_review .shop_table thead .product-total, #order_review .shop_table td.product-total, #order_review .shop_table tfoot td { text-align: right; }
#order_review .shop_table .product-name { color: var(--navy); font-weight: 600; }
#order_review .shop_table .product-quantity { color: var(--muted); font-weight: 400; }
#order_review .shop_table .product-name dl.variation { margin: 2px 0 0; font-size: 0.8rem; color: var(--muted); font-weight: 400; }
#order_review .shop_table .product-name dl.variation dt, #order_review .shop_table .product-name dl.variation dd { display: inline; margin: 0; }
#order_review .shop_table .product-name dl.variation dd p { display: inline; margin: 0; }
#order_review .shop_table tfoot th { font-weight: 600; color: var(--muted); }
#order_review .shop_table tfoot td { color: var(--navy); font-weight: 600; }
#order_review .shop_table tfoot .order-total th, #order_review .shop_table tfoot .order-total td { border-top: 2px solid var(--navy); padding-top: 14px; font-family: var(--font-head); }
#order_review .shop_table tfoot .order-total .amount { font-size: 1.35rem; font-weight: 800; color: var(--green); }
#order_review .shop_table small.includes_tax { display: block; font-size: 0.74rem; color: var(--muted); font-weight: 400; }
#order_review #shipping_method { list-style: none; margin: 0; padding: 0; }
#order_review #shipping_method li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 6px; font-size: 0.88rem; }

/* Payment */
#payment { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border); }
#payment .wc_payment_methods { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 10px; }
/* Premium selectable payment cards: radio + title on one row, box spans below */
#payment .wc_payment_method { position: relative; border: 2px solid var(--border); border-radius: 14px; padding: 16px 18px; background: #fff; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; display: grid; grid-template-columns: 22px 1fr; align-items: center; column-gap: 12px; }
#payment .wc_payment_method:hover { border-color: var(--blue-200); }
#payment .wc_payment_method:has(input:checked) { border-color: var(--green); box-shadow: 0 0 0 3px rgba(34, 160, 90, 0.12); background: linear-gradient(180deg, #fff, var(--green-50)); }
#payment .wc_payment_method input[type="radio"] { grid-column: 1; grid-row: 1; width: 20px; height: 20px; margin: 0; accent-color: var(--green); cursor: pointer; }
#payment .wc_payment_method > label { grid-column: 2; grid-row: 1; display: flex; align-items: center; gap: 10px; margin: 0; font-family: var(--font-head); font-weight: 700; color: var(--navy); cursor: pointer; font-size: 0.98rem; }
#payment .wc_payment_method > label img { max-height: 26px; width: auto; margin-left: auto; }
#payment .payment_box { grid-column: 1 / -1; margin: 12px 0 0; padding: 14px 16px; background: var(--blue-50); border: 1px solid var(--border); border-radius: 12px; font-size: 0.9rem; color: var(--muted); line-height: 1.55; }
#payment .payment_box::before { display: none !important; } /* drop WooCommerce's default triangle */
#payment .payment_box p { margin: 0 0 8px; }
#payment .payment_box p:last-child { margin: 0; }
#payment .payment_box .wcpr-checkout-discount-msg { margin-top: 12px !important; display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 999px; background: var(--green-50); color: var(--green-dark) !important; font-weight: 700 !important; font-size: 0.85rem; }
#payment .payment_box .wcpr-checkout-discount-msg::before { content: "\2713"; font-weight: 800; }
#payment .woocommerce-privacy-policy-text, #payment .woocommerce-terms-and-conditions-wrapper { font-size: 0.8rem; color: var(--muted); }
#payment .woocommerce-terms-and-conditions-wrapper .form-row { margin: 10px 0 14px; }
#payment .woocommerce-terms-and-conditions-wrapper label { display: flex; align-items: flex-start; gap: 8px; font-weight: 400; color: var(--muted); font-size: 0.84rem; }
#payment .place-order { margin: 0; padding: 0; }
#payment button#place_order { display: inline-flex; align-items: center; justify-content: center; width: 100%; padding: 16px 26px; border: 0; border-radius: 999px; line-height: 1; font-family: var(--font-body); font-weight: 700; font-size: 1rem; color: #fff; background: linear-gradient(135deg, #ff8c2f, var(--orange) 55%, var(--orange-dark)); box-shadow: 0 10px 24px rgba(244, 122, 32, 0.32); cursor: pointer; transition: transform 0.2s var(--ease), box-shadow 0.2s; }
#payment button#place_order:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(244, 122, 32, 0.4); }
.woocommerce-checkout .blockUI.blockOverlay { border-radius: var(--radius); }
.woocommerce-NoticeGroup { grid-column: 1 / -1; }

/* ---------- Thank you ---------- */
.thanks__hero { text-align: center; max-width: 620px; margin: 36px auto 34px; }
.thanks__ico { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; background: var(--green); color: #fff; box-shadow: 0 14px 30px rgba(34, 160, 90, 0.35); }
.thanks__ico svg { width: 34px; height: 34px; }
.thanks__hero--failed .thanks__ico { background: var(--orange); box-shadow: 0 14px 30px rgba(244, 122, 32, 0.35); }
.thanks__hero h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 10px; }
.thanks__hero p { color: var(--muted); font-size: 1.02rem; }
.thanks__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 20px; align-items: start; margin-bottom: 20px; }
.thanks__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.thanks__facts > div { background: #fff; padding: 16px 18px; }
.thanks__facts dt { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 600; }
.thanks__facts dd { margin: 3px 0 0; font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1rem; }
.thanks__next { list-style: none; margin: 0; padding: 20px 22px; display: grid; gap: 14px; background: linear-gradient(135deg, #0d326d, var(--navy)); border-radius: var(--radius); color: #fff; }
.thanks__next li { display: flex; gap: 14px; align-items: center; }
.thanks__next b { display: block; font-family: var(--font-head); font-size: 0.95rem; }
.thanks__next small { font-size: 0.82rem; color: #a9c1e0; }
.thanks__details { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 26px; }
.thanks__details h2 { font-size: 1.08rem; margin: 0 0 12px; }
.thanks__details section + section, .thanks__details .woocommerce-customer-details { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--border); }
.thanks__details .shop_table { width: 100%; border-collapse: collapse; }
.thanks__details .shop_table th, .thanks__details .shop_table td { padding: 10px 0; border-top: 1px solid var(--border); text-align: left; font-size: 0.92rem; vertical-align: top; }
.thanks__details .shop_table thead th { border-top: 0; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.thanks__details .shop_table .product-total, .thanks__details .shop_table thead .product-total, .thanks__details .shop_table tfoot td { text-align: right; }
.thanks__details .shop_table tfoot th { font-weight: 600; color: var(--muted); }
.thanks__details .shop_table tfoot .order-total td .amount, .thanks__details .shop_table tfoot tr:last-child td .amount { font-family: var(--font-head); font-size: 1.15rem; font-weight: 800; color: var(--green); }
.thanks__details .woocommerce-customer-details address { font-style: normal; line-height: 1.6; color: var(--muted); }
.thanks__details .woocommerce-column--2 { margin-top: 18px; }
.thanks__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.woocommerce-order .woocommerce-notice--success, .woocommerce-thankyou-order-received { display: none; }
.woocommerce-order-overview { display: none; }

/* ---------- Account ---------- */
.woocommerce-MyAccount-navigation { margin-bottom: 20px; }
.woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.woocommerce-MyAccount-navigation a { display: inline-block; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--border); background: #fff; font-size: 0.86rem; font-weight: 600; color: var(--navy); }
.woocommerce-MyAccount-navigation .is-active a { background: var(--navy); border-color: var(--navy); color: #fff; }
.woocommerce-MyAccount-content { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 26px; }
.woocommerce-form-login, .woocommerce-form-register { max-width: 480px; margin: 20px auto; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.woocommerce-form-login .button, .woocommerce-form-register .button, .woocommerce-MyAccount-content .button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 0; border-radius: 999px; font-weight: 700; color: #fff; background: var(--navy); cursor: pointer; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
	.cart-layout { grid-template-columns: 1fr 340px; gap: 22px; }
	.checkout-layout { grid-template-columns: 1fr 360px; gap: 22px; }
}
@media (max-width: 900px) {
	.cart-layout, .checkout-layout, .thanks__grid { grid-template-columns: 1fr; }
	.cart-summary, .checkout-side { position: static; }
	.steps__item + .steps__item::before { width: 20px; margin: 0 8px; }
	.steps__item span:not(.steps__num), .steps__item a { font-size: 0.8rem; }
}
@media (max-width: 640px) {
	.shop-page { padding-top: 18px; }
	/* align-items:flex-end pushes the heading right once the head stacks */
	.shop-archive .section-head { align-items: flex-start; }
	.shop-page__head { flex-direction: column; align-items: flex-start; gap: 6px; }
	.steps__item:not(.is-current) span:not(.steps__num), .steps__item:not(.is-current) a { display: none; }
	.cart-item { grid-template-columns: 72px 1fr; padding: 16px 48px 16px 16px; gap: 12px; }
	.cart-item__media { width: 72px; height: 72px; }
	.cart-item__qty { grid-column: 2; }
	.cart-item__total { grid-column: 2; text-align: left; display: flex; align-items: baseline; gap: 10px; }
	.cart-item__total-label { display: inline; }
	.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; float: none; }
	.thanks__facts { grid-template-columns: 1fr; }
	.checkout-card { padding: 20px 18px; }
}
