html {
	overflow: hidden;
	-webkit-overflow-scrolling: touch !important;
	overflow-y: hidden !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
}

html * {
	-webkit-overflow-scrolling: touch !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
}

body {
	margin: 0;
	/* overflow: hidden; */
	width: 100vw;
	overflow-x: hidden;
	overflow-y: hidden !important;
}

app-root {
	@supports (-webkit-appearance: none) {
		.os-android & {
			height: calc(var(--vh-100) - 56px);
		}
	}
}

@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2") format("woff2");
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2") format("woff2");
}

.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
}

.background-div {
	/* background-image: url('../images/background.png'); */
	background-color: #f6f6f6;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -101;
	opacity: 0.1;
}

.dark-div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -100;
	opacity: 0;
}

.red-div {
	width: 100%;
	padding: 10px;
	margin: 0;
	min-height: 52px;
	background-color: #ff1744;
	display: none;
}

.logo {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 52px;
	background: url("../images/logo_black.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.primary-button {
	width: 100%;
	height: 50px;
	border-radius: 4px !important;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
	font-size: 14px !important;
	font-weight: bold !important;
	font-style: 500 !important;
	font-stretch: normal !important;
	line-height: 1.29 !important;
	letter-spacing: normal !important;
}

.primary-button:disabled {
	background: lightgray !important;
}

.secondary-button {
	width: 100%;
	height: 50px;
	border-radius: 4px !important;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
	font-size: 14px !important;
	font-weight: bold !important;
	font-style: 500 !important;
	font-stretch: normal !important;
	line-height: 1.29 !important;
	letter-spacing: normal !important;
	background-color: transparent !important;
	border-radius: 4px !important;
	border: solid 2px #f40d40 !important;
	color: #f40d40 !important;
}

.secondary-button:disabled {
	border: solid 2px darkgray !important;
	color: darkgray !important;
}

app-cart-button > button,
.cart-button-bubble {
	border-radius: 50% !important;
}

.button-div {
	width: 100%;
	/* margin-top: 25px; */
	float: right;
}

.login-button {
	width: 100%;
	height: 60px !important;
	border-radius: 4px;
	background-color: #ecf0f1 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	vertical-align: center;
	color: #7f8c8d !important;
	padding-top: 13px !important;
	margin-top: 0;
}

@media screen and (min-width: 769px) {
	.login-button {
		margin-top: 34px;
	}
}

.enter-code-title {
	color: #ffffff;
	text-align: center;
	font-family: Inter;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.75rem; /* 116.667% */
	letter-spacing: -0.03rem;
}

.enter-code-desc {
	color: #b8b8b8;
	text-align: center;
	font-family: Inter;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: -0.00875rem;
	margin-bottom: 8px;
}

.more-button {
	font-weight: bold;
}

.language-selection {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.language-selection img {
	height: 24px;
	cursor: pointer;
}

.footer-item-right * {
	font-size: 15px !important;
	font-weight: 300 !important;
	font-style: normal !important;
	font-stretch: normal !important;
	line-height: 1.67 !important;
	letter-spacing: normal !important;
	text-align: right !important;
	color: #000000 !important;
	padding-bottom: 3px;
	cursor: pointer;
}

.footer-item-left * {
	font-size: 15px !important;
	font-weight: 300 !important;
	font-style: normal !important;
	font-stretch: normal !important;
	line-height: 1.67 !important;
	letter-spacing: normal !important;
	text-align: right !important;
	color: #000000 !important;
	padding-bottom: 3px;
	border-bottom: 0.8px dotted #b2b2b2;
}

.footer-item-right * {
}

/* material input color */

.error-div {
	float: left;
}

hr {
	border: 0.5px solid #e9e9e9;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	text-transform: none;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	text-transform: none;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	text-transform: none;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	text-transform: none;
}

::placeholder {
	/* Recent browsers */
	text-transform: none;
}

.dotted {
	border-bottom: 0.8px dotted #b2b2b2;
	margin-right: 18px;
}

.strike {
	margin-top: 36px;
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.ign-strike {
	margin-bottom: -28px;
}

.strike > span {
	position: relative;
	display: inline-block;
}

.strike > span:before,
.strike > span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #e5eaeb;
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}

.strike > span:before {
	right: 100%;
	margin-right: 15px;
}

.strike > span:after {
	left: 100%;
	margin-left: 15px;
}

.upper-logo {
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}

@media screen and (max-width: 768px) {
	.upper-logo {
		display: none;
	}
}

.upper-logo > a {
	display: inline-block;
}

.variant-description,
.extra-description {
	white-space: normal;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	border-color: #ff1744 !important;
	border-width: 7px;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle {
	background-color: #ff1744;
}

.mat-radio-label {
	display: inline-flex !important;
}

.checkmark {
	display: inline-block;
}

.checkmark:after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	position: relative;
	top: -18px;
	left: 8px;
	pointer-events: none;
}

.mat-radio-outer-circle {
	border-color: black !important;
}

.mat-button,
.mat-icon-button {
	background-color: transparent !important;
}

input,
input[type="text"] {
	background-color: inherit !important;
	border-bottom: inherit !important;
	border-radius: inherit !important;
	outline: inherit !important;
	font-size: 1rem !important;
	font-weight: 300 !important;
	font-style: normal !important;
	font-stretch: normal !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	color: #7f8c8d !important;
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	-webkit-transition: inherit !important;
	transition: inherit !important;
	border-radius: 4px !important;
	padding: 16px !important;
	border-radius: 4px !important;
	border: solid 1px #bdc3c7 !important;
	background-color: #f6f6f6;
	width: 100% !important;
	height: 56px !important;
}

input:focus {
	border: solid 1px #f40d40 !important;
}

mat-dialog-container {
	border-radius: 8px !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12) !important;
	background-color: #ffffff !important;
}

/* Additional white label */
/* BF */
.w-813 .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	border-color: rgb(245, 98, 0) !important;
	border-width: 7px;
}

.w-813 .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle {
	background-color: rgb(245, 98, 0) !important;
}

.w-813 .mat-checkbox-checked .mat-checkbox-background {
	background-color: rgb(245, 98, 0) !important;
}

.w-813 .mat-radio-persistent-ripple,
.w-813 .mat-ripple-element {
	background-color: rgb(245, 98, 0) !important;
}

.w-813 .mat-simple-snackbar .mat-button-wrapper {
	color: rgb(245, 98, 0) !important;
}

/* DD */
.w-904 .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	border-color: #a0bf5f !important;
	border-width: 7px;
}

.w-904 .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle {
	background-color: #a0bf5f !important;
}

.w-904 .mat-checkbox-checked .mat-checkbox-background {
	background-color: #a0bf5f !important;
}

.w-904 .mat-radio-persistent-ripple,
.w-904 .mat-ripple-element {
	background-color: #a0bf5f !important;
}

.w-904 .mat-simple-snackbar .mat-button-wrapper {
	color: #a0bf5f !important;
}

/* Chillers*/
.w-901 .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	border-color: #6996a6 !important;
	border-width: 7px;
}

.w-901 .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle {
	background-color: #6996a6 !important;
}

.w-901 .mat-checkbox-checked .mat-checkbox-background {
	background-color: #6996a6 !important;
}

.w-901 .mat-radio-persistent-ripple,
.w-901 .mat-ripple-element {
	background-color: #6996a6 !important;
}

.w-901 .mat-simple-snackbar .mat-button-wrapper {
	color: #6996a6 !important;
}

.w-901 ::-webkit-scrollbar-thumb {
	background-color: #6996a6 !important;
}

/* Mastercard*/
.w-597 .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	border-color: #e71b24 !important;
	border-width: 7px;
}

.w-597 .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle {
	background-color: #e71b24 !important;
}

.w-597 .mat-checkbox-checked .mat-checkbox-background {
	background-color: #e71b24 !important;
}

.w-597 .mat-radio-persistent-ripple,
.w-597 .mat-ripple-element {
	background-color: #e71b24 !important;
}

.w-597 .mat-simple-snackbar .mat-button-wrapper {
	color: #e71b24 !important;
}

.w-597 ::-webkit-scrollbar-thumb {
	background-color: #e71b24 !important;
}

button:disabled {
	background: #bdc3c7 !important;
	color: #ecf0f1 !important;
}

body.w-0 #native-navbar,
body[class=""] #native-navbar,
body.w-597 #native-navbar {
	display: block;
	transform: scale(1) !important;
	visibility: visible !important;
}

.cc-window {
	z-index: 9999999 !important;
}

#app-spinner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	z-index: 9999;
}
.spinner {
	width: 50px;
	height: 50px;
	border: 5px solid rgba(128, 128, 128, 0.3); /* Light gray */
	border-top-color: rgba(60, 60, 60, 1); /* Darker gray for contrast */
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}