/*
Theme Name: bmauto

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 100%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product .content-page {
	padding-top: 40px;
}

.single-product div.product .woocommerce-product-gallery {
	max-width: 40%;
	width: 100%;
	margin-right: 30px;
	position: relative;
}

.bmauto-product-content-wrap {
	max-width: 60%;
	width: 100%;
}

.single-product div.product .product_title {
	color: #fff;
	font-weight: 500;
    font-size: 24px;
    line-height: 36px;
	margin-bottom: 20px;
}

.single-product div.product .price {
	display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFE61B;
    margin-bottom: 32px;
}

.single-product div.product .product_meta {
	display: none;
}

.single-product div.product .summary.entry-summary {
	margin-bottom: 40px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	display: none;
}

.woocommerce-tabs h2:first-of-type {
	display: none;
}

.woocommerce-tabs h5 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.woocommerce-tabs h5:not(:first-of-type) {
	margin-top: 20px;
}

.woocommerce-tabs p {
	margin-bottom: 5px;
	color: #fff;
}

.woocommerce-tabs h6 {
	color: #FFE61B;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}

.woocommerce-tabs h2:first-of-type {
	display: none;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

.product.type-product {
	padding: 0 100px;
}

#tab-description {
	border: 1px solid #303030;
    padding: 32px;
    background: #031421;
    margin-bottom: 30px;
	border-radius: 12px;
}

/* Auto-salvage add-to-cart buttons (single + loop). WC default styles are
   disabled in inc/woocommerce.php, so we paint our own to match .btn. */

.right_side .buttons form.cart {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}

.right_side .buttons .quantity {
    flex: 0 0 auto;
}

.right_side .buttons .quantity .qty {
    width: 90px;
    padding: 16px 8px;
    border: 1px solid #FFE61B;
    border-radius: 8px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -moz-appearance: textfield;
}

.right_side .buttons .quantity .qty::-webkit-outer-spin-button,
.right_side .buttons .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.right_side .buttons .single_add_to_cart_button {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #FFE61B;
    border-radius: 8px;
    background-color: #FFE61B;
    cursor: pointer;
    transition: .4s;
}

.right_side .buttons .single_add_to_cart_button:hover {
    background-color: transparent;
    color: #fff;
}

.shrot-item .button .add_to_cart_button,
.shrot-item .button a.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 18px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #FFE61B;
    border-radius: 8px;
    background-color: #FFE61B;
    text-decoration: none;
    transition: .4s;
    text-align: center;
}

.shrot-item .button .add_to_cart_button:hover,
.shrot-item .button a.button:hover {
    background-color: transparent;
    color: #fff;
}

.shrot-item .button .added_to_cart {
    display: inline-block;
    margin-top: 10px;
    color: #FFE61B;
    text-decoration: underline;
}

.woocommerce-notices-wrapper {
	padding-top: 100px;
}

/* Related products + Up-sells (default WC layout, dark cards matching the
   auto-salvage theme). dublePrice() returns its own <span class="price">,
   which WC wraps in an outer .price — the nested rule below neutralises
   the duplicate without changing the markup. */

.related.products,
.up-sells.products {
    padding: 60px 0 20px;
}

.related.products > h2,
.up-sells.products > h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 700;
}

.related.products ul.products,
.up-sells.products ul.products {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 24px;
}

.related.products ul.products.columns-2,
.up-sells.products ul.products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.related.products ul.products.columns-3,
.up-sells.products ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.related.products ul.products.columns-4,
.up-sells.products ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.related.products li.product,
.up-sells.products li.product {
    background-color: #031421;
    border: 1px solid #303030;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: .4s;
    margin: 0;
}

.related.products li.product:hover,
.up-sells.products li.product:hover {
    transform: translateY(-2px);
    border-color: #FFE61B;
}

.related.products li.product .woocommerce-LoopProduct-link,
.up-sells.products li.product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #fff;
}

.related.products li.product img,
.up-sells.products li.product img {
    width: 100%;
    height: auto;
    max-width: 240px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
}

.related.products li.product .woocommerce-loop-product__title,
.up-sells.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
}

.related.products li.product .price,
.up-sells.products li.product .price {
    font-size: 18px;
    color: #FFE61B;
    text-align: center;
}

/* Inner duplicate .price from dublePrice filter — flatten it. */
.related.products li.product .price .price,
.up-sells.products li.product .price .price {
    display: inline;
    font-size: inherit;
    color: inherit;
}

.related.products li.product .small-price,
.up-sells.products li.product .small-price {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 8px;
}

.related.products li.product .button.add_to_cart_button,
.up-sells.products li.product .button.add_to_cart_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 18px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #FFE61B;
    border-radius: 8px;
    background-color: #FFE61B;
    text-decoration: none;
    transition: .4s;
    margin-top: auto;
}

.related.products li.product .button.add_to_cart_button:hover,
.up-sells.products li.product .button.add_to_cart_button:hover {
    background-color: transparent;
    color: #fff;
}

.related.products li.product .added_to_cart,
.up-sells.products li.product .added_to_cart {
    display: inline-block;
    margin-top: 10px;
    color: #FFE61B;
    text-align: center;
    text-decoration: underline;
}

@media (max-width: 980px) {
    .related.products ul.products.columns-3,
    .related.products ul.products.columns-4,
    .up-sells.products ul.products.columns-3,
    .up-sells.products ul.products.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .related.products ul.products,
    .up-sells.products ul.products {
        grid-template-columns: 1fr !important;
    }
}

/* === Cart & Checkout (WC Blocks) — dark theme overrides ===
 * Block CSS (wc-blocks.css, cart.css) loads from the WC plugin and isn't
 * affected by woocommerce_enqueue_styles. We layer a dark-theme palette
 * on top of it using higher-specificity selectors so the cart/checkout
 * match the rest of the auto-salvage UI without forking the block
 * templates. Hits both the static outer wp-block-woocommerce-* wrappers
 * and the wc-block-* components rendered client-side after hydration.
 */

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    max-width: 1270px;
    margin: 0 auto;
    padding: 30px 15px 60px;
    color: #fff;
    box-sizing: border-box;
}

.wc-block-cart,
.wc-block-checkout {
    color: #fff;
}

/* Page wrapper used by page.php / content-page.php for cart, checkout,
 * Privacy Policy, etc. Override the global `header { position: absolute }`
 * in assets/css/style.css that bleeds into <header class="entry-header">
 * and yanks the H1 into the viewport corner. Keep the H1 and edit link
 * inside the same container as the cart/checkout block. */

.site-main > article > .entry-header,
.site-main > article > .entry-footer {
    position: static !important;
    width: auto !important;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.site-main > article > .entry-header {
    padding-top: 60px;
}

.site-main > article > .entry-header .entry-title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin: 0;
}

.site-main > article > .entry-footer {
    padding-top: 20px;
    padding-bottom: 40px;
}

.site-main > article > .entry-footer .edit-link a {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    text-decoration: underline;
}

.site-main > article > .entry-footer .edit-link a:hover {
    color: #FFE61B;
}

/* The theme's <header class="header"> is position:absolute (style.css line 22),
 * which collapses .site-main to zero top space. Push the main content area
 * below the fixed-height header (35px padding × 2 + ~50px logo = ~120px). */
.site-main {
    padding-top: 120px;
}

@media (max-width: 768px) {
    .site-main {
        padding-top: 100px;
    }
    .site-main > article > .entry-header {
        padding-top: 30px;
    }
    .site-main > article > .entry-header .entry-title {
        font-size: 24px;
    }
}

.wp-block-woocommerce-cart h1,
.wp-block-woocommerce-cart h2,
.wp-block-woocommerce-cart h3,
.wp-block-woocommerce-cart .wp-block-heading,
.wp-block-woocommerce-checkout h1,
.wp-block-woocommerce-checkout h2,
.wp-block-woocommerce-checkout h3,
.wp-block-woocommerce-checkout .wp-block-heading,
.wc-block-cart__totals-title,
.wc-block-cart__empty-cart__title,
.wc-block-checkout-step__title {
    color: #fff;
    font-weight: 700;
}

/* Cart line items */
.wc-block-cart-items,
.wc-block-cart-items table {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

.wc-block-cart-items__header,
.wc-block-cart-items__header-product,
.wc-block-cart-items__header-total {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.wc-block-cart-item__row,
.wc-block-cart-items tr.wc-block-cart-items__row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
}

.wc-block-cart-item__image img,
.wc-block-components-product-image img {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
}

.wc-block-components-product-name,
.wc-block-cart-item__product a,
.wc-block-cart-item__product .wc-block-components-product-name {
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-name:hover {
    color: #FFE61B !important;
}

.wc-block-components-product-price,
.wc-block-components-product-price__value,
.wc-block-components-product-metadata,
.wc-block-cart-item__total-price,
.wc-block-cart-item__prices {
    color: #fff;
}

.wc-block-cart-item__remove-link {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: underline;
}

.wc-block-cart-item__remove-link:hover {
    color: #FFE61B !important;
}

/* Quantity selector */
.wc-block-components-quantity-selector {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #303030;
    border-radius: 8px;
    color: #fff;
}

.wc-block-components-quantity-selector__input {
    background: transparent;
    color: #fff;
    border: 0;
}

.wc-block-components-quantity-selector__button {
    color: #FFE61B;
    background: transparent;
}

.wc-block-components-quantity-selector__button:hover {
    color: #fff;
}

/* Sidebar / totals card */
.wp-block-woocommerce-cart-totals-block,
.wp-block-woocommerce-checkout-totals-block,
.wc-block-cart__sidebar,
.wc-block-checkout__sidebar,
.wc-block-components-sidebar {
    background-color: #031421;
    border: 1px solid #303030;
    border-radius: 12px;
    padding: 28px;
    color: #fff;
}

.wc-block-components-totals-item,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-totals-item__description {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

.wc-block-components-totals-wrapper {
    border-color: rgba(255, 255, 255, 0.15);
}

.wc-block-components-totals-footer-item {
    color: #FFE61B;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 12px;
    margin-top: 12px;
}

/* Checkout form fields */
.wc-block-components-text-input,
.wc-block-components-textarea,
.wc-block-components-select {
    color: #fff;
}

.wc-block-components-text-input input.wc-block-components-text-input,
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-textarea textarea,
.wc-block-components-select select {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid #303030 !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 14px 16px !important;
}

.wc-block-components-text-input input:focus,
.wc-block-components-textarea textarea:focus,
.wc-block-components-select select:focus {
    border-color: #FFE61B !important;
    outline: none;
    box-shadow: 0 0 0 1px #FFE61B !important;
}

.wc-block-components-text-input label,
.wc-block-components-textarea label,
.wc-block-components-select label,
.wc-block-components-checkbox__label {
    color: rgba(255, 255, 255, 0.85) !important;
    background-color: #031421 !important;
}

.wc-block-components-text-input.is-active label,
.wc-block-components-textarea.is-active label {
    color: #FFE61B !important;
}

.wc-block-components-validation-error {
    color: #ff7676;
}

/* Checkboxes + radios */
.wc-block-components-checkbox__input,
.wc-block-components-radio-control__input {
    accent-color: #FFE61B;
    width: 18px;
    height: 18px;
}

.wc-block-components-checkbox__mark {
    fill: #000;
}

.wc-block-components-radio-control__option {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid #303030;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 12px 16px;
}

.wc-block-components-radio-control__option-checked {
    border-color: #FFE61B;
    background-color: rgba(255, 230, 27, 0.05);
}

/* Primary buttons (Proceed to checkout, Place order) */
.wp-block-woocommerce-cart .wc-block-components-button,
.wp-block-woocommerce-checkout .wc-block-components-button,
.wc-block-components-checkout-place-order-button {
    background-color: #FFE61B !important;
    color: #000 !important;
    border: 1px solid #FFE61B !important;
    border-radius: 8px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 14px 24px !important;
    transition: .3s;
    box-shadow: none !important;
}

.wp-block-woocommerce-cart .wc-block-components-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-button:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: transparent !important;
    color: #fff !important;
}

/* Checkout step containers */
.wc-block-checkout__main .wc-block-checkout-step,
.wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout-billing-address-block,
.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout-shipping-methods-block,
.wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout-additional-information-block,
.wp-block-woocommerce-checkout-order-note-block,
.wp-block-woocommerce-checkout-terms-block {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid #303030;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
}

/* Empty cart state */
.wp-block-woocommerce-empty-cart-block {
    text-align: center;
    color: #fff;
    padding: 40px 20px;
}

/* Coupon form */
.wc-block-components-totals-coupon,
.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    color: #fff;
}

.wc-block-components-totals-coupon a,
.wc-block-components-totals-coupon button {
    color: #FFE61B;
}

/* Notices */
.wc-block-components-notice-banner {
    background-color: rgba(255, 230, 27, 0.08);
    border-left: 4px solid #FFE61B;
    color: #fff;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 16px;
}

.wc-block-components-notice-banner.is-error {
    background-color: rgba(255, 118, 118, 0.1);
    border-left-color: #ff7676;
}

.wc-block-components-notice-banner.is-success {
    background-color: rgba(15, 131, 77, 0.1);
    border-left-color: #0f834d;
}

/* Order summary on checkout sidebar */
.wc-block-components-order-summary,
.wc-block-components-order-summary__content {
    color: #fff;
}

.wc-block-components-order-summary-item {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wc-block-components-order-summary-item__quantity {
    background-color: #FFE61B;
    color: #000;
    border: 0;
    border-radius: 999px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: 700;
}

/* Legacy buttons inside block content */
.wp-block-woocommerce-cart .wp-block-button__link,
.wp-block-woocommerce-checkout .wp-block-button__link {
    background-color: #FFE61B;
    color: #000;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 768px) {
    .wp-block-woocommerce-cart,
    .wp-block-woocommerce-checkout {
        padding: 30px 15px;
    }
    .wp-block-woocommerce-cart-totals-block,
    .wp-block-woocommerce-checkout-totals-block {
        padding: 20px;
    }
}

/* Header cart badge + add-to-cart toast */

.header-cart {
    margin-left: 24px;
    display: flex;
    align-items: center;
}

.header-cart .cart-contents {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFE61B;
    text-decoration: none;
    padding: 8px;
    border-radius: 8px;
    transition: .3s;
}

.header-cart .cart-contents:hover {
    color: #fff;
}

.header-cart .cart-icon {
    display: block;
    width: 26px;
    height: 26px;
}

.header-cart .cart-contents .count {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background-color: #FFE61B;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
}

.header-cart .cart-contents:not(.has-items) .count {
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.6);
}

.bmauto-cart-toast {
    position: fixed;
    top: 90px;
    right: 24px;
    z-index: 9999;
    background-color: #031421;
    color: #fff;
    padding: 14px 22px;
    border: 1px solid #FFE61B;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
    max-width: calc(100% - 48px);
}

.bmauto-cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.single_add_to_cart_button.loading,
.add_to_cart_button.loading {
    opacity: 0.6;
    cursor: wait;
}

@media (max-width: 768px) {
    .header-cart {
        margin-left: 16px;
    }
    .bmauto-cart-toast {
        top: auto;
        bottom: 24px;
        right: 16px;
        left: 16px;
        text-align: center;
    }
}

/* === Legacy shortcode cart + checkout — dark theme ===
 * After flipping the Cart and Checkout pages from WC Blocks to the
 * [woocommerce_cart] / [woocommerce_checkout] shortcodes, WC outputs the
 * classic markup (.woocommerce-checkout, .shop_table, #order_review,
 * #place_order, etc.). Default WC stylesheet is disabled in
 * inc/woocommerce.php, so we paint these here. Mirrors the look of the
 * single-product + cart-blocks overrides above. */

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    max-width: 1270px;
    margin: 0 auto;
    padding: 30px 15px 60px;
    color: #fff;
    box-sizing: border-box;
}

/* Cart shop_table */

.woocommerce-cart-form table.cart {
    width: 100%;
    color: #fff;
    border-collapse: collapse;
    margin-bottom: 32px;
}

.woocommerce-cart-form table.cart th {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 8px;
    text-align: left;
}

.woocommerce-cart-form table.cart td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 8px;
    vertical-align: middle;
}

.woocommerce-cart-form .product-thumbnail img {
    max-width: 80px;
    height: auto;
    border-radius: 8px;
}

.woocommerce-cart-form .product-name a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.woocommerce-cart-form .product-name a:hover {
    color: #FFE61B;
}

.woocommerce-cart-form .product-remove a.remove {
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    text-decoration: none;
}

.woocommerce-cart-form .product-remove a.remove:hover {
    color: #ff7676;
    background: transparent;
}

.woocommerce-cart-form .quantity input.qty {
    width: 70px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #303030;
    border-radius: 8px;
    color: #fff;
    text-align: center;
}

/* Cart totals + checkout sidebar card */

.cart_totals,
.cross-sells {
    color: #fff;
}

.cart_totals h2,
.cross-sells h2 {
    color: #fff;
    margin: 0 0 16px;
    font-weight: 700;
}

.cart_totals table.shop_table,
table.woocommerce-checkout-review-order-table {
    width: 100%;
    background-color: #031421;
    border: 1px solid #303030;
    border-radius: 12px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    color: #fff;
}

.cart_totals table.shop_table th,
.cart_totals table.shop_table td,
table.woocommerce-checkout-review-order-table th,
table.woocommerce-checkout-review-order-table td {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    color: #FFE61B;
    font-weight: 700;
    font-size: 17px;
}

.cart_totals .wc-proceed-to-checkout {
    padding: 0;
    margin-top: 20px;
}

.cart_totals .wc-proceed-to-checkout .button,
a.checkout-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background-color: #FFE61B;
    color: #000;
    border: 1px solid #FFE61B;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.cart_totals .wc-proceed-to-checkout .button:hover,
a.checkout-button:hover {
    background-color: transparent;
    color: #fff;
}

/* Coupon */

.woocommerce-cart-form .coupon input.input-text,
.checkout_coupon input.input-text {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #303030;
    border-radius: 8px;
    color: #fff;
    padding: 12px 14px;
}

.woocommerce-cart-form .coupon button,
.checkout_coupon button {
    padding: 12px 18px;
    background: transparent;
    color: #FFE61B;
    border: 1px solid #FFE61B;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}

.woocommerce-cart-form .coupon button:hover,
.checkout_coupon button:hover {
    background-color: #FFE61B;
    color: #000;
}

/* Checkout layout */

form.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

form.woocommerce-checkout #customer_details,
form.woocommerce-checkout #order_review_heading,
form.woocommerce-checkout #order_review {
    background-color: #031421;
    border: 1px solid #303030;
    border-radius: 12px;
    padding: 28px;
}

form.woocommerce-checkout #order_review_heading {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0 0 16px;
    color: #fff;
    font-weight: 700;
}

/* Form fields */

form.woocommerce-checkout .form-row {
    margin-bottom: 18px;
}

form.woocommerce-checkout .form-row-first,
form.woocommerce-checkout .form-row-last {
    width: calc(50% - 8px);
    display: inline-block;
    vertical-align: top;
}

form.woocommerce-checkout .form-row-first { margin-right: 12px; }
form.woocommerce-checkout .form-row-wide { width: 100%; }

form.woocommerce-checkout label {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

form.woocommerce-checkout .required {
    color: #FFE61B;
    text-decoration: none;
}

form.woocommerce-checkout input[type="text"],
form.woocommerce-checkout input[type="email"],
form.woocommerce-checkout input[type="tel"],
form.woocommerce-checkout textarea,
form.woocommerce-checkout select {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #303030;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
}

form.woocommerce-checkout input:focus,
form.woocommerce-checkout textarea:focus,
form.woocommerce-checkout select:focus {
    border-color: #FFE61B;
    outline: none;
}

form.woocommerce-checkout .woocommerce-input-wrapper {
    display: block;
}

/* Select2 — phone country / select dropdowns */

.select2-container .select2-selection--single {
    height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #303030;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 48px;
    padding-left: 14px;
}

.select2-dropdown {
    background: #031421;
    border: 1px solid #303030;
    color: #fff;
}

.select2-results__option--highlighted[aria-selected] {
    background: #FFE61B !important;
    color: #000 !important;
}

/* Payment methods */

#payment ul.payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    background: transparent;
}

#payment ul.payment_methods li {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #303030;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 8px;
}

#payment ul.payment_methods li label {
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

#payment ul.payment_methods li input[type="radio"] {
    margin-right: 10px;
    accent-color: #FFE61B;
}

#payment ul.payment_methods .payment_box {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 12px;
    padding: 0;
    font-size: 13px;
}

/* Place order button */

#place_order,
.form-row.place-order .button {
    width: 100%;
    padding: 18px 24px;
    background-color: #FFE61B;
    color: #000;
    border: 1px solid #FFE61B;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
}

#place_order:hover,
.form-row.place-order .button:hover {
    background-color: transparent;
    color: #fff;
}

/* Notices (errors / messages) */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    background-color: rgba(255, 230, 27, 0.08);
    border-left: 4px solid #FFE61B;
    color: #fff;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 16px;
    list-style: none;
}

.woocommerce-error {
    background-color: rgba(255, 118, 118, 0.1);
    border-left-color: #ff7676;
}

.woocommerce-message a.button,
.woocommerce-info a.button {
    background: transparent;
    color: #FFE61B;
    padding: 0;
    text-decoration: underline;
}

/* Terms & conditions */

.woocommerce-terms-and-conditions-wrapper {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 12px;
}

.woocommerce-terms-and-conditions-wrapper a {
    color: #FFE61B;
}

/* Empty cart */

.cart-empty.woocommerce-info {
    text-align: center;
    padding: 30px 20px;
}

.return-to-shop .button {
    display: inline-flex;
    padding: 14px 24px;
    background-color: #FFE61B;
    color: #000;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.return-to-shop .button:hover {
    background-color: transparent;
    color: #fff;
}

@media (max-width: 768px) {
    form.woocommerce-checkout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    form.woocommerce-checkout .form-row-first,
    form.woocommerce-checkout .form-row-last {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce-cart-form table.cart thead { display: none; }
    .woocommerce-cart-form table.cart tr { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .woocommerce-cart-form table.cart td { display: block; padding: 6px 0; border: 0; }
}

/* === Header account icon === */

.header-account {
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.header-account .account-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #FFE61B;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    transition: .3s;
    text-decoration: none;
}

.header-account .account-link:hover {
    background: rgba(255, 230, 27, 0.12);
    color: #fff;
}

.header-account .account-link.is-logged-in {
    background: rgba(255, 230, 27, 0.18);
}

.header-account .account-icon {
    width: 22px;
    height: 22px;
    display: block;
}

/* === /my-account/ page — login + register, dashboard, tabs === */

.woocommerce-account .woocommerce {
    max-width: 1270px;
    margin: 0 auto;
    padding: 30px 15px 60px;
    color: #fff;
    box-sizing: border-box;
}

.woocommerce-account h2 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 18px;
}

/* Two-column layout: login | register (logged-out screen) */
.woocommerce-account .u-columns.col2-set,
.woocommerce-account .col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .col-1,
.woocommerce-account .col-2 {
    background-color: #031421;
    border: 1px solid #303030;
    border-radius: 12px;
    padding: 28px;
    width: 100%;
    box-sizing: border-box;
}

/* Form rows — re-use checkout look */
.woocommerce-form-row,
.woocommerce-account .form-row {
    margin-bottom: 16px;
}

.woocommerce-account label {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

.woocommerce-account .required {
    color: #FFE61B;
    text-decoration: none;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account input.input-text,
.woocommerce-account input.woocommerce-Input,
.woocommerce-account textarea,
.woocommerce-account select {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #303030;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
}

.woocommerce-account input:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus {
    border-color: #FFE61B;
    outline: none;
}

.woocommerce-account .woocommerce-form__label-for-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}

.woocommerce-account .woocommerce-form__input-checkbox {
    accent-color: #FFE61B;
    width: 18px;
    height: 18px;
    margin: 0;
}

.woocommerce-account .woocommerce-Button,
.woocommerce-account .button,
.woocommerce-account button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    background-color: #FFE61B;
    color: #000;
    border: 1px solid #FFE61B;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}

.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account .button:hover,
.woocommerce-account button[type="submit"]:hover {
    background-color: transparent;
    color: #fff;
}

.woocommerce-account .lost_password a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
    font-size: 13px;
}

.woocommerce-account .lost_password a:hover {
    color: #FFE61B;
}

/* MyAccount logged-in dashboard layout */

.woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
}

.woocommerce-MyAccount-content {
    width: 73%;
    float: right;
    background-color: #031421;
    border: 1px solid #303030;
    border-radius: 12px;
    padding: 28px;
    box-sizing: border-box;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #031421;
    border: 1px solid #303030;
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: .2s;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: rgba(255, 230, 27, 0.08);
    color: #FFE61B;
}

.woocommerce-MyAccount-content > p:first-child {
    color: rgba(255, 255, 255, 0.85);
}

.woocommerce-MyAccount-content > p strong {
    color: #FFE61B;
}

/* Orders table */

.woocommerce-orders-table,
.woocommerce-table.shop_table {
    width: 100%;
    color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #031421;
    border: 1px solid #303030;
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-orders-table th,
.woocommerce-table.shop_table th {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 14px 16px;
    text-align: left;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-orders-table td,
.woocommerce-table.shop_table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.woocommerce-orders-table tr:last-child td {
    border-bottom: 0;
}

.woocommerce-orders-table__cell-order-actions .button {
    padding: 8px 14px;
    font-size: 12px;
}

.woocommerce-pagination {
    margin-top: 20px;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    gap: 6px;
    list-style: none;
    padding: 0;
}

.woocommerce-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
    background: #FFE61B;
    color: #000;
}

/* Addresses */

.woocommerce-Addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.woocommerce-Address {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid #303030;
    border-radius: 12px;
    padding: 22px;
}

.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.woocommerce-Address-title h2,
.woocommerce-Address-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.woocommerce-Address-title .edit {
    color: #FFE61B;
    text-decoration: underline;
    font-size: 13px;
}

.woocommerce-Address address {
    color: rgba(255, 255, 255, 0.8);
    font-style: normal;
    line-height: 1.5;
}

/* Empty states ("No order has been made yet.") */

.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info {
    background-color: rgba(255, 230, 27, 0.08);
    border-left: 4px solid #FFE61B;
    color: #fff;
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.woocommerce-MyAccount-content .woocommerce-message .button,
.woocommerce-MyAccount-content .woocommerce-info .button {
    margin-left: 12px;
    padding: 8px 14px;
    font-size: 13px;
}

/* Mobile */

@media (max-width: 768px) {
    .woocommerce-account .u-columns.col2-set,
    .woocommerce-account .col2-set {
        grid-template-columns: 1fr;
    }
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
    }
    .woocommerce-MyAccount-navigation {
        margin-bottom: 16px;
    }
    .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
    .woocommerce-orders-table thead { display: none; }
    .woocommerce-orders-table tr { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .woocommerce-orders-table td { display: flex; justify-content: space-between; padding: 6px 16px; border: 0; }
    .woocommerce-orders-table td::before {
        content: attr(data-title) ': ';
        color: rgba(255, 255, 255, 0.6);
        margin-right: 12px;
    }
}