.woocommerce-account .entry-content > .woocommerce,
.woocommerce-checkout .entry-content > .woocommerce,
.aweb-public-collection-page {
	--aweb-account-text: #4b4f58;
	--aweb-account-heading: #333333;
	--aweb-account-muted: #969494;
	--aweb-account-line: #efeff4;
	--aweb-account-soft: #f9f9f9;
	--aweb-account-accent: #3fc001;
	--aweb-account-accent-hover: #47d901;
	--aweb-account-dark: #535554;
	color: var(--aweb-account-text);
	font-size: 13px;
	line-height: 1.5;
}

.woocommerce-account .entry-content > .woocommerce,
.woocommerce-account .entry-content > .woocommerce *,
.woocommerce-account .entry-content > .woocommerce *:before,
.woocommerce-account .entry-content > .woocommerce *:after,
.woocommerce-checkout .entry-content > .woocommerce,
.woocommerce-checkout .entry-content > .woocommerce *,
.woocommerce-checkout .entry-content > .woocommerce *:before,
.woocommerce-checkout .entry-content > .woocommerce *:after,
.aweb-public-collection-page,
.aweb-public-collection-page *,
.aweb-public-collection-page *:before,
.aweb-public-collection-page *:after {
	box-sizing: border-box;
}

.woocommerce-account .entry-content > .woocommerce {
	max-width: 100%;
	margin: 0 0 48px;
}

.woocommerce-account .woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

.aweb-account-guest,
.aweb-account-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	margin-bottom: 24px;
	padding: 24px 28px;
	border: 1px solid var(--aweb-account-line);
	border-left: 5px solid var(--aweb-account-accent);
	border-radius: 5px;
	background: var(--aweb-account-soft);
}

.aweb-account-guest > *,
.aweb-account-hero > *,
.woocommerce-account #customer_login > *,
.woocommerce-account .woocommerce-MyAccount-content > * {
	min-width: 0;
}

.aweb-account-guest h2,
.aweb-account-hero h2 {
	margin: 0 0 8px;
	color: var(--aweb-account-heading);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
}

.aweb-account-guest p,
.aweb-account-hero p {
	max-width: 760px;
	margin: 0;
	color: var(--aweb-account-text);
	font-size: 14px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.aweb-account-eyebrow {
	margin: 0 0 7px !important;
	color: var(--aweb-account-accent) !important;
	font-size: 12px !important;
	font-weight: 500;
	line-height: 1.2 !important;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce-account #customer_login {
	display: block !important;
	max-width: none;
	margin: 28px 0 34px !important;
}

.woocommerce-account #customer_login:before,
.woocommerce-account #customer_login:after {
	content: none !important;
	display: none !important;
}

.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
	display: none;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login.aweb-account-mode-login .u-column1,
.woocommerce-account #customer_login.aweb-account-mode-register .u-column2 {
	display: block;
}

.woocommerce-account #customer_login.aweb-account-mode-login .u-column2,
.woocommerce-account #customer_login.aweb-account-mode-register .u-column1 {
	display: none;
}

.woocommerce-account #customer_login .aweb-auth__layout {
	display: grid;
	grid-template-columns: minmax(420px, 454px) minmax(360px, 540px);
	gap: clamp(72px, 13vw, 240px);
	align-items: start;
}

.woocommerce-account #customer_login .aweb-auth__layout--register {
	grid-template-columns: minmax(420px, 454px) minmax(360px, 540px);
	gap: clamp(72px, 13vw, 240px);
}

.woocommerce-account #customer_login .aweb-auth__form,
.woocommerce-account #customer_login .aweb-auth__aside {
	min-width: 0;
}

.woocommerce-account #customer_login .aweb-auth__aside {
	padding-top: 0;
}

.woocommerce-account #customer_login .aweb-auth__aside--register {
	padding-top: 18px;
}

.woocommerce-account #customer_login h2,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin: 0 0 20px;
	color: var(--aweb-account-heading);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
}

.woocommerce-account #customer_login .aweb-auth__aside p {
	max-width: 540px;
	margin: 0 0 26px;
	color: var(--aweb-account-text);
	font-size: 15px;
	line-height: 1.45;
}

.woocommerce-account #customer_login form.woocommerce-form-login,
.woocommerce-account #customer_login form.woocommerce-form-register {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce-account #customer_login form.woocommerce-form-login,
.woocommerce-account #customer_login form.woocommerce-form-register {
	max-width: 454px;
}

.woocommerce-account #customer_login .aweb-auth__actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 4px;
}

.woocommerce-account #customer_login .aweb-auth__muted-link {
	color: var(--aweb-account-accent);
	font-size: 14px;
	text-decoration: none;
}

.woocommerce-account #customer_login .aweb-auth__muted-link:hover,
.woocommerce-account #customer_login .aweb-auth__muted-link:focus {
	color: var(--aweb-account-accent-hover);
	text-decoration: none;
}

.woocommerce-account #customer_login .aweb-auth__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 178px;
	min-height: 48px;
	text-decoration: none;
}

.woocommerce-account #customer_login .aweb-auth__aside-actions {
	display: block;
	margin-top: 26px;
	color: var(--aweb-account-muted);
	font-size: 14px;
}

.woocommerce-account #customer_login .aweb-auth__button--login-wide {
	width: min(100%, 320px);
	min-height: 64px;
	flex-direction: column;
	gap: 3px;
	padding: 12px 24px;
	background: var(--aweb-account-accent) !important;
	text-align: center;
}

.woocommerce-account #customer_login .aweb-auth__button--login-wide span,
.woocommerce-account #customer_login .aweb-auth__button--login-wide strong {
	display: block;
	color: inherit;
	line-height: 1.25;
}

.woocommerce-account #customer_login .aweb-auth__button--login-wide span {
	font-size: 13px;
	font-weight: 400;
	opacity: 0.9;
}

.woocommerce-account #customer_login .aweb-auth__button--login-wide strong {
	font-size: 16px;
	font-weight: 500;
}

.woocommerce-account #customer_login .aweb-auth__submit-row {
	margin-top: 8px;
}

.woocommerce-account form.woocommerce-form-login:not(#customer_login form),
.woocommerce-account form.woocommerce-form-register:not(#customer_login form),
.woocommerce-account form.lost_reset_password,
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login {
	padding: 28px;
	border: 1px solid var(--aweb-account-line);
	border-radius: 5px;
	background: #fff;
}

.woocommerce-account form.lost_reset_password {
	max-width: 680px;
}

.woocommerce-account form .form-row,
.woocommerce-checkout form .form-row {
	margin: 0 0 16px;
	padding: 0;
}

.woocommerce-account form label,
.woocommerce-checkout form label {
	display: block;
	margin: 0 0 7px;
	color: var(--aweb-account-heading);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}

.woocommerce-account form .required,
.woocommerce-checkout form .required {
	color: #cd0303;
}

.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row textarea,
.woocommerce-account .woocommerce form .form-row select,
.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea,
.woocommerce-checkout .woocommerce form .form-row select {
	min-height: 42px;
	width: 100%;
	margin: 0;
	padding: 9px 12px;
	border: 1px solid var(--aweb-account-line) !important;
	border-radius: 4px;
	background: var(--aweb-account-soft) !important;
	color: var(--aweb-account-heading) !important;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	box-shadow: none !important;
}

.woocommerce-account .woocommerce form .form-row input.input-text::placeholder,
.woocommerce-checkout .woocommerce form .form-row input.input-text::placeholder {
	color: #a8a8a8;
	letter-spacing: 0;
	opacity: 1;
}

.woocommerce-account .woocommerce form .form-row input.input-text:focus,
.woocommerce-account .woocommerce form .form-row textarea:focus,
.woocommerce-account .woocommerce form .form-row select:focus,
.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
.woocommerce-checkout .woocommerce form .form-row textarea:focus,
.woocommerce-checkout .woocommerce form .form-row select:focus {
	border-color: var(--aweb-account-accent) !important;
	background: #fff !important;
	outline: none !important;
	box-shadow: 0 0 0 2px rgba(63, 192, 1, 0.12) !important;
}

.woocommerce-account .woocommerce button.show-password-input,
.woocommerce-checkout .woocommerce button.show-password-input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.woocommerce-account .woocommerce-form-login__rememberme {
	display: flex !important;
	align-items: center;
	gap: 8px;
	min-height: 24px;
	margin: 0 0 16px !important;
	color: var(--aweb-account-heading);
	font-size: 13px;
	line-height: 1.4 !important;
}

.woocommerce-account .woocommerce-form-login__rememberme input {
	width: 18px;
	height: 18px;
	margin: 0 !important;
	border: 1px solid #d9d9d9;
}

.aweb-account-hero__action,
.woocommerce-account .aweb-account-actions .button,
.woocommerce-account .button,
.woocommerce-checkout .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	width: fit-content;
	margin: 0;
	padding: 10px 20px;
	border: 0 !important;
	border-radius: 4px;
	background: var(--aweb-account-accent) !important;
	color: #fff !important;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.aweb-account-hero__action:hover,
.aweb-account-hero__action:focus,
.aweb-account-hero__action:active,
.woocommerce-account .button:hover,
.woocommerce-account .button:focus,
.woocommerce-account .button:active,
.woocommerce-checkout .button:hover,
.woocommerce-checkout .button:focus,
.woocommerce-checkout .button:active {
	background: var(--aweb-account-accent-hover) !important;
	color: #fff !important;
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.woocommerce-account #customer_login .aweb-auth__button--secondary,
.woocommerce-account .aweb-account-button-secondary {
	background: var(--aweb-account-dark) !important;
}

.woocommerce-account #customer_login .aweb-auth__button--secondary:hover,
.woocommerce-account #customer_login .aweb-auth__button--secondary:focus,
.woocommerce-account #customer_login .aweb-auth__button--secondary:active,
.woocommerce-account .aweb-account-button-secondary:hover,
.woocommerce-account .aweb-account-button-secondary:focus,
.woocommerce-account .aweb-account-button-secondary:active {
	background: #454746 !important;
	color: #fff !important;
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.woocommerce-account #customer_login .button,
.woocommerce-account #customer_login .button:hover,
.woocommerce-account #customer_login .button:focus,
.woocommerce-account #customer_login .button:active,
.woocommerce-account #customer_login .button:visited {
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.woocommerce-account .lost_password {
	margin: 10px 0 0;
}

.woocommerce-account .lost_password a,
.woocommerce-account .woocommerce-privacy-policy-text a,
.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
	color: var(--aweb-account-accent);
	text-decoration: none;
}

.woocommerce-account .lost_password a:hover,
.woocommerce-account .woocommerce-privacy-policy-text a:hover,
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):hover {
	text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 260px;
	margin: 0;
	border: 1px solid var(--aweb-account-line);
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	height: 46px;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--aweb-account-line);
}

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

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	height: 45px;
	min-height: 0;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: var(--aweb-account-text) !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation a:active {
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
	background: var(--aweb-account-soft);
	color: var(--aweb-account-accent) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: var(--aweb-account-accent);
	color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a:active {
	background: var(--aweb-account-accent-hover);
	color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 28px 32px 34px;
	border: 1px solid var(--aweb-account-line);
	border-radius: 5px;
	background: #fff;
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

.aweb-account-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 24px 0 4px;
}

.aweb-account-card {
	display: flex;
	min-height: 136px;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	border: 1px solid var(--aweb-account-line);
	border-radius: 5px;
	background: var(--aweb-account-soft);
	color: var(--aweb-account-text);
	text-decoration: none;
}

.aweb-account-card:hover,
.aweb-account-card:focus {
	border-color: var(--aweb-account-accent);
	color: var(--aweb-account-text);
	text-decoration: none;
}

.aweb-account-card__label {
	color: var(--aweb-account-muted);
	font-size: 12px;
	line-height: 1.2;
}

.aweb-account-card strong {
	display: block;
	margin: 10px 0;
	color: var(--aweb-account-heading);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.15;
}

.aweb-account-card span:last-child {
	color: var(--aweb-account-muted);
	font-size: 13px;
	line-height: 1.4;
}

.aweb-account-note,
.aweb-account-support {
	margin: 0 0 22px;
	padding: 18px 20px;
	border: 1px solid var(--aweb-account-line);
	border-left: 5px solid var(--aweb-account-accent);
	border-radius: 5px;
	background: var(--aweb-account-soft);
}

.aweb-account-note strong,
.aweb-account-note span {
	display: block;
}

.aweb-account-note span {
	margin-top: 4px;
	color: var(--aweb-account-muted);
	font-size: 13px;
}

.aweb-account-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.aweb-account-section {
	max-width: 760px;
}

.aweb-account-section--collection {
	max-width: none;
}

.aweb-account-section__text {
	max-width: 620px;
	margin: -8px 0 22px;
	color: var(--aweb-account-muted);
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-account .aweb-account-form {
	max-width: 520px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.aweb-account-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.aweb-account-form__grid .form-row {
	width: 100% !important;
	float: none !important;
}

.aweb-account-form__submit {
	margin: 8px 0 0;
}

.aweb-account-empty {
	display: flex;
	max-width: 560px;
	min-height: 170px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 26px;
	border: 1px solid var(--aweb-account-line);
	border-radius: 5px;
	background: var(--aweb-account-soft);
}

.aweb-account-empty strong {
	margin-bottom: 8px;
	color: var(--aweb-account-heading);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
}

.aweb-account-empty span {
	max-width: 420px;
	margin-bottom: 18px;
	color: var(--aweb-account-muted);
	font-size: 14px;
	line-height: 1.45;
}

.aweb-account-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.aweb-account-product {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--aweb-account-line);
	border-radius: 5px;
	background: #fff;
}

.aweb-account-product__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	border-radius: 4px;
	background: var(--aweb-account-soft);
	overflow: hidden;
}

.aweb-account-product__image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.aweb-account-product h3 {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
}

.aweb-account-product__price {
	margin-bottom: 14px;
	color: var(--aweb-account-heading);
	font-size: 18px;
	line-height: 1.2;
}

.aweb-account-product__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.aweb-public-collection-page {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto 56px;
	padding-top: 20px;
}

.aweb-public-collection {
	max-width: none;
}

.aweb-public-collection__header {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 24px;
}

.aweb-public-collection__header h1 {
	margin: 0 0 12px;
	color: var(--aweb-account-heading);
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.aweb-public-collection__catalog-link {
	display: inline-flex !important;
	min-width: 164px;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	padding: 14px 24px !important;
	border: 0 !important;
	border-radius: 4px;
	background: var(--aweb-account-accent) !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none !important;
}

.aweb-public-collection__catalog-link:hover,
.aweb-public-collection__catalog-link:focus {
	background: var(--aweb-account-accent-hover) !important;
	color: #fff !important;
	text-decoration: none !important;
}

.aweb-public-collection__body.is-loading {
	opacity: 0.65;
	pointer-events: none;
}

.aweb-compare__toolbar {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 18px;
}

.aweb-compare__toggle {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--aweb-account-text);
	font-size: 14px;
	cursor: pointer;
}

.aweb-compare__table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--aweb-account-line);
	border-radius: 5px;
	background: #fff;
	cursor: grab;
	overscroll-behavior-x: contain;
	scrollbar-gutter: stable;
	user-select: none;
}

.aweb-compare__table-wrap.is-dragging {
	cursor: grabbing;
}

.aweb-compare__table-wrap a,
.aweb-compare__table-wrap button,
.aweb-compare__table-wrap label,
.aweb-compare__table-wrap input {
	user-select: auto;
}

.aweb-compare__table {
	width: 100%;
	min-width: 760px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.aweb-compare__table th,
.aweb-compare__table td {
	min-width: 190px;
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid var(--aweb-account-line);
	border-left: 1px solid var(--aweb-account-line);
	color: var(--aweb-account-text);
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
}

.aweb-compare__table th:first-child,
.aweb-compare__table td:first-child {
	min-width: 170px;
	border-left: 0;
	background: var(--aweb-account-soft);
	color: var(--aweb-account-heading);
	font-weight: 400;
	position: sticky;
	left: 0;
	z-index: 2;
	box-shadow: 1px 0 0 var(--aweb-account-line);
}

.aweb-compare__table thead th {
	background: #fff;
	text-align: center;
}

.aweb-compare__table thead th:first-child {
	text-align: left;
	z-index: 4;
}

.aweb-compare__product {
	display: flex;
	min-height: 258px;
	position: relative;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}

.aweb-compare__image {
	display: flex;
	width: 132px;
	max-width: 100%;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: var(--aweb-account-soft);
	overflow: hidden;
}

.aweb-compare__image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.aweb-compare__name {
	color: var(--aweb-account-heading);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	text-decoration: none;
}

.aweb-compare__price {
	color: var(--aweb-account-heading);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
}

.aweb-compare__remove {
	display: inline-flex;
	position: absolute;
	top: -4px;
	right: -4px;
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--aweb-account-line);
	border-radius: 50%;
	background: #fff;
	color: var(--aweb-account-muted);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.aweb-compare__remove:hover,
.aweb-compare__remove:focus {
	border-color: var(--aweb-account-accent);
	background: var(--aweb-account-accent);
	color: #fff;
}

.aweb-compare__remove:focus,
.aweb-compare__remove:active {
	outline: none;
	box-shadow: none;
}

.woocommerce-account table.shop_table {
	border: 1px solid var(--aweb-account-line);
	border-radius: 5px;
	overflow: hidden;
}

.woocommerce-account table.shop_table th {
	background: var(--aweb-account-soft);
	color: var(--aweb-account-heading);
	font-weight: 400;
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
	border-top-color: var(--aweb-account-accent);
	background: var(--aweb-account-soft);
	color: var(--aweb-account-text);
}

@media (max-width: 900px) {
	.aweb-account-guest,
	.aweb-account-hero {
		grid-template-columns: 1fr;
	}

	.aweb-public-collection__header {
		flex-direction: column;
	}

	.woocommerce-account #customer_login .aweb-auth__layout,
	.woocommerce-account #customer_login .aweb-auth__layout--register {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.woocommerce-account #customer_login .aweb-auth__aside,
	.woocommerce-account #customer_login .aweb-auth__aside--register {
		padding-top: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 20px;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		padding: 22px;
	}

	.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.aweb-account-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aweb-account-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.woocommerce-account .entry-content > .woocommerce,
	.woocommerce-checkout .entry-content > .woocommerce {
		overflow-x: hidden;
	}

	.aweb-public-collection-page {
		width: calc(100vw - 20px);
		margin-bottom: 36px;
		padding-top: 12px;
	}

	.aweb-public-collection__header h1 {
		font-size: 24px;
	}

	.aweb-account-guest,
	.aweb-account-hero,
	.woocommerce-account form.woocommerce-form-login:not(#customer_login form),
	.woocommerce-account form.woocommerce-form-register:not(#customer_login form),
	.woocommerce-account form.lost_reset_password,
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 18px;
	}

	.aweb-account-guest,
	.aweb-account-hero,
	.woocommerce-account #customer_login,
	.woocommerce-account #customer_login .u-column1,
	.woocommerce-account #customer_login .u-column2,
	.woocommerce-account form.lost_reset_password,
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: calc(100vw - 20px) !important;
		max-width: calc(100vw - 20px) !important;
	}

	.woocommerce-account #customer_login .aweb-auth__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.aweb-account-guest h2,
	.aweb-account-hero h2,
	.woocommerce-account #customer_login h2 {
		font-size: 20px;
		overflow-wrap: anywhere;
	}

	.aweb-account-overview {
		grid-template-columns: 1fr;
	}

	.aweb-account-form__grid,
	.aweb-account-products,
	.aweb-account-product {
		grid-template-columns: 1fr;
	}

	.aweb-account-product__image {
		max-width: 180px;
	}
}
