/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #333;
	--color-theme: #3FAE29;
	--color-black: #333;
	--color-darkgray: #666;
	--color-gray: #999;
	--color-lightgray: #CCC;
	--color-white: #FFF;
	--color-overlay: rgba(0,0,0,0.5);
	--color-background: #F5F5F5;
	--color-lines: #999;
	--color-link: #2D72D9;
	--color-help: #8B8D8F;
	--color-helplight: #E6E6E6;
	--color-error: #DF0931;
	--color-errorlight: #FFF1F0;
	--color-success: #3FAE29;
	--color-successlight: #F6FFED;
	--color-warning: #FAAD14;
	--color-warninglight: #FFFBE6;
	--color-info: #1890FF;
	--color-infolight: #E6F7FF;

	--base-fontfamily: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;
	--container-padding: 40px;
	--container-padding-n: -40px;
}

@media screen and (max-width: 767px) {
	:root {
		--container-padding: 14px;
		--container-padding-n: -14px;
	}
	.row {margin-right: -14px;margin-left: -14px;}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {padding-right: 14px;padding-left: 14px;}
}

/*@media screen and (min-width: 768px) and (max-width: 991px) {
	:root {
		--container-padding: 15px;
		--container-padding-n: -15px;
	}
}*/


/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content {
	/* Do not add styles */
	font-family: var(--base-fontfamily);
	font-weight: 400;
	font-size: 14px;
	color: var(--color-black);
}

/* A */
a, .a {
	color: currentColor;
	text-decoration: underline;
}

/* PARAGRAPH */
.paragraph, .gm-style, .page-content {
	font-weight: 400;
	line-height: 180%;
}

/* PARAGRAPH - A */
.paragraph a, .paragraph .a,
body #main .back_heading {
	color: var(--color-link);
	text-decoration: underline;
}

a:hover, .a:hover,
.paragraph a:hover, .paragraph .a:hover,
body #main .back_heading:hover {
	text-decoration: none;
}

/* PARAGRAPH - B (For mozilla) */
body b, body strong {font-weight: bold;}

.paragraph a:hover, a.paragraph:hover,
body #main .back_heading:hover {
	color: var(--color-link);
	text-decoration: none;
}

/* SMALL */
a.small, .a.small, .small, small, .small, .small::before, .small::after {
	font-weight: 400; /* Required font-weight  */
	font-size: 14px;
	color: var(--color-black);
}

/* MEGA-TITLE */
.mega-title {
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	font-size: 46px;
	line-height: 120%;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title,
body .title-heading-titles {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 140%;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 32px;
	/*line-height: 150%;*/
	line-height: 120%;
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 150%;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
}

.list-nav-title.active {
	text-decoration: underline;
}

/* SIGNATURE */
.signature {
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 1px;
	color: var(--color-theme);
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
}

.list-nav-subtitle.active {
	text-decoration: underline;
}

/* PRODUCT ITEM */
	/* Brand */
	.brand-list-product,
	.rdc-product-packs .rdc-pack .key1-name {
		font-weight: 700;
		font-size: 13px;
	} 

	/* Name */
	.product-item .desc .name {
		font-weight: 400;
		font-size: 13px;
		line-height: 150%;
	}

	/* Price */
	.price,
	.prod-info-cb-price-wrapp {
		display: flex;
		align-items: baseline;
	}

	.price, .price p,
	.prod-info-cb-price-wrapp, .prod-info-cb-price-wrapp p {
		font-weight: 800;
		font-size: 15px;
	}

	/* Price Old */
	.price .old,
	.prod-info-cb-price-wrapp .prod-info-cb-pv-price {
		font-family: 'Inter', sans-serif;
		font-weight: 500;
		font-size: 13px;
		color: var(--color-gray);
		text-decoration: line-through;
		margin-left: 0 !important;
	}

	/* Price Discount */
	.price .discount,
	.prod-info-cb-price-wrapp .prod-info-cb-disc-price {
		font-family: 'Inter', sans-serif;
		font-weight: 600;
		font-size: 14px;
		background: var(--color-error); /* Required */
		color: var(--color-white); /* Required */
		padding: 5px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 10px;
	}

	/* Price Current */
	.price .current,
	.prod-info-cb-price-wrapp .prod-info-cb-price {
		font-family: 'Inter', sans-serif;
		font-weight: 800;
		font-size: 15px;
	}

	/* Price Desde, Price Type, Price Date */
	.price .desde, .price .type, .price .date {
		font-weight: 400;
		font-size: 12px;
		line-height: 135%;
	}

	/* Price Desde, Price Type */
	.price .desde {
		order: 0;
		margin-right: 10px;
	}
	.price .desde, .price .type {
		color: var(--color-darkgray);
	}

	/* Promo Date */
	.rdc-promo-date {
		color: var(--color-error);
	}

	/* Product Item and Detail */
	.product-item .price .old,
	#main.comparator .price .old,
	.prod-info-cb-price-wrapp .prod-info-cb-pv-price {font-weight: 300;align-self: flex-start;width: 0;order: 2;margin: 3px 0 0 0 !important;}
	.product-item .price .discount,
	#main.comparator .price .discount,
	.prod-info-cb-price-wrapp .prod-info-cb-disc-price {margin: 0 10px 0 0;order: 1;height: 42px;padding: 13px 10px !important;}
	.product-item .price .current,
	#main.comparator .price .current,
	.prod-info-cb-price-wrapp .prod-info-cb-price {order: 3;}
	.product-item .price .discount + .current,
	#main.comparator .price .discount + .current,
	.prod-info-cb-price-wrapp .prod-info-cb-disc-price + .prod-info-cb-price {align-self: flex-end;margin-bottom: 3px;}
	@media screen and (max-width: 768px) {
		/*.section-products .col-xs-6 .product-item .price .old,
		.section-products.list_mobile_grid_50 .product-item .price .old {font-size: 12px;margin-top: 1px;}
		.section-products .col-xs-6 .product-item .price .discount,
		.section-products.list_mobile_grid_50 .product-item .price .discount {height: 36px;margin-right: 5px;}
		.section-products .col-xs-6 .product-item .price .discount + .current,
		.section-products.list_mobile_grid_50 .product-item .price .discount + .current {margin-bottom: 2px;}*/
		body .product-item .price .old,
		body #main.comparator .price .old,
		.prod-info-cb-price-wrapp .prod-info-cb-pv-price {font-size: 12px !important;margin-top: 1px !important;}
		body .product-item .price .discount,
		body #main.comparator .price .discount,
		.prod-info-cb-price-wrapp .prod-info-cb-disc-price {height: 36px !important;margin-right: 5px !important;padding: 9px 10px !important;}
		body .product-item .price .discount + .current,
		body #main.comparator .price .discount + .current,
		.prod-info-cb-price-wrapp .prod-info-cb-disc-price + .prod-info-cb-price {margin-bottom: 2px !important;}
	}

@media screen and (max-width: 1199px) {
	/* MEGA-TITLE */
	.mega-title {
		font-size: 30px;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title,
	body .title-heading-titles { 			/* (1) */
		font-size: 28px;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title { /* (1) */
		font-size: 24px;
	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
		font-size: 19px;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
		font-size: 17px;
	}

	/* LIST-NAV-TITLE 
	.list-nav-title {
		font-size: 16px;
	}*/

	/* LIST-NAV-SUBTITLE - Required for accordion contains secondary-subtitle */
	.list-nav-subtitle {
		font-size: 14px;
	}

	/* SIGNATURE */
	.signature {
		font-size: 14px;
	}

	/* PRODUCT ITEM */
	.product-item .desc .name,
	.product-item .price p,
	.rdc-item-price p,
	.prod-info-cb-price-wrapp .prod-info-cb-price {
		font-size: 14px;
	}

	/* PRODUCT ITEM - Promo date */
	.product-item .price .type,
	.product-item .price .date,
	.rdc-promo-date {
		font-size: 10px;
		line-height: 135%;
	}

	/* PRODUCT ITEM - Desde */
	.product-item .price .desde {
		font-size: 10px;
	}

	/* Price Discount */
	body .product-item .price .discount,
	.prod-info-cb-price-wrapp .prod-info-cb-disc-price {
		margin: 0 6px 0 0;
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
}

@media screen and (min-width: 992px) {
	/* Colocar igual aos estilos anteriores de mobile */
	/* PRODUCT ITEM (SMALL) == MOBILE */
	body .rdc-product-item-size-small .desc .name ,
	body .rdc-product-item-size-small .price p {
		font-size: 13px;
	}

	/* PRODUCT ITEM - Promo date */
	body .rdc-product-item-size-small .price .type,
	body .rdc-product-item-size-small .price .date {
		font-size: 10px;
		line-height: 150%;
	}

	/* PRODUCT ITEM - Promo date */
	body .rdc-product-item-size-small .price .desde {
		font-size: 10px;
	}

	/* Price Discount */
	body .rdc-product-item-size-small .price .discount {
		margin: 0 6px 0 0;
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	/**/
	body .rdc-product-item-size-small .price .old {font-size: 12px !important;margin-top: 1px !important;}
	body .rdc-product-item-size-small .price .discount {height: 36px !important;margin-right: 5px !important;}
	body .rdc-product-item-size-small .price .discount + .current {margin-bottom: 2px !important;}
}

/* (1) - REQUIRED - Mobile styles to be used on desktop */
	/* TITLE */
	.rdc-popup-right-bar .title {
		font-size: 38px;
	}





/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button] {
		font-family: 'Inter', sans-serif;
		font-weight: 600;
		font-size: 14px;
		color: var(--color-white);
		text-transform: none;
		padding: 12px 50px 13px;
		border: 1px solid var(--color-black);
		background-color: var(--color-black);
		border-radius: 50px;
	}
	@media screen and (max-width: 767px) {
		.button, button, input[type=submit], input[type=button] {padding-left: 15px;padding-right: 15px;}
	}
	
	.button, button, input[type=submit], input[type=button] {
		color: var(--color-white);
		border: 1px solid var(--color-black);
		background-color: var(--color-black);
	}

	/* Normal Hover */
	.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover {
		color: var(--color-black);
		border-color: var(--color-black);
		background-color: transparent;
	}

	/* Normal Disabled */
	.button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
		cursor: default !important;
		background-color: var(--color-background);
		border-color: var(--color-background);
		color: var(--color-lightgray);
	}

	/* 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 {
		color: var(--color-black);
		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 {
		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] {
		cursor: default !important;
		background-color: var(--color-background);
		border-color: var(--color-background);
		color: var(--color-lightgray);
	}

/* Secondary Button */
	/* Normal */
	.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
		color: var(--color-black);
		border-color: var(--color-black);
		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-black);
		background-color: var(--color-black);
	}

	/* Normal Disable */
	.button.btn2[disabled], button.btn2[disabled], input[type=submit].btn2[disabled], input[type=button].btn2[disabled], .buttonBlocks[disabled]{
		cursor: default !important;
		background-color: var(--color-background);
		color: var(--color-lightgray);
	}

	/* 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,
	body #main .contentTitles_button.btn-light {
		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-black); 
		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;
		background-color: var(--color-background);
		border-color: var(--color-background);
		color: var(--color-lightgray);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		font-family: 'Inter', sans-serif;
		font-weight: 600;
		font-size: 14px;
		line-height: normal;
		text-decoration: none !important;
		padding: 2px 0 1px;
		border: 0;
		background: transparent;
		display: inline-block;
	}

	.button.link:not(.cursor-default), .link:not(.cursor-default) {
		background-image: linear-gradient(to bottom, currentColor, currentColor 1px);
		background-size: 1px 1px;
		background-repeat: repeat-x;
		background-position: bottom;
		text-decoration: none;
		display: inline;
	}

	/* Normal Hover */
	.button.link:not([disabled]):hover, .link:not([disabled]):hover {
		border-color: transparent;
		background-image: none;
		color: currentColor;
	}

	/* Normal Disable */
	.button.link[disabled], .link[disabled] {
		cursor: default !important;
		color: var(--color-lightgray);
	}

	/* 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: 600;
		font-size: 17px;
		color: var(--color-white);
		padding: 15px 20px 16px;
		border: 1px solid var(--color-theme);
		background-color: var(--color-theme);
		border-radius: 50px;
	}

	/* Normal hover */
	.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
		color: var(--color-white);
		border-color: #30841F;
		background-color: #30841F;
	}

	/* Normal Disable */
	.btn-cart[disabled] {
		cursor: default !important;
		background-color: var(--color-background);
		border-color: var(--color-background);
		color: var(--color-lightgray);
	}

/* Buttons Cart - Secondary */
	/* Normal */
	.btn-cart.btn2,
	.rdc-pack-row-button .button {
		font-weight: 600;
		font-size: 17px;
		line-height: 120%;
		color: var(--color-theme);
		padding: 15px 20px 16px;
		border: 1px solid var(--color-theme);
		background-color: var(--color-white);
		border-radius: 50px;
	}

	/* Normal hover */
	.btn-cart.btn2:not([disabled]):not(.loader):hover{
		color: var(--color-white);
		border-color: var(--color-theme);
		background-color: var(--color-theme);
	}

	/* Normal Disable */
	.btn-cart.btn2[disabled] {
		cursor: default !important;
		background-color: var(--color-background);
		border-color: var(--color-background);
		color: var(--color-lightgray);
	}

	@media screen and (max-width: 768px) {
		.btn-cart, .btn-cart-esgotado,
		.btn-cart.btn2,
		.rdc-pack-row-button .button {
			padding: 15px 10px 16px;
			font-size: 15px;
		}
	}

/* Button Esgotado */
body .btn-cart-esgotado{
	color: var(--color-darkgray) !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;
}

.button.loader .rdc-icon-svg, button.loader .rdc-icon-svg, .btn-cart.loader .rdc-icon-svg {
	display: none;
}





/*
 *
 * Accordions
 *
*/
body .accordion > li {
	border-color: var(--color-lines);
}

body .accordion > li.active {
	border-color: var(--color-dark);
}

body .accordion > li.active + li {
	border-top-color: var(--color-dark);
}

body .accordion > li.active .accordion-head p {
	color: var(--color-theme);
}

body .accordion .accordion-head {padding-top: 19px;padding-bottom: 19px;}
.accordion .accordion-head, .accordion .accordion-content {
	padding-left: 15px;
	padding-right: 4em;
}
body .accordion .accordion-icon {right: 15px;}
body .accordion .accordion-icon .rdc-icon-svg {width: 20px;height: 20px;}
.accordion-icon .rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 25c-.3643 0-.6694-.1234-.9154-.3703-.2469-.246-.3703-.5511-.3703-.9154v-6.4286h-6.42859c-.36428 0-.66985-.1234-.91671-.3703-.246-.246-.369-.5511-.369-.9154s.123-.6699.369-.9167c.24686-.246.55243-.369.91671-.369h6.42859v-6.42859c0-.36428.1234-.66985.3703-.91671.246-.246.5511-.369.9154-.369s.6699.123.9167.369c.246.24686.369.55243.369.91671v6.42859h6.4286c.3643 0 .6694.123.9154.369.2469.2468.3703.5524.3703.9167s-.1234.6694-.3703.9154c-.246.2469-.5511.3703-.9154.3703h-6.4286v6.4286c0 .3643-.123.6694-.369.9154-.2468.2469-.5524.3703-.9167.3703z' fill='%23333'/%3E%3C/svg%3E") !important;}
.accordion-icon .rdc-icon-arrowup {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.28571 17.2853c-.36428 0-.66985-.1234-.91671-.3703-.246-.246-.369-.5511-.369-.9154s.123-.6699.369-.9167c.24686-.246.55243-.369.91671-.369h15.42859c.3643 0 .6694.123.9154.369.2469.2468.3703.5524.3703.9167s-.1234.6694-.3703.9154c-.246.2469-.5511.3703-.9154.3703-9.1719 0-5.4476 0-15.42859 0z' fill='%233FAE29'/%3E%3C/svg%3E") !important;}




/*
 *
 * Tabs
 *
*/
body .tabs-container:not(.vertical) .tabs li {
	margin: 0 5px;
}

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: 300;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	border: 1px solid var(--color-lines);
	background-color: var(--color-white);
}

body .tabs-container:not(.vertical) .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
	border-color: var(--color-black);
}

body .tabs-container .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	color: var(--color-dark);
	border-color: var(--color-dark);
}

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;
	}
}






/*
 *
 * Form
 *
*/
/* Label (forms, filters, etc) */
.label-title, .label-subtitle, .label-desc {}

body textarea, body input[type=text], body input[type=number], body input[type=email], body input[type=password], body input[type=tel], body input[type=search], body input[type=file], body select {
	padding: 10px 15px;
	border: 1px solid;
	min-height: 44px;
	background-color: white;
	color: currentColor; /* Required */
	border-radius: 6px;
}
/* Account */
body textarea, body input[type=text], body input[type=number], body input[type=email], body input[type=password], body input[type=tel], body input[type=search], body input[type=file], body select {
	border-color: var(--color-lines) !important;
}

body input[type=file] {
	padding: 10px 15px;
}

body input[type=text]:hover, body input[type=number]:hover, body input[type=email]:hover, body input[type=password]:hover, body input[type=tel]:hover, body input[type=search]:hover, body input[type=file]:hover, body textarea:hover, body div.select:not(.disabled):hover
body .magic-checkbox+label:hover:before, body .magic-radio+label:hover:before {
	border-color: var(--color-gray); 
}

body input[type=text]:focus, body input[type=email]:focus, body input[type=password]:focus, body input[type=tel]:focus, body input[type=search]:focus, body textarea:focus {
	border-color: var(--color-theme);
}

body input[type=text]:disabled, body input[type=email]:disabled, body input[type=password]:disabled, body input[type=tel]:disabled, body input[type=search]:disabled, body textarea:disabled, body div.select[disabled],
body input[type=text].disabled, body input[type=email].disabled, body input[type=password].disabled, body input[type=tel].disabled, body input[type=search].disabled, body textarea.disabled, body div.select.disabled {
	background-color: var(--color-background) !important;
	border: 1px solid var(--color-lines)!important;
	-webkit-text-fill-color: var(--color-darkgray);
	-webkit-opacity: 1; 
	cursor: default;
}

body div.select {
	position: relative;
	z-index: 0;
	display: block;
	border: 1px solid var(--color-lines);
	background-color: white;
	overflow-x: hidden;
	border-radius: 6px;
}

body div.select:not(.select-unseen):active {
	border-color: var(--color-theme) !important;
}

body div.select[disabled] {
	border-color: var(--color-lines) !important;
}

body select[disabled] {
	opacity: 0.9;
}

body div.select select {
	position: relative;
	width: 100%;
	padding: 6px 40px 6px 15px;
	min-height: 42px;
	height: auto;
	appearance:none;
	border: 0px !important;
	border-radius: 0 !important;
	background: transparent;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 0 !important;
	line-height: 19px; /* Mozilla */
}
.rdc-product-services-wrapper .rdc-service-group-head {
	display: flex;
	min-height: 42px;
	align-items: center;
}

body div.select::after{
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7625 7.28802L8.44327 12.3353C8.37995 12.3952 8.31135 12.4375 8.23747 12.4623C8.16359 12.4874 8.08443 12.5 8 12.5C7.91557 12.5 7.83641 12.4874 7.76253 12.4623C7.68865 12.4375 7.62005 12.3952 7.55673 12.3353L2.22164 7.28802C2.07388 7.14823 2 6.9735 2 6.76382C2 6.55415 2.07916 6.37442 2.23747 6.22465C2.39578 6.07488 2.58047 6 2.79156 6C3.00264 6 3.18734 6.07488 3.34565 6.22465L8 10.6279L12.6544 6.22465C12.8021 6.08487 12.9841 6.01498 13.2002 6.01498C13.4168 6.01498 13.6042 6.08986 13.7625 6.23963C13.9208 6.3894 14 6.56413 14 6.76382C14 6.96352 13.9208 7.13825 13.7625 7.28802Z' fill='%23333333'/%3E%3C/svg%3E%0A") left top/100% no-repeat;
}

body div.select[disabled]::after {
	z-index: 20;
	opacity: 0.5;
}

body div.select.loading::after {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
}

body div.select select:disabled{
	background-color: var(--color-background);
}

body div.select select::-ms-expand{
	display: none;
}

body div.select[disabled]::after{
	opacity: 0.3;
}

body .form-field-date::after{
	content: '';
	position: absolute;
	bottom: 14px;
	right: 28px;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 17C15.6537 17 15.3636 16.88 15.1298 16.64C14.8951 16.4008 14.7778 16.1042 14.7778 15.75C14.7778 15.3958 14.8951 15.0987 15.1298 14.8587C15.3636 14.6196 15.6537 14.5 16 14.5C16.3463 14.5 16.6368 14.6196 16.8714 14.8587C17.1053 15.0987 17.2222 15.3958 17.2222 15.75C17.2222 16.1042 17.1053 16.4008 16.8714 16.64C16.6368 16.88 16.3463 17 16 17ZM11.1111 17C10.7648 17 10.4743 16.88 10.2397 16.64C10.0058 16.4008 9.88889 16.1042 9.88889 15.75C9.88889 15.3958 10.0058 15.0987 10.2397 14.8587C10.4743 14.6196 10.7648 14.5 11.1111 14.5C11.4574 14.5 11.7479 14.6196 11.9826 14.8587C12.2164 15.0987 12.3333 15.3958 12.3333 15.75C12.3333 16.1042 12.2164 16.4008 11.9826 16.64C11.7479 16.88 11.4574 17 11.1111 17ZM20.8889 17C20.5426 17 20.2525 16.88 20.0187 16.64C19.784 16.4008 19.6667 16.1042 19.6667 15.75C19.6667 15.3958 19.784 15.0987 20.0187 14.8587C20.2525 14.6196 20.5426 14.5 20.8889 14.5C21.2352 14.5 21.5253 14.6196 21.7591 14.8587C21.9938 15.0987 22.1111 15.3958 22.1111 15.75C22.1111 16.1042 21.9938 16.4008 21.7591 16.64C21.5253 16.88 21.2352 17 20.8889 17ZM16 22C15.6537 22 15.3636 21.88 15.1298 21.64C14.8951 21.4008 14.7778 21.1042 14.7778 20.75C14.7778 20.3958 14.8951 20.0992 15.1298 19.86C15.3636 19.62 15.6537 19.5 16 19.5C16.3463 19.5 16.6368 19.62 16.8714 19.86C17.1053 20.0992 17.2222 20.3958 17.2222 20.75C17.2222 21.1042 17.1053 21.4008 16.8714 21.64C16.6368 21.88 16.3463 22 16 22ZM11.1111 22C10.7648 22 10.4743 21.88 10.2397 21.64C10.0058 21.4008 9.88889 21.1042 9.88889 20.75C9.88889 20.3958 10.0058 20.0992 10.2397 19.86C10.4743 19.62 10.7648 19.5 11.1111 19.5C11.4574 19.5 11.7479 19.62 11.9826 19.86C12.2164 20.0992 12.3333 20.3958 12.3333 20.75C12.3333 21.1042 12.2164 21.4008 11.9826 21.64C11.7479 21.88 11.4574 22 11.1111 22ZM20.8889 22C20.5426 22 20.2525 21.88 20.0187 21.64C19.784 21.4008 19.6667 21.1042 19.6667 20.75C19.6667 20.3958 19.784 20.0992 20.0187 19.86C20.2525 19.62 20.5426 19.5 20.8889 19.5C21.2352 19.5 21.5253 19.62 21.7591 19.86C21.9938 20.0992 22.1111 20.3958 22.1111 20.75C22.1111 21.1042 21.9938 21.4008 21.7591 21.64C21.5253 21.88 21.2352 22 20.8889 22ZM7.44444 27C6.77222 27 6.19656 26.7554 5.71744 26.2663C5.23915 25.7763 5 25.1875 5 24.5V7C5 6.3125 5.23915 5.72417 5.71744 5.235C6.19656 4.745 6.77222 4.5 7.44444 4.5H8.66667V3.25C8.66667 2.89583 8.78359 2.59875 9.01744 2.35875C9.25211 2.11958 9.54259 2 9.88889 2C10.2352 2 10.5257 2.11958 10.7603 2.35875C10.9942 2.59875 11.1111 2.89583 11.1111 3.25V4.5H20.8889V3.25C20.8889 2.89583 21.0062 2.59875 21.2409 2.35875C21.4747 2.11958 21.7648 2 22.1111 2C22.4574 2 22.7475 2.11958 22.9813 2.35875C23.216 2.59875 23.3333 2.89583 23.3333 3.25V4.5H24.5556C25.2278 4.5 25.8034 4.745 26.2826 5.235C26.7609 5.72417 27 6.3125 27 7V24.5C27 25.1875 26.7609 25.7763 26.2826 26.2663C25.8034 26.7554 25.2278 27 24.5556 27H7.44444ZM7.44444 24.5H24.5556V12H7.44444V24.5ZM7.44444 9.5H24.5556V7H7.44444V9.5Z' fill='%23333333'/%3E%3C/svg%3E%0A") left top/100% no-repeat;
}

::-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);}

body .magic-checkbox+label:before, body .magic-checkbox+span {border-radius: 4px;border-color: var(--color-lines);}
body .magic-checkbox+label:after, body .magic-checkbox+span:after {width: 7px;height: 12px;border-width: 2px;}
body .required-notice {color: var(--color-darkgray) !important;}
@-moz-document url-prefix() {
	body div.select:not(.selectQtd) select {padding-top: 11px;padding-bottom: 11px;}
	body .form-field-date::after {bottom: 14px;}
}




/*
 *
 * Messages Bar
 *
*/
.form-message .help,
.form-message .success,
.form-message .info,
.form-message .warning,
.form-message .error {
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 20px;
	line-height: 140%;
	padding: 5px 10px 5px 35px;
	border-radius: 2px;
	border: 1px solid;
}

.form-message .help {
	background-color: var(--color-helplight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238b8d8f' fill-rule='evenodd'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125z' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='m16.8556542 22.6708224c-.2787156.2480277-.6017256.3726806-.9676406.3726806-.3785865 0-.7088214-.12243-.9907049-.3677345-.2823281-.24486-.42377-.5876973-.42377-1.0281785 0-.3907422.1368847-.7196304.4097648-.9861643s.6076167-.3998008 1.0047101-.3998008c.3907576 0 .7196587.1332669.9866477.3998008.2665444.2665339.4002612.5953665.4002612.9861643-.0005001.4341458-.1401081.7752603-.4192683 1.0232324zm3.4753588-8.6155585c-.2141358.3970777-.4684534.7394704-.7634529 1.0281785-.2941103.2886524-.8230865.7738152-1.586595 1.4559331-.2105234.1924535-.3799203.3613991-.5068568.5068368-.1269364.1459378-.2218054.2791492-.2837175.4002454-.0623567.1210407-.110208.2421369-.1441096.3631775-.0339016.120596-.0849207.3333897-.1540577.6373806-.117433.6451054-.4865158.9676025-1.106804.9676025-.3225654 0-.5936115-.1052575-.8145276-.3162172-.220027-.2109597-.3297904-.5240092-.3297904-.9395932 0-.5208415.0808637-.9721596.2421464-1.3538433.1603935-.3817392.3749739-.7164627.6415183-1.0051151.266989-.2886525.6265683-.6311007 1.0796827-1.0281785.3970933-.3473943.6839787-.6093712.8606005-.7860416.1770664-.1770594.3257333-.3740144.446334-.590865.1215456-.2172951.1811791-.4526519.1811791-.7069595 0-.4964444-.1838467-.9147514-.5533742-1.2558104-.3690828-.3410589-.8452614-.5118384-1.4284801-.5118384-.6825893 0-1.1849444.1721133-1.5075098.5163399-.3225654.3442267-.5949453.8510635-.8185847 1.5210106-.2114126.7011242-.6116738 1.0516307-1.200339 1.0516307-.3474081 0-.6405736-.12243-.8795521-.3672899-.2385339-.24486-.3578008-.5100045-.3578008-.7954892 0-.5890867.1892932-1.1862871.567435-1.7911568.3785864-.6048697.9306267-1.10587118 1.6565656-1.50250431.7254943-.39707773 1.5725898-.59586667 2.5397858-.59586667.8994484 0 1.6931905.16622246 2.3816709.49827835.6884804.33155574 1.2206244.78287393 1.5960429 1.35384333.374974.5705248.5628833 1.1907886.5628833 1.8607356.0008837.5263434-.1061564.9884985-.3202923 1.3855762z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	border-color: var(--color-help);
}

.form-message .success {
	background-color: var(--color-successlight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125zm6.1588512 5.8627863c.0025742.0025545.005134.0051234.0076794.0077066.3826574.3883299.3815551 1.01228-.002472 1.3992554l-7.5148374 7.572533c-.3334527.3360127-.8761615.338088-1.2121742.0046354-.0015511-.0015392-.0030963-.0030844-.0046355-.0046354l-3.59894211-3.6265732c-.38226603-.3852009-.38226603-1.006628 0-1.3918289.37903691-.3819469.99593611-.384306 1.37788311-.0052691l.0043113.0043053 2.8251525 2.8389128 6.7420178-6.7937799c.3785236-.3814297.9945874-.3837856 1.3760171-.005262z' fill='%2338ca73'%3E%3C/path%3E%3C/svg%3E");
	border-color: var(--color-success);
}

.form-message .info {
	background-color: var(--color-infolight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230088df'%3E%3Cpath d='m16 4c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12 5.37-12 12-12zm0 1.6875c-5.6980195 0-10.3125 4.6144805-10.3125 10.3125s4.6144805 10.3125 10.3125 10.3125 10.3125-4.6144805 10.3125-10.3125-4.6144805-10.3125-10.3125-10.3125z'%3E%3C/path%3E%3Cpath d='m0 0h2.400017v2.400023h-2.400017z' transform='matrix(1 0 0 -1 15 12.400022)'%3E%3C/path%3E%3Cpath d='m0 4.799989h2.400017v7.200011h-2.400017z' transform='matrix(1 0 0 -1 15 26.799988)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	border-color: var(--color-info);
}

.form-message .warning {
	background-color: var(--color-warninglight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.51175785 27c-1.21116724 0-2.32813258-.669486-2.96063102-1.7215355-.71324293-1.1886792-.71324293-2.6096291-.12111672-3.8529603l7.84567219-14.03448273c.8881893-1.32530904 2.0455269-2.39102147 3.7277036-2.39102147s2.8395143 1.06571243 3.7277036 2.39102147l7.8053 13.96616783c.6459558 1.2160052.619041 2.746259-.0942019 3.9212752-.6324985 1.0520495-1.7360064 1.7215355-2.9606311 1.7215355zm8.49162805-6.804164c.7132429 0 1.2784543.5875082 1.2784543 1.3116461s-.5652114 1.2979831-1.2784543 1.2979831-1.2919117-.5738452-1.2919117-1.2979831.5786688-1.3116461 1.2919117-1.3116461zm0-1.297983c-.4710095 0-.8074448-.3962265-.8612745-.8744307l-.4306372-3.9212753c-.0672871-.669486.6324984-1.297983 1.2919117-1.297983s1.3591988.628497 1.2784543 1.297983l-.4306372 3.9212753c-.0403723.4645413-.3633502.8744307-.8478171.8744307zm-8.49162805 6.3669486h16.96979865c.6324985 0 1.170795-.3552375 1.5072304-.9017567.390265-.655823.3768076-1.4482759.067287-2.1314249l-7.7514703-13.87052696c-.5517539-.81977879-1.238082-1.6258946-2.3012177-1.6258946s-1.7629212.80611581-2.3146752 1.6258946l-7.73801284 13.87052696c-.32297793.696812-.33643535 1.4756019.06728706 2.1314249.32297793.5465192.86127448.9017567 1.49377293.9017567z' fill='%23ec7a09'%3E%3C/path%3E%3C/svg%3E");
	border-color: var(--color-warning);
}

.form-message .error {
	background-color: var(--color-errorlight);
	background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f60000'%3E%3Cpath d='m16 4c6.6274416 0 12 5.37261464 12 12 0 6.6273854-5.3726146 12-12 12-6.62738536 0-12-5.3726146-12-12 0-6.62738536 5.37261464-12 12-12zm0 1.7c-5.6885013 0-10.3 4.6114987-10.3 10.3s4.6114987 10.3 10.3 10.3 10.3-4.6114987 10.3-10.3c0-5.6885219-4.6114631-10.3-10.3-10.3z'%3E%3C/path%3E%3Cpath d='m20.2792452 11.8792201-.1584717-.1584665c-.4260336-.4260195-1.116759-.4260081-1.5427785.0000254-.000455.0004551-.0009096.0009105-.0013638.0013663l-2.5766312 2.5858521-2.5766185-2.5858393c-.4252649-.4267867-1.1159892-.4280205-1.5427759-.0027556-.0004601.0004585-.0009198.0009173-.0013791.0013766l-.1584474.1584474c-.4260265.4260265-.4260265 1.116752 0 1.5427785.0004593.0004592.0009189.0009181.001379.0013765l2.5858393 2.5766185-2.5858521 2.5766312c-.4267867.4252649-.4280204 1.1159892-.0027555 1.542776.0004542.0004558.0009088.0009112.0013638.0013663l.1584665.1584717c.4260194.4260335 1.1167449.4260449 1.5427784.0000254.0004657-.0004656.0009309-.0009317.0013957-.0013982l2.5766058-2.5858698 2.5766185 2.5858826c.4252613.4267903 1.1159856.4280298 1.5427759.0027685.0004623-.0004606.0009241-.0009216.0013855-.001383l.1584908-.1584908c.4260265-.4260265.4260265-1.1167519 0-1.5427784-.0004614-.0004614-.0009233-.0009224-.0013855-.001383l-2.5858826-2.5766185 2.5858698-2.5766058c.4267903-.4252613.4280298-1.1159856.0027685-1.5427759-.0004648-.0004665-.0009301-.0009326-.0013957-.0013982z'%3E%3C/path%3E%3C/g%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;
}






/*
 *
 * 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-gray) var(--color-background);
}
.slim-scrollbar::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.slim-scrollbar::-webkit-scrollbar-track {
	background: var(--color-background);
	border-bottom-right-radius: 5px;
	margin-bottom: 1px;
}
.slim-scrollbar::-webkit-scrollbar-thumb {
	background-color: var(--color-gray);
	border-radius: 8px;
}






/*
 *
 * Geral
 *
*/
.overlay::before {background-color: var(--color-overlay);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 90;}
#containerSite-mask {background-color: transparent;}
.border-color {border-color: lightgray;}

/* CONTAINER => max-width: (2560px | 1902px | 1600px | 1440px) + (--container-padding * 2) */
.container,
.account .wrapper-account.container {max-width: calc(1600px + var(--container-padding) * 2);padding-left: var(--container-padding);padding-right: var(--container-padding);}
.rdc-container-fullscreen {max-width: 1680px;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: 1366px) {
	.container {max-width: 1332px}
}
@media screen and (max-width: 1280px) {
	.container {max-width: 1242px}
}



/*
 *
 * Sliders
 *
*/
.slick-arrow {width: 40px;height: 40px;top: calc(50% - 20px);}
.slick-dots li button {background-color: var(--color-white);border-color: var(--color-darkgray);box-shadow: 0px 0px 6px 0px #FFF;}
.slick-dots li.slick-active button, .slick-dots li button:hover {background-color: var(--color-gray);}
.slick-dots li.slick-active button {border-color: var(--color-gray);}
.slick-arrow.slick-prev {left: 40px;}
.slick-arrow.slick-next {right: 40px;}
.slider .slick-arrow.slick-prev {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M21.9695 29.3641L13.7677 20.7203C13.6704 20.6174 13.6016 20.5059 13.5613 20.3859C13.5204 20.2658 13.5 20.1372 13.5 20C13.5 19.8628 13.5204 19.7342 13.5613 19.6141C13.6016 19.4941 13.6704 19.3826 13.7677 19.2797L21.9695 10.6102C22.1966 10.3701 22.4806 10.25 22.8213 10.25C23.162 10.25 23.4541 10.3786 23.6974 10.6359C23.9408 10.8931 24.0625 11.1933 24.0625 11.5363C24.0625 11.8793 23.9408 12.1794 23.6974 12.4367L16.5422 20L23.6974 27.5633C23.9246 27.8034 24.0382 28.0991 24.0382 28.4503C24.0382 28.8023 23.9165 29.1069 23.6731 29.3641C23.4297 29.6214 23.1458 29.75 22.8213 29.75C22.4968 29.75 22.2128 29.6214 21.9695 29.3641Z' fill='%23333333'/%3E%3C/svg%3E");
}
.slider .slick-arrow.slick-next {
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M18.0305 29.3641L26.2323 20.7203C26.3296 20.6174 26.3984 20.5059 26.4387 20.3859C26.4796 20.2658 26.5 20.1372 26.5 20C26.5 19.8628 26.4796 19.7342 26.4387 19.6141C26.3984 19.4941 26.3296 19.3826 26.2323 19.2797L18.0305 10.6102C17.8034 10.3701 17.5194 10.25 17.1787 10.25C16.838 10.25 16.5459 10.3786 16.3026 10.6359C16.0592 10.8931 15.9375 11.1933 15.9375 11.5363C15.9375 11.8793 16.0592 12.1794 16.3026 12.4367L23.4578 20L16.3026 27.5633C16.0754 27.8034 15.9618 28.0991 15.9618 28.4503C15.9618 28.8023 16.0835 29.1069 16.3269 29.3641C16.5703 29.6214 16.8542 29.75 17.1787 29.75C17.5032 29.75 17.7872 29.6214 18.0305 29.3641Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.slider .slick-arrow:hover {opacity: 0.7;}
.slick-arrow.slick-disabled {opacity: 0.3 !important;cursor: default !important;}

@media screen and (max-width: 991px) {
	body .relacionados_slider_mobile .row {padding-bottom: 30px;}
}




/*
 *
 * 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 ... ");} */
.rdc-icon-circle {background-size: 20px;}
.rdc-icon-circle.rdc-icon-close {background-size: 12px;}

@media screen and (min-width: 1200px) {
	body .mfp-close.rdc-mfp-icon-svg, body .mfp-close.rdc-mfp-icon-svg:hover {min-width: 42px;min-height: 42px;}
	body .mfp-close.rdc-mfp-icon-svg .rdc-icon-circle {background-size: 18px !important;}
}
@media screen and (max-width: 767px) {
	body .mfp-close.rdc-mfp-icon-svg, body .mfp-close.rdc-mfp-icon-svg:hover {min-width: 32px;min-height: 32px;}
	/*body .mfp-close.rdc-mfp-icon-svg .rdc-icon-circle {background-size: 20px !important;}*/
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	body .mfp-close.rdc-mfp-icon-svg .rdc-icon-circle {background-size: 14px !important;}
}

@media screen and (min-width: 1200px) {
	body .rdc-icon-svg.rdc-icon-menu.featured {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33333 19.5C4.02639 19.5 3.76928 19.396 3.562 19.188C3.354 18.9807 3.25 18.7236 3.25 18.4167C3.25 18.1097 3.354 17.8526 3.562 17.6453C3.76928 17.4373 4.02639 17.3333 4.33333 17.3333H21.6667C21.9736 17.3333 22.2307 17.4373 22.438 17.6453C22.646 17.8526 22.75 18.1097 22.75 18.4167C22.75 18.7236 22.646 18.9807 22.438 19.188C22.2307 19.396 21.9736 19.5 21.6667 19.5H4.33333ZM4.33333 14.0833C4.02639 14.0833 3.76928 13.9793 3.562 13.7713C3.354 13.5641 3.25 13.3069 3.25 13C3.25 12.6931 3.354 12.4356 3.562 12.2276C3.76928 12.0203 4.02639 11.9167 4.33333 11.9167H21.6667C21.9736 11.9167 22.2307 12.0203 22.438 12.2276C22.646 12.4356 22.75 12.6931 22.75 13C22.75 13.3069 22.646 13.5641 22.438 13.7713C22.2307 13.9793 21.9736 14.0833 21.6667 14.0833H4.33333ZM4.33333 8.66667C4.02639 8.66667 3.76928 8.56303 3.562 8.35575C3.354 8.14775 3.25 7.89028 3.25 7.58333C3.25 7.27639 3.354 7.01892 3.562 6.81092C3.76928 6.60364 4.02639 6.5 4.33333 6.5H21.6667C21.9736 6.5 22.2307 6.60364 22.438 6.81092C22.646 7.01892 22.75 7.27639 22.75 7.58333C22.75 7.89028 22.646 8.14775 22.438 8.35575C22.2307 8.56303 21.9736 8.66667 21.6667 8.66667H4.33333Z' fill='%233FAE29'/%3E%3C/svg%3E%0A");}
	body .rdc-icon-svg.rdc-icon-menu-close.featured {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 14.557L7.55038 20.0067C7.34648 20.2105 7.08698 20.3125 6.77186 20.3125C6.45675 20.3125 6.19724 20.2105 5.99335 20.0067C5.78945 19.8028 5.6875 19.5433 5.6875 19.2281C5.6875 18.913 5.78945 18.6535 5.99335 18.4496L11.443 13L5.99335 7.55038C5.78945 7.34648 5.6875 7.08698 5.6875 6.77186C5.6875 6.45675 5.78945 6.19724 5.99335 5.99335C6.19724 5.78945 6.45675 5.6875 6.77186 5.6875C7.08698 5.6875 7.34648 5.78945 7.55038 5.99335L13 11.443L18.4496 5.99335C18.6535 5.78945 18.913 5.6875 19.2281 5.6875C19.5433 5.6875 19.8028 5.78945 20.0067 5.99335C20.2105 6.19724 20.3125 6.45675 20.3125 6.77186C20.3125 7.08698 20.2105 7.34648 20.0067 7.55038L14.557 13L20.0067 18.4496C20.2105 18.6535 20.3125 18.913 20.3125 19.2281C20.3125 19.5433 20.2105 19.8028 20.0067 20.0067C19.8028 20.2105 19.5433 20.3125 19.2281 20.3125C18.913 20.3125 18.6535 20.2105 18.4496 20.0067L13 14.557Z' fill='%233FAE29'/%3E%3C/svg%3E%0A");}
	body .rdc-icon-svg.rdc-icon-menu:not(.featured) {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33333 19.5C4.02639 19.5 3.76928 19.396 3.562 19.188C3.354 18.9807 3.25 18.7236 3.25 18.4167C3.25 18.1097 3.354 17.8526 3.562 17.6453C3.76928 17.4373 4.02639 17.3333 4.33333 17.3333H21.6667C21.9736 17.3333 22.2307 17.4373 22.438 17.6453C22.646 17.8526 22.75 18.1097 22.75 18.4167C22.75 18.7236 22.646 18.9807 22.438 19.188C22.2307 19.396 21.9736 19.5 21.6667 19.5H4.33333ZM4.33333 14.0833C4.02639 14.0833 3.76928 13.9793 3.562 13.7713C3.354 13.5641 3.25 13.3069 3.25 13C3.25 12.6931 3.354 12.4356 3.562 12.2276C3.76928 12.0203 4.02639 11.9167 4.33333 11.9167H21.6667C21.9736 11.9167 22.2307 12.0203 22.438 12.2276C22.646 12.4356 22.75 12.6931 22.75 13C22.75 13.3069 22.646 13.5641 22.438 13.7713C22.2307 13.9793 21.9736 14.0833 21.6667 14.0833H4.33333ZM4.33333 8.66667C4.02639 8.66667 3.76928 8.56303 3.562 8.35575C3.354 8.14775 3.25 7.89028 3.25 7.58333C3.25 7.27639 3.354 7.01892 3.562 6.81092C3.76928 6.60364 4.02639 6.5 4.33333 6.5H21.6667C21.9736 6.5 22.2307 6.60364 22.438 6.81092C22.646 7.01892 22.75 7.27639 22.75 7.58333C22.75 7.89028 22.646 8.14775 22.438 8.35575C22.2307 8.56303 21.9736 8.66667 21.6667 8.66667H4.33333Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
	body .rdc-icon-svg.rdc-icon-menu-close:not(.featured) {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 14.557L7.55038 20.0067C7.34648 20.2105 7.08698 20.3125 6.77186 20.3125C6.45675 20.3125 6.19724 20.2105 5.99335 20.0067C5.78945 19.8028 5.6875 19.5433 5.6875 19.2281C5.6875 18.913 5.78945 18.6535 5.99335 18.4496L11.443 13L5.99335 7.55038C5.78945 7.34648 5.6875 7.08698 5.6875 6.77186C5.6875 6.45675 5.78945 6.19724 5.99335 5.99335C6.19724 5.78945 6.45675 5.6875 6.77186 5.6875C7.08698 5.6875 7.34648 5.78945 7.55038 5.99335L13 11.443L18.4496 5.99335C18.6535 5.78945 18.913 5.6875 19.2281 5.6875C19.5433 5.6875 19.8028 5.78945 20.0067 5.99335C20.2105 6.19724 20.3125 6.45675 20.3125 6.77186C20.3125 7.08698 20.2105 7.34648 20.0067 7.55038L14.557 13L20.0067 18.4496C20.2105 18.6535 20.3125 18.913 20.3125 19.2281C20.3125 19.5433 20.2105 19.8028 20.0067 20.0067C19.8028 20.2105 19.5433 20.3125 19.2281 20.3125C18.913 20.3125 18.6535 20.2105 18.4496 20.0067L13 14.557Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
	body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2656 23.3238L16.1406 17.1901C15.5938 17.6282 14.9648 17.975 14.2539 18.2306C13.543 18.4862 12.7865 18.614 11.9844 18.614C9.9974 18.614 8.31594 17.925 6.94 16.5471C5.56333 15.1685 4.875 13.4843 4.875 11.4945C4.875 9.50468 5.56333 7.82047 6.94 6.44184C8.31594 5.06395 9.9974 4.375 11.9844 4.375C13.9714 4.375 15.6532 5.06395 17.0298 6.44184C18.4058 7.82047 19.0938 9.50468 19.0938 11.4945C19.0938 12.2977 18.9661 13.0553 18.7109 13.7672C18.4557 14.4792 18.1094 15.109 17.6719 15.6566L23.8242 21.8177C24.0247 22.0186 24.125 22.265 24.125 22.5571C24.125 22.8492 24.0156 23.1047 23.7969 23.3238C23.5964 23.5246 23.3411 23.625 23.0312 23.625C22.7214 23.625 22.4661 23.5246 22.2656 23.3238ZM11.9844 16.4234C13.3516 16.4234 14.5139 15.9444 15.4712 14.9863C16.4279 14.0276 16.9062 12.8636 16.9062 11.4945C16.9062 10.1254 16.4279 8.96141 15.4712 8.00265C14.5139 7.04463 13.3516 6.56561 11.9844 6.56561C10.6172 6.56561 9.4549 7.04463 8.4975 8.00265C7.54083 8.96141 7.0625 10.1254 7.0625 11.4945C7.0625 12.8636 7.54083 14.0276 8.4975 14.9863C9.4549 15.9444 10.6172 16.4234 11.9844 16.4234Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
}
@media screen and (max-width: 1199px) {
	body .rdc-icon-svg.rdc-icon-menu.featured {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33333 19.5C4.02639 19.5 3.76928 19.396 3.562 19.188C3.354 18.9807 3.25 18.7236 3.25 18.4167C3.25 18.1097 3.354 17.8526 3.562 17.6453C3.76928 17.4373 4.02639 17.3333 4.33333 17.3333H21.6667C21.9736 17.3333 22.2307 17.4373 22.438 17.6453C22.646 17.8526 22.75 18.1097 22.75 18.4167C22.75 18.7236 22.646 18.9807 22.438 19.188C22.2307 19.396 21.9736 19.5 21.6667 19.5H4.33333ZM4.33333 14.0833C4.02639 14.0833 3.76928 13.9793 3.562 13.7713C3.354 13.5641 3.25 13.3069 3.25 13C3.25 12.6931 3.354 12.4356 3.562 12.2276C3.76928 12.0203 4.02639 11.9167 4.33333 11.9167H21.6667C21.9736 11.9167 22.2307 12.0203 22.438 12.2276C22.646 12.4356 22.75 12.6931 22.75 13C22.75 13.3069 22.646 13.5641 22.438 13.7713C22.2307 13.9793 21.9736 14.0833 21.6667 14.0833H4.33333ZM4.33333 8.66667C4.02639 8.66667 3.76928 8.56303 3.562 8.35575C3.354 8.14775 3.25 7.89028 3.25 7.58333C3.25 7.27639 3.354 7.01892 3.562 6.81092C3.76928 6.60364 4.02639 6.5 4.33333 6.5H21.6667C21.9736 6.5 22.2307 6.60364 22.438 6.81092C22.646 7.01892 22.75 7.27639 22.75 7.58333C22.75 7.89028 22.646 8.14775 22.438 8.35575C22.2307 8.56303 21.9736 8.66667 21.6667 8.66667H4.33333Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
	body .rdc-icon-svg.rdc-icon-menu-close.featured {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 14.557L7.55038 20.0067C7.34648 20.2105 7.08698 20.3125 6.77186 20.3125C6.45675 20.3125 6.19724 20.2105 5.99335 20.0067C5.78945 19.8028 5.6875 19.5433 5.6875 19.2281C5.6875 18.913 5.78945 18.6535 5.99335 18.4496L11.443 13L5.99335 7.55038C5.78945 7.34648 5.6875 7.08698 5.6875 6.77186C5.6875 6.45675 5.78945 6.19724 5.99335 5.99335C6.19724 5.78945 6.45675 5.6875 6.77186 5.6875C7.08698 5.6875 7.34648 5.78945 7.55038 5.99335L13 11.443L18.4496 5.99335C18.6535 5.78945 18.913 5.6875 19.2281 5.6875C19.5433 5.6875 19.8028 5.78945 20.0067 5.99335C20.2105 6.19724 20.3125 6.45675 20.3125 6.77186C20.3125 7.08698 20.2105 7.34648 20.0067 7.55038L14.557 13L20.0067 18.4496C20.2105 18.6535 20.3125 18.913 20.3125 19.2281C20.3125 19.5433 20.2105 19.8028 20.0067 20.0067C19.8028 20.2105 19.5433 20.3125 19.2281 20.3125C18.913 20.3125 18.6535 20.2105 18.4496 20.0067L13 14.557Z' fill='%23333'/%3E%3C/svg%3E%0A");}
	body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6562 19.9918L13.4062 14.7344C12.9375 15.1099 12.3984 15.4072 11.7891 15.6262C11.1797 15.8453 10.5312 15.9548 9.84375 15.9548C8.14062 15.9548 6.69937 15.3643 5.52 14.1833C4.34 13.0016 3.75 11.558 3.75 9.85242C3.75 8.14687 4.34 6.70326 5.52 5.52158C6.69937 4.34053 8.14062 3.75 9.84375 3.75C11.5469 3.75 12.9884 4.34053 14.1684 5.52158C15.3478 6.70326 15.9375 8.14687 15.9375 9.85242C15.9375 10.5409 15.8281 11.1903 15.6094 11.8005C15.3906 12.4107 15.0938 12.9506 14.7188 13.42L19.9922 18.7009C20.1641 18.873 20.25 19.0843 20.25 19.3346C20.25 19.585 20.1562 19.8041 19.9688 19.9918C19.7969 20.1639 19.5781 20.25 19.3125 20.25C19.0469 20.25 18.8281 20.1639 18.6562 19.9918ZM9.84375 14.0772C11.0156 14.0772 12.0119 13.6666 12.8325 12.8454C13.6525 12.0236 14.0625 11.026 14.0625 9.85242C14.0625 8.67888 13.6525 7.68121 12.8325 6.85942C12.0119 6.03825 11.0156 5.62767 9.84375 5.62767C8.67188 5.62767 7.67562 6.03825 6.855 6.85942C6.035 7.68121 5.625 8.67888 5.625 9.85242C5.625 11.026 6.035 12.0236 6.855 12.8454C7.67562 13.6666 8.67188 14.0772 9.84375 14.0772Z' fill='%23999999'/%3E%3C/svg%3E");}
}

body .rdc-icon-svg.rdc-icon-social-share {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.1667 21.3775c-.9711 0-1.84.3916-2.5045 1.005l-9.1105-5.4166c.0639-.3002.115-.6004.115-.9137 0-.3132-.0511-.6134-.115-.9136l9.0083-5.3645c.69.6526 1.5972 1.0572 2.6067 1.0572 2.1211 0 3.8333-1.74897 3.8333-3.91564 0-2.16666-1.7122-3.91566-3.8333-3.91566s-3.8334 1.749-3.8334 3.91566c0 .31326.0511.61346.115.91366l-9.0083 5.36448c-.69-.6526-1.59722-1.0573-2.60667-1.0573-2.12111 0-3.83333 1.749-3.83333 3.9157s1.71222 3.9157 3.83333 3.9157c1.00945 0 1.91667-.4046 2.60667-1.0573l9.0978 5.4298c-.0639.2741-.1022.5612-.1022.8484 0 2.1014 1.6738 3.8112 3.7311 3.8112 2.0572 0 3.7311-1.7098 3.7311-3.8112 0-2.1015-1.6739-3.8113-3.7311-3.8113z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-fb {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m24 23.2c0 .4843-.2444.8-.7378.8h-4.1511v-6.0541h2.1111l.32-2.5945h-2.4311v-1.3492c0-.6919.1911-1.2454 1.2133-1.2454h1.4534v-2.0627c-.4445-.0303-1.1334-.0952-2.0356-.0952-1.8755 0-3.2978 1.1157-3.2978 3.1654v1.5871h-2.2222v2.5945h2.2222v6.0541h-7.69773c-.49778 0-.74667-.3157-.74667-.8v-14.12324c0-.48433.24889-1.07676.74667-1.07676h14.51553c.4934 0 .7378.59243.7378 1.07676z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m20.5756 24h-9.1512c-1.88824 0-3.4244-1.5363-3.4244-3.4245v-9.151c0-1.88834 1.53616-3.4245 3.4244-3.4245h9.1512c1.8882 0 3.4244 1.53616 3.4244 3.4245v9.151c0 1.8882-1.5362 3.4245-3.4244 3.4245zm-9.1512-14.13221c-.8584 0-1.55661.69841-1.55661 1.55671v9.151c0 .8584.69821 1.5566 1.55661 1.5566h9.1512c.8583 0 1.5566-.6982 1.5566-1.5566v-9.151c0-.8583-.6983-1.55671-1.5566-1.55671zm2.0235 6.13231c0-1.4072 1.1448-2.552 2.552-2.552 1.4074 0 2.5522 1.1448 2.5522 2.552s-1.1448 2.5519-2.5522 2.5519c-1.4072 0-2.552-1.1447-2.552-2.5519zm2.552 4.4198c-2.4371 0-4.4198-1.9828-4.4198-4.4198s1.9827-4.4199 4.4198-4.4199c2.4372 0 4.4201 1.9829 4.4201 4.4199s-1.9829 4.4198-4.4201 4.4198zm4.5238-7.9058c.4394 0 .7958-.3563.7958-.7957s-.3564-.7956-.7958-.7956-.7957.3562-.7957.7956.3563.7957.7957.7957z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m10.5562 12.0348c-.9451 0-1.5562-.6791-1.5562-1.519 0-.85701.62958-1.5158 1.5947-1.5158.9652 0 1.5563.65879 1.5747 1.5158 0 .8399-.6095 1.519-1.6132 1.519zm1.5147 10.9652h-2.99241v-9.7663h2.99241zm7.9367 0h2.9924v-5.7745c0-2.8756-1.4762-4.2135-3.445-4.2135-1.6147 0-2.5798.9398-2.9739 1.5768h-.06l-.137-1.3566h-2.5999c.04.8773.0785 1.8967.0785 3.1159v6.6503h2.9939v-5.6309c0-.2794.02-.5604.1001-.7587.217-.5573.7081-1.1365 1.5347-1.1365 1.0821 0 1.5162.8555 1.5162 2.1153z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.0027 19.6017c-.9403-.0745-1.3341-.5574-2.0698-1.0197-.4045 2.2024-.8991 4.3145-2.3644 5.418-.4533-3.3312.6625-5.8296 1.1814-8.4848-.8837-1.5437.1054-4.6485 1.9706-3.8853 2.2942.9436-1.9874 5.7393.8868 6.3394 3.0009.6238 4.2266-5.4021 2.3659-7.3591-2.6895-2.82929-7.8258-.0649-7.1938 3.9851.1526.9896 1.1402 1.2904.3938 2.6568-1.7203-.3958-2.23466-1.8034-2.1675-3.6796.1053-3.0715 2.6605-5.2232 5.2218-5.51927 3.2405-.37365 6.2811 1.23337 6.7023 4.39677.4717 3.5687-1.4638 7.4303-4.9271 7.1517z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.9986 22.235c-.5555.2831-1.0573.4789-1.5067.5948-.4495.1115-.9357.1702-1.4573.1702-.5936 0-1.118-.0828-1.5745-.2439-.4566-.1612-.8453-.3916-1.1675-.6912-.3223-.2967-.5456-.6174-.67-.9533-.1244-.3388-.1866-.8267-.1866-1.4652v-4.9121h-1.436v-1.9787c.5074-.1792.947-.4352 1.3102-.771.3633-.3328.6559-.7318.875-1.2002.2205-.4668.3717-1.0646.4551-1.7844h1.8473v3.5388h3.0813v2.1955h-3.0813v3.5915c0 .8117.0396 1.3327.1202 1.5616.0791.2319.2275.4141.4452.5526.2883.1853.6177.2786.9852.2786.6586 0 1.3116-.2319 1.9618-.6942v2.2106z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.3627 12.4874c.0069.1532.0087.3065.0087.456 0 4.6723-3.3008 10.0566-9.3396 10.0566-1.8544 0-3.58025-.5831-5.0318-1.5886.25524.0337.51742.0467.78307.0467 1.53833 0 2.95343-.5625 4.07683-1.5119-1.4359-.0299-2.6479-1.0503-3.0663-2.452.19967.0392.4046.0617.6164.0617.2986 0 .5903-.043.8647-.1234-1.50194-.3252-2.63401-1.753-2.63401-3.4649v-.043c.44276.2635.94976.4242 1.48801.4429-.88204-.6354-1.46022-1.7157-1.46022-2.9435 0-.6467.16147-1.2559.44449-1.77736 1.61993 2.13806 4.03693 3.54346 6.76633 3.69486-.0573-.2598-.0851-.5289-.0851-.8074 0-1.9493 1.469-3.5341 3.2834-3.5341.9428 0 1.7971.42985 2.3961 1.1176.7483-.16072 1.4498-.45227 2.0835-.85782-.2448.82422-.7639 1.51752-1.4428 1.95672.665-.0878 1.297-.2766 1.8856-.5588-.4393.7083-.9966 1.3326-1.6373 1.8297z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.9303 12.8802c-.782 4.3287-5.154 7.9968-6.4671 8.834-1.3147.8343-2.5155-.337-2.9496-1.2232-.4988-1.0124-1.9905-6.4915-2.3815-6.9472-.391-.4543-1.56405.4557-1.56405.4557l-.56805-.7333s2.3815-2.7952 4.1934-3.1426c1.9212-.37111 1.9181 2.8962 2.38 4.7117.4479 1.7561.7481 2.7596 1.1376 2.7596.391 0 1.1376-.9768 1.9535-2.4791.819-1.5022-.0338-2.8294-1.6333-1.8852.6389-3.77055 6.6811-4.67903 5.8991-.3504z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m8 16c0 5.3185.1376 6 8 6s8-.6815 8-6-.1376-6-8-6-8 .6815-8 6zm6.9712-1.8692 3.5936 1.6123c.3136.1415.3136.3723-.0016.5138l-3.592 1.6123c-.3136.14-.5712-.0169-.5712-.3507v-3.037c0-.3338.2576-.4907.5712-.3507z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m25 15.7682c0 4.8426-3.9558 8.7682-8.8364 8.7682-1.5494 0-3.005-.396-4.2714-1.091l-4.8922 1.5546 1.595-4.7044c-.8046-1.3212-1.268-2.8708-1.268-4.5274 0-4.8426 3.9562-8.7682 8.8366-8.7682 4.881 0 8.8364 3.9256 8.8364 8.7682zm-8.8357-7.37177c-4.0968 0-7.42924 3.30697-7.42924 7.37177 0 1.613.5258 3.1068 1.41524 4.322l-.92824 2.7378 2.85504-.9074c1.173.7702 2.5782 1.2194 4.0874 1.2194 4.0962 0 7.4292-3.3066 7.4292-7.3714s-3.3328-7.37217-7.4294-7.37217zm4.1638 9.19737c.1515.0727.2539.1218.2979.1939.0538.0896.0538.5198-.1262 1.0222-.1812.5016-1.0656.9856-1.4624 1.0214-.068.0061-.1244.0197-.1822.0335-.2796.0671-.5922.1422-2.4172-.5707-2.0349-.7953-3.3762-2.7694-3.6534-3.1773-.0228-.0335-.0384-.0565-.0466-.0673l-.0003-.0005c-.11-.145-.8841-1.1657-.8841-2.2221 0-.9894.4898-1.5083.7153-1.7473.0155-.0164.0298-.0315.0425-.0453.1986-.215.4334-.2688.5778-.2688.0747 0 .1493.0048.2215.0094.0675.0044.1328.0086.1937.0086.0152 0 .0311-.001.0477-.0021.122-.0079.2807-.0181.4395.3605.0579.1379.1417.3403.2307.5552.1887.4555.4006.9672.4373 1.0402.0544.1078.0906.2332.018.3766-.0103.0206-.0199.0401-.029.0588-.0546.1112-.0944.1922-.1874.2998-.0358.0415-.0729.0863-.11.1311-.0748.0903-.1497.1808-.215.2453-.1082.107-.2212.2232-.095.4382.1264.2154.5612.9186 1.205 1.4882.6926.6127 1.2943.8717 1.599 1.0029.0593.0255.1074.0462.1426.0637.2168.1076.343.0896.4694-.0542.1266-.1434.5418-.6272.686-.8424.1442-.215.289-.179.4876-.1074.198.0714 1.2632.5916 1.48.699.0419.0207.081.0395.1173.0569z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-ms {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m16 7.00175-.3925.00083c-4.6862.11249-8.49944 3.89152-8.6075 8.62332.01269 2.4756 1.10897 4.8215 2.99999 6.4194v2.5797l.01341.0997c.0436.1587.189.2753.3616.2753.0703 0 .1391-.0198.1987-.057l2.0903-1.3056.4603.1623c.9279.3 1.8984.4523 2.8757.4504 4.864.0959 8.8889-3.7609 9-8.6242-.1111-4.8632-4.136-8.72005-9-8.62415zm1.5455 8.17045 3.9-2.126c.1638-.0893.3684-.0446.48.105.1122.1487.0981.3573-.033.4897l-4.5 4.4995c-.1386.1386-.3605.1471-.5092.0195l-2.4285-2.081-3.9 2.126c-.1456.079-.3257.0531-.4432-.0636-.14689-.146-.14759-.3834-.0016-.5303l4.5-4.4996c.1386-.1385.3605-.147.5093-.0195z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-em {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 24C7.45 24 6.97933 23.8043 6.588 23.413C6.196 23.021 6 22.55 6 22V10C6 9.45 6.196 8.97933 6.588 8.588C6.97933 8.196 7.45 8 8 8H24C24.55 8 25.021 8.196 25.413 8.588C25.8043 8.97933 26 9.45 26 10V22C26 22.55 25.8043 23.021 25.413 23.413C25.021 23.8043 24.55 24 24 24H8ZM16 16.825C16.0833 16.825 16.1707 16.8123 16.262 16.787C16.354 16.7623 16.4417 16.725 16.525 16.675L23.6 12.25C23.7333 12.1667 23.8333 12.0627 23.9 11.938C23.9667 11.8127 24 11.675 24 11.525C24 11.1917 23.8583 10.9417 23.575 10.775C23.2917 10.6083 23 10.6167 22.7 10.8L16 15L9.3 10.8C9 10.6167 8.70833 10.6123 8.425 10.787C8.14167 10.9623 8 11.2083 8 11.525C8 11.6917 8.03333 11.8373 8.1 11.962C8.16667 12.0873 8.26667 12.1833 8.4 12.25L15.475 16.675C15.5583 16.725 15.646 16.7623 15.738 16.787C15.8293 16.8123 15.9167 16.825 16 16.825Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-phone {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.8333 26C22.4444 26 20.1159 25.4674 17.8478 24.4022C15.5789 23.3378 13.5696 21.9304 11.82 20.18C10.0696 18.4304 8.66222 16.4211 7.59778 14.1522C6.53259 11.8841 6 9.55556 6 7.16667C6 6.83333 6.11111 6.55556 6.33333 6.33333C6.55556 6.11111 6.83333 6 7.16667 6H11.6667C11.9259 6 12.1574 6.08333 12.3611 6.25C12.5648 6.41667 12.6852 6.62963 12.7222 6.88889L13.4444 10.7778C13.4815 11.037 13.477 11.273 13.4311 11.4856C13.3844 11.6989 13.2778 11.8889 13.1111 12.0556L10.4444 14.7778C11.2222 16.1111 12.1944 17.3611 13.3611 18.5278C14.5278 19.6944 15.8148 20.7037 17.2222 21.5556L19.8333 18.9444C20 18.7778 20.2178 18.6526 20.4867 18.5689C20.7548 18.4859 21.0185 18.463 21.2778 18.5L25.1111 19.2778C25.3704 19.3333 25.5833 19.4581 25.75 19.6522C25.9167 19.847 26 20.0741 26 20.3333V24.8333C26 25.1667 25.8889 25.4444 25.6667 25.6667C25.4444 25.8889 25.1667 26 24.8333 26Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-notification {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.375 25.95c-.38958 0-.71637-.1296-.98037-.3888-.26309-.2583-.39463-.5787-.39463-.9612s.13154-.7029.39463-.9612c.264-.2592.59079-.3888.98037-.3888h1.375v-9.45c0-1.8675.57292-3.5271 1.71875-4.9788 1.14585-1.4508 2.63545-2.4012 4.46875-2.8512v-.945c0-.5625.2007-1.0404.6022-1.4337.4006-.3942.8874-.5913 1.4603-.5913s1.0597.1971 1.4603.5913c.4015.3933.6022.8712.6022 1.4337v.945c1.8333.45 3.3229 1.4004 4.4687 2.8512 1.1459 1.4517 1.7188 3.1113 1.7188 4.9788v9.45h1.375c.3896 0 .7159.1296.979.3888.264.2583.396.5787.396.9612s-.132.7029-.396.9612c-.2631.2592-.5894.3888-.979.3888zm9.625 4.05c-.7563 0-1.4034-.2641-1.9415-.7924-.539-.5292-.8085-1.1651-.8085-1.9076h5.5c0 .7425-.269 1.3784-.8071 1.9076-.539.5283-1.1866.7924-1.9429.7924zm-5.5-6.75h11v-9.45c0-1.485-.5385-2.7562-1.6156-3.81375-1.0771-1.0575-2.3719-1.58625-3.8844-1.58625s-2.8073.52875-3.8844 1.58625c-1.0771 1.05755-1.6156 2.32875-1.6156 3.81375z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-help {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.935 23.8c.455 0 .8398-.1573 1.1544-.4719.3137-.3137.4706-.6981.4706-1.1531s-.1569-.8394-.4706-1.1531c-.3146-.3146-.6994-.4719-1.1544-.4719s-.8398.1573-1.1544.4719c-.3137.3137-.4706.6981-.4706 1.1531s.1569.8394.4706 1.1531c.3146.3146.6994.4719 1.1544.4719zm.195-13.39c.6067 0 1.0942.1677 1.4625.5031.3683.3363.5525.7752.5525 1.3169 0 .3683-.1244.7419-.3731 1.1206-.2496.3796-.6019.7752-1.0569 1.1869-.65.5633-1.1267 1.105-1.43 1.625s-.455 1.04-.455 1.56c0 .3033.114.5577.3419.7631.2271.2063.4923.3094.7956.3094s.5742-.1083.8125-.325.39-.4875.455-.8125c.065-.3683.2115-.7094.4394-1.0231.2271-.3146.6006-.7211 1.1206-1.2194.6717-.6283 1.1431-1.2025 1.4144-1.7225.2704-.52.4056-1.0942.4056-1.7225 0-1.105-.4169-2.0098-1.2506-2.7144-.8346-.70373-1.9127-1.0556-3.2344-1.0556-.91 0-1.7169.17333-2.4206.52-.7046.34667-1.2519.8775-1.6419 1.5925-.1517.2817-.2058.5577-.1625.8281.0433.2713.195.4936.455.6669.2817.1733.5906.2275.9269.1625.3354-.065.6114-.2492.8281-.5525.2383-.325.5256-.5742.8619-.7475.3354-.1733.7198-.26 1.1531-.26zm-.13 18.59c-1.7767 0-3.4558-.3415-5.0375-1.0244-1.58167-.6821-2.9627-1.6081-4.1431-2.7781-1.18127-1.17-2.11293-2.5458-2.795-4.1275-.68293-1.5817-1.0244-3.2717-1.0244-5.07s.34147-3.4883 1.0244-5.07c.68207-1.58167 1.61373-2.9575 2.795-4.1275 1.1804-1.17 2.56143-2.09647 4.1431-2.7794 1.5817-.68207 3.2608-1.0231 5.0375-1.0231 1.82 0 3.5208.34103 5.1025 1.0231 1.5817.68293 2.9575 1.6094 4.1275 2.7794s2.0908 2.54583 2.7625 4.1275c.6717 1.5817 1.0075 3.2717 1.0075 5.07s-.3358 3.4883-1.0075 5.07-1.5925 2.9575-2.7625 4.1275-2.5458 2.096-4.1275 2.7781c-1.5817.6829-3.2825 1.0244-5.1025 1.0244zm0-2.6c2.9033 0 5.3625-1.0127 7.3775-3.0381 2.015-2.0263 3.0225-4.4802 3.0225-7.3619s-1.0075-5.3356-3.0225-7.3619c-2.015-2.0254-4.4742-3.0381-7.3775-3.0381-2.8383 0-5.2815 1.0127-7.3294 3.0381-2.04707 2.0263-3.0706 4.4802-3.0706 7.3619s1.02353 5.3356 3.0706 7.3619c2.0479 2.0254 4.4911 3.0381 7.3294 3.0381z' fill='%238b8d8f'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-info {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 22.5c.3683 0 .6773-.1248.9269-.3744.2487-.2487.3731-.5573.3731-.9256v-5.2325c0-.3683-.1244-.6717-.3731-.91-.2496-.2383-.5586-.3575-.9269-.3575s-.6769.1244-.9256.3731c-.2496.2496-.3744.5586-.3744.9269v5.2325c0 .3683.1248.6717.3744.91.2487.2383.5573.3575.9256.3575zm0-10.4c.3683 0 .6773-.1248.9269-.3744.2487-.2487.3731-.5573.3731-.9256s-.1244-.6773-.3731-.9269c-.2496-.24873-.5586-.3731-.9269-.3731s-.6769.12437-.9256.3731c-.2496.2496-.3744.5586-.3744.9269s.1248.6769.3744.9256c.2487.2496.5573.3744.9256.3744zm0 16.9c-1.7983 0-3.4883-.3415-5.07-1.0244-1.58167-.6821-2.9575-1.6081-4.1275-2.7781s-2.09603-2.5458-2.7781-4.1275c-.68293-1.5817-1.0244-3.2717-1.0244-5.07s.34147-3.4883 1.0244-5.07c.68207-1.58167 1.6081-2.9575 2.7781-4.1275s2.54583-2.09647 4.1275-2.7794c1.5817-.68207 3.2717-1.0231 5.07-1.0231s3.4883.34103 5.07 1.0231c1.5817.68293 2.9575 1.6094 4.1275 2.7794s2.096 2.54583 2.7781 4.1275c.6829 1.5817 1.0244 3.2717 1.0244 5.07s-.3415 3.4883-1.0244 5.07c-.6821 1.5817-1.6081 2.9575-2.7781 4.1275s-2.5458 2.096-4.1275 2.7781c-1.5817.6829-3.2717 1.0244-5.07 1.0244zm0-2.6c2.8817 0 5.3356-1.0127 7.3619-3.0381 2.0254-2.0263 3.0381-4.4802 3.0381-7.3619s-1.0127-5.3356-3.0381-7.3619c-2.0263-2.0254-4.4802-3.0381-7.3619-3.0381s-5.3352 1.0127-7.3606 3.0381c-2.02627 2.0263-3.0394 4.4802-3.0394 7.3619s1.01313 5.3356 3.0394 7.3619c2.0254 2.0254 4.4789 3.0381 7.3606 3.0381z' fill='%231890ff'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-success {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14.18 18.34-2.8275-2.8275c-.2383-.2383-.536-.3519-.8931-.3406-.3579.0104-.65607.1348-.8944.3731s-.3575.5417-.3575.91.11917.6717.3575.91l3.705 3.705c.2383.2383.5417.3575.91.3575s.6717-.1192.91-.3575l7.3775-7.3775c.2383-.2383.3523-.5365.3419-.8944-.0113-.3571-.1361-.6548-.3744-.8931s-.5417-.3575-.91-.3575-.6717.1192-.91.3575zm1.82 10.66c-1.7983 0-3.4883-.3415-5.07-1.0244-1.58167-.6821-2.9575-1.6081-4.1275-2.7781s-2.09603-2.5458-2.7781-4.1275c-.68293-1.5817-1.0244-3.2717-1.0244-5.07s.34147-3.4883 1.0244-5.07c.68207-1.58167 1.6081-2.9575 2.7781-4.1275s2.54583-2.09647 4.1275-2.7794c1.5817-.68207 3.2717-1.0231 5.07-1.0231s3.4883.34103 5.07 1.0231c1.5817.68293 2.9575 1.6094 4.1275 2.7794s2.096 2.54583 2.7781 4.1275c.6829 1.5817 1.0244 3.2717 1.0244 5.07s-.3415 3.4883-1.0244 5.07c-.6821 1.5817-1.6081 2.9575-2.7781 4.1275s-2.5458 2.096-4.1275 2.7781c-1.5817.6829-3.2717 1.0244-5.07 1.0244zm0-2.6c2.8817 0 5.3356-1.0127 7.3619-3.0381 2.0254-2.0263 3.0381-4.4802 3.0381-7.3619s-1.0127-5.3356-3.0381-7.3619c-2.0263-2.0254-4.4802-3.0381-7.3619-3.0381s-5.3352 1.0127-7.3606 3.0381c-2.02627 2.0263-3.0394 4.4802-3.0394 7.3619s1.01313 5.3356 3.0394 7.3619c2.0254 2.0254 4.4789 3.0381 7.3606 3.0381z' fill='%233fae29'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-error {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.7625 28c-.3407 0-.6657-.0639-.9749-.1917-.3084-.1277-.5797-.3088-.814-.543l-5.23888-5.2389c-.23426-.2343-.41528-.5056-.54305-.814-.12778-.3092-.19167-.6342-.19167-.9749v-7.475c0-.3407.06389-.6657.19167-.9749.12777-.3084.30879-.5797.54305-.814l5.23888-5.23888c.2343-.23426.5056-.41528.814-.54305.3092-.12778.6342-.19167.9749-.19167h7.475c.3407 0 .6657.06389.9749.19167.3084.12777.5797.30879.814.54305l5.2389 5.23888c.2342.2343.4153.5056.543.814.1278.3092.1917.6342.1917.9749v7.475c0 .3407-.0639.6657-.1917.9749-.1277.3084-.3088.5797-.543.814l-5.2389 5.2389c-.2343.2342-.5056.4153-.814.543-.3092.1278-.6342.1917-.9749.1917zm3.7375-9.7111 2.7792 2.7792c.2342.2342.5217.3513.8625.3513.3407 0 .6389-.1277.8944-.3833.2343-.2342.3514-.5324.3514-.8944 0-.3621-.1171-.6602-.3514-.8945l-2.7472-2.7472 2.7792-2.7792c.2342-.2342.3513-.5217.3513-.8625 0-.3407-.1277-.6389-.3833-.8944-.2342-.2343-.5324-.3514-.8944-.3514-.3621 0-.6602.1171-.8945.3514l-2.7472 2.7472-2.7792-2.7792c-.2342-.2342-.5217-.3513-.8625-.3513-.3407 0-.6389.1277-.8944.3833-.2343.2342-.3514.5324-.3514.8944 0 .3621.1171.6602.3514.8945l2.7472 2.7472-2.7792 2.7792c-.2342.2342-.3513.5217-.3513.8625 0 .3407.1277.6389.3833.8944.2342.2343.5324.3514.8944.3514.3621 0 .6602-.1171.8945-.3514zm-3.7056 7.1555h7.4112l5.2388-5.2388v-7.4112l-5.2388-5.23884h-7.4112l-5.23884 5.23884v7.4112z' fill='%23df0931'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-warning {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.25091 28c-.48558 0-.8445-.213-1.07673-.6389-.23224-.4259-.23224-.8518 0-1.2778l11.71742-20.44441c.2322-.42593.6017-.63889 1.1084-.63889s.8762.21296 1.1084.63889l11.7174 20.44441c.2323.426.2323.8519 0 1.2778-.2322.4259-.5911.6389-1.0767.6389zm11.74909-14.0556c-.3589 0-.6596.1223-.9019.3668-.2432.2453-.3648.549-.3648.911v3.8334c0 .362.1216.6653.3648.9097.2423.2454.543.368.9019.368s.66-.1226.9032-.368c.2424-.2444.3635-.5477.3635-.9097v-3.8334c0-.362-.1211-.6657-.3635-.911-.2432-.2445-.5443-.3668-.9032-.3668zm0 10.2223c.3589 0 .66-.1227.9032-.368.2424-.2445.3635-.5478.3635-.9098s-.1211-.6653-.3635-.9098c-.2432-.2453-.5443-.368-.9032-.368s-.6596.1227-.9019.368c-.2432.2445-.3648.5478-.3648.9098s.1216.6653.3648.9098c.2423.2453.543.368.9019.368zm-9.56395 1.2777h19.12785l-9.5639-16.61107z' fill='%23faad14'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 10.9163L2.29278 17.6236C2.04182 17.8745 1.72243 18 1.3346 18C0.946768 18 0.627376 17.8745 0.376425 17.6236C0.125475 17.3726 0 17.0532 0 16.6654C0 16.2776 0.125475 15.9582 0.376425 15.7072L7.08365 9L0.376425 2.29278C0.125475 2.04182 0 1.72243 0 1.3346C0 0.946768 0.125475 0.627376 0.376425 0.376425C0.627376 0.125475 0.946768 0 1.3346 0C1.72243 0 2.04182 0.125475 2.29278 0.376425L9 7.08365L15.7072 0.376425C15.9582 0.125475 16.2776 0 16.6654 0C17.0532 0 17.3726 0.125475 17.6236 0.376425C17.8745 0.627376 18 0.946768 18 1.3346C18 1.72243 17.8745 2.04182 17.6236 2.29278L10.9163 9L17.6236 15.7072C17.8745 15.9582 18 16.2776 18 16.6654C18 17.0532 17.8745 17.3726 17.6236 17.6236C17.3726 17.8745 17.0532 18 16.6654 18C16.2776 18 15.9582 17.8745 15.7072 17.6236L9 10.9163Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-delete {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.75 28c-.6875 0-1.27583-.25-1.765-.7501-.49-.5008-.735-1.1027-.735-1.8055v-16.61107c-.35417 0-.65125-.12224-.89125-.36672-.23917-.24533-.35875-.54902-.35875-.91105 0-.36204.11958-.66573.35875-.91106.24-.24448.53708-.36672.89125-.36672h5c0-.36204.12-.66572.36-.91106.2392-.24448.5358-.36672.89-.36672h5c.3542 0 .6513.12224.8913.36672.2391.24534.3587.54902.3587.91106h5c.3542 0 .6508.12224.89.36672.24.24533.36.54902.36.91106 0 .36203-.12.66572-.36.91105-.2392.24448-.5358.36672-.89.36672v16.61107c0 .7028-.2446 1.3047-.7337 1.8055-.49.5001-1.0788.7501-1.7663.7501zm0-19.16667v16.61107h12.5v-16.61107zm2.5 12.77777c0 .362.12.6653.36.9098.2392.2453.5358.368.89.368s.6513-.1227.8913-.368c.2391-.2445.3587-.5478.3587-.9098v-8.9444c0-.3621-.1196-.6658-.3587-.9111-.24-.2445-.5371-.3667-.8913-.3667s-.6508.1222-.89.3667c-.24.2453-.36.549-.36.9111zm5 0c0 .362.12.6653.36.9098.2392.2453.5358.368.89.368s.6513-.1227.8913-.368c.2391-.2445.3587-.5478.3587-.9098v-8.9444c0-.3621-.1196-.6658-.3587-.9111-.24-.2445-.5371-.3667-.8913-.3667s-.6508.1222-.89.3667c-.24.2453-.36.549-.36.9111z' fill='%23333'/%3E%3C/svg%3E");}

body .rdc-icon-svg.rdc-icon-wishlist:not(.rdc-icon-mask) {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5741 22.1693L9.75203 20.5064C7.88599 18.7996 6.20057 17.1057 4.69576 15.4249C3.19025 13.7448 2.4375 11.8929 2.4375 9.86935C2.4375 8.21528 2.99203 6.83395 4.10109 5.72537C5.21016 4.61679 6.59208 4.0625 8.24687 4.0625C9.1799 4.0625 10.0601 4.26028 10.8875 4.65585C11.7149 5.05213 12.4191 5.5934 13 6.27966C13.5809 5.5934 14.2851 5.05213 15.1125 4.65585C15.9399 4.26028 16.8201 4.0625 17.7531 4.0625C19.4079 4.0625 20.7898 4.61679 21.8989 5.72537C23.008 6.83395 23.5625 8.21528 23.5625 9.86935C23.5625 11.8929 22.8143 13.7494 21.318 15.4386C19.8216 17.1279 18.1228 18.826 16.2216 20.5328L14.4259 22.1693C14.021 22.5564 13.5457 22.75 13 22.75C12.4543 22.75 11.979 22.5564 11.5741 22.1693ZM11.9966 8.39124C11.486 7.66979 10.9403 7.11972 10.3594 6.74104C9.77844 6.36307 9.07427 6.17408 8.24687 6.17408C7.19062 6.17408 6.31042 6.52601 5.60625 7.22987C4.90208 7.93373 4.55 8.81356 4.55 9.86935C4.55 10.7844 4.87568 11.7564 5.52703 12.7854C6.17839 13.8152 6.95755 14.814 7.86451 15.7818C8.77077 16.7496 9.7038 17.6558 10.6636 18.5004C11.6227 19.3451 12.4015 20.0401 13 20.5856C13.5985 20.0401 14.3777 19.3451 15.3375 18.5004C16.2966 17.6558 17.2296 16.7496 18.1365 15.7818C19.0428 14.814 19.8216 13.8152 20.473 12.7854C21.1243 11.7564 21.45 10.7844 21.45 9.86935C21.45 8.81356 21.0979 7.93373 20.3937 7.22987C19.6896 6.52601 18.8094 6.17408 17.7531 6.17408C16.9257 6.17408 16.2216 6.36307 15.6406 6.74104C15.0597 7.11972 14.514 7.66979 14.0034 8.39124C13.8802 8.56721 13.7306 8.69918 13.5545 8.78716C13.3785 8.87515 13.1936 8.91914 13 8.91914C12.8064 8.91914 12.6215 8.87515 12.4455 8.78716C12.2694 8.69918 12.1198 8.56721 11.9966 8.39124Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-wishlist:not(.rdc-icon-mask).active,
body .rdc-icon-svg.rdc-icon-wishlist-active:not(.rdc-icon-mask) {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5741 22.1949L9.75203 20.5297C7.88599 18.8204 6.20057 17.1242 4.69576 15.441C3.19025 13.7585 2.4375 11.904 2.4375 9.87756C2.4375 8.22115 2.99203 6.83787 4.10109 5.72772C5.21016 4.61757 6.59208 4.0625 8.24687 4.0625C9.1799 4.0625 10.0601 4.26056 10.8875 4.65669C11.7149 5.05353 12.4191 5.59556 13 6.2828C13.5809 5.59556 14.2851 5.05353 15.1125 4.65669C15.9399 4.26056 16.8201 4.0625 17.7531 4.0625C19.4079 4.0625 20.7898 4.61757 21.8989 5.72772C23.008 6.83787 23.5625 8.22115 23.5625 9.87756C23.5625 11.904 22.8143 13.7631 21.318 15.4547C19.8216 17.1464 18.1228 18.8469 16.2216 20.5561L14.4259 22.1949C14.021 22.565 13.5457 22.75 13 22.75C12.4543 22.75 11.979 22.565 11.5741 22.1949Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-cart:not(.rdc-icon-mask):not(.active){background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.77689 23.5625C8.19578 23.5625 7.69849 23.3558 7.28502 22.9425C6.87084 22.5284 6.66376 22.0309 6.66376 21.45C6.66376 20.8691 6.87084 20.3716 7.28502 19.9575C7.69849 19.5442 8.19578 19.3375 8.77689 19.3375C9.358 19.3375 9.85529 19.5442 10.2688 19.9575C10.6829 20.3716 10.89 20.8691 10.89 21.45C10.89 22.0309 10.6829 22.5284 10.2688 22.9425C9.85529 23.3558 9.358 23.5625 8.77689 23.5625ZM19.3425 23.5625C18.7614 23.5625 18.2641 23.3558 17.8507 22.9425C17.4365 22.5284 17.2294 22.0309 17.2294 21.45C17.2294 20.8691 17.4365 20.3716 17.8507 19.9575C18.2641 19.5442 18.7614 19.3375 19.3425 19.3375C19.9236 19.3375 20.4213 19.5442 20.8355 19.9575C21.2489 20.3716 21.4557 20.8691 21.4557 21.45C21.4557 22.0309 21.2489 22.5284 20.8355 22.9425C20.4213 23.3558 19.9236 23.5625 19.3425 23.5625ZM7.87881 6.6625L10.4146 11.9437H17.8105L20.7161 6.6625H7.87881ZM8.77689 18.2812C7.98446 18.2812 7.38574 17.9334 6.98073 17.2377C6.57571 16.5427 6.5581 15.8519 6.9279 15.1653L8.35426 12.5775L4.55063 4.55H3.46765C3.16829 4.55 2.92176 4.4486 2.72806 4.2458C2.53435 4.0437 2.4375 3.79302 2.4375 3.49375C2.4375 3.19448 2.53893 2.94344 2.74179 2.74064C2.94395 2.53855 3.1947 2.4375 3.49406 2.4375H5.21098C5.40469 2.4375 5.58958 2.49031 5.76568 2.59594C5.94177 2.70156 6.07384 2.8512 6.16189 3.04484L6.87507 4.55H22.4594C22.9349 4.55 23.2606 4.72604 23.4367 5.07812C23.6128 5.43021 23.604 5.7999 23.4103 6.18719L19.6595 12.9472C19.4658 13.2993 19.2105 13.5721 18.8935 13.7658C18.5765 13.9594 18.2155 14.0562 17.8105 14.0562H9.93911L8.77689 16.1687H20.4255C20.7249 16.1687 20.9714 16.2698 21.1651 16.4719C21.3588 16.6747 21.4557 16.9257 21.4557 17.225C21.4557 17.5243 21.3542 17.775 21.1514 17.977C20.9492 18.1798 20.6985 18.2812 20.3991 18.2812H8.77689Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-cart:not(.rdc-icon-mask).active,
body .rdc-icon-svg.rdc-icon-cart-active:not(.rdc-icon-mask) {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.77689 23.5625C8.19578 23.5625 7.69849 23.3558 7.28502 22.9425C6.87084 22.5284 6.66376 22.0309 6.66376 21.45C6.66376 20.8691 6.87084 20.3716 7.28502 19.9575C7.69849 19.5442 8.19578 19.3375 8.77689 19.3375C9.358 19.3375 9.85529 19.5442 10.2688 19.9575C10.6829 20.3716 10.89 20.8691 10.89 21.45C10.89 22.0309 10.6829 22.5284 10.2688 22.9425C9.85529 23.3558 9.358 23.5625 8.77689 23.5625ZM19.3425 23.5625C18.7614 23.5625 18.2641 23.3558 17.8507 22.9425C17.4365 22.5284 17.2294 22.0309 17.2294 21.45C17.2294 20.8691 17.4365 20.3716 17.8507 19.9575C18.2641 19.5442 18.7614 19.3375 19.3425 19.3375C19.9236 19.3375 20.4213 19.5442 20.8355 19.9575C21.2489 20.3716 21.4557 20.8691 21.4557 21.45C21.4557 22.0309 21.2489 22.5284 20.8355 22.9425C20.4213 23.3558 19.9236 23.5625 19.3425 23.5625ZM8.77689 18.2812C7.98446 18.2812 7.38574 17.9334 6.98073 17.2377C6.57571 16.5427 6.5581 15.8519 6.9279 15.1653L8.35426 12.5775L4.55063 4.55H3.46765C3.16829 4.55 2.92176 4.4486 2.72806 4.2458C2.53435 4.0437 2.4375 3.79302 2.4375 3.49375C2.4375 3.19448 2.53893 2.94344 2.74179 2.74064C2.94395 2.53855 3.1947 2.4375 3.49406 2.4375H5.21098C5.40469 2.4375 5.58958 2.49031 5.76568 2.59594C5.94177 2.70156 6.07384 2.8512 6.16189 3.04484L6.87507 4.55H22.4594C22.9349 4.55 23.2606 4.72604 23.4367 5.07812C23.6128 5.43021 23.604 5.7999 23.4103 6.18719L19.6595 12.9472C19.4658 13.2993 19.2105 13.5721 18.8935 13.7658C18.5765 13.9594 18.2155 14.0562 17.8105 14.0562H9.93911L8.77689 16.1687H20.4255C20.7249 16.1687 20.9714 16.2698 21.1651 16.4719C21.3588 16.6747 21.4557 16.9257 21.4557 17.225C21.4557 17.5243 21.3542 17.775 21.1514 17.977C20.9492 18.1798 20.6985 18.2812 20.3991 18.2812H8.77689Z' fill='%23333333'/%3E%3C/svg%3E%0A");}

body .rdc-icon-svg.rdc-icon-wishlist.rdc-icon-mask {background-image: none; background-color: #3FAE29; -webkit-mask: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5741 22.1693L9.75203 20.5064C7.88599 18.7996 6.20057 17.1057 4.69576 15.4249C3.19025 13.7448 2.4375 11.8929 2.4375 9.86935C2.4375 8.21528 2.99203 6.83395 4.10109 5.72537C5.21016 4.61679 6.59208 4.0625 8.24687 4.0625C9.1799 4.0625 10.0601 4.26028 10.8875 4.65585C11.7149 5.05213 12.4191 5.5934 13 6.27966C13.5809 5.5934 14.2851 5.05213 15.1125 4.65585C15.9399 4.26028 16.8201 4.0625 17.7531 4.0625C19.4079 4.0625 20.7898 4.61679 21.8989 5.72537C23.008 6.83395 23.5625 8.21528 23.5625 9.86935C23.5625 11.8929 22.8143 13.7494 21.318 15.4386C19.8216 17.1279 18.1228 18.826 16.2216 20.5328L14.4259 22.1693C14.021 22.5564 13.5457 22.75 13 22.75C12.4543 22.75 11.979 22.5564 11.5741 22.1693ZM11.9966 8.39124C11.486 7.66979 10.9403 7.11972 10.3594 6.74104C9.77844 6.36307 9.07427 6.17408 8.24687 6.17408C7.19062 6.17408 6.31042 6.52601 5.60625 7.22987C4.90208 7.93373 4.55 8.81356 4.55 9.86935C4.55 10.7844 4.87568 11.7564 5.52703 12.7854C6.17839 13.8152 6.95755 14.814 7.86451 15.7818C8.77077 16.7496 9.7038 17.6558 10.6636 18.5004C11.6227 19.3451 12.4015 20.0401 13 20.5856C13.5985 20.0401 14.3777 19.3451 15.3375 18.5004C16.2966 17.6558 17.2296 16.7496 18.1365 15.7818C19.0428 14.814 19.8216 13.8152 20.473 12.7854C21.1243 11.7564 21.45 10.7844 21.45 9.86935C21.45 8.81356 21.0979 7.93373 20.3937 7.22987C19.6896 6.52601 18.8094 6.17408 17.7531 6.17408C16.9257 6.17408 16.2216 6.36307 15.6406 6.74104C15.0597 7.11972 14.514 7.66979 14.0034 8.39124C13.8802 8.56721 13.7306 8.69918 13.5545 8.78716C13.3785 8.87515 13.1936 8.91914 13 8.91914C12.8064 8.91914 12.6215 8.87515 12.4455 8.78716C12.2694 8.69918 12.1198 8.56721 11.9966 8.39124Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%; mask: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5741 22.1693L9.75203 20.5064C7.88599 18.7996 6.20057 17.1057 4.69576 15.4249C3.19025 13.7448 2.4375 11.8929 2.4375 9.86935C2.4375 8.21528 2.99203 6.83395 4.10109 5.72537C5.21016 4.61679 6.59208 4.0625 8.24687 4.0625C9.1799 4.0625 10.0601 4.26028 10.8875 4.65585C11.7149 5.05213 12.4191 5.5934 13 6.27966C13.5809 5.5934 14.2851 5.05213 15.1125 4.65585C15.9399 4.26028 16.8201 4.0625 17.7531 4.0625C19.4079 4.0625 20.7898 4.61679 21.8989 5.72537C23.008 6.83395 23.5625 8.21528 23.5625 9.86935C23.5625 11.8929 22.8143 13.7494 21.318 15.4386C19.8216 17.1279 18.1228 18.826 16.2216 20.5328L14.4259 22.1693C14.021 22.5564 13.5457 22.75 13 22.75C12.4543 22.75 11.979 22.5564 11.5741 22.1693ZM11.9966 8.39124C11.486 7.66979 10.9403 7.11972 10.3594 6.74104C9.77844 6.36307 9.07427 6.17408 8.24687 6.17408C7.19062 6.17408 6.31042 6.52601 5.60625 7.22987C4.90208 7.93373 4.55 8.81356 4.55 9.86935C4.55 10.7844 4.87568 11.7564 5.52703 12.7854C6.17839 13.8152 6.95755 14.814 7.86451 15.7818C8.77077 16.7496 9.7038 17.6558 10.6636 18.5004C11.6227 19.3451 12.4015 20.0401 13 20.5856C13.5985 20.0401 14.3777 19.3451 15.3375 18.5004C16.2966 17.6558 17.2296 16.7496 18.1365 15.7818C19.0428 14.814 19.8216 13.8152 20.473 12.7854C21.1243 11.7564 21.45 10.7844 21.45 9.86935C21.45 8.81356 21.0979 7.93373 20.3937 7.22987C19.6896 6.52601 18.8094 6.17408 17.7531 6.17408C16.9257 6.17408 16.2216 6.36307 15.6406 6.74104C15.0597 7.11972 14.514 7.66979 14.0034 8.39124C13.8802 8.56721 13.7306 8.69918 13.5545 8.78716C13.3785 8.87515 13.1936 8.91914 13 8.91914C12.8064 8.91914 12.6215 8.87515 12.4455 8.78716C12.2694 8.69918 12.1198 8.56721 11.9966 8.39124Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover;}
body .rdc-icon-svg.rdc-icon-wishlist.rdc-icon-mask.active,
body .rdc-icon-svg.rdc-icon-wishlist-active.rdc-icon-mask {background-image: none; background-color: #3FAE29; -webkit-mask: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5741 22.1949L9.75203 20.5297C7.88599 18.8204 6.20057 17.1242 4.69576 15.441C3.19025 13.7585 2.4375 11.904 2.4375 9.87756C2.4375 8.22115 2.99203 6.83787 4.10109 5.72772C5.21016 4.61757 6.59208 4.0625 8.24687 4.0625C9.1799 4.0625 10.0601 4.26056 10.8875 4.65669C11.7149 5.05353 12.4191 5.59556 13 6.2828C13.5809 5.59556 14.2851 5.05353 15.1125 4.65669C15.9399 4.26056 16.8201 4.0625 17.7531 4.0625C19.4079 4.0625 20.7898 4.61757 21.8989 5.72772C23.008 6.83787 23.5625 8.22115 23.5625 9.87756C23.5625 11.904 22.8143 13.7631 21.318 15.4547C19.8216 17.1464 18.1228 18.8469 16.2216 20.5561L14.4259 22.1949C14.021 22.565 13.5457 22.75 13 22.75C12.4543 22.75 11.979 22.565 11.5741 22.1949Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%; mask: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5741 22.1949L9.75203 20.5297C7.88599 18.8204 6.20057 17.1242 4.69576 15.441C3.19025 13.7585 2.4375 11.904 2.4375 9.87756C2.4375 8.22115 2.99203 6.83787 4.10109 5.72772C5.21016 4.61757 6.59208 4.0625 8.24687 4.0625C9.1799 4.0625 10.0601 4.26056 10.8875 4.65669C11.7149 5.05353 12.4191 5.59556 13 6.2828C13.5809 5.59556 14.2851 5.05353 15.1125 4.65669C15.9399 4.26056 16.8201 4.0625 17.7531 4.0625C19.4079 4.0625 20.7898 4.61757 21.8989 5.72772C23.008 6.83787 23.5625 8.22115 23.5625 9.87756C23.5625 11.904 22.8143 13.7631 21.318 15.4547C19.8216 17.1464 18.1228 18.8469 16.2216 20.5561L14.4259 22.1949C14.021 22.565 13.5457 22.75 13 22.75C12.4543 22.75 11.979 22.565 11.5741 22.1949Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover;}
body .rdc-icon-svg.rdc-icon-cart.rdc-icon-mask:not(.active){background-image: none; background-color: #3FAE29; -webkit-mask: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.77689 23.5625C8.19578 23.5625 7.69849 23.3558 7.28502 22.9425C6.87084 22.5284 6.66376 22.0309 6.66376 21.45C6.66376 20.8691 6.87084 20.3716 7.28502 19.9575C7.69849 19.5442 8.19578 19.3375 8.77689 19.3375C9.358 19.3375 9.85529 19.5442 10.2688 19.9575C10.6829 20.3716 10.89 20.8691 10.89 21.45C10.89 22.0309 10.6829 22.5284 10.2688 22.9425C9.85529 23.3558 9.358 23.5625 8.77689 23.5625ZM19.3425 23.5625C18.7614 23.5625 18.2641 23.3558 17.8507 22.9425C17.4365 22.5284 17.2294 22.0309 17.2294 21.45C17.2294 20.8691 17.4365 20.3716 17.8507 19.9575C18.2641 19.5442 18.7614 19.3375 19.3425 19.3375C19.9236 19.3375 20.4213 19.5442 20.8355 19.9575C21.2489 20.3716 21.4557 20.8691 21.4557 21.45C21.4557 22.0309 21.2489 22.5284 20.8355 22.9425C20.4213 23.3558 19.9236 23.5625 19.3425 23.5625ZM7.87881 6.6625L10.4146 11.9437H17.8105L20.7161 6.6625H7.87881ZM8.77689 18.2812C7.98446 18.2812 7.38574 17.9334 6.98073 17.2377C6.57571 16.5427 6.5581 15.8519 6.9279 15.1653L8.35426 12.5775L4.55063 4.55H3.46765C3.16829 4.55 2.92176 4.4486 2.72806 4.2458C2.53435 4.0437 2.4375 3.79302 2.4375 3.49375C2.4375 3.19448 2.53893 2.94344 2.74179 2.74064C2.94395 2.53855 3.1947 2.4375 3.49406 2.4375H5.21098C5.40469 2.4375 5.58958 2.49031 5.76568 2.59594C5.94177 2.70156 6.07384 2.8512 6.16189 3.04484L6.87507 4.55H22.4594C22.9349 4.55 23.2606 4.72604 23.4367 5.07812C23.6128 5.43021 23.604 5.7999 23.4103 6.18719L19.6595 12.9472C19.4658 13.2993 19.2105 13.5721 18.8935 13.7658C18.5765 13.9594 18.2155 14.0562 17.8105 14.0562H9.93911L8.77689 16.1687H20.4255C20.7249 16.1687 20.9714 16.2698 21.1651 16.4719C21.3588 16.6747 21.4557 16.9257 21.4557 17.225C21.4557 17.5243 21.3542 17.775 21.1514 17.977C20.9492 18.1798 20.6985 18.2812 20.3991 18.2812H8.77689Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%; mask: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.77689 23.5625C8.19578 23.5625 7.69849 23.3558 7.28502 22.9425C6.87084 22.5284 6.66376 22.0309 6.66376 21.45C6.66376 20.8691 6.87084 20.3716 7.28502 19.9575C7.69849 19.5442 8.19578 19.3375 8.77689 19.3375C9.358 19.3375 9.85529 19.5442 10.2688 19.9575C10.6829 20.3716 10.89 20.8691 10.89 21.45C10.89 22.0309 10.6829 22.5284 10.2688 22.9425C9.85529 23.3558 9.358 23.5625 8.77689 23.5625ZM19.3425 23.5625C18.7614 23.5625 18.2641 23.3558 17.8507 22.9425C17.4365 22.5284 17.2294 22.0309 17.2294 21.45C17.2294 20.8691 17.4365 20.3716 17.8507 19.9575C18.2641 19.5442 18.7614 19.3375 19.3425 19.3375C19.9236 19.3375 20.4213 19.5442 20.8355 19.9575C21.2489 20.3716 21.4557 20.8691 21.4557 21.45C21.4557 22.0309 21.2489 22.5284 20.8355 22.9425C20.4213 23.3558 19.9236 23.5625 19.3425 23.5625ZM7.87881 6.6625L10.4146 11.9437H17.8105L20.7161 6.6625H7.87881ZM8.77689 18.2812C7.98446 18.2812 7.38574 17.9334 6.98073 17.2377C6.57571 16.5427 6.5581 15.8519 6.9279 15.1653L8.35426 12.5775L4.55063 4.55H3.46765C3.16829 4.55 2.92176 4.4486 2.72806 4.2458C2.53435 4.0437 2.4375 3.79302 2.4375 3.49375C2.4375 3.19448 2.53893 2.94344 2.74179 2.74064C2.94395 2.53855 3.1947 2.4375 3.49406 2.4375H5.21098C5.40469 2.4375 5.58958 2.49031 5.76568 2.59594C5.94177 2.70156 6.07384 2.8512 6.16189 3.04484L6.87507 4.55H22.4594C22.9349 4.55 23.2606 4.72604 23.4367 5.07812C23.6128 5.43021 23.604 5.7999 23.4103 6.18719L19.6595 12.9472C19.4658 13.2993 19.2105 13.5721 18.8935 13.7658C18.5765 13.9594 18.2155 14.0562 17.8105 14.0562H9.93911L8.77689 16.1687H20.4255C20.7249 16.1687 20.9714 16.2698 21.1651 16.4719C21.3588 16.6747 21.4557 16.9257 21.4557 17.225C21.4557 17.5243 21.3542 17.775 21.1514 17.977C20.9492 18.1798 20.6985 18.2812 20.3991 18.2812H8.77689Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover;}
body .rdc-icon-svg.rdc-icon-cart.rdc-icon-mask.active,
body .rdc-icon-svg.rdc-icon-cart-active.rdc-icon-mask {background-image: none; background-color: #3FAE29; -webkit-mask: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.77689 23.5625C8.19578 23.5625 7.69849 23.3558 7.28502 22.9425C6.87084 22.5284 6.66376 22.0309 6.66376 21.45C6.66376 20.8691 6.87084 20.3716 7.28502 19.9575C7.69849 19.5442 8.19578 19.3375 8.77689 19.3375C9.358 19.3375 9.85529 19.5442 10.2688 19.9575C10.6829 20.3716 10.89 20.8691 10.89 21.45C10.89 22.0309 10.6829 22.5284 10.2688 22.9425C9.85529 23.3558 9.358 23.5625 8.77689 23.5625ZM19.3425 23.5625C18.7614 23.5625 18.2641 23.3558 17.8507 22.9425C17.4365 22.5284 17.2294 22.0309 17.2294 21.45C17.2294 20.8691 17.4365 20.3716 17.8507 19.9575C18.2641 19.5442 18.7614 19.3375 19.3425 19.3375C19.9236 19.3375 20.4213 19.5442 20.8355 19.9575C21.2489 20.3716 21.4557 20.8691 21.4557 21.45C21.4557 22.0309 21.2489 22.5284 20.8355 22.9425C20.4213 23.3558 19.9236 23.5625 19.3425 23.5625ZM8.77689 18.2812C7.98446 18.2812 7.38574 17.9334 6.98073 17.2377C6.57571 16.5427 6.5581 15.8519 6.9279 15.1653L8.35426 12.5775L4.55063 4.55H3.46765C3.16829 4.55 2.92176 4.4486 2.72806 4.2458C2.53435 4.0437 2.4375 3.79302 2.4375 3.49375C2.4375 3.19448 2.53893 2.94344 2.74179 2.74064C2.94395 2.53855 3.1947 2.4375 3.49406 2.4375H5.21098C5.40469 2.4375 5.58958 2.49031 5.76568 2.59594C5.94177 2.70156 6.07384 2.8512 6.16189 3.04484L6.87507 4.55H22.4594C22.9349 4.55 23.2606 4.72604 23.4367 5.07812C23.6128 5.43021 23.604 5.7999 23.4103 6.18719L19.6595 12.9472C19.4658 13.2993 19.2105 13.5721 18.8935 13.7658C18.5765 13.9594 18.2155 14.0562 17.8105 14.0562H9.93911L8.77689 16.1687H20.4255C20.7249 16.1687 20.9714 16.2698 21.1651 16.4719C21.3588 16.6747 21.4557 16.9257 21.4557 17.225C21.4557 17.5243 21.3542 17.775 21.1514 17.977C20.9492 18.1798 20.6985 18.2812 20.3991 18.2812H8.77689Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%; mask: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.77689 23.5625C8.19578 23.5625 7.69849 23.3558 7.28502 22.9425C6.87084 22.5284 6.66376 22.0309 6.66376 21.45C6.66376 20.8691 6.87084 20.3716 7.28502 19.9575C7.69849 19.5442 8.19578 19.3375 8.77689 19.3375C9.358 19.3375 9.85529 19.5442 10.2688 19.9575C10.6829 20.3716 10.89 20.8691 10.89 21.45C10.89 22.0309 10.6829 22.5284 10.2688 22.9425C9.85529 23.3558 9.358 23.5625 8.77689 23.5625ZM19.3425 23.5625C18.7614 23.5625 18.2641 23.3558 17.8507 22.9425C17.4365 22.5284 17.2294 22.0309 17.2294 21.45C17.2294 20.8691 17.4365 20.3716 17.8507 19.9575C18.2641 19.5442 18.7614 19.3375 19.3425 19.3375C19.9236 19.3375 20.4213 19.5442 20.8355 19.9575C21.2489 20.3716 21.4557 20.8691 21.4557 21.45C21.4557 22.0309 21.2489 22.5284 20.8355 22.9425C20.4213 23.3558 19.9236 23.5625 19.3425 23.5625ZM8.77689 18.2812C7.98446 18.2812 7.38574 17.9334 6.98073 17.2377C6.57571 16.5427 6.5581 15.8519 6.9279 15.1653L8.35426 12.5775L4.55063 4.55H3.46765C3.16829 4.55 2.92176 4.4486 2.72806 4.2458C2.53435 4.0437 2.4375 3.79302 2.4375 3.49375C2.4375 3.19448 2.53893 2.94344 2.74179 2.74064C2.94395 2.53855 3.1947 2.4375 3.49406 2.4375H5.21098C5.40469 2.4375 5.58958 2.49031 5.76568 2.59594C5.94177 2.70156 6.07384 2.8512 6.16189 3.04484L6.87507 4.55H22.4594C22.9349 4.55 23.2606 4.72604 23.4367 5.07812C23.6128 5.43021 23.604 5.7999 23.4103 6.18719L19.6595 12.9472C19.4658 13.2993 19.2105 13.5721 18.8935 13.7658C18.5765 13.9594 18.2155 14.0562 17.8105 14.0562H9.93911L8.77689 16.1687H20.4255C20.7249 16.1687 20.9714 16.2698 21.1651 16.4719C21.3588 16.6747 21.4557 16.9257 21.4557 17.225C21.4557 17.5243 21.3542 17.775 21.1514 17.977C20.9492 18.1798 20.6985 18.2812 20.3991 18.2812H8.77689Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover;}

body .rdc-icon-svg.rdc-icon-comparator:not(.active) {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23333'%3E%3Cpath d='m12.2561 16.452-3.31995 2.9704c-.13231.1184-.30071.1776-.5052.1776s-.37289-.0592-.5052-.1776c-.13232-.1184-.19848-.269-.19848-.452s.06616-.3336.19848-.452l2.81475-2.5184-2.81475-2.5184c-.13232-.1184-.19848-.269-.19848-.452s.06616-.3336.19848-.452c.13231-.1184.30071-.1776.5052-.1776s.37289.0592.5052.1776l3.31995 2.9704c.0721.0646.1231.1345.153.2098.0303.0754.0454.1561.0454.2422s-.0151.1668-.0454.2422c-.0299.0753-.0809.1452-.153.2098z'/%3E%3Cpath d='m23.0638 19.4224-3.3199-2.9704c-.0721-.0646-.1231-.1345-.153-.2098-.0303-.0754-.0454-.1561-.0454-.2422s.0151-.1668.0454-.2422c.0299-.0753.0809-.1452.153-.2098l3.3199-2.9704c.1324-.1184.3008-.1776.5052-.1776.2045 0 .3729.0592.5053.1776.1323.1184.1984.269.1984.452s-.0661.3336-.1984.452l-2.8148 2.5184 2.8148 2.5184c.1323.1184.1984.269.1984.452s-.0661.3336-.1984.452c-.1324.1184-.3008.1776-.5053.1776-.2044 0-.3728-.0592-.5052-.1776z'/%3E%3Cpath clip-rule='evenodd' d='m16 4c-.6527 0-1.1818.53726-1.1818 1.2v1.2h-9.45456c-.65 0-1.20664.2352-1.66991.7056-.46249.4696-.69373 1.0344-.69373 1.6944v14.4c0 .66.23124 1.2252.69373 1.6956.46327.4696 1.01991.7044 1.66991.7044h9.45456v1.2c0 .6627.5291 1.2 1.1818 1.2s1.1818-.5373 1.1818-1.2v-1.2h9.4546c.65 0 1.2066-.2348 1.6699-.7044.4625-.4704.6937-1.0356.6937-1.6956v-14.4c0-.66-.2312-1.2248-.6937-1.6944-.4633-.4704-1.0199-.7056-1.6699-.7056h-9.4546v-1.2c0-.66274-.5291-1.2-1.1818-1.2zm-1.1818 4.8h-9.45456v14.4h9.45456zm11.8182 14.4h-9.4546v-14.4h9.4546z' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator.active.rdc-icon-mask,
body .rdc-icon-svg.rdc-icon-comparator-active.rdc-icon-mask {background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m16 4c-.6527 0-1.1818.53726-1.1818 1.2v1.2h-9.45456c-.65 0-1.20664.2352-1.66991.7056-.46249.4696-.69373 1.0344-.69373 1.6944v14.4c0 .66.23124 1.2252.69373 1.6956.46327.4696 1.01991.7044 1.66991.7044h9.45456v1.2c0 .6627.5291 1.2 1.1818 1.2s1.1818-.5373 1.1818-1.2v-1.2h9.4546c.65 0 1.2066-.2348 1.6699-.7044.4625-.4704.6937-1.0356.6937-1.6956v-14.4c0-.66-.2312-1.2248-.6937-1.6944-.4633-.4704-1.0199-.7056-1.6699-.7056h-9.4546v-1.2c0-.66274-.5291-1.2-1.1818-1.2zm-3.7439 12.452-3.31995 2.9704c-.13231.1184-.30071.1776-.5052.1776s-.37289-.0592-.5052-.1776c-.13232-.1184-.19848-.269-.19848-.452s.06616-.3336.19848-.452l2.81475-2.5184-2.81475-2.5184c-.13232-.1184-.19848-.269-.19848-.452s.06616-.3336.19848-.452c.13231-.1184.30071-.1776.5052-.1776s.37289.0592.5052.1776l3.31995 2.9704c.0721.0646.1231.1345.153.2098.0303.0754.0454.1561.0454.2422s-.0151.1668-.0454.2422c-.0299.0753-.0809.1452-.153.2098zm10.8077 2.9704-3.3199-2.9704c-.0721-.0646-.1231-.1345-.153-.2098-.0303-.0754-.0454-.1561-.0454-.2422s.0151-.1668.0454-.2422c.0299-.0753.0809-.1452.153-.2098l3.3199-2.9704c.1324-.1184.3008-.1776.5052-.1776.2045 0 .3729.0592.5053.1776.1323.1184.1984.269.1984.452s-.0661.3336-.1984.452l-2.8148 2.5184 2.8148 2.5184c.1323.1184.1984.269.1984.452s-.0661.3336-.1984.452c-.1324.1184-.3008.1776-.5053.1776-.2044 0-.3728-.0592-.5052-.1776zm-5.8818-10.62238h-2.3636v14.39998h2.3636z' fill='%233FAE29' fill-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator.active:not(.rdc-icon-mask),
body .rdc-icon-svg.rdc-icon-comparator-active:not(.rdc-icon-mask) {background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m16 4c-.6527 0-1.1818.53726-1.1818 1.2v1.2h-9.45456c-.65 0-1.20664.2352-1.66991.7056-.46249.4696-.69373 1.0344-.69373 1.6944v14.4c0 .66.23124 1.2252.69373 1.6956.46327.4696 1.01991.7044 1.66991.7044h9.45456v1.2c0 .6627.5291 1.2 1.1818 1.2s1.1818-.5373 1.1818-1.2v-1.2h9.4546c.65 0 1.2066-.2348 1.6699-.7044.4625-.4704.6937-1.0356.6937-1.6956v-14.4c0-.66-.2312-1.2248-.6937-1.6944-.4633-.4704-1.0199-.7056-1.6699-.7056h-9.4546v-1.2c0-.66274-.5291-1.2-1.1818-1.2zm-3.7439 12.452-3.31995 2.9704c-.13231.1184-.30071.1776-.5052.1776s-.37289-.0592-.5052-.1776c-.13232-.1184-.19848-.269-.19848-.452s.06616-.3336.19848-.452l2.81475-2.5184-2.81475-2.5184c-.13232-.1184-.19848-.269-.19848-.452s.06616-.3336.19848-.452c.13231-.1184.30071-.1776.5052-.1776s.37289.0592.5052.1776l3.31995 2.9704c.0721.0646.1231.1345.153.2098.0303.0754.0454.1561.0454.2422s-.0151.1668-.0454.2422c-.0299.0753-.0809.1452-.153.2098zm10.8077 2.9704-3.3199-2.9704c-.0721-.0646-.1231-.1345-.153-.2098-.0303-.0754-.0454-.1561-.0454-.2422s.0151-.1668.0454-.2422c.0299-.0753.0809-.1452.153-.2098l3.3199-2.9704c.1324-.1184.3008-.1776.5052-.1776.2045 0 .3729.0592.5053.1776.1323.1184.1984.269.1984.452s-.0661.3336-.1984.452l-2.8148 2.5184 2.8148 2.5184c.1323.1184.1984.269.1984.452s-.0661.3336-.1984.452c-.1324.1184-.3008.1776-.5053.1776-.2044 0-.3728-.0592-.5052-.1776zm-5.8818-10.62238h-2.3636v14.39998h2.3636z' fill='%23333333' fill-rule='evenodd'/%3E%3C/svg%3E");}

body .rdc-icon-svg.rdc-icon-location {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 29c-1.7767 0-3.4558-.3415-5.0375-1.0244-1.58167-.6821-2.9627-1.6137-4.1431-2.795-1.18127-1.1804-2.11293-2.5614-2.795-4.1431-.68293-1.5817-1.0244-3.2608-1.0244-5.0375 0-1.7983.34147-3.4827 1.0244-5.0531.68207-1.57127 1.61373-2.9471 2.795-4.1275 1.1804-1.18127 2.56143-2.11337 4.1431-2.7963 1.5817-.68207 3.2608-1.0231 5.0375-1.0231 1.7983 0 3.4827.34103 5.0531 1.0231 1.5713.68293 2.9471 1.61503 4.1275 2.7963 1.1813 1.1804 2.1129 2.55623 2.795 4.1275.6829 1.5704 1.0244 3.2548 1.0244 5.0531 0 1.7767-.3415 3.4558-1.0244 5.0375-.6821 1.5817-1.6137 2.9627-2.795 4.1431-1.1804 1.1813-2.5562 2.1129-4.1275 2.795-1.5704.6829-3.2548 1.0244-5.0531 1.0244zm0-2.665c.5633-.78 1.0508-1.5925 1.4625-2.4375s.7475-1.7442 1.0075-2.6975h-4.94c.26.9533.5958 1.8525 1.0075 2.6975s.8992 1.6575 1.4625 2.4375zm-3.38-.52c-.39-.715-.731-1.4573-1.0231-2.2269-.2929-.7687-.5369-1.5648-.7319-2.3881h-3.835c.62833 1.0833 1.41353 2.0258 2.3556 2.8275.9429.8017 2.0211 1.3975 3.2344 1.7875zm6.76 0c1.2133-.39 2.291-.9858 3.2331-1.7875.9429-.8017 1.7286-1.7442 2.3569-2.8275h-3.835c-.195.8233-.4385 1.6194-.7306 2.3881-.2929.7696-.6344 1.5119-1.0244 2.2269zm-13.455-7.215h4.42c-.065-.4333-.114-.8615-.1469-1.2844-.0321-.4221-.0481-.8606-.0481-1.3156s.016-.8935.0481-1.3156c.0329-.4229.0819-.8511.1469-1.2844h-4.42c-.10833.4333-.1898.8615-.2444 1.2844-.05373.4221-.0806.8606-.0806 1.3156s.02687.8935.0806 1.3156c.0546.4229.13607.8511.2444 1.2844zm7.02 0h6.11c.065-.4333.114-.8615.1469-1.2844.0321-.4221.0481-.8606.0481-1.3156s-.016-.8935-.0481-1.3156c-.0329-.4229-.0819-.8511-.1469-1.2844h-6.11c-.065.4333-.1135.8615-.1456 1.2844-.0329.4221-.0494.8606-.0494 1.3156s.0165.8935.0494 1.3156c.0321.4229.0806.8511.1456 1.2844zm8.71 0h4.42c.1083-.4333.1898-.8615.2444-1.2844.0537-.4221.0806-.8606.0806-1.3156s-.0269-.8935-.0806-1.3156c-.0546-.4229-.1361-.8511-.2444-1.2844h-4.42c.065.4333.1135.8615.1456 1.2844.0329.4221.0494.8606.0494 1.3156s-.0165.8935-.0494 1.3156c-.0321.4229-.0806.8511-.1456 1.2844zm-.52-7.8h3.835c-.6283-1.08333-1.414-2.02583-2.3569-2.8275-.9421-.80167-2.0198-1.3975-3.2331-1.7875.39.715.7315 1.45687 1.0244 2.2256.2921.7696.5356 1.56607.7306 2.3894zm-7.605 0h4.94c-.26-.95333-.5958-1.8525-1.0075-2.6975s-.8992-1.6575-1.4625-2.4375c-.5633.78-1.0508 1.5925-1.4625 2.4375s-.7475 1.74417-1.0075 2.6975zm-6.5 0h3.835c.195-.82333.439-1.6198.7319-2.3894.2921-.76873.6331-1.5106 1.0231-2.2256-1.2133.39-2.2915.98583-3.2344 1.7875-.94207.80167-1.72727 1.74417-2.3556 2.8275z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-tracking {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3333 15C18.9667 15 18.6527 14.8696 18.3913 14.6087C18.1304 14.3473 18 14.0333 18 13.6667V4.33333C18 3.96667 18.1304 3.65267 18.3913 3.39133C18.6527 3.13044 18.9667 3 19.3333 3H28.6667C29.0333 3 29.3473 3.13044 29.6087 3.39133C29.8696 3.65267 30 3.96667 30 4.33333V13.6667C30 14.0333 29.8696 14.3473 29.6087 14.6087C29.3473 14.8696 29.0333 15 28.6667 15H19.3333ZM22.3 9.18333L24 8.33333L25.7 9.18333C25.9222 9.29444 26.1389 9.286 26.35 9.158C26.5611 9.03045 26.6667 8.83889 26.6667 8.58333V4.33333H21.3333V8.58333C21.3333 8.83889 21.4389 9.03045 21.65 9.158C21.8611 9.286 22.0778 9.29444 22.3 9.18333ZM21.3333 12.3333H23.3333C23.5222 12.3333 23.6807 12.2693 23.8087 12.1413C23.9362 12.0138 24 11.8556 24 11.6667C24 11.4778 23.9362 11.3193 23.8087 11.1913C23.6807 11.0638 23.5222 11 23.3333 11H21.3333C21.1444 11 20.986 11.0638 20.858 11.1913C20.7304 11.3193 20.6667 11.4778 20.6667 11.6667C20.6667 11.8556 20.7304 12.0138 20.858 12.1413C20.986 12.2693 21.1444 12.3333 21.3333 12.3333Z' fill='%233FAE29'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 5C14.36 5 12.81 5.3148 11.35 5.9444C9.89 6.5748 8.6152 7.4352 7.5256 8.5256C6.4352 9.6152 5.5752 10.8852 4.9456 12.3356C4.3152 13.7852 4 15.34 4 17C4 18.64 4.3152 20.19 4.9456 21.65C5.5752 23.11 6.4352 24.3848 7.5256 25.4744C8.6152 26.5648 9.89 27.4248 11.35 28.0544C12.81 28.6848 14.36 29 16 29C17.66 29 19.2148 28.6848 20.6644 28.0544C22.1148 27.4248 23.3848 26.5648 24.4744 25.4744C25.5648 24.3848 26.4248 23.11 27.0544 21.65C27.6848 20.19 28 18.64 28 17H25.6C25.6 17.42 25.5752 17.8248 25.5256 18.2144C25.4752 18.6048 25.4 19 25.3 19.4H21.22C21.28 19 21.3248 18.6048 21.3544 18.2144C21.3848 17.8248 21.4 17.42 21.4 17H19C19 17.42 18.9852 17.8248 18.9556 18.2144C18.9252 18.6048 18.88 19 18.82 19.4H13.18C13.12 19 13.0752 18.6048 13.0456 18.2144C13.0152 17.8248 13 17.42 13 17C13 16.58 13.0152 16.1752 13.0456 15.7856C13.0752 15.3952 13.12 15 13.18 14.6H16V12.2H13.72C13.96 11.32 14.27 10.49 14.65 9.71C15.03 8.93 15.48 8.18 16 7.46V5ZM17.35 24.29C16.97 25.07 16.52 25.82 16 26.54C15.48 25.82 15.03 25.07 14.65 24.29C14.27 23.51 13.96 22.68 13.72 21.8H18.28C18.04 22.68 17.73 23.51 17.35 24.29ZM11.9356 24.0044C12.2052 24.7148 12.52 25.4 12.88 26.06C11.76 25.7 10.7648 25.15 9.8944 24.41C9.0248 23.67 8.3 22.8 7.72 21.8H11.26C11.44 22.56 11.6652 23.2948 11.9356 24.0044ZM22.1044 24.41C21.2348 25.15 20.24 25.7 19.12 26.06C19.48 25.4 19.7952 24.7148 20.0656 24.0044C20.3352 23.2948 20.56 22.56 20.74 21.8H24.28C23.7 22.8 22.9748 23.67 22.1044 24.41ZM10.78 19.4H6.7C6.6 19 6.5248 18.6048 6.4744 18.2144C6.4248 17.8248 6.4 17.42 6.4 17C6.4 16.58 6.4248 16.1752 6.4744 15.7856C6.5248 15.3952 6.6 15 6.7 14.6H10.78C10.72 15 10.6748 15.3952 10.6444 15.7856C10.6148 16.1752 10.6 16.58 10.6 17C10.6 17.42 10.6148 17.8248 10.6444 18.2144C10.6748 18.6048 10.72 19 10.78 19.4ZM11.26 12.2H7.72C8.3 11.2 9.0248 10.33 9.8944 9.59C10.7648 8.85 11.76 8.3 12.88 7.94C12.52 8.6 12.2052 9.2848 11.9356 9.9944C11.6652 10.7048 11.44 11.44 11.26 12.2Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-user:not(.active){background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 13C11.7711 13 10.7191 12.5624 9.84395 11.6873C8.96882 10.8122 8.53125 9.76016 8.53125 8.53125C8.53125 7.30234 8.96882 6.25033 9.84395 5.3752C10.7191 4.50007 11.7711 4.0625 13 4.0625C14.2289 4.0625 15.2809 4.50007 16.1561 5.3752C17.0312 6.25033 17.4688 7.30234 17.4688 8.53125C17.4688 9.76016 17.0312 10.8122 16.1561 11.6873C15.2809 12.5624 14.2289 13 13 13ZM19.7031 21.9375H6.29688C5.68242 21.9375 5.1566 21.7189 4.71941 21.2817C4.28147 20.8438 4.0625 20.3176 4.0625 19.7031V18.8094C4.0625 18.1763 4.22561 17.5942 4.55183 17.0632C4.8773 16.5329 5.31003 16.1281 5.85 15.8488C7.00443 15.2716 8.17747 14.8385 9.36914 14.5495C10.5608 14.2613 11.7711 14.1172 13 14.1172C14.2289 14.1172 15.4392 14.2613 16.6309 14.5495C17.8225 14.8385 18.9956 15.2716 20.15 15.8488C20.69 16.1281 21.1227 16.5329 21.4482 17.0632C21.7744 17.5942 21.9375 18.1763 21.9375 18.8094V19.7031C21.9375 20.3176 21.7189 20.8438 21.2817 21.2817C20.8438 21.7189 20.3176 21.9375 19.7031 21.9375ZM6.29688 19.7031H19.7031V18.8094C19.7031 18.6046 19.6521 18.4184 19.5501 18.2508C19.4473 18.0832 19.3121 17.9529 19.1445 17.8598C18.1391 17.357 17.1243 16.9798 16.1002 16.7281C15.0761 16.4771 14.0427 16.3516 13 16.3516C11.9573 16.3516 10.9239 16.4771 9.89981 16.7281C8.87572 16.9798 7.86094 17.357 6.85547 17.8598C6.68789 17.9529 6.55308 18.0832 6.45105 18.2508C6.34827 18.4184 6.29688 18.6046 6.29688 18.8094V19.7031ZM13 10.7656C13.6145 10.7656 14.1406 10.5467 14.5786 10.1087C15.0158 9.67153 15.2344 9.1457 15.2344 8.53125C15.2344 7.9168 15.0158 7.39097 14.5786 6.95378C14.1406 6.51584 13.6145 6.29688 13 6.29688C12.3855 6.29688 11.8597 6.51584 11.4225 6.95378C10.9846 7.39097 10.7656 7.9168 10.7656 8.53125C10.7656 9.1457 10.9846 9.67153 11.4225 10.1087C11.8597 10.5467 12.3855 10.7656 13 10.7656Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-user.active,
body .rdc-icon-svg.rdc-icon-user-active {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 13C11.7711 13 10.7191 12.5624 9.84395 11.6873C8.96882 10.8122 8.53125 9.76016 8.53125 8.53125C8.53125 7.30234 8.96882 6.25033 9.84395 5.3752C10.7191 4.50007 11.7711 4.0625 13 4.0625C14.2289 4.0625 15.2809 4.50007 16.1561 5.3752C17.0312 6.25033 17.4688 7.30234 17.4688 8.53125C17.4688 9.76016 17.0312 10.8122 16.1561 11.6873C15.2809 12.5624 14.2289 13 13 13ZM6.29688 21.9375C5.68242 21.9375 5.1566 21.7189 4.71941 21.2817C4.28147 20.8438 4.0625 20.3176 4.0625 19.7031V18.8094C4.0625 18.1763 4.22561 17.5942 4.55183 17.0632C4.8773 16.5329 5.31003 16.1281 5.85 15.8488C7.00443 15.2716 8.17747 14.8385 9.36914 14.5495C10.5608 14.2613 11.7711 14.1172 13 14.1172C14.2289 14.1172 15.4392 14.2613 16.6309 14.5495C17.8225 14.8385 18.9956 15.2716 20.15 15.8488C20.69 16.1281 21.1227 16.5329 21.4482 17.0632C21.7744 17.5942 21.9375 18.1763 21.9375 18.8094V19.7031C21.9375 20.3176 21.7189 20.8438 21.2817 21.2817C20.8438 21.7189 20.3176 21.9375 19.7031 21.9375H6.29688Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-logout {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.4282 21.9625c-.2295-.2769-.3443-.5912-.3443-.943 0-.351.1148-.6436.3443-.8778l2.3158-2.3639h-8.9816c-.3546 0-.6517-.1227-.8912-.368-.2404-.2445-.3605-.5478-.3605-.9098s.1201-.6657.3605-.9111c.2395-.2444.5366-.3667.8912-.3667h8.9816l-2.3158-2.3639c-.2504-.2555-.3756-.5588-.3756-.9097 0-.3519.1252-.6555.3756-.9111.2295-.2556.5165-.3833.8612-.3833.3438 0 .6305.1171.86.3514l4.5064 4.6c.1251.1277.214.2662.2666.4152.0517.1491.0776.3088.0776.4792s-.0259.3301-.0776.4792c-.0526.149-.1415.2875-.2666.4152l-4.5064 4.6c-.2713.2769-.5683.3991-.8913.3668-.3238-.0316-.6004-.1644-.8299-.3987zm-12.92464 6.0375c-.68848 0-1.27807-.25-1.76877-.7501-.48986-.5008-.73479-1.1027-.73479-1.8055v-17.88884c0-.70278.24493-1.30462.73479-1.8055.4907-.50004 1.08029-.75006 1.76877-.75006h7.51064c.3547 0 .6522.12224.8925.36672.2395.24534.3593.54902.3593.91106 0 .36203-.1198.66529-.3593.90978-.2403.24533-.5378.368-.8925.368h-7.51064v17.88884h7.51064c.3547 0 .6522.1227.8925.368.2395.2445.3593.5478.3593.9098 0 .3621-.1198.6653-.3593.9098-.2403.2453-.5378.368-.8925.368z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowup,
body .rdc-icon-svg.rdc-icon-arrow-full-up,
body .product-gallery .pager .slick-prev,
body .comparator .rdc-icon-arrowup {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47493 18.424L15.1135 8.32949C15.2401 8.20968 15.3773 8.12501 15.5251 8.07548C15.6728 8.02516 15.8311 8 16 8C16.1689 8 16.3272 8.02516 16.4749 8.07548C16.6227 8.12501 16.7599 8.20968 16.8865 8.32949L27.5567 18.424C27.8522 18.7035 28 19.053 28 19.4723C28 19.8917 27.8417 20.2512 27.5251 20.5507C27.2084 20.8502 26.8391 21 26.4169 21C25.9947 21 25.6253 20.8502 25.3087 20.5507L16 11.7442L6.69129 20.5507C6.39578 20.8303 6.03187 20.97 5.59958 20.97C5.16644 20.97 4.79156 20.8203 4.47493 20.5207C4.15831 20.2212 4 19.8717 4 19.4724C4 19.073 4.15831 18.7235 4.47493 18.424Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowdown,
body .rdc-icon-svg.rdc-icon-arrow-full-down,
body .product-gallery .pager .slick-next,
body .comparator .rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5251 13.576L16.8865 23.6705C16.7599 23.7903 16.6227 23.875 16.4749 23.9245C16.3272 23.9748 16.1689 24 16 24C15.8311 24 15.6728 23.9748 15.5251 23.9245C15.3773 23.875 15.2401 23.7903 15.1135 23.6705L4.44327 13.576C4.14776 13.2965 4 12.947 4 12.5276C4 12.1083 4.15831 11.7488 4.47493 11.4493C4.79156 11.1498 5.16095 11 5.58311 11C6.00528 11 6.37467 11.1498 6.69129 11.4493L16 20.2558L25.3087 11.4493C25.6042 11.1697 25.9681 11.03 26.4004 11.03C26.8336 11.03 27.2084 11.1797 27.5251 11.4793C27.8417 11.7788 28 12.1283 28 12.5276C28 12.927 27.8417 13.2765 27.5251 13.576Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowleft,
body .rdc-icon-svg.rdc-icon-arrow-full-left {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.424 27.5251L8.32949 16.8865C8.20968 16.7599 8.12501 16.6227 8.07548 16.4749C8.02516 16.3272 8 16.1689 8 16C8 15.8311 8.02516 15.6728 8.07548 15.5251C8.12501 15.3773 8.20968 15.2401 8.32949 15.1135L18.424 4.44327C18.7035 4.14776 19.053 4 19.4724 4C19.8917 4 20.2512 4.15831 20.5507 4.47493C20.8502 4.79156 21 5.16095 21 5.58311C21 6.00528 20.8502 6.37467 20.5507 6.69129L11.7442 16L20.5507 25.3087C20.8303 25.6042 20.97 25.9681 20.97 26.4004C20.97 26.8336 20.8203 27.2084 20.5207 27.5251C20.2212 27.8417 19.8717 28 19.4724 28C19.073 28 18.7235 27.8417 18.424 27.5251Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-arrowright,
body .rdc-icon-svg.rdc-icon-arrow-full-right {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.576 27.5251L23.6705 16.8865C23.7903 16.7599 23.875 16.6227 23.9245 16.4749C23.9748 16.3272 24 16.1689 24 16C24 15.8311 23.9748 15.6728 23.9245 15.5251C23.875 15.3773 23.7903 15.2401 23.6705 15.1135L13.576 4.44327C13.2965 4.14776 12.947 4 12.5276 4C12.1083 4 11.7488 4.15831 11.4493 4.47493C11.1498 4.79156 11 5.16095 11 5.58311C11 6.00528 11.1498 6.37467 11.4493 6.69129L20.2558 16L11.4493 25.3087C11.1697 25.6042 11.03 25.9681 11.03 26.4004C11.03 26.8336 11.1797 27.2084 11.4793 27.5251C11.7788 27.8417 12.1283 28 12.5276 28C12.927 28 13.2765 27.8417 13.576 27.5251Z' fill='%23333333'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-scroll-up {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='%23f5f5f5' fill-opacity='.75' height='32' rx='16' width='32'/%3E%3Cpath d='m16 23c-.261 0-.4796-.0863-.6558-.2589-.1768-.172-.2653-.3853-.2653-.64v-10.0449l-4.4901 4.382c-.1842.1798-.4031.2697-.65669.2697-.25299 0-.47158-.0899-.65579-.2697-.18422-.1798-.27632-.3895-.27632-.6292s.0921-.4494.27632-.6292l6.07898-5.93261c.0921-.08989.1918-.15371.2993-.19146.1075-.03715.2226-.05573.3454-.05573s.2419.01858.3574.05573c.1148.03775.2106.10157.2873.19146l6.079 5.93261c.1842.1798.2763.3895.2763.6292s-.0921.4494-.2763.6292-.4031.2697-.6567.2697c-.253 0-.4716-.0899-.6558-.2697l-4.4901-4.382v10.0449c0 .2547-.0882.468-.2644.64-.1768.1726-.3957.2589-.6567.2589z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-down {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='%23f5f5f5' fill-opacity='.75' height='32' rx='16' width='32'/%3E%3Cpath d='m16 23c-.1228 0-.2379-.0189-.3454-.0566-.1075-.0372-.2072-.1007-.2993-.1906l-6.07898-5.9326c-.18422-.1798-.27632-.3934-.27632-.6409 0-.2469.0921-.4602.27632-.64.18421-.1798.39912-.2696.64473-.2696.24565 0 .46055.0898.64475.2696l4.5131 4.4045v-10.0674c0-.25468.0885-.46441.2653-.62921.1762-.16479.3948-.24719.6558-.24719s.4799.08599.6567.25798c.1762.17258.2644.38621.2644.6409v10.04492l4.5131-4.4045c.1842-.1798.3991-.2696.6447-.2696.2457 0 .4606.0898.6448.2696s.2763.3931.2763.64c0 .2475-.0921.4611-.2763.6409l-6.079 5.9326c-.0921.0899-.1918.1534-.2993.1906-.1075.0377-.2226.0566-.3454.0566z' fill='%23666'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-equal {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23333'%3E%3Cpath d='m8.28571 12.0011c-.36428 0-.66985-.1234-.91671-.3703-.246-.246-.369-.5511-.369-.9154s.123-.6699.369-.91671c.24686-.246.55243-.369.91671-.369h15.42859c.3643 0 .6694.123.9154.369.2469.24681.3703.55241.3703.91671s-.1234.6694-.3703.9154c-.246.2469-.5511.3703-.9154.3703-9.1719 0-5.4476 0-15.42859 0z'/%3E%3Cpath d='m8.28571 22.5714c-.36428 0-.66985-.1234-.91671-.3703-.246-.246-.369-.5511-.369-.9154s.123-.6698.369-.9167c.24686-.246.55243-.369.91671-.369h15.42859c.3643 0 .6694.123.9154.369.2469.2469.3703.5524.3703.9167s-.1234.6694-.3703.9154c-.246.2469-.5511.3703-.9154.3703-9.1719 0-5.4476 0-15.42859 0z'/%3E%3C/g%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-plus {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 25c-.3643 0-.6694-.1234-.9154-.3703-.2469-.246-.3703-.5511-.3703-.9154v-6.4286h-6.42859c-.36428 0-.66985-.1234-.91671-.3703-.246-.246-.369-.5511-.369-.9154s.123-.6699.369-.9167c.24686-.246.55243-.369.91671-.369h6.42859v-6.42859c0-.36428.1234-.66985.3703-.91671.246-.246.5511-.369.9154-.369s.6699.123.9167.369c.246.24686.369.55243.369.91671v6.42859h6.4286c.3643 0 .6694.123.9154.369.2469.2468.3703.5524.3703.9167s-.1234.6694-.3703.9154c-.246.2469-.5511.3703-.9154.3703h-6.4286v6.4286c0 .3643-.123.6694-.369.9154-.2468.2469-.5524.3703-.9167.3703z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.28571 17.2853c-.36428 0-.66985-.1234-.91671-.3703-.246-.246-.369-.5511-.369-.9154s.123-.6699.369-.9167c.24686-.246.55243-.369.91671-.369h15.42859c.3643 0 .6694.123.9154.369.2469.2468.3703.5524.3703.9167s-.1234.6694-.3703.9154c-.246.2469-.5511.3703-.9154.3703-9.1719 0-5.4476 0-15.42859 0z' fill='%23333'/%3E%3C/svg%3E");}
//body .rdc-icon-svg.rdc-icon-chat {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.5 19.4791h13c.3683 0 .6769-.1238.9256-.3715.2496-.2468.3744-.5529.3744-.9184s-.1248-.6721-.3744-.9197c-.2487-.2468-.5573-.3702-.9256-.3702h-13c-.36833 0-.6773.1234-.9269.3702-.24873.2476-.3731.5542-.3731.9197s.12437.6716.3731.9184c.2496.2477.55857.3715.9269.3715zm0-3.8698h13c.3683 0 .6769-.1238.9256-.3715.2496-.2468.3744-.5529.3744-.9184s-.1248-.672-.3744-.9197c-.2487-.2468-.5573-.3702-.9256-.3702h-13c-.36833 0-.6773.1234-.9269.3702-.24873.2477-.3731.5542-.3731.9197s.12437.6716.3731.9184c.2496.2477.55857.3715.9269.3715zm0-3.8697h13c.3683 0 .6769-.1234.9256-.3703.2496-.2476.3744-.5542.3744-.9197s-.1248-.67202-.3744-.91969c-.2487-.2468-.5573-.37021-.9256-.37021h-13c-.36833 0-.6773.12341-.9269.37021-.24873.24767-.3731.55419-.3731.91969s.12437.6721.3731.9197c.2496.2469.55857.3703.9269.3703zm17.29 15.866-2.99-2.9668h-18.2c-.715 0-1.32687-.2524-1.8356-.7572-.5096-.5056-.7644-1.1132-.7644-1.8226v-15.47915c0-.70946.2548-1.31701.7644-1.82266.50873-.50479 1.1206-.75719 1.8356-.75719h20.8c.715 0 1.3273.2524 1.8369.75719.5087.50565.7631 1.1132.7631 1.82266v20.09055c0 .5805-.2652.9834-.7956 1.2087-.5313.2262-1.0027.135-1.4144-.2735zm-21.19-21.02575v15.47915h19.2725l1.5275 1.5156v-16.99475z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-helpdesk {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 28c-.3683 0-.6769-.1227-.9256-.368-.2496-.2445-.3744-.5477-.3744-.9098 0-.362.1248-.6653.3744-.9098.2487-.2453.5573-.368.9256-.368h9.1v-9.0722c0-1.2352-.2383-2.3958-.715-3.4819s-1.1267-2.0338-1.95-2.8431c-.8233-.80924-1.7875-1.44813-2.8925-1.91664-1.105-.46852-2.2858-.70278-3.5425-.70278s-2.4375.23426-3.5425.70278c-1.105.46851-2.0692 1.1074-2.8925 1.91664-.82333.8093-1.47333 1.757-1.95 2.8431s-.715 2.2467-.715 3.4819v6.5167c0 .362-.12437.6653-.3731.9098-.2496.2453-.55857.368-.9269.368-.715 0-1.32687-.2501-1.8356-.7501-.5096-.5009-.7644-1.1027-.7644-1.8055v-2.5555c0-.4899.11917-.9213.3575-1.2944.23833-.3723.5525-.6756.9425-.9098l.0975-1.6931c.195-1.5546.6448-2.9602 1.3494-4.2166.70373-1.25651 1.58123-2.32133 2.6325-3.19448 1.0504-.87315 2.2312-1.54952 3.5425-2.02911 1.3104-.47874 2.6698-.71811 4.0781-.71811 1.43 0 2.8006.23937 4.1119.71811 1.3104.47959 2.4856 1.16108 3.5256 2.04445 1.04.88422 1.9123 1.94903 2.6169 3.19444.7037 1.2463 1.1531 2.6361 1.3481 4.1694l.0975 1.6611c.39.1917.7042.4736.9425.8459.2383.3731.3575.7833.3575 1.2305v2.9389c0 .4685-.1192.8838-.3575 1.2458s-.5525.6389-.9425.8306v1.5652c0 .7028-.2544 1.3047-.7631 1.8055-.5096.5001-1.1219.7501-1.8369.7501zm-3.9-8.9444c-.3683 0-.6769-.1227-.9256-.368-.2496-.2445-.3744-.5478-.3744-.9098 0-.3621.1248-.6657.3744-.9111.2487-.2445.5573-.3667.9256-.3667s.6773.1222.9269.3667c.2487.2454.3731.549.3731.9111 0 .362-.1244.6653-.3731.9098-.2496.2453-.5586.368-.9269.368zm7.8 0c-.3683 0-.6769-.1227-.9256-.368-.2496-.2445-.3744-.5478-.3744-.9098 0-.3621.1248-.6657.3744-.9111.2487-.2445.5573-.3667.9256-.3667s.6773.1222.9269.3667c.2487.2454.3731.549.3731.9111 0 .362-.1244.6653-.3731.9098-.2496.2453-.5586.368-.9269.368zm-11.6675-1.9806c-.08667-1.2565.0923-2.3958.5369-3.4181.44373-1.0222 1.03913-1.8902 1.7862-2.6041.7479-.713 1.6094-1.26113 2.5844-1.64447.975-.38333 1.95-.575 2.925-.575 1.9717 0 3.6781.61249 5.1194 1.83747 1.4404 1.2241 2.3123 2.7519 2.6156 4.5834-2.0367-.0213-3.8783-.5593-5.525-1.6139-1.6467-1.0537-2.8925-2.4218-3.7375-4.10419-.3467 1.72499-1.0777 3.25279-2.1931 4.58339-1.1163 1.3314-2.4869 2.3166-4.1119 2.9555z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-sendmessage {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 25.5916v-18.18293c0-.51286.2066-.90355.6198-1.1721.4132-.26762.84935-.30818 1.30846-.12169l21.21094 9.09142c.5739.2565.8608.6877.8608 1.2938s-.2869 1.0374-.8608 1.2938l-21.21094 9.0915c-.45911.1864-.89526.1454-1.30846-.1231-.4132-.2676-.6198-.6579-.6198-1.1707zm2.75466-2.0981 16.32134-6.9934-16.32134-6.99341v4.89541l8.26404 2.098-8.26404 2.098z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-play {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 0c-8.84 0-16 7.16-16 16s7.16 16 16 16 16-7.16 16-16-7.16-16-16-16z' fill='%23fff' opacity='.75'/%3E%3Cpath d='m12.958 23.7776c-.428.2797-.8615.2956-1.3006.0477-.4383-.2469-.6574-.6286-.6574-1.145v-13.36029c0-.51634.2191-.89843.6574-1.14627.4391-.24699.8726-.23064 1.3006.04905l10.4642 6.68021c.3852.2581.5778.6239.5778 1.0972s-.1926.839-.5778 1.0972z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 0c-8.84 0-16 7.16-16 16s7.16 16 16 16 16-7.16 16-16-7.16-16-16-16z' fill='%23fff' opacity='.75'/%3E%3Cpath d='m20.4286 24c-.6286 0-1.1665-.2236-1.6137-.6709-.448-.448-.672-.9862-.672-1.6148v-11.4286c0-.62856.224-1.16646.672-1.6137.4472-.448.9851-.672 1.6137-.672h1.2857c.6286 0 1.1668.224 1.6148.672.4473.44724.6709.98514.6709 1.6137v11.4286c0 .6286-.2236 1.1668-.6709 1.6148-.448.4473-.9862.6709-1.6148.6709zm-10.1429 0c-.62856 0-1.16646-.2236-1.6137-.6709-.448-.448-.672-.9862-.672-1.6148v-11.4286c0-.62856.224-1.16646.672-1.6137.44724-.448.98514-.672 1.6137-.672h1.2857c.6286 0 1.1669.224 1.6149.672.4472.44724.6708.98514.6708 1.6137v11.4286c0 .6286-.2236 1.1668-.6708 1.6148-.448.4473-.9863.6709-1.6149.6709z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-calendar {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 17C15.6537 17 15.3636 16.88 15.1298 16.64C14.8951 16.4008 14.7778 16.1042 14.7778 15.75C14.7778 15.3958 14.8951 15.0987 15.1298 14.8587C15.3636 14.6196 15.6537 14.5 16 14.5C16.3463 14.5 16.6368 14.6196 16.8714 14.8587C17.1053 15.0987 17.2222 15.3958 17.2222 15.75C17.2222 16.1042 17.1053 16.4008 16.8714 16.64C16.6368 16.88 16.3463 17 16 17ZM11.1111 17C10.7648 17 10.4743 16.88 10.2397 16.64C10.0058 16.4008 9.88889 16.1042 9.88889 15.75C9.88889 15.3958 10.0058 15.0987 10.2397 14.8587C10.4743 14.6196 10.7648 14.5 11.1111 14.5C11.4574 14.5 11.7479 14.6196 11.9826 14.8587C12.2164 15.0987 12.3333 15.3958 12.3333 15.75C12.3333 16.1042 12.2164 16.4008 11.9826 16.64C11.7479 16.88 11.4574 17 11.1111 17ZM20.8889 17C20.5426 17 20.2525 16.88 20.0187 16.64C19.784 16.4008 19.6667 16.1042 19.6667 15.75C19.6667 15.3958 19.784 15.0987 20.0187 14.8587C20.2525 14.6196 20.5426 14.5 20.8889 14.5C21.2352 14.5 21.5253 14.6196 21.7591 14.8587C21.9938 15.0987 22.1111 15.3958 22.1111 15.75C22.1111 16.1042 21.9938 16.4008 21.7591 16.64C21.5253 16.88 21.2352 17 20.8889 17ZM16 22C15.6537 22 15.3636 21.88 15.1298 21.64C14.8951 21.4008 14.7778 21.1042 14.7778 20.75C14.7778 20.3958 14.8951 20.0992 15.1298 19.86C15.3636 19.62 15.6537 19.5 16 19.5C16.3463 19.5 16.6368 19.62 16.8714 19.86C17.1053 20.0992 17.2222 20.3958 17.2222 20.75C17.2222 21.1042 17.1053 21.4008 16.8714 21.64C16.6368 21.88 16.3463 22 16 22ZM11.1111 22C10.7648 22 10.4743 21.88 10.2397 21.64C10.0058 21.4008 9.88889 21.1042 9.88889 20.75C9.88889 20.3958 10.0058 20.0992 10.2397 19.86C10.4743 19.62 10.7648 19.5 11.1111 19.5C11.4574 19.5 11.7479 19.62 11.9826 19.86C12.2164 20.0992 12.3333 20.3958 12.3333 20.75C12.3333 21.1042 12.2164 21.4008 11.9826 21.64C11.7479 21.88 11.4574 22 11.1111 22ZM20.8889 22C20.5426 22 20.2525 21.88 20.0187 21.64C19.784 21.4008 19.6667 21.1042 19.6667 20.75C19.6667 20.3958 19.784 20.0992 20.0187 19.86C20.2525 19.62 20.5426 19.5 20.8889 19.5C21.2352 19.5 21.5253 19.62 21.7591 19.86C21.9938 20.0992 22.1111 20.3958 22.1111 20.75C22.1111 21.1042 21.9938 21.4008 21.7591 21.64C21.5253 21.88 21.2352 22 20.8889 22ZM7.44444 27C6.77222 27 6.19656 26.7554 5.71744 26.2663C5.23915 25.7763 5 25.1875 5 24.5V7C5 6.3125 5.23915 5.72417 5.71744 5.235C6.19656 4.745 6.77222 4.5 7.44444 4.5H8.66667V3.25C8.66667 2.89583 8.78359 2.59875 9.01744 2.35875C9.25211 2.11958 9.54259 2 9.88889 2C10.2352 2 10.5257 2.11958 10.7603 2.35875C10.9942 2.59875 11.1111 2.89583 11.1111 3.25V4.5H20.8889V3.25C20.8889 2.89583 21.0062 2.59875 21.2409 2.35875C21.4747 2.11958 21.7648 2 22.1111 2C22.4574 2 22.7475 2.11958 22.9813 2.35875C23.216 2.59875 23.3333 2.89583 23.3333 3.25V4.5H24.5556C25.2278 4.5 25.8034 4.745 26.2826 5.235C26.7609 5.72417 27 6.3125 27 7V24.5C27 25.1875 26.7609 25.7763 26.2826 26.2663C25.8034 26.7554 25.2278 27 24.5556 27H7.44444ZM7.44444 24.5H24.5556V12H7.44444V24.5ZM7.44444 9.5H24.5556V7H7.44444V9.5Z' fill='%23333333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-checked {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.7637 24c.3055 0 .5919-.0462.8592-.1387.2673-.0939.5155-.2527.7446-.4764l13.0024-12.6941c.4201-.4101.6301-.91339.6301-1.50988s-.2291-1.11842-.6874-1.56579c-.42-.41009-.9546-.61513-1.6038-.61513-.6491 0-1.1837.20504-1.6038.61513l-11.3413 11.07237-4.98327-4.8651c-.42005-.4101-.93556-.6152-1.54654-.6152s-1.14558.2237-1.60382.6711c-.42005.4101-.63007.932-.63007 1.5658s.21002 1.1557.63007 1.5658l6.52983 6.375c.2291.2237.4773.3825.7446.4764.2673.0925.5537.1387.8592.1387z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clear {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.4822 20.2429c.2406.2357.5468.3535.9187.3535.3718 0 .678-.1178.9186-.3535l2.4936-2.4429 2.4936 2.4429c.2406.2357.5468.3535.9187.3535.3718 0 .6781-.1178.9187-.3535.2406-.2358.3609-.5358.3609-.9 0-.3643-.1203-.6643-.3609-.9l-2.4936-2.4429 2.4936-2.4429c.2406-.2357.3609-.5357.3609-.9 0-.3642-.1203-.6642-.3609-.9-.2406-.2357-.5469-.3535-.9187-.3535-.3719 0-.6781.1178-.9187.3535l-2.4936 2.4429-2.4936-2.4429c-.2406-.2357-.5468-.3535-.9186-.3535-.3719 0-.6781.1178-.9187.3535-.2406.2358-.3609.5358-.3609.9 0 .3643.1203.6643.3609.9l2.4935 2.4429-2.4935 2.4429c-.2406.2357-.3609.5357-.3609.9 0 .3642.1203.6642.3609.9zm-2.2311 4.7571c-.4375 0-.8478-.0964-1.2311-.2893-.38232-.1928-.6938-.4607-.93441-.8036l-4.62625-6.4285c-.30623-.45-.45934-.9429-.45934-1.4786s.15311-1.0286.45934-1.4786l4.62625-6.42854c.24061-.34286.55209-.61072.93441-.80357.3833-.19286.7936-.28929 1.2311-.28929h13.1241c.7218 0 1.3399.252 1.8544.756.5136.50314.7704 1.10829.7704 1.81543v12.85717c0 .7071-.2568 1.3127-.7704 1.8167-.5145.5031-1.1326.7547-1.8544.7547zm-4.65909-9 4.65909 6.4286h13.1241v-12.85717h-13.1241z' fill='%23999'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-download {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.3125 28c-.37187 0-.68381-.128-.93581-.384-.25113-.2551-.37669-.5716-.37669-.9493 0-.3778.12556-.6943.37669-.9494.252-.256.56394-.384.93581-.384h18.375c.3719 0 .6834.128.9345.384.252.2551.378.5716.378.9494 0 .3777-.126.6942-.378.9493-.2511.256-.5626.384-.9345.384zm9.1875-5.9c-.175 0-.3391-.028-.4922-.084-.1531-.0551-.2953-.1493-.4265-.2827l-4.7579-4.8333c-.2406-.2444-.3609-.5444-.3609-.9s.1312-.6667.3937-.9333c.2407-.2445.5469-.3667.9188-.3667s.6781.1222.9188.3667l2.4937 2.5333v-12.26667c0-.37777.126-.69466.378-.95066.2511-.25511.5626-.38267.9345-.38267s.6838.12756.9358.38267c.2511.256.3767.57289.3767.95066v12.26667l2.5266-2.5667c.2406-.2444.5359-.3666.8859-.3666s.6562.1333.9187.4c.2407.2444.361.5555.361.9333s-.1203.6889-.361.9333l-4.725 4.8c-.1312.1334-.2734.2276-.4265.2827-.1531.056-.3172.084-.4922.084z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-empty,
body .product .rating span,
body .comparator .rating span,
body .comparator .rating .rdc-icon-star-empty {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.1129 25.1175 5.8867-3.6017 5.8868 3.6491-1.5417-6.8244 5.1859-4.5496-6.8212-.616-2.7098-6.4453-2.7097 6.3979-6.82125.6161 5.18595 4.5969zm5.8867.8531-7.75557 4.7391c-.34262.2212-.70081.316-1.07457.2844-.37377-.0316-.70081-.158-.98113-.3791-.28033-.2212-.49836-.4973-.65409-.8285-.15574-.3323-.18688-.7039-.09344-1.1146l2.0557-8.957-6.867922-6.0187c-.31147-.2844-.505828-.6085-.5830727-.9725-.0784906-.3627-.05544186-.7178.0691467-1.0654.124588-.3475.31147-.6319.560646-.853.249177-.2212.591792-.3634 1.027852-.4265l9.06375-.8057 3.5041-8.4357c.1557-.379134.3974-.663484.7251-.85305.3264-.1895667.6609-.28435 1.0035-.28435.3427 0 .6778.0947833 1.0055.28435.3264.189566.5675.473916.7232.85305l3.5041 8.4357 9.0637.8057c.4361.0631.7787.2053 1.0279.4265.2492.2211.4361.5055.5606.853.1246.3476.1483.7027.0711 1.0654-.0785.364-.2735.6881-.585.9725l-6.8679 6.0187 2.0557 8.957c.0934.4107.0623.7823-.0934 1.1146-.1558.3312-.3738.6073-.6541.8285-.2804.2211-.6074.3475-.9812.3791-.3737.0316-.7319-.0632-1.0745-.2844z' fill='%23ccc'/%3E%3C/svg%3E") !important;}
body .rdc-icon-svg.rdc-icon-star-half,
body .comparator .rating .sel2,
body .comparator .rating .rdc-icon-star-half {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='16' x2='16.0516' y1='15.525' y2='15.525'%3E%3Cstop offset='0' stop-color='%23f4cc49'/%3E%3Cstop offset='1' stop-color='%23ccc'/%3E%3C/linearGradient%3E%3Cpath d='m15.9996 6.7296v14.7862l5.8868 3.6491-1.5417-6.8244 5.1859-4.5496-6.8212-.616zm0 19.241-7.75557 4.7391c-.34262.2212-.70081.316-1.07457.2844-.37377-.0316-.70081-.158-.98113-.3791-.28033-.2212-.49836-.4973-.65409-.8285-.15574-.3323-.18688-.7039-.09344-1.1146l2.0557-8.957-6.867922-6.0187c-.31147-.2844-.505828-.6085-.5830727-.9725-.0784906-.3627-.05544186-.7178.0691467-1.0654.124588-.3475.31147-.6319.560646-.853.249177-.2212.591792-.3634 1.027852-.4265l9.06375-.8057 3.5041-8.4357c.1557-.379134.3974-.663484.7251-.85305.3264-.1895667.6609-.28435 1.0035-.28435.3427 0 .6778.0947833 1.0055.28435.3264.189566.5675.473916.7232.85305l3.5041 8.4357 9.0637.8057c.4361.0631.7787.2053 1.0279.4265.2492.2211.4361.5055.5606.853.1246.3476.1483.7027.0711 1.0654-.0785.364-.2735.6881-.585.9725l-6.8679 6.0187 2.0557 8.957c.0934.4107.0623.7823-.0934 1.1146-.1558.3312-.3738.6073-.6541.8285-.2804.2211-.6074.3475-.9812.3791-.3737.0316-.7319-.0632-1.0745-.2844z' fill='url(%23a)'/%3E%3C/svg%3E") !important;}
body .rdc-icon-svg.rdc-icon-star-full,
body .comparator .rating .sel,
body .comparator .rating .rdc-icon-star-full {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.9996 25.9706-7.75557 4.7391c-.34262.2212-.70081.316-1.07457.2844-.37377-.0316-.70081-.158-.98113-.3791-.28033-.2212-.49836-.4973-.65409-.8285-.15574-.3323-.18688-.7039-.09344-1.1146l2.0557-8.957-6.867922-6.0187c-.31147-.2844-.505828-.6085-.5830727-.9725-.0784906-.3627-.05544186-.7178.0691467-1.0654.124588-.3475.31147-.6319.560646-.853.249177-.2212.591792-.3634 1.027852-.4265l9.06375-.8057 3.5041-8.4357c.1557-.379134.3974-.663484.7251-.85305.3264-.1895667.6609-.28435 1.0035-.28435.3427 0 .6778.0947833 1.0055.28435.3264.189566.5675.473916.7232.85305l3.5041 8.4357 9.0637.8057c.4361.0631.7787.2053 1.0279.4265.2492.2211.4361.5055.5606.853.1246.3476.1483.7027.0711 1.0654-.0785.364-.2735.6881-.585.9725l-6.8679 6.0187 2.0557 8.957c.0934.4107.0623.7823-.0934 1.1146-.1558.3312-.3738.6073-.6541.8285-.2804.2211-.6074.3475-.9812.3791-.3737.0316-.7319-.0632-1.0745-.2844z' fill='%23f4cc49'/%3E%3C/svg%3E") !important;}
body .rdc-icon-svg.rdc-icon-marker {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 32c-.2167 0-.4333-.0408-.65-.1223s-.4062-.1902-.5688-.3261c-3.9541-3.5057-6.9062-6.7598-8.8562-9.7622-1.95-3.0036-2.925-5.8098-2.925-8.4187 0-4.07643 1.30704-7.32399 3.92113-9.74267 2.613-2.41869 5.63927-3.62803 9.07887-3.62803s6.4659 1.20934 9.0789 3.62803c2.6141 2.41868 3.9211 5.66624 3.9211 9.74267 0 2.6089-.975 5.4151-2.925 8.4187-1.95 3.0024-4.9021 6.2565-8.8562 9.7622-.1626.1359-.3521.2446-.5688.3261s-.4333.1223-.65.1223z' fill='%233fae29'/%3E%3Cpath clip-rule='evenodd' d='m16.752 7-2.0721 8.6338c-.1064.4416-.3013.7743-.5869.9984-.2846.2239-.6523.3353-1.1024.3353h-2.2629l-.7277 3.0325h2.3178c1.5445 0 2.7762-.3551 3.6956-1.0664.9189-.7116 1.5558-1.8048 1.9097-3.2819l2.0769-8.6517z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-success {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 16.3057c.8938 0 1.6591-.3196 2.2961-.9587.6359-.6381.9539-1.4056.9539-2.3024s-.318-1.6648-.9539-2.304c-.637-.6381-1.4023-.95716-2.2961-.95716s-1.6586.31906-2.2945.95716c-.637.6392-.9555 1.4072-.9555 2.304s.3185 1.6643.9555 2.3024c.6359.6391 1.4007.9587 2.2945.9587zm0 15.6943c-.2167 0-.4333-.0408-.65-.1223s-.4062-.1902-.5688-.3261c-3.9541-3.5057-6.9062-6.7598-8.8562-9.7622-1.95-3.0036-2.925-5.8098-2.925-8.4187 0-4.07643 1.30704-7.32399 3.92113-9.74267 2.613-2.41869 5.63927-3.62803 9.07887-3.62803s6.4659 1.20934 9.0789 3.62803c2.6141 2.41868 3.9211 5.66624 3.9211 9.74267 0 2.6089-.975 5.4151-2.925 8.4187-1.95 3.0024-4.9021 6.2565-8.8562 9.7622-.1626.1359-.3521.2446-.5688.3261s-.4333.1223-.65.1223z' fill='%233fae29'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-error {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 16.3057c.8938 0 1.6591-.3196 2.2961-.9587.6359-.6381.9539-1.4056.9539-2.3024s-.318-1.6648-.9539-2.304c-.637-.6381-1.4023-.95716-2.2961-.95716s-1.6586.31906-2.2945.95716c-.637.6392-.9555 1.4072-.9555 2.304s.3185 1.6643.9555 2.3024c.6359.6391 1.4007.9587 2.2945.9587zm0 15.6943c-.2167 0-.4333-.0408-.65-.1223s-.4062-.1902-.5688-.3261c-3.9541-3.5057-6.9062-6.7598-8.8562-9.7622-1.95-3.0036-2.925-5.8098-2.925-8.4187 0-4.07643 1.30704-7.32399 3.92113-9.74267 2.613-2.41869 5.63927-3.62803 9.07887-3.62803s6.4659 1.20934 9.0789 3.62803c2.6141 2.41868 3.9211 5.66624 3.9211 9.74267 0 2.6089-.975 5.4151-2.925 8.4187-1.95 3.0024-4.9021 6.2565-8.8562 9.7622-.1626.1359-.3521.2446-.5688.3261s-.4333.1223-.65.1223z' fill='%23df0931'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clustering {}
body .rdc-icon-svg.rdc-icon-microphone {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.5 18.8947c-1.0207 0-1.8882-.3377-2.6027-1.0131-.7144-.6755-1.0717-1.4956-1.0717-2.4605v-6.94742c0-.96491.3573-1.78508 1.0717-2.46052.7145-.67544 1.582-1.01316 2.6027-1.01316s1.8882.33772 2.6027 1.01316c.7144.67544 1.0717 1.49561 1.0717 2.46052v6.94742c0 .9649-.3573 1.785-1.0717 2.4605-.7145.6754-1.582 1.0131-2.6027 1.0131zm0 8.1053c-.347 0-.6377-.1112-.872-.3335-.2352-.2215-.3528-.4963-.3528-.8244v-2.4026c-1.8984-.2509-3.511-1.0035-4.8379-2.2579-1.32683-1.2544-2.13315-2.7597-2.41893-4.5158-.06124-.3281.03062-.6176.27558-.8684.24496-.2509.57156-.3763.97983-.3763.28578 0 .54094.1011.76552.3033.2245.203.3674.4493.4286.7388.2654 1.3508.9595 2.4798 2.0822 3.3868s2.4393 1.3605 3.9499 1.3605 2.8272-.4535 3.9499-1.3605 1.8168-2.036 2.0822-3.3868c.0612-.2895.2094-.5358.4446-.7388.2343-.2022.4944-.3033.7801-.3033.3879 0 .7043.1254.9493.3763.2449.2508.3368.5403.2755.8684-.2858 1.7561-1.0921 3.2614-2.4189 4.5158-1.3269 1.2544-2.9395 2.007-4.8379 2.2579v2.4026c0 .3281-.1172.6029-.3515.8244-.2352.2223-.5263.3335-.8733.3335zm0-10.4211c.347 0 .6381-.1111.8733-.3334.2343-.2216.3515-.4964.3515-.8244v-6.94742c0-.32807-.1172-.60326-.3515-.82557-.2352-.22155-.5263-.33232-.8733-.33232s-.6377.11077-.872.33232c-.2352.22231-.3528.4975-.3528.82557v6.94742c0 .328.1176.6028.3528.8244.2343.2223.525.3334.872.3334z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-nomicrophone {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.4881 19.4052-1.6833-1.7249c.1741-.2974.3242-.6047.4504-.9219.1254-.3173.2171-.6444.2751-.9814.0581-.2974.1986-.5504.4215-.759.2221-.2078.4686-.3117.7395-.3117.3676 0 .6675.1289.8997.3866.2322.2578.3193.5552.2612.8922-.0967.6345-.2612 1.234-.4934 1.7987-.2322.5654-.5224 1.1059-.8707 1.6214zm-3.4248-3.5688-2.0897-2.1412v-6.12643c0-.33705-.111-.61977-.3332-.84817-.2229-.22761-.4988-.34142-.8277-.34142-.329 0-.6045.11381-.8266.34142-.2229.2284-.3344.51112-.3344.84817v3.74723l-2.3219-2.3792v-1.36803c0-.99132.3386-1.83395 1.0158-2.52788.6773-.69393 1.4996-1.04089 2.4671-1.04089.9674 0 1.7898.34696 2.467 1.04089s1.0158 1.53656 1.0158 2.52788v7.13753c0 .2181-.024.4164-.072.5948-.0487.1785-.1021.3569-.1602.5353zm4.9921 11.8365-19.73614-20.22309c-.21284-.21809-.31926-.49566-.31926-.83271s.10642-.61462.31926-.83271.48373-.32714.81267-.32714c.32893 0 .59982.10905.81266.32714l19.73611 20.22301c.2129.2181.3193.4957.3193.8328 0 .337-.1064.6146-.3193.8327-.2128.2181-.4837.3271-.8126.3271-.329 0-.5998-.109-.8127-.3271zm-9.4037-2.2603v-2.4684c-1.7995-.2577-3.328-1.0309-4.5857-2.3197-1.25773-1.2887-2.02202-2.8352-2.29291-4.6394-.05805-.337.02902-.6344.26121-.8922.23219-.2577.54178-.3866.92876-.3866.27084 0 .51274.1039.72564.3117.2128.2086.3482.4616.4063.759.2515 1.3878.9094 2.5477 1.9736 3.4795 1.0642.9319 2.3122 1.3978 3.7441 1.3978.6578 0 1.282-.1039 1.8726-.3117.5897-.2086 1.1265-.5012 1.6102-.8779l1.6544 1.6952c-.5612.456-1.1753.8426-1.8425 1.1598-.6679.3172-1.3792.5254-2.1338.6245v2.4684c0 .3371-.111.6194-.3332.847-.2229.2284-.4988.3426-.8277.3426-.329 0-.6045-.1142-.8266-.3426-.2229-.2276-.3344-.5099-.3344-.847z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-payment {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.1053 18c.5701 0 1.0416-.1889 1.4144-.5667.3728-.3777.5592-.8555.5592-1.4333s-.1864-1.0556-.5592-1.4333c-.3728-.3778-.8443-.5667-1.4144-.5667-.5702 0-1.0417.1889-1.4145.5667-.3728.3777-.5592.8555-.5592 1.4333s.1864 1.0556.5592 1.4333c.3728.3778.8443.5667 1.4145.5667zm-14.47372 10c-.72369 0-1.34342-.2609-1.85921-.7827-.51491-.5226-.77237-1.1506-.77237-1.884v-18.66663c0-.73334.25746-1.36134.77237-1.884.51579-.52178 1.13552-.78267 1.85921-.78267h18.42102c.7237 0 1.3435.26089 1.8592.78267.515.52266.7724 1.15066.7724 1.884v3.33333h-2.6316v-3.33333h-18.42102v18.66663h18.42102v-3.3333h2.6316v3.3333c0 .7334-.2574 1.3614-.7724 1.884-.5157.5218-1.1355.7827-1.8592.7827zm10.52632-5.3333c-.7237 0-1.343-.2609-1.8579-.7827-.5158-.5227-.7737-1.1507-.7737-1.884v-8c0-.7333.2579-1.3613.7737-1.884.5149-.52178 1.1342-.78267 1.8579-.78267h9.2105c.7237 0 1.3434.26089 1.8592.78267.5149.5227.7724 1.1507.7724 1.884v8c0 .7333-.2575 1.3613-.7724 1.884-.5158.5218-1.1355.7827-1.8592.7827zm9.2105-2.6667v-8h-9.2105v8z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-secure {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.625 30c-.72188 0-1.33963-.2609-1.85325-.7827-.5145-.5226-.77175-1.1506-.77175-1.884v-13.3333c0-.7333.25725-1.3613.77175-1.884.51362-.5218 1.13137-.7827 1.85325-.7827h1.3125v-2.66663c0-1.84445.6401-3.41689 1.9202-4.71734 1.2792-1.29955 2.8267-1.94933 4.6423-1.94933s3.3635.64978 4.6436 1.94933c1.2793 1.30045 1.9189 2.87289 1.9189 4.71734v2.66663h1.3125c.7219 0 1.3401.2609 1.8546.7827.5136.5227.7704 1.1507.7704 1.884v13.3333c0 .7334-.2568 1.3614-.7704 1.884-.5145.5218-1.1327.7827-1.8546.7827zm0-2.6667h15.75v-13.3333h-15.75zm7.875-4c.7219 0 1.3401-.2609 1.8546-.7826.5136-.5227.7704-1.1507.7704-1.884 0-.7334-.2568-1.3614-.7704-1.884-.5145-.5218-1.1327-.7827-1.8546-.7827s-1.3396.2609-1.8532.7827c-.5145.5226-.7718 1.1506-.7718 1.884 0 .7333.2573 1.3613.7718 1.884.5136.5217 1.1313.7826 1.8532.7826zm-3.9375-12h7.875v-2.66663c0-1.11111-.3828-2.05556-1.1484-2.83334-.7657-.77777-1.6953-1.16666-2.7891-1.16666s-2.0234.38889-2.7891 1.16666c-.7656.77778-1.1484 1.72223-1.1484 2.83334z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-shipping {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.83239 15.6875C4.21449 15.6875 3.68928 15.4722 3.25675 15.0415C2.82422 14.6108 2.60795 14.0879 2.60795 13.4727H1.125V5.35156C1.125 4.94551 1.27033 4.59802 1.56099 4.30911C1.85115 4.0197 2.20014 3.875 2.60795 3.875H12.9886V6.82812H15.2131L17.4375 9.78125V13.4727H15.9545C15.9545 14.0879 15.7383 14.6108 15.3058 15.0415C14.8732 15.4722 14.348 15.6875 13.7301 15.6875C13.1122 15.6875 12.587 15.4722 12.1545 15.0415C11.7219 14.6108 11.5057 14.0879 11.5057 13.4727H7.05682C7.05682 14.0879 6.84055 14.6108 6.40803 15.0415C5.9755 15.4722 5.45028 15.6875 4.83239 15.6875ZM4.83239 14.2109C5.04247 14.2109 5.2187 14.1401 5.36106 13.9983C5.50293 13.8571 5.57386 13.6818 5.57386 13.4727C5.57386 13.2635 5.50293 13.0883 5.36106 12.947C5.2187 12.8053 5.04247 12.7344 4.83239 12.7344C4.6223 12.7344 4.44608 12.8053 4.30371 12.947C4.16184 13.0883 4.09091 13.2635 4.09091 13.4727C4.09091 13.6818 4.16184 13.8571 4.30371 13.9983C4.44608 14.1401 4.6223 14.2109 4.83239 14.2109ZM2.60795 11.9961H3.20114C3.41122 11.7746 3.6522 11.5962 3.92408 11.4608C4.19595 11.3255 4.49872 11.2578 4.83239 11.2578C5.16605 11.2578 5.46882 11.3255 5.7407 11.4608C6.01257 11.5962 6.25355 11.7746 6.46364 11.9961H11.5057V5.35156H2.60795V11.9961ZM13.7301 14.2109C13.9402 14.2109 14.1162 14.1401 14.258 13.9983C14.4004 13.8571 14.4716 13.6818 14.4716 13.4727C14.4716 13.2635 14.4004 13.0883 14.258 12.947C14.1162 12.8053 13.9402 12.7344 13.7301 12.7344C13.52 12.7344 13.3441 12.8053 13.2022 12.947C13.0598 13.0883 12.9886 13.2635 12.9886 13.4727C12.9886 13.6818 13.0598 13.8571 13.2022 13.9983C13.3441 14.1401 13.52 14.2109 13.7301 14.2109ZM12.9886 10.5195H16.1399L14.4716 8.30469H12.9886V10.5195Z' fill='%233FAE29'/%3E%3C/svg%3E%0A");}
body .rdc-icon-svg.rdc-icon-exchange {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.5 22.5 1.7889-1.82-2.0125-2.08h5.3347v-2.6h-5.3347l2.0125-2.08-1.7889-1.82-5.1111 5.2zm-8.94444 6.5c-.70278 0-1.30462-.2544-1.8055-.7631-.50004-.5096-.75006-1.1219-.75006-1.8369v-18.2c0-.715.25002-1.3273.75006-1.8369.50088-.50873 1.10272-.7631 1.8055-.7631h5.36664c.2769-.78.7403-1.40833 1.3902-1.885.6492-.47667 1.3783-.715 2.1876-.715s1.5389.23833 2.1888.715c.6491.47667 1.1121 1.105 1.389 1.885h5.3666c.7028 0 1.3047.25437 1.8055.7631.5001.5096.7501 1.1219.7501 1.8369v18.2c0 .715-.25 1.3273-.7501 1.8369-.5008.5087-1.1027.7631-1.8055.7631zm0-2.6h17.88884v-18.2h-17.88884zm8.94444-19.175c.2769 0 .506-.0923.6874-.2769.1806-.18373.2709-.41643.2709-.6981s-.0903-.5148-.2709-.6994c-.1814-.18373-.4105-.2756-.6874-.2756s-.5056.09187-.6862.2756c-.1814.1846-.2721.41773-.2721.6994s.0907.51437.2721.6981c.1806.1846.4093.2769.6862.2769z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-copy {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.7647 23.8c-.7118 0-1.3209-.2544-1.8273-.7631-.5073-.5096-.7609-1.1219-.7609-1.8369v-15.6c0-.715.2536-1.3273.7609-1.8369.5064-.50873 1.1155-.7631 1.8273-.7631h11.6471c.7117 0 1.3213.25437 1.8286.7631.5064.5096.7596 1.1219.7596 1.8369v15.6c0 .715-.2532 1.3273-.7596 1.8369-.5073.5087-1.1169.7631-1.8286.7631zm0-2.6h11.6471v-15.6h-11.6471zm-5.17646 7.8c-.71177 0-1.3213-.2544-1.82859-.7631-.50643-.5096-.75965-1.1219-.75965-1.8369v-16.9c0-.36833.12424-.6773.37271-.9269.2476-.24873.55474-.3731.92141-.3731.36666 0 .67423.12437.9227.3731.24761.2496.37142.55857.37142.9269v16.9h12.94116c.3667 0 .6742.1248.9227.3744.2476.2487.3714.5573.3714.9256s-.1238.6769-.3714.9256c-.2485.2496-.556.3744-.9227.3744z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cursor-zoom, body .rdc-icon-svg.rdc-icon-cursor-zoom *,
body .productSuperZoom .sliderzoom img:hover {cursor: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m18.7395 21.303 10.1885 10.1963c.3335.3338.7581.5007 1.2736.5007.5154 0 .94-.1669 1.2735-.5007.3336-.3338.5082-.7514.524-1.2527.0145-.5001-.145-.9171-.4785-1.2509l-10.234-10.2418c.7278-.9104 1.3039-1.9573 1.7284-3.1408.4246-1.1835.6368-2.4429.6368-3.7781 0-3.30774-1.1444-6.10747-3.4331-8.39921-2.29-2.29053-5.0876-3.43579-8.3928-3.43579-3.30518 0-6.10216 1.14526-8.39093 3.43579-2.28998 2.29174-3.43497 5.09147-3.43497 8.39921 0 3.3077 1.14499 6.1075 3.43497 8.3992 2.28877 2.2905 5.08575 3.4358 8.39093 3.4358 1.3342 0 2.5926-.2124 3.7752-.6373 1.1826-.4248 2.2287-1.0014 3.1384-1.7297zm-1.1134-3.6634c-1.5926 1.5926-3.526 2.3889-5.8002 2.3889s-4.20759-.7963-5.80015-2.3889c-1.59134-1.5938-2.38701-3.5286-2.38701-5.8046 0-2.27597.79567-4.21084 2.38701-5.80462 1.59256-1.59256 3.52595-2.38884 5.80015-2.38884s4.2076.79628 5.8002 2.38884c1.5913 1.59378 2.387 3.52865 2.387 5.80462 0 2.276-.7957 4.2108-2.387 5.8046z' fill='%23666' fill-rule='evenodd'/%3E%3Cpath d='m11.8259 17.2973c-.5155 0-.9473-.1748-1.2954-.5244-.3493-.3484-.524-.7805-.524-1.2964v-1.8207h-1.86482c-.51549 0-.94-.1748-1.27356-.5244-.33355-.3484-.50032-.7805-.50032-1.2964s.17405-.9486.52216-1.2982c.34932-.3484.78172-.5226 1.29721-.5226h1.81933v-1.86626c0-.51589.1747-.94073.524-1.27454.3481-.33381.7799-.50071 1.2954-.50071s.9479.17419 1.2972.52256c.3481.34959.5222.78232.5222 1.29821v1.82074h1.8648c.5155 0 .94.1742 1.2736.5226.3335.3496.5003.7823.5003 1.2982s-.174.948-.5221 1.2964c-.3494.3496-.7818.5244-1.2973.5244h-1.8193v1.8662c0 .5159-.1741.9408-.5222 1.2746-.3493.3338-.7817.5007-1.2972.5007z' fill='%233fae29'/%3E%3C/svg%3E"), default;}
body .rdc-icon-svg.rdc-icon-tag {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.4193 23.105c.1869 0 .3621-.0294.5256-.0882.1636-.0579.3154-.1568.4556-.2968l3.9249-3.92c.257-.2567.4616-.56.614-.91.1514-.35.2271-.7233.2271-1.12 0-.7933-.2804-1.47-.8411-2.03s-1.2382-.84-2.0325-.84c-.4439 0-.8817.1283-1.3135.385-.4327.2567-.9527.6883-1.5601 1.295-.7009-.6533-1.2499-1.0967-1.6471-1.33-.3971-.2333-.806-.35-1.2265-.35-.7943 0-1.4719.28-2.0326.84s-.841 1.2367-.841 2.03c0 .3967.0757.77.2271 1.12.1523.35.357.6533.6139.91l3.9249 3.92c.1402.14.2921.2389.4556.2968.1636.0588.3388.0882.5257.0882zm-.2103 6.895c-.3972 0-.771-.0761-1.1214-.2282-.3504-.1512-.6541-.3551-.9111-.6118l-12.33545-12.32c-.25699-.2567-.46118-.56-.61256-.91-.15233-.35-.22849-.7233-.22849-1.12v-10.01c0-.77.27474-1.4294.82423-1.9782.54855-.54787 1.20831-.8218 1.97927-.8218h10.0225c.3972 0 .771.0756 1.1214.2268.3505.15213.6542.35653.9112.6132l12.3354 12.355c.5373.5367.806 1.1956.806 1.9768 0 .7821-.2687 1.4415-.806 1.9782l-10.0225 10.01c-.257.2567-.5547.4606-.893.6118-.3392.1521-.6957.2282-1.0695.2282zm-.035-2.8 10.0225-10.01-12.3705-12.39h-10.0225v10.01zm-8.86612-16.8c.58407 0 1.08029-.2044 1.48867-.6132.40935-.40787.61395-.90347.61395-1.4868s-.2046-1.07893-.61395-1.4868c-.40838-.4088-.9046-.6132-1.48867-.6132-.58406 0-1.08028.2044-1.48866.6132-.40931.40787-.61396.90347-.61396 1.4868s.20465 1.07893.61396 1.4868c.40838.4088.9046.6132 1.48866.6132z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-points{background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.09016 15.2057L3.06148 14.7598C2.87705 14.7227 2.72951 14.6266 2.61885 14.4715C2.5082 14.3169 2.46516 14.1468 2.48975 13.961L2.69262 11.8618L1.30943 10.2642C1.18648 10.128 1.125 9.96702 1.125 9.78125C1.125 9.59548 1.18648 9.43448 1.30943 9.29825L2.69262 7.70066L2.48975 5.60149C2.46516 5.41572 2.5082 5.24556 2.61885 5.091C2.72951 4.93595 2.87705 4.83984 3.06148 4.80269L5.09016 4.35685L6.15984 2.53633C6.2582 2.37533 6.39344 2.27006 6.56557 2.22053C6.7377 2.17099 6.90984 2.17718 7.08197 2.2391L9 3.05648L10.918 2.2391C11.0902 2.17718 11.2623 2.17099 11.4344 2.22053C11.6066 2.27006 11.7418 2.37533 11.8402 2.53633L12.9098 4.35685L14.9385 4.80269C15.1229 4.83984 15.2705 4.93595 15.3811 5.091C15.4918 5.24556 15.5348 5.41572 15.5102 5.60149L15.3074 7.70066L16.6906 9.29825C16.8135 9.43448 16.875 9.59548 16.875 9.78125C16.875 9.96702 16.8135 10.128 16.6906 10.2642L15.3074 11.8618L15.5102 13.961C15.5348 14.1468 15.4918 14.3169 15.3811 14.4715C15.2705 14.6266 15.1229 14.7227 14.9385 14.7598L12.9098 15.2057L11.8402 17.0262C11.7418 17.1872 11.6066 17.2924 11.4344 17.342C11.2623 17.3915 11.0902 17.3853 10.918 17.3234L9 16.506L7.08197 17.3234C6.90984 17.3853 6.7377 17.3915 6.56557 17.342C6.39344 17.2924 6.2582 17.1872 6.15984 17.0262L5.09016 15.2057ZM7.70902 11.899C7.84426 12.0352 8.01639 12.1033 8.22541 12.1033C8.43443 12.1033 8.60656 12.0352 8.7418 11.899L11.877 8.74095C12.0246 8.59234 12.0984 8.41574 12.0984 8.21115C12.0984 8.00705 12.0246 7.83069 11.877 7.68208C11.7295 7.53347 11.5544 7.45916 11.3518 7.45916C11.1487 7.45916 10.9734 7.53347 10.8258 7.68208L8.22541 10.3014L7.15574 9.24252C7.0082 9.1063 6.83312 9.04115 6.63049 9.0471C6.42738 9.05354 6.2582 9.12487 6.12295 9.2611C5.98771 9.39733 5.92008 9.57071 5.92008 9.78125C5.92008 9.99179 5.98771 10.1652 6.12295 10.3014L7.70902 11.899ZM7.11885 15.6886L9 14.8713L10.918 15.6886L11.9508 13.9053L13.9795 13.4223L13.7951 11.3417L15.1598 9.78125L13.7951 8.18365L13.9795 6.10306L11.9508 5.65722L10.8811 3.87385L9 4.69123L7.08197 3.87385L6.04918 5.65722L4.02049 6.10306L4.20492 8.18365L2.84016 9.78125L4.20492 11.3417L4.02049 13.4594L6.04918 13.9053L7.11885 15.6886Z' fill='%233FAE29'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-gift{}
body .rdc-icon-svg.rdc-icon-home{background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.75 25.2571h4.125v-8.2285h8.25v8.2285h4.125v-12.3428l-8.25-6.17144-8.25 6.17144zm0 2.7429c-.75625 0-1.40342-.2683-1.9415-.805-.539-.5376-.8085-1.1836-.8085-1.9379v-12.3428c0-.4343.09762-.8457.29287-1.2343.19434-.3886.46338-.7086.80713-.96l8.25-6.17143c.2521-.18286.5156-.32.7906-.41143s.5615-.13714.8594-.13714.5844.04571.8594.13714.5385.22857.7906.41143l8.25 6.17143c.3438.2514.6133.5714.8085.96.1943.3886.2915.8.2915 1.2343v12.3428c0 .7543-.269 1.4003-.8071 1.9379-.539.5367-1.1866.805-1.9429.805h-6.875v-8.2286h-2.75v8.2286z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view1:not(.active) {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.66667 28c-.73334 0-1.36134-.2609-1.884-.7827-.52178-.5226-.78267-1.1506-.78267-1.884v-18.66663c0-.73334.26089-1.36134.78267-1.884.52266-.52178 1.15066-.78267 1.884-.78267h18.66663c.7334 0 1.3614.26089 1.884.78267.5218.52266.7827 1.15066.7827 1.884v18.66663c0 .7334-.2609 1.3614-.7827 1.884-.5226.5218-1.1506.7827-1.884.7827zm0-2.6667h18.66663v-18.66663h-18.66663z' fill='%23333'/%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 fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.66667 28c-.73334 0-1.36134-.2609-1.884-.7827-.52178-.5226-.78267-1.1506-.78267-1.884v-18.66663c0-.73334.26089-1.36134.78267-1.884.52266-.52178 1.15066-.78267 1.884-.78267h18.66663c.7334 0 1.3614.26089 1.884.78267.5218.52266.7827 1.15066.7827 1.884v18.66663c0 .7334-.2609 1.3614-.7827 1.884-.5226.5218-1.1506.7827-1.884.7827z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view2:not(.active) {background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.66667 14.6667c-.73334 0-1.36134-.2614-1.884-.784-.52178-.5218-.78267-1.1494-.78267-1.8827v-5.33333c0-.73334.26089-1.36134.78267-1.884.52266-.52178 1.15066-.78267 1.884-.78267h5.33333c.7333 0 1.3613.26089 1.884.78267.5218.52266.7827 1.15066.7827 1.884v5.33333c0 .7333-.2609 1.3609-.7827 1.8827-.5227.5226-1.1507.784-1.884.784zm0 13.3333c-.73334 0-1.36134-.2609-1.884-.7827-.52178-.5226-.78267-1.1506-.78267-1.884v-5.3333c0-.7333.26089-1.3613.78267-1.884.52266-.5218 1.15066-.7827 1.884-.7827h5.33333c.7333 0 1.3613.2609 1.884.7827.5218.5227.7827 1.1507.7827 1.884v5.3333c0 .7334-.2609 1.3614-.7827 1.884-.5227.5218-1.1507.7827-1.884.7827zm13.33333-13.3333c-.7333 0-1.3609-.2614-1.8827-.784-.5226-.5218-.784-1.1494-.784-1.8827v-5.33333c0-.73334.2614-1.36134.784-1.884.5218-.52178 1.1494-.78267 1.8827-.78267h5.3333c.7334 0 1.3614.26089 1.884.78267.5218.52266.7827 1.15066.7827 1.884v5.33333c0 .7333-.2609 1.3609-.7827 1.8827-.5226.5226-1.1506.784-1.884.784zm0 13.3333c-.7333 0-1.3609-.2609-1.8827-.7827-.5226-.5226-.784-1.1506-.784-1.884v-5.3333c0-.7333.2614-1.3613.784-1.884.5218-.5218 1.1494-.7827 1.8827-.7827h5.3333c.7334 0 1.3614.2609 1.884.7827.5218.5227.7827 1.1507.7827 1.884v5.3333c0 .7334-.2609 1.3614-.7827 1.884-.5226.5218-1.1506.7827-1.884.7827zm-13.33333-16h5.33333v-5.33333h-5.33333zm13.33333 0h5.3333v-5.33333h-5.3333zm0 13.3333h5.3333v-5.3333h-5.3333zm-13.33333 0h5.33333v-5.3333h-5.33333z' fill='%23333'/%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 fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.66667 14.6667c-.73334 0-1.36134-.2614-1.884-.784-.52178-.5218-.78267-1.1494-.78267-1.8827v-5.33333c0-.73334.26089-1.36134.78267-1.884.52266-.52178 1.15066-.78267 1.884-.78267h5.33333c.7333 0 1.3613.26089 1.884.78267.5218.52266.7827 1.15066.7827 1.884v5.33333c0 .7333-.2609 1.3609-.7827 1.8827-.5227.5226-1.1507.784-1.884.784zm0 13.3333c-.73334 0-1.36134-.2609-1.884-.7827-.52178-.5226-.78267-1.1506-.78267-1.884v-5.3333c0-.7333.26089-1.3613.78267-1.884.52266-.5218 1.15066-.7827 1.884-.7827h5.33333c.7333 0 1.3613.2609 1.884.7827.5218.5227.7827 1.1507.7827 1.884v5.3333c0 .7334-.2609 1.3614-.7827 1.884-.5227.5218-1.1507.7827-1.884.7827zm13.33333-13.3333c-.7333 0-1.3609-.2614-1.8827-.784-.5226-.5218-.784-1.1494-.784-1.8827v-5.33333c0-.73334.2614-1.36134.784-1.884.5218-.52178 1.1494-.78267 1.8827-.78267h5.3333c.7334 0 1.3614.26089 1.884.78267.5218.52266.7827 1.15066.7827 1.884v5.33333c0 .7333-.2609 1.3609-.7827 1.8827-.5226.5226-1.1506.784-1.884.784zm0 13.3333c-.7333 0-1.3609-.2609-1.8827-.7827-.5226-.5226-.784-1.1506-.784-1.884v-5.3333c0-.7333.2614-1.3613.784-1.884.5218-.5218 1.1494-.7827 1.8827-.7827h5.3333c.7334 0 1.3614.2609 1.884.7827.5218.5227.7827 1.1507.7827 1.884v5.3333c0 .7334-.2609 1.3614-.7827 1.884-.5226.5218-1.1506.7827-1.884.7827z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-size-guide{background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.6 24c-.715 0-1.32687-.2609-1.8356-.7827-.5096-.5226-.7644-1.1506-.7644-1.884v-10.6666c0-.73337.2548-1.36092.7644-1.8827.50873-.52267 1.1206-.784 1.8356-.784h20.8c.715 0 1.3273.26133 1.8369.784.5087.52178.7631 1.14933.7631 1.8827v10.6666c0 .7334-.2544 1.3614-.7631 1.884-.5096.5218-1.1219.7827-1.8369.7827zm0-2.6667h20.8v-10.6666h-3.9v5.3333h-2.6v-5.3333h-2.6v5.3333h-2.6v-5.3333h-2.6v5.3333h-2.6v-5.3333h-3.9z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-timer{background-image: url("data:image/svg+xml,%3Csvg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.15 20.83c.22.22.49.33.81.33s.6-.12.84-.36c.22-.22.33-.5.33-.84s-.11-.62-.33-.84l-3.6-3.6v-4.35c0-.34-.1148-.62-.3444-.84-.2304-.22-.5156-.33-.8556-.33s-.6248.1148-.8544.3444c-.2304.2304-.3456.5156-.3456.8556v4.77c0 .16.03.3148.09.4644.06.1504.15.2856.27.4056zm-3.15 7.17c-1.66 0-3.22-.3152-4.68-.9456-1.46-.6296-2.73-1.4844-3.81-2.5644s-1.9348-2.35-2.5644-3.81c-.6304-1.46-.9456-3.02-.9456-4.68s.3152-3.22.9456-4.68c.6296-1.46 1.4844-2.73 2.5644-3.81s2.35-1.9352 3.81-2.5656c1.46-.6296 3.02-.9444 4.68-.9444s3.22.3148 4.68.9444c1.46.6304 2.73 1.4856 3.81 2.5656s1.9348 2.35 2.5644 3.81c.6304 1.46.9456 3.02.9456 4.68s-.3152 3.22-.9456 4.68c-.6296 1.46-1.4844 2.73-2.5644 3.81s-2.35 1.9348-3.81 2.5644c-1.46.6304-3.02.9456-4.68.9456zm0-2.4c2.66 0 4.9252-.9348 6.7956-2.8044 1.8696-1.8704 2.8044-4.1356 2.8044-6.7956s-.9348-4.9252-2.8044-6.7956c-1.8704-1.8696-4.1356-2.8044-6.7956-2.8044s-4.9248.9348-6.7944 2.8044c-1.8704 1.8704-2.8056 4.1356-2.8056 6.7956s.9352 4.9252 2.8056 6.7956c1.8696 1.8696 4.1344 2.8044 6.7944 2.8044z' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-address{background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8722 26.8599L12.3333 24.5395L6.65 26.7671C6.24259 26.9321 5.86574 26.8855 5.51944 26.6272C5.17315 26.3698 5 26.0245 5 25.5914V8.26592C5 7.99779 5.07659 7.76059 5.22978 7.55434C5.38215 7.34808 5.59074 7.19339 5.85556 7.09026L11.5389 5.14114C11.8037 5.05864 12.0685 5.01203 12.3333 5.0013C12.5981 4.9914 12.863 5.03801 13.1278 5.14114L19.6667 7.46152L25.35 5.23396C25.7574 5.06895 26.1343 5.11515 26.4806 5.37256C26.8269 5.63079 27 5.97648 27 6.40962V23.7351C27 24.0032 26.9234 24.2404 26.7702 24.4467C26.6179 24.6529 26.4093 24.8076 26.1444 24.9108L20.4611 26.8599C20.1963 26.9424 19.9315 26.9886 19.6667 26.9985C19.4019 27.0092 19.137 26.963 18.8722 26.8599ZM18.4444 24.1064V9.62721L13.5556 7.89466V22.3738L18.4444 24.1064ZM20.8889 24.1064L24.5556 22.8688V8.20404L20.8889 9.62721V24.1064ZM7.44444 23.797L11.1111 22.3738V7.89466L7.44444 9.13219V23.797Z' fill='%23333333'/%3E%3C/svg%3E%0A");}

/* $ */
/* GUIDE */
#rdc-productdetail-area-b .wrapper-colors .label-desc .rdc-label-desc-value{font-weight: 600;}
#rdc-productdetail-area-b .rdc-product-services .rdc-service-group-list .price p{font-weight: 700;}
#rdc-productdetail-area-b .rdc-product-services .rdc-service-group-title-title.paragraph{font-weight: 600;} 
#rdc-productdetail-area-b .rdc-service-group-head .rdc-service-group-title-title.paragraph{line-height: 145%;}
/* #rdc-productdetail-area-b .rdc-product-services .magic-radio + label:before{border: 1px solid var(--color-lines); border-radius: 0;} */
body #rdc-productdetail-area-b .rdc-product-services .magic-checkbox+label:before{border-color: #e0e0e0;}
body #rdc-productdetail-area-b .rdc-product-services .magic-checkbox:checked+label:before{border-color: var(--color-gray);}
html .rdc-product-services .magic-checkbox+label:after{left: 8px; width: 6px;}
/* MOBILE */
@media screen and (max-width: 767px) {
	#rdc-productdetail-area-b .rdc-product-services .rdc-service-group-list .price p{font-size: 14px;}
}
/* HOVERS */
@media (hover:hover) {
	body #rdc-productdetail-area-b .rdc-product-services .magic-checkbox+label:hover:before{border-color: var(--color-gray);}
}