/* Relay Radio Store — Woo notices, cart, checkout, My Account */
body.relay-store-theme .woocommerce-message,
body.relay-store-theme .woocommerce-info,
body.relay-store-theme .woocommerce-error,
body.relay-store-theme .alert,
body.relay-store-theme .wc-block-components-notice-banner {
	background: #11182a;
	border: 1px solid var(--relay-border);
	border-left: 4px solid var(--relay-blue);
	border-radius: var(--relay-radius);
	color: var(--relay-text-soft);
	box-shadow: var(--relay-shadow-soft);
}

body.relay-store-theme .woocommerce-message {
	border-left-color: var(--relay-success);
}

body.relay-store-theme .woocommerce-error {
	border-left-color: var(--relay-danger);
}

body.relay-store-theme .woocommerce-info a,
body.relay-store-theme .woocommerce-message a,
body.relay-store-theme .woocommerce-error a {
	color: #d5e2ff;
}

body.relay-store-theme table.shop_table,
body.relay-store-theme .woocommerce-checkout-review-order-table,
body.relay-store-theme .woocommerce-orders-table,
body.relay-store-theme .woocommerce-table,
body.relay-store-theme .cart_totals,
body.relay-store-theme #order_review,
body.relay-store-theme .woocommerce-checkout-payment,
body.relay-store-theme .woocommerce-MyAccount-content,
body.relay-store-theme .woocommerce-form-login,
body.relay-store-theme .woocommerce-form-register,
body.relay-store-theme form.checkout_coupon {
	background: rgba(17,24,42,.78);
	border: 1px solid var(--relay-border);
	border-radius: var(--relay-radius);
	color: var(--relay-text-soft);
	box-shadow: var(--relay-shadow-soft);
}

body.relay-store-theme table.shop_table {
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

body.relay-store-theme table.shop_table th,
body.relay-store-theme table.shop_table td,
body.relay-store-theme .woocommerce-checkout-review-order-table th,
body.relay-store-theme .woocommerce-checkout-review-order-table td,
body.relay-store-theme .woocommerce-orders-table th,
body.relay-store-theme .woocommerce-orders-table td {
	border-color: var(--relay-border);
	color: var(--relay-text-soft);
}

body.relay-store-theme table.shop_table th,
body.relay-store-theme .woocommerce-orders-table th {
	background: rgba(7,10,20,.34);
	color: var(--relay-text);
	font-weight: 800;
}

body.relay-store-theme .cart_totals,
body.relay-store-theme #order_review,
body.relay-store-theme .woocommerce-checkout-payment,
body.relay-store-theme .woocommerce-MyAccount-content,
body.relay-store-theme .woocommerce-form-login,
body.relay-store-theme .woocommerce-form-register,
body.relay-store-theme form.checkout_coupon {
	padding: 22px;
}

body.relay-store-theme .cart_totals h2,
body.relay-store-theme #order_review_heading,
body.relay-store-theme .woocommerce-billing-fields h3,
body.relay-store-theme .woocommerce-shipping-fields h3,
body.relay-store-theme .woocommerce-additional-fields h3 {
	color: var(--relay-text);
}

body.relay-store-theme .woocommerce-checkout .form-row label,
body.relay-store-theme .woocommerce-account .form-row label {
	color: #cbd5e8;
	font-weight: 700;
}

body.relay-store-theme .woocommerce-checkout .required,
body.relay-store-theme .woocommerce-invalid label {
	color: var(--relay-danger);
}

body.relay-store-theme .woocommerce-checkout-payment .payment_box {
	background: #0c1222;
	border: 1px solid var(--relay-border);
	border-radius: var(--relay-radius-sm);
	color: var(--relay-text-soft);
}

body.relay-store-theme .woocommerce-checkout-payment .payment_box::before {
	border-bottom-color: #0c1222;
}

body.relay-store-theme #place_order {
	width: 100%;
	min-height: 52px;
	font-size: 1rem;
}

body.relay-store-theme .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 14px;
	background: rgba(17,24,42,.78);
	border: 1px solid var(--relay-border);
	border-radius: var(--relay-radius);
	list-style: none;
	box-shadow: var(--relay-shadow-soft);
}

body.relay-store-theme .woocommerce-MyAccount-navigation li {
	margin: 0;
}

body.relay-store-theme .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 11px 13px;
	border-radius: 10px;
	color: var(--relay-text-soft);
	font-weight: 700;
	text-decoration: none;
}

body.relay-store-theme .woocommerce-MyAccount-navigation li.is-active a,
body.relay-store-theme .woocommerce-MyAccount-navigation a:hover {
	background: rgba(139,92,246,.13);
	color: #fff;
}

body.relay-store-theme .woocommerce-Address,
body.relay-store-theme .woocommerce-customer-details address,
body.relay-store-theme .woocommerce-order-details {
	background: rgba(17,24,42,.72);
	border: 1px solid var(--relay-border);
	border-radius: var(--relay-radius);
	color: var(--relay-text-soft);
	padding: 20px;
}

body.relay-store-theme .mini-cart .cart_list li,
body.relay-store-theme .widget_shopping_cart .cart_list li {
	border-color: var(--relay-border);
	color: var(--relay-text-soft);
}

body.relay-store-theme .mini-cart .product-name,
body.relay-store-theme .widget_shopping_cart .product-name {
	color: var(--relay-text);
}

body.relay-store-theme .mini-cart .total,
body.relay-store-theme .widget_shopping_cart .total {
	border-color: var(--relay-border);
	color: var(--relay-text);
}

/* ========================================================================
   Build 0004 — Cart + Checkout
   ======================================================================== */

body.relay-store-theme.woocommerce-cart #main,
body.relay-store-theme.woocommerce-checkout #main {
	padding-top: 26px;
}

body.relay-store-theme .relay-commerce-intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 24px;
	padding: 22px 24px;
	background: linear-gradient(135deg, rgba(139,92,246,.13), rgba(79,140,255,.08) 48%, rgba(17,24,42,.90));
	border: 1px solid var(--relay-border-strong);
	border-radius: var(--relay-radius-lg);
	box-shadow: var(--relay-shadow-soft);
}

body.relay-store-theme .relay-commerce-intro__kicker {
	display: block;
	margin-bottom: 5px;
	color: #a78bfa;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body.relay-store-theme .relay-commerce-intro h1 {
	margin: 0 0 5px;
	font-size: clamp(1.55rem, 2.6vw, 2.25rem);
	line-height: 1.1;
}

body.relay-store-theme .relay-commerce-intro p {
	margin: 0;
	color: var(--relay-muted);
}

body.relay-store-theme .relay-commerce-intro__help {
	flex: 0 0 auto;
	padding: 9px 13px;
	border: 1px solid var(--relay-border);
	border-radius: 999px;
	background: rgba(7,10,20,.45);
	color: var(--relay-text-soft);
	font-size: .78rem;
	font-weight: 700;
	white-space: nowrap;
}

body.relay-store-theme .relay-commerce-intro__help a {
	color: #fff;
}

/* Cart: Porto v1 and v2 */
body.relay-store-theme.woocommerce-cart .cart-v1,
body.relay-store-theme.woocommerce-cart .cart-v2,
body.relay-store-theme.woocommerce-cart .woocommerce-cart-form,
body.relay-store-theme.woocommerce-cart .cart-collaterals {
	color: var(--relay-text-soft);
}

body.relay-store-theme.woocommerce-cart .woocommerce-cart-form {
	padding: 4px;
	background: linear-gradient(180deg, rgba(17,24,42,.92), rgba(11,16,31,.92));
	border: 1px solid var(--relay-border);
	border-radius: var(--relay-radius-lg);
	box-shadow: var(--relay-shadow-soft);
	overflow: hidden;
}

body.relay-store-theme.woocommerce-cart table.cart {
	margin: 0;
	background: transparent;
	border: 0;
}

body.relay-store-theme.woocommerce-cart table.cart thead th {
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(7,10,20,.42) !important;
	border-bottom: 1px solid var(--relay-border) !important;
	color: #dfe7f8 !important;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.relay-store-theme.woocommerce-cart table.cart tbody td {
	padding-top: 18px;
	padding-bottom: 18px;
	background: transparent !important;
	border-color: var(--relay-border) !important;
}

body.relay-store-theme.woocommerce-cart table.cart .product-thumbnail img {
	width: 84px;
	border: 1px solid var(--relay-border);
	border-radius: 12px;
	background: #f5f6f8;
}

body.relay-store-theme.woocommerce-cart table.cart .product-name,
body.relay-store-theme.woocommerce-cart table.cart .product-name a {
	color: #f4f7ff;
	font-weight: 750;
}

body.relay-store-theme.woocommerce-cart table.cart .product-price,
body.relay-store-theme.woocommerce-cart table.cart .product-subtotal,
body.relay-store-theme.woocommerce-cart table.cart .product-price .amount,
body.relay-store-theme.woocommerce-cart table.cart .product-subtotal .amount {
	color: #dce8ff;
	font-weight: 800;
}

body.relay-store-theme.woocommerce-cart table.cart dl.variation,
body.relay-store-theme.woocommerce-cart table.cart .variation {
	color: var(--relay-muted);
	font-size: .78rem;
}

body.relay-store-theme.woocommerce-cart .remove-product,
body.relay-store-theme.woocommerce-cart a.remove {
	background: #11182a !important;
	border: 1px solid var(--relay-border) !important;
	color: #cdd6e8 !important;
	box-shadow: 0 6px 16px rgba(0,0,0,.22);
}

body.relay-store-theme.woocommerce-cart .remove-product:hover,
body.relay-store-theme.woocommerce-cart a.remove:hover {
	background: rgba(251,113,133,.13) !important;
	border-color: rgba(251,113,133,.45) !important;
	color: #fff !important;
}

body.relay-store-theme.woocommerce-cart table.cart .actions {
	padding: 18px !important;
	background: rgba(7,10,20,.25) !important;
}

body.relay-store-theme.woocommerce-cart .coupon {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

body.relay-store-theme.woocommerce-cart #coupon_code {
	min-width: 180px;
	margin: 0;
}

body.relay-store-theme.woocommerce-cart .cart_totals,
body.relay-store-theme.woocommerce-cart .cart_totals .card,
body.relay-store-theme.woocommerce-cart .cart_totals .card-body,
body.relay-store-theme.woocommerce-cart .cart_totals_toggle {
	background: linear-gradient(180deg, rgba(17,24,42,.95), rgba(10,15,29,.95)) !important;
	border-color: var(--relay-border) !important;
	color: var(--relay-text-soft) !important;
}

body.relay-store-theme.woocommerce-cart .cart_totals {
	padding: 22px;
	border: 1px solid var(--relay-border);
	border-radius: var(--relay-radius-lg);
	box-shadow: var(--relay-shadow-soft);
}

body.relay-store-theme.woocommerce-cart .cart_totals .card {
	border: 0 !important;
	box-shadow: none !important;
}

body.relay-store-theme.woocommerce-cart .cart_totals .card-sub-title,
body.relay-store-theme.woocommerce-cart .cart_totals h2,
body.relay-store-theme.woocommerce-cart .cart_totals h4 {
	color: #f4f7ff !important;
}

body.relay-store-theme.woocommerce-cart .cart_totals table,
body.relay-store-theme.woocommerce-cart .cart_totals table tr,
body.relay-store-theme.woocommerce-cart .cart_totals table th,
body.relay-store-theme.woocommerce-cart .cart_totals table td {
	background: transparent !important;
	border-color: var(--relay-border) !important;
	color: var(--relay-text-soft) !important;
}

body.relay-store-theme.woocommerce-cart .cart_totals .order-total th,
body.relay-store-theme.woocommerce-cart .cart_totals .order-total td,
body.relay-store-theme.woocommerce-cart .cart_totals .order-total .amount {
	color: #fff !important;
	font-size: 1.08rem;
	font-weight: 900;
}

body.relay-store-theme.woocommerce-cart .wc-proceed-to-checkout {
	padding-top: 14px;
}

body.relay-store-theme.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	font-size: .98rem;
	font-weight: 900;
}

body.relay-store-theme.woocommerce-cart .cross-sells {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid var(--relay-border);
}

body.relay-store-theme.woocommerce-cart .cross-sells > h2 {
	margin-bottom: 18px;
	font-size: 1.25rem;
}

/* Checkout: Porto v1/v2 and standard WooCommerce markup */
body.relay-store-theme.woocommerce-checkout form.woocommerce-checkout > .row {
	align-items: flex-start;
}

body.relay-store-theme.woocommerce-checkout #customer_details,
body.relay-store-theme.woocommerce-checkout .checkout-order-review {
	min-width: 0;
}

body.relay-store-theme.woocommerce-checkout #customer_details > div,
body.relay-store-theme.woocommerce-checkout .woocommerce-billing-fields,
body.relay-store-theme.woocommerce-checkout .woocommerce-shipping-fields,
body.relay-store-theme.woocommerce-checkout .woocommerce-additional-fields {
	margin-bottom: 16px;
	padding: 22px;
	background: linear-gradient(180deg, rgba(17,24,42,.92), rgba(11,16,31,.92));
	border: 1px solid var(--relay-border);
	border-radius: var(--relay-radius-lg);
	box-shadow: var(--relay-shadow-soft);
}

body.relay-store-theme.woocommerce-checkout #customer_details h3,
body.relay-store-theme.woocommerce-checkout .checkout-order-review h3,
body.relay-store-theme.woocommerce-checkout #order_review h3,
body.relay-store-theme.woocommerce-checkout #payment h3,
body.relay-store-theme.woocommerce-checkout #payment h4 {
	color: #f4f7ff !important;
}

body.relay-store-theme.woocommerce-checkout .form-row {
	margin-bottom: 13px;
}

body.relay-store-theme.woocommerce-checkout .form-row label {
	margin-bottom: 6px;
	color: #cbd5e8 !important;
	font-size: .78rem;
	font-weight: 800;
}

body.relay-store-theme.woocommerce-checkout input.input-text,
body.relay-store-theme.woocommerce-checkout textarea,
body.relay-store-theme.woocommerce-checkout select,
body.relay-store-theme.woocommerce-checkout .select2-selection--single {
	background: #0a1020 !important;
	border: 1px solid var(--relay-border) !important;
	color: #f4f7ff !important;
	border-radius: 11px !important;
}

body.relay-store-theme.woocommerce-checkout .select2-selection__rendered {
	color: #e8edf8 !important;
}

body.relay-store-theme.woocommerce-checkout .checkout-order-review,
body.relay-store-theme.woocommerce-checkout #order_review,
body.relay-store-theme.woocommerce-checkout .woocommerce-checkout-review-order,
body.relay-store-theme.woocommerce-checkout .woocommerce-checkout-payment {
	background: linear-gradient(180deg, rgba(17,24,42,.96), rgba(9,14,27,.96)) !important;
	border-color: var(--relay-border) !important;
	color: var(--relay-text-soft) !important;
}

body.relay-store-theme.woocommerce-checkout .checkout-order-review {
	padding: 22px;
	border: 1px solid var(--relay-border);
	border-radius: var(--relay-radius-lg);
	box-shadow: var(--relay-shadow-soft);
}

body.relay-store-theme.woocommerce-checkout #order_review {
	padding: 0;
	border: 0;
	box-shadow: none;
}

body.relay-store-theme.woocommerce-checkout .review-order,
body.relay-store-theme.woocommerce-checkout .review-order tr,
body.relay-store-theme.woocommerce-checkout .review-order th,
body.relay-store-theme.woocommerce-checkout .review-order td {
	background: transparent !important;
	border-color: var(--relay-border) !important;
	color: var(--relay-text-soft) !important;
}

body.relay-store-theme.woocommerce-checkout .checkout-order-review .product-thumbnail img {
	border: 1px solid var(--relay-border);
	border-radius: 10px;
	background: #f5f6f8;
}

body.relay-store-theme.woocommerce-checkout .checkout-order-review .product-name,
body.relay-store-theme.woocommerce-checkout .checkout-order-review .product-name a {
	color: #f4f7ff !important;
}

body.relay-store-theme.woocommerce-checkout .checkout-order-review .product-total,
body.relay-store-theme.woocommerce-checkout .checkout-order-review .amount {
	color: #dce8ff !important;
	font-weight: 800;
}

body.relay-store-theme.woocommerce-checkout .review-order .order-total th,
body.relay-store-theme.woocommerce-checkout .review-order .order-total td,
body.relay-store-theme.woocommerce-checkout .review-order .order-total .amount {
	color: #fff !important;
	font-size: 1.1rem;
	font-weight: 900;
}

body.relay-store-theme.woocommerce-checkout #payment {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid var(--relay-border);
	border-radius: var(--relay-radius);
}

body.relay-store-theme.woocommerce-checkout #payment .porto-separator hr,
body.relay-store-theme.woocommerce-checkout #payment hr {
	border-color: var(--relay-border) !important;
}

body.relay-store-theme.woocommerce-checkout .payment_methods {
	margin: 0;
}

body.relay-store-theme.woocommerce-checkout .payment_methods > li {
	margin: 0 0 9px;
	padding: 13px !important;
	background: rgba(7,10,20,.36);
	border: 1px solid var(--relay-border);
	border-radius: 12px;
}

body.relay-store-theme.woocommerce-checkout .payment_methods > li label {
	color: #f4f7ff !important;
	font-weight: 800;
}

body.relay-store-theme.woocommerce-checkout .payment_methods .payment_box {
	margin: 10px 0 0;
	background: #0a1020 !important;
	border: 1px solid var(--relay-border) !important;
	color: var(--relay-text-soft) !important;
}

body.relay-store-theme.woocommerce-checkout .payment_methods .payment_box::before {
	border-bottom-color: var(--relay-border) !important;
}

body.relay-store-theme.woocommerce-checkout .woocommerce-privacy-policy-text,
body.relay-store-theme.woocommerce-checkout .woocommerce-privacy-policy-text p,
body.relay-store-theme.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	color: var(--relay-muted) !important;
}

body.relay-store-theme.woocommerce-checkout #place_order {
	min-height: 56px;
	border-radius: 999px !important;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: .01em;
}

body.relay-store-theme.woocommerce-checkout form.checkout_coupon,
body.relay-store-theme.woocommerce-checkout .woocommerce-form-login {
	margin-bottom: 18px;
	background: rgba(17,24,42,.88) !important;
	border-color: var(--relay-border) !important;
}

/* WooCommerce Cart/Checkout blocks — future-safe if these pages are migrated
 * from classic shortcodes to blocks later. */
body.relay-store-theme .wc-block-cart,
body.relay-store-theme .wc-block-checkout,
body.relay-store-theme .wc-block-components-sidebar,
body.relay-store-theme .wc-block-components-main,
body.relay-store-theme .wc-block-components-order-summary,
body.relay-store-theme .wc-block-components-totals-wrapper,
body.relay-store-theme .wc-block-components-checkout-step {
	color: var(--relay-text-soft);
	border-color: var(--relay-border) !important;
}

body.relay-store-theme .wc-block-components-sidebar,
body.relay-store-theme .wc-block-components-order-summary,
body.relay-store-theme .wc-block-components-checkout-step {
	background: rgba(17,24,42,.82);
	border: 1px solid var(--relay-border);
	border-radius: var(--relay-radius);
	padding: 18px;
}

body.relay-store-theme .wc-block-components-title,
body.relay-store-theme .wc-block-components-checkout-step__title,
body.relay-store-theme .wc-block-cart-items__header,
body.relay-store-theme .wc-block-components-product-name {
	color: #f4f7ff !important;
}

body.relay-store-theme .wc-block-components-text-input input,
body.relay-store-theme .wc-block-components-combobox .wc-block-components-combobox-control input,
body.relay-store-theme .wc-block-components-address-form select {
	background: #0a1020 !important;
	border-color: var(--relay-border) !important;
	color: #f4f7ff !important;
}

body.relay-store-theme .wc-block-components-button:not(.is-link) {
	background: var(--relay-gradient) !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-weight: 850;
}

@media (max-width: 991px) {
	body.relay-store-theme .relay-commerce-intro {
		align-items: flex-start;
		flex-direction: column;
	}

	body.relay-store-theme.woocommerce-checkout .checkout-order-review {
		margin-top: 18px;
	}
}

@media (max-width: 767px) {
	body.relay-store-theme.woocommerce-cart .woocommerce-cart-form {
		padding: 0;
	}

	body.relay-store-theme.woocommerce-cart table.cart tbody td {
		padding: 12px !important;
	}

	body.relay-store-theme.woocommerce-cart table.cart .product-thumbnail img {
		width: 72px;
	}

	body.relay-store-theme.woocommerce-cart .coupon {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.relay-store-theme.woocommerce-cart #coupon_code,
	body.relay-store-theme.woocommerce-cart .coupon .button {
		width: 100%;
	}

	body.relay-store-theme.woocommerce-checkout #customer_details > div,
	body.relay-store-theme.woocommerce-checkout .woocommerce-billing-fields,
	body.relay-store-theme.woocommerce-checkout .woocommerce-shipping-fields,
	body.relay-store-theme.woocommerce-checkout .woocommerce-additional-fields,
	body.relay-store-theme.woocommerce-checkout .checkout-order-review {
		padding: 17px;
	}
}


/* ========================================================================
   Build 0017 — My Account dashboard polish
   ======================================================================== */

/* Main account copy and links */
body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content {
    background: linear-gradient(180deg, rgba(17,24,42,.94), rgba(12,18,33,.94));
    border-color: var(--relay-border);
    color: #c9d4e8;
}

body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content p,
body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content li,
body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content address {
    color: #c9d4e8;
}

body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content a {
    color: #9fc0ff;
    text-decoration-color: rgba(159,192,255,.35);
}

body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #fff;
}

body.relay-store-theme.woocommerce-account .account-text-user {
    color: #fff;
}

/* Left account navigation */
body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-navigation ul {
    gap: 4px;
    padding: 10px;
    background: linear-gradient(180deg, rgba(17,24,42,.96), rgba(13,19,35,.96));
}

body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 11px 12px;
    border: 0 !important;
    border-radius: 9px;
    color: #aebbd0 !important;
    font-weight: 650;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: rgba(79,140,255,.08);
    color: #fff !important;
    transform: translateX(2px);
}

body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-navigation li.is-active > a {
    background: linear-gradient(90deg, rgba(139,92,246,.25), rgba(79,140,255,.12));
    border: 1px solid rgba(167,139,250,.28) !important;
    color: #fff !important;
    box-shadow: inset 3px 0 0 #8b5cf6;
}

/* Porto dashboard icon tiles */
body.relay-store-theme.woocommerce-account .box-with-icon {
    margin-top: 24px;
}

body.relay-store-theme.woocommerce-account .box-with-icon .row {
    row-gap: 14px;
}

body.relay-store-theme.woocommerce-account .box-with-icon .porto-content-box {
    height: 100%;
    padding: 0 !important;
    background: transparent !important;
}

body.relay-store-theme.woocommerce-account .box-with-icon .featured-box {
    height: 100%;
    margin: 0 !important;
    background: linear-gradient(145deg, rgba(20,29,51,.96), rgba(12,18,33,.96)) !important;
    border: 1px solid rgba(119,139,180,.24) !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.15);
    overflow: hidden;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

body.relay-store-theme.woocommerce-account .box-with-icon .featured-box:hover {
    transform: translateY(-3px);
    border-color: rgba(139,92,246,.55) !important;
    background: linear-gradient(145deg, rgba(31,38,67,.98), rgba(15,22,40,.98)) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.24);
}

body.relay-store-theme.woocommerce-account .box-with-icon .featured-box a {
    display: block;
    height: 100%;
    color: inherit !important;
    text-decoration: none !important;
}

body.relay-store-theme.woocommerce-account .box-with-icon .featured-box .box-content {
    min-height: 150px;
    padding: 26px 18px 22px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 0 !important;
}

body.relay-store-theme.woocommerce-account .box-with-icon .featured-box .icon-featured {
    margin-bottom: 13px;
    color: #d7def0 !important;
    font-size: 54px !important;
    line-height: 1;
    transition: color .2s ease, transform .2s ease;
}

body.relay-store-theme.woocommerce-account .box-with-icon .featured-box:hover .icon-featured {
    color: #a78bfa !important;
    transform: scale(1.04);
}

body.relay-store-theme.woocommerce-account .box-with-icon .featured-box h4,
body.relay-store-theme.woocommerce-account .box-with-icon .featured-box .box-content h4 {
    margin: 0 !important;
    color: #f4f7ff !important;
    font-size: .88rem !important;
    font-weight: 800 !important;
    letter-spacing: .035em !important;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

body.relay-store-theme.woocommerce-account .box-with-icon .featured-box:hover h4 {
    color: #fff !important;
}

/* Account endpoint headings/forms/tables */
body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content h2,
body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content h3,
body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content h4,
body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content legend {
    color: #f5f7ff;
}

body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content fieldset {
    border-color: var(--relay-border);
}

body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content em,
body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content small {
    color: #98a7bf;
}

/* Keep Porto's account columns comfortable on medium screens. */
@media (max-width: 991px) {
    body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-navigation,
    body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
    }

    body.relay-store-theme.woocommerce-account .woocommerce-MyAccount-navigation {
        padding-bottom: 18px;
    }
}

@media (max-width: 575px) {
    body.relay-store-theme.woocommerce-account .box-with-icon .featured-box .box-content {
        min-height: 118px;
        padding: 20px 14px !important;
    }

    body.relay-store-theme.woocommerce-account .box-with-icon .featured-box .icon-featured {
        font-size: 44px !important;
    }
}
