:root {
	--kws-account-maroon: #9d3418;
	--kws-account-maroon-dark: #76230f;
	--kws-account-gold: #d7c75c;
	--kws-account-ink: #20242c;
	--kws-account-muted: #667085;
	--kws-account-line: #e6e8ec;
	--kws-account-soft: #f6f7f9;
	--kws-account-white: #fff;
}

body.kws-sc-customer-account main.site-main {
	width: min(1180px, calc(100% - 40px));
	max-width: 1180px;
	margin-inline: auto;
	padding: 48px 0 76px;
}

body.kws-sc-customer-account main.site-main > h1 {
	margin: 0 0 26px;
	color: var(--kws-account-ink);
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.05;
	letter-spacing: -.035em;
}

body.kws-sc-customer-account main.site-main .woocommerce {
	display: flow-root;
	color: var(--kws-account-ink);
}

.kws-sc-account-intro {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 0 28px;
	padding: 32px 36px;
	overflow: hidden;
	border-radius: 22px;
	background: linear-gradient(125deg, var(--kws-account-maroon-dark), var(--kws-account-maroon));
	box-shadow: 0 18px 45px rgba(83, 28, 14, .2);
	color: #fff;
}

.kws-sc-account-intro::after {
	content: "";
	position: absolute;
	width: 250px;
	height: 250px;
	top: -135px;
	right: -55px;
	border: 44px solid rgba(215, 199, 92, .24);
	border-radius: 50%;
}

.kws-sc-account-intro h2 {
	position: relative;
	z-index: 1;
	margin: 5px 0 8px;
	color: #fff;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.08;
	letter-spacing: -.025em;
}

.kws-sc-account-intro p {
	position: relative;
	z-index: 1;
	max-width: 660px;
	margin: 0;
	color: rgba(255, 255, 255, .86);
	font-size: 17px;
}

.kws-sc-account-eyebrow {
	position: relative;
	z-index: 1;
	display: block;
	color: var(--kws-account-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

body.kws-sc-customer-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 258px;
	margin: 0;
	padding: 10px;
	border: 1px solid var(--kws-account-line);
	border-radius: 18px;
	background: var(--kws-account-white);
	box-shadow: 0 12px 34px rgba(16, 24, 40, .08);
}

body.kws-sc-customer-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.kws-sc-customer-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.kws-sc-customer-account .woocommerce-MyAccount-navigation li + li {
	margin-top: 3px;
}

body.kws-sc-customer-account .woocommerce-MyAccount-navigation li a {
	display: flex;
	min-height: 46px;
	align-items: center;
	padding: 11px 14px;
	border-radius: 11px;
	color: #3d4653;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

body.kws-sc-customer-account .woocommerce-MyAccount-navigation li a:hover,
body.kws-sc-customer-account .woocommerce-MyAccount-navigation li a:focus-visible {
	background: #f8f0ed;
	color: var(--kws-account-maroon-dark);
	text-decoration: none;
	transform: translateX(2px);
}

body.kws-sc-customer-account .woocommerce-MyAccount-navigation li.is-active a {
	background: var(--kws-account-maroon);
	box-shadow: inset 4px 0 0 var(--kws-account-gold);
	color: #fff;
	text-decoration: none;
}

body.kws-sc-customer-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--kws-account-line);
}

body.kws-sc-customer-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #a02d2d;
}

body.kws-sc-customer-account .woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 286px);
	min-height: 365px;
	padding: 28px;
	border: 1px solid var(--kws-account-line);
	border-radius: 18px;
	background: var(--kws-account-white);
	box-shadow: 0 12px 34px rgba(16, 24, 40, .08);
}

body.kws-sc-customer-account .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

body.kws-sc-customer-account .woocommerce-MyAccount-content > :last-child {
	margin-bottom: 0;
}

body.kws-sc-account-dashboard .woocommerce-MyAccount-content > p {
	display: none;
}

.kws-sc-account-menu-toggle {
	display: none;
}

.kws-sc-account-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.kws-sc-account-action {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) 22px;
	gap: 13px;
	min-height: 104px;
	align-items: center;
	padding: 18px;
	border: 1px solid var(--kws-account-line);
	border-radius: 15px;
	background: #fff;
	color: var(--kws-account-ink);
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.kws-sc-account-action:hover,
.kws-sc-account-action:focus-visible {
	border-color: rgba(157, 52, 24, .45);
	box-shadow: 0 12px 26px rgba(61, 26, 16, .1);
	color: var(--kws-account-maroon-dark);
	text-decoration: none;
	transform: translateY(-2px);
}

.kws-sc-account-action,
.kws-sc-account-action *,
.kws-sc-account-raffles-cta a,
.kws-sc-account-raffles-cta a * {
	text-decoration: none !important;
}

.kws-sc-account-action-icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 14px;
	background: #f8ece8;
	color: var(--kws-account-maroon);
}

.kws-sc-account-action svg,
.kws-sc-account-raffles-cta svg,
.kws-sc-account-menu-toggle svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.kws-sc-account-action-copy {
	display: grid;
	gap: 4px;
}

.kws-sc-account-action-copy strong {
	font-size: 16px;
	line-height: 1.2;
}

.kws-sc-account-action-copy small {
	color: var(--kws-account-muted);
	font-size: 13px;
	line-height: 1.45;
}

.kws-sc-account-action-arrow {
	color: #98a2b3;
}

.kws-sc-account-raffles-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	padding: 18px 20px;
	border-radius: 14px;
	background: #f7f2d7;
	color: #4c4519;
	font-weight: 700;
}

.kws-sc-account-raffles-cta a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--kws-account-maroon-dark);
	font-weight: 800;
	text-decoration: none;
}

.kws-sc-account-raffles-cta svg {
	width: 18px;
	height: 18px;
}

body.kws-sc-customer-account .woocommerce-message,
body.kws-sc-customer-account .woocommerce-info,
body.kws-sc-customer-account .woocommerce-error {
	margin: 0 0 20px;
	padding: 17px 18px 17px 52px;
	border: 1px solid #dce3ea;
	border-top: 0;
	border-left: 4px solid var(--kws-account-maroon);
	border-radius: 12px;
	background: var(--kws-account-soft);
	box-shadow: none;
}

body.kws-sc-customer-account .woocommerce-message::before,
body.kws-sc-customer-account .woocommerce-info::before,
body.kws-sc-customer-account .woocommerce-error::before {
	top: 16px;
	left: 18px;
	color: var(--kws-account-maroon);
}

body.kws-sc-customer-account .woocommerce a.button,
body.kws-sc-customer-account .woocommerce button.button,
body.kws-sc-customer-account .woocommerce input.button {
	min-height: 42px;
	padding: 11px 17px;
	border: 0;
	border-radius: 10px;
	background: var(--kws-account-maroon);
	box-shadow: none;
	color: #fff;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

body.kws-sc-customer-account .woocommerce a.button:hover,
body.kws-sc-customer-account .woocommerce button.button:hover,
body.kws-sc-customer-account .woocommerce input.button:hover {
	background: var(--kws-account-maroon-dark);
	color: #fff;
}

body.kws-sc-customer-account .woocommerce table.shop_table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0 9px;
	border-radius: 0;
	font-size: 14px;
}

body.kws-sc-customer-account .woocommerce table.shop_table thead th {
	padding: 13px 14px;
	border: 0;
	background: var(--kws-account-maroon-dark);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .035em;
	text-transform: uppercase;
}

body.kws-sc-customer-account .woocommerce table.shop_table thead th:first-child {
	border-radius: 11px 0 0 11px;
}

body.kws-sc-customer-account .woocommerce table.shop_table thead th:last-child {
	border-radius: 0 11px 11px 0;
}

body.kws-sc-customer-account .woocommerce table.shop_table tbody tr {
	box-shadow: 0 4px 14px rgba(16, 24, 40, .06);
}

body.kws-sc-customer-account .woocommerce table.shop_table tbody td,
body.kws-sc-customer-account .woocommerce table.shop_table tbody th {
	padding: 15px 14px;
	border-top: 1px solid var(--kws-account-line);
	border-bottom: 1px solid var(--kws-account-line);
	background: #fff;
	vertical-align: middle;
}

body.kws-sc-customer-account .woocommerce table.shop_table tbody tr > :first-child {
	border-left: 1px solid var(--kws-account-line);
	border-radius: 11px 0 0 11px;
}

body.kws-sc-customer-account .woocommerce table.shop_table tbody tr > :last-child {
	border-right: 1px solid var(--kws-account-line);
	border-radius: 0 11px 11px 0;
}

body.kws-sc-customer-account .woocommerce table.shop_table .woocommerce-orders-table__cell-order-number a,
body.kws-sc-customer-account .woocommerce table.shop_table .rfwc-ticket-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	padding: 7px 10px;
	border-radius: 999px;
	background: #f8ece8;
	color: var(--kws-account-maroon-dark);
	font-weight: 800;
	text-decoration: none;
}

body.kws-sc-customer-account .woocommerce table.shop_table .woocommerce-orders-table__cell-order-status {
	color: #176b40;
	font-weight: 800;
}

body.kws-sc-customer-account .woocommerce table.shop_table .woocommerce-orders-table__cell-order-actions {
	white-space: nowrap;
}

body.kws-sc-customer-account .woocommerce table.shop_table .woocommerce-orders-table__cell-order-actions .button {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	margin: 2px 3px;
	padding: 9px 13px;
	font-size: 13px;
}

body.kws-sc-customer-account .woocommerce form .form-row label,
body.kws-sc-customer-account .woocommerce fieldset legend {
	color: #344054;
	font-weight: 750;
}

body.kws-sc-customer-account .woocommerce form .input-text,
body.kws-sc-customer-account .woocommerce form select,
body.kws-sc-customer-account .woocommerce form textarea {
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid #cfd4dc;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
}

body.kws-sc-customer-account .woocommerce form .input-text:focus,
body.kws-sc-customer-account .woocommerce form select:focus,
body.kws-sc-customer-account .woocommerce form textarea:focus {
	border-color: var(--kws-account-maroon);
	box-shadow: 0 0 0 3px rgba(157, 52, 24, .12);
	outline: 0;
}

body.kws-sc-customer-account.kws-sc-account-email-preferences .woocommerce-MyAccount-content form > p {
	margin: 0 0 12px;
}

body.kws-sc-customer-account.kws-sc-account-email-preferences .woocommerce-MyAccount-content form > p label {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 14px;
	border: 1px solid var(--kws-account-line);
	border-radius: 12px;
	background: var(--kws-account-soft);
	font-weight: 600;
	line-height: 1.45;
}

body.kws-sc-customer-account.kws-sc-account-email-preferences .woocommerce-MyAccount-content input[type="checkbox"] {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	accent-color: var(--kws-account-maroon);
}

body.kws-sc-customer-account.kws-sc-account-email-preferences .woocommerce-MyAccount-content hr {
	margin: 24px 0;
	border: 0;
	border-top: 1px solid var(--kws-account-line);
}

body.kws-sc-customer-account .woocommerce fieldset,
body.kws-sc-customer-account .woocommerce .woocommerce-Address {
	margin: 22px 0;
	padding: 20px;
	border: 1px solid var(--kws-account-line);
	border-radius: 14px;
	background: var(--kws-account-soft);
}

body.kws-sc-customer-account .woocommerce .u-columns.col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

body.kws-sc-customer-account .woocommerce .u-columns.col2-set .u-column1,
body.kws-sc-customer-account .woocommerce .u-columns.col2-set .u-column2 {
	float: none;
	width: auto;
	padding: 26px;
	border: 1px solid var(--kws-account-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(16, 24, 40, .08);
}

@media (max-width: 900px) {
	body.kws-sc-customer-account main.site-main {
		width: min(100% - 28px, 1180px);
		padding-top: 34px;
	}

	body.kws-sc-customer-account .woocommerce-MyAccount-navigation {
		width: 220px;
	}

	body.kws-sc-customer-account .woocommerce-MyAccount-content {
		width: calc(100% - 244px);
		padding: 22px;
	}

	.kws-sc-account-actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	body.kws-sc-customer-account main.site-main {
		width: 100%;
		max-width: 100%;
		padding: 26px 10px 42px;
	}

	body.kws-sc-customer-account main.site-main > h1 {
		margin: 0 10px 20px;
		font-size: 32px;
	}

	.kws-sc-account-intro {
		margin-bottom: 14px;
		padding: 24px 20px;
		border-radius: 17px;
	}

	.kws-sc-account-intro h2 {
		font-size: 29px;
	}

	.kws-sc-account-intro p {
		font-size: 15px;
	}

	.kws-sc-account-menu-toggle {
		display: flex;
		width: 100%;
		min-height: 64px;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin: 0 0 12px;
		padding: 11px 16px;
		border: 1px solid var(--kws-account-line);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 7px 20px rgba(16, 24, 40, .08);
		color: var(--kws-account-ink);
		text-align: left;
		-webkit-appearance: none;
		appearance: none;
	}

	.kws-sc-account-menu-toggle span {
		display: grid;
		gap: 1px;
	}

	.kws-sc-account-menu-toggle small {
		color: var(--kws-account-muted);
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .06em;
		text-transform: uppercase;
	}

	.kws-sc-account-menu-toggle strong {
		font-size: 16px;
	}

	.kws-sc-account-menu-toggle svg {
		transition: transform .18s ease;
	}

	body.kws-sc-account-menu-open .kws-sc-account-menu-toggle svg {
		transform: rotate(180deg);
	}

	body.kws-sc-customer-account .woocommerce-MyAccount-navigation,
	body.kws-sc-customer-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}

	body.kws-sc-customer-account.kws-sc-account-menu-ready .woocommerce-MyAccount-navigation {
		display: none;
	}

	body.kws-sc-customer-account.kws-sc-account-menu-ready.kws-sc-account-menu-open .woocommerce-MyAccount-navigation {
		display: block;
		margin-bottom: 12px;
	}

	body.kws-sc-customer-account .woocommerce-MyAccount-navigation {
		margin: 0 0 12px;
		padding: 8px;
		border-radius: 14px;
	}

	body.kws-sc-customer-account .woocommerce-MyAccount-content {
		min-height: 0;
		padding: 18px;
		border-radius: 15px;
	}

	.kws-sc-account-action {
		grid-template-columns: 42px minmax(0, 1fr) 18px;
		min-height: 88px;
		padding: 15px;
	}

	.kws-sc-account-action-icon {
		width: 42px;
		height: 42px;
	}

	.kws-sc-account-raffles-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	body.kws-sc-customer-account .woocommerce-message,
	body.kws-sc-customer-account .woocommerce-info,
	body.kws-sc-customer-account .woocommerce-error {
		display: grid;
		gap: 12px;
		padding: 17px 16px 17px 46px;
		line-height: 1.45;
	}

	body.kws-sc-customer-account .woocommerce-message .button,
	body.kws-sc-customer-account .woocommerce-info .button,
	body.kws-sc-customer-account .woocommerce-error .button {
		float: none;
		justify-self: start;
		order: 2;
	}

	body.kws-sc-customer-account .woocommerce table.shop_table,
	body.kws-sc-customer-account .woocommerce table.shop_table tbody {
		display: block;
		width: 100%;
	}

	body.kws-sc-customer-account .woocommerce table.shop_table {
		border-spacing: 0;
	}

	body.kws-sc-customer-account .woocommerce table.shop_table thead {
		display: none;
	}

	body.kws-sc-customer-account .woocommerce table.shop_table tbody {
		display: grid;
		gap: 14px;
	}

	body.kws-sc-customer-account .woocommerce table.shop_table tbody tr {
		display: block;
		padding: 12px 14px;
		border: 1px solid var(--kws-account-line);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 8px 22px rgba(16, 24, 40, .07);
	}

	body.kws-sc-customer-account .woocommerce table.shop_table tbody td,
	body.kws-sc-customer-account .woocommerce table.shop_table tbody th,
	body.kws-sc-customer-account .woocommerce table.shop_table tbody tr > :first-child,
	body.kws-sc-customer-account .woocommerce table.shop_table tbody tr > :last-child {
		display: flex !important;
		width: 100%;
		min-height: 46px;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
		padding: 10px 0;
		border: 0;
		border-bottom: 1px solid #edf0f3;
		border-radius: 0;
		background: transparent;
		text-align: right !important;
	}

	body.kws-sc-customer-account .woocommerce table.shop_table tbody tr > :last-child {
		border-bottom: 0;
	}

	body.kws-sc-customer-account .woocommerce table.shop_table tbody td::before,
	body.kws-sc-customer-account .woocommerce table.shop_table tbody th::before {
		float: none;
		flex: 0 0 auto;
		color: #475467;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: .035em;
		text-transform: uppercase;
	}

	body.kws-sc-customer-account .woocommerce table.shop_table .woocommerce-orders-table__cell-order-actions {
		flex-wrap: wrap;
		justify-content: flex-end;
		white-space: normal;
	}

	body.kws-sc-customer-account .woocommerce table.shop_table .woocommerce-orders-table__cell-order-actions::before {
		margin-right: auto;
	}

	body.kws-sc-customer-account .woocommerce table.shop_table .woocommerce-orders-table__cell-order-actions .button {
		margin: 2px;
	}

	body.kws-sc-customer-account .woocommerce .u-columns.col2-set {
		grid-template-columns: 1fr;
	}

	body.kws-sc-customer-account .woocommerce .u-columns.col2-set .u-column1,
	body.kws-sc-customer-account .woocommerce .u-columns.col2-set .u-column2 {
		padding: 20px;
	}
}

@media (max-width: 380px) {
	.kws-sc-account-action {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.kws-sc-account-action-arrow {
		display: none;
	}
}
