/*
- Code by Xaori69otori
- Telegram: @Xaori69otori
- Code is like coffee - just as beautiful
*/

body {
	transition: opacity ease-in 0.2s;
}

.fdNhxp {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	font: 600 16px / 20px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.32px;
	color: rgb(255, 105, 0);
}

.fdNhxp:hover,
.fdNhxp:active,
.fdNhxp[data-active="true"] {
	color: rgb(209, 87, 0);
}

.gHYwAJ {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	font: 600 16px / 20px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.32px;
	color: rgb(255, 105, 0);
}

.gHYwAJ:hover,
.gHYwAJ:active {
	color: rgb(209, 87, 0);
}

:root {
	--layer-underlay: -1;
	--layer-base-content: 0;
	--layer-floating-content: 1;
	--layer-floating-content-2: 2;
	--layer-floating-content-3: 3;
	--layer-10: 10;
	--layer-sticky-content: 100;
	--layer-101: 101;
	--layer-102: 102;
	--layer-105: 105;
	--layer-tooltip: 200;
	--layer-300: 300;
	--layer-400: 400;
	--layer-500: 500;
	--layer-600: 600;
	--layer-650: 650;
	--layer-700: 700;
	--layer-800: 800;
	--layer-900: 900;
	--layer-999: 999;
	--layer-modal-backdrop: 1000;
	--layer-modal-content: 1001;
	--layer-2000: 2000;
	--layer-2501: 2501;
	--layer-super-layer: 9999;
	--layer-10000: 10000;
}

.iNXtVK {
	position: absolute;
	right: 0px;
}

.hNSEqk {
	font: 500 16px / 20px Rooftop, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	outline: none;
	border: none;
	border-radius: 9999px;
	text-align: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
	transition-property: background-color, color;
	transition-duration: 200ms;
	transition-timing-function: ease-out;
}

.hNSEqk .button-spinner {
	position: absolute;
	left: 12px;
	top: calc(50% - 12px);
	height: 24px;
	transition: opacity 200ms ease-out;
	opacity: 0;
}

.hNSEqk[data-type="primary"] {
	background-color: rgb(255, 105, 0);
	color: rgb(255, 255, 255);
}

.hNSEqk[data-type="primary"] .button-spinner>path {
	fill: rgb(255, 255, 255);
}

.hNSEqk[data-type="primary"]:hover {
	background-color: rgb(232, 97, 0);
	color: rgb(255, 255, 255);
}

.hNSEqk[data-type="primary"]:active {
	background-color: rgb(255, 105, 0);
	color: rgb(255, 165, 102);
}

.hNSEqk[data-type="secondary"] {
	background-color: rgb(255, 240, 230);
	color: rgb(209, 87, 0);
}

.hNSEqk[data-type="secondary"] .button-spinner>path {
	stroke: rgb(232, 97, 0);
}

.hNSEqk[data-type="secondary"]:hover {
	background-color: rgb(255, 210, 179);
	color: rgb(209, 87, 0);
}

.hNSEqk[data-type="secondary"]:active {
	background-color: rgb(255, 240, 230);
	color: rgb(255, 210, 179);
}

.hNSEqk[data-type="tertiary"] {
	background-color: rgb(243, 243, 247);
	color: rgb(0, 0, 0);
}

.hNSEqk[data-type="tertiary"]:hover,
.hNSEqk[data-type="tertiary"]:active {
	background-color: rgb(226, 226, 233);
}

.hNSEqk[data-type="tertiary"]:disabled {
	color: rgb(171, 173, 186);
}

.hNSEqk[data-size="small"] {
	padding: 8px 16px;
	font-size: 14px;
	line-height: 16px;
}

.hNSEqk[data-size="medium"] {
	padding: 8px 20px;
	font-size: 16px;
	line-height: 24px;
}

.hNSEqk[data-size="medium"] .button-spinner {
	left: calc(50% - 12px);
}

.hNSEqk:disabled,
.hNSEqk:disabled:hover,
.hNSEqk:disabled:active {
	background-color: rgb(226, 226, 233);
	color: rgb(171, 173, 186);
	cursor: not-allowed;
}

.bcdsYt {
	width: 100%;
	height: 274px;
	flex-shrink: 0;
	padding: 0px calc(50% - 688px);
	position: relative;
	user-select: none;
}

@media only screen and (max-width: 1439px) {
	.bcdsYt {
		padding: 0px calc(50% - 560px);
	}
}

@media only screen and (max-width: 1279px) {
	.bcdsYt {
		padding: 0px calc(50% - 528px);
	}
}

@media only screen and (max-width: 767px) {
	.bcdsYt {
		padding: 0px 16px;
		height: 142px;
	}
}

.fdPlDR {
	width: 100%;
	padding: 12px calc(50% - 640px);
	border-bottom: 1px solid rgb(243, 243, 247);
	z-index: var(--layer-101);
	display: flex;
	justify-content: space-between;
	height: 52px;
	align-items: center;
}

@media only screen and (max-width: 1439px) {
	.fdPlDR {
		padding: 12px calc(50% - 512px);
	}
}

@media only screen and (max-width: 1279px) {
	.fdPlDR {
		padding: 12px calc(50% - 480px);
	}
}

.ciMuRy {
	white-space: nowrap;
}

.ciMuRy :first-child {
	margin-left: 0px;
}

.cKnTrT {
	margin-left: 20px;
	color: black;
	font: 500 14px / 18px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.14px;
	transition: color 0.25s, padding 0.25s;
	display: inline-block;
	vertical-align: middle;
}

.cKnTrT:hover {
	color: rgb(255, 105, 0);
}

.gaWKJu {
	margin-left: 20px;
	color: black;
	font: 500 14px / 18px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.14px;
	transition: color 0.25s, padding 0.25s;
	display: inline-block;
	vertical-align: middle;
}

.gaWKJu:hover {
	color: rgb(255, 105, 0);
}

.wpkOs {
	font: 500 12px / 14px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.12px;
	margin-left: 49px;
}

.iWGPDH {
	line-height: 14px;
}

.gnOJSF {
	color: rgb(255, 105, 0);
	line-height: 14px;
	text-decoration: none;
}

.bksJgR {
	position: relative;
}

.bksJgR .header__about-slogan {
	font: 600 16px / 20px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.32px;
	color: rgb(0, 0, 0);
	margin: 0px;
	display: inline;
}

.bksJgR .header__about-slogan-text {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	font: inherit;
	cursor: pointer;
	display: inline-block;
	white-space: pre-wrap;
}

.bksJgR .header__about-slogan-text:focus,
.bksJgR .header__about-slogan-text:active {
	outline: none;
}

.bksJgR .header__about-slogan-text_locality {
	white-space: normal;
}

.bksJgR .header__about-slogan-text_link {
	color: rgb(255, 105, 0);
	text-decoration: none;
}

.bksJgR .header__about-slogan-text_link:hover {
	color: rgb(232, 97, 0);
}

.kpTxJV {
	display: flex;
	justify-content: space-between;
	padding: 24px 0px 16px;
	z-index: var(--layer-sticky-content);
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1439px) {
	.kpTxJV {
		width: 1024px;
	}
}

@media only screen and (max-width: 1279px) {
	.kpTxJV {
		width: 960px;
	}
}

.kpTxJV .left {
	display: flex;
}

.kpTxJV .left> :nth-child(n) {
	margin-right: 40px;
}

.kpTxJV .right {
	display: flex;
	gap: 32px;
	align-items: center;
}

.eCewDL {
	display: flex;
	flex-direction: column;
}

.dGLtXB {
	display: block;
	width: 250px;
	font-size: 0px;
	line-height: 0;
	font-style: normal;
}

.dGLtXB:focus {
	outline: 0px;
}

.fKVfwb {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.fKVfwb .badge,
.fKVfwb .badge-img {
	height: 40px;
	width: auto;
}

.wQwpi {
	flex: 1 0 auto;
}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: inherit;
	vertical-align: baseline;
	background: rgb(255, 255, 255);
}

body {
	margin: 0px;
	padding: 0px;
	direction: ltr;
	min-width: 1024px;
	height: 100%;
	overflow: auto;
	color: rgb(0, 0, 0);
	font-style: normal;
	font-variant: no-common-ligatures;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-optical-sizing: auto;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-weight: 500;
	font-stretch: normal;
	font-size: 16px;
	line-height: 20px;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.32px;
	background: rgb(255, 255, 255);
	-webkit-font-smoothing: antialiased;
}

#react-app {
	height: 100%;
	min-height: 100vh;
	display: flex;
	flex-flow: column;
}

::placeholder {
	color: rgb(92, 99, 112);
}

.label {
	position: relative;
	display: block;
	margin-bottom: 8px;
	color: rgb(92, 99, 112);
	font-size: 14px;
	line-height: 1;
	text-align: left;
}

.money {
	white-space: nowrap;
}

.title {
	font-weight: normal;
}

.jmrFLC {
	margin-top: auto;
}

.jmrFLC .title {
	color: rgb(255, 255, 255);
	margin: 0px 0px 8px;
}

.jmrFLC .top {
	flex: 1 1 auto;
	display: flex;
	gap: 40px;
}

.jmrFLC .top .navigation-links {
	flex: 1 0 auto;
}

.jmrFLC .top .badges {
	justify-content: flex-end;
}

.jmrFLC .middle {
	display: flex;
	gap: 40px;
}

.jmrFLC .middle .franchise-stats {
	flex: 0 1 auto;
}

.jmrFLC .bottom {
	padding: 20px 0px 0px;
	border-top: 0.5px solid rgba(255, 255, 255, 0.4);
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.jmrFLC .bottom .legal {
	height: 40px;
	flex: 1 0 auto;
	display: flex;
	gap: 40px;
	align-items: center;
}

.jmrFLC .bottom .social {
	flex: 0 1 auto;
	min-height: 40px;
}

.jmrFLC .bottom .organization-info {
	flex: 0 0 auto;
	width: 100%;
	font: 500 12px / 16px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: rgba(255, 255, 255, 0.3);
}

.mvVIu {
	background-color: rgb(24, 24, 24);
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	flex-flow: column;
	font: 500 14px / 18px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	width: 100%;
	padding: 40px calc(50% - 640px);
	gap: 56px;
}

@media only screen and (max-width: 1439px) {
	.mvVIu {
		padding: 40px calc(50% - 512px);
	}
}

@media only screen and (max-width: 1279px) {
	.mvVIu {
		padding: 40px calc(50% - 480px);
	}
}

.kVaJsz {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	font: 500 16px / 20px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.kVaJsz .section {
	display: flex;
	flex-flow: column;
	gap: 16px;
}

.kVaJsz .section-title {
	margin: 0px;
}

.kVaJsz .section-link {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.kVaJsz .section-link:hover,
.kVaJsz .section-link:active {
	color: rgba(255, 255, 255, 0.6);
}

.dSOCqL {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.dSOCqL .social-link {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	background-color: rgb(36, 36, 36);
	transition: transform 300ms;
}

.dSOCqL .social-link:hover {
	transform: scale(1.1);
}

.dSOCqL .social-link .social-link-svg {
	width: 100%;
	height: 100%;
}

.dSOCqL .social-link .social-link-svg path {
	fill: rgb(255, 255, 255);
}

.jOUwlm {
	display: flex;
	justify-content: center;
	align-items: center;
}

.jOUwlm .icon {
	height: 20px;
	margin-right: 8px;
}

.jOUwlm .icon path {
	fill: rgba(255, 255, 255, 0.6);
}

.dCXqaz {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
}

.dCXqaz:hover,
.dCXqaz:active {
	color: rgb(255, 255, 255);
}

.lmCHMy {
	background-color: rgb(255, 105, 0);
	height: 60px;
	margin: 0px;
	width: 100%;
	padding: 0px calc(50% - 640px);
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1439px) {
	.lmCHMy {
		padding: 0px calc(50% - 512px);
	}
}

@media only screen and (max-width: 1279px) {
	.lmCHMy {
		padding: 0px calc(50% - 480px);
	}
}

.lmCHMy .img {
	display: inline-block;
	width: 48px;
	height: 50px;
	margin-right: 20px;
}

.lmCHMy .desc {
	display: block;
	flex-grow: 1;
	font: 500 18px / 20px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: rgb(255, 255, 255);
}

.lmCHMy .button {
	background-color: rgb(255, 105, 0);
	color: rgb(255, 255, 255);
	padding: 8px 20px;
	font: 500 16px / 20px Rooftop, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	outline: none;
	border: none;
	border-radius: 9999px;
	text-align: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
	transition-property: background-color, color;
	transition-duration: 200ms;
	transition-timing-function: ease-out;
}

.lmCHMy .button:hover {
	background-color: rgb(232, 97, 0);
	color: rgb(255, 255, 255);
}

.lmCHMy .button:active {
	background-color: rgb(255, 105, 0);
	color: rgb(255, 165, 102);
}

.lmCHMy .button[data-type="secondary"] {
	background-color: rgb(255, 240, 230);
	color: rgb(209, 87, 0);
}

.lmCHMy .button[data-type="secondary"]:hover {
	background-color: rgb(255, 210, 179);
	color: rgb(209, 87, 0);
}

.lmCHMy .button[data-type="secondary"]:active {
	background-color: rgb(255, 240, 230);
	color: rgb(255, 210, 179);
}

.lmCHMy .button:disabled,
.lmCHMy .button:disabled:hover,
.lmCHMy .button:disabled:active {
	background-color: rgb(226, 226, 233);
	color: rgb(171, 173, 186);
	cursor: not-allowed;
}

.kZwRTH {
	width: 100%;
	overflow: hidden;
	position: relative;
	user-select: none;
	transform: translate3d(0px, 0px, 0px);
	z-index: var(--layer-floating-content);
}

.kZwRTH .popular__product {
	border: none;
	background: rgb(255, 255, 255);
	transition: box-shadow 150ms ease-out;
	box-shadow: rgba(6, 5, 50, 0.15) 0px 4px 22px -6px;
	border-radius: 12px;
	display: flex;
	cursor: pointer;
}

.kZwRTH .popular__product:hover {
	box-shadow: rgba(6, 5, 50, 0.15) 0px 0px 12px -4px;
}

.kZwRTH .popular__product:active {
	box-shadow: rgba(6, 5, 50, 0.15) 0px 0px 2px -2px;
}

.kZwRTH .popular__product:focus {
	box-shadow: rgba(6, 5, 50, 0.15) 0px 0px 2px -2px;
}

.kZwRTH .popular__header {
	font: 700 24px / 28px Rooftop, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 16px 0px;
}

.kZwRTH .popular__product-image {
	width: 80px;
	height: 80px;
	flex: 0 0 auto;
}

.kZwRTH .popular__product-name {
	font: 600 16px / 20px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.32px;
	max-height: 40px;
	width: 100%;
	color: rgb(0, 0, 0);
	margin: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	overflow: hidden;
	user-select: none;
}

@media only screen and (max-width: 1439px) {
	.kZwRTH .popular__product-name {
		font-size: 14px;
		line-height: 18px;
		max-height: 36px;
	}
}

.kZwRTH[data-mobile="false"] {
	height: 200px;
	flex-shrink: 0;
	padding: 0px calc(50% - 640px);
	backface-visibility: hidden;
}

@media only screen and (max-width: 1439px) {
	.kZwRTH[data-mobile="false"] {
		padding: 0px calc(50% - 512px);
	}
}

@media only screen and (max-width: 1279px) {
	.kZwRTH[data-mobile="false"] {
		padding: 0px calc(50% - 480px);
	}
}

.kZwRTH[data-mobile="false"] .popular__product {
	flex: 0 0 auto;
	width: 260px;
	min-height: 120px;
	padding: 16px;
	margin-right: 24px;
}

.kZwRTH .popular__product-info {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-left: 8px;
	text-align: left;
}

.kZwRTH .popular__product-price {
	width: 100%;
	margin-top: 4px;
	font: 500 16px / 20px Rooftop, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: rgb(92, 99, 112);
}

.leYFmh {
	position: sticky;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: var(--layer-sticky-content);
}

.bfgZol {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.bfgZol[data-mobile="false"] {
	bottom: 0.8em;
	right: 0.8em;
}

.kXEYlp {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	font-size: 0px;
	line-height: 0;
	position: relative;
	width: 52px;
	padding-right: 16px;
	height: 36px;
}

.kXEYlp>svg {
	transform: translateX(-52px);
	transition: transform 0.25s;
}

.dZUMge {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: var(--layer-floating-content);
	height: 100%;
}

.iXGGVa {
	width: 100%;
	position: sticky;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: var(--layer-10);
	backdrop-filter: blur(20px);
}

.iXGGVa .grid {
	position: relative;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1439px) {
	.iXGGVa .grid {
		width: 1024px;
	}
}

@media only screen and (max-width: 1279px) {
	.iXGGVa .grid {
		width: 960px;
	}
}

.igGySD {
	margin: 0px;
	width: 100%;
	font: 500 14px / 18px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.14px;
	color: rgb(92, 99, 112);
}

.ihTtKy {
	position: relative;
}

.giffzZ {
	margin: 8px 0px;
	color: rgb(0, 0, 0);
	font: 600 20px / 24px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.32px;
}

.hyMsBC {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.hyMsBC .product-control-price {
	flex: 1 1 min-content;
	color: rgb(0, 0, 0);
	font: 500 16px / 20px Rooftop, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	display: flex;
	flex-flow: column;
	justify-content: center;
}

@media only screen and (max-width: 1439px) {
	.hyMsBC .product-control-price {
		font-size: 16px;
	}
}

.hyMsBC .product-control-oldprice {
	font-size: 14px;
	line-height: 18px;
	color: rgb(92, 99, 112);
}

.hyMsBC .product-control {
	flex: 0 1 auto;
	min-height: 40px;
	min-width: 120px;
	height: fit-content;
	overflow-wrap: normal;
}

.rYlyT {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-bottom: 60px;
	cursor: pointer;
	width: 292px;
	margin-right: 37.3333px;
}

.rYlyT:nth-of-type(4n+4) {
	margin-right: 0px;
}

@media only screen and (max-width: 1439px) {
	.rYlyT {
		width: 233px;
		margin-right: 30.6666px;
	}
}

@media only screen and (max-width: 1279px) {
	.rYlyT {
		width: 218px;
		margin-right: 29.3333px;
	}
}

.fiBqUN {
	width: 100%;
	color: rgb(0, 0, 0);
	font: 700 24px / 28px Rooftop, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 32px 0px;
}

.hATDAH {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1439px) {
	.hATDAH {
		width: 1024px;
	}
}

@media only screen and (max-width: 1279px) {
	.hATDAH {
		width: 960px;
	}
}

.eIwNcB {
	position: fixed;
	z-index: var(--layer-modal-backdrop);
	bottom: 0px;
	left: 0px;
	transform: translateX(-50%);
	margin: 0px -50% 20px 50%;
	border-radius: 8px;
	font: 500 14px / 18px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.14px;
	color: rgb(23, 23, 23);
	text-align: left;
	background-color: rgb(255, 255, 255);
	pointer-events: auto;
	max-width: 1280px;
	box-shadow: rgba(111, 113, 115, 0.15) 0px 4px 34px 0px;
	display: inline-flex;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

@media only screen and (max-width: 1439px) {
	.eIwNcB {
		max-width: 1024px;
	}
}

@media only screen and (max-width: 1279px) {
	.eIwNcB {
		max-width: 960px;
	}
}

.eIwNcB .cookie-policy-link {
	display: inline;
	font: 500 14px / 18px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.14px;
}

.eIwNcB .cookie-policy-button {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	font: inherit;
	cursor: pointer;
	display: inline-block;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	color: rgb(92, 99, 112);
	text-align: center;
}

.eIwNcB .cookie-policy-button:focus,
.eIwNcB .cookie-policy-button:active {
	outline: none;
}

.eIwNcB .cookie-policy-button svg path {
	fill: rgb(23, 23, 23);
	opacity: 0.3;
}

.jJmqgJ {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: var(--layer-floating-content);
	cursor: default;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s;
}

.rYMHb {
	position: relative;
}

.cLLlrP {
	z-index: var(--layer-2000);
	position: relative;
}

.hnsJbe {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	color: black;
	font: 500 14px / 18px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.14px;
	transition: color 0.25s, padding 0.25s;
	position: relative;
	padding-left: 14px;
}

.hnsJbe:hover {
	color: rgb(255, 105, 0);
}

.hnsJbe::before {
	content: " ";
	background: red;
	width: 9px;
	height: 9px;
	position: absolute;
	left: 0px;
	bottom: 6px;
	border-radius: 50%;
	animation: 2s ease-in-out 0s infinite normal none running pulse;
}

.iZnaQe {
	position: relative;
	margin-top: 1px;
	color: rgb(0, 0, 0);
	font-size: 15px;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
	z-index: var(--layer-floating-content-2);
	width: fit-content;
	cursor: pointer;
}

.cLEjlp {
	position: relative;
	display: inline-block;
	z-index: var(--layer-floating-content-2);
}

.cVWDwD {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 3px 6px;
	border-radius: 3px;
	background-color: black;
}

.hZBbST {
	vertical-align: -2px;
	margin-left: 2px;
}

.hZBbST path {
	fill: rgb(255, 210, 0);
}

.koWhWK {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
}

.koWhWK .icon {
	width: 28px;
	height: 28px;
	transition: transform 150ms;
}

.koWhWK .label {
	color: rgb(0, 0, 0);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
	transition: color 150ms;
	margin: 0px;
}

.koWhWK:hover .label {
	color: rgb(255, 105, 0);
}

.koWhWK:hover .icon {
	transform: translateY(-4px);
}

.koWhWK:hover .icon svg path {
	transition: fill 150ms;
	fill: rgb(255, 105, 0);
}

.ZZzv {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	border: none;
	position: relative;
	bottom: 0px;
	right: 0px;
	z-index: var(--layer-base-content);
	background: rgb(255, 120, 36);
	color: white;
	cursor: pointer;
	overflow: visible;
}

.ZZzv[data-size="medium"] {
	padding: 0px;
	height: 58px;
	width: 58px;
}

.ZZzv svg {
	height: 32px;
	width: 32px;
}

.ZZzv::before {
	content: " ";
	position: absolute;
	display: block;
	height: calc(100% - 6px);
	width: calc(100% - 4px);
	top: 3px;
	left: 2px;
	border-radius: 9999px;
	background: linear-gradient(rgb(255, 193, 137) 0%, rgba(255, 123, 1, 0) 40%);
	filter: blur(1.6px);
	z-index: var(--layer-base-content);
}

.gIHa-dz {
	position: fixed;
	bottom: 16px;
	right: 16px;
	margin: 0px;
	z-index: var(--layer-sticky-content);
}

.jHmgSS {
	display: flex;
	gap: 40px;
	white-space: pre;
}

.jHmgSS .block {
	flex: 1 1 auto;
	max-width: calc(426.667px);
}

@media only screen and (max-width: 1439px) {
	.jHmgSS .block {
		max-width: calc(341.333px);
	}
}

@media only screen and (max-width: 1279px) {
	.jHmgSS .block {
		max-width: calc(320px);
	}
}

.jHmgSS .block .title {
	font: 700 24px / 28px Rooftop, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.jHmgSS .description {
	display: flex;
	flex-direction: column;
	margin: 0px;
}

.jHmgSS .description__item {
	display: inline-flex;
	flex-wrap: wrap;
}

.cFCeTl {
	width: 100%;
	display: block;
	position: relative;
	user-select: none;
	padding-bottom: 100%;
	max-height: 0px;
}

.cFCeTl .img {
	width: 100%;
	max-width: 100%;
	object-fit: contain;
}

.imoKXa {
	display: block;
	position: relative;
	width: 100%;
}

.imoKXa[data-is-loaded="false"] picture {
	opacity: 0;
}

.bvrDyg {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	vertical-align: middle;
	height: 20px;
}

.bztrSC {
	position: relative;
}

.bztrSC .discount {
	position: absolute;
	width: 110%;
	height: 80%;
	left: -5%;
	bottom: 0%;
}

.clEEYX {
	text-align: center;
	color: white;
}

.gqehMc {
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 0px 0px 8px;
}

.bTkelS {
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0px;
}

.eiEdzQ {
	display: flex;
	justify-content: center;
	margin-top: auto;
}

.eiEdzQ .product-control {
	width: 100%;
	background-color: white;
	color: rgb(23, 23, 23);
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin-top: 8px;
}

.eiEdzQ .product-control:hover {
	background-color: rgb(226, 226, 233);
}

.kwkdoc {
	position: relative;
}

.kwkdoc::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(226, 226, 233);
	border-radius: 24px 24px 0px 0px;
}

.kwkdoc[data-loaded="true"]::before {
	animation: 0.15s ease-in-out 0s 1 normal forwards running jiroXv;
}

.dSUFVZ {
	border-radius: 0px 0px 24px 24px;
	padding: 12px;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: rgb(226, 226, 233);
	transition: background-color 0.3s ease-in-out;
}

.dUrUhb {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	cursor: pointer;
}

.dUrUhb[data-mobile="false"] {
	margin-bottom: 60px;
	width: 292px;
	margin-right: 37.3333px;
}

@media only screen and (max-width: 1439px) {
	.dUrUhb[data-mobile="false"] {
		width: 233px;
		margin-right: 30.6666px;
	}
}

@media only screen and (max-width: 1279px) {
	.dUrUhb[data-mobile="false"] {
		width: 218px;
		margin-right: 29.3333px;
	}
}

.dUrUhb .hero-image-container {
	z-index: var(--layer-floating-content);
}

.dUrUhb .hero-image-container .product-image__picture {
	opacity: 0;
}

.dUrUhb .hero-image-container.is-loaded .product-image__picture {
	animation: 0.15s ease-in 0.1s 1 normal forwards running dPQCVg;
}

.QMheJ {
	width: 166%;
	margin-left: -33%;
	padding: 9px 33% 20px;
	overflow: hidden;
	position: relative;
}

.bwZKOa {
	display: flex;
	align-items: flex-start;
	transition: transform 300ms ease-out;
}

.hBvANs {
	transition: opacity 300ms ease-out;
	opacity: 0;
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
	.hBvANs {
		display: none;
	}

	.hBvANs::before,
	.hBvANs::after {
		display: none;
	}
}

.hBvANs.hBvANs {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 20.5%;
	z-index: var(--layer-floating-content-2);
	padding: 9px 53.3333px 20px;
	cursor: pointer;
}

@media only screen and (max-width: 1439px) {
	.hBvANs.hBvANs {
		padding: 9px 46.6666px 20px;
	}
}

@media only screen and (max-width: 1279px) {
	.hBvANs.hBvANs {
		padding: 9px 45.3333px 20px;
	}
}

.hBvANs svg {
	opacity: 0;
	transition: opacity 150ms ease-out;
	z-index: var(--layer-floating-content-3);
	pointer-events: none;
}

.hBvANs::before {
	content: " ";
	position: absolute;
	top: 9px;
	bottom: 20px;
	width: 100%;
	opacity: 0;
	transition: opacity 150ms ease-out;
	pointer-events: none;
}

.hBvANs:hover svg {
	opacity: 1;
}

.hBvANs:hover::before {
	opacity: 1;
}

.hBvANs:active::before {
	opacity: 0;
}

.hBvANs.next {
	right: 0px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

@media only screen and (max-width: 1107px) {
	.hBvANs.next {
		right: 90px;
		background-image: none;
	}
}

.hBvANs.next::before {
	right: 0px;
	background-image: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.hBvANs.prev {
	left: 0px;
	justify-content: flex-end;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.hBvANs.prev svg {
	transform: rotate(180deg);
}

@media only screen and (max-width: 1107px) {
	.hBvANs.prev {
		left: 90px;
		background-image: none;
	}
}

.hBvANs.prev::before {
	left: 0px;
	background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.fCSodo {
	display: inline-flex;
	align-items: center;
	transform: translateX(-52px);
	transition: transform 0.25s;
}

.jRZWS {
	white-space: nowrap;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}

.cnppcN {
	margin-left: 20px;
}

ul:empty+.cnppcN {
	margin-left: 0px;
}

.fXdIqq {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.fXdIqq:first-child {
	margin-left: 0px;
}

.bqLRwB {
	display: inline-block;
	font: 500 14px / 1 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.14px;
	padding: 22px 0px;
	color: black;
	transition: color 0.25s, padding 0.25s;
}

.bqLRwB:hover {
	color: rgb(255, 105, 0);
}

.comGOc {
	display: inline-block;
	font: 500 14px / 1 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: -0.14px;
	padding: 22px 0px;
	color: black;
	transition: color 0.25s, padding 0.25s;
}

.comGOc:hover {
	color: rgb(255, 105, 0);
}

.eETFSt {
	top: 9px;
	min-width: 90px;
	display: flex;
	justify-content: center;
}

.jRvNFN {
	padding: 0px;
	margin-right: 6px;
	line-height: 18px;
}

.kRsbHX path {
	transition: fill 0.25s;
}

.dPYdTk {
	display: flex;
	background-color: rgb(243, 243, 247);
	border-radius: 40px;
	padding: 7px 12px;
	align-items: center;
	cursor: pointer;
}

.dPYdTk:hover .sc-1mmqhln-0 {
	color: rgb(255, 105, 0);
}

.dPYdTk:hover .sc-1mmqhln-1 path {
	fill: rgb(255, 105, 0);
}

.jiBOgB {
	margin-left: 12px;
	margin-right: -8px;
}

.jiBOgB[data-show-delimiter="true"]::after {
	content: "•";
	margin-left: 12px;
	height: 27px;
}

.jiBOgB .dropdown_more_categories {
	display: inline-block;
}

.icRFHm .delivery-zone-menu-page__map-img {
	width: 100%;
	transition: transform 2s, filter 0.25s;
}

.icRFHm .delivery-zone-menu-page__content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 20px;
	text-align: center;
	transform: translate(-50%, -50%);
}

.icRFHm .delivery-zone-menu-page__title {
	margin-top: 10px;
	margin-bottom: 0px;
	color: rgb(0, 0, 0);
	font-size: 20px;
	line-height: 1.4;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
}

.icRFHm.delivery-zone-menu-page {
	font-size: 0px;
	line-height: 0;
	font-style: normal;
	position: relative;
	z-index: var(--layer-floating-content);
	display: block;
	border-radius: 10px;
	overflow: hidden;
	border-width: 0px;
	padding: 0px;
}

.icRFHm.delivery-zone-menu-page_link {
	text-decoration: none;
}

.icRFHm.delivery-zone-menu-page_link:hover .delivery-zone-menu-page__map-img {
	transform: scale(1.2) translate(-15px, -15px);
	filter: saturate(2);
	transition: transform 5s ease-out;
}

.lcqROd {
	display: flex;
	flex-wrap: wrap;
}

.hOBKkP {
	width: 100%;
	color: rgb(0, 0, 0);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
	font-size: 36px;
	line-height: 40px;
	margin: 32px 0px;
}

.hDSQMz {
	width: 35%;
	margin-right: 4%;
	margin-bottom: 60px;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.hDSQMz {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
	}
}

.hDSQMz.short {
	width: 22%;
}

@media only screen and (max-width: 767px) {
	.hDSQMz.short {
		width: 40%;
	}
}

@media only screen and (max-width: 413px) {
	.hDSQMz.short {
		width: 60%;
	}
}

.hDSQMz:last-child {
	margin-right: 0px;
}

.hDSQMz .title {
	margin: 0px 0px 5px;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
	font-size: 18px;
	color: rgb(255, 105, 0);
	text-transform: uppercase;
}

.hDSQMz .title__prefix {
	text-transform: capitalize;
}

.hDSQMz .p {
	margin: 0px 0px 20px;
}

.jDEoqG {
	text-decoration: none;
	color: inherit;
}

.bXPZfR {
	vertical-align: middle;
}

.iyRvti {
	margin: 0px;
	position: relative;
	border-radius: 12px;
	top: 0px;
	transition: top 150ms ease-out;
}

.iyRvti:hover {
	top: 3px;
}

.fkdpxB {
	display: flex;
	position: relative;
	width: fit-content;
}

.faWYLd {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 6px 12px;
	background-color: rgb(255, 101, 157);
	border-radius: 16px;
	box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 8px inset;
	max-height: 30px;
	min-height: 30px;
	color: rgb(255, 255, 255);
	font: 500 14px / 18px Rooftop, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	z-index: var(--layer-floating-content);
	text-transform: lowercase;
}

.faWYLd::before {
	content: "";
	position: absolute;
	inset: 0px;
	border-radius: 16px;
	border: 1px solid transparent;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgb(249, 122, 168) 33%, rgb(249, 122, 168) 67%, rgba(255, 255, 255, 0.3) 100%);
	mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) padding-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}

.faWYLd[data-theme="bluedark"] {
	background-color: rgb(88, 100, 206);
}

.faWYLd[data-theme="bluedark"]::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgb(101, 114, 227) 33%, rgb(101, 114, 227) 67%, rgba(255, 255, 255, 0.3) 100%);
}

.byYbTO {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	transform: rotate(-6deg);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.ejHaHM {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgb(255, 177, 205) 4.9%, rgb(235, 69, 129) 35.62%, rgb(235, 69, 129) 66.34%, rgb(255, 177, 205) 97.06%);
	border-radius: 15px;
	z-index: var(--layer-base-content);
	left: -5px;
}

.ejHaHM[data-theme="bluedark"] {
	background: linear-gradient(rgb(119, 131, 241) 4.9%, rgb(64, 76, 174) 35.62%, rgb(64, 76, 174) 66.34%, rgb(119, 131, 241) 97.06%);
}

.ZPgij {
	display: flex;
	flex-wrap: wrap;
}

html[dir=ltr] {
	--toast-icon-margin-start: -3px;
	--toast-icon-margin-end: 4px;
	--toast-svg-margin-start: -1px;
	--toast-svg-margin-end: 0px;
	--toast-button-margin-start: auto;
	--toast-button-margin-end: 0;
	--toast-close-button-start: 0;
	--toast-close-button-end: unset;
	--toast-close-button-transform: translate(-35%, -35%);
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(https://cdn.dodostatic.net/common-assets/common/fonts/inter/variable/inter-cyrillicext.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(https://cdn.dodostatic.net/common-assets/common/fonts/inter/variable/inter-cyrillic.woff2) format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(https://cdn.dodostatic.net/common-assets/common/fonts/inter/variable/inter-greekext.woff2) format("woff2");
	unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(https://cdn.dodostatic.net/common-assets/common/fonts/inter/variable/inter-greek.woff2) format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(https://cdn.dodostatic.net/common-assets/common/fonts/inter/variable/inter-vietnamese.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(https://cdn.dodostatic.net/common-assets/common/fonts/inter/variable/inter-latinext.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(https://cdn.dodostatic.net/common-assets/common/fonts/inter/variable/inter-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.control.control-left {
	left: -24px !important;
}

.control.control-right {
	right: -24px !important;
}

.control-icon {
	width: 14px !important;
	height: 24px !important;
	mask-size: contain !important;
	display: none;
}

.control.active>.control-icon {
	display: block;
}

a {
	background-color: transparent;
}

img {
	border-style: none;
}

.stories-slide-wrapper {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.stories-slide-wrapper:hover {
	text-decoration: none;
}

.stories-slide-wrapper .stories-slide {
	display: block;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	overflow: visible;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	border: var(--storiesListBorderNotReadWidth, 2px) solid var(--storiesBorderNotReadColor, #00b956);
	padding: var(--storiesListBorderGapNotRead, 2px);
}

.stories-slide-wrapper .stories-slide._format-rectangle {
	border-radius: var(--storiesListBorderRadius, 5px);
}

.stories-slide-wrapper .stories-slide._format-rectangle .stories-slide-image {
	border-radius: var(--storiesListInnerBorderRadiusNotRead, 5px);
}

.stories-slide-wrapper .stories-slide._format-rectangle .stories-slide-image__image {
	border-radius: var(--storiesListInnerBorderRadiusNotRead, 5px);
}

.stories-slide-wrapper .stories-slide._format-rectangle .stories-slide__mask {
	border-radius: var(--storiesListInnerBorderRadiusNotRead, 5px);
}

.stories-slide-wrapper .stories-slide__inner {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.stories-slide-wrapper .stories-slide-image {
	position: relative;
	width: 100%;
	height: 100%;
}

.stories-slide-wrapper .stories-slide-image__wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.stories-slide-wrapper .stories-slide-image__image {
	position: relative;
	opacity: 1;
	transition: opacity .3s ease-in-out;
	overflow: hidden;
}

.stories-slide-wrapper .stories-slide-image__image._mode_list {
	width: 100%;
	height: 100%;
}

.stories-slide-wrapper .stories-slide-image__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stories-slide-wrapper .stories-slide__mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: var(--storiesListItemMaskColor, rgba(0, 0, 0, 0));
	background-image: var(--storiesListItemMaskLinearGradient, none);
	opacity: 1;
}

.stories-list-controls {
	position: absolute;
	display: block;
	left: var(--storiesListSidePadding, 0);
	right: var(--storiesListSidePadding, 0);
	top: var(--storiesListTopPadding, 0);
	bottom: var(--storiesListBottomPadding, 0);
	pointer-events: none;
}

.stories-list-controls .control-left,
.stories-list-controls .control-right {
	cursor: pointer;
	position: absolute;
	background-color: var(--storiesListControlsBackgroundColor, white);
	border-radius: 50%;
	z-index: 10;
	height: var(--storiesListControlsSize);
	width: var(--storiesListControlsSize);
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

.stories-list-controls .control-icon {
	width: 7px;
	height: 12px;
	background-color: var(--storiesListControlsColor, black);
}

.stories-list-controls .control-left {
	left: 0;
	transform: translateY(-50%) translateX(-50%);
}

.stories-list-controls .control-left .control-icon {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L1 6L6 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L1 6L6 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.stories-list-controls .control-right {
	right: 0;
	transform: translateY(-50%) translateX(50%);
}

.stories-list-controls .control-right .control-icon {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.stories-list-wrapper {
	background-color: var(--background-color, transparent);
	opacity: 0;
	height: 0;
	padding: 0;
	transition: opacity .5s ease-in-out;
}

.stories-list-wrapper.mode-desktop.with-list-controls {
	position: relative;
}

.stories-list-wrapper.loaded {
	height: auto;
	opacity: 1;
}

.stories-list {
	position: relative;
	overflow: visible;
}

@media (min-width: 767.99px) {
	.stories-list {
		overflow: hidden;
	}
}

.stories-list__viewport {
	overflow: hidden;
	height: auto;
}

.stories-list__viewport-inner {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding-top: var(--storiesListTopPadding, 0);
	padding-bottom: var(--storiesListBottomPadding, 0);
	box-sizing: content-box;
}

.stories-list__viewport-inner::-webkit-scrollbar {
	display: none;
}

.stories-list__viewport-inner.mode-desktop {
	scroll-behavior: unset;
	cursor: grab;
}

.stories-list__viewport-inner .stories-slide-wrapper {
	flex: 0 0 auto;
}

.stories-slide-wrapper:not(:last-child) {
	margin-right: var(--storiesGap, 20px);
}

.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal {
	background: #fff;
	max-width: 520px;
	width: 90%;
	text-align: center;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
	transform: scale(0.7);
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 24px;
}

.modal.show {
	transform: scale(1);
	opacity: 1;
}

.modal-overlay.show {
	opacity: 1;
	visibility: visible;
}

.modal-image img {
	width: 100%;
	border-radius: 24px 24px 0 0;
}

.modal-content {
	padding: 20px;
}

.modal h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

.modal p {
	color: #17171799;
	font-size: 18px;
}

.modal-actions {
	display: flex;
	gap: 10px;
}

.modal-actions a {
	width: 100%;
}

.modal-actions a button {
	color: #ffffff;
	padding: 12px;
	width: 100%;
	border: none;
	border-radius: 24px;
	font: 500 16px / 20px Rooftop, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	cursor: pointer;
}

.tg {
	background: #28a8e9;
}

.tg:hover {
	background: #28a0dd;
}

.max {
	background: #546ffe;
}

.max:hover {
	background: #526beb;
}