/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #001735;
	--color-theme: #679DC6;
	--color-black: #333;
	--color-darkgray: #666;
	--color-gray: #999;
	--color-lightgray: #CCC;
	--color-white: #FFF;
	--color-overlay: rgba(51, 51, 51, 0.75);
	--color-background: #F5F6F8;
	--color-lines: #999999;
	--color-link: #4382AC;
	--color-help: #8B8D8F;
	--color-helplight: #E6E6E6;
	--color-error: #F14244;
	--color-errorlight: #FFEFF2;
	--color-success: #3FAE29;
	--color-successlight: #F6FFED;
	--color-warning: #FAAD14;
	--color-warninglight: #FFFBE6;
	--color-info: #1890FF;
	--color-infolight: #E6F7FF;

	--container-padding: 20px;
	--container-padding-n: -20px;
}


@media screen and (max-width: 1399px) {
	:root {
		--container-padding: 14px;
		--container-padding-n: -14px;
	}

	.row{margin: 0 -14px;}
}



/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content, small, .small {
	/* Do not add styles */
	font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-black);
}

/* A */
a, .a {
	color: var(--color-link);
	text-decoration: underline;
}

a:hover, .a:hover {
	text-decoration: none;
}

/* PARAGRAPH */
.paragraph, .gm-style, .page-content, small, .small {
	line-height: 178%;
}

/* PARAGRAPH - A */
.paragraph a {
	color: var(--color-link);
	text-decoration: underline;
}

/* PARAGRAPH - B (For mozilla) */
body b, body strong {font-weight: bold;}

.paragraph a:hover, a.paragraph:hover {
	color: var(--color-link);
	text-decoration: none;
}

/* SMALL */
/* a.small, .a.small, .small, small, .small, .small::before, .small::after {
	font-size: 13px;
	color: var(--color-darkgray);
	font-weight: 300;  Required font-weight
} */

/* MEGA-TITLE */
.mega-title {
	font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 140%;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 160%;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-family: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 162%;
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-weight: 700;
	font-size: 16px;
}

.list-nav-title.active {
	text-decoration: none;
	color: var(--color-theme);
}

/* SIGNATURE */
.signature {
	/* font-size: 14px; */
	/* text-transform: uppercase; */
	color: var(--color-theme);
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-weight: 700;
	font-size: 14px;
	line-height: 158%;
}

.list-nav-subtitle.active {
	text-decoration: none;
	color: var(--color-theme);
}

/* PRODUCT ITEM */
	/* Brand */
	.brand-list-product {
		font-weight: 600;
		font-size: 13px;
	} 

	/* Name */
	.product-item .desc .name {
		font-weight: 400;
		font-size: 13px;
		line-height: 150%;
	}

	/* Price */
	.price:not(.rdc-pack-price) {display: flex;align-items: baseline;}

	#rdc-comparator-results .price:not(.rdc-pack-price){display: table;}

	.price, .price p {
		font-weight: 700;
		font-size: 15px;
		line-height: 134%;
	}

	/* Price Discount */
	.price .discount {
		background: #FF1440;
		/*Required*/color: var(--color-white);
		/*Required*/padding: 2px 4px;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		font-weight: 600;
	}

	.MacOS .price .discount{font-weight: 700;}

	/* Price Old */
	.price .old {
		font-weight: 400;
		color: var(--color-darkgray);
		text-decoration: line-through;
	}

	/* Price Current */
	.price .current {color: var(--color-link);}


	/* Price Desde, Price Type, Price Date */
	.price .desde, .price .type, .price .date {
		font-weight: 400;
		font-size: 12px;
	}

	/* Price Desde, Price Type */
	.price .desde, .price .type {
		color: var(--color-darkgray);
	}

	/* Promo Date */
	.rdc-promo-date {
		color: #DF0931;
	}

@media screen and (max-width: 1199px) {
	/* MEGA-TITLE */
	.mega-title {
		font-size: 30px;
		line-height: 140%;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title { 			/* (1) */
		font-size: 28px;
		line-height: 140%;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title { /* (1) */
		font-size: 23px;
		line-height: 152%;
	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
		font-size: 19px;
		line-height: 158%;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
		font-size: 17px;
		line-height: 158%;
	}

	/* LIST-NAV-TITLE */
	.list-nav-title {
		/* font-size: 16px; */
		line-height: 162%;
	}

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	.list-nav-subtitle {
		font-size: 14px;
		line-height: 158%;
	}

	/* SIGNATURE */
	.signature {
		font-size: 13px;
	}

	/* PRODUCT ITEM */
	.product-item .desc .name ,
	.product-item .price p {
		font-size: 13px;
	}
}

@media screen and (min-width: 1200px) {
	/* PRODUCT ITEM (SMALL) == MOBILE */
	.rdc-product-item-size-small .desc .name ,
	.rdc-product-item-size-small .price p {
		font-size: 13px;
	}
}

/* (1) - REQUIRED - Mobile styles to be used on desktop */
	/* TITLE */
	/*.rdc-popup-right-bar .title {
		font-size: 38px;
	}*/

	/* SECONDARY-TITLE */
	/*.rdc-popup-right-bar .secondary-title {
		font-size: 30px;
	}*/





/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button],
	body .account .button, body .account button, body .account input[type=submit], body .account input[type=button] {
		font-weight: 700;
		font-size: 14px;
		color: var(--color-white);
		padding: 10px 20px 11px;
		border: 1px solid var(--color-link);
		background-color: var(--color-link);
		border-radius: 50px;
	}

	body .account .button, body .account button, body .account input[type=submit], body .account input[type=button]{
		padding-top: 11px;
		padding-bottom: 10px;
	}

	/* Normal Hover */
	.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover,
	body .account .button:not([disabled]):hover, body .account button:not([disabled]):hover, body .account input[type=submit]:not([disabled]):hover, body .account input[type=button]:not([disabled]):hover {
		color: var(--color-link);
		border-color: var(--color-link);
		background-color: transparent;
	}

	/* Normal Disabled */
	.button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
		cursor: default !important;
		color: var(--color-lightgray);
		border-color: var(--color-background);
		background-color: var(--color-background);
	}

	/* White */
	.button.btn-light, .button.white, button.btn-light, button.white, input[type=submit].btn-light, input[type=submit].white, input[type=button].btn-light, input[type=button].white,
	body #main .contentTitles_button.btn-light {
		color: var(--color-link);
		border-color: var(--color-white);
		background-color: var(--color-white);
	}

	/* White Hover */
	.button.btn-light:not([disabled]):hover, .button.white:not([disabled]):hover, button.btn-light:not([disabled]):hover, button.white:not([disabled]):hover, input[type=submit].btn-light:not([disabled]):hover, input[type=submit].white:not([disabled]):hover, input[type=button].btn-light:not([disabled]):hover, input[type=button].white:not([disabled]):hover,
	body #main .contentTitles_button.btn-light:not([disabled]):hover {
		color: var(--color-white);
		border-color: var(--color-white);
		background-color: transparent;
	}

	/* White Disabled */
	.button.btn-light[disabled], .button.white[disabled], button.btn-light[disabled], button.white[disabled], input[type=submit].btn-light[disabled], input[type=submit].white[disabled], input[type=button].btn-light[disabled], input[type=button].white[disabled],
	body #main .contentTitles_button.btn-light[disabled] {
		cursor: default !important;
		color: var(--color-lightgray);
		background-color: var(--color-background);
		background-color: var(--color-background);
	}

/* Secondary Button */
	/* Normal */
	.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
		color: var(--color-link);
		border-color: var(--color-link);
		background-color: transparent;
	}

	/* Normal Hover */
	.button.btn2:not([disabled]):hover, button.btn2:not([disabled]):hover, input[type=submit].btn2:not([disabled]):hover, input[type=button].btn2:not([disabled]):hover, .buttonBlocks:not([disabled]):hover{
		color: var(--color-white);
		border-color: var(--color-link);
		background-color: var(--color-link);
	}

	/* Normal Disable */
	.button.btn2[disabled], button.btn2[disabled], input[type=submit].btn2[disabled], input[type=button].btn2[disabled], .buttonBlocks[disabled]{
		cursor: default !important;
		color: var(--color-lightgray);
		background-color: var(--color-background);
		background-color: var(--color-background);
	}

	/* White */
	.button.btn2.btn-light, .button.btn2.white, button.btn2.btn-light, button.btn2.white, input[type=submit].btn2.btn-light, input[type=submit].btn2.white, input[type=button].btn2.btn-light, input[type=button].btn2.white {
		color: var(--color-white);
		border-color: var(--color-white);
		background-color: transparent;
	}

	/* White Hover */
	.button.btn2.btn-light:not([disabled]):hover, .button.btn2.white:not([disabled]):hover, button.btn2.btn-light:not([disabled]):hover, button.btn2.white:not([disabled]):hover, input[type=submit].btn2.btn-light:not([disabled]):hover, input[type=submit].btn2.white:not([disabled]):hover, input[type=button].btn2.btn-light:not([disabled]):hover, input[type=button].btn2.white:not([disabled]):hover {
		color: var(--color-link); 
		border-color: var(--color-white);
		background-color: var(--color-white);
	}

	/* White Disable */
	.button.btn2.btn-light[disabled], .button.btn2.white[disabled], button.btn2.btn-light[disabled], button.btn2.white[disabled], input[type=submit].btn2.btn-light[disabled], input[type=submit].btn2.white[disabled], input[type=button].btn2.btn-light[disabled], input[type=button].btn2.white[disabled] {
		cursor: default !important;
		color: var(--color-lightgray);
		background-color: var(--color-background);
		background-color: var(--color-background);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		font-weight: 700;
		font-size: 14px;
		line-height: 158%;
		text-decoration: none !important;
		padding: 0;
		border: 0;
		background: transparent;
		display: inline-block;
		color: var(--color-link);
	}

	.button.link:not(.cursor-default), .link:not(.cursor-default) {
		border-bottom: 1px solid;
	}

	/* Normal Hover */
	.button.link:not([disabled]):hover, .link:not([disabled]):hover {
		border-color: transparent;
		color: var(--color-link);
	}

	/* Normal Disable */
	.button.link[disabled], .link[disabled] {
		color: var(--color-black);
		cursor: default !important;
		opacity: 0.3;
	}

	/* White */
	.button.link.white, .link.white {
		color: var(--color-white);
	}

	/* White Hover */
	.button.link.white:not([disabled]):hover, .link.white:not([disabled]):hover {

	}

	/* White Disable */
	.button.link.white[disabled], .link.white[disabled] {
		cursor: default !important;
		color: var(--color-lightgray);
	}

/* Buttons Cart */
	/* Normal */
	.btn-cart, .btn-cart-esgotado {
		font-weight: 700;
		font-size: 16px;
		line-height: 138%;
		color: var(--color-white);
		padding: 13px 60px 15px;
		border: 1px solid var(--color-link);
		background-color: var(--color-link);
	}

	/* Normal hover */
	.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
		color: var(--color-white);
		border-color: #2E6D98;
		background-color: #2E6D98;
	}

	/* Normal Disable */
	.btn-cart[disabled] {
		cursor: default !important;
		color: var(--color-gray) !important;
		border-color: var(--color-lightgray) !important;
		background-color: var(--color-lightgray) !important;
	}

/* Button Esgotado */
body .btn-cart-esgotado{
	color: var(--color-gray) !important;
	border-color: var(--color-lightgray) !important;
	background-color: var(--color-lightgray) !important;
	cursor: default !important;
	opacity: 1 !important;
}

/* Button Loading */
.button.loader, button.loader, .btn-cart.loader {
	position: relative;
	color: var(--color-black) !important;
	background: var(--color-black) !important;
	border-color: var(--color-black) !important;
}

.button.loader::before, button.loader::before, .btn-cart.loader::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin: -13px 0 0 -13px;
	background: url("data:image/svg+xml,%3C!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --%3E%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center/24px;
}

@-moz-keyframes loader{ 100% { -moz-transform: rotate(360deg);}}
@-webkit-keyframes loader{ 100% { -webkit-transform: rotate(360deg);}}
@keyframes loader{ 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);}}






/*
 *
 * Accordions
 *
*/

body .accordion > li:first-child {border-top-color: transparent;}
body .accordion > li:last-child {border-bottom-color: transparent;}

body .accordion > li {
	border-color: var(--color-lines);
}

body .accordion > li.active {
	border-color: var(--color-theme);
	color: var(--color-theme);
}


body .accordion > li.active + li {
	border-top-color: var(--color-theme);
}

body .accordion .accordion-head {
	/* padding-top: ; */
}

.accordion .accordion-head, .accordion .accordion-content {
	padding-left: 15px;
	padding-right: 4em;
}

.accordion .accordion-icon .rdc-icon-svg{width: 16px;height: 16px;}

.accordion .active > .accordion-head .rdc-icon-arrowup{filter: brightness(0) saturate(100%) invert(53%) sepia(88%) saturate(232%) hue-rotate(163deg) brightness(94%) contrast(83%);}






/*
 *
 * Tabs
 *
*/
body .tabs-container:not(.vertical) .tabs li {
	margin: 0 0 0 15px;
}

/* body .tabs-container:not(.vertical) .tabs li:first-child {
	margin-left: 0;
} */

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) {
	text-align: center;
}

body .tabs-container .tabs:not(.rdc-fixed-styles) .tabs-item {
	font-weight: 700;
	font-size: 14px;
	line-height: 158%;
	color: var(--color-darkgray);
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 10px 50px 9px;
	border: 1px solid var(--color-lightgray);
	background-color: var(--color-white);
	border-radius: 8px;
}

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
	border-color: var(--color-link);
}

body .tabs-container .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	color: var(--color-link);
	border-color: var(--color-link);
}

body .tabs-container.vertical .tabs:not(.rdc-fixed-styles) .tabs-item {
	display: inline-block;
	padding-bottom: 0;
	border-bottom-width: 1px;
}

@media screen and (max-width: 767px) {
	body .tabs-container .tabs:not(.rdc-fixed-styles) {
		margin: 0 -15px;
	}

	body .tabs-container .tabs:not(.rdc-fixed-styles) li:first-child {
		padding-left: 15px;
	}

	body .tabs-container .tabs:not(.rdc-fixed-styles) li:last-child {
		padding-right: 10px;
	}
}





/*
 *
 * Dots
 *
*/

body .slick-dots{bottom: 15px;}
body .slick-dots li{margin: 0 3px;}
body .slick-dots li button{border-color: var(--color-dark);background-color: var(--color-white);width: 8px;height: 8px;}
body .slick-dots li.slick-active button{background-color: var(--color-dark);border-color: var(--color-dark);}



/*
 *
 * Form
 *
*/
/* Label (forms, filters, etc) */
/* .label-title, .label-subtitle, .label-desc {font-weight: 700;} */
.label-title:not(.required-policy){font-weight: 700;}

body .magic-checkbox+label:before, 
body .magic-checkbox+span{border-color: var(--color-lines);border-radius: 4px;}

body .magic-radio:checked+label:before,
body .magic-checkbox:checked+label:before, 
body .magic-radio:checked+label:before,
body .box-filter:not(.box-filter-order_by) .magic-checkbox:checked+label:before, 
body .box-filter:not(.box-filter-order_by) .magic-checkbox:checked+span, 
body .box-filter:not(.box-filter-order_by) .magic-radio:checked+label:before, 
body .box-filter:not(.box-filter-order_by) .magic-radio:checked+span{border-color: var(--color-link);}

body .magic-checkbox+label:after, 
body .magic-checkbox+span:after{width: 18px;height: 18px;border: 0; top: 50%; left: 2px;transform: translateY(-50%);background-position: center;background-repeat: no-repeat;background-size: 100%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%234382AC' d='M12.764 24c.305 0 .592-.046.859-.139.267-.094.515-.252.745-.476L27.37 10.69c.42-.41.63-.914.63-1.51 0-.597-.23-1.118-.687-1.566-.42-.41-.955-.615-1.604-.615-.65 0-1.184.205-1.604.615L12.764 18.687 7.78 13.822c-.42-.41-.935-.615-1.546-.615s-1.146.224-1.604.671c-.42.41-.63.932-.63 1.566s.21 1.156.63 1.566l6.53 6.375c.229.224.477.382.745.476.267.093.553.139.859.139Z'/%3E%3C/svg%3E");}

body .magic-checkbox[disabled]+label:hover:before, 
body .magic-radio[disabled]+label:hover:before,
body .magic-checkbox[disabled]+label:before, 
body .magic-radio[disabled]+label:before{background-color: var(--color-background);border-color: var(--color-background) !important;}

body .account textarea, 
body .account input[type=text], 
body .account input[type=number], 
body .account input[type=email], 
body .account input[type=password], 
body .account input[type=tel], 
body .account input[type=search], 
body .account input[type=file], 
body .account select, 
body .account .mfp-wrap textarea, 
body .account .mfp-wrap input[type=text], 
body .account .mfp-wrap input[type=number], 
body .account .mfp-wrap input[type=email], 
body .account .mfp-wrap input[type=password], 
body .account .mfp-wrap input[type=tel], 
body .account .mfp-wrap input[type=search], 
body .account .mfp-wrap input[type=file], 
body .account .mfp-wrap select,
textarea,  [type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select {
	padding: 13px 15px;
	border: 1px solid var(--color-lines);
	min-height: 49px;
	background-color: white;
	color: var(--color-black); /* Required */
	border-radius: 6px;
	font-size: 14px;
	line-height: 150%;
}

input[type=file] {
	padding: 13px 15px;
}

/* input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, input[type=file]:hover, textarea:hover, div.select:not(.disabled):hover,*/
body .account input[type=text]:hover, 
body .account input[type=number]:hover, 
body .account input[type=email]:hover, 
body .account input[type=password]:hover, 
body .account input[type=tel]:hover, 
body .account input[type=search]:hover, 
body .account textarea:hover, 
body .account div.select:not(.disabled):hover{border-color: var(--color-lines);}
body .account input[type=text]:focus, 
body .account input[type=email]:focus, 
body .account input[type=password]:focus, 
body .account input[type=tel]:focus, 
body .account input[type=search]:focus, 
body .account textarea:focus,
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, textarea:focus,
.magic-checkbox+label:hover:before, .magic-radio+label:hover:before {
	border-color: var(--color-link); 
} 

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, textarea:disabled, div.select[disabled],
input[type=text].disabled, input[type=email].disabled, input[type=password].disabled, input[type=tel].disabled, input[type=search].disabled, textarea.disabled, div.select.disabled {
	background-color: var(--color-background) !important;
	border: 1px solid var(--color-background)!important;
	-webkit-text-fill-color: var(--color-darkgray);
	-webkit-opacity: 1; 
	cursor: default;
}

div.select,
.account div.select {
	position: relative;
	display: block;
	border: 1px solid var(--color-lines);
	overflow-x: hidden;
	border-radius: 6px;
}

div.select select,
body .account div.select select {
	position: relative;
	width: 100%;
	padding: 14px 40px 14px 15px;
	height: 47px;
	appearance:none;
	border: 0px !important;
	border-radius: 6px;
	background: transparent;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 0 !important;
	min-height: 0;
}

div.select::after,
body .account div.select::after{
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 14px;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M27.525 13.576 16.887 23.671c-.127.12-.264.204-.412.253-.148.05-.306.076-.475.076-.169 0-.327-.025-.475-.076a1.111 1.111 0 0 1-.412-.253L4.444 13.575A1.383 1.383 0 0 1 4 12.528c0-.42.158-.78.475-1.079A1.56 1.56 0 0 1 5.583 11c.422 0 .792.15 1.108.45L16 20.255l9.309-8.807c.295-.28.66-.419 1.091-.419.434 0 .808.15 1.125.45.317.299.475.648.475 1.048 0 .399-.158.748-.475 1.048Z'/%3E%3C/svg%3E") center/100% no-repeat;
}

div.select.loading::after {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
}

div.select select:disabled{
	background-color: var(--color-background);
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	opacity: 0.3;
}

::-webkit-input-placeholder {color: var(--color-gray);}
::-moz-placeholder {color: var(--color-gray);}
:-ms-input-placeholder {color: var(--color-gray);}
:-moz-placeholder {color: var(--color-gray);}






/*
 *
 * Messages Bar
 *
*/
.form-message .help,
.form-message .success,
.form-message .info,
.form-message .warning,
.form-message .error,
body .form-stock-message .help,
body .form-stock-message .info,
body .form-stock-message .warning,
body .form-stock-message .success,
body .form-stock-message .error {
	background-repeat: no-repeat;
	background-position: left 7px center;
	background-size: 18px;
	line-height: 178%;
	font-size: 14px;
	padding: 6px 10px 4px 35px;
	border-radius: 2px;
	border: 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	color: var(--color-black);
}

.form-message .help a,
.form-message .success a,
.form-message .info a,
.form-message .warning a,
.form-message .error a,
body .form-stock-message .help a,
body .form-stock-message .info a,
body .form-stock-message .warning a,
body .form-stock-message .success a,
body .form-stock-message .error a{
	line-height: 178%;
	font-size: 14px;
	color: var(--color-black);
}

.form-message .help,
body .form-stock-message .help {
	background-color: var(--color-helplight);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none'%3E%3Cpath fill='%238B8D8F' d='M8.963 13.887a.883.883 0 0 0 .65-.265.882.882 0 0 0 .264-.649.882.882 0 0 0-.264-.648.883.883 0 0 0-.65-.266.883.883 0 0 0-.649.266.882.882 0 0 0-.265.648c0 .256.089.473.265.65a.883.883 0 0 0 .65.264Zm.11-7.531c.341 0 .616.094.823.283.207.189.31.436.31.74 0 .208-.07.418-.21.63a3.58 3.58 0 0 1-.594.668c-.365.317-.634.622-.804.914-.17.293-.256.585-.256.878 0 .17.064.314.192.43a.661.661 0 0 0 .905-.009.818.818 0 0 0 .256-.458c.036-.207.119-.399.247-.575.128-.177.338-.406.63-.686.378-.353.643-.676.796-.969.152-.292.228-.615.228-.969a1.91 1.91 0 0 0-.704-1.527c-.469-.396-1.075-.594-1.819-.594-.512 0-.966.098-1.361.293a2.08 2.08 0 0 0-.924.896.725.725 0 0 0-.091.466.55.55 0 0 0 .255.375.73.73 0 0 0 .987-.22 1.39 1.39 0 0 1 .486-.42c.188-.098.404-.146.648-.146ZM9 16.813c-1 0-1.944-.193-2.834-.577a7.487 7.487 0 0 1-2.33-1.562 7.3 7.3 0 0 1-1.572-2.322A7.117 7.117 0 0 1 1.688 9.5a7.12 7.12 0 0 1 .576-2.852 7.3 7.3 0 0 1 1.572-2.322 7.497 7.497 0 0 1 2.33-1.563A7.08 7.08 0 0 1 9 2.188a7.17 7.17 0 0 1 2.87.575 7.39 7.39 0 0 1 2.322 1.563 7.26 7.26 0 0 1 1.554 2.322c.378.89.566 1.84.566 2.852a7.22 7.22 0 0 1-.566 2.852 7.259 7.259 0 0 1-1.554 2.322 7.381 7.381 0 0 1-2.322 1.562 7.163 7.163 0 0 1-2.87.576Zm0-1.463c1.633 0 3.016-.57 4.15-1.709 1.133-1.14 1.7-2.52 1.7-4.141 0-1.62-.567-3.001-1.7-4.141C12.016 4.219 10.633 3.65 9 3.65c-1.597 0-2.97.57-4.123 1.709C3.726 6.499 3.15 7.879 3.15 9.5c0 1.62.576 3.001 1.727 4.141C6.03 14.781 7.403 15.35 9 15.35Z'/%3E%3C/svg%3E");
	border-color: var(--color-help);
}

.form-message .success,
body .form-stock-message .success {
	background-color: var(--color-successlight);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none'%3E%3Cpath fill='%233FAE29' d='m7.976 10.816-1.59-1.59a.65.65 0 0 0-.503-.192.714.714 0 0 0-.503.21.693.693 0 0 0-.2.512c0 .207.066.378.2.512l2.084 2.084a.694.694 0 0 0 .512.201.694.694 0 0 0 .512-.201l4.15-4.15a.654.654 0 0 0 .192-.503.715.715 0 0 0-.21-.502.693.693 0 0 0-.512-.202.693.693 0 0 0-.512.202l-3.62 3.62ZM9 16.812a7.117 7.117 0 0 1-2.852-.576 7.38 7.38 0 0 1-2.322-1.562 7.379 7.379 0 0 1-1.562-2.322A7.117 7.117 0 0 1 1.688 9.5a7.12 7.12 0 0 1 .576-2.852 7.38 7.38 0 0 1 1.562-2.322 7.39 7.39 0 0 1 2.322-1.563A7.124 7.124 0 0 1 9 2.188c1.012 0 1.962.191 2.852.575a7.39 7.39 0 0 1 2.322 1.563 7.38 7.38 0 0 1 1.562 2.322c.384.89.576 1.84.576 2.852a7.118 7.118 0 0 1-.576 2.852 7.38 7.38 0 0 1-1.562 2.322 7.38 7.38 0 0 1-2.322 1.562A7.12 7.12 0 0 1 9 16.812Zm0-1.462c1.62 0 3.001-.57 4.141-1.709 1.14-1.14 1.709-2.52 1.709-4.141 0-1.62-.57-3.001-1.709-4.141C12.001 4.219 10.621 3.65 9 3.65c-1.62 0-3.001.57-4.14 1.709-1.14 1.14-1.71 2.52-1.71 4.141 0 1.62.57 3.001 1.71 4.141C5.999 14.781 7.38 15.35 9 15.35Z'/%3E%3C/svg%3E");
	border-color: var(--color-success);
}

.form-message .info,
body .form-stock-message .info {
	background-color: var(--color-infolight);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none'%3E%3Cpath fill='%231890FF' d='M9 13.156c.207 0 .381-.07.521-.21.14-.14.21-.314.21-.521V9.482a.678.678 0 0 0-.21-.512A.726.726 0 0 0 9 8.769c-.207 0-.38.07-.52.21a.708.708 0 0 0-.211.521v2.943c0 .207.07.378.21.512.14.134.314.201.521.201Zm0-5.85c.207 0 .381-.07.521-.21.14-.14.21-.314.21-.521a.71.71 0 0 0-.21-.521.71.71 0 0 0-.521-.21c-.207 0-.38.07-.52.21a.708.708 0 0 0-.211.521c0 .207.07.38.21.52.14.141.314.211.521.211Zm0 9.506a7.117 7.117 0 0 1-2.852-.576 7.38 7.38 0 0 1-2.322-1.562 7.379 7.379 0 0 1-1.562-2.322A7.117 7.117 0 0 1 1.688 9.5a7.12 7.12 0 0 1 .576-2.852 7.38 7.38 0 0 1 1.562-2.322 7.39 7.39 0 0 1 2.322-1.563A7.124 7.124 0 0 1 9 2.188c1.012 0 1.962.191 2.852.575a7.39 7.39 0 0 1 2.322 1.563 7.38 7.38 0 0 1 1.562 2.322c.384.89.576 1.84.576 2.852a7.118 7.118 0 0 1-.576 2.852 7.38 7.38 0 0 1-1.562 2.322 7.38 7.38 0 0 1-2.322 1.562A7.12 7.12 0 0 1 9 16.812Zm0-1.462c1.62 0 3.001-.57 4.141-1.709 1.14-1.14 1.709-2.52 1.709-4.141 0-1.62-.57-3.001-1.709-4.141C12.001 4.219 10.621 3.65 9 3.65c-1.62 0-3.001.57-4.14 1.709-1.14 1.14-1.71 2.52-1.71 4.141 0 1.62.57 3.001 1.71 4.141C5.999 14.781 7.38 15.35 9 15.35Z'/%3E%3C/svg%3E");
	border-color: var(--color-info);
}

.form-message .warning,
body .form-stock-message .warning {
	background-color: var(--color-warninglight);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none'%3E%3Cpath fill='%23FAAD14' d='M2.391 16.25a.645.645 0 0 1-.606-.36.708.708 0 0 1 0-.718l6.592-11.5c.13-.24.338-.36.623-.36s.493.12.623.36l6.592 11.5c.13.24.13.479 0 .719a.645.645 0 0 1-.606.359H2.39ZM9 8.344a.7.7 0 0 0-.713.719v2.156c0 .203.069.374.206.511a.685.685 0 0 0 .507.207.687.687 0 0 0 .508-.207.698.698 0 0 0 .205-.511V9.063A.7.7 0 0 0 9 8.342Zm0 5.75a.69.69 0 0 0 .508-.207.698.698 0 0 0 .205-.512.698.698 0 0 0-.205-.512.687.687 0 0 0-.508-.207.685.685 0 0 0-.507.207.697.697 0 0 0-.206.512c0 .204.069.374.206.512a.685.685 0 0 0 .507.207Zm-5.38.719h10.76L9 5.469l-5.38 9.343Z'/%3E%3C/svg%3E");
	border-color: var(--color-warning);
}

.form-message .error,
body .form-stock-message .error {
	background-color: var(--color-errorlight);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none'%3E%3Cpath fill='%23DF0931' d='M7.179 16.25a1.422 1.422 0 0 1-1.006-.413L3.226 12.89a1.422 1.422 0 0 1-.413-1.006V7.679a1.422 1.422 0 0 1 .413-1.006l2.947-2.947a1.422 1.422 0 0 1 1.006-.413h4.205a1.422 1.422 0 0 1 1.006.413l2.947 2.947a1.422 1.422 0 0 1 .413 1.006v4.205a1.421 1.421 0 0 1-.413 1.006l-2.947 2.947a1.421 1.421 0 0 1-1.006.413H7.179Zm2.102-5.463 1.563 1.564a.66.66 0 0 0 .486.197.69.69 0 0 0 .503-.215.682.682 0 0 0 .197-.503.681.681 0 0 0-.197-.503L10.287 9.78l1.564-1.563a.66.66 0 0 0 .197-.485.69.69 0 0 0-.215-.503.682.682 0 0 0-.503-.198.681.681 0 0 0-.503.198L9.28 8.775 7.718 7.212a.66.66 0 0 0-.485-.198.69.69 0 0 0-.503.216.682.682 0 0 0-.198.503c0 .203.066.371.198.503L8.275 9.78l-1.563 1.563a.66.66 0 0 0-.198.486c0 .191.072.36.216.503a.68.68 0 0 0 .503.197.681.681 0 0 0 .503-.197l1.545-1.546Zm-2.084 4.025h4.169l2.947-2.946v-4.17L11.366 4.75h-4.17L4.25 7.697v4.169l2.947 2.947Z'/%3E%3C/svg%3E");
	border-color: var(--color-error);
}

.form-field.displayError .label-title,
.form-field.displayError .checkbox-uni label {
	color: var(--color-error);
}

.form-field.displayError input,
.form-field.displayError div.select,
.form-field.displayError textarea,
.form-field.displayError .checkbox-uni .magic-checkbox+label:before{
	border-color: var(--color-error) !important;
}


@media screen and (max-width: 767px){
	body .form-stock-message .help,
	body .form-stock-message .info,
	body .form-stock-message .warning,
	body .form-stock-message .success,
	body .form-stock-message .error{line-height: 165%;}
}

/*
 *
 * Slim Scrollbar (Minicart, Product List Filters)
 * Customizar se necess�rio
 *
*/
/* Firefox used (scrollbar-width and scrollbar-color) */

	body:not(.MacOS) .slim-scrollbar {
		scrollbar-width: thin;
		scrollbar-color: var(--color-dark) var(--color-lightgray);
	}
	.slim-scrollbar::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}
	.slim-scrollbar::-webkit-scrollbar-track {
		background: var(--color-lightgray);
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
	}
	.slim-scrollbar::-webkit-scrollbar-thumb {
		background-color: var(--color-dark);
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
}







/*
 *
 * Geral
 *
*/
.overlay::before {background-color: var(--color-overlay);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 90;}
.overlay3::before {background-color: var(--color-overlay);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;}
#containerSite-mask {background-color: transparent;}
.border-color {border-color: lightgray;}

/* CONTAINER => max-width: (1902px | 1680px | 1440px) + (--container-padding * 2) */
/* 1680px */
.container {max-width: calc(1600px + var(--container-padding) * 2);padding-left: var(--container-padding);padding-right: var(--container-padding);}
/* Se o max-width do container for (1902px), colocar o CSS abaixo */
/* .rdc-container-fullscreen {max-width: 1920px;padding-left: 0;padding-right: 0;} */

#header .container{max-width: 2560px;}

@media screen and (max-width: 1440px) {
	.container {max-width: 1404px}
}
@media screen and (max-width: 1399px) {
	#header .container {padding-left: 15px; padding-right: 15px;}
}
@media screen and (max-width: 1366px) {
	.container {max-width: 1332px}
}
@media screen and (max-width: 1280px) {
	.container {max-width: 1242px}
}






/*
 *
 * Sliders
 *
*/
.slider .slick-arrow.slick-prev {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='22 5.555 11.982 16 22 26.445 20.509 28 9 16 20.509 4' transform='matrix(1 0 0 -1 0 32)'%3E%3C/polygon%3E%3C/svg%3E");
}

.slider .slick-arrow.slick-next {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='23 5.555 12.982 16 23 26.445 21.509 28 10 16 21.509 4' transform='rotate(180 16.5 16)'%3E%3C/polygon%3E%3C/svg%3E");
}






/*
 *
 * Icons SVG
 *
*/
@media (hover) {
	a:not(.disabled):hover .rdc-icon-svg, .a:not(.disabled):hover .rdc-icon-svg, .rdc-icon-hover:hover {
		opacity: 0.5;
	}
}

/* SVG icons Ex: {background-image: url("data:image/svg+xml,%3Csvg ... ");} */
@media screen and (max-width: 767px) {
	.rdc-icon-circle {background-size: 24px;}
}
@media screen and (min-width: 768px) {
	.rdc-icon-circle {background-size: 16px;}
}

body .rdc-icon-svg.rdc-icon-menu {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M5.333 24c-.377 0-.694-.128-.949-.384a1.287 1.287 0 0 1-.384-.95c0-.377.128-.694.384-.949.255-.256.572-.384.95-.384h21.333c.377 0 .694.128.949.384.256.255.384.572.384.95 0 .377-.128.694-.384.949a1.287 1.287 0 0 1-.95.384H5.334Zm0-6.667c-.377 0-.694-.128-.949-.384A1.287 1.287 0 0 1 4 16c0-.378.128-.695.384-.95a1.29 1.29 0 0 1 .95-.383h21.333c.377 0 .694.127.949.382.256.256.384.573.384.951s-.128.694-.384.95a1.287 1.287 0 0 1-.95.383H5.334Zm0-6.666a1.29 1.29 0 0 1-.949-.383A1.291 1.291 0 0 1 4 9.334c0-.378.128-.695.384-.951A1.29 1.29 0 0 1 5.334 8h21.333c.377 0 .694.128.949.383.256.256.384.573.384.95 0 .378-.128.695-.384.951a1.29 1.29 0 0 1-.95.383H5.334Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-menu-close{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M5.008 6.325c.039.392.219.749.538 1.068l9.107 9.107-9.107 9.107c-.32.32-.499.676-.538 1.068-.04.394.071.722.333.984s.59.373.984.333c.392-.039.749-.219 1.068-.538l9.107-9.107 9.107 9.107c.32.32.676.499 1.068.538.394.04.722-.072.984-.333.262-.262.373-.59.333-.984-.039-.392-.219-.749-.538-1.068L18.347 16.5l9.107-9.107c.32-.32.499-.676.538-1.068.04-.394-.072-.722-.333-.984-.262-.262-.59-.373-.984-.333-.392.039-.749.219-1.068.538L16.5 14.653 7.393 5.546c-.32-.32-.676-.499-1.068-.538-.394-.04-.722.071-.984.333s-.373.59-.333.984Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-share {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M19.9 7.55a4.55 4.55 0 1 1 1.293 3.176l-5.622 2.946a6.497 6.497 0 0 1 0 4.654l5.621 2.947a4.55 4.55 0 1 1-1.209 2.302l-5.818-3.05a6.5 6.5 0 1 1 0-9.05l5.819-3.052a4.59 4.59 0 0 1-.084-.873Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-fb {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M24 23.2c0 .484-.244.8-.738.8h-4.15v-6.054h2.11l.32-2.595h-2.43v-1.349c0-.692.19-1.245 1.212-1.245h1.454v-2.063c-.445-.03-1.134-.095-2.036-.095-1.875 0-3.298 1.116-3.298 3.165v1.587h-2.222v2.595h2.222V24H8.747C8.249 24 8 23.684 8 23.2V9.077C8 8.592 8.249 8 8.747 8h14.515c.494 0 .738.592.738 1.077V23.2Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M20.576 24h-9.152A3.428 3.428 0 0 1 8 20.576v-9.152A3.428 3.428 0 0 1 11.424 8h9.152A3.428 3.428 0 0 1 24 11.425v9.15A3.428 3.428 0 0 1 20.576 24ZM11.424 9.868c-.858 0-1.556.698-1.556 1.556v9.152c0 .858.698 1.556 1.556 1.556h9.152c.858 0 1.556-.698 1.556-1.556v-9.152c0-.858-.698-1.556-1.556-1.556h-9.152ZM13.448 16A2.555 2.555 0 0 1 16 13.448 2.555 2.555 0 0 1 18.552 16 2.555 2.555 0 0 1 16 18.552 2.555 2.555 0 0 1 13.448 16ZM16 20.42A4.425 4.425 0 0 1 11.58 16 4.425 4.425 0 0 1 16 11.58 4.425 4.425 0 0 1 20.42 16 4.425 4.425 0 0 1 16 20.42Zm4.524-7.906a.796.796 0 1 0 0-1.592.796.796 0 0 0 0 1.592Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M10.556 12.035c-.945 0-1.556-.68-1.556-1.52C9 9.66 9.63 9 10.595 9s1.556.659 1.574 1.516c0 .84-.61 1.519-1.613 1.519ZM12.071 23H9.078v-9.766h2.993V23Zm7.937 0H23v-5.774c0-2.876-1.476-4.214-3.445-4.214-1.615 0-2.58.94-2.974 1.577h-.06l-.137-1.357h-2.6c.04.878.079 1.897.079 3.116v6.65h2.994v-5.63c0-.28.02-.56.1-.76.217-.556.708-1.136 1.534-1.136 1.082 0 1.517.856 1.517 2.116V23Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M17.003 19.602c-.94-.075-1.334-.558-2.07-1.02-.405 2.202-.9 4.314-2.364 5.418-.454-3.331.662-5.83 1.18-8.485-.883-1.543.106-4.648 1.971-3.885 2.295.943-1.987 5.74.887 6.34 3.001.623 4.227-5.403 2.366-7.36-2.69-2.83-7.826-.065-7.194 3.985.153.99 1.14 1.29.394 2.657-1.72-.396-2.234-1.803-2.167-3.68.105-3.071 2.66-5.223 5.221-5.519 3.241-.373 6.282 1.234 6.703 4.397.471 3.569-1.464 7.43-4.927 7.152Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M19.999 22.235a7.485 7.485 0 0 1-1.507.595 6.07 6.07 0 0 1-1.457.17c-.594 0-1.118-.083-1.575-.244a3.305 3.305 0 0 1-1.167-.691c-.323-.297-.546-.617-.67-.953-.125-.34-.187-.827-.187-1.466v-4.912H12v-1.978a3.74 3.74 0 0 0 1.31-.771 3.78 3.78 0 0 0 .875-1.2c.22-.467.372-1.065.455-1.785h1.848v3.539h3.08v2.195h-3.08v3.592c0 .811.04 1.332.12 1.561.079.232.227.415.445.553.288.185.618.279.985.279.659 0 1.312-.232 1.962-.695v2.211h-.001Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M22.363 12.487c.007.154.008.307.008.456 0 4.673-3.3 10.057-9.34 10.057A8.794 8.794 0 0 1 8 21.411a6.286 6.286 0 0 0 4.86-1.465c-1.436-.03-2.648-1.05-3.066-2.452a3.079 3.079 0 0 0 1.481-.062c-1.502-.325-2.634-1.753-2.634-3.464v-.043c.442.263.95.424 1.488.442-.882-.635-1.46-1.715-1.46-2.943 0-.647.16-1.256.444-1.777 1.62 2.138 4.037 3.543 6.766 3.694a3.738 3.738 0 0 1-.085-.807c0-1.95 1.47-3.534 3.284-3.534.942 0 1.797.43 2.396 1.118a6.318 6.318 0 0 0 2.083-.858 3.517 3.517 0 0 1-1.443 1.957 6.234 6.234 0 0 0 1.886-.56 6.962 6.962 0 0 1-1.637 1.83Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M22.93 12.88c-.782 4.329-5.154 7.997-6.467 8.834-1.315.835-2.515-.337-2.95-1.223-.498-1.012-1.99-6.492-2.38-6.947-.392-.455-1.565.455-1.565.455L9 13.266s2.382-2.795 4.193-3.142c1.922-.372 1.918 2.896 2.38 4.711.448 1.756.748 2.76 1.138 2.76.391 0 1.138-.977 1.954-2.48.819-1.501-.034-2.829-1.634-1.884.64-3.77 6.681-4.68 5.9-.35Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M8 16c0 5.319.138 6 8 6s8-.681 8-6-.138-6-8-6-8 .681-8 6Zm6.971-1.87 3.594 1.613c.313.142.313.372-.002.514l-3.592 1.612c-.313.14-.571-.017-.571-.35v-3.037c0-.334.258-.491.571-.351Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M25 15.768c0 4.843-3.956 8.768-8.836 8.768a8.851 8.851 0 0 1-4.272-1.09L7 25l1.595-4.704a8.676 8.676 0 0 1-1.268-4.528C7.327 10.926 11.283 7 16.164 7 21.044 7 25 10.926 25 15.768Zm-8.836-7.372c-4.097 0-7.429 3.307-7.429 7.372 0 1.613.526 3.107 1.415 4.322l-.928 2.738 2.855-.907a7.424 7.424 0 0 0 4.088 1.219c4.096 0 7.429-3.307 7.429-7.371 0-4.065-3.333-7.373-7.43-7.373Zm4.164 9.198c.152.072.254.122.298.194.054.09.054.52-.126 1.022-.181.502-1.066.986-1.463 1.021-.068.006-.124.02-.182.034-.28.067-.592.142-2.417-.57-2.035-.796-3.376-2.77-3.653-3.178l-.047-.068c-.11-.145-.884-1.166-.884-2.222 0-.99.49-1.508.715-1.747l.042-.046a.8.8 0 0 1 .578-.269c.075 0 .15.005.222.01a3.053 3.053 0 0 0 .241.006c.122-.008.28-.018.44.36l.23.556c.189.456.4.967.438 1.04.054.108.09.233.018.377l-.03.059a1.214 1.214 0 0 1-.187.3l-.11.13c-.075.09-.15.181-.215.246-.108.107-.221.223-.095.438.127.215.561.919 1.205 1.488a5.587 5.587 0 0 0 1.6 1.003c.058.026.107.046.142.064.217.108.343.09.47-.054.126-.144.541-.628.685-.843.144-.215.29-.179.488-.107.198.071 1.263.591 1.48.699l.117.057Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-ms {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M16 7.002h-.393A8.828 8.828 0 0 0 7 15.627a8.461 8.461 0 0 0 3 6.42v2.579l.013.1a.375.375 0 0 0 .56.218l2.091-1.306.46.163a9.29 9.29 0 0 0 2.876.45 8.828 8.828 0 0 0 9-8.624 8.828 8.828 0 0 0-9-8.624Zm1.546 8.17 3.9-2.126a.375.375 0 0 1 .447.595l-4.5 4.5a.375.375 0 0 1-.51.019l-2.428-2.081-3.9 2.126a.375.375 0 0 1-.445-.594l4.5-4.5a.375.375 0 0 1 .51-.02l2.426 2.081Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-em {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M8.8 23c-.495 0-.919-.171-1.27-.514A1.663 1.663 0 0 1 7 21.25v-10.5c0-.481.176-.893.53-1.236A1.756 1.756 0 0 1 8.8 9h14.4c.495 0 .919.171 1.272.514.352.343.528.755.528 1.236v10.5c0 .481-.176.893-.528 1.236A1.76 1.76 0 0 1 23.2 23H8.8Zm7.2-6.278a.904.904 0 0 0 .236-.033.936.936 0 0 0 .236-.098l6.368-3.872a.735.735 0 0 0 .27-.273.74.74 0 0 0 .09-.362.71.71 0 0 0-.383-.656c-.255-.146-.517-.138-.787.022L16 15.125 9.97 11.45c-.27-.16-.533-.164-.788-.011s-.382.368-.382.645c0 .146.03.274.09.383.06.11.15.193.27.252l6.367 3.872a.936.936 0 0 0 .237.098.912.912 0 0 0 .236.033Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-phone {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M23.95 25c-2.15 0-4.246-.48-6.287-1.438a19.046 19.046 0 0 1-5.425-3.8 19.046 19.046 0 0 1-3.8-5.425C7.479 12.296 7 10.2 7 8.05c0-.3.1-.55.3-.75.2-.2.45-.3.75-.3h4.05a.96.96 0 0 1 .625.225.88.88 0 0 1 .325.575l.65 3.5c.033.233.03.446-.012.637a1.027 1.027 0 0 1-.288.513L11 14.9c.7 1.2 1.575 2.325 2.625 3.375A18.293 18.293 0 0 0 17.1 21l2.35-2.35a1.4 1.4 0 0 1 .588-.338c.241-.075.479-.095.712-.062l3.45.7c.233.05.425.162.575.337.15.175.225.38.225.613v4.05c0 .3-.1.55-.3.75-.2.2-.45.3-.75.3Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-notification {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M6.375 25.95c-.39 0-.716-.13-.98-.389A1.293 1.293 0 0 1 5 24.6c0-.383.132-.703.395-.961.264-.26.59-.389.98-.389H7.75V13.8c0-1.868.573-3.527 1.719-4.979 1.146-1.45 2.635-2.401 4.469-2.851v-.945c0-.563.2-1.04.602-1.434.4-.394.887-.591 1.46-.591s1.06.197 1.46.591c.402.394.602.872.602 1.434v.945c1.834.45 3.323 1.4 4.47 2.851 1.145 1.452 1.718 3.111 1.718 4.979v9.45h1.375c.39 0 .716.13.979.389.264.258.396.579.396.961 0 .383-.132.703-.396.961a1.34 1.34 0 0 1-.979.389H6.375ZM16 30a2.672 2.672 0 0 1-1.941-.792c-.54-.53-.809-1.165-.809-1.908h5.5a2.58 2.58 0 0 1-.807 1.908A2.676 2.676 0 0 1 16 30Zm-5.5-6.75h11V13.8c0-1.485-.538-2.756-1.616-3.814C18.807 8.93 17.512 8.4 16 8.4s-2.807.529-3.884 1.586C11.039 11.044 10.5 12.315 10.5 13.8v9.45Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-help {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%238B8D8F' d='M15.935 23.8c.455 0 .84-.157 1.154-.472.314-.314.471-.698.471-1.153 0-.455-.157-.84-.47-1.153a1.57 1.57 0 0 0-1.155-.472c-.455 0-.84.157-1.154.472a1.568 1.568 0 0 0-.471 1.153c0 .455.157.84.47 1.153.315.315.7.472 1.155.472Zm.195-13.39c.607 0 1.094.168 1.463.503.368.336.552.775.552 1.317 0 .368-.124.742-.373 1.12-.25.38-.602.776-1.057 1.188-.65.563-1.127 1.104-1.43 1.625-.303.52-.455 1.04-.455 1.56 0 .303.114.557.342.763.227.206.492.309.795.309.304 0 .575-.108.813-.325.238-.217.39-.487.455-.813.065-.368.212-.709.44-1.023.226-.314.6-.72 1.12-1.219.672-.628 1.143-1.202 1.414-1.722.27-.52.406-1.095.406-1.723 0-1.105-.417-2.01-1.25-2.714C18.53 8.552 17.451 8.2 16.13 8.2c-.91 0-1.717.173-2.42.52a3.698 3.698 0 0 0-1.643 1.592c-.151.282-.205.558-.162.829.043.27.195.493.455.666.282.174.59.228.927.163.335-.065.611-.25.828-.553a2.46 2.46 0 0 1 .862-.747 2.48 2.48 0 0 1 1.153-.26ZM16 29c-1.777 0-3.456-.341-5.037-1.024a13.31 13.31 0 0 1-4.144-2.778 12.977 12.977 0 0 1-2.795-4.128C3.341 19.488 3 17.798 3 16c0-1.798.341-3.488 1.024-5.07A12.978 12.978 0 0 1 6.82 6.803a13.327 13.327 0 0 1 4.144-2.78A12.586 12.586 0 0 1 16 3c1.82 0 3.52.341 5.102 1.023a13.137 13.137 0 0 1 4.128 2.78 12.906 12.906 0 0 1 2.762 4.127C28.665 12.512 29 14.202 29 16c0 1.798-.336 3.488-1.008 5.07a12.905 12.905 0 0 1-2.762 4.128 13.12 13.12 0 0 1-4.128 2.778C19.521 28.659 17.82 29 16 29Zm0-2.6c2.903 0 5.363-1.013 7.378-3.038C25.392 21.336 26.4 18.882 26.4 16c0-2.882-1.008-5.336-3.022-7.362C21.363 6.613 18.903 5.6 16 5.6c-2.838 0-5.281 1.013-7.33 3.038C6.625 10.664 5.6 13.118 5.6 16c0 2.882 1.024 5.336 3.07 7.362C10.72 25.387 13.163 26.4 16 26.4Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-info {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%231890FF' d='M16 22.5c.368 0 .677-.125.927-.374a1.26 1.26 0 0 0 .373-.926v-5.232c0-.369-.124-.672-.373-.91A1.29 1.29 0 0 0 16 14.7c-.368 0-.677.124-.926.373-.25.25-.374.559-.374.927v5.233c0 .368.125.671.374.91.25.238.558.357.926.357Zm0-10.4c.368 0 .677-.125.927-.374.249-.25.373-.558.373-.926s-.124-.677-.373-.927A1.261 1.261 0 0 0 16 9.5c-.368 0-.677.124-.926.373-.25.25-.374.559-.374.927s.125.677.374.926c.25.25.558.374.926.374ZM16 29c-1.798 0-3.488-.341-5.07-1.024a13.12 13.12 0 0 1-4.127-2.778 13.119 13.119 0 0 1-2.779-4.128C3.341 19.488 3 17.798 3 16c0-1.798.341-3.488 1.024-5.07a13.12 13.12 0 0 1 2.779-4.127 13.137 13.137 0 0 1 4.127-2.78C12.512 3.341 14.202 3 16 3c1.798 0 3.488.341 5.07 1.023a13.137 13.137 0 0 1 4.128 2.78 13.12 13.12 0 0 1 2.778 4.127C28.659 12.512 29 14.202 29 16c0 1.798-.341 3.488-1.024 5.07a13.12 13.12 0 0 1-2.778 4.128 13.12 13.12 0 0 1-4.128 2.778C19.488 28.659 17.798 29 16 29Zm0-2.6c2.882 0 5.336-1.013 7.362-3.038C25.387 21.336 26.4 18.882 26.4 16c0-2.882-1.013-5.336-3.038-7.362C21.336 6.613 18.882 5.6 16 5.6c-2.882 0-5.335 1.013-7.36 3.038C6.612 10.664 5.6 13.118 5.6 16c0 2.882 1.013 5.336 3.04 7.362C10.664 25.387 13.117 26.4 16 26.4Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-success {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%233FAE29' d='m14.18 18.34-2.828-2.828a1.157 1.157 0 0 0-.893-.34c-.357.01-.656.135-.894.373s-.357.542-.357.91.119.672.357.91l3.705 3.705c.238.238.542.357.91.357s.672-.119.91-.357l7.378-7.377c.238-.239.352-.537.341-.895a1.272 1.272 0 0 0-.374-.893c-.238-.238-.542-.357-.91-.357s-.672.119-.91.357L14.18 18.34ZM16 29c-1.798 0-3.488-.341-5.07-1.024a13.12 13.12 0 0 1-4.127-2.778 13.119 13.119 0 0 1-2.779-4.128C3.341 19.488 3 17.798 3 16c0-1.798.341-3.488 1.024-5.07a13.12 13.12 0 0 1 2.779-4.127 13.137 13.137 0 0 1 4.127-2.78C12.512 3.341 14.202 3 16 3c1.798 0 3.488.341 5.07 1.023a13.137 13.137 0 0 1 4.128 2.78 13.12 13.12 0 0 1 2.778 4.127C28.659 12.512 29 14.202 29 16c0 1.798-.341 3.488-1.024 5.07a13.12 13.12 0 0 1-2.778 4.128 13.12 13.12 0 0 1-4.128 2.778C19.488 28.659 17.798 29 16 29Zm0-2.6c2.882 0 5.336-1.013 7.362-3.038C25.387 21.336 26.4 18.882 26.4 16c0-2.882-1.013-5.336-3.038-7.362C21.336 6.613 18.882 5.6 16 5.6c-2.882 0-5.335 1.013-7.36 3.038C6.612 10.664 5.6 13.118 5.6 16c0 2.882 1.013 5.336 3.04 7.362C10.664 25.387 13.117 26.4 16 26.4Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-error {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23DF0931' d='M12.762 28a2.527 2.527 0 0 1-1.788-.735l-5.24-5.239A2.528 2.528 0 0 1 5 20.237v-7.474a2.528 2.528 0 0 1 .736-1.79l5.239-5.238A2.528 2.528 0 0 1 12.763 5h7.475a2.528 2.528 0 0 1 1.788.735l5.24 5.239A2.527 2.527 0 0 1 28 12.763v7.475a2.527 2.527 0 0 1-.736 1.788l-5.239 5.24a2.527 2.527 0 0 1-1.789.735h-7.474Zm3.738-9.711 2.78 2.78c.233.233.52.35.862.35.34 0 .639-.127.894-.383.234-.234.351-.532.351-.894s-.117-.66-.35-.895L18.288 16.5l2.78-2.78c.233-.233.35-.52.35-.862 0-.34-.127-.639-.383-.894-.234-.234-.532-.351-.894-.351s-.66.117-.895.35L16.5 14.712l-2.78-2.78a1.173 1.173 0 0 0-.862-.35c-.34 0-.639.127-.894.383-.234.234-.351.532-.351.894s.117.66.35.895l2.748 2.747-2.78 2.78a1.173 1.173 0 0 0-.35.862c0 .34.127.639.383.894.234.234.532.351.894.351s.66-.117.895-.35L16.5 18.29Zm-3.706 7.155h7.412l5.238-5.238v-7.412l-5.238-5.238h-7.412l-5.238 5.238v7.412l5.238 5.238Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-warning {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23FAAD14' d='M4.25 28c-.485 0-.844-.213-1.076-.639a1.259 1.259 0 0 1 0-1.278L14.892 5.64C15.124 5.213 15.493 5 16 5c.507 0 .876.213 1.108.639l11.718 20.444a1.26 1.26 0 0 1 0 1.278c-.232.426-.591.639-1.077.639H4.251ZM16 13.944c-.359 0-.66.123-.902.367a1.243 1.243 0 0 0-.365.911v3.834c0 .362.122.665.365.91.242.245.543.367.902.367s.66-.122.903-.368a1.24 1.24 0 0 0 .364-.91v-3.833a1.24 1.24 0 0 0-.364-.91 1.223 1.223 0 0 0-.903-.368Zm0 10.223c.359 0 .66-.123.903-.368a1.24 1.24 0 0 0 .364-.91 1.24 1.24 0 0 0-.364-.91 1.221 1.221 0 0 0-.903-.368c-.359 0-.66.123-.902.368a1.239 1.239 0 0 0-.365.91c0 .362.122.665.365.91.242.245.543.368.902.368Zm-9.564 1.277h19.128L16 8.834l-9.564 16.61Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m16 17.916-6.707 6.708c-.251.25-.57.376-.958.376s-.708-.125-.959-.376c-.25-.251-.376-.57-.376-.959 0-.387.125-.707.376-.958L14.084 16 7.376 9.293C7.126 9.042 7 8.723 7 8.335s.125-.708.376-.959c.251-.25.57-.376.959-.376.387 0 .707.125.958.376L16 14.084l6.707-6.708c.251-.25.57-.376.958-.376s.708.125.959.376c.25.251.376.57.376.959 0 .387-.125.707-.376.958L17.916 16l6.708 6.707c.25.251.376.57.376.958s-.125.708-.376.959c-.251.25-.57.376-.959.376-.387 0-.707-.125-.958-.376L16 17.916Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-delete {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M9.75 28a2.38 2.38 0 0 1-1.765-.75 2.49 2.49 0 0 1-.735-1.806V8.834a1.2 1.2 0 0 1-.891-.367A1.254 1.254 0 0 1 6 7.556c0-.362.12-.666.359-.912a1.2 1.2 0 0 1 .891-.366h5c0-.362.12-.666.36-.911S13.146 5 13.5 5h5a1.2 1.2 0 0 1 .891.367c.24.245.359.549.359.91h5c.354 0 .65.123.89.367.24.246.36.55.36.912s-.12.665-.36.91-.536.367-.89.367v16.611c0 .703-.245 1.305-.734 1.806-.49.5-1.078.75-1.766.75H9.75Zm0-19.167v16.611h12.5V8.834H9.75Zm2.5 12.778c0 .362.12.665.36.91s.536.368.89.368.651-.123.891-.368a1.25 1.25 0 0 0 .359-.91v-8.944c0-.362-.12-.666-.359-.911a1.2 1.2 0 0 0-.891-.367c-.354 0-.65.122-.89.367s-.36.549-.36.91v8.945Zm5 0c0 .362.12.665.36.91s.536.368.89.368.651-.123.891-.368a1.25 1.25 0 0 0 .359-.91v-8.944c0-.362-.12-.666-.359-.911a1.2 1.2 0 0 0-.891-.367c-.354 0-.65.122-.89.367s-.36.549-.36.91v8.945Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m24.875 26.656-7-7.01a7.61 7.61 0 0 1-4.75 1.627c-2.27 0-4.193-.787-5.765-2.362C5.787 17.335 5 15.411 5 13.137s.787-4.2 2.36-5.775C8.932 5.787 10.854 5 13.125 5c2.27 0 4.193.787 5.766 2.362 1.573 1.576 2.359 3.5 2.359 5.775a7.639 7.639 0 0 1-1.625 4.756l7.031 7.042c.23.23.344.51.344.845 0 .333-.125.625-.375.876-.23.23-.52.344-.875.344-.354 0-.646-.115-.875-.344Zm-11.75-7.886c1.563 0 2.89-.548 3.985-1.643 1.093-1.095 1.64-2.426 1.64-3.99 0-1.565-.547-2.895-1.64-3.991-1.094-1.095-2.422-1.642-3.985-1.642-1.563 0-2.89.547-3.985 1.642-1.093 1.096-1.64 2.426-1.64 3.99 0 1.565.547 2.896 1.64 3.991 1.094 1.095 2.422 1.643 3.985 1.643Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m14.245 27.285-2.242-2.046a88.685 88.685 0 0 1-6.224-6.255C3.926 16.918 3 14.637 3 12.148c0-2.036.683-3.736 2.048-5.1C6.412 5.682 8.113 5 10.15 5a7.44 7.44 0 0 1 3.25.73 7.75 7.75 0 0 1 2.6 2 7.75 7.75 0 0 1 2.6-1.999A7.44 7.44 0 0 1 21.85 5c2.037 0 3.737.682 5.102 2.047C28.317 8.41 29 10.11 29 12.147c0 2.49-.92 4.775-2.762 6.854-1.842 2.08-3.933 4.17-6.273 6.27l-2.21 2.014A2.457 2.457 0 0 1 16 28a2.457 2.457 0 0 1-1.755-.715Zm.52-16.957c-.628-.888-1.3-1.565-2.015-2.031-.715-.466-1.582-.698-2.6-.698-1.3 0-2.383.433-3.25 1.3-.867.866-1.3 1.949-1.3 3.248 0 1.126.4 2.322 1.203 3.589a24.765 24.765 0 0 0 2.876 3.688 49.734 49.734 0 0 0 3.445 3.346A234.98 234.98 0 0 1 16 25.336c.737-.671 1.696-1.527 2.877-2.566a50.14 50.14 0 0 0 3.445-3.346 24.813 24.813 0 0 0 2.876-3.688c.801-1.267 1.202-2.463 1.202-3.59 0-1.299-.433-2.381-1.3-3.248-.867-.866-1.95-1.3-3.25-1.3-1.018 0-1.885.233-2.6.699-.715.466-1.387 1.143-2.015 2.03a1.479 1.479 0 0 1-1.235.65 1.479 1.479 0 0 1-1.235-.65Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist.active,
body .rdc-icon-svg.rdc-icon-wishlist-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m14.245 27.317-2.242-2.05a88.739 88.739 0 0 1-6.224-6.263C3.926 16.934 3 14.651 3 12.157c0-2.039.683-3.741 2.048-5.107C6.412 5.683 8.113 5 10.15 5c1.148 0 2.232.244 3.25.731A7.752 7.752 0 0 1 16 7.733a7.752 7.752 0 0 1 2.6-2.002A7.431 7.431 0 0 1 21.85 5c2.037 0 3.737.683 5.102 2.05C28.317 8.415 29 10.117 29 12.157c0 2.494-.92 4.782-2.762 6.864s-3.933 4.175-6.273 6.279l-2.21 2.017A2.517 2.517 0 0 1 16 28a2.517 2.517 0 0 1-1.755-.683Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cart:not(.active){background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M10.802 29a2.504 2.504 0 0 1-1.836-.763 2.504 2.504 0 0 1-.764-1.837c0-.715.254-1.327.764-1.837a2.504 2.504 0 0 1 1.836-.763c.716 0 1.328.254 1.837.763.51.51.764 1.122.764 1.837 0 .715-.255 1.327-.764 1.837a2.504 2.504 0 0 1-1.837.763Zm13.004 0a2.504 2.504 0 0 1-1.836-.763 2.505 2.505 0 0 1-.765-1.837c0-.715.255-1.327.765-1.837a2.504 2.504 0 0 1 1.836-.763c.715 0 1.328.254 1.838.763.509.51.763 1.122.763 1.837a2.51 2.51 0 0 1-.763 1.837 2.508 2.508 0 0 1-1.838.763ZM9.697 8.2l3.12 6.5h9.104l3.576-6.5h-15.8Zm1.105 14.3c-.975 0-1.712-.428-2.21-1.284-.499-.856-.52-1.706-.065-2.551l1.755-3.185L5.601 5.6H4.268c-.369 0-.672-.125-.91-.374A1.286 1.286 0 0 1 3 4.3c0-.368.125-.677.375-.927C3.623 3.124 3.932 3 4.3 3h2.114c.238 0 .465.065.682.195.217.13.38.314.488.553L8.462 5.6h19.18c.585 0 .986.217 1.203.65.217.433.206.888-.032 1.365l-4.617 8.32c-.238.433-.552.77-.943 1.007-.39.239-.834.358-1.332.358h-9.688l-1.43 2.6h14.336c.369 0 .672.124.91.373.239.25.358.559.358.927s-.125.677-.375.926a1.25 1.25 0 0 1-.925.374H10.802Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cart.active,
body .rdc-icon-svg.rdc-icon-cart-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M10.802 29a2.504 2.504 0 0 1-1.836-.763 2.504 2.504 0 0 1-.764-1.837c0-.715.254-1.327.764-1.837a2.504 2.504 0 0 1 1.836-.763c.716 0 1.328.254 1.837.763.51.51.764 1.122.764 1.837 0 .715-.255 1.327-.764 1.837a2.504 2.504 0 0 1-1.837.763Zm13.004 0a2.504 2.504 0 0 1-1.836-.763 2.505 2.505 0 0 1-.765-1.837c0-.715.255-1.327.765-1.837a2.504 2.504 0 0 1 1.836-.763c.715 0 1.328.254 1.838.763.509.51.763 1.122.763 1.837a2.51 2.51 0 0 1-.763 1.837 2.508 2.508 0 0 1-1.838.763Zm-13.004-6.5c-.975 0-1.712-.428-2.21-1.284-.499-.856-.52-1.706-.065-2.551l1.755-3.185L5.601 5.6H4.268c-.369 0-.672-.125-.91-.374A1.286 1.286 0 0 1 3 4.3c0-.368.125-.677.375-.927C3.623 3.124 3.932 3 4.3 3h2.114c.238 0 .465.065.682.195.217.13.38.314.488.553L8.462 5.6h19.18c.585 0 .986.217 1.203.65.217.433.206.888-.032 1.365l-4.617 8.32c-.238.433-.552.77-.943 1.007-.39.239-.834.358-1.332.358h-9.688l-1.43 2.6h14.336c.369 0 .672.124.91.373.239.25.358.559.358.927s-.125.677-.375.926a1.25 1.25 0 0 1-.925.374H10.802Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M17.333 31h-2.666V2h2.666v29ZM12 25.727H6.667V7.273H12V4.636H6.667C5.187 4.636 4 5.81 4 7.273v18.454c0 .7.28 1.37.781 1.864a2.68 2.68 0 0 0 1.886.773H12v-2.637ZM25.333 9.91v2.636H28V9.91h-2.667Zm0-2.636H28c0-.7-.281-1.37-.781-1.864a2.682 2.682 0 0 0-1.886-.773v2.637ZM28 20.454h-2.667v2.637H28v-2.637Zm-2.667-5.272v2.636H28v-2.636h-2.667ZM22.667 4.636H20v2.637h2.667V4.636Zm2.666 23.728c1.48 0 2.667-1.174 2.667-2.637h-2.667v2.637Zm-2.666-2.637H20v2.637h2.667v-2.637Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator.active,
body .rdc-icon-svg.rdc-icon-comparator-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M17.333 31h-2.666V2h2.666v29ZM12 25.727V4.636H6.667C5.187 4.636 4 5.81 4 7.273v18.454c0 .7.28 1.37.781 1.864a2.68 2.68 0 0 0 1.886.773H12v-2.637Z' clip-rule='evenodd'/%3E%3Cpath fill='%23333' d='M28 7.273c0-.7-.281-1.37-.781-1.864a2.682 2.682 0 0 0-1.886-.773H20v23.728h5.333c1.48 0 2.667-1.174 2.667-2.637V7.273Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-location {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 29c-1.777 0-3.456-.341-5.037-1.024a13.164 13.164 0 0 1-4.144-2.795 13.163 13.163 0 0 1-2.795-4.143A12.572 12.572 0 0 1 3 16c0-1.798.341-3.483 1.024-5.053A13.213 13.213 0 0 1 6.82 6.819a13.182 13.182 0 0 1 4.144-2.796A12.586 12.586 0 0 1 16 3c1.798 0 3.483.341 5.053 1.023a13.231 13.231 0 0 1 4.128 2.796 13.213 13.213 0 0 1 2.795 4.128C28.659 12.517 29 14.202 29 16c0 1.777-.341 3.456-1.024 5.038a13.163 13.163 0 0 1-2.795 4.143 13.213 13.213 0 0 1-4.128 2.795C19.483 28.659 17.798 29 16 29Zm0-2.665a16.51 16.51 0 0 0 1.462-2.438c.412-.845.748-1.744 1.008-2.697h-4.94c.26.953.596 1.852 1.008 2.698.411.845.899 1.657 1.462 2.437Zm-3.38-.52a17.935 17.935 0 0 1-1.023-2.227 18.993 18.993 0 0 1-.732-2.388H7.03a10.795 10.795 0 0 0 2.356 2.828 9.36 9.36 0 0 0 3.234 1.787Zm6.76 0a9.347 9.347 0 0 0 3.233-1.788A10.783 10.783 0 0 0 24.97 21.2h-3.835c-.195.823-.439 1.62-.73 2.388a18.2 18.2 0 0 1-1.025 2.227ZM5.925 18.6h4.42a18.145 18.145 0 0 1-.147-1.284A17.36 17.36 0 0 1 10.15 16c0-.455.016-.893.048-1.316.033-.422.082-.85.147-1.284h-4.42A10.415 10.415 0 0 0 5.6 16a10.415 10.415 0 0 0 .325 2.6Zm7.02 0h6.11c.065-.433.114-.862.147-1.284.032-.422.048-.861.048-1.316 0-.455-.016-.893-.048-1.316a18.145 18.145 0 0 0-.147-1.284h-6.11a17.675 17.675 0 0 0-.195 2.6 16.938 16.938 0 0 0 .195 2.6Zm8.71 0h4.42A10.42 10.42 0 0 0 26.4 16a10.42 10.42 0 0 0-.325-2.6h-4.42a17.675 17.675 0 0 1 .195 2.6 16.938 16.938 0 0 1-.195 2.6Zm-.52-7.8h3.835a10.782 10.782 0 0 0-2.357-2.828 9.348 9.348 0 0 0-3.233-1.787 18.1 18.1 0 0 1 1.024 2.226c.293.77.536 1.566.731 2.389Zm-7.605 0h4.94a15.385 15.385 0 0 0-1.008-2.698A16.51 16.51 0 0 0 16 5.665a16.51 16.51 0 0 0-1.463 2.437A15.385 15.385 0 0 0 13.53 10.8Zm-6.5 0h3.835c.195-.823.439-1.62.732-2.39.292-.768.633-1.51 1.023-2.225a9.36 9.36 0 0 0-3.234 1.788A10.794 10.794 0 0 0 7.03 10.8Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-tracking {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M17.391 14.609c.262.26.576.391.942.391h9.334c.366 0 .68-.13.942-.391a1.29 1.29 0 0 0 .391-.942V4.333c0-.366-.13-.68-.391-.942A1.286 1.286 0 0 0 27.667 3h-9.334c-.366 0-.68.13-.942.391a1.29 1.29 0 0 0-.391.942v9.334c0 .366.13.68.391.942ZM23 8.333l-1.7.85a.634.634 0 0 1-.65-.025.628.628 0 0 1-.317-.575v-4.25h5.334v4.25a.628.628 0 0 1-.317.575.634.634 0 0 1-.65.025l-1.7-.85Zm-.667 4h-2a.645.645 0 0 1-.475-.192.644.644 0 0 1-.191-.474c0-.19.063-.348.191-.476a.647.647 0 0 1 .475-.191h2c.19 0 .348.064.476.191a.647.647 0 0 1 .191.476.644.644 0 0 1-.191.474.646.646 0 0 1-.476.192ZM10.35 5.944A11.61 11.61 0 0 1 15 5v2.46c-.52.72-.97 1.47-1.35 2.25-.38.78-.69 1.61-.93 2.49H15v2.4h-2.82A16.299 16.299 0 0 0 12 17a15.62 15.62 0 0 0 .18 2.4h5.64A15.835 15.835 0 0 0 18 17h2.4a15.62 15.62 0 0 1-.18 2.4h4.08a9.613 9.613 0 0 0 .3-2.4H27c0 1.64-.315 3.19-.946 4.65a12.151 12.151 0 0 1-2.58 3.824 12.197 12.197 0 0 1-3.81 2.58c-1.45.63-3.004.946-4.664.946-1.64 0-3.19-.315-4.65-.946a12.151 12.151 0 0 1-3.824-2.58 12.151 12.151 0 0 1-2.58-3.824C3.316 20.19 3 18.64 3 17c0-1.66.315-3.215.946-4.664a12.22 12.22 0 0 1 2.58-3.81 12.168 12.168 0 0 1 3.824-2.582ZM15 26.54c.52-.72.97-1.47 1.35-2.25.38-.78.69-1.61.93-2.49h-4.56c.24.88.55 1.71.93 2.49.38.78.83 1.53 1.35 2.25Zm-3.12-.48a16.55 16.55 0 0 1-.944-2.056 17.61 17.61 0 0 1-.676-2.204H6.72c.58 1 1.305 1.87 2.174 2.61a8.64 8.64 0 0 0 2.986 1.65Zm6.24 0a8.628 8.628 0 0 0 2.984-1.65 9.952 9.952 0 0 0 2.176-2.61h-3.54a17.72 17.72 0 0 1-.674 2.204 16.65 16.65 0 0 1-.946 2.056ZM5.7 19.4h4.08a17.1 17.1 0 0 1-.136-1.186A16.04 16.04 0 0 1 9.6 17c0-.42.015-.825.044-1.214.03-.39.076-.786.136-1.186H5.7a9.613 9.613 0 0 0-.3 2.4 9.613 9.613 0 0 0 .3 2.4Zm1.02-7.2h3.54c.18-.76.405-1.495.676-2.206.27-.71.584-1.394.944-2.054a8.64 8.64 0 0 0-2.986 1.65A9.963 9.963 0 0 0 6.72 12.2Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user:not(.active){background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 16c-1.512 0-2.807-.539-3.884-1.616S10.5 12.012 10.5 10.5s.539-2.807 1.616-3.884S14.488 5 16 5s2.807.539 3.884 1.616C20.962 7.693 21.5 8.988 21.5 10.5s-.538 2.807-1.616 3.884C18.807 15.461 17.512 16 16 16Zm8.25 11H7.75a2.647 2.647 0 0 1-1.941-.807A2.65 2.65 0 0 1 5 24.25v-1.1c0-.78.2-1.495.602-2.15.4-.652.933-1.15 1.598-1.494a20.44 20.44 0 0 1 4.331-1.599A18.945 18.945 0 0 1 16 17.375c1.512 0 3.002.177 4.469.532a20.44 20.44 0 0 1 4.331 1.6A4.006 4.006 0 0 1 26.398 21 4.03 4.03 0 0 1 27 23.149v1.1c0 .756-.269 1.404-.807 1.943A2.651 2.651 0 0 1 24.25 27Zm-16.5-2.75h16.5v-1.1c0-.252-.063-.481-.188-.688a1.343 1.343 0 0 0-.5-.48 17.948 17.948 0 0 0-3.746-1.394 15.974 15.974 0 0 0-7.632 0 17.94 17.94 0 0 0-3.746 1.393 1.332 1.332 0 0 0-.688 1.169v1.1Zm8.25-11a2.65 2.65 0 0 0 1.943-.809 2.647 2.647 0 0 0 .807-1.941c0-.756-.269-1.403-.807-1.941A2.65 2.65 0 0 0 16 7.75c-.756 0-1.403.27-1.941.809a2.645 2.645 0 0 0-.809 1.941c0 .756.27 1.403.809 1.941A2.645 2.645 0 0 0 16 13.25Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user.active,
body .rdc-icon-svg.rdc-icon-user-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 16c-1.512 0-2.807-.539-3.884-1.616S10.5 12.012 10.5 10.5s.539-2.807 1.616-3.884S14.488 5 16 5s2.807.539 3.884 1.616C20.962 7.693 21.5 8.988 21.5 10.5s-.538 2.807-1.616 3.884C18.807 15.461 17.512 16 16 16ZM7.75 27a2.647 2.647 0 0 1-1.941-.807A2.65 2.65 0 0 1 5 24.25v-1.1c0-.78.2-1.495.602-2.15.4-.652.933-1.15 1.598-1.494a20.44 20.44 0 0 1 4.331-1.599A18.945 18.945 0 0 1 16 17.375c1.512 0 3.002.177 4.469.532a20.44 20.44 0 0 1 4.331 1.6A4.006 4.006 0 0 1 26.398 21 4.03 4.03 0 0 1 27 23.149v1.1c0 .756-.269 1.404-.807 1.943A2.651 2.651 0 0 1 24.25 27H7.75Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-logout {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M20.428 21.962a1.438 1.438 0 0 1-.344-.942c0-.351.115-.644.344-.878l2.316-2.364h-8.982c-.354 0-.651-.123-.89-.368a1.246 1.246 0 0 1-.361-.91c0-.362.12-.666.36-.911s.537-.367.891-.367h8.982l-2.316-2.364a1.256 1.256 0 0 1-.375-.91c0-.351.125-.655.375-.91a1.11 1.11 0 0 1 .861-.384c.344 0 .63.117.86.352l4.507 4.6c.125.127.214.266.266.415.052.149.078.309.078.479 0 .17-.026.33-.078.48a1.132 1.132 0 0 1-.266.414l-4.507 4.6c-.27.277-.568.4-.89.367a1.306 1.306 0 0 1-.83-.399ZM7.504 28a2.39 2.39 0 0 1-1.77-.75A2.49 2.49 0 0 1 5 25.444V7.556c0-.703.245-1.305.735-1.806.49-.5 1.08-.75 1.769-.75h7.51c.355 0 .652.122.893.367.24.245.359.549.359.91 0 .363-.12.666-.36.91a1.2 1.2 0 0 1-.892.369h-7.51v17.888h7.51a1.2 1.2 0 0 1 .893.368c.24.245.359.548.359.91s-.12.665-.36.91a1.2 1.2 0 0 1-.892.368h-7.51Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M4.475 18.424 15.114 8.329c.126-.12.263-.204.411-.254.148-.05.306-.075.475-.075.169 0 .327.025.475.075.148.05.285.135.412.254l10.67 10.095c.295.28.443.629.443 1.048 0 .42-.158.78-.475 1.079a1.56 1.56 0 0 1-1.108.449 1.56 1.56 0 0 1-1.108-.45L16 11.745l-9.309 8.807c-.295.28-.66.419-1.091.419a1.58 1.58 0 0 1-1.125-.45C4.158 20.222 4 19.873 4 19.473c0-.399.158-.748.475-1.048Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M27.525 13.576 16.887 23.671c-.127.12-.264.204-.412.253-.148.05-.306.076-.475.076-.169 0-.327-.025-.475-.076a1.111 1.111 0 0 1-.412-.253L4.444 13.575A1.383 1.383 0 0 1 4 12.528c0-.42.158-.78.475-1.079A1.56 1.56 0 0 1 5.583 11c.422 0 .792.15 1.108.45L16 20.255l9.309-8.807c.295-.28.66-.419 1.091-.419.434 0 .808.15 1.125.45.317.299.475.648.475 1.048 0 .399-.158.748-.475 1.048Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowleft {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M18.424 27.525 8.329 16.887a1.112 1.112 0 0 1-.254-.412A1.463 1.463 0 0 1 8 16c0-.169.025-.327.075-.475.05-.148.135-.285.254-.412l10.095-10.67c.28-.295.629-.443 1.048-.443.42 0 .78.158 1.079.475.3.317.449.686.449 1.108 0 .422-.15.792-.45 1.108L11.745 16l8.807 9.309c.28.295.419.66.419 1.091 0 .434-.15.808-.45 1.125-.299.317-.648.475-1.048.475-.399 0-.748-.158-1.048-.475Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowright {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m13.576 27.525 10.095-10.638c.12-.127.204-.264.253-.412.05-.148.076-.306.076-.475 0-.169-.025-.327-.076-.475a1.111 1.111 0 0 0-.253-.412L13.575 4.444A1.383 1.383 0 0 0 12.528 4c-.42 0-.78.158-1.079.475A1.56 1.56 0 0 0 11 5.583c0 .422.15.792.45 1.108L20.255 16l-8.807 9.309c-.28.295-.419.66-.419 1.091 0 .434.15.808.45 1.125.299.317.648.475 1.048.475.399 0 .748-.158 1.048-.475Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-up {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M4.475 18.424 15.114 8.329c.126-.12.263-.204.411-.254.148-.05.306-.075.475-.075.169 0 .327.025.475.075.148.05.285.135.412.254l10.67 10.095c.295.28.443.629.443 1.048 0 .42-.158.78-.475 1.079a1.56 1.56 0 0 1-1.108.449 1.56 1.56 0 0 1-1.108-.45L16 11.745l-9.309 8.807c-.295.28-.66.419-1.091.419a1.58 1.58 0 0 1-1.125-.45C4.158 20.222 4 19.873 4 19.473c0-.399.158-.748.475-1.048Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-down {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M27.525 13.576 16.887 23.671c-.127.12-.264.204-.412.253-.148.05-.306.076-.475.076-.169 0-.327-.025-.475-.076a1.111 1.111 0 0 1-.412-.253L4.444 13.575A1.383 1.383 0 0 1 4 12.528c0-.42.158-.78.475-1.079A1.56 1.56 0 0 1 5.583 11c.422 0 .792.15 1.108.45L16 20.255l9.309-8.807c.295-.28.66-.419 1.091-.419.434 0 .808.15 1.125.45.317.299.475.648.475 1.048 0 .399-.158.748-.475 1.048Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-left {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M18.424 27.525 8.329 16.887a1.112 1.112 0 0 1-.254-.412A1.463 1.463 0 0 1 8 16c0-.169.025-.327.075-.475.05-.148.135-.285.254-.412l10.095-10.67c.28-.295.629-.443 1.048-.443.42 0 .78.158 1.079.475.3.317.449.686.449 1.108 0 .422-.15.792-.45 1.108L11.745 16l8.807 9.309c.28.295.419.66.419 1.091 0 .434-.15.808-.45 1.125-.299.317-.648.475-1.048.475-.399 0-.748-.158-1.048-.475Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-right {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m13.576 27.525 10.095-10.638c.12-.127.204-.264.253-.412.05-.148.076-.306.076-.475 0-.169-.025-.327-.076-.475a1.111 1.111 0 0 0-.253-.412L13.575 4.444A1.383 1.383 0 0 0 12.528 4c-.42 0-.78.158-1.079.475A1.56 1.56 0 0 0 11 5.583c0 .422.15.792.45 1.108L20.255 16l-8.807 9.309c-.28.295-.419.66-.419 1.091 0 .434.15.808.45 1.125.299.317.648.475 1.048.475.399 0 .748-.158 1.048-.475Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-up {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Crect width='32' height='32' fill='%23F5F5F5' fill-opacity='.75' rx='16'/%3E%3Cpath fill='%23666' d='M16 23a.9.9 0 0 1-.656-.259.857.857 0 0 1-.265-.64V12.056l-4.49 4.382a.908.908 0 0 1-.657.27.907.907 0 0 1-.656-.27.852.852 0 0 1 0-1.258l6.08-5.933a.815.815 0 0 1 .299-.191 1.16 1.16 0 0 1 .703 0c.114.037.21.101.287.191l6.079 5.933a.853.853 0 0 1 0 1.258.908.908 0 0 1-.657.27.907.907 0 0 1-.656-.27l-4.49-4.382v10.045a.858.858 0 0 1-.264.64A.903.903 0 0 1 16 23Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-down {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Crect width='32' height='32' fill='%23F5F5F5' fill-opacity='.75' rx='16'/%3E%3Cpath fill='%23666' d='M16 23c-.123 0-.238-.019-.345-.057a.805.805 0 0 1-.3-.19L9.276 16.82A.865.865 0 0 1 9 16.18c0-.248.092-.46.276-.64.185-.18.4-.27.645-.27.246 0 .46.09.645.27l4.513 4.404V9.876c0-.254.088-.464.265-.629A.923.923 0 0 1 16 9c.261 0 .48.086.657.258a.861.861 0 0 1 .264.64v10.046l4.513-4.405c.184-.18.4-.27.645-.27.246 0 .46.09.645.27.184.18.276.393.276.64a.865.865 0 0 1-.276.641l-6.08 5.933a.805.805 0 0 1-.299.19A1.036 1.036 0 0 1 16 23Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-equal {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M8.286 12.001c-.365 0-.67-.123-.917-.37A1.243 1.243 0 0 1 7 10.715c0-.364.123-.67.369-.916.247-.246.552-.37.917-.37h15.428c.365 0 .67.124.916.37.247.247.37.552.37.916 0 .365-.123.67-.37.916a1.24 1.24 0 0 1-.916.37H8.286Zm0 10.57c-.365 0-.67-.123-.917-.37A1.243 1.243 0 0 1 7 21.286c0-.365.123-.67.369-.917.247-.246.552-.369.917-.369h15.428c.365 0 .67.123.916.369.247.247.37.552.37.917 0 .364-.123.67-.37.915a1.24 1.24 0 0 1-.916.37H8.286Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-plus {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 25a1.24 1.24 0 0 1-.915-.37 1.24 1.24 0 0 1-.37-.916v-6.428h-6.43c-.364 0-.67-.124-.916-.37A1.243 1.243 0 0 1 7 16c0-.364.123-.67.369-.917.247-.246.552-.369.917-.369h6.428V8.286c0-.365.124-.67.37-.917.247-.246.552-.369.916-.369s.67.123.917.369c.246.247.369.552.369.917v6.428h6.428c.365 0 .67.123.916.37.247.246.37.552.37.916s-.123.67-.37.915a1.24 1.24 0 0 1-.916.37h-6.428v6.43c0 .364-.123.669-.37.915-.246.247-.552.37-.916.37Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M8.286 17.285c-.365 0-.67-.123-.917-.37A1.243 1.243 0 0 1 7 16c0-.365.123-.67.369-.917.247-.246.552-.37.917-.37h15.428c.365 0 .67.124.916.37.247.247.37.552.37.917 0 .364-.123.669-.37.915a1.24 1.24 0 0 1-.916.37H8.286Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-chat {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M9.5 19.48h13c.368 0 .677-.125.926-.372a1.24 1.24 0 0 0 .374-.919c0-.365-.125-.672-.374-.92a1.262 1.262 0 0 0-.926-.37h-13a1.27 1.27 0 0 0-.927.37 1.246 1.246 0 0 0-.373.92c0 .366.124.672.373.919.25.247.559.371.927.371Zm0-3.87h13c.368 0 .677-.124.926-.372a1.24 1.24 0 0 0 .374-.919c0-.365-.125-.672-.374-.92a1.262 1.262 0 0 0-.926-.37h-13a1.27 1.27 0 0 0-.927.37 1.246 1.246 0 0 0-.373.92c0 .366.124.672.373.919.25.248.559.371.927.371Zm0-3.87h13c.368 0 .677-.124.926-.37.25-.248.374-.555.374-.92 0-.366-.125-.672-.374-.92a1.262 1.262 0 0 0-.926-.37h-13c-.368 0-.677.123-.927.37a1.246 1.246 0 0 0-.373.92 1.27 1.27 0 0 0 1.3 1.29Zm17.29 15.866-2.99-2.967H5.6a2.512 2.512 0 0 1-1.836-.757A2.476 2.476 0 0 1 3 22.059V6.579c0-.709.255-1.316.764-1.822A2.512 2.512 0 0 1 5.6 4h20.8c.715 0 1.327.252 1.837.757.509.506.763 1.113.763 1.823v20.09c0 .58-.265.984-.796 1.21-.53.225-1.002.134-1.414-.274ZM5.6 6.58v15.479h19.273l1.527 1.516V6.58H5.6Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-helpdesk {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 28a1.27 1.27 0 0 1-.926-.368 1.222 1.222 0 0 1-.374-.91c0-.362.125-.665.374-.91a1.27 1.27 0 0 1 .926-.368h9.1v-9.072a8.567 8.567 0 0 0-.715-3.482 9.038 9.038 0 0 0-4.843-4.76A8.98 8.98 0 0 0 16 7.429a8.98 8.98 0 0 0-3.543.703 9.037 9.037 0 0 0-4.842 4.76 8.568 8.568 0 0 0-.715 3.481v6.517c0 .362-.124.665-.373.91a1.27 1.27 0 0 1-.927.368c-.715 0-1.327-.25-1.836-.75A2.441 2.441 0 0 1 3 21.61v-2.555c0-.49.12-.922.357-1.295.239-.372.553-.675.943-.91l.098-1.693c.195-1.554.644-2.96 1.349-4.216a11.25 11.25 0 0 1 2.632-3.195 11.879 11.879 0 0 1 3.543-2.029C13.232 5.24 14.592 5 16 5c1.43 0 2.8.24 4.112.718 1.31.48 2.486 1.161 3.526 2.045a11.73 11.73 0 0 1 2.616 3.194c.704 1.246 1.153 2.636 1.348 4.17l.098 1.66c.39.192.704.474.942.846.239.373.358.784.358 1.23v2.94c0 .468-.12.884-.358 1.246a2.35 2.35 0 0 1-.942.83v1.565c0 .703-.254 1.305-.763 1.806-.51.5-1.122.75-1.837.75H16Zm-3.9-8.944a1.27 1.27 0 0 1-.926-.368 1.222 1.222 0 0 1-.374-.91 1.27 1.27 0 0 1 1.3-1.278c.368 0 .677.122.927.367.249.245.373.549.373.91 0 .363-.124.666-.373.91a1.27 1.27 0 0 1-.927.369Zm7.8 0a1.27 1.27 0 0 1-.926-.368 1.222 1.222 0 0 1-.374-.91 1.27 1.27 0 0 1 1.3-1.278c.368 0 .677.122.927.367.249.245.373.549.373.91 0 .363-.124.666-.373.91a1.27 1.27 0 0 1-.927.369ZM8.233 17.075c-.087-1.256.092-2.396.536-3.418.444-1.022 1.04-1.89 1.787-2.604a7.894 7.894 0 0 1 2.584-1.645 7.943 7.943 0 0 1 2.925-.575c1.972 0 3.678.613 5.12 1.838 1.44 1.224 2.312 2.752 2.615 4.583-2.037-.021-3.878-.56-5.525-1.614-1.647-1.053-2.892-2.421-3.737-4.104a10.126 10.126 0 0 1-2.194 4.584 10.11 10.11 0 0 1-4.111 2.955Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-sendmessage {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M4 25.592V7.409c0-.513.207-.904.62-1.172.413-.268.85-.309 1.308-.122l21.211 9.091c.574.257.861.688.861 1.294 0 .606-.287 1.038-.86 1.294L5.927 26.885a1.341 1.341 0 0 1-1.308-.123c-.413-.267-.62-.658-.62-1.17Zm2.755-2.098L23.076 16.5 6.755 9.507v4.895l8.264 2.098-8.264 2.098v4.896Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-play {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23333' d='M12.958 23.778c-.428.28-.861.295-1.3.047-.439-.247-.658-.628-.658-1.145V9.32c0-.516.22-.898.657-1.146.44-.247.873-.23 1.301.049l10.464 6.68c.385.258.578.624.578 1.097 0 .474-.193.84-.578 1.097l-10.464 6.68Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23333' d='M20.429 24a2.2 2.2 0 0 1-1.614-.67 2.202 2.202 0 0 1-.672-1.616V10.286c0-.629.224-1.167.672-1.614A2.198 2.198 0 0 1 20.429 8h1.285c.629 0 1.167.224 1.615.672A2.2 2.2 0 0 1 24 10.286v11.428c0 .629-.224 1.167-.67 1.615a2.208 2.208 0 0 1-1.616.671H20.43Zm-10.143 0a2.2 2.2 0 0 1-1.614-.67A2.202 2.202 0 0 1 8 21.713V10.286c0-.629.224-1.167.672-1.614A2.198 2.198 0 0 1 10.286 8h1.285c.629 0 1.167.224 1.615.672a2.2 2.2 0 0 1 .671 1.614v11.428c0 .629-.223 1.167-.67 1.615a2.208 2.208 0 0 1-1.616.671h-1.285Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-calendar {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 17c-.346 0-.636-.12-.87-.36a1.22 1.22 0 0 1-.352-.89c0-.354.117-.651.352-.891.234-.24.524-.359.87-.359s.637.12.871.359c.234.24.351.537.351.891s-.117.65-.35.89A1.17 1.17 0 0 1 16 17Zm-4.889 0a1.17 1.17 0 0 1-.871-.36 1.223 1.223 0 0 1-.351-.89c0-.354.117-.651.35-.891.235-.24.526-.359.872-.359s.637.12.872.359c.233.24.35.537.35.891s-.117.65-.35.89a1.17 1.17 0 0 1-.872.36Zm9.778 0c-.346 0-.636-.12-.87-.36a1.22 1.22 0 0 1-.352-.89c0-.354.117-.651.352-.891.234-.24.524-.359.87-.359s.636.12.87.359c.235.24.352.537.352.891s-.117.65-.352.89c-.234.24-.524.36-.87.36ZM16 22c-.346 0-.636-.12-.87-.36a1.22 1.22 0 0 1-.352-.89c0-.354.117-.65.352-.89.234-.24.524-.36.87-.36s.637.12.871.36c.234.24.351.536.351.89s-.117.65-.35.89A1.17 1.17 0 0 1 16 22Zm-4.889 0a1.17 1.17 0 0 1-.871-.36 1.223 1.223 0 0 1-.351-.89c0-.354.117-.65.35-.89.235-.24.526-.36.872-.36s.637.12.872.36c.233.24.35.536.35.89s-.117.65-.35.89a1.17 1.17 0 0 1-.872.36Zm9.778 0c-.346 0-.636-.12-.87-.36a1.22 1.22 0 0 1-.352-.89c0-.354.117-.65.352-.89.234-.24.524-.36.87-.36s.636.12.87.36c.235.24.352.536.352.89s-.117.65-.352.89c-.234.24-.524.36-.87.36ZM7.444 27a2.331 2.331 0 0 1-1.727-.734A2.438 2.438 0 0 1 5 24.5V7c0-.688.24-1.276.717-1.765A2.329 2.329 0 0 1 7.444 4.5h1.223V3.25c0-.354.117-.651.35-.891.235-.24.526-.359.872-.359s.637.12.871.359c.234.24.351.537.351.891V4.5h9.778V3.25c0-.354.117-.651.352-.891.234-.24.524-.359.87-.359s.636.12.87.359c.235.24.352.537.352.891V4.5h1.223a2.33 2.33 0 0 1 1.727.735A2.44 2.44 0 0 1 27 7v17.5c0 .688-.24 1.276-.717 1.766a2.33 2.33 0 0 1-1.727.734H7.444Zm0-2.5h17.112V12H7.444v12.5Zm0-15h17.112V7H7.444v2.5Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-checked {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M12.764 24c.305 0 .592-.046.859-.139.267-.094.515-.252.745-.476L27.37 10.69c.42-.41.63-.914.63-1.51 0-.597-.23-1.118-.687-1.566-.42-.41-.955-.615-1.604-.615-.65 0-1.184.205-1.604.615L12.764 18.687 7.78 13.822c-.42-.41-.935-.615-1.546-.615s-1.146.224-1.604.671c-.42.41-.63.932-.63 1.566s.21 1.156.63 1.566l6.53 6.375c.229.224.477.382.745.476.267.093.553.139.859.139Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clear {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23999' d='M13.482 20.243c.24.236.547.353.919.353s.678-.117.918-.353l2.494-2.443 2.494 2.443c.24.236.547.353.918.353.372 0 .678-.117.92-.353.24-.236.36-.536.36-.9s-.12-.664-.36-.9L19.65 16l2.493-2.443c.24-.236.361-.536.361-.9s-.12-.664-.36-.9c-.241-.236-.548-.353-.92-.353s-.678.117-.918.353L17.813 14.2l-2.493-2.443c-.241-.236-.547-.353-.92-.353-.371 0-.677.117-.918.353-.24.236-.36.536-.36.9s.12.664.36.9L15.976 16l-2.494 2.443c-.24.236-.36.536-.36.9s.12.664.36.9ZM11.252 25a2.7 2.7 0 0 1-1.232-.29 2.494 2.494 0 0 1-.934-.803L4.459 17.48A2.573 2.573 0 0 1 4 16c0-.536.153-1.029.46-1.479l4.626-6.428c.24-.343.552-.61.934-.804A2.7 2.7 0 0 1 11.251 7h13.124c.722 0 1.34.252 1.855.756A2.45 2.45 0 0 1 27 9.571V22.43c0 .707-.257 1.312-.77 1.816a2.558 2.558 0 0 1-1.855.755H11.251Zm-4.66-9 4.66 6.429h13.123V9.57H11.251L6.592 16Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-download {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M7.313 28a1.26 1.26 0 0 1-.936-.384 1.3 1.3 0 0 1-.377-.95 1.3 1.3 0 0 1 .377-.949 1.26 1.26 0 0 1 .936-.384h18.375c.371 0 .683.128.934.384.252.255.378.572.378.95 0 .377-.126.694-.378.949a1.256 1.256 0 0 1-.934.384H7.313Zm9.187-5.9c-.175 0-.34-.028-.492-.084a1.141 1.141 0 0 1-.427-.283L10.823 16.9a1.234 1.234 0 0 1-.36-.9c0-.356.13-.667.393-.933.24-.245.547-.367.919-.367s.678.122.919.367l2.493 2.533V5.333c0-.377.127-.694.379-.95.25-.255.562-.383.934-.383s.684.128.936.383c.25.256.377.573.377.95V17.6l2.526-2.567c.24-.244.536-.366.886-.366s.656.133.919.4c.24.244.36.555.36.933s-.12.689-.36.933l-4.725 4.8a1.141 1.141 0 0 1-.427.283 1.422 1.422 0 0 1-.492.084Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-empty,
body .product .rating span, 
body .product .rating .rdc-icon-star-empty {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23CCC' d='m10.113 25.117 5.887-3.6 5.886 3.649-1.541-6.825 5.186-4.55-6.822-.615L16 6.73l-2.71 6.397-6.82.617 5.186 4.596-1.542 6.777Zm5.887.854L8.244 30.71c-.343.22-.7.316-1.075.284a1.792 1.792 0 0 1-.98-.379 2.269 2.269 0 0 1-.655-.828c-.155-.333-.187-.704-.093-1.115l2.056-8.957-6.868-6.019c-.312-.284-.506-.608-.583-.972a1.904 1.904 0 0 1 .069-1.066 2.03 2.03 0 0 1 .56-.853c.25-.22.592-.363 1.028-.426l9.064-.806 3.504-8.436c.156-.379.397-.663.725-.853A1.97 1.97 0 0 1 16 0c.342 0 .677.095 1.005.284.326.19.568.474.723.853l3.504 8.436 9.064.806c.436.063.779.205 1.028.426.25.221.436.506.56.853.125.348.149.703.072 1.066-.079.364-.274.688-.585.972l-6.868 6.019 2.055 8.957c.094.41.063.782-.093 1.114a2.27 2.27 0 0 1-.654.829c-.28.221-.607.348-.981.38a1.678 1.678 0 0 1-1.075-.285L16 25.97Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-half,
body .product .rating .sel2, 
body .product .rating .rdc-icon-star-half {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='url(%23a)' d='M16 6.73v14.786l5.886 3.649-1.541-6.825 5.186-4.55-6.822-.615L16 6.73Zm0 19.24-7.756 4.74c-.343.22-.7.316-1.075.284a1.792 1.792 0 0 1-.98-.379 2.269 2.269 0 0 1-.655-.828c-.155-.333-.187-.704-.093-1.115l2.056-8.957-6.868-6.019c-.312-.284-.506-.608-.583-.972a1.904 1.904 0 0 1 .069-1.066 2.03 2.03 0 0 1 .56-.853c.25-.22.592-.363 1.028-.426l9.064-.806 3.504-8.436c.156-.379.397-.663.725-.853A1.97 1.97 0 0 1 16 0c.342 0 .677.095 1.005.284.326.19.568.474.723.853l3.504 8.436 9.064.806c.436.063.779.205 1.028.426.25.221.436.506.56.853.125.348.149.703.072 1.066-.079.364-.274.688-.585.972l-6.868 6.019 2.055 8.957c.094.41.063.782-.093 1.114a2.27 2.27 0 0 1-.654.829c-.28.221-.607.348-.981.38a1.678 1.678 0 0 1-1.075-.285L16 25.97Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='16' x2='16.052' y1='15.525' y2='15.525' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4CC49'/%3E%3Cstop offset='1' stop-color='%23CCC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-full,
body .product .rating .sel, 
body .product .rating .rdc-icon-star-full {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23F4CC49' d='m16 25.97-7.756 4.74c-.343.22-.7.316-1.075.284a1.792 1.792 0 0 1-.98-.379 2.269 2.269 0 0 1-.655-.828c-.155-.333-.187-.704-.093-1.115l2.056-8.957-6.868-6.019c-.312-.284-.506-.608-.583-.972a1.904 1.904 0 0 1 .069-1.066 2.03 2.03 0 0 1 .56-.853c.25-.22.592-.363 1.028-.426l9.064-.806 3.504-8.436c.156-.379.397-.663.725-.853A1.97 1.97 0 0 1 16 0c.342 0 .677.095 1.005.284.326.19.568.474.723.853l3.504 8.436 9.064.806c.436.063.779.205 1.028.426.25.221.436.506.56.853.125.348.149.703.072 1.066-.079.364-.274.688-.585.972l-6.868 6.019 2.055 8.957c.094.41.063.782-.093 1.114a2.27 2.27 0 0 1-.654.829c-.28.221-.607.348-.981.38a1.678 1.678 0 0 1-1.075-.285L16 25.97Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23679DC6' d='M16 32c-.217 0-.433-.04-.65-.122a1.947 1.947 0 0 1-.569-.326c-3.954-3.506-6.906-6.76-8.856-9.763C3.975 18.786 3 15.98 3 13.371c0-4.077 1.307-7.324 3.921-9.743C9.534 1.209 12.561 0 16 0c3.44 0 6.466 1.21 9.079 3.628C27.693 6.047 29 9.294 29 13.371c0 2.609-.975 5.415-2.925 8.418-1.95 3.003-4.902 6.257-8.856 9.763a1.947 1.947 0 0 1-.569.326A1.835 1.835 0 0 1 16 32Z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m16.752 7-2.072 8.634c-.107.441-.301.774-.587.998-.285.224-.652.335-1.102.335h-2.263L10 20h2.318c1.544 0 2.776-.355 3.695-1.066.92-.712 1.556-1.805 1.91-3.282L20 7h-3.248Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-success {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%233FAE29' d='M16 16.306c.894 0 1.66-.32 2.296-.959a3.145 3.145 0 0 0 .954-2.302 3.15 3.15 0 0 0-.954-2.304A3.128 3.128 0 0 0 16 9.783c-.894 0-1.659.32-2.294.958a3.147 3.147 0 0 0-.956 2.304c0 .896.319 1.664.956 2.302.635.64 1.4.959 2.294.959ZM16 32c-.217 0-.433-.04-.65-.122a1.947 1.947 0 0 1-.569-.326c-3.954-3.506-6.906-6.76-8.856-9.763C3.975 18.786 3 15.98 3 13.371c0-4.077 1.307-7.324 3.921-9.743C9.534 1.209 12.561 0 16 0c3.44 0 6.466 1.21 9.079 3.628C27.693 6.047 29 9.294 29 13.371c0 2.609-.975 5.415-2.925 8.418-1.95 3.003-4.902 6.257-8.856 9.763a1.947 1.947 0 0 1-.569.326A1.835 1.835 0 0 1 16 32Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-error {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23DF0931' d='M16 16.306c.894 0 1.66-.32 2.296-.959a3.145 3.145 0 0 0 .954-2.302 3.15 3.15 0 0 0-.954-2.304A3.128 3.128 0 0 0 16 9.783c-.894 0-1.659.32-2.294.958a3.147 3.147 0 0 0-.956 2.304c0 .896.319 1.664.956 2.302.635.64 1.4.959 2.294.959ZM16 32c-.217 0-.433-.04-.65-.122a1.947 1.947 0 0 1-.569-.326c-3.954-3.506-6.906-6.76-8.856-9.763C3.975 18.786 3 15.98 3 13.371c0-4.077 1.307-7.324 3.921-9.743C9.534 1.209 12.561 0 16 0c3.44 0 6.466 1.21 9.079 3.628C27.693 6.047 29 9.294 29 13.371c0 2.609-.975 5.415-2.925 8.418-1.95 3.003-4.902 6.257-8.856 9.763a1.947 1.947 0 0 1-.569.326A1.835 1.835 0 0 1 16 32Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clustering {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23679DC6'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-microphone {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16.5 18.895c-1.02 0-1.888-.338-2.603-1.013-.714-.676-1.071-1.496-1.071-2.46V8.473c0-.965.357-1.785 1.071-2.46C14.612 5.337 15.48 5 16.5 5c1.02 0 1.888.338 2.603 1.013.714.676 1.071 1.496 1.071 2.46v6.948c0 .965-.357 1.785-1.071 2.46-.715.676-1.582 1.014-2.603 1.014Zm0 8.105c-.347 0-.638-.111-.872-.334a1.087 1.087 0 0 1-.353-.824V23.44c-1.898-.251-3.51-1.004-4.838-2.258-1.327-1.255-2.133-2.76-2.419-4.516-.06-.328.031-.618.276-.869.245-.25.572-.376.98-.376.286 0 .54.101.765.303.225.203.368.45.429.74.265 1.35.96 2.479 2.082 3.386 1.123.907 2.44 1.36 3.95 1.36 1.51 0 2.827-.453 3.95-1.36 1.123-.907 1.817-2.036 2.082-3.387.061-.29.21-.536.445-.739.234-.202.494-.303.78-.303.388 0 .704.126.95.376.244.251.336.54.275.869-.286 1.756-1.092 3.261-2.42 4.516-1.326 1.254-2.939 2.007-4.837 2.258v2.402c0 .328-.117.603-.352.825A1.223 1.223 0 0 1 16.5 27Zm0-10.421c.347 0 .638-.111.873-.334.235-.221.352-.496.352-.824V8.474a1.09 1.09 0 0 0-.352-.826 1.225 1.225 0 0 0-.873-.332c-.347 0-.638.11-.872.332a1.09 1.09 0 0 0-.353.826v6.947c0 .328.118.603.353.825.234.222.525.333.872.333Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-nomicrophone {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m23.488 19.405-1.683-1.725c.174-.297.324-.604.45-.922.126-.317.217-.644.275-.981a1.38 1.38 0 0 1 .422-.759c.222-.208.468-.312.74-.312.367 0 .667.13.899.387.232.258.32.555.261.892a7.802 7.802 0 0 1-.493 1.799 8.992 8.992 0 0 1-.87 1.621Zm-3.425-3.569-2.09-2.14V7.568c0-.337-.11-.62-.333-.848a1.112 1.112 0 0 0-.827-.342c-.33 0-.605.114-.827.342a1.167 1.167 0 0 0-.334.848v3.747l-2.322-2.38V7.57c0-.992.338-1.834 1.016-2.528A3.319 3.319 0 0 1 16.813 4c.967 0 1.79.347 2.467 1.04.677.695 1.015 1.537 1.015 2.529v7.137c0 .218-.024.417-.072.595-.048.179-.102.357-.16.535Zm4.992 11.837L5.32 7.45C5.106 7.232 5 6.954 5 6.617c0-.337.106-.615.32-.833.212-.218.483-.327.812-.327.329 0 .6.11.813.327L26.68 26.007c.213.218.319.496.319.833 0 .337-.106.615-.32.833a1.087 1.087 0 0 1-.812.327c-.329 0-.6-.109-.813-.327Zm-9.403-2.26v-2.469c-1.8-.258-3.328-1.03-4.586-2.32-1.258-1.288-2.022-2.835-2.293-4.639a1.014 1.014 0 0 1 .261-.892c.232-.258.542-.387.93-.387.27 0 .512.104.725.312.213.209.348.462.406.759a5.899 5.899 0 0 0 1.974 3.48c1.064.931 2.312 1.397 3.744 1.397a5.6 5.6 0 0 0 3.483-1.19l1.654 1.696a9.116 9.116 0 0 1-1.843 1.16 7.095 7.095 0 0 1-2.133.624v2.469c0 .337-.111.619-.334.847a1.11 1.11 0 0 1-.827.342c-.33 0-.605-.114-.827-.342a1.163 1.163 0 0 1-.334-.847Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-payment {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M21.105 18c.57 0 1.042-.189 1.415-.567.372-.377.559-.855.559-1.433 0-.578-.187-1.056-.56-1.433-.372-.378-.844-.567-1.414-.567s-1.041.189-1.414.567c-.373.377-.56.855-.56 1.433 0 .578.187 1.056.56 1.433.373.378.844.567 1.414.567ZM6.632 28a2.52 2.52 0 0 1-1.86-.783A2.588 2.588 0 0 1 4 25.333V6.667c0-.734.257-1.362.772-1.884A2.52 2.52 0 0 1 6.632 4h18.42c.724 0 1.344.26 1.86.783.515.522.772 1.15.772 1.884V10h-2.631V6.667H6.632v18.666h18.42V22h2.632v3.333c0 .734-.257 1.362-.772 1.884a2.52 2.52 0 0 1-1.86.783H6.633Zm10.526-5.333a2.516 2.516 0 0 1-1.858-.783A2.586 2.586 0 0 1 14.526 20v-8c0-.733.258-1.361.774-1.884a2.516 2.516 0 0 1 1.858-.783h9.21c.724 0 1.344.261 1.86.783.514.523.772 1.15.772 1.884v8c0 .733-.258 1.361-.772 1.884a2.52 2.52 0 0 1-1.86.783h-9.21ZM26.368 20v-8h-9.21v8h9.21Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-secure {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M8.625 30c-.722 0-1.34-.26-1.853-.783A2.59 2.59 0 0 1 6 27.333V14c0-.733.257-1.361.772-1.884a2.507 2.507 0 0 1 1.853-.783h1.313V8.667c0-1.845.64-3.417 1.92-4.718C13.137 2.65 14.684 2 16.5 2c1.816 0 3.363.65 4.644 1.95 1.279 1.3 1.919 2.872 1.919 4.717v2.666h1.312c.722 0 1.34.261 1.855.783.513.523.77 1.15.77 1.884v13.333c0 .734-.257 1.362-.77 1.884a2.511 2.511 0 0 1-1.855.783H8.625Zm0-2.667h15.75V14H8.625v13.333Zm7.875-4c.722 0 1.34-.26 1.855-.782.513-.523.77-1.151.77-1.884 0-.734-.257-1.362-.77-1.884A2.511 2.511 0 0 0 16.5 18c-.722 0-1.34.26-1.853.783a2.59 2.59 0 0 0-.772 1.884c0 .733.257 1.361.772 1.884a2.507 2.507 0 0 0 1.853.782Zm-3.938-12h7.876V8.667c0-1.111-.383-2.056-1.149-2.834-.766-.777-1.695-1.166-2.789-1.166s-2.023.389-2.79 1.166c-.765.778-1.148 1.723-1.148 2.834v2.666Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-shipping {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M8.59 27c-1.098 0-2.031-.383-2.8-1.148-.77-.766-1.154-1.696-1.154-2.79H2V8.626c0-.722.258-1.34.775-1.853A2.54 2.54 0 0 1 4.636 6h18.455v5.25h3.954L31 16.5v6.563h-2.636c0 1.093-.385 2.023-1.154 2.789-.769.765-1.702 1.148-2.8 1.148-1.1 0-2.033-.383-2.802-1.148-.769-.766-1.154-1.696-1.154-2.79h-7.909c0 1.094-.384 2.024-1.153 2.79C10.623 26.617 9.689 27 8.591 27Zm0-2.625c.374 0 .688-.126.94-.378.253-.251.38-.563.38-.934 0-.372-.127-.684-.38-.935a1.28 1.28 0 0 0-.94-.378 1.28 1.28 0 0 0-.939.378 1.266 1.266 0 0 0-.378.934c0 .372.126.684.378.935.253.252.566.378.94.378Zm-3.954-3.938h1.055a4.56 4.56 0 0 1 1.285-.951 3.573 3.573 0 0 1 1.615-.361c.593 0 1.131.12 1.615.36.483.242.911.559 1.285.953h8.963V8.624H4.636v11.813Zm19.773 3.938c.374 0 .686-.126.939-.378.253-.251.38-.563.38-.934 0-.372-.127-.684-.38-.935a1.275 1.275 0 0 0-.939-.378c-.373 0-.686.126-.938.378-.253.251-.38.563-.38.934 0 .372.127.684.38.935.252.252.565.378.938.378Zm-1.318-6.563h5.602l-2.966-3.937h-2.636v3.938Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-exchange {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m16.5 22.5 1.789-1.82-2.013-2.08h5.335V16h-5.335l2.013-2.08L16.5 12.1l-5.111 5.2 5.111 5.2ZM7.556 29a2.443 2.443 0 0 1-1.806-.763A2.53 2.53 0 0 1 5 26.4V8.2c0-.715.25-1.327.75-1.837A2.443 2.443 0 0 1 7.556 5.6h5.366c.277-.78.74-1.408 1.39-1.885A3.606 3.606 0 0 1 16.5 3c.81 0 1.539.238 2.189.715A3.9 3.9 0 0 1 20.078 5.6h5.366c.703 0 1.305.254 1.806.763.5.51.75 1.122.75 1.837v18.2a2.53 2.53 0 0 1-.75 1.837c-.5.509-1.103.763-1.806.763H7.556Zm0-2.6h17.888V8.2H7.556v18.2ZM16.5 7.225a.923.923 0 0 0 .687-.277.955.955 0 0 0 .271-.698.96.96 0 0 0-.27-.7.925.925 0 0 0-.688-.275.922.922 0 0 0-.686.276.957.957 0 0 0-.272.699c0 .282.09.514.272.698a.92.92 0 0 0 .686.277Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-copy {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M12.765 23.8a2.487 2.487 0 0 1-1.828-.763 2.51 2.51 0 0 1-.76-1.837V5.6c0-.715.253-1.327.76-1.837A2.486 2.486 0 0 1 12.765 3h11.647a2.49 2.49 0 0 1 1.828.763c.507.51.76 1.122.76 1.837v15.6c0 .715-.253 1.327-.76 1.837a2.49 2.49 0 0 1-1.828.763H12.765Zm0-2.6h11.647V5.6H12.765v15.6ZM7.588 29a2.49 2.49 0 0 1-1.828-.763A2.513 2.513 0 0 1 5 26.4V9.5c0-.368.124-.677.373-.927.247-.249.554-.373.921-.373s.674.124.923.373c.247.25.371.559.371.927v16.9H20.53c.367 0 .675.125.923.374.248.25.371.558.371.926s-.123.677-.37.926a1.25 1.25 0 0 1-.924.374H7.59Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cursor-zoom, 
body .rdc-icon-svg.rdc-icon-cursor-zoom * {cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='m18.74 21.303 10.188 10.196c.334.334.758.501 1.274.501.515 0 .94-.167 1.273-.5.334-.334.508-.752.524-1.253.015-.5-.145-.918-.478-1.251L21.287 18.754a10.85 10.85 0 0 0 1.728-3.14c.425-1.184.637-2.444.637-3.779 0-3.308-1.145-6.107-3.433-8.4C17.929 1.146 15.13 0 11.826 0 8.52 0 5.724 1.145 3.435 3.436 1.145 5.728 0 8.527 0 11.835c0 3.308 1.145 6.107 3.435 8.4 2.289 2.29 5.086 3.435 8.39 3.435a11.08 11.08 0 0 0 3.776-.637 10.838 10.838 0 0 0 3.138-1.73Zm-1.114-3.663c-1.593 1.592-3.526 2.389-5.8 2.389s-4.208-.797-5.8-2.39c-1.592-1.593-2.387-3.528-2.387-5.804 0-2.276.795-4.21 2.387-5.805 1.592-1.592 3.526-2.388 5.8-2.388s4.207.796 5.8 2.388c1.591 1.594 2.387 3.529 2.387 5.805s-.796 4.21-2.387 5.805Z' clip-rule='evenodd'/%3E%3Cpath fill='%23679DC6' d='M11.826 17.297c-.516 0-.947-.175-1.296-.524a1.758 1.758 0 0 1-.523-1.296v-1.821H8.142c-.516 0-.94-.175-1.274-.525-.333-.348-.5-.78-.5-1.296s.174-.949.522-1.298c.35-.349.782-.523 1.297-.523h1.82V8.148c0-.516.174-.94.524-1.275.348-.333.78-.5 1.295-.5.515 0 .948.174 1.297.522.348.35.522.783.522 1.298v1.821h1.865c.516 0 .94.174 1.274.523.333.35.5.782.5 1.298s-.174.948-.522 1.296c-.35.35-.782.525-1.297.525h-1.82v1.866c0 .516-.174.94-.522 1.275-.35.333-.782.5-1.297.5Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-tag {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M17.42 23.105c.186 0 .361-.03.525-.088.163-.058.315-.157.456-.297l3.924-3.92c.257-.257.462-.56.614-.91a2.79 2.79 0 0 0 .227-1.12c0-.793-.28-1.47-.84-2.03a2.77 2.77 0 0 0-2.033-.84c-.444 0-.882.128-1.314.385-.432.257-.952.688-1.56 1.295-.7-.653-1.25-1.097-1.647-1.33a2.392 2.392 0 0 0-1.226-.35c-.795 0-1.472.28-2.033.84a2.764 2.764 0 0 0-.84 2.03c0 .397.075.77.226 1.12.153.35.357.653.614.91l3.925 3.92c.14.14.292.239.456.297.163.059.338.088.525.088ZM17.208 30a2.9 2.9 0 0 1-2.032-.84L2.84 16.84A2.897 2.897 0 0 1 2 14.81V4.8c0-.77.275-1.43.824-1.978A2.7 2.7 0 0 1 4.804 2h10.022a2.8 2.8 0 0 1 1.121.227c.35.152.655.356.912.613l12.335 12.355c.537.537.806 1.196.806 1.977 0 .782-.269 1.441-.806 1.978L19.172 29.16c-.258.257-.555.46-.893.612a2.59 2.59 0 0 1-1.07.228Zm-.035-2.8 10.023-10.01L14.825 4.8H4.803v10.01L17.175 27.2ZM8.308 10.4c.584 0 1.08-.204 1.489-.613A2.02 2.02 0 0 0 10.41 8.3a2.02 2.02 0 0 0-.614-1.487 2.026 2.026 0 0 0-1.49-.613c-.583 0-1.08.204-1.488.613A2.02 2.02 0 0 0 6.205 8.3c0 .583.205 1.079.614 1.487.409.409.905.613 1.489.613Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-points{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m9.05 26.143-3.607-.792a1.236 1.236 0 0 1-.787-.513 1.23 1.23 0 0 1-.23-.907l.36-3.732-2.458-2.84A1.24 1.24 0 0 1 2 16.5c0-.33.11-.617.328-.859l2.459-2.84-.36-3.732a1.23 1.23 0 0 1 .229-.907c.196-.276.459-.447.787-.513l3.606-.792 1.902-3.237a1.22 1.22 0 0 1 .721-.561c.306-.088.612-.077.918.033L16 4.545l3.41-1.453c.306-.11.612-.121.918-.033.306.088.546.275.721.561l1.902 3.237 3.606.792c.328.066.59.237.787.513.197.275.273.577.23.907l-.36 3.732 2.458 2.84c.219.242.328.529.328.859 0 .33-.11.616-.328.859l-2.459 2.84.36 3.732a1.23 1.23 0 0 1-.229.907 1.235 1.235 0 0 1-.787.513l-3.606.792-1.902 3.237a1.22 1.22 0 0 1-.721.561 1.458 1.458 0 0 1-.918-.033L16 28.455l-3.41 1.453c-.306.11-.612.121-.918.033a1.22 1.22 0 0 1-.721-.561l-1.902-3.237Zm4.655-5.878c.24.242.546.363.918.363s.678-.12.918-.363l5.574-5.614c.262-.265.393-.579.393-.942a1.29 1.29 0 0 0-.393-.94 1.271 1.271 0 0 0-.934-.397c-.361 0-.673.132-.935.396l-4.623 4.657-1.902-1.883a1.272 1.272 0 0 0-.934-.347 1.28 1.28 0 0 0-.902.38c-.24.243-.36.55-.36.925 0 .374.12.683.36.925l2.82 2.84Zm-1.05 6.737L16 25.549l3.41 1.453 1.836-3.17 3.607-.859-.328-3.699L26.95 16.5l-2.426-2.84.328-3.699-3.607-.793-1.902-3.17L16 7.451l-3.41-1.453-1.836 3.17-3.606.793.327 3.699L5.05 16.5l2.426 2.774-.327 3.765 3.606.793 1.902 3.17Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-gift{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M5.7 23.526v2.737h21.6v-2.737H5.7ZM5.7 29a2.581 2.581 0 0 1-1.906-.803A2.654 2.654 0 0 1 3 26.263V11.21c0-.752.265-1.396.794-1.932A2.58 2.58 0 0 1 5.7 8.474h2.97a1.942 1.942 0 0 1-.22-.65 4.972 4.972 0 0 1-.05-.719c0-1.14.394-2.11 1.181-2.908C10.37 3.4 11.325 3 12.45 3c.675 0 1.3.177 1.873.53a5.96 5.96 0 0 1 1.502 1.317l.675.89.675-.89a4.92 4.92 0 0 1 1.485-1.334A3.68 3.68 0 0 1 20.55 3c1.125 0 2.081.4 2.869 1.197.787.799 1.181 1.768 1.181 2.908 0 .251-.017.49-.051.719a1.92 1.92 0 0 1-.219.65h2.97c.742 0 1.378.268 1.908.804.528.536.792 1.18.792 1.932v15.053c0 .753-.264 1.397-.792 1.934A2.586 2.586 0 0 1 27.3 29H5.7Zm0-9.579h21.6v-8.21h-6.885l2.059 2.839c.202.274.264.587.185.94a1.826 1.826 0 0 1-.489.907 1.17 1.17 0 0 1-.979.24 1.395 1.395 0 0 1-.877-.548l-3.814-5.2-3.814 5.235a1.41 1.41 0 0 1-.927.563c-.372.058-.681-.039-.929-.29a1.31 1.31 0 0 1-.556-.89 1.26 1.26 0 0 1 .252-.991l1.992-2.806H5.7v8.211Zm6.75-10.947a1.3 1.3 0 0 0 .963-.393c.258-.263.387-.588.387-.976 0-.387-.13-.713-.387-.975a1.3 1.3 0 0 0-.963-.393c-.382 0-.703.13-.961.393a1.33 1.33 0 0 0-.389.975c0 .388.13.713.389.976.258.262.579.393.961.393Zm8.1 0a1.3 1.3 0 0 0 .963-.393c.258-.263.387-.588.387-.976 0-.387-.13-.713-.387-.975a1.3 1.3 0 0 0-.963-.393c-.383 0-.703.13-.961.393a1.33 1.33 0 0 0-.389.975c0 .388.13.713.389.976.258.262.579.393.961.393Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-home{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M7.75 25.257h4.125V17.03h8.25v8.228h4.125V12.914L16 6.743l-8.25 6.171v12.343Zm0 2.743a2.65 2.65 0 0 1-1.941-.805A2.639 2.639 0 0 1 5 25.257V12.914c0-.434.098-.845.293-1.234.194-.389.463-.709.807-.96l8.25-6.171A2.726 2.726 0 0 1 16 4a2.726 2.726 0 0 1 1.65.549l8.25 6.171a2.724 2.724 0 0 1 1.1 2.194v12.343c0 .754-.269 1.4-.807 1.938A2.655 2.655 0 0 1 24.25 28h-6.875v-8.229h-2.75V28H7.75Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view1:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M6.667 28c-.734 0-1.362-.26-1.884-.783A2.57 2.57 0 0 1 4 25.333V6.667c0-.734.26-1.362.783-1.884A2.571 2.571 0 0 1 6.667 4h18.666c.734 0 1.362.26 1.884.783.522.522.783 1.15.783 1.884v18.666a2.57 2.57 0 0 1-.783 1.884 2.57 2.57 0 0 1-1.884.783H6.667Zm0-2.667h18.666V6.667H6.667v18.666Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view1.active,
body .rdc-icon-svg.rdc-icon-view1-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M6.667 28c-.734 0-1.362-.26-1.884-.783A2.57 2.57 0 0 1 4 25.333V6.667c0-.734.26-1.362.783-1.884A2.571 2.571 0 0 1 6.667 4h18.666c.734 0 1.362.26 1.884.783.522.522.783 1.15.783 1.884v18.666a2.57 2.57 0 0 1-.783 1.884 2.57 2.57 0 0 1-1.884.783H6.667Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view2:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M6.667 14.667a2.57 2.57 0 0 1-1.884-.784A2.567 2.567 0 0 1 4 12V6.667c0-.734.26-1.362.783-1.884A2.571 2.571 0 0 1 6.667 4H12c.733 0 1.361.26 1.884.783.522.522.783 1.15.783 1.884V12a2.57 2.57 0 0 1-.783 1.883 2.57 2.57 0 0 1-1.884.784H6.667Zm0 13.333c-.734 0-1.362-.26-1.884-.783A2.57 2.57 0 0 1 4 25.333V20c0-.733.26-1.361.783-1.884a2.571 2.571 0 0 1 1.884-.783H12c.733 0 1.361.261 1.884.783A2.57 2.57 0 0 1 14.667 20v5.333a2.57 2.57 0 0 1-.783 1.884A2.571 2.571 0 0 1 12 28H6.667ZM20 14.667a2.57 2.57 0 0 1-1.883-.784A2.565 2.565 0 0 1 17.333 12V6.667c0-.734.262-1.362.784-1.884A2.567 2.567 0 0 1 20 4h5.333c.734 0 1.362.26 1.884.783.522.522.783 1.15.783 1.884V12c0 .733-.26 1.36-.783 1.883a2.569 2.569 0 0 1-1.884.784H20ZM20 28c-.733 0-1.36-.26-1.883-.783a2.569 2.569 0 0 1-.784-1.884V20c0-.733.262-1.361.784-1.884A2.567 2.567 0 0 1 20 17.333h5.333c.734 0 1.362.261 1.884.783A2.57 2.57 0 0 1 28 20v5.333a2.57 2.57 0 0 1-.783 1.884 2.57 2.57 0 0 1-1.884.783H20ZM6.667 12H12V6.667H6.667V12ZM20 12h5.333V6.667H20V12Zm0 13.333h5.333V20H20v5.333Zm-13.333 0H12V20H6.667v5.333Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view2.active,
body .rdc-icon-svg.rdc-icon-view2-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M6.667 14.667a2.57 2.57 0 0 1-1.884-.784A2.567 2.567 0 0 1 4 12V6.667c0-.734.26-1.362.783-1.884A2.571 2.571 0 0 1 6.667 4H12c.733 0 1.361.26 1.884.783.522.522.783 1.15.783 1.884V12a2.57 2.57 0 0 1-.783 1.883 2.57 2.57 0 0 1-1.884.784H6.667Zm0 13.333c-.734 0-1.362-.26-1.884-.783A2.57 2.57 0 0 1 4 25.333V20c0-.733.26-1.361.783-1.884a2.571 2.571 0 0 1 1.884-.783H12c.733 0 1.361.261 1.884.783A2.57 2.57 0 0 1 14.667 20v5.333a2.57 2.57 0 0 1-.783 1.884A2.571 2.571 0 0 1 12 28H6.667ZM20 14.667a2.57 2.57 0 0 1-1.883-.784A2.565 2.565 0 0 1 17.333 12V6.667c0-.734.262-1.362.784-1.884A2.567 2.567 0 0 1 20 4h5.333c.734 0 1.362.26 1.884.783.522.522.783 1.15.783 1.884V12c0 .733-.26 1.36-.783 1.883a2.569 2.569 0 0 1-1.884.784H20ZM20 28c-.733 0-1.36-.26-1.883-.783a2.569 2.569 0 0 1-.784-1.884V20c0-.733.262-1.361.784-1.884A2.567 2.567 0 0 1 20 17.333h5.333c.734 0 1.362.261 1.884.783A2.57 2.57 0 0 1 28 20v5.333a2.57 2.57 0 0 1-.783 1.884 2.57 2.57 0 0 1-1.884.783H20Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-size-guide{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M5.6 24c-.715 0-1.327-.26-1.836-.783A2.602 2.602 0 0 1 3 21.333V10.667a2.6 2.6 0 0 1 .764-1.883C4.274 8.261 4.885 8 5.6 8h20.8c.715 0 1.327.261 1.837.784A2.6 2.6 0 0 1 29 10.667v10.666c0 .734-.254 1.362-.763 1.884-.51.522-1.122.783-1.837.783H5.6Zm0-2.667h20.8V10.667h-3.9V16h-2.6v-5.333h-2.6V16h-2.6v-5.333h-2.6V16H9.5v-5.333H5.6v10.666Z'/%3E%3C/svg%3E");}


/*
 *
 * Header
 *
*/
header a,
header p,
header .p,
header .paragraph{color: var(--color-white);}


@media screen and (min-width: 1200px) {
	#header-search-input{font-size: 16px;line-height: 132%;}
}

/*
 *
 * Cart
 *
*/
#rdc-mini-cart .item-name .paragraph{line-height: 164%;}
#rdc-mini-cart .item-ref .small{color: var(--color-darkgray);line-height: 128%;}
body #rdc-mini-cart .wrapper-free-shipping{background-color: var(--color-success);padding: 6px 24px 5px !important;}
#rdc-mini-cart .rdc-wrapper-popup-footer .button{font-size: 16px;line-height: 138%;}

/*
 *
 * Menu Mobile
 *
*/
body #mobile-holder a:not(.mobile-inst-menu-exp):not(.paragraph).mobile-nav-item,
body #mobile-holder a:not(.mobile-inst-menu-exp):not(.paragraph),
body #mobile-holder .list-nav-title{font-size: 18px;line-height: 134%;color: var(--color-dark);}

body #mobile-holder a:not(.mobile-inst-menu-exp):not(.paragraph).mobile-nav-item.featured, 
body #mobile-holder a:not(.mobile-inst-menu-exp):not(.paragraph).featured, 
body #mobile-holder .list-nav-title.featured{color: #DF0931;}

body #mobile-holder .mobile-accordion-wrapper .list-nav-title,
body #mobile-holder .mobile-accordion-wrapper a:not(.mobile-inst-menu-exp):not(.paragraph){font-size: 16px;line-height: 138%;}
#mobile-inst-menu a:not(.button) .mobile-inst-menu-exp{font-weight: 700;color: var(--color-dark);}
body #mobile-holder a.mobile-nav-item-4{line-height: 180%;}
#mobile-holder a.mobile-nav-item.featured span{color: var(--color-theme);}
#mobile-holder a.mobile-nav-item.featured .rdc-icon-svg{filter: brightness(0) saturate(100%) invert(63%) sepia(22%) saturate(842%) hue-rotate(163deg) brightness(92%) contrast(79%);}

/*
*
* Account
*
*/
body #main.account .list-nav-title.list-nav-title-fixed-fontsize{font-weight: 700 !important;font-size: 16px;line-height: 138%; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;}
body .account, 
body .account p, 
body .account .paragraph{font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;font-size: 14px;font-weight: 400;line-height: 178%;color: var(--color-black);}
body .account.account-landing h1, 
body .account.account-landing .secondary-title.secondary-title-fixed-fontsize{font-size: 42px;line-height: 140%;font-weight: 400;}
body #main.account{background-color: #fff;}
body #main.account .account-menu ul li a{font-weight: 700;font-size: 16px;line-height: 138%;text-transform: none;}
body #main.account .form-field p{font-weight: 700;}

body #main.account .special-button{font-size: 14px;}
body .account h1, 
body .account .secondary-title.secondary-title-fixed-fontsize{font-size: 32px;line-height: 150% !important;}
body #main.account .form-field .max-carac{color: var(--color-darkgray);}
body .account-content[data-page="2"] .pickup-adress .form-zip button{background-color: transparent;border: 0;}

/* Mobile (Portrait) */
@media screen and (max-width: 767px) {
	body #main.account #rdc-account-menu-mobile-v2 #rdc-account-menu-mobile-v2-itemselected{background-color: var(--color-theme);}
	body #rdc-account-menu-mobile-v2-itemselected .subtitle{font-weight: 700;font-size: 16px;line-height: 138%;text-transform: none;}

	body .account.account-landing h1, 
	body .account.account-landing .secondary-title.secondary-title-fixed-fontsize{font-size: 28px;line-height: 140% !important;}

	body .wrapper-steps .steps .step > label{line-height: 120%;}

}


/*
 *
 * Footer
 *
*/
body .country-change-footer .paragraph{font-size: 0;}
body .country-change-footer .paragraph span{font-size: 14px;line-height: 178%;font-weight: 700 !important;}
#footer #rdc-footer-menu-list_calendar .paragraph,
#rdc-footer-menu-list_phone .info-phone{font-size: 12px;line-height: 134%;color: #ffffffb3;}
body #footer .wrapper-footer {background-color: var(--color-dark);}
body #footer .newsletter-footer input{background-color: var(--color-dark);border-color: var(--color-white);color: var(--color-white);}
body #footer .newsletter-footer .btn-light{color: var(--color-dark);}
body #footer .newsletter-footer .btn-light:hover{color: var(--color-white);}


@media screen and (max-width: 991px){
	#footer .footer-menu-header .footer-menu-item-1 {font-size: 15px;line-height: 160%;}
}


/*
 *
 * Banner Homepage
 *
*/
.home .home-slider .description .content .home-slider-title{font-size: 16px;line-height: 22px;}
.home .home-slider .description .content .home-slider-subtitle{font-size: 50px;line-height: 60px;}

@media screen and (max-width: 1199px){
	.home .home-slider .description .content .home-slider-subtitle{font-size: 30px;line-height: 42px;}
}


/*
 *
 * Filtros
 *
*/
body #rdc-productlist-area-a.rdc-productlist-area{border-bottom: 1px solid #CCC;z-index: 91;}
body #rdc-productlist-area-a.rdc-productlist-area.filterScroll{border-bottom: 0;}
body .box-filter:not(.active) .title-filter{background-color: var(--color-white);}
body .box-filter.active .title-filter-wrap,
body .box-filter .cnt-filters{border-color: var(--color-white);}
body #rdc-list-total-results .rdc-search-total-exp1,
body #rdc-list-total-results-mobile .rdc-search-total-exp1 {font-weight: 700 !important;color: var(--color-theme);}
body #rdc-list-total-results-mobile .rdc-search-total-exp1{margin-right: 4px;}
body #rdc-list-total-results .rdc-search-total-exp2{margin-left: 4px !important;}

/* ,body #rdc-list-total-results-mobile .rdc-search-total-exp2*/

body .box-filter #slider-range .ui-slider-handle{background-color: var(--color-dark);} 
body .box-filter #slider-range{background-color: var(--color-lightgray);}
body .box-filter .bottom-filters-content{padding: 15px 15px 25px;background-color: var(--color-background);display: flex;flex-direction: column-reverse;}
body .box-filter .magic-checkbox+label:after, 
body .box-filter .magic-checkbox+span:after{left: 2px;}
body .box-filter:not(.box-filter-order_by) .magic-checkbox+label:before, 
body .box-filter:not(.box-filter-order_by) .magic-checkbox+span, 
body .box-filter:not(.box-filter-order_by) .magic-radio+label:before, 
body .box-filter:not(.box-filter-order_by) .magic-radio+span{width: 20px;height: 20px;border-color: var(--color-lines);border-radius: 4px;}
body .box-filter .bottom-filters-clear{margin-bottom: -15px;margin-top: 7px;}
body .box-filter .bottom-filters-content .button{color: var(--color-white);border-color: var(--color-link);background-color: var(--color-link);}
body .box-filter .bottom-filters-content .button:not([disabled]):not(.disabled):hover{color: var(--color-link);border-color: var(--color-link);background-color: transparent;}
body .box-filter .filter-label-item {padding-left: 29px;}
body .box-filter .filter-cnt-item:not(:first-child) {margin-top: 20px;}

body #filters-right .magic-checkbox+label:before, 
body #filters-right .magic-checkbox+span, 
body #filters-right .magic-radio+label:before, 
body #filters-right .magic-radio+span{width: 20px;height: 20px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; }


body #filters-right .magic-radio+label:after{width: 10px;height: 10px;background-color: var(--color-link);}
body #filters-right .box-filter .filter-label-item{font-size: 13px;}
body #filters-right .box-filter .filter-cnt-item:not(:first-child) {margin-top: 20px;}


body .box-filter .bottom-filters-clear .link,
body .box-filter .clear-filters .link{font-weight: 400;text-transform: none;border-bottom: 0;text-decoration: underline !important;}
body .box-filter .bottom-filters-clear .link:hover,
body .box-filter .clear-filters .link:hover{text-decoration: none !important;}
body .filters-active .box-filter:not(.active){opacity: 0.5;}
body .box-filter .clear-filters .rdc-icon-svg,
body #filters-popup .wrapper-rotation-filters .check-color,
body .box-filter .filter-label-item .check-color{display: none;}

body .box-filter .filter-label-item{font-size: 13px;}

/* Desktop */
@media screen and (min-width: 1200px) {
	body .filters-container{padding-top: 17px;padding-bottom: 19px;}
	body .box-filter .cnt-filters{top: calc(100% + 10px);min-width: 300px;padding: 0;}
	body #filters-right .box-filter .cnt-filters{min-width: 212px !important;}
	body .box-filter .title-filter{padding-left: 0;padding-right: 0;}
	body .box-filter{margin-left: 16px;margin-right: 16px;}
	body .filters{margin-left: -16px;margin-right: -16px;margin-top: 3px;}
	body #filters-right{margin-top: 4px !important;}
	body .box-filter .total-filter-active{font-weight: 700;font-size: 14px;line-height: 158%;color: var(--color-theme);min-width: 1px;height: auto;background-color: transparent;padding: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
	body .box-filter #slider-range{margin: 10px auto 0;}
	body .box-filter .slider-range-numbers{margin-left: 3px;margin-right: 3px;}
	body .box-filter .cnt-filters-list{padding: 17px 15px 5px;margin-right: 15px;margin-bottom: 15px;max-height: 358px;}
	body .box-filter.box-filter-preco .cnt-filters-list{padding: 17px 15px;margin: 0;}
	body #filters-right .box-filter .cnt-filters-list{padding: 17px 15px 27px;}

	body .filterScroll .filters-container{padding-top: 7px;padding-bottom: 9px;border-bottom: 1px solid var(--color-dark);}
	body #rdc-productlist-area-a.rdc-productlist-area.filterScroll{border-color: var(--color-dark);}

	
}

@media screen and (max-width: 1199px) {
	body #rdc-productlist-area-a.rdc-productlist-area{border-bottom: 0;}
	body #rdc-productlist-area-a.rdc-productlist-area{z-index: 89;}
	body #filters-bar .filters-bar-btn .total-filter-active{color: var(--color-theme);}
}

/* Mobile (Portrait) */
@media screen and (max-width: 767px) {
	#filters-popup-container .rdc-wrapper-popup-header{height: 56px !important;border-bottom: 0 !important;}
	#filters-popup-container .rdc-wrapper-popup-body{padding-top: 4px;}
	#filters-popup .mfp-close{width: 20px;height: 20px;min-width: 20px;min-height: 20px;}
	#filters-popup .mfp-close .rdc-icon-svg{background-size: 22px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpolygon points='11.961 11 18 17.039 17.039 18 11 11.961 4.961 18 4 17.039 10.039 11 4 4.961 4.961 4 11 10.039 17.039 4 18 4.961'/%3E%3C/svg%3E"); background-color: transparent; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
	body #filters-popup .mfp-close {top: 18px;right: 21px;}
	body #filters-popup .wrapper-pseudo-filters .box-filter{padding: 16px 56px 12px 5px;}
	#filters-popup-container .rdc-wrapper-popup-footer{padding: 15px 20px 13px !important;background-color: var(--color-background);}
	.wrapper-rotation-filters .rdc-icon-arrowleft{background-color: transparent;background-size: 20px;margin-right: 15px !important;}
	#filters-popup-container .wrapper-rotation-filters .rdc-wrapper-popup-body {padding-top: 9px;}
	body #filters-popup .wrapper-rotation-filters .filter-cnt-item:not(:first-child) {margin-top: 26px;}
	body #filters-popup .wrapper-rotation-filters .box-filter {padding-left: 48px !important; padding-right: 48px !important;}
	body #filters-popup .wrapper-rotation-filters .box-filter .filter-label-item {padding-left: 33px; font-size: 14px;}
	#filters-popup .bottom-filters-clear .link{text-transform: none;}
	body .magic-checkbox+label:before, 
	body .magic-checkbox+span, 
	body .magic-radio+label:before, 
	body .magic-radio+span{width: 20px;height: 20px;}
	body .magic-checkbox+label:after, 
	body .magic-checkbox+span:after{width: 20px;height: 20px;left: 1px;background-size: 18px;}
	body #filters-popup .rdc-wrapper-popup-header .total-filter-active{padding-left: 4px !important;}
	body #filters-popup .wrapper-pseudo-filters .box-filter span{font-size: 16px;line-height: 138%;}
	body #filters-popup .wrapper-pseudo-filters .box-filter .rdc-icon-svg{width: 16px;height: 16px;right: 4px;}

	body .box-filter .magic-checkbox+label:after, body .box-filter .magic-checkbox+span:after{left: 1px;}

	body .wrapper-active-filters .filters-active-item{ line-height: 25px;padding: 4px 44px 7px 15px;height: auto;border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; background-color: var(--color-background);}

	body .wrapper-active-filters .filters-active-item::before{right: 14px;border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%;width: 20px;height: 20px;background-color: #fff;background-position: center;background-repeat: no-repeat;background-size: 12px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M9.75 28a2.38 2.38 0 0 1-1.765-.75 2.49 2.49 0 0 1-.735-1.806V8.834a1.2 1.2 0 0 1-.891-.367A1.254 1.254 0 0 1 6 7.556c0-.362.12-.666.359-.912a1.2 1.2 0 0 1 .891-.366h5c0-.362.12-.666.36-.911S13.146 5 13.5 5h5a1.2 1.2 0 0 1 .891.367c.24.245.359.549.359.91h5c.354 0 .65.123.89.367.24.246.36.55.36.912s-.12.665-.36.91-.536.367-.89.367v16.611c0 .703-.245 1.305-.734 1.806-.49.5-1.078.75-1.766.75H9.75Zm0-19.167v16.611h12.5V8.834H9.75Zm2.5 12.778c0 .362.12.665.36.91s.536.368.89.368.651-.123.891-.368a1.25 1.25 0 0 0 .359-.91v-8.944c0-.362-.12-.666-.359-.911a1.2 1.2 0 0 0-.891-.367c-.354 0-.65.122-.89.367s-.36.549-.36.91v8.945Zm5 0c0 .362.12.665.36.91s.536.368.89.368.651-.123.891-.368a1.25 1.25 0 0 0 .359-.91v-8.944c0-.362-.12-.666-.359-.911a1.2 1.2 0 0 0-.891-.367c-.354 0-.65.122-.89.367s-.36.549-.36.91v8.945Z'/%3E%3C/svg%3E");}

	body .wrapper-active-filters{margin-bottom: -5px !important;position: relative;}
	body .wrapper-active-filters::after{content: '';position: absolute;top: 0;right: 0;width: 48px;height: 100%;background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);}
	body .wrapper-active-filters .filters-active-item:not(:first-child){margin-left: 10px;}
	body .wrapper-active-filters-list{margin-left: 20px;}

	#rdc-list-total-results-mobile #sp-1223{height: 10px;}
	#rdc-list-total-results-mobile #sp-4544{height: 0;}
	body #rdc-productlist-area-a.rdc-productlist-area{border-bottom: 0;}
	#rdc-productlist-area-a.filterScroll #rdc-list-total-results-mobile{display: none;}
	body .search #rdc-list-total-results-mobile .rdc-search-total-exp3{display: block !important;font-weight: 700;}
	.search #rdc-list-total-results-mobile > div:not(#sp-1223) {display: flex;align-items: center;justify-content: center;}

}


/*
*
* Detail
*
*/
#displayReviews .a{color: var(--color-link);}
body .rdc-promo-30days{color: var(--color-darkgray);}
.rdc-promo-30days,
.rdc-promo-date{font-size: 12px !important;}

#rdc-productdetail-area-b .rdc-product-brand p{font-weight: 700;}

.variants .label-desc,
.wrapper-colors .colors a .color-name, 
.wrapper-colors .colors .a .color-name{font-weight: 700;}

.variants .wrapper-size-matches thead tr th,
.variants .wrapper-size-matches tbody tr td {color: var(--color-darkgray);text-transform: uppercase;}

#rdc-productdetail-area-b .secondary-buttons .button{font-size: 16px;}

.wrapper-info-market .list-nav-title{font-size: 14px;}

body .breadcrumb ul li a,
body .heading-breadcrumb .column-return a{color: var(--color-link);}

body .stock-alert .stock-alert-item{font-size: 13px;line-height: 130%;font-weight: 600;}
body .stock-alert .form-field .btn-stock{font-size: 13px;line-height: 130%;}



.rdc-product-services-wrapper .rdc-service-price p b{font-weight: 400;color: var(--color-link);}
.rdc-product-services-wrapper .rdc-service-group-conditions .link{font-weight: 400;line-height: 100%;}



#rdc-productdetail-area-b .rdc-product-name .rdc-product-package-units{font-size: 12px; line-height: 16px; color: var(--color-darkgray);}


@media screen and (max-width: 767px) {
	.column-combine-products .product-item .price p:not(.rdc-promo-date):not(.rdc-promo-30days){font-size: 15px;line-height: 20px;}
}



/* Mobile (Portrait) */
@media screen and (max-width: 767px) {}

/* Mobile (Landscape), Tablet (Portrait) */
@media screen and (min-width: 768px) and (max-width: 991px) {}

/* Tablet (Landscape) */
@media screen and (min-width: 992px) and (max-width: 1199px) {}

/* Desktop */
@media screen and (min-width: 1200px) {}



/* Custom styles */
body article.product-item .packageType{font-weight: 400;}
body article.product-item .packageType,
body article.product-item .desc .rdc-product-item-colors span {font-size: 12px; line-height: 18px; color: var(--color-darkgray);}


@media screen and (max-width: 1199px) {
	body article.product-item .packageType{font-size: 10px;line-height: 13px;}
}

/* Wishlist */
body #main.wishlist #share-wish .label-title {font-weight: 700; line-height: 133%;}
body #main.wishlist #share-wish .clipboard {text-transform: none !important; font-size: 12px; line-height: 133%;}



/* Blocks */
.value-propositions-item .value-propositions-cell-text .paragraph {font-weight: 700 !important;}


/* Heading */
body .heading-titles .title-heading-titles {font-size: 42px; font-weight: 400; line-height: 140%;}

@media screen and (max-width: 767px){
	body .heading-titles .title-heading-titles {font-size: 28px;}
}

body .comparator.ref12 .rdc-item-variants button{padding-left: 15px;padding-right: 15px;}