/**
 * Senior-friendly shop, cart, checkout — mobile first (70+): large type, 44px+ touch targets, contrast.
 * Base rules = phone; min-width layers = tablet and desktop. Classic Woo + Blocks.
 */

/* -------------------------------------------------------------------------
   Mobile-first base: phones (default)
   ------------------------------------------------------------------------- */
body.swib-senior-commerce {
	/* iOS notch / home indicator — avoid clipped taps at edges */
	padding-left: env(safe-area-inset-left, 0px);
	padding-right: env(safe-area-inset-right, 0px);
	-webkit-tap-highlight-color: rgba(13, 148, 136, 0.15);
}

body.swib-senior-commerce .woocommerce,
body.swib-senior-commerce .wc-block-cart,
body.swib-senior-commerce .wc-block-checkout {
	font-size: 1.0625rem; /* 17px — readable on small screens */
	line-height: 1.55;
	color: #1a1a1a;
}

body.swib-senior-commerce .woocommerce h1,
body.swib-senior-commerce .woocommerce h2,
body.swib-senior-commerce .woocommerce h3,
body.swib-senior-commerce .wc-block-cart__title,
body.swib-senior-commerce .wc-block-components-title {
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #0f172a;
}

body.swib-senior-commerce .woocommerce .woocommerce-info,
body.swib-senior-commerce .woocommerce .woocommerce-message,
body.swib-senior-commerce .woocommerce .woocommerce-error,
body.swib-senior-commerce .wc-block-components-notice-banner {
	font-size: 1rem !important;
	padding: 1rem 1rem !important;
	border-radius: 8px;
}

/* -------------------------------------------------------------------------
   Shop toolbar: result count + sort (mobile-first touch targets)
   ------------------------------------------------------------------------- */
body.swib-senior-commerce .woocommerce-result-count {
	font-size: 1rem !important;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.4;
	margin-bottom: 0.65rem;
}

body.swib-senior-commerce .woocommerce-ordering select,
body.swib-senior-commerce .woocommerce .orderby {
	min-height: 3rem !important;
	font-size: 1rem !important;
	padding: 0.5rem 2rem 0.5rem 0.75rem !important;
	border-radius: 8px;
	border-width: 2px;
	max-width: 100%;
	box-sizing: border-box;
}

/* Common theme “grid / list” toggles next to ordering */
body.swib-senior-commerce .woocommerce-before-shop-loop button,
body.swib-senior-commerce .woocommerce-before-shop-loop a.button,
body.swib-senior-commerce .shop-toolbar button,
body.swib-senior-commerce .shop-toolbar a {
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0.5rem !important;
	box-sizing: border-box;
	touch-action: manipulation;
}

/* -------------------------------------------------------------------------
   Shop archive — mobile: breathing room, full-width add to cart
   ------------------------------------------------------------------------- */
body.swib-senior-commerce ul.products {
	gap: 1.25rem 0.75rem;
	padding-left: 0;
	padding-right: 0;
}

body.swib-senior-commerce ul.products li.product {
	margin-bottom: 0;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e2e8f0;
}

body.swib-senior-commerce ul.products li.product:last-child {
	border-bottom: none;
}

body.swib-senior-commerce ul.products li.product .woocommerce-loop-product__title,
body.swib-senior-commerce ul.products li.product h2 {
	font-size: 1.125rem !important;
	line-height: 1.35;
}

body.swib-senior-commerce ul.products li.product .price {
	font-size: 1.15rem !important;
	font-weight: 700;
}

body.swib-senior-commerce ul.products li.product .button,
body.swib-senior-commerce ul.products li.product a.add_to_cart_button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 3rem; /* 48px touch */
	padding: 0.75rem 1rem !important;
	font-size: 1.0625rem !important;
	border-radius: 10px;
	text-align: center;
	touch-action: manipulation;
}

/* Kadence “action on hover”: cart control is opacity:0 off-hover — bad for touch; always show it */
body.swib-senior-commerce .woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
	position: static !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	margin-top: 0.75rem !important;
	padding: 0 !important;
	transform: none !important;
	transition: none !important;
	pointer-events: auto !important;
}

body.swib-senior-commerce .woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap,
body.swib-senior-commerce .woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap {
	opacity: 1 !important;
}

/* Larger catalog imagery + clearer page title */
body.swib-senior-commerce .woocommerce-products-header {
	margin-bottom: 1.25rem;
}

body.swib-senior-commerce .woocommerce-products-header .page-title,
body.swib-senior-commerce .woocommerce-products-header .woocommerce-products-header__title {
	font-size: clamp(1.5rem, 5vw, 2.15rem) !important;
	line-height: 1.25;
}

body.swib-senior-commerce .woocommerce ul.products li.product .woocommerce-loop-image-link img,
body.swib-senior-commerce .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
	width: 100%;
	height: auto;
	display: block;
}

/* With SWIB archive cards: one column on small phones so each product reads like a showcase card */
@media (max-width: 480px) {
	body.swib-senior-commerce.swib-shop-archive-cards .woocommerce ul.products {
		grid-template-columns: 1fr !important;
		gap: 1.35rem !important;
	}

	body.swib-senior-commerce.swib-shop-archive-cards .woocommerce ul.products li.product {
		padding: 1rem 1rem 1.15rem !important;
	}
}

/* Badge / savings text from swib-shop-archive — keep proportional to larger shop type */
body.swib-senior-commerce .woocommerce ul.products li.product .swib-shop-card__badges .swib-shop-card__badge {
	font-size: 0.78rem !important;
	padding: 0.35rem 0.65rem !important;
}

body.swib-senior-commerce .woocommerce ul.products li.product .swib-shop-card__savings {
	font-size: 1.05rem !important;
}

/* Kadence shop toolbar: wrap on narrow screens, comfortable taps */
body.swib-senior-commerce .kadence-shop-top-row {
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	align-items: center;
}

body.swib-senior-commerce .kadence-woo-results-count {
	line-height: 1.45 !important;
}

/* WooCommerce Blocks product grids (if used on a catalog page) */
body.swib-senior-commerce .wc-block-grid__products .wc-block-grid__product {
	font-size: 1.0625rem;
}

body.swib-senior-commerce .wc-block-grid__products .wc-block-grid__product-title,
body.swib-senior-commerce .wp-block-woocommerce-product-template .wc-block-components-product-name {
	font-size: 1.125rem !important;
	font-weight: 700;
	line-height: 1.35;
}

body.swib-senior-commerce .wc-block-grid__products .wc-block-grid__product-price,
body.swib-senior-commerce .wp-block-woocommerce-product-template .wc-block-components-product-price {
	font-size: 1.15rem !important;
	font-weight: 700;
}

body.swib-senior-commerce .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.swib-senior-commerce .wp-block-woocommerce-product-template .wp-block-button__link {
	min-height: 3rem !important;
	padding: 0.65rem 1rem !important;
	font-size: 1.0625rem !important;
	border-radius: 10px !important;
	touch-action: manipulation;
}

/* Single product — mobile: prominent add to cart */
body.swib-senior-commerce.single-product .single_add_to_cart_button,
body.swib-senior-commerce.single-product button[type="submit"].single_add_to_cart_button {
	width: 100%;
	box-sizing: border-box;
	min-height: 3.25rem !important;
	font-size: 1.0625rem !important;
	padding: 0.85rem 1rem !important;
	border-radius: 10px;
	font-weight: 700;
	touch-action: manipulation;
}

body.swib-senior-commerce.single-product .quantity .qty {
	min-height: 3rem;
	font-size: 1.125rem !important;
	padding: 0.4rem;
	border-radius: 8px;
}

/* -------------------------------------------------------------------------
   Cart — mobile: responsive table labels, spacing
   ------------------------------------------------------------------------- */
body.swib-senior-commerce .woocommerce-cart table.shop_table,
body.swib-senior-commerce .woocommerce-checkout-review-order-table {
	font-size: 1rem;
}

body.swib-senior-commerce .woocommerce-cart table.shop_table th,
body.swib-senior-commerce .woocommerce-cart table.shop_table td {
	padding: 0.85rem 0.5rem !important;
	vertical-align: middle;
}

body.swib-senior-commerce .woocommerce-cart .product-name a {
	font-size: 1.0625rem;
	font-weight: 600;
}

body.swib-senior-commerce .woocommerce-cart .quantity .qty,
body.swib-senior-commerce .woocommerce-cart input.qty {
	min-height: 3rem;
	min-width: 3.5rem;
	width: 100% !important;
	max-width: 5.5rem;
	font-size: 1.125rem !important;
	text-align: center;
	border-radius: 8px;
	padding: 0.4rem;
}

body.swib-senior-commerce .woocommerce a.remove {
	font-size: 1.75rem !important;
	width: 2.5rem !important;
	height: 2.5rem !important;
	min-width: 2.5rem;
	min-height: 2.5rem;
	line-height: 2.25rem !important;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	touch-action: manipulation;
}

body.swib-senior-commerce .woocommerce .cart-collaterals .cart_totals h2,
body.swib-senior-commerce .woocommerce-cart .cart_totals h2 {
	font-size: 1.25rem;
}

body.swib-senior-commerce .woocommerce .wc-proceed-to-checkout a.checkout-button,
body.swib-senior-commerce .woocommerce button[name="update_cart"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 3.25rem !important;
	font-size: 1.0625rem !important;
	padding: 0.85rem 1rem !important;
	border-radius: 10px;
	font-weight: 700;
	margin-top: 0.75rem;
	touch-action: manipulation;
}

body.swib-senior-commerce .woocommerce .return-to-shop .button {
	min-height: 3rem;
	width: 100%;
	box-sizing: border-box;
	font-size: 1rem;
	padding: 0.65rem 1rem;
	text-align: center;
}

body.swib-senior-commerce .woocommerce table.shop_table_responsive tr td::before,
body.swib-senior-commerce .woocommerce-page table.shop_table_responsive tr td::before {
	font-weight: 700;
	font-size: 0.95rem;
	color: #334155;
}

/* Block cart — mobile */
body.swib-senior-commerce .wc-block-cart-items__row {
	font-size: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

body.swib-senior-commerce .wc-block-components-quantity-selector input {
	min-height: 3rem !important;
	font-size: 1.0625rem !important;
}

body.swib-senior-commerce .wc-block-cart__submit-button,
body.swib-senior-commerce .wc-block-components-button:not(.is-link) {
	min-height: 3.25rem !important;
	font-size: 1.0625rem !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	border-radius: 10px !important;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	touch-action: manipulation;
}

/* -------------------------------------------------------------------------
   Checkout — classic: single column everywhere (easier scanning)
   ------------------------------------------------------------------------- */
body.swib-senior-commerce.woocommerce-checkout .woocommerce .col2-set .col-1,
body.swib-senior-commerce.woocommerce-checkout .woocommerce .col2-set .col-2 {
	float: none;
	width: 100%;
	margin-bottom: 1.5rem;
}

body.swib-senior-commerce.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
body.swib-senior-commerce.woocommerce-checkout #customer_details .woocommerce-shipping-fields > h3,
body.swib-senior-commerce.woocommerce-checkout #order_review_heading {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #e2e8f0;
}

body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row label {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.4rem;
	color: #0f172a;
}

body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row textarea,
body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row select {
	min-height: 3rem !important;
	font-size: 1.0625rem !important;
	padding: 0.55rem 0.75rem !important;
	border-radius: 8px;
	border-width: 2px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row textarea:focus,
body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row select:focus {
	outline: 3px solid #0d9488;
	outline-offset: 2px;
	border-color: #0d9488;
}

body.swib-senior-commerce.woocommerce-checkout #order_review,
body.swib-senior-commerce.woocommerce-checkout #order_review_heading {
	background: #f8fafc;
	padding: 1rem;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}

body.swib-senior-commerce.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
body.swib-senior-commerce.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
	font-size: 1.25rem !important;
	font-weight: 800;
}

body.swib-senior-commerce.woocommerce-checkout #place_order,
body.swib-senior-commerce.woocommerce-checkout button#place_order {
	min-height: 3.5rem !important;
	font-size: 1.125rem !important;
	font-weight: 700 !important;
	padding: 0.85rem 1rem !important;
	border-radius: 10px !important;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
	touch-action: manipulation;
}

body.swib-senior-commerce.woocommerce-checkout .woocommerce-privacy-policy-text,
body.swib-senior-commerce.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	font-size: 0.98rem;
	line-height: 1.5;
}

body.swib-senior-commerce.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
	font-size: 1rem;
}

body.swib-senior-commerce.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li label {
	padding: 0.65rem 0;
	font-weight: 600;
	display: block;
}

/* Payment radio — larger hit area on touch */
body.swib-senior-commerce.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li input[type="radio"] {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}

/* “Your order”: quantity + remove (classic checkout) */
body.swib-senior-commerce.woocommerce-checkout tr.swib-checkout-order-hint-wrap td {
	padding: 0.75rem 0 !important;
	border-bottom: 1px solid #e2e8f0;
}

body.swib-senior-commerce.woocommerce-checkout .swib-checkout-order-hint__text {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.45;
	color: #334155;
}

body.swib-senior-commerce.woocommerce-checkout .swib-checkout-line-controls {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
	margin-top: 0.5rem;
}

body.swib-senior-commerce.woocommerce-checkout .swib-checkout-line-controls--single {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

body.swib-senior-commerce.woocommerce-checkout .swib-checkout-qty-wrap {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	border: 2px solid #cbd5e1;
	border-radius: 10px;
	padding: 0.2rem;
	background: #fff;
}

body.swib-senior-commerce.woocommerce-checkout .swib-checkout-qty-minus,
body.swib-senior-commerce.woocommerce-checkout .swib-checkout-qty-plus {
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0;
	font-size: 1.35rem;
	line-height: 1;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	background: #f1f5f9;
	color: #0f172a;
	cursor: pointer;
	touch-action: manipulation;
}

body.swib-senior-commerce.woocommerce-checkout .swib-checkout-qty-minus:focus,
body.swib-senior-commerce.woocommerce-checkout .swib-checkout-qty-plus:focus {
	outline: 3px solid #0d9488;
	outline-offset: 2px;
}

body.swib-senior-commerce.woocommerce-checkout .swib-checkout-qty-input {
	width: 3.5rem;
	min-height: 2.75rem;
	font-size: 1.125rem !important;
	font-weight: 600;
	text-align: center;
	border: none;
	border-radius: 6px;
	background: transparent;
	box-sizing: border-box;
}

body.swib-senior-commerce.woocommerce-checkout .swib-checkout-remove-line.button {
	min-height: 2.85rem !important;
	font-size: 0.98rem !important;
	padding: 0.5rem 1rem !important;
	border-radius: 8px;
	font-weight: 600;
	width: 100%;
	max-width: 16rem;
	touch-action: manipulation;
}

@media (min-width: 768px) {
	body.swib-senior-commerce.woocommerce-checkout .swib-checkout-line-controls {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}

	body.swib-senior-commerce.woocommerce-checkout .swib-checkout-remove-line.button {
		width: auto;
	}
}

/* -------------------------------------------------------------------------
   Checkout — WooCommerce Blocks
   ------------------------------------------------------------------------- */
body.swib-senior-commerce .wc-block-checkout .wc-block-components-text-input input,
body.swib-senior-commerce .wc-block-checkout .wc-block-components-text-input textarea,
body.swib-senior-commerce .wc-block-checkout .wc-block-components-select select,
body.swib-senior-commerce .wc-block-checkout .wc-block-components-country-input select {
	min-height: 3rem !important;
	font-size: 1.0625rem !important;
	border-radius: 8px !important;
	border-width: 2px !important;
	width: 100%;
	box-sizing: border-box;
}

body.swib-senior-commerce .wc-block-checkout .wc-block-components-text-input label,
body.swib-senior-commerce .wc-block-checkout .wc-block-components-checkbox__label {
	font-size: 1rem !important;
	font-weight: 600;
}

body.swib-senior-commerce .wc-block-checkout .wc-block-components-checkout-place-order-button {
	min-height: 3.5rem !important;
	font-size: 1.125rem !important;
	font-weight: 700 !important;
	border-radius: 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin-bottom: max(0.5rem, env(safe-area-inset-bottom, 0px));
	touch-action: manipulation;
}

body.swib-senior-commerce .wc-block-checkout .wc-block-components-totals-item__label,
body.swib-senior-commerce .wc-block-checkout .wc-block-components-totals-item__value {
	font-size: 1rem;
}

body.swib-senior-commerce .wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.swib-senior-commerce .wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 1.2rem !important;
	font-weight: 800;
}

/* -------------------------------------------------------------------------
   Help strip + skip link
   ------------------------------------------------------------------------- */
.swib-senior-checkout-help {
	margin: 0 0 1rem;
	padding: 1rem;
	background: #ecfeff;
	border: 2px solid #99f6e4;
	border-radius: 10px;
	font-size: 1rem;
	line-height: 1.5;
	color: #134e4a;
}

.swib-senior-checkout-help strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1.0625rem;
}

.swib-senior-skip-checkout {
	position: absolute;
	left: -9999px;
	z-index: 99999;
	padding: 0.75rem 1rem;
	background: #0f172a;
	color: #fff;
	font-size: 1rem;
	border-radius: 0 0 8px 0;
}

.swib-senior-skip-checkout:focus {
	left: 0;
	top: 0;
	outline: 3px solid #fbbf24;
}

/* -------------------------------------------------------------------------
   Tablet and up (768px+): slightly larger type, shop buttons inline-capable
   ------------------------------------------------------------------------- */
@media (min-width: 768px) {
	body.swib-senior-commerce .woocommerce,
	body.swib-senior-commerce .wc-block-cart,
	body.swib-senior-commerce .wc-block-checkout {
		font-size: 1.125rem;
	}

	body.swib-senior-commerce .woocommerce .woocommerce-info,
	body.swib-senior-commerce .woocommerce .woocommerce-message,
	body.swib-senior-commerce .woocommerce .woocommerce-error,
	body.swib-senior-commerce .wc-block-components-notice-banner {
		font-size: 1.05rem !important;
		padding: 1rem 1.15rem !important;
	}

	body.swib-senior-commerce ul.products li.product {
		border-bottom: none;
		padding-bottom: 0;
	}

	body.swib-senior-commerce ul.products li.product .woocommerce-loop-product__title,
	body.swib-senior-commerce ul.products li.product h2 {
		font-size: 1.15rem !important;
	}

	body.swib-senior-commerce ul.products li.product .price {
		font-size: 1.2rem !important;
	}

	body.swib-senior-commerce ul.products li.product .button,
	body.swib-senior-commerce ul.products li.product a.add_to_cart_button {
		display: inline-block;
		width: auto;
		min-width: 10rem;
		min-height: 3.35rem;
		padding: 0.65rem 1.15rem !important;
		font-size: 1.05rem !important;
	}

	body.swib-senior-commerce.single-product .single_add_to_cart_button,
	body.swib-senior-commerce.single-product button[type="submit"].single_add_to_cart_button {
		width: auto;
		min-width: 12rem;
	}

	body.swib-senior-commerce .woocommerce-cart table.shop_table th,
	body.swib-senior-commerce .woocommerce-cart table.shop_table td {
		padding: 1rem 0.75rem !important;
	}

	body.swib-senior-commerce .woocommerce-cart .quantity .qty,
	body.swib-senior-commerce .woocommerce-cart input.qty {
		width: 4.5rem !important;
		max-width: none;
		font-size: 1.2rem !important;
	}

	body.swib-senior-commerce .woocommerce .wc-proceed-to-checkout a.checkout-button,
	body.swib-senior-commerce .woocommerce button[name="update_cart"] {
		min-height: 3.35rem !important;
		font-size: 1.15rem !important;
		padding: 0.85rem 1.5rem !important;
		width: auto;
		display: inline-block;
	}

	body.swib-senior-commerce .woocommerce .return-to-shop .button {
		width: auto;
		display: inline-block;
	}

	body.swib-senior-commerce .wc-block-cart__submit-button,
	body.swib-senior-commerce .wc-block-components-button:not(.is-link) {
		min-height: 3.25rem !important;
		font-size: 1.1rem !important;
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
		width: auto;
		max-width: none;
	}

	body.swib-senior-commerce.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
	body.swib-senior-commerce.woocommerce-checkout #customer_details .woocommerce-shipping-fields > h3,
	body.swib-senior-commerce.woocommerce-checkout #order_review_heading {
		font-size: 1.35rem;
	}

	body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row label {
		font-size: 1.05rem;
	}

	body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row input.input-text,
	body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row textarea,
	body.swib-senior-commerce.woocommerce-checkout .woocommerce form .form-row select {
		min-height: 3.1rem !important;
		font-size: 1.1rem !important;
		padding: 0.55rem 0.85rem !important;
	}

	body.swib-senior-commerce.woocommerce-checkout #order_review,
	body.swib-senior-commerce.woocommerce-checkout #order_review_heading {
		padding: 1.25rem;
	}

	body.swib-senior-commerce.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
	body.swib-senior-commerce.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
		font-size: 1.35rem !important;
	}

	body.swib-senior-commerce.woocommerce-checkout #place_order,
	body.swib-senior-commerce.woocommerce-checkout button#place_order {
		min-height: 3.75rem !important;
		font-size: 1.2rem !important;
		padding: 0.9rem 1.5rem !important;
	}

	body.swib-senior-commerce .wc-block-checkout .wc-block-components-text-input input,
	body.swib-senior-commerce .wc-block-checkout .wc-block-components-text-input textarea,
	body.swib-senior-commerce .wc-block-checkout .wc-block-components-select select,
	body.swib-senior-commerce .wc-block-checkout .wc-block-components-country-input select {
		min-height: 3.1rem !important;
		font-size: 1.1rem !important;
	}

	body.swib-senior-commerce .wc-block-checkout .wc-block-components-text-input label,
	body.swib-senior-commerce .wc-block-checkout .wc-block-components-checkbox__label {
		font-size: 1.05rem !important;
	}

	body.swib-senior-commerce .wc-block-checkout .wc-block-components-checkout-place-order-button {
		min-height: 3.75rem !important;
		font-size: 1.2rem !important;
	}

	body.swib-senior-commerce .wc-block-checkout .wc-block-components-totals-item__label,
	body.swib-senior-commerce .wc-block-checkout .wc-block-components-totals-item__value {
		font-size: 1.05rem;
	}

	body.swib-senior-commerce .wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
	body.swib-senior-commerce .wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
		font-size: 1.25rem !important;
	}

	body.swib-senior-commerce.woocommerce-checkout .woocommerce-privacy-policy-text,
	body.swib-senior-commerce.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
		font-size: 1rem;
	}

	.swib-senior-checkout-help {
		font-size: 1.08rem;
		padding: 1rem 1.15rem;
	}

	.swib-senior-checkout-help strong {
		font-size: 1.12rem;
	}
}

/* Classic cart: show thumbnail column on tablet+ when theme stacks on mobile */
@media (min-width: 768px) {
	body.swib-senior-commerce .woocommerce-cart table.shop_table .product-thumbnail {
		display: table-cell;
	}
}
