body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received,
body.woocommerce-account,
body.woocommerce-view-order,
body.woocommerce-lost-password {
	--lpf-bg: #f6f9fc;
	--lpf-surface: #ffffff;
	--lpf-surface-soft: #f8fbff;
	--lpf-border: #d9e6f3;
	--lpf-text: #1f2f40;
	--lpf-muted: #607083;
	--lpf-accent: #0096d6;
	--lpf-accent-2: #ffce00;
	--lpf-danger: #e20612;
	background: linear-gradient(180deg, #f9fcff 0%, #edf4fb 100%);
}

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-order-received .site-content,
body.woocommerce-account .site-content,
body.woocommerce-view-order .site-content,
body.woocommerce-lost-password .site-content {
	padding-top: 1.25rem;
	padding-bottom: 3.5rem;
}

/* Single product page cleanup */
body.single-product {
	background: linear-gradient(180deg, #f9fcff 0%, #edf4fb 100%);
}

body.single-product .site-content {
	padding-top: 1.25rem;
	padding-bottom: 3.25rem;
	max-width: 1320px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* Force proper 2-column layout on the product card */
body.single-product div.product {
	display: grid !important;
	grid-template-columns: 45% 1fr !important;
	gap: 2.5rem !important;
	align-items: start;
}

body.single-product div.product .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	grid-column: 1;
	grid-row: 1;
}

body.single-product div.product .summary {
	float: none !important;
	width: 100% !important;
	grid-column: 2;
	grid-row: 1;
	clear: none !important;
}

body.single-product .woocommerce-breadcrumb {
	font-size: 12px;
	color: #5f7388;
	margin-bottom: 1rem;
}

body.single-product div.product {
	background: #fff;
	border: 1px solid var(--lpf-border);
	border-top: 4px solid var(--lpf-accent-2);
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(15, 35, 60, 0.08);
	padding: 1.1rem;
	overflow: hidden;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
	margin-top: 0;
	margin-bottom: 1rem;
}

body.single-product div.product .woocommerce-product-gallery {
	background: #f8fbff;
	border: 1px solid #dfeaf6;
	border-radius: 12px;
	padding: 0.85rem;
}

body.single-product div.product .summary {
	background: #fff;
	border: 1px solid #e4edf7;
	border-radius: 12px;
	padding: 1rem;
}

body.single-product .product_title {
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.2;
	font-weight: 900;
	color: #123355;
	margin-bottom: 0.5rem;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
	color: var(--lpf-danger);
	font-weight: 900;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	margin-bottom: 0.8rem;
}

body.single-product .woocommerce-product-details__short-description {
	color: #31465e;
	font-size: 14px;
	line-height: 1.55;
	margin-bottom: 1rem;
}

body.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 0.9rem;
}

body.single-product form.cart .quantity input.qty {
	min-width: 74px;
	height: 44px;
	border-radius: 9px;
	border: 1px solid #cfe0f0;
	font-weight: 800;
}

body.single-product form.cart .button,
body.single-product .single_add_to_cart_button {
	min-height: 44px;
	border-radius: 9px;
	border: none;
	background: var(--lpf-accent-2);
	color: #101820;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 12px 18px;
}

body.single-product form.cart .button:hover,
body.single-product .single_add_to_cart_button:hover {
	background: var(--lpf-accent);
	color: #fff;
}

body.single-product .product_meta {
	margin-top: 0.9rem;
	padding-top: 0.8rem;
	border-top: 1px solid #e5eef8;
	font-size: 12px;
	color: #4f657b;
	line-height: 1.6;
}

body.single-product .woocommerce-tabs {
	margin-top: 1rem;
	background: #fff;
	border: 1px solid #dce9f6;
	border-radius: 12px;
	padding: 0.8rem;
}

body.single-product .woocommerce-tabs ul.tabs {
	margin: 0 0 0.8rem;
	padding: 0;
	border: 0;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

body.single-product .woocommerce-tabs ul.tabs li {
	border: 0;
	background: #f6faff;
	border-radius: 8px;
	margin: 0;
	padding: 0;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	padding: 9px 13px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2c4661;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
	background: var(--lpf-accent-2);
}

body.single-product .woocommerce-Tabs-panel {
	background: #fff;
	border: 1px solid #e6eef8;
	border-radius: 10px;
	padding: 0.9rem;
	color: #30475f;
	font-size: 14px;
	line-height: 1.6;
}

body.single-product .related.products {
	margin-top: 1.3rem;
	padding: 1rem;
	background: #fff;
	border: 1px solid #dce9f6;
	border-radius: 12px;
}

body.single-product .related.products > h2 {
	font-size: clamp(1.2rem, 1.6vw, 1.5rem);
	font-weight: 800;
	color: #123355;
	margin-bottom: 0.8rem;
	text-transform: none;
}

/* Single product polish v2 */
body.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 1.1rem;
	align-items: start;
	background-image: linear-gradient(130deg, rgba(255, 206, 0, 0.08) 0%, rgba(0, 150, 214, 0.06) 100%);
}

body.single-product div.product div.images,
body.single-product div.product div.summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

body.single-product div.product div.summary {
	position: sticky;
	top: 104px;
	box-shadow: 0 8px 20px rgba(18, 51, 85, 0.08);
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
	background: #fff;
	border: 1px solid #e2ecf7;
	border-radius: 10px;
	overflow: hidden;
}

body.single-product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-top: 0.7rem !important;
}

body.single-product .flex-control-thumbs li {
	margin: 0 !important;
}

body.single-product .flex-control-thumbs img {
	border: 1px solid #dbe8f5;
	border-radius: 8px;
	padding: 4px;
	background: #fff;
	opacity: 1;
}

body.single-product .product_title {
	margin-bottom: 0.35rem;
}

body.single-product .woocommerce-product-rating {
	margin-bottom: 0.55rem;
	font-size: 12px;
	color: #61748a;
}

body.single-product .woocommerce-product-rating .star-rating {
	color: #f2b705;
	font-size: 14px;
	margin-right: 6px;
}

body.single-product .woocommerce-product-details__short-description {
	padding: 0.7rem 0.8rem;
	background: #f7fbff;
	border: 1px solid #deebf7;
	border-radius: 10px;
	margin-bottom: 0.9rem;
}

body.single-product form.cart {
	padding: 0.75rem;
	background: #fffdf4;
	border: 1px solid #f1dc97;
	border-radius: 10px;
	margin-bottom: 0.75rem;
}

body.single-product form.cart .single_add_to_cart_button,
body.single-product form.cart button.single_add_to_cart_button {
	flex: 1 1 220px;
	justify-content: center;
	display: inline-flex;
	align-items: center;
	box-shadow: 0 8px 20px rgba(255, 206, 0, 0.33);
}

body.single-product .product_meta {
	background: #f8fbff;
	border: 1px solid #e2edf8;
	border-radius: 10px;
	padding: 0.8rem;
}

body.single-product .product_meta a {
	color: var(--lpf-accent);
	font-weight: 700;
}

body.single-product .product_meta a:hover {
	color: var(--lpf-danger);
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #121f2d;
}

body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Tabs-panel h3 {
	font-size: 1.1rem;
	font-weight: 800;
	color: #123355;
	margin-bottom: 0.6rem;
}

body.single-product .woocommerce-Tabs-panel table.shop_attributes th,
body.single-product .woocommerce-Tabs-panel table.shop_attributes td {
	font-size: 13px;
	padding: 10px;
	border-color: #e3edf8;
}

body.single-product .related.products ul.products li.product {
	border: 1px solid #e2ecf6;
	border-radius: 10px;
	padding: 0.7rem;
	background: #fff;
	box-shadow: 0 6px 18px rgba(16, 36, 60, 0.06);
}

body.single-product .related.products ul.products li.product .price {
	color: var(--lpf-danger);
	font-weight: 800;
}

@media (max-width: 991px) {
	body.single-product div.product {
		grid-template-columns: 1fr;
	}

	body.single-product div.product div.summary {
		position: static;
	}
}

.lp-delivery-highlight {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 1rem;
	padding: 12px 14px;
	background: #fffaf0;
	border: 1px solid #f5d26a;
	border-left: 4px solid var(--lpf-accent-2);
	border-radius: 10px;
	color: var(--lpf-text);
}

.lp-delivery-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: var(--lpf-accent-2);
	color: #1a1a1a;
	font-size: 14px;
	flex: 0 0 36px;
}

.lp-delivery-copy strong {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 2px;
	color: #12273f;
}

.lp-delivery-copy p {
	margin: 0;
	font-size: 13px;
	line-height: 1.35;
	color: #465a6f;
}

.lp-delivery-offers {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}

.lp-delivery-offers li {
	position: relative;
	margin: 0;
	padding-left: 16px;
	font-size: 12px;
	line-height: 1.35;
	color: #31465e;
	font-weight: 700;
}

.lp-delivery-offers li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--lpf-accent-2);
}

.lp-pack-shop-highlight {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 1rem;
	padding: 12px 14px;
	background: #f8fbff;
	border: 1px solid #d9e7f5;
	border-left: 4px solid #ffce00;
	border-radius: 10px;
	color: #173450;
}

.lp-pack-shop-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: #ffce00;
	color: #1a1a1a;
	font-size: 14px;
	flex: 0 0 36px;
}

.lp-pack-shop-copy strong {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 6px;
	color: #12273f;
}

.lp-pack-shop-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 6px;
}

.lp-pack-chip {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 999px;
	border: 1px solid #d5e4f3;
	background: #ffffff;
	font-size: 11px;
	font-weight: 800;
	color: #173450;
	line-height: 1.2;
}

.lp-pack-shop-copy p {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
	color: #4a6076;
	font-weight: 700;
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-order-received .entry-title,
body.woocommerce-account .entry-title,
body.woocommerce-view-order .entry-title,
body.woocommerce-lost-password .entry-title {
	color: var(--lpf-text) !important;
	font-weight: 900;
	letter-spacing: -0.01em;
}

body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-checkout .entry-content > .woocommerce,
body.woocommerce-order-received .entry-content > .woocommerce,
body.woocommerce-account .entry-content > .woocommerce,
body.woocommerce-view-order .entry-content > .woocommerce,
body.woocommerce-lost-password .entry-content > .woocommerce {
	color: var(--lpf-text);
}

body.woocommerce-cart .woocommerce h1,
body.woocommerce-checkout .woocommerce h1,
body.woocommerce-order-received .woocommerce h1,
body.woocommerce-account .woocommerce h1,
body.woocommerce-view-order .woocommerce h1,
body.woocommerce-lost-password .woocommerce h1,
body.woocommerce-cart .woocommerce h2,
body.woocommerce-checkout .woocommerce h2,
body.woocommerce-order-received .woocommerce h2,
body.woocommerce-account .woocommerce h2,
body.woocommerce-view-order .woocommerce h2,
body.woocommerce-lost-password .woocommerce h2,
body.woocommerce-cart .woocommerce h3,
body.woocommerce-checkout .woocommerce h3,
body.woocommerce-order-received .woocommerce h3,
body.woocommerce-account .woocommerce h3,
body.woocommerce-view-order .woocommerce h3,
body.woocommerce-lost-password .woocommerce h3 {
	color: var(--lpf-text);
	letter-spacing: 0.01em;
}

body.woocommerce-cart .shop_table,
body.woocommerce-checkout .shop_table,
body.woocommerce-order-received .shop_table,
body.woocommerce-account .shop_table,
body.woocommerce-view-order .shop_table,
body.woocommerce-lost-password .shop_table,
body.woocommerce-cart .cart_totals,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #customer_details,
body.woocommerce-order-received .woocommerce-order,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address,

body.woocommerce-view-order .woocommerce-MyAccount-content,
body.woocommerce-lost-password .woocommerce-form-lost-password,
body .woocommerce form.track_order,
body .woocommerce-ResetPassword {
	background: var(--lpf-surface);
	border: 1px solid var(--lpf-border);
	border-top: 4px solid var(--lpf-accent-2);
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(15, 35, 60, 0.08);
}

body.woocommerce-js ul.products li.product {
	position: relative;
}

body.woocommerce-js ul.products li.product .onsale,
body.woocommerce-page ul.products li.product .onsale {
	position: absolute !important;
	inset: auto 14px 14px auto !important;
	left: auto !important;
	right: 14px !important;
	bottom: 14px !important;
	margin: 0 !important;
	min-width: auto !important;
	min-height: auto !important;
	padding: 7px 10px !important;
	border-radius: 999px !important;
	line-height: 1 !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	background: #e20612 !important;
	color: #fff !important;
	box-shadow: 0 8px 18px rgba(226, 6, 18, 0.2) !important;
	transform: none !important;
	z-index: 11 !important;
}

body.woocommerce-js ul.products li.product .lp-stock-badge,
body.woocommerce-page ul.products li.product .lp-stock-badge {
	position: absolute !important;
	top: auto !important;
	left: 14px !important;
	right: auto !important;
	bottom: 14px !important;
	z-index: 11 !important;
	color: #111111 !important;
}

body.woocommerce-js ul.products li.product .lp-stock-badge.is-out,
body.woocommerce-page ul.products li.product .lp-stock-badge.is-out {
	color: #ffffff !important;
}

body.woocommerce-js ul.products li.product .lp-stock-badge.is-in,
body.woocommerce-page ul.products li.product .lp-stock-badge.is-in,
body.woocommerce-js ul.products li.product .lp-stock-badge.is-untracked,
body.woocommerce-page ul.products li.product .lp-stock-badge.is-untracked {
	display: none !important;
}

body.woocommerce-js ul.products li.product a.add_to_cart_button,
body.woocommerce-page ul.products li.product a.add_to_cart_button,
body.woocommerce-js ul.products li.product a.ajax_add_to_cart,
body.woocommerce-page ul.products li.product a.ajax_add_to_cart,
body.woocommerce-js ul.products li.product a.button,
body.woocommerce-page ul.products li.product a.button {
	color: #111111 !important;
}

body.woocommerce-js ul.products li.product a.add_to_cart_button:hover,
body.woocommerce-page ul.products li.product a.add_to_cart_button:hover,
body.woocommerce-js ul.products li.product a.ajax_add_to_cart:hover,
body.woocommerce-page ul.products li.product a.ajax_add_to_cart:hover,
body.woocommerce-js ul.products li.product a.button:hover,
body.woocommerce-page ul.products li.product a.button:hover {
	color: #111111 !important;
}

body.woocommerce-cart .shop_table,
body.woocommerce-checkout .shop_table,
body.woocommerce-order-received .shop_table,
body.woocommerce-account .shop_table,
body.woocommerce-view-order .shop_table {
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
}

body.woocommerce-cart .shop_table th,
body.woocommerce-checkout .shop_table th,
body.woocommerce-order-received .shop_table th,
body.woocommerce-account .shop_table th,
body.woocommerce-view-order .shop_table th {
	background: var(--lpf-surface-soft);
	color: var(--lpf-text);
	border-color: var(--lpf-border);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 900;
}

body.woocommerce-cart .shop_table td,
body.woocommerce-checkout .shop_table td,
body.woocommerce-order-received .shop_table td,
body.woocommerce-account .shop_table td,
body.woocommerce-view-order .shop_table td {
	border-color: #e7eff7;
	color: var(--lpf-text);
}

body.woocommerce-cart .product-name a,
body.woocommerce-checkout .product-name,
body.woocommerce-order-received .product-name,
body.woocommerce-account .product-name a,
body.woocommerce-view-order .product-name {
	color: var(--lpf-text);
	font-weight: 700;
}

body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal,
body.woocommerce-checkout .product-total,
body.woocommerce-order-received .woocommerce-Price-amount,
body.woocommerce-account .woocommerce-Price-amount,
body.woocommerce-view-order .woocommerce-Price-amount {
	color: var(--lpf-danger);
	font-weight: 900;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout #customer_details,
body.woocommerce-order-received .woocommerce-order,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-view-order .woocommerce-MyAccount-content,
body .woocommerce form.track_order,
body .woocommerce-ResetPassword {
	padding: 1.2rem;
}

body.woocommerce-account.logged-in .woocommerce {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 1.2rem;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
}

body.woocommerce-account.logged-in .woocommerce::before,
body.woocommerce-account.logged-in .woocommerce::after {
	display: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
	padding: 0.75rem;
	min-width: 220px;
	align-self: start;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li {
	margin: 0 0 0.45rem;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px 12px;
	border-radius: 9px;
	color: var(--lpf-text);
	border: 1px solid var(--lpf-border);
	background: var(--lpf-surface-soft);
	font-weight: 700;
	white-space: nowrap;
	overflow-wrap: normal;
	word-break: normal;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #0b1520;
	background: var(--lpf-accent-2);
	border-color: var(--lpf-accent-2);
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout .woocommerce-checkout-review-order h3,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
	color: var(--lpf-text);
}

body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce input.button,
body.woocommerce-checkout .woocommerce a.button,
body.woocommerce-checkout .woocommerce button.button,
body.woocommerce-checkout .woocommerce input.button,
body.woocommerce-order-received .woocommerce a.button,
body.woocommerce-order-received .woocommerce button.button,
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce input.button,
body.woocommerce-view-order .woocommerce a.button,
body.woocommerce-view-order .woocommerce button.button,
body.woocommerce-view-order .woocommerce input.button,
body .woocommerce form.track_order button.button,
body .woocommerce-ResetPassword button.button {
	border-radius: 9px !important;
	border: none !important;
	background: #FFCE00 !important;
	color: #11181f !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	padding: 12px 16px !important;
}

body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart .woocommerce input.button:hover,
body.woocommerce-checkout .woocommerce a.button:hover,
body.woocommerce-checkout .woocommerce button.button:hover,
body.woocommerce-checkout .woocommerce input.button:hover,
body.woocommerce-order-received .woocommerce a.button:hover,
body.woocommerce-order-received .woocommerce button.button:hover,
body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce input.button:hover,
body.woocommerce-view-order .woocommerce a.button:hover,
body.woocommerce-view-order .woocommerce button.button:hover,
body.woocommerce-view-order .woocommerce input.button:hover,
body .woocommerce form.track_order button.button:hover,
body .woocommerce-ResetPassword button.button:hover {
	background: #e6b800 !important;
	color: #11181f !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	text-align: center;
	font-size: 1.05rem;
	padding: 14px 16px;
}

body.woocommerce-cart .woocommerce input.input-text,
body.woocommerce-cart .woocommerce textarea,
body.woocommerce-cart .woocommerce select,
body.woocommerce-checkout .woocommerce input.input-text,
body.woocommerce-checkout .woocommerce textarea,
body.woocommerce-checkout .woocommerce select,
body.woocommerce-account .woocommerce input.input-text,
body.woocommerce-account .woocommerce textarea,
body.woocommerce-account .woocommerce select,
body .woocommerce form.track_order input.input-text,
body .woocommerce-ResetPassword input.input-text {
	border-radius: 8px;
	border: 1px solid #d2dfed;
	background: #ffffff;
	color: var(--lpf-text);
}

body.woocommerce-cart .woocommerce input::placeholder,
body.woocommerce-checkout .woocommerce input::placeholder,
body.woocommerce-account .woocommerce input::placeholder,
body .woocommerce form.track_order input::placeholder,
body .woocommerce-ResetPassword input::placeholder {
	color: #7b8ca0;
}

body.woocommerce-checkout #payment {
	background: var(--lpf-surface-soft);
	color: var(--lpf-text);
	border: 1px solid var(--lpf-border);
	border-radius: 12px;
}

body.woocommerce-checkout #payment div.payment_box {
	background: #ffffff;
	color: var(--lpf-text);
	border: 1px solid var(--lpf-border);
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-order-received .woocommerce-message,
body.woocommerce-order-received .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-view-order .woocommerce-message,
body.woocommerce-view-order .woocommerce-info {
	border-radius: 10px;
	border: 1px solid #c9ddef;
	border-top-width: 1px;
	background: #f6fbff;
	color: #1f415f;
	position: relative;
	padding: 12px 14px 12px 44px;
	line-height: 1.5;
}

body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-account .woocommerce-error,
body.woocommerce-view-order .woocommerce-error {
	border-radius: 10px;
	border: 1px solid #f2c7cf;
	border-top-width: 1px;
	background: #fff2f4;
	color: #8d1b2c;
	position: relative;
	padding: 12px 14px 12px 44px;
	line-height: 1.5;
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-order-received .woocommerce-message::before,
body.woocommerce-order-received .woocommerce-info::before,
body.woocommerce-account .woocommerce-message::before,
body.woocommerce-account .woocommerce-info::before,
body.woocommerce-view-order .woocommerce-message::before,
body.woocommerce-view-order .woocommerce-info::before {
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #1f415f;
}

body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-error::before,
body.woocommerce-account .woocommerce-error::before,
body.woocommerce-view-order .woocommerce-error::before {
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}

body.woocommerce-cart .woocommerce-message .woocommerce-Price-amount,
body.woocommerce-cart .woocommerce-info .woocommerce-Price-amount,
body.woocommerce-checkout .woocommerce-message .woocommerce-Price-amount,
body.woocommerce-checkout .woocommerce-info .woocommerce-Price-amount {
	margin-right: 0.25em;
}

body.woocommerce-order-received ul.woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 0.65rem;
	margin-top: 0.9rem;
}

body.woocommerce-order-received ul.woocommerce-order-overview li {
	margin: 0;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid var(--lpf-border);
	background: var(--lpf-surface-soft);
	color: var(--lpf-text);
}

body.woocommerce-cart .woocommerce-remove-coupon,
body.woocommerce-checkout .showcoupon,
body.woocommerce-account a,
body.woocommerce-view-order a,
body .woocommerce form.track_order a {
	color: var(--lpf-accent);
}

body.woocommerce-cart .woocommerce-remove-coupon:hover,
body.woocommerce-checkout .showcoupon:hover,
body.woocommerce-account a:hover,
body.woocommerce-view-order a:hover,
body .woocommerce form.track_order a:hover {
	color: var(--lpf-danger);
}

/* Final brand polish: stronger hierarchy, cleaner layout, same simple palette. */
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-order-received .woocommerce,
body.woocommerce-account .woocommerce,
body.woocommerce-view-order .woocommerce,
body.woocommerce-lost-password .woocommerce {
	max-width: 1240px;
	margin: 0 auto;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received,
body.woocommerce-account,
body.woocommerce-view-order,
body.woocommerce-lost-password,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-order-received .woocommerce,
body.woocommerce-account .woocommerce,
body.woocommerce-view-order .woocommerce,
body.woocommerce-lost-password .woocommerce {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-order-received .entry-title,
body.woocommerce-account .entry-title,
body.woocommerce-view-order .entry-title,
body.woocommerce-lost-password .entry-title {
	font-size: clamp(1.35rem, 1.9vw, 1.85rem);
	line-height: 1.2;
	margin-bottom: 0.8rem;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 800;
	color: var(--lpf-text) !important;
}

body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-order-received .entry-header,
body.woocommerce-account .entry-header,
body.woocommerce-view-order .entry-header,
body.woocommerce-lost-password .entry-header {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 0.25rem;
}

body.woocommerce-cart .shop_table th,
body.woocommerce-checkout .shop_table th,
body.woocommerce-order-received .shop_table th,
body.woocommerce-account .shop_table th,
body.woocommerce-view-order .shop_table th {
	font-size: 11px;
	color: #6b6047;
	padding-top: 14px;
	padding-bottom: 14px;
}

body.woocommerce-cart .shop_table td,
body.woocommerce-checkout .shop_table td,
body.woocommerce-order-received .shop_table td,
body.woocommerce-account .shop_table td,
body.woocommerce-view-order .shop_table td {
	font-size: 15px;
	line-height: 1.45;
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout .woocommerce-checkout-review-order h3,
body.woocommerce-order-received .woocommerce-order h2,
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-view-order .woocommerce-MyAccount-content h2 {
	font-size: clamp(1.2rem, 1.6vw, 1.5rem);
	line-height: 1.2;
	font-weight: 800;
	color: #111111;
	text-transform: none;
	letter-spacing: 0;
}

body.woocommerce-account .woocommerce-Address-title h2,
body.woocommerce-account .woocommerce-column__title {
	font-size: clamp(1.1rem, 1.35vw, 1.3rem);
	line-height: 1.25;
	font-weight: 800;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td,
body.woocommerce-checkout .shop_table tfoot th,
body.woocommerce-checkout .shop_table tfoot td {
	font-weight: 800;
	font-size: 14px;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout #place_order,
body.woocommerce-account .woocommerce-Button,
body.woocommerce-view-order .woocommerce-Button {
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	box-shadow: 0 8px 18px rgba(255, 206, 0, 0.35);
}

body.woocommerce-cart .woocommerce-cart-form {
	margin-bottom: 1.1rem;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table th,
body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
	padding-top: 18px;
	padding-bottom: 18px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	width: min(420px, 100%);
	margin-left: auto;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
	font-size: clamp(1.35rem, 2vw, 2rem);
}

body.woocommerce-cart .woocommerce input.input-text,
body.woocommerce-cart .woocommerce textarea,
body.woocommerce-cart .woocommerce select,
body.woocommerce-checkout .woocommerce input.input-text,
body.woocommerce-checkout .woocommerce textarea,
body.woocommerce-checkout .woocommerce select,
body.woocommerce-account .woocommerce input.input-text,
body.woocommerce-account .woocommerce textarea,
body.woocommerce-account .woocommerce select,
body .woocommerce form.track_order input.input-text,
body .woocommerce-ResetPassword input.input-text {
	font-size: 15px;
	font-weight: 600;
	padding: 11px 12px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-size: 14px;
	font-weight: 800;
	padding: 12px 14px;
}

body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-checkout .woocommerce-form__label,
body.woocommerce-checkout .form-row label,
body.woocommerce-account .form-row label,
body.woocommerce-view-order .woocommerce-customer-details address,
body.woocommerce-order-received .woocommerce-order p {
	color: #31465e;
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 991px) {
	body.woocommerce-account.logged-in .woocommerce {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals {
		width: 100%;
	}

	body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
		min-width: 0;
	}

	body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
		white-space: normal;
	}

	body.woocommerce-cart .shop_table,
	body.woocommerce-order-received .shop_table,
	body.woocommerce-account .shop_table,
	body.woocommerce-view-order .shop_table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table {
		display: table;
		width: 100%;
		table-layout: fixed;
		overflow: visible;
		white-space: normal;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
		text-align: right;
	}
}

@media (max-width: 768px) {
	/* Shop loop: enlarge tap targets for add-to-cart buttons */
	body.woocommerce ul.products li.product a.button,
	body.woocommerce-page ul.products li.product a.button,
	body.woocommerce ul.products li.product a.add_to_cart_button,
	body.woocommerce-page ul.products li.product a.add_to_cart_button,
	body.woocommerce ul.products li.product a.ajax_add_to_cart,
	body.woocommerce-page ul.products li.product a.ajax_add_to_cart {
		min-height: 44px !important;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}

	body.woocommerce-cart .site-content,
	body.woocommerce-checkout .site-content,
	body.woocommerce-order-received .site-content,
	body.woocommerce-account .site-content,
	body.woocommerce-view-order .site-content,
	body.woocommerce-lost-password .site-content {
		padding-top: 0.75rem;
		padding-bottom: 2.2rem;
	}

	body.woocommerce-cart .entry-header,
	body.woocommerce-checkout .entry-header,
	body.woocommerce-order-received .entry-header,
	body.woocommerce-account .entry-header,
	body.woocommerce-view-order .entry-header,
	body.woocommerce-lost-password .entry-header,
	body.woocommerce-cart .woocommerce,
	body.woocommerce-checkout .woocommerce,
	body.woocommerce-order-received .woocommerce,
	body.woocommerce-account .woocommerce,
	body.woocommerce-view-order .woocommerce,
	body.woocommerce-lost-password .woocommerce {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	body.woocommerce-cart .shop_table th,
	body.woocommerce-checkout .shop_table th,
	body.woocommerce-order-received .shop_table th,
	body.woocommerce-account .shop_table th,
	body.woocommerce-view-order .shop_table th {
		font-size: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	body.woocommerce-cart .shop_table td,
	body.woocommerce-checkout .shop_table td,
	body.woocommerce-order-received .shop_table td,
	body.woocommerce-account .shop_table td,
	body.woocommerce-view-order .shop_table td {
		font-size: 13px;
	}

	.lp-delivery-highlight {
		padding: 11px 12px;
		align-items: flex-start;
	}

	.lp-delivery-copy strong {
		font-size: 13px;
	}

	.lp-delivery-copy p {
		font-size: 12px;
	}

	.lp-delivery-offers li {
		font-size: 11px;
	}

	.lp-pack-shop-highlight {
		padding: 11px 12px;
	}

	.lp-pack-shop-copy strong {
		font-size: 13px;
	}

	.lp-pack-chip {
		font-size: 10px;
	}

	.lp-pack-shop-copy p {
		font-size: 11px;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table th,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	body.woocommerce-cart .shop_table td.actions .coupon {
		display: flex;
		flex-direction: column;
		gap: 8px;
		width: 100%;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item {
		display: block;
		background: #fff;
		border: 1px solid var(--lpf-border);
		border-radius: 12px;
		padding: 8px 12px;
		margin-bottom: 12px;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 8px 0 !important;
		border-bottom: 1px solid #e7eff7;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before {
		content: attr(data-title) " ";
		padding-right: 8px;
		white-space: nowrap;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td:last-child {
		border-bottom: none;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before {
		font-size: 13px;
		font-weight: 800;
		color: #123355;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove {
		justify-content: flex-end;
		padding-top: 2px !important;
		padding-bottom: 6px !important;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove::before,
	body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail::before {
		display: none;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail {
		justify-content: center;
		padding: 6px 0 8px !important;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail img {
		max-width: 78px;
		height: auto;
		margin: 0 auto;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-name a {
		font-weight: 800;
		color: var(--lpf-text);
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-quantity .quantity {
		margin-left: auto;
	}

	body.woocommerce-cart table.cart td.actions {
		padding: 10px !important;
	}

	body.woocommerce-cart table.cart td.actions .coupon {
		float: none !important;
		width: 100% !important;
	}

	body.woocommerce-cart .shop_table td.actions .coupon .input-text,
	body.woocommerce-cart .shop_table td.actions .coupon button,
	body.woocommerce-cart .shop_table td.actions > button {
		width: 100% !important;
		max-width: 100%;
		margin: 0 !important;
		float: none !important;
	}

	body.woocommerce-cart table.cart td.actions button[name="update_cart"] {
		display: block;
		width: 100% !important;
		margin-top: 8px !important;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals h2 {
		font-size: 1.5rem;
	}

	body.woocommerce-checkout .col2-set,
	body.woocommerce-checkout .col2-set .col-1,
	body.woocommerce-checkout .col2-set .col-2,
	body.woocommerce-checkout #order_review,
	body.woocommerce-checkout #order_review_heading {
		float: none !important;
		width: 100% !important;
	}

	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout .woocommerce-checkout-review-order,
	body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
	body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
		padding: 0.9rem;
	}

	body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
		padding: 10px 12px;
		font-size: 13px;
	}

	body.woocommerce-cart .woocommerce a.button,
	body.woocommerce-cart .woocommerce button.button,
	body.woocommerce-cart .woocommerce input.button,
	body.woocommerce-checkout .woocommerce a.button,
	body.woocommerce-checkout .woocommerce button.button,
	body.woocommerce-checkout .woocommerce input.button,
	body.woocommerce-account .woocommerce a.button,
	body.woocommerce-account .woocommerce button.button,
	body.woocommerce-account .woocommerce input.button {
		min-height: 44px;
		font-size: 0.88rem;
	}

	body.single-product div.product {
		padding: 0.75rem;
	}

	body.single-product div.product .summary,
	body.single-product div.product .woocommerce-product-gallery {
		padding: 0.75rem;
	}

	body.single-product .woocommerce-tabs {
		padding: 0.65rem;
	}
}

@media (max-width: 480px) {
	body.woocommerce-cart .entry-title,
	body.woocommerce-checkout .entry-title,
	body.woocommerce-order-received .entry-title,
	body.woocommerce-account .entry-title,
	body.woocommerce-view-order .entry-title,
	body.woocommerce-lost-password .entry-title {
		margin-bottom: 0.5rem;
	}

	body.woocommerce-cart .cart_totals h2,
	body.woocommerce-checkout .woocommerce-checkout-review-order h3,
	body.woocommerce-order-received .woocommerce-order h2,
	body.woocommerce-account .woocommerce-MyAccount-content h2,
	body.woocommerce-view-order .woocommerce-MyAccount-content h2 {
		font-size: 1.1rem;
	}

	body.woocommerce-cart .shop_table td,
	body.woocommerce-checkout .shop_table td,
	body.woocommerce-order-received .shop_table td,
	body.woocommerce-account .shop_table td,
	body.woocommerce-view-order .shop_table td {
		font-size: 12px;
	}
}

/* Single product calm pass: reduce visual weight and keep it clean. */
body.single-product {
	background: #f7fbff;
}

body.single-product div.product {
	display: block;
	background: #fff;
	background-image: none;
	border: 1px solid #e3ecf6;
	border-top: 0;
	border-radius: 12px;
	box-shadow: none;
	padding: 0;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin-bottom: 1.1rem;
}

body.single-product div.product div.summary {
	position: static;
	top: auto;
}

body.single-product .product_title {
	font-size: clamp(1.35rem, 1.9vw, 1.75rem);
	margin-bottom: 0.4rem;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	margin-bottom: 0.65rem;
}

body.single-product .woocommerce-product-details__short-description,
body.single-product form.cart,
body.single-product .product_meta,
body.single-product .woocommerce-tabs,
body.single-product .woocommerce-Tabs-panel,
body.single-product .related.products {
	background: #fff;
	border: 1px solid #e3ecf6;
	border-radius: 10px;
	box-shadow: none;
}

body.single-product .woocommerce-product-details__short-description,
body.single-product form.cart,
body.single-product .product_meta,
body.single-product .woocommerce-tabs,
body.single-product .related.products {
	padding: 0.75rem;
}

body.single-product .woocommerce-tabs ul.tabs li {
	background: #f3f8ff;
}

body.single-product form.cart .single_add_to_cart_button,
body.single-product form.cart button.single_add_to_cart_button {
	box-shadow: none;
}

/* Cleaner quantity selector on single product pages */
body.single-product form.cart .quantity {
	display: inline-flex;
	align-items: center;
	height: 44px;
	border: 1px solid #d3e1ef;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

body.single-product form.cart .quantity .qty {
	width: 64px;
	height: 44px;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	color: #1f2f40;
	padding: 0 6px;
	appearance: textfield;
	-moz-appearance: textfield;
}

body.single-product form.cart .quantity .qty::-webkit-outer-spin-button,
body.single-product form.cart .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.single-product form.cart .quantity .minus,
body.single-product form.cart .quantity .plus {
	width: 38px;
	height: 44px;
	border: 0;
	background: #f4f8fc;
	color: #26435f;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

body.single-product form.cart .quantity .minus {
	border-right: 1px solid #d3e1ef;
}

body.single-product form.cart .quantity .plus {
	border-left: 1px solid #d3e1ef;
}

body.single-product form.cart .quantity .minus:hover,
body.single-product form.cart .quantity .plus:hover {
	background: #eaf2fb;
}

body.single-product form.cart .quantity .qty:focus,
body.single-product form.cart .quantity .minus:focus,
body.single-product form.cart .quantity .plus:focus {
	outline: none;
	box-shadow: inset 0 0 0 2px rgba(0, 150, 214, 0.2);
}

@media (max-width: 768px) {
	body.single-product form.cart {
		gap: 8px;
	}

	body.single-product form.cart .quantity {
		height: 42px;
	}

	body.single-product form.cart .quantity .qty,
	body.single-product form.cart .quantity .minus,
	body.single-product form.cart .quantity .plus {
		height: 42px;
	}
}

/* Final single product fix: clean + readable + stable */
body.single-product {
	background: #f7fbff !important;
}

body.single-product .site-content {
	padding-top: 1rem !important;
	padding-bottom: 2.25rem !important;
}

body.single-product .woocommerce-breadcrumb {
	font-size: 12px !important;
	color: #5d6f83 !important;
	margin-bottom: 0.8rem !important;
}

body.single-product div.product {
	display: grid !important;
	grid-template-columns: minmax(300px, 420px) minmax(0, 1fr) !important;
	gap: 1.25rem !important;
	background: #ffffff !important;
	border: 1px solid #e2ebf5 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	padding: 1rem !important;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	position: static !important;
	width: auto !important;
	float: none !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	border: 1px solid #e3ecf6;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

body.single-product .woocommerce-product-gallery {
	max-width: 420px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.single-product .woocommerce-product-gallery__image a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	min-height: 320px;
	max-height: 520px;
	padding: 10px;
	background: #fff;
}

/* Keep only active gallery slide visible when JS slider is running. */
body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	display: none;
}

body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.flex-active-slide {
	display: block;
}

body.single-product .woocommerce-product-gallery__image img {
	max-width: 100% !important;
	max-height: 500px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
}

body.single-product .summary > .product_meta {
	margin-top: 0.65rem !important;
}

body.single-product .related.products,
body.single-product .woocommerce-tabs {
	margin-top: 1rem !important;
}

body.single-product .product_title {
	font-size: clamp(1.4rem, 2vw, 1.9rem) !important;
	line-height: 1.2 !important;
	font-weight: 800 !important;
	color: #16324d !important;
	margin: 0 0 0.45rem !important;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
	font-size: clamp(1.25rem, 1.8vw, 1.6rem) !important;
	font-weight: 900 !important;
	color: #d62839 !important;
	margin: 0 0 0.75rem !important;
}

body.single-product .woocommerce-product-details__short-description {
	font-size: 14px !important;
	line-height: 1.55 !important;
	color: #334b63 !important;
	background: #fff !important;
	border: 1px solid #e3ecf6 !important;
	border-radius: 10px !important;
	padding: 0.8rem !important;
	margin-bottom: 0.75rem !important;
}

body.single-product .lp-pack-discount-note {
	background: #fff8e8;
	border: 1px solid #f1d483;
	border-left: 4px solid #ffce00;
	border-radius: 10px;
	padding: 0.7rem 0.75rem;
	margin: 0 0 0.75rem;
}

body.single-product .lp-pack-discount-note strong {
	display: block;
	font-size: 13px;
	font-weight: 900;
	color: #173450;
	margin: 0 0 0.3rem;
}

body.single-product .lp-pack-discount-note ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-product .lp-pack-discount-note li {
	position: relative;
	margin: 0;
	padding-left: 14px;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
	color: #36516b;
}

body.single-product .lp-pack-discount-note li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #ffce00;
}

body.single-product .lp-pack-discount-subtext {
	margin: 0.4rem 0 0;
	font-size: 11px;
	line-height: 1.35;
	color: #556c84;
	font-weight: 700;
}

body.single-product form.cart {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	flex-wrap: wrap !important;
	background: #fff !important;
	border: 1px solid #e3ecf6 !important;
	border-radius: 10px !important;
	padding: 0.75rem !important;
	margin: 0 0 0.75rem !important;
}

body.single-product .single_add_to_cart_button,
body.single-product form.cart .button {
	min-height: 44px !important;
	padding: 0 18px !important;
	border-radius: 9px !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.03em !important;
	background: #ffce00 !important;
	color: #1b1b1b !important;
	box-shadow: none !important;
	border: 0 !important;
}

body.single-product .single_add_to_cart_button:hover,
body.single-product form.cart .button:hover {
	background: #0096d6 !important;
	color: #fff !important;
}

body.single-product .product_meta,
body.single-product .woocommerce-tabs,
body.single-product .related.products {
	background: #fff !important;
	border: 1px solid #e3ecf6 !important;
	border-radius: 10px !important;
	padding: 0.8rem !important;
	box-shadow: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	background: #f5f9ff !important;
	border: 0 !important;
	border-radius: 8px !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	font-size: 12px !important;
	font-weight: 700 !important;
	text-transform: none !important;
	padding: 9px 12px !important;
}

body.single-product .woocommerce-Tabs-panel {
	border: 1px solid #e3ecf6 !important;
	border-radius: 8px !important;
	padding: 0.8rem !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

@media (max-width: 992px) {
	body.single-product div.product {
		grid-template-columns: 1fr !important;
		padding: 0.8rem !important;
	}

	body.single-product .woocommerce-product-gallery {
		max-width: 360px !important;
	}

	body.single-product .woocommerce-product-gallery__image a {
		min-height: 240px;
		max-height: 360px;
	}

	body.single-product .woocommerce-product-gallery__image img {
		max-height: 330px !important;
	}

	body.single-product .single_add_to_cart_button,
	body.single-product form.cart .button {
		width: 100% !important;
	}
}

/* Final gallery centering fix */
body.single-product .woocommerce-product-gallery .flex-viewport {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	width: 100% !important;
}

body.single-product .woocommerce-product-gallery__image {
	display: grid !important;
	place-items: center !important;
}

body.single-product .woocommerce-product-gallery__image a {
	display: grid !important;
	place-items: center !important;
	text-align: center;
}

body.single-product .woocommerce-product-gallery__image img {
	display: block !important;
	margin: 0 auto !important;
	object-position: center center;
}

body.single-product .zoomLens,
body.single-product .zoomWindow {
	display: none !important;
}

/* Screenshot-style gallery stage with side thumbnails */
body.single-product .woocommerce-product-gallery {
	position: relative;
}

body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .flex-viewport {
	grid-column: 2;
	grid-row: 1;
	background: #f1f1f1;
	border: 1px solid #d9e4ef;
	border-radius: 16px;
	min-height: 640px;
	padding: 14px;
}

body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .flex-control-thumbs {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	max-height: 640px;
	overflow-y: auto;
}

body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .flex-control-thumbs li {
	margin: 0 !important;
	width: 100%;
}

body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .flex-control-thumbs img {
	width: 100%;
	height: auto;
	border: 1px solid #d4e0ec;
	border-radius: 14px;
	padding: 5px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
body.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover {
	border-color: #101820;
	box-shadow: inset 0 0 0 1px #101820;
}

body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .woocommerce-product-gallery__image a {
	min-height: 600px;
	max-height: 640px;
	padding: 8px;
}

body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .woocommerce-product-gallery__image img {
	max-height: 610px !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 16px !important;
	right: 16px !important;
	width: 48px !important;
	height: 48px !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: 0 6px 14px rgba(16, 30, 45, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
}

body.single-product .woocommerce-product-gallery .flex-direction-nav a {
	width: 44px !important;
	height: 44px !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: 0 6px 14px rgba(16, 30, 45, 0.14);
	display: flex !important;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}

body.single-product .woocommerce-product-gallery .flex-direction-nav a:before {
	font-size: 19px !important;
	color: #1c2f43 !important;
}

@media (max-width: 992px) {
	body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) {
		display: block;
	}

	body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .flex-viewport {
		min-height: 360px;
		padding: 10px;
	}

	body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .woocommerce-product-gallery__image a {
		min-height: 330px;
		max-height: 380px;
	}

	body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .woocommerce-product-gallery__image img {
		max-height: 350px !important;
	}

	body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .flex-control-thumbs {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
		max-height: none;
		overflow: visible;
		margin-top: 10px !important;
	}
}

/* Emergency fallback: keep product gallery stable and prevent blank viewport */
body.single-product .woocommerce-product-gallery .flex-viewport {
	overflow: hidden !important;
	height: auto !important;
	min-height: 420px !important;
	background: #f1f1f1;
	border: 1px solid #d9e4ef;
	border-radius: 16px;
}

body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
	width: 100% !important;
	transform: none !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	display: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image.flex-active-slide,
body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image.flex-active-slide {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 420px;
}

body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 420px !important;
	height: auto !important;
	max-height: none !important;
	padding: 10px;
}

body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
	display: block !important;
	max-width: 100% !important;
	max-height: 400px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
	margin: 0 auto !important;
}

@media (max-width: 992px) {
	body.single-product .woocommerce-product-gallery .flex-viewport {
		min-height: 320px !important;
	}

	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image.flex-active-slide,
	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image.flex-active-slide,
	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
		min-height: 320px !important;
	}

	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
		max-height: 300px !important;
	}
}

/* Gallery viewport stability fix: remove blank stacked space */
body.single-product .woocommerce-product-gallery .flex-viewport {
	display: block !important;
	overflow: hidden !important;
	min-height: 0 !important;
	height: auto !important;
	background: #fff !important;
	border: 1px solid #dce8f4 !important;
	border-radius: 12px !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	min-height: 0 !important;
	height: auto !important;
}

/* =========================================================
   Create Account CTA – cart & checkout funnel
   ========================================================= */

.lp-create-account-cta {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 1rem 1.15rem;
	margin-bottom: 1.2rem;
	background: var(--lpf-surface);
	border: 1px solid var(--lpf-border);
	border-top: 4px solid var(--lpf-accent);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(15, 35, 60, 0.07);
	flex-wrap: wrap;
}

.lp-cta-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--lpf-accent);
	color: #fff;
	font-size: 18px;
}

.lp-cta-copy {
	flex: 1 1 0;
	min-width: 0;
}

.lp-cta-heading {
	display: block;
	font-size: 0.97rem;
	font-weight: 900;
	color: var(--lpf-text);
	margin-bottom: 0.3rem;
	letter-spacing: 0.01em;
}

.lp-cta-perks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem 0.9rem;
}

.lp-cta-perks li {
	font-size: 0.8rem;
	color: var(--lpf-muted);
	padding-left: 1rem;
	position: relative;
}

.lp-cta-perks li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--lpf-accent);
}

.lp-cta-btn {
	flex-shrink: 0;
	display: inline-block;
	padding: 0.55rem 1.1rem;
	border-radius: 9px;
	background: var(--lpf-accent);
	color: #fff !important;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	transition: background 0.18s, box-shadow 0.18s;
	white-space: nowrap;
	box-shadow: 0 4px 14px rgba(0, 86, 210, 0.18);
}

.lp-cta-btn:hover {
	background: var(--lpf-accent-hover, #0043b3);
	box-shadow: 0 6px 18px rgba(0, 86, 210, 0.28);
}

@media (max-width: 600px) {
	.lp-create-account-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.lp-cta-btn {
		width: 100%;
		text-align: center;
	}
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	width: 100% !important;
	max-width: 320px !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	width: 100% !important;
}

body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .woocommerce-product-gallery__image {
	height: 560px;
}

body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .woocommerce-product-gallery__image a {
	min-height: 0 !important;
	max-height: none !important;
	height: 560px;
	padding: 10px;
}

body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .woocommerce-product-gallery__image img {
	height: 100% !important;
	max-height: none !important;
	width: auto !important;
	max-width: 100% !important;
	object-fit: contain !important;
}

@media (max-width: 992px) {
	body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .woocommerce-product-gallery__image,
	body.single-product .woocommerce-product-gallery:has(.flex-control-thumbs li) .woocommerce-product-gallery__image a {
		height: 360px;
	}

	body.single-product div.product {
		grid-template-columns: 1fr !important;
	}

	body.single-product .woocommerce-product-gallery {
		max-width: 360px !important;
	}

	body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
		max-width: 280px !important;
	}
}
/* ── My Account login/register page ── */

/* Hero banner above the two-column forms */
body.woocommerce-account:not(.logged-in) .entry-header {
	text-align: center;
	padding-bottom: 0.5rem;
}

/* Constrain and centre the two-column form layout */
body.woocommerce-account:not(.logged-in) .woocommerce {
	max-width: 960px;
	margin: 0 auto;
}

/* Prevent empty notices wrapper from creating a phantom left column */
body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper {
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper:empty {
	display: none !important;
}

/* Section headings */
body.woocommerce-account:not(.logged-in) .u-columns.col2-set h2 {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--lpf-text);
	margin: 0 0 1rem;
	padding-bottom: 0.6rem;
	border-bottom: 2px solid var(--lpf-border);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

/* Form padding */
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
	padding: 28px 32px 32px;
}

/* Label styles */
body.woocommerce-account .woocommerce-form-login .woocommerce-form__label,
body.woocommerce-account .woocommerce-form-register .woocommerce-form__label,
body.woocommerce-account .woocommerce-form-login label,
body.woocommerce-account .woocommerce-form-register label {
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--lpf-muted);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	display: block;
	margin-bottom: 6px;
}

/* Input fields */
body.woocommerce-account .woocommerce-form-login input[type="text"],
body.woocommerce-account .woocommerce-form-login input[type="email"],
body.woocommerce-account .woocommerce-form-login input[type="password"],
body.woocommerce-account .woocommerce-form-register input[type="text"],
body.woocommerce-account .woocommerce-form-register input[type="email"],
body.woocommerce-account .woocommerce-form-register input[type="password"] {
	width: 100%;
	padding: 11px 14px;
	border: 1.5px solid var(--lpf-border);
	border-radius: 9px;
	font-size: 0.95rem;
	color: var(--lpf-text);
	background: #f7f9fc;
	transition: border-color 0.15s, box-shadow 0.15s;
	box-sizing: border-box;
}

body.woocommerce-account .woocommerce-form-login input:focus,
body.woocommerce-account .woocommerce-form-register input:focus {
	outline: none;
	border-color: var(--lpf-accent);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(0, 150, 214, 0.12);
}

/* Remember me row */
body.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--lpf-muted);
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 18px;
}

body.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox input[type="checkbox"] {
	width: 16px;
	height: 16px;
	accent-color: var(--lpf-accent);
}

/* Lost password link */
body.woocommerce-account .woocommerce-form-login .lost_password a {
	font-size: 0.85rem;
	color: var(--lpf-accent);
	text-decoration: none;
}

body.woocommerce-account .woocommerce-form-login .lost_password a:hover {
	text-decoration: underline;
}

/* Form submit buttons */
body.woocommerce-account .woocommerce-form-login .woocommerce-button,
body.woocommerce-account .woocommerce-form-register .woocommerce-button,
body.woocommerce-account .woocommerce-form-login button[type="submit"],
body.woocommerce-account .woocommerce-form-register button[type="submit"] {
	display: inline-block;
	padding: 12px 28px;
	background: var(--lpf-accent) !important;
	color: #fff !important;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	border: none;
	border-radius: 9px;
	cursor: pointer;
	transition: background 0.15s, transform 0.1s;
}

body.woocommerce-account .woocommerce-form-login button[type="submit"]:hover,
body.woocommerce-account .woocommerce-form-register button[type="submit"]:hover {
	background: #0078af !important;
	transform: translateY(-1px);
}

/* Privacy policy text under register form */
body.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text {
	font-size: 0.82rem;
	color: var(--lpf-muted);
	line-height: 1.6;
	margin-bottom: 20px;
}

body.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text a {
	color: var(--lpf-accent);
	text-decoration: none;
}

@media (max-width: 640px) {
	body.woocommerce-account .woocommerce-form-login,
	body.woocommerce-account .woocommerce-form-register {
		padding: 20px 18px 24px;
	}
}

/* ── Shop / product archive pages: wider 1320px container ── */
body.woocommerce-shop .woocommerce,
body.post-type-archive-product .woocommerce,
body.tax-product_cat .woocommerce,
body.tax-product_tag .woocommerce {
	max-width: 1320px;
	margin: 0 auto;
}

body.woocommerce-shop .entry-header,
body.post-type-archive-product .entry-header,
body.tax-product_cat .entry-header,
body.tax-product_tag .entry-header {
	max-width: 1320px;
	margin: 0 auto;
}

/* ── Sticky footer ── */
html {
	height: 100%;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#page {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#content,
.site-content {
	flex: 1 0 auto;
}

/* ── Policy pages: constrained reading width ── */
body.lp-policy-page .site-content,
body.lp-policy-page .ast-container,
body.lp-policy-page .entry-header,
body.lp-policy-page .entry-content {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	box-sizing: border-box;
	width: 100%;
}

/* ── Sell Your Cards: break free of Astra container ── */
body.page-template-page-sell-your-cards-php .site-content,
body.page-template-page-sell-your-cards-php .ast-container,
body.page-template-page-sell-your-cards-php .entry-header,
body.page-template-page-sell-your-cards-php .entry-content {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

/* ── Policy / Support Pages ── */
.lp-support-hero {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	border-radius: 14px;
	padding: 1.5rem 1.75rem;
	margin-bottom: 1.5rem;
	border-left: 5px solid #ffce00;
}

.lp-support-hero p {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	line-height: 1.65;
	font-weight: 600;
}

.lp-support-card {
	background: #ffffff;
	border: 1px solid #e2ecf6;
	border-radius: 14px;
	padding: 1.4rem 1.6rem;
	margin-bottom: 1.25rem;
	box-shadow: 0 4px 14px rgba(15, 35, 60, 0.05);
	border-top: 3px solid #ffce00;
}

.lp-support-card:last-child {
	margin-bottom: 0;
}

.lp-support-card h3 {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.01em;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid #e8f0f9;
}

.lp-support-card p {
	margin: 0 0 0.75rem;
	font-size: 14px;
	line-height: 1.65;
	color: #374151;
	font-weight: 500;
}

.lp-support-card p:last-child {
	margin-bottom: 0;
}

.lp-support-card ul {
	margin: 0 0 0.75rem;
	padding: 0;
	list-style: none;
}

.lp-support-card ul:last-child {
	margin-bottom: 0;
}

.lp-support-card ul li {
	position: relative;
	margin: 0 0 0.55rem;
	padding-left: 1.2rem;
	font-size: 14px;
	line-height: 1.55;
	color: #374151;
	font-weight: 500;
}

.lp-support-card ul li:last-child {
	margin-bottom: 0;
}

.lp-support-card ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ffce00;
}

.lp-support-card a {
	color: #0096d6;
	font-weight: 700;
	text-decoration: none;
}

.lp-support-card a:hover {
	color: #801b1e;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.lp-support-card {
		padding: 1.1rem 1.2rem;
		margin-bottom: 1rem;
	}

	.lp-support-card h3 {
		font-size: 0.97rem;
	}
}

.lp-footer {
	margin-top: auto;
	flex-shrink: 0;
}

/* ── WooCommerce brand vibe override (match homepage look) ── */
body.woocommerce,
body.woocommerce-page,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.single-product,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.woocommerce-order-received,
body.woocommerce-view-order,
body.woocommerce-lost-password {
	background: #16181c !important;
	color: #eef2f7 !important;
}

body.woocommerce .site,
body.woocommerce-page .site,
body.woocommerce #content,
body.woocommerce-page #content,
body.woocommerce .site-content,
body.woocommerce-page .site-content {
	background: transparent !important;
}

body.woocommerce h1,
body.woocommerce h2,
body.woocommerce h3,
body.woocommerce h4,
body.woocommerce-page h1,
body.woocommerce-page h2,
body.woocommerce-page h3,
body.woocommerce-page h4 {
	color: #ffffff !important;
}

body.woocommerce .woocommerce-breadcrumb,
body.woocommerce-page .woocommerce-breadcrumb,
body.woocommerce .woocommerce-result-count,
body.woocommerce-page .woocommerce-result-count,
body.woocommerce .woocommerce-ordering,
body.woocommerce-page .woocommerce-ordering {
	color: #a8b4c7 !important;
}

body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-error,
body.woocommerce .shop_table,
body.woocommerce .cart_totals,
body.woocommerce .woocommerce-checkout-review-order,
body.woocommerce .woocommerce-order,
body.woocommerce .woocommerce-form-login,
body.woocommerce .woocommerce-form-register,
body.woocommerce .woocommerce-form-lost-password,
body.woocommerce .woocommerce-ResetPassword,
body.woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce .woocommerce-MyAccount-content,
body.woocommerce.single-product div.product,
body.woocommerce ul.products li.product,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-error,
body.woocommerce-page .shop_table,
body.woocommerce-page .cart_totals,
body.woocommerce-page .woocommerce-checkout-review-order,
body.woocommerce-page .woocommerce-order,
body.woocommerce-page .woocommerce-form-login,
body.woocommerce-page .woocommerce-form-register,
body.woocommerce-page .woocommerce-form-lost-password,
body.woocommerce-page .woocommerce-ResetPassword,
body.woocommerce-page .woocommerce-MyAccount-navigation,
body.woocommerce-page .woocommerce-MyAccount-content,
body.woocommerce-page.single-product div.product,
body.woocommerce-page ul.products li.product {
	background: #1f2228 !important;
	border-color: #2e343e !important;
	color: #e9edf4 !important;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35) !important;
}

body.woocommerce.single-product div.product .woocommerce-product-gallery,
body.woocommerce.single-product div.product .summary,
body.woocommerce-page.single-product div.product .woocommerce-product-gallery,
body.woocommerce-page.single-product div.product .summary {
	background: #ffffff !important;
	border-color: #e5e7eb !important;
}

body.woocommerce input[type="text"],
body.woocommerce input[type="email"],
body.woocommerce input[type="password"],
body.woocommerce input[type="search"],
body.woocommerce input[type="number"],
body.woocommerce textarea,
body.woocommerce select,
body.woocommerce-page input[type="text"],
body.woocommerce-page input[type="email"],
body.woocommerce-page input[type="password"],
body.woocommerce-page input[type="search"],
body.woocommerce-page input[type="number"],
body.woocommerce-page textarea,
body.woocommerce-page select {
	background: #111419 !important;
	color: #f2f6fb !important;
	border-color: #353c48 !important;
}

body.woocommerce input:focus,
body.woocommerce textarea:focus,
body.woocommerce select:focus,
body.woocommerce-page input:focus,
body.woocommerce-page textarea:focus,
body.woocommerce-page select:focus {
	border-color: #ffce00 !important;
	box-shadow: 0 0 0 3px rgba(255, 206, 0, 0.18) !important;
}

body.woocommerce .button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce a.button,
body.woocommerce-page .button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page a.button {
	background: #ffce00 !important;
	color: #111111 !important;
	border-color: #ffce00 !important;
	font-weight: 800 !important;
}

body.woocommerce .button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce a.button:hover,
body.woocommerce-page .button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page a.button:hover {
	background: #ffd734 !important;
	border-color: #ffd734 !important;
	color: #0b0b0b !important;
}

body.woocommerce a,
body.woocommerce-page a {
	color: #12b8ff;
}

body.woocommerce a:hover,
body.woocommerce-page a:hover {
	color: #ffce00;
}

/* ── WooCommerce light mode + gold accents (no blue) ── */
body.woocommerce,
body.woocommerce-page,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.single-product,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.woocommerce-order-received,
body.woocommerce-view-order,
body.woocommerce-lost-password {
	--lpf-bg: #ffffff;
	--lpf-surface: #ffffff;
	--lpf-surface-soft: #fffdf5;
	--lpf-border: #ece5cf;
	--lpf-text: #1a1a1a;
	--lpf-muted: #5f5a49;
	--lpf-accent: #ffce00;
	--lpf-accent-2: #ffce00;
	background: #ffffff !important;
	color: #1a1a1a !important;
}

body.woocommerce h1,
body.woocommerce h2,
body.woocommerce h3,
body.woocommerce h4,
body.woocommerce-page h1,
body.woocommerce-page h2,
body.woocommerce-page h3,
body.woocommerce-page h4 {
	color: #1a1a1a !important;
}

body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-error,
body.woocommerce .shop_table,
body.woocommerce .cart_totals,
body.woocommerce .woocommerce-checkout-review-order,
body.woocommerce .woocommerce-order,
body.woocommerce .woocommerce-form-login,
body.woocommerce .woocommerce-form-register,
body.woocommerce .woocommerce-form-lost-password,
body.woocommerce .woocommerce-ResetPassword,
body.woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce .woocommerce-MyAccount-content,
body.woocommerce.single-product div.product,
body.woocommerce ul.products li.product,
body.woocommerce-page .shop_table,
body.woocommerce-page .cart_totals,
body.woocommerce-page .woocommerce-checkout-review-order,
body.woocommerce-page .woocommerce-order,
body.woocommerce-page .woocommerce-form-login,
body.woocommerce-page .woocommerce-form-register,
body.woocommerce-page .woocommerce-form-lost-password,
body.woocommerce-page .woocommerce-ResetPassword,
body.woocommerce-page .woocommerce-MyAccount-navigation,
body.woocommerce-page .woocommerce-MyAccount-content,
body.woocommerce-page.single-product div.product,
body.woocommerce-page ul.products li.product {
	background: #ffffff !important;
	border-color: #ece5cf !important;
	color: #1a1a1a !important;
	box-shadow: 0 10px 24px rgba(20, 20, 20, 0.08) !important;
}

body.woocommerce input[type="text"],
body.woocommerce input[type="email"],
body.woocommerce input[type="password"],
body.woocommerce input[type="search"],
body.woocommerce input[type="number"],
body.woocommerce textarea,
body.woocommerce select,
body.woocommerce-page input[type="text"],
body.woocommerce-page input[type="email"],
body.woocommerce-page input[type="password"],
body.woocommerce-page input[type="search"],
body.woocommerce-page input[type="number"],
body.woocommerce-page textarea,
body.woocommerce-page select {
	background: #ffffff !important;
	color: #1a1a1a !important;
	border-color: #e0d8be !important;
}

body.woocommerce .button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce a.button,
body.woocommerce-page .button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-page a.button {
	background: #ffce00 !important;
	color: #1a1a1a !important;
	border-color: #ffce00 !important;
}

body.woocommerce .button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce a.button:hover,
body.woocommerce-page .button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page a.button:hover {
	background: #f2c400 !important;
	border-color: #f2c400 !important;
	color: #111111 !important;
}

body.woocommerce .woocommerce a,
body.woocommerce-page .woocommerce a {
	color: #c49a00 !important;
}

body.woocommerce .woocommerce a:hover,
body.woocommerce-page .woocommerce a:hover {
	color: #9b7a00 !important;
}

/* ── Global LuckyPull gold vibe (all non-front pages) ── */
body:not(.home):not(.front-page):not(.page-template-front-page) {
	background: #ffffff;
	color: #1a1a1a;
}

body:not(.home):not(.front-page):not(.page-template-front-page) h1,
body:not(.home):not(.front-page):not(.page-template-front-page) h2,
body:not(.home):not(.front-page):not(.page-template-front-page) h3,
body:not(.home):not(.front-page):not(.page-template-front-page) h4,
body:not(.home):not(.front-page):not(.page-template-front-page) h5,
body:not(.home):not(.front-page):not(.page-template-front-page) h6 {
	color: #1a1a1a;
}


body:not(.home):not(.front-page):not(.page-template-front-page) .ast-button,
body:not(.home):not(.front-page):not(.page-template-front-page) .button,
body:not(.home):not(.front-page):not(.page-template-front-page) button,
body:not(.home):not(.front-page):not(.page-template-front-page) input[type="submit"] {
	background: #ffce00;
	border-color: #ffce00;
	color: #1a1a1a;
	font-weight: 800;
}

body:not(.home):not(.front-page):not(.page-template-front-page) .ast-button:hover,
body:not(.home):not(.front-page):not(.page-template-front-page) .button:hover,
body:not(.home):not(.front-page):not(.page-template-front-page) button:hover,
body:not(.home):not(.front-page):not(.page-template-front-page) input[type="submit"]:hover {
	background: #f2c400;
	border-color: #f2c400;
	color: #111111;
}

body:not(.home):not(.front-page):not(.page-template-front-page) input[type="text"],
body:not(.home):not(.front-page):not(.page-template-front-page) input[type="email"],
body:not(.home):not(.front-page):not(.page-template-front-page) input[type="password"],
body:not(.home):not(.front-page):not(.page-template-front-page) input[type="search"],
body:not(.home):not(.front-page):not(.page-template-front-page) input[type="number"],
body:not(.home):not(.front-page):not(.page-template-front-page) textarea,
body:not(.home):not(.front-page):not(.page-template-front-page) select {
	border-color: #e0d8be;
}

body:not(.home):not(.front-page):not(.page-template-front-page) input:focus,
body:not(.home):not(.front-page):not(.page-template-front-page) textarea:focus,
body:not(.home):not(.front-page):not(.page-template-front-page) select:focus {
	border-color: #ffce00;
	box-shadow: 0 0 0 3px rgba(255, 206, 0, 0.14);
}

body:not(.home):not(.front-page):not(.page-template-front-page) .ast-container .ast-article-post,
body:not(.home):not(.front-page):not(.page-template-front-page) article,
body:not(.home):not(.front-page):not(.page-template-front-page) .ast-separate-container .ast-article-post,
body:not(.home):not(.front-page):not(.page-template-front-page) .ast-separate-container .comments-area,
body:not(.home):not(.front-page):not(.page-template-front-page) .ast-separate-container .ast-author-box,
body:not(.home):not(.front-page):not(.page-template-front-page) .widget {
	border-color: #ece5cf;
}

/* --- Final single-product cleanup: clean, light, pro --- */
body.single-product div.product {
	background: #ffffff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 14px !important;
	padding: 1.1rem !important;
	box-shadow: none !important;
}

body.single-product .summary {
	background: #ffffff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 12px !important;
	padding: 1rem !important;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb a {
	color: #5b6470 !important;
}

body.single-product .product_title,
body.single-product .summary h1,
body.single-product .summary h2,
body.single-product .summary h3,
body.single-product .summary h4 {
	color: #111111 !important;
}

body.single-product .woocommerce-product-details__short-description {
	background: #ffffff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 10px !important;
	padding: 0.75rem !important;
	color: #1f2937 !important;
}

body.single-product .stock,
body.single-product .product_meta,
body.single-product .product_meta a {
	color: #1f2937 !important;
}

body.single-product form.cart {
	background: #ffffff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 10px !important;
	padding: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

/* Hide express payment buttons (GPay, Amazon Pay, Link) on cart page only — visible at checkout. */
body.woocommerce-cart #wcpay-payment-request-wrapper,
body.woocommerce-cart .wcpay-payment-request-wrapper,
body.woocommerce-cart .wcpay-payment-request-button,
body.woocommerce-cart .wcpay-payment-request,
body.woocommerce-cart .wc-stripe-product-checkout-container,
body.woocommerce-cart .wc-stripe-payment-request-wrapper,
body.woocommerce-cart .wc-payment-request-wrapper,
body.woocommerce-cart .wc-payment-request-button,
body.woocommerce-cart .payment_request_buttons,
body.woocommerce-cart .payment-request-button,
body.woocommerce-cart .woocommerce_payments_payment_request,
body.woocommerce-cart .woocommerce-payments-express-checkout,
body.woocommerce-cart .wc-block-components-express-payment,
body.woocommerce-cart .wc-block-components-express-payment-continue-rule,
body.woocommerce-cart #payment-request-button,
body.woocommerce-cart .wc-express-checkout,
body.woocommerce-cart [id*="payment-request"],
body.woocommerce-cart [class*="express-payment"],
body.woocommerce-cart [class*="payment-request"] {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* Hide express/quick payment buttons on single product pages (keep checkout intact). */
body.single-product .summary #wcpay-payment-request-wrapper,
body.single-product .summary .wcpay-payment-request-wrapper,
body.single-product .summary .wcpay-payment-request-button,
body.single-product .summary .wcpay-payment-request,
body.single-product .summary .wc-stripe-product-checkout-container,
body.single-product .summary .wc-stripe-payment-request-wrapper,
body.single-product .summary .wc-payment-request-wrapper,
body.single-product .summary .wc-payment-request-button,
body.single-product .summary .payment_request_buttons,
body.single-product .summary .payment-request-button,
body.single-product .summary .woocommerce_payments_payment_request,
body.single-product .summary .woocommerce-payments-express-checkout,
body.single-product .summary .wc-block-components-express-payment,
body.single-product .summary form.cart ~ .wcpay-payment-request-wrapper,
body.single-product .summary form.cart ~ .wc-stripe-product-checkout-container,
body.single-product .summary form.cart ~ .wc-payment-request-wrapper {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* Hide express pay buttons on single product pages only. */
body.single-product .wcpay-payment-request-wrapper,
body.single-product .wcpay-payment-request,
body.single-product .wc-stripe-product-checkout-container,
body.single-product .wc-stripe-payment-request-wrapper,
body.single-product .payment_request,
body.single-product .payment-request-button,
body.single-product .woocommerce-payments-express-checkout,
body.single-product .wc-block-components-express-payment {
	display: none !important;
}

/* Final single-product polish: cleaner professional summary section */
body.single-product {
	background: #f5f8fc !important;
	color: #0f172a !important;
}

body.single-product .site-content,
body.single-product .ast-container,
body.single-product .site-main {
	background: transparent !important;
}

body.single-product .woocommerce-breadcrumb {
	font-size: 12px !important;
	font-weight: 600 !important;
	color: #64748b !important;
	margin-bottom: 12px !important;
}

body.single-product .woocommerce-breadcrumb a {
	color: #334155 !important;
}

body.single-product div.product {
	border: 1px solid #dbe5f0 !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06) !important;
}

body.single-product div.product .summary {
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	padding: 16px !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

body.single-product div.product .summary > * + * {
	margin-top: 12px !important;
}

body.single-product .product_title,
body.single-product .entry-title {
	color: #0f172a !important;
	font-size: clamp(1.6rem, 2.4vw, 2.2rem) !important;
	line-height: 1.18 !important;
	font-weight: 900 !important;
	letter-spacing: -0.01em !important;
	margin: 0 0 8px !important;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
	margin: 0 !important;
	font-size: clamp(1.35rem, 2vw, 1.75rem) !important;
	font-weight: 900 !important;
	letter-spacing: -0.01em !important;
	color: #d11f36 !important;
}

body.single-product div.product p.price del,
body.single-product div.product span.price del {
	color: #94a3b8 !important;
	font-weight: 700 !important;
	opacity: 1 !important;
	margin-right: 0.35rem !important;
}

body.single-product .woocommerce-product-details__short-description {
	background: #f8fafc !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 10px !important;
	padding: 12px 14px !important;
	color: #334155 !important;
	font-size: 14px !important;
	line-height: 1.62 !important;
	margin: 0 !important;
}

body.single-product .stock,
body.single-product .availability,
body.single-product p.stock {
	color: #0f172a !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

body.single-product form.cart {
	background: #f8fafc !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	padding: 12px !important;
	margin: 0 !important;
	display: grid !important;
	grid-template-columns: auto 1fr !important;
	gap: 12px !important;
	align-items: center !important;
}

body.single-product form.cart .quantity {
	margin: 0 !important;
}

body.single-product form.cart .quantity .qty {
	width: 68px !important;
	height: 42px !important;
	border-radius: 10px !important;
	border: 1px solid #cbd5e1 !important;
	background: #ffffff !important;
	font-weight: 800 !important;
	font-size: 16px !important;
	color: #0f172a !important;
}

body.single-product .single_add_to_cart_button,
body.single-product form.cart .button,
body.single-product form.cart button.single_add_to_cart_button {
	height: 42px !important;
	width: 100% !important;
	margin: 0 !important;
	border-radius: 10px !important;
	border: 0 !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	background: linear-gradient(180deg, #ffd84d 0%, #ffcd00 100%) !important;
	color: #101827 !important;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
}

body.single-product .single_add_to_cart_button:hover,
body.single-product form.cart .button:hover,
body.single-product form.cart button.single_add_to_cart_button:hover {
	background: linear-gradient(180deg, #ffe170 0%, #ffd633 100%) !important;
	color: #0f172a !important;
	transform: translateY(-1px);
}

body.single-product .product_meta {
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 10px !important;
	padding: 10px 12px !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
	color: #334155 !important;
}

body.single-product .product_meta a,
body.single-product .product_meta .posted_in a,
body.single-product .product_meta .tagged_as a,
body.single-product .product_meta .sku_wrapper {
	color: #0f172a !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.single-product .product_meta a:hover,
body.single-product .product_meta .posted_in a:hover,
body.single-product .product_meta .tagged_as a:hover {
	color: #0ea5e9 !important;
}

@media (max-width: 768px) {
	body.single-product div.product .summary {
		padding: 12px !important;
	}

	body.single-product form.cart {
		grid-template-columns: 1fr !important;
	}

	body.single-product form.cart .quantity .qty,
	body.single-product .single_add_to_cart_button,
	body.single-product form.cart .button,
	body.single-product form.cart button.single_add_to_cart_button {
		width: 100% !important;
	}
}

/* Final compact tune-up: tighten info area and lock qty + button alignment */
body.single-product div.product {
	max-width: 1420px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.single-product div.product .summary {
	padding: 12px !important;
}

body.single-product div.product .summary > * + * {
	margin-top: 8px !important;
}

body.single-product .woocommerce-product-details__short-description {
	padding: 10px 12px !important;
	line-height: 1.5 !important;
}

body.single-product .woocommerce-product-details__short-description p {
	margin: 0 !important;
}

body.single-product .summary .stock,
body.single-product .summary .availability,
body.single-product .summary p.stock,
body.single-product .summary p {
	margin-bottom: 0 !important;
}

body.single-product form.cart {
	display: grid !important;
	grid-template-columns: 76px minmax(180px, 240px) !important;
	justify-content: start !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 10px !important;
}

body.single-product form.cart .quantity {
	grid-column: 1 !important;
	width: 76px !important;
	min-width: 76px !important;
	max-width: 76px !important;
	margin: 0 !important;
	float: none !important;
}

body.single-product form.cart .quantity input.qty,
body.single-product form.cart .quantity .qty {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: 42px !important;
	text-align: center !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}

body.single-product form.cart .single_add_to_cart_button,
body.single-product form.cart .button,
body.single-product form.cart button.single_add_to_cart_button {
	grid-column: 2 !important;
	width: min(240px, 100%) !important;
	min-width: 180px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	float: none !important;
	clear: none !important;
	justify-self: start !important;
}

@media (max-width: 768px) {
	body.single-product form.cart {
		grid-template-columns: 1fr !important;
	}

	body.single-product form.cart .quantity,
	body.single-product form.cart .single_add_to_cart_button,
	body.single-product form.cart .button,
	body.single-product form.cart button.single_add_to_cart_button {
		grid-column: 1 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* Smart responsive optimization: tablet + mobile single-product UX */
@media (max-width: 1200px) {
	body.single-product div.product {
		grid-template-columns: minmax(300px, 380px) minmax(0, 1fr) !important;
		gap: 14px !important;
		padding: 12px !important;
	}

	body.single-product .product_title,
	body.single-product .entry-title {
		font-size: clamp(1.45rem, 2.3vw, 1.9rem) !important;
	}
}

@media (max-width: 992px) {
	body.single-product .site-content {
		padding-top: 0.75rem !important;
		padding-bottom: 1.5rem !important;
	}

	body.single-product div.product {
		display: block !important;
		padding: 10px !important;
	}

	body.single-product div.product .woocommerce-product-gallery,
	body.single-product div.product .summary {
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
	}

	body.single-product div.product .woocommerce-product-gallery {
		margin-bottom: 12px !important;
	}

	body.single-product .woocommerce-product-gallery__image a {
		min-height: 280px !important;
	}

	body.single-product .woocommerce-product-gallery__image img {
		max-height: 340px !important;
	}

	body.single-product form.cart {
		grid-template-columns: 76px minmax(0, 1fr) !important;
		width: 100% !important;
	}

	body.single-product form.cart .single_add_to_cart_button,
	body.single-product form.cart .button,
	body.single-product form.cart button.single_add_to_cart_button {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	body.single-product .woocommerce-tabs ul.tabs {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 8px !important;
	}

	body.single-product .related.products ul.products,
	body.single-product ul.products.related,
	body.single-product .up-sells ul.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	body.single-product .related.products ul.products li.product,
	body.single-product ul.products.related li.product,
	body.single-product .up-sells ul.products li.product {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media (max-width: 640px) {
	body.single-product .woocommerce-breadcrumb {
		font-size: 11px !important;
		line-height: 1.4 !important;
		word-break: break-word;
	}

	body.single-product .product_title,
	body.single-product .entry-title {
		font-size: 1.7rem !important;
		line-height: 1.2 !important;
	}

	body.single-product div.product p.price,
	body.single-product div.product span.price {
		font-size: 1.9rem !important;
	}

	body.single-product .woocommerce-product-details__short-description,
	body.single-product .product_meta,
	body.single-product .woocommerce-Tabs-panel {
		padding: 10px !important;
	}

	body.single-product form.cart {
		grid-template-columns: 1fr !important;
		gap: 8px !important;
		padding: 10px !important;
	}

	body.single-product form.cart .quantity,
	body.single-product form.cart .single_add_to_cart_button,
	body.single-product form.cart .button,
	body.single-product form.cart button.single_add_to_cart_button {
		grid-column: 1 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.single-product form.cart .quantity {
		min-width: 0 !important;
		max-width: 100% !important;
	}

	body.single-product form.cart .quantity input.qty,
	body.single-product form.cart .quantity .qty {
		height: 44px !important;
	}

	body.single-product .single_add_to_cart_button,
	body.single-product form.cart .button,
	body.single-product form.cart button.single_add_to_cart_button {
		height: 46px !important;
		font-size: 15px !important;
	}

	body.single-product .related.products ul.products,
	body.single-product ul.products.related,
	body.single-product .up-sells ul.products {
		grid-template-columns: 1fr !important;
	}
}

/* Final My Account nav color fix: no gold text */
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	background: #ffffff !important;
	color: #111111 !important;
	border: 1px solid #d9dee6 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background: #111111 !important;
	color: #ffffff !important;
	border-color: #111111 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #111111 !important;
	color: #ffffff !important;
	border-color: #111111 !important;
}

/* Final My Account content polish: readable buttons + breathing room */
body.woocommerce-account.logged-in .woocommerce {
	gap: 1.5rem !important;
}

body.woocommerce-account .woocommerce-MyAccount-content > * + * {
	margin-top: 14px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethods,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content {
	margin-top: 12px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-MyAccount-content button.button,
body.woocommerce-account .woocommerce-MyAccount-content input.button,
body.woocommerce-account .woocommerce-MyAccount-content a.button,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content button.button,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content input.button,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content a.button {
	background: #111111 !important;
	color: #ffffff !important;
	border-color: #111111 !important;
	box-shadow: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
body.woocommerce-account .woocommerce-MyAccount-content input.button:hover,
body.woocommerce-account .woocommerce-MyAccount-content a.button:hover,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content input.button:hover,
body.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content a.button:hover {
	background: #000000 !important;
	color: #ffffff !important;
	border-color: #000000 !important;
}

@media (max-width: 991px) {
	body.woocommerce-account .woocommerce-MyAccount-content {
		margin-top: 0.8rem !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .button,
	body.woocommerce-account .woocommerce-MyAccount-content button.button,
	body.woocommerce-account .woocommerce-MyAccount-content input.button,
	body.woocommerce-account .woocommerce-MyAccount-content a.button {
		min-height: 42px !important;
		padding: 10px 14px !important;
	}
}

/* Mobile fix: make login/register forms stack as rows on My Account page */
@media (max-width: 991px) {
	body.woocommerce-account:not(.logged-in) .woocommerce {
		max-width: 100% !important;
	}

	body.woocommerce-account:not(.logged-in) .u-columns.col2-set {
		display: block !important;
		width: 100% !important;
	}

	body.woocommerce-account:not(.logged-in) .u-columns.col2-set::before,
	body.woocommerce-account:not(.logged-in) .u-columns.col2-set::after {
		content: "";
		display: table;
		clear: both;
	}

	body.woocommerce-account:not(.logged-in) .u-columns.col2-set .u-column1,
	body.woocommerce-account:not(.logged-in) .u-columns.col2-set .u-column2,
	body.woocommerce-account:not(.logged-in) .u-columns.col2-set .col-1,
	body.woocommerce-account:not(.logged-in) .u-columns.col2-set .col-2 {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 14px !important;
		padding: 0 !important;
		clear: both !important;
	}

	body.woocommerce-account:not(.logged-in) .woocommerce-form-login,
	body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
}

/* Global breathing room on non-front pages */
body:not(.home):not(.front-page):not(.page-template-front-page) .site-content {
	padding-top: 1.15rem !important;
	padding-bottom: 2rem !important;
}

@media (max-width: 991px) {
	body:not(.home):not(.front-page):not(.page-template-front-page) .site-content {
		padding-top: 0.9rem !important;
		padding-bottom: 1.5rem !important;
	}
}

/* Hard fallback: force My Account login/register into true rows on mobile */
@media (max-width: 1100px) {
	body.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set,
	body.woocommerce-account:not(.logged-in) .woocommerce-page .u-columns.col2-set,
	body.woocommerce-account:not(.logged-in) .woocommerce .col2-set {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set > .u-column1,
	body.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set > .u-column2,
	body.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set > .col-1,
	body.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set > .col-2,
	body.woocommerce-account:not(.logged-in) .woocommerce .col2-set > .col-1,
	body.woocommerce-account:not(.logged-in) .woocommerce .col2-set > .col-2 {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		float: none !important;
		clear: both !important;
		flex: 0 0 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.woocommerce-account:not(.logged-in) .woocommerce form.login,
	body.woocommerce-account:not(.logged-in) .woocommerce form.register,
	body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login,
	body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-register {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
}

	/* Final checkout polish: subtle cleanup only */
	body.woocommerce-checkout #customer_details {
		border-radius: 12px !important;
		border-color: #e8dec0 !important;
		box-shadow: 0 8px 18px rgba(14, 16, 18, 0.06) !important;
	}

	/* Heading: its own separate card above the table */
	body.woocommerce-checkout #order_review_heading {
		border: 1px solid #e8dec0 !important;
		border-radius: 12px !important;
		box-shadow: 0 4px 12px rgba(14, 16, 18, 0.05) !important;
		background: #ffffff !important;
		padding: 18px 20px !important;
		margin-bottom: 10px !important;
	}

	/* Table card: separate box below heading */
	body.woocommerce-checkout .woocommerce-checkout-review-order {
		border-radius: 12px !important;
		border-color: #e8dec0 !important;
		box-shadow: 0 8px 18px rgba(14, 16, 18, 0.06) !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	body.woocommerce-checkout #customer_details h3,
	body.woocommerce-checkout .woocommerce-billing-fields > h3,
	body.woocommerce-checkout .woocommerce-additional-fields > h3 {
		font-size: 1.75rem !important;
		font-weight: 900 !important;
		letter-spacing: -0.01em !important;
		color: #111111 !important;
		text-transform: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.woocommerce-checkout .form-row label,
	body.woocommerce-checkout .woocommerce-form__label {
		font-size: 12px !important;
		font-weight: 800 !important;
		color: #2b3441 !important;
	}

	body.woocommerce-checkout .woocommerce input.input-text,
	body.woocommerce-checkout .woocommerce textarea,
	body.woocommerce-checkout .woocommerce select {
		min-height: 42px !important;
		border-radius: 7px !important;
		border-color: #dfd5b7 !important;
	}

	body.woocommerce-checkout .woocommerce input.input-text:focus,
	body.woocommerce-checkout .woocommerce textarea:focus,
	body.woocommerce-checkout .woocommerce select:focus {
		border-color: #ffce00 !important;
		box-shadow: 0 0 0 2px rgba(255, 206, 0, 0.2) !important;
	}

	body.woocommerce-checkout .shop_table th,
	body.woocommerce-checkout .shop_table td {
		padding: 10px 12px !important;
		border-color: #efe6cc !important;
	}

	body.woocommerce-checkout #payment div.payment_box {
		border-radius: 8px !important;
		border-color: #e5dbc0 !important;
	}

/* Checkout color consistency + cleaner order panel */
body.woocommerce-checkout .lp-create-account-cta .lp-cta-btn {
	background: #ffce00 !important;
	border: 1px solid #ffce00 !important;
	color: #111111 !important;
	box-shadow: 0 4px 12px rgba(255, 206, 0, 0.28) !important;
}

body.woocommerce-checkout .lp-create-account-cta .lp-cta-btn:hover {
	background: #f2c400 !important;
	border-color: #f2c400 !important;
	color: #111111 !important;
	box-shadow: 0 6px 14px rgba(242, 196, 0, 0.34) !important;
}

body.woocommerce-checkout #order_review_heading {
	color: #111111 !important;
	font-size: 1.6rem !important;
	font-weight: 900 !important;
	letter-spacing: -0.01em !important;
	margin: 0 !important;
	padding: 18px 20px !important;
	margin: 0 0 10px !important;
}

/* Product name links in order table — black, not theme link colour */
body.woocommerce-checkout .woocommerce-checkout-review-order-table a {
	color: #111111 !important;
	text-decoration: none !important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table a:hover {
	text-decoration: underline !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
body.woocommerce-checkout #order_review .product-name,
body.woocommerce-checkout #order_review .product-total {
	color: #111111 !important;
}

/* Order table — thead column labels */
body.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	background: #fffdf5 !important;
	color: #6b6047 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #efe6cc !important;
}

/* Product rows in the order table */
body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
	background: #ffffff !important;
	font-size: 14px !important;
	color: #111111 !important;
	padding: 12px 14px !important;
}

/* Separator between product rows and totals */
body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:last-child td {
	border-bottom: 2px solid #efe6cc !important;
}

/* Tfoot rows: subtotal + discount labels — lighter weight */
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td {
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #4a3f2a !important;
	background: transparent !important;
	padding: 8px 14px !important;
	border-bottom: none !important;
	text-transform: none !important;
}

/* Discount row — muted to de-emphasise */
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-discount th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-discount td {
	color: #7a6e55 !important;
	font-size: 12px !important;
}

/* TOTAL row — bold and prominent */
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
	font-size: 16px !important;
	font-weight: 800 !important;
	color: #111111 !important;
	border-top: 2px solid #efe6cc !important;
	padding-top: 12px !important;
}

body.woocommerce-checkout #payment ul.payment_methods li,
body.woocommerce-checkout #payment label,
body.woocommerce-checkout #payment p,
body.woocommerce-checkout #payment small {
	color: #1f2937 !important;
}

/* Gold radio button accent for selected payment method */
body.woocommerce-checkout #payment ul.payment_methods input[type="radio"] {
	accent-color: #ffce00;
}

body.woocommerce-checkout #payment a {
	color: #9a7900 !important;
	text-decoration: underline;
}

body.woocommerce-checkout #payment a:hover {
	color: #111111 !important;
}

/* Privacy policy link on checkout — keep it in-palette, not default blue */
body.woocommerce-checkout .woocommerce-privacy-policy-text a {
	color: #9a7900 !important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text a:hover {
	color: #111111 !important;
}

/* Payment methods — clean spaced option rows */
body.woocommerce-checkout #payment ul.payment_methods {
	margin: 0 !important;
	padding: 6px 16px 4px !important;
	list-style: none !important;
	border-bottom: 1px solid #efe6cc !important;
}

body.woocommerce-checkout #payment ul.payment_methods > li {
	padding: 10px 0 !important;
	border-bottom: 1px solid #f3ebd7 !important;
}

body.woocommerce-checkout #payment ul.payment_methods > li:last-of-type {
	border-bottom: none !important;
	padding-bottom: 8px !important;
}

body.woocommerce-checkout #payment ul.payment_methods li label {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #111111 !important;
	cursor: pointer !important;
	vertical-align: middle !important;
}

body.woocommerce-checkout #payment div.payment_box {
	margin: 4px 0 10px !important;
	padding: 14px 16px !important;
}

/* Privacy text padding */
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	padding: 14px 16px 4px !important;
	font-size: 13px !important;
	color: #6b6047 !important;
	line-height: 1.55 !important;
}

/* Place Order button — full-width, taller, uppercase */
body.woocommerce-checkout #payment .place-order {
	padding: 14px 16px 18px !important;
}

body.woocommerce-checkout #place_order {
	width: 100% !important;
	min-height: 52px !important;
	letter-spacing: 0.07em !important;
	text-transform: uppercase !important;
	font-size: 1rem !important;
}

/* Mobile responsive CSS for trust signals and product badges */
@media (max-width: 768px) {
	.luckypull-trust-signals {
		grid-template-columns: 1fr !important;
	}

	.luckypull-trust-signals > div {
		grid-template-columns: 1fr !important;
		gap: 0.75rem !important;
	}

	.luckypull-product-badges {
		flex-direction: column;
	}

	.product-badge {
		display: block;
		width: 100%;
		text-align: left;
	}

	.mystery-bundle-contents {
		padding: 1rem !important;
	}

	.mystery-bundle-chance {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 0.75rem !important;
	}

	.mystery-chance-item {
		padding: 0.75rem !important;
	}

	.mystery-chance-item strong {
		font-size: 0.85rem;
	}

	.mystery-chance-item span {
		font-size: 0.75rem;
	}

	.luckypull-product-loop-badges {
		top: 5px !important;
		right: 5px !important;
	}
}

/* Mobile extra-small (phone) CSS */
@media (max-width: 480px) {
	.luckypull-trust-signals {
		padding: 1rem !important;
		margin: 1rem 0 !important;
	}

	.luckypull-trust-signals > div > div {
		gap: 0.5rem !important;
	}

	.mystery-bundle-chance {
		grid-template-columns: 1fr !important;
	}

	.product-badge {
		padding: 0.35rem 0.6rem !important;
		font-size: 0.75rem !important;
	}

	.customer-reviews-section {
		padding: 1.5rem 1rem !important;
	}
}

/* ─────────────────────────────────────────────────────────────────────────
   LOOP CARD: Sale price hierarchy
   del  = retail/regular price → smaller + muted
   ins  = sale price           → same size, bold, prominent
───────────────────────────────────────────────────────────────────────── */
ul.products li.product .price del,
ul.products li.product .price del .woocommerce-Price-amount {
	font-size: 0.72em !important;
	font-weight: 600 !important;
	color: #999 !important;
	opacity: 1 !important;
}

ul.products li.product .price ins {
	text-decoration: none !important;
	font-weight: 900 !important;
}

/* Shop loop urgency/shipping micro-signal */
body.woocommerce ul.products li.product .lp-loop-signal,
body.woocommerce-page ul.products li.product .lp-loop-signal,
body.post-type-archive-product ul.products li.product .lp-loop-signal,
body.tax-product_cat ul.products li.product .lp-loop-signal,
body.tax-product_tag ul.products li.product .lp-loop-signal {
	margin: 0.25rem auto 0.35rem !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.02em !important;
	color: #334155 !important;
	text-transform: uppercase !important;
	text-align: center !important;
}

/* ─────────────────────────────────────────────────────────────────────────
   LOOP CARD: safe CTA sizing + centering (shop/archive)
───────────────────────────────────────────────────────────────────────── */
body.woocommerce ul.products li.product .astra-shop-summary-wrap span.price,
body.woocommerce ul.products li.product .astra-shop-summary-wrap p.price,
body.woocommerce-page ul.products li.product .astra-shop-summary-wrap span.price,
body.woocommerce-page ul.products li.product .astra-shop-summary-wrap p.price,
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap span.price,
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap p.price,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap span.price,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap p.price,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap span.price,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap p.price {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	justify-content: center !important;
}

body.woocommerce ul.products li.product .astra-shop-summary-wrap a.add_to_cart_button,
body.woocommerce ul.products li.product .astra-shop-summary-wrap a.ajax_add_to_cart,
body.woocommerce ul.products li.product .astra-shop-summary-wrap a.button,
body.woocommerce-page ul.products li.product .astra-shop-summary-wrap a.add_to_cart_button,
body.woocommerce-page ul.products li.product .astra-shop-summary-wrap a.ajax_add_to_cart,
body.woocommerce-page ul.products li.product .astra-shop-summary-wrap a.button,
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap a.add_to_cart_button,
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap a.ajax_add_to_cart,
body.post-type-archive-product ul.products li.product .astra-shop-summary-wrap a.button,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap a.add_to_cart_button,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap a.ajax_add_to_cart,
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap a.button,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap a.add_to_cart_button,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap a.ajax_add_to_cart,
body.tax-product_tag ul.products li.product .astra-shop-summary-wrap a.button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	float: none !important;
	margin: 0.35rem auto 0 !important;
	padding: 11px 18px !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	min-height: 46px !important;
	width: fit-content !important;
	max-width: calc(100% - 1rem) !important;
	border-radius: 9px !important;
	white-space: nowrap !important;
	box-sizing: border-box !important;
}
