*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #efefef;
}

body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

#snack-bar {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#snack-bar>div {
	margin-top: 12px;
}

/* sc-component-id: sc-global-4129583201 */
.server-loading {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: white;
	z-index: 999999;
}

html {
	background-color: #f4f4f4;
}

html.async-hide body {
	opacity: 0 !important;
}

a {
	color: #007ff0;
	-webkit-text-decoration: none;
	text-decoration: none;
}

a:hover {
	opacity: 0.95;
}

p {
	margin: 0 0 10px 0;
}

b,
strong {
	font-weight: 500;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.icon.tikinow-15 {
	width: 53px;
	height: 15px;
	background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/tikinow/tiki-now-15.png);
	background-size: 53px 15px;
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.icon.tikinow-15 {
		background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/tikinow/tiki-now-15@2x.png);
	}
}

.icon.tikinow-26 {
	width: 91px;
	height: 26px;
	background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/tikinow/tiki-now-26.png);
	background-size: 91px 26px;
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.icon.tikinow-26 {
		background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/tikinow/tiki-now-26@2x.png);
	}
}

.icon.thumb-up {
	width: 17px;
	height: 17px;
	background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/thumb-up.png);
	background-size: 17px 17px;
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.icon.thumb-up {
		background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/thumb-up@2x.png);
	}
}

.icon.thumb-up-3x {
	width: 17px;
	height: 17px;
	background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/thumb-up-2@3x.png);
	background-size: 17px 17px;
}

.icon.reply-arrow {
	width: 19px;
	height: 16px;
	background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/reply-arrow.png);
	background-size: 19px 16px;
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.icon.reply-arrow {
		background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/reply-arrow@2x.png);
	}
}

.icon.guarantee {
	width: 16px;
	height: 16px;
	background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/guarantee.png);
	background-size: 16px 16px;
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.icon.guarantee {
		background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/guarantee@2x.png);
	}
}

.icon.flag-2x {
	width: 14px;
	height: 16px;
	background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/flag@2x.png);
	background-size: 14px 16px;
}

.icon.warning-svg {
	width: 16px;
	height: 17px;
	background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/warning.svg);
	background-size: 16px 17px;
}

.icon.prize {
	width: 23px;
	height: 24px;
	background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/prize.png);
	background-size: 23px 24px;
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.icon.prize {
		background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/prize@2x.png);
	}
}

.tikicon.icon-bound {
	width: 16px;
	height: 16px;
	background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/bound.png);
	background-size: 16px 16px;
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.tikicon.icon-bound {
		background-image: url(https://frontend.tikicdn.com/_desktop-next/static/img/icons/bound@2x.png);
	}
}

.fade-loading-animated {
	-webkit-animation-name: fadeLoading;
	animation-name: fadeLoading;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes fadeLoading {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeLoading {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes swing {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

/* sc-component-id: styles-sc-1il3g8h-0 */
.iguzCC .push-in-app-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: 9998;
}

.iguzCC .popup-wrapper {
	width: 400px;
	padding: 24px;
	position: fixed;
	top: 200px;
	left: 50%;
	margin-left: -200px;
	z-index: 9999;
	background-color: #ffffff;
	box-shadow: 1px 1px 3px 1px #999999;
	border-radius: 8px;
}

.iguzCC .popup-wrapper.is-image-only {
	padding: 0;
	box-shadow: none;
	background: none;
}

.iguzCC .coupon-copy {
	position: fixed;
	z-index: -1;
	text-indent: -9999px;
	border: none !important;
	outline: none !important;
}

.iguzCC .close-button {
	width: 28px;
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 2;
	cursor: pointer;
}

.iguzCC .coupon-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #ff3776;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

.iguzCC .apply-coupon {
	background-color: #0d5cb6;
	cursor: pointer;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	width: 100%;
	height: 40px;
	display: block;
	border-radius: 4px;
	margin-top: 24px;
}

.iguzCC .coupon-content {
	font-size: 13px;
	line-height: 20px;
	padding: 12px 16px;
	color: #242424;
	box-shadow: 1px 1px 3px 1px #99999938;
	background: #ffffff;
	border-radius: 4px;
	border-left: 4px solid #0d5cb6;
	position: relative;
	background: url(https://frontend.tikicdn.com/_desktop-next/static/img/push-in-app-coupon.png) no-repeat;
	background-position: right 80px bottom;
	background-size: 20%;
	position: relative;
}

.iguzCC .coupon-content:after {
	content: '';
	display: block;
	width: 80px;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border-left: 1px dashed #e6eef7;
}

.iguzCC .coupon-content .coupon-code {
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	color: #242424;
	margin: 0;
}

.iguzCC .coupon-content .description {
	color: #242424;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

.iguzCC .coupon-content .expired-time {
	color: #787878;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}

/* sc-component-id: Container-itwfbd-0 */
.jFkAwY {
	width: 1270px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* sc-component-id: PictureV2__StyledWrapImage-tfuu67-0 */
.cKPsNJ {
	padding-top: 33.25242718446602%;
	position: relative;
	background-color: #fff;
}

.cKPsNJ .placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #eeeeee;
}

.kttJTC {
	padding-top: 100%;
	position: relative;
	background-color: #fff;
}

.kttJTC .placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #eeeeee;
}

/* sc-component-id: PictureV2__StyledImage-tfuu67-1 */
.hQOEQo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	object-fit: contain;
}

.hQOEQo.loaded-image-fail {
	object-fit: none;
}

/* sc-component-id: sc-global-3786679869 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* sc-component-id: Slider__Wrapper-pmvh7n-0 */
.fNfByj {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.fNfByj:hover .slick-arrow {
	opacity: 1;
}

.fNfByj .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	opacity: 0.3;
	z-index: 1;
}

.fNfByj .slick-arrow.slick-prev {
	left: 10px;
}

.fNfByj .slick-arrow.slick-next {
	right: 10px;
}

.fNfByj .slick-arrow.slick-disabled {
	cursor: default;
	opacity: 0.3;
}

.fNfByj .slick-arrow.slick-disabled:hover .icon {
	box-shadow: none;
}

.fNfByj .slick-arrow .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 32px;
	height: 32px;
	padding-right: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 16px;
}

.fNfByj .slick-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fNfByj .slick-prev {
	left: 0;
}

.fNfByj .slick-list {
	margin-left: 0;
	margin-right: 0;
}

.fNfByj .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.fNfByj .slick-slide {
	height: auto;
}

.fNfByj .slick-slide>div {
	height: 100%;
}

.fNfByj .slick-dots {
	position: absolute;
	bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

.fNfByj .slick-dots li {
	display: inline-block;
	font-size: 0;
}

.fNfByj .slick-dots li button {
	cursor: pointer;
	width: 8px;
	height: 8px;
	margin: 1px 2px;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	outline: none;
	border: none;
	opacity: 1;
}

.fNfByj .slick-dots li.slick-active button {
	background-color: #fff;
}

.kCqiXD {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.kCqiXD:hover .slick-arrow {
	opacity: 1;
}

.kCqiXD .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	opacity: 0.3;
	z-index: 1;
}

.kCqiXD .slick-arrow.slick-disabled {
	cursor: default;
	opacity: 0.3;
}

.kCqiXD .slick-arrow.slick-disabled:hover .icon {
	box-shadow: none;
}

.kCqiXD .slick-arrow .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 32px;
	height: 32px;
	padding-right: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 16px;
}

.kCqiXD .slick-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.kCqiXD .slick-prev {
	left: 0;
}

.kCqiXD .slick-list {
	margin-left: 0;
	margin-right: 0;
}

.kCqiXD .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.kCqiXD .slick-slide {
	height: auto;
}

.kCqiXD .slick-slide>div {
	height: 100%;
}

.kCqiXD .slick-dots {
	position: absolute;
	bottom: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

.kCqiXD .slick-dots li {
	display: inline-block;
	font-size: 0;
}

.kCqiXD .slick-dots li button {
	cursor: pointer;
	width: 8px;
	height: 8px;
	margin: 1px 2px;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	outline: none;
	border: none;
	opacity: 1;
}

.kCqiXD .slick-dots li.slick-active button {
	background-color: #fff;
}

/* sc-component-id: style__Logo-sc-3sdkaq-0 */
.htSYJE {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-center;
	-webkit-box-align: flex-center;
	-ms-flex-align: flex-center;
	align-items: flex-center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.htSYJE .tiki-logo {
	width: 60px;
	height: 40px;
	display: block;
}

.htSYJE .tiki-logo>img {
	width: 100%;
	height: 100%;
}

.htSYJE .icon-tiki-now {
	width: 134px;
	height: 44px;
	display: block;
}

.htSYJE .icon-tiki-now>img {
	width: 100%;
	height: 100%;
}

/* sc-component-id: style__StyledSuggestion-sc-1y3xjh6-0 */
.bgTeKt {
	background-color: #ffffff;
}

.bgTeKt .show-more {
	font-size: 12px;
	line-height: 1.67;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgb(13, 92, 182);
}

.bgTeKt .show-more>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 16px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.bgTeKt .show-more .show-more__icon {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.bgTeKt .item {
	color: #242424;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	line-height: 1.67;
	-webkit-text-decoration: none;
	text-decoration: none;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 16px;
}

.bgTeKt .item:hover {
	background-color: rgba(27, 168, 255, 0.1);
}

.bgTeKt .item.hide {
	display: none;
}

.bgTeKt .item:first-child {
	border-top: 0;
}

.bgTeKt .item>.item-icon {
	width: 35px;
	height: 35px;
}

.bgTeKt .item>.keyword {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 8px;
}

.bgTeKt .item .delete {
	width: 24px;
	height: 24px;
}

.bgTeKt .item.seller>.info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 8px;
}

.bgTeKt .item.seller>.info .title {
	color: #242424;
	font-size: 12px;
	line-height: 1.67;
}

.bgTeKt .item.seller>.info .subtitle {
	font-weight: 400;
	color: #787878;
	font-size: 11px;
	line-height: 16px;
}

.bgTeKt .item.collection>.info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 8px;
}

.bgTeKt .item.collection>.info .title-prefix {
	font-weight: 400;
	color: #787878;
	font-size: 11px;
	line-height: 16px;
}

.bgTeKt .item.collection>.info .title {
	color: #0d5cb6;
	font-size: 12px;
	line-height: 1.67;
}

.bgTeKt .cate {
	font-size: 11px;
	line-height: 16px;
	color: #787878;
	font-weight: 400;
}

.bgTeKt .cate span {
	color: #1ba8ff;
	margin: 0 0 0 4px;
}

/* sc-component-id: style__StyledTopWidgets-oj2d0v-0 */
.ivYyeL .promo {
	padding: 0 16px;
	color: #242424;
	display: block;
	font-size: 13px;
	line-height: 20px;
	-webkit-text-decoration: none;
	text-decoration: none;
	font-weight: 500;
	border-top: 1px solid #F2F2F2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background: #fff5ec;
}

.ivYyeL .promo>a {
	position: absolute;
	font-size: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ivYyeL .promo.hide {
	display: none;
}

.ivYyeL .promo:first-child {
	border-top: 0;
}

.ivYyeL .promo>.item-icon {
	width: 35px;
	height: 35px;
}

.ivYyeL .promo>.keyword {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 8px;
}

.ivYyeL .promo .next {
	width: 24px;
	height: 24px;
}

/* sc-component-id: SearchAutocomplete__Root-sc-35nyl5-0 */
.kPQRFk {
	background: #fff;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: calc(100% - 120px);
	list-style: none;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #e1e1e1;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.28);
	display: none;
}

/* sc-component-id: FormSearch__Root-sc-1fwg3wo-0 */
.jYPEqY {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* sc-component-id: FormSearch__Form-sc-1fwg3wo-1 */
.gUJHDL {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	box-shadow: 0 1px 2px 0 rgba(98, 98, 98, 0.5);
}

/* sc-component-id: FormSearch__Input-sc-1fwg3wo-2 */
.ehiBA {
	border: 0px;
	padding: 0 12px;
	font-size: 13px;
	border-radius: 2px 0 0 2px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	outline: none;
}

.ehiBA::-webkit-input-placeholder {
	color: #787878;
	font-size: 13px;
}

.ehiBA::-moz-placeholder {
	color: #787878;
	font-size: 13px;
}

.ehiBA:-ms-input-placeholder {
	color: #787878;
	font-size: 13px;
}

.ehiBA::placeholder {
	color: #787878;
	font-size: 13px;
}

/* sc-component-id: FormSearch__Button-sc-1fwg3wo-3 */
.knOqgr {
	cursor: pointer;
	border: 0px;
	width: 120px;
	background: #0d5cb6;
	height: 40px;
	border-radius: 0 2px 2px 0;
	color: white;
	font-size: 13px;
	font-weight: 500;
	outline: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.knOqgr .icon-search {
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
}

.knOqgr .tikicon {
	margin-right: 7px;
}

/* sc-component-id: Userstyle__Root-sc-6e6am-0 */
.fUUPdM {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.fUUPdM .profile-icon {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	border-radius: 2px;
}

.fUUPdM .arrowIcon {
	width: 16px;
	height: 16px;
}

.fUUPdM .cart-wrapper {
	position: relative;
	margin-right: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.fUUPdM .cart-wrapper .cart-icon {
	width: 32px;
	height: 32px;
}

.fUUPdM .cart-wrapper .cart-text {
	color: #ffffff;
	font-weight: 500;
	white-space: nowrap;
	font-size: 13px;
	line-height: 20px;
}

/* sc-component-id: Userstyle__Item-sc-6e6am-1 */
.iasHpw {
	cursor: pointer;
	margin: 0 0 0 16px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
	font-size: 12px;
	position: relative;
	-webkit-letter-spacing: 0.7px;
	-moz-letter-spacing: 0.7px;
	-ms-letter-spacing: 0.7px;
	letter-spacing: 0.7px;
}

.iasHpw .account-label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	line-height: 20px;
	min-width: 120px;
}

.iasHpw .account-label>span {
	max-width: 104px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.iasHpw:hover .toggler {
	display: block;
}

.iasHpw>.tikicon {
	margin-right: 12px;
}

.gBdTNJ {
	cursor: pointer;
	margin: 0 0 0 16px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
	font-size: 12px;
	position: relative;
	-webkit-letter-spacing: 0.7px;
	-moz-letter-spacing: 0.7px;
	-ms-letter-spacing: 0.7px;
	letter-spacing: 0.7px;
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}

.gBdTNJ .account-label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	line-height: 20px;
	min-width: 120px;
}

.gBdTNJ .account-label>span {
	max-width: 104px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.gBdTNJ:hover .toggler {
	display: block;
}

.gBdTNJ>.tikicon {
	margin-right: 12px;
}

/* sc-component-id: Userstyle__ItemText-sc-6e6am-2 */
.bKCghQ {
	color: #ffffff;
	font-weight: 400;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bKCghQ small {
	font-size: 11px;
	font-weight: 300;
}

/* sc-component-id: Userstyle__ItemCartQty-sc-6e6am-4 */
.jJyMq {
	color: #242424;
	background: #fdd835;
	height: 20px;
	left: 20px;
	top: -2px;
	border-radius: 40px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	font-weight: 500;
	position: absolute;
	padding: 0 7px;
}

/* sc-component-id: Userstyle__UserDropDown-sc-6e6am-5 */
.cVRwHa {
	display: none;
	border: 1px solid #efefef;
	background: #ffffff;
	width: auto;
	min-width: 196px;
	z-index: 15;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
	position: absolute;
	top: 45px;
	left: calc(50% + 10px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cVRwHa:after {
	content: ' ';
	background: transparent;
	height: 20px;
	width: 150px;
	top: -20px;
	left: calc(50% - 65px);
	position: absolute;
	display: inline-block;
}

.cVRwHa:before {
	border: 9px solid transparent;
	border-bottom: 9px solid #ffffff;
	margin-left: -9px;
	bottom: 100%;
	left: 50%;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cVRwHa li {
	display: block;
	position: relative;
	width: 236px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #000000;
	background: #fdd835;
	border-radius: 4px;
	margin: 10px 0;
}

/* sc-component-id: Userstyle__ButtonIcon-sc-6e6am-9 */
.gUdFI {
	float: left;
	height: 41px;
	width: 41px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* sc-component-id: Userstyle__UserDropDownButton-sc-6e6am-10 */
.dYkBsI {
	color: #4a4a4a;
	background: #fdd835;
	border-color: #fdd835;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 0;
	white-space: nowrap;
	padding: 0;
	font-size: 14px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 5px 12px;
	width: 236px;
	height: 41px;
	line-height: 41px;
	outline: none;
	text-shadow: 0 0 1px #ababab;
}

.dYkBsI:hover {
	opacity: 0.85;
}

.eqGBml {
	color: #4a4a4a;
	background: #fdd835;
	border-color: #fdd835;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 0;
	white-space: nowrap;
	padding: 0;
	font-size: 14px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 5px 12px;
	width: 236px;
	height: 41px;
	line-height: 41px;
	outline: none;
	background: #3b5998;
	color: #ffffff;
	font-weight: 400;
}

.eqGBml:hover {
	opacity: 0.85;
}

.fpkFKZ {
	color: #4a4a4a;
	background: #fdd835;
	border-color: #fdd835;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 0;
	white-space: nowrap;
	padding: 0;
	font-size: 14px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 5px 12px;
	width: 236px;
	height: 41px;
	line-height: 41px;
	outline: none;
	background: #df4a32;
	color: #ffffff;
	font-weight: 400;
}

.fpkFKZ:hover {
	opacity: 0.85;
}

.bsRyYf {
	color: #4a4a4a;
	background: #fdd835;
	border-color: #fdd835;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 0;
	white-space: nowrap;
	padding: 0;
	font-size: 14px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 5px 12px;
	width: 236px;
	height: 41px;
	line-height: 41px;
	outline: none;
	background: #0f8edd;
	color: #ffffff;
	font-weight: 400;
}

.bsRyYf:hover {
	opacity: 0.85;
}

/* sc-component-id: Userstyle__NoWrap-sc-6e6am-11 */
.gtVgrD {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
	text-transform: capitalize;
	font-size: 11px;
	line-height: 16px;
}

/* sc-component-id: Userstyle__CartItem-sc-6e6am-13 */
.gjPwhU {
	position: relative;
	display: block;
}

.gjPwhU:hover {
	opacity: 1;
}

/* sc-component-id: style__Wrapper-mvfe96-0 */
.kIrZeZ {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.kIrZeZ .Menu-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	min-height: 44px;
}

.kIrZeZ .Menu-button .hamburger-menu {
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

.kIrZeZ .Menu-button .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 2px;
}

.kIrZeZ .Menu-button .wrap>span {
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
}

.kIrZeZ .Menu-button .wrap .text-icon {
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.54;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}

.kIrZeZ .Menu-button .wrap .text-icon>img {
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
}

.kIrZeZ .Menu-icon {
	margin-right: 8px;
}

/* sc-component-id: Middle__Wrap-vop1h1-0 */
.izAqSE {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 0 8px 0;
	height: auto;
	position: relative;
	z-index: 2;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.izAqSE .logo-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-flex-basis: 248px;
	-ms-flex-preferred-size: 248px;
	flex-basis: 248px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 16px 0 0;
}

/* sc-component-id: Middle__LeftContainer-vop1h1-2 */
.iPkVwM {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* sc-component-id: style__StyledHeaderKeyWords-sc-1tmiyrh-0 */
.clejIF {
	margin-left: 248px;
	height: 32px;
}

.clejIF a {
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	-webkit-letter-spacing: normal;
	-moz-letter-spacing: normal;
	-ms-letter-spacing: normal;
	letter-spacing: normal;
	color: white;
	margin-right: 12px;
}

/* sc-component-id: Bottom__Root-azeq0g-0 */
.gehNXH {
	position: relative;
	z-index: 1;
}

/* sc-component-id: style__Header-q53692-0 */
.dOoAqn {
	position: relative;
	background: #bff501;
	z-index: 999;
}

.dOoAqn * {
	-webkit-letter-spacing: normal;
	-moz-letter-spacing: normal;
	-ms-letter-spacing: normal;
	letter-spacing: normal;
}

/* sc-component-id: Slide__Root-msxn1i-0 */
.jdcHmr {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.jdcHmr a {
	outline: none;
}

.jdcHmr a:hover {
	opacity: 1;
}

.jdcHmr .home-top-slider-item {
	border-radius: 4px;
	overflow: hidden;
}

.jdcHmr .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	opacity: 0.3;
	z-index: 1;
}

.jdcHmr .slide-home-icon-next {
	width: 32px;
	height: 56px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	right: 10px;
}

.jdcHmr .slide-home-icon-prev {
	width: 32px;
	position: relative;
	left: -10px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* sc-component-id: Banners__MainGrid-sc-1yy2fzy-0 */
.dcoCHN {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 4px;
	overflow: hidden;
}

.dcoCHN .pre-image {
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.gaVqDd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 274px;
	background: white;
	border-radius: 4px;
	overflow: hidden;
}

.gaVqDd .pre-image {
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.kTZpGv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 274px;
	background: #94bfff;
	border-radius: 4px;
	overflow: hidden;
}

.kTZpGv .pre-image {
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* sc-component-id: style__StyledIconWidgets-zkcvo4-0 */
.gTeiZp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 16px 0;
	padding: 16px 0;
	background: white;
	text-align: center;
	border-radius: 4px;
}

.gTeiZp .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-basis: 103px;
	-ms-flex-preferred-size: 103px;
	flex-basis: 103px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.gTeiZp .item>img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.gTeiZp .item>span {
	margin-top: 12px;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.54;
	color: #242424;
	width: 81px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* sc-component-id: style__Wrapper-sc-16oa7iu-0 */
.cITZrB {
	margin-top: 16px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	min-height: 352px;
}

.cITZrB .home-deal .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 0;
	margin-top: 0;
	opacity: 1;
	z-index: 1;
	top: 0;
	height: 100%;
	opacity: 1;
}

.cITZrB .home-deal .slick-arrow.slick-prev {
	left: 0;
}

.cITZrB .home-deal .slick-arrow.slick-next {
	right: 0;
}

.cITZrB .home-deal .slick-arrow .icon-wrap {
	width: 80px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.cITZrB .home-deal .slick-arrow .icon-wrap>img {
	opacity: 0.3;
}

.cITZrB .home-deal .slick-arrow:hover .icon-wrap>img {
	opacity: 1;
}

.cITZrB .home-deal .slick-arrow.slick-disabled {
	opacity: 0;
}

.cITZrB .home-deal .slick-arrow img {
	width: 32px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cITZrB .fast-delivery {
	display: none !important;
}

.cITZrB>.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px;
	border-bottom: 1px solid #f4f4f4;
}

.cITZrB>.header div>img {
	height: 28px;
}

.cITZrB>.header .title {
	margin: 0;
	color: #333333;
	font-size: 17px;
}

.cITZrB>.header .title.deal {
	color: rgb(255, 61, 0);
}

.cITZrB>.header .description {
	margin: 6px 0 0;
	color: #333333;
	font-size: 13px;
}

.cITZrB>.header .navigation a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	color: #1ba8ff;
}

.cITZrB>.header .navigation a svg {
	font-size: 24px;
	margin: 0 4px;
}

.cITZrB>.body>.loading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cITZrB>.body .menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 16px;
}

.cITZrB>.body .menu li {
	list-style: none;
}

.cITZrB>.body .menu li.active a,
.cITZrB>.body .menu li:hover a {
	color: #fff;
	background-color: #bff501;
	border: 1px solid #bff501;
}

.cITZrB>.body .menu a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px;
	color: #242424;
	font-size: 13px;
	font-weight: 400;
	background-color: #ffffff;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
}

.cITZrB .deals__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px;
}

.cITZrB .deals__item:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
	z-index: 1;
}

.cITZrB .deals__price {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	font-weight: 500;
	color: #242424;
	margin: 12px 0 8px;
}

.cITZrB .deals__qty {
	background-color: #ffaaaf;
	color: #fff;
	border-radius: 10px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 20px;
}

.cITZrB .deals__qty>span {
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 0 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;
}

.cITZrB .deals__progress {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ff424e;
	height: 20px;
	border-radius: 10px;
	min-width: 20px;
}

.cITZrB .deals__progress>div {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}

.cITZrB .deals__discount {
	background-color: #ff424e;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	border-radius: 4px 0 26px 0;
	padding: 2px 8px 4px 2px;
}

.cITZrB .deals__more {
	display: inline-block;
	vertical-align: top;
	width: 104px;
	height: 151px;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.cITZrB .deals__more-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cITZrB .deals__icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #255aa6;
	color: #fff;
	border-radius: 50%;
}

.cITZrB .deals__text {
	display: block;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	color: #255aa6;
	margin: 6px 0 0;
}

.cITZrB .fire-icon {
	z-index: 10;
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 4px;
	left: 5px;
}

/* sc-component-id: PrimaryBanner__PrimaryGrid-sc-188xwxz-0 */
.bNjrev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 15px;
}

.bNjrev>a {
	width: 295px;
	height: 150px;
	background-color: #e8e8e8;
	border-radius: 20px;
	overflow: hidden;
}

.bNjrev>.loading {
	opacity: 1;
}