/*
 *
 * CSS VARS
 *
*/

:root {
	--color-dark: #000;
	--color-theme: #072269;
	--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: #F0F1F5;
	--color-lines: #CCC;
	--color-link: #333333;
	--color-help: #8B8D8F;
	--color-helplight: #E6E6E6;
	--color-error: #F14244;
	--color-errorlight: #FFF1F0;
	--color-success: #3F9C35;
	--color-successlight: #F6FFED;
	--color-warning: #FAAD14;
	--color-warninglight: #FFFBE6;
	--color-info: #1890FF;
	--color-infolight: #E6F7FF;
	--color-buttoncart: #072269;
	--color-buttoncart-hover: #082849;
	--color-buttoncart-disabled: #CCCCCC;
	--color-disabled: #F5F5F5;
	--color-discountcolor: #D0021B;

	--base-fontfamily: -apple-system, BlinkMacsystemFontFamily, "Segoe UI", Roboto, Arial, sans-serif;
	--fontfamily: 'Ruda', sans-serif;
    --container-width: 1680px; /* (2560px | 1920px | 1680px | 1440px) */
	--container-padding: 40px;
	--container-padding-n: -40px;
	--container-total-padding-n: var(--container-padding) + var(--container-padding);
	--row-padding: 8px;
	--row-padding-n: -8px;
	--color-featuredmenu: #004D2E;
	--mobile-popup-max-height: calc(var(--window-inner-height, 100vh) - max(30px, env(safe-area-inset-top)) - 10px);
	--mobile-popup-radius: 10px;

	--input-border-radius: 4px;
	--button-border-radius: 6px;

	/* Spacing */
	--sp-ex-small: 20px;
	--sp-small: 30px;
	--sp-medium: 50px;
	--sp-large: 100px;

	/* Available in base.css */
	/*--sat: env(safe-area-inset-top);
	--sar: env(safe-area-inset-right);
	--sab: env(safe-area-inset-bottom);
	--sal: env(safe-area-inset-left);*/
}

@media screen and (max-width: 767px) {
	:root {
		/* Spacing */
		--sp-ex-small: 15px;
		--sp-small: 25px;
		--sp-medium: 40px;
		--sp-large: 80px;
	}
}

@media screen and (max-width: 1199px) {
	:root {
		--container-padding: 14px;
		--container-padding-n: -14px;
	}
}



/*
 *
 * Tipography
 *
*/
body, .paragraph, .gm-style, .page-content {
	/* Do not add styles */
	font-family: var(--fontfamily);
	font-weight: 400;
	font-size: 13px;
	color: var(--color-black);
}

/* A */
a, .a {
	color: var(--color-link);
	text-decoration: underline;
}

/* PARAGRAPH */
.paragraph, .gm-style, .page-content {
	line-height: 180%; /*170%*/
	font-weight: 400;
}

/* PARAGRAPH - A */
.paragraph a, .paragraph .a,
a.paragraph, .paragraph.a {
	color: var(--color-link);
	text-decoration: underline;
}

/* A - Hover */
@media (hover) {
	a:hover, .a:hover,
	.paragraph a:hover, .paragraph .a:hover,
	a.paragraph:hover, .paragraph.a:hover {
		text-decoration: none;
	}

	.paragraph a:hover, a.paragraph:hover {
		color: var(--color-link);
		text-decoration: none;
	}
}

/* PARAGRAPH - B (For mozilla) */
body b, body strong {font-weight: bold;}

/* SMALL */
a.small, .a.small, .small, small, .small, .small::before, .small::after {
	font-weight: 400; /* Required font-weight  */
	font-size: 13px;
	color: var(--color-black);
}

/* MEGA-TITLE */
.mega-title {
	font-weight: 800;
	font-size: 52px;
	line-height: 140%;
}

/* TITLE */
h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-weight: 400;
	font-size: 48px;
	line-height: 140%;
}

/* SECONDARY-TITLE */
h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-weight: 700;
	font-size: 34px;
	line-height: 140%;
}

/* SUBTITLE */
h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
}

/* SECONDARY-SUBTITLE */
h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
}

/* LIST-NAV-TITLE */
.list-nav-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
}

.list-nav-title.active {
	text-decoration: underline;
}

/* SIGNATURE */
.signature {
	font-weight: 400;
	font-size: 14px;
	line-height: 121%;
	text-transform: uppercase;
	letter-spacing: .5px;
}

/* LIST-NAV-SUBTITLE */
.list-nav-subtitle {
	font-weight: 700;
	font-size: 14px;
	line-height: 160%;
}

.list-nav-subtitle.active {
	text-decoration: underline;
}

/* PRODUCT */
	/* Brand */
		.brand-list-product,
		.rdc-product-item-brand {
			font-weight: 600;
			font-size: 13px;
		} 

	/* Name */
		/* .product-item .desc .name,
		.rdc-product-item-name {
			font-weight: 400;
			font-size: 13px;
			line-height: 150%;
		} */

	/* Price */
		.price {
			display: inline-grid;
			align-items: baseline;
			grid-auto-flow: column;
			grid-gap: 10px;
		}

		.price, .price p {
			font-weight: 700;
			font-size: 14px;
		}

		/* Price Old */
		.price .old {
			font-weight: 400;
			color: var(--color-darkgray);
			text-decoration: line-through;
			margin-right: 0 !important;
		}

		/* Price Discount */
		.price .discount {
			background: var(--color-discountcolor); /* Required */
			color: var(--color-white); /* Required */
			font-weight: 400;
			font-size: 13px;
			padding: 0px 6px;
			border-radius: 2px;
			min-height: 17px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		/* Price Current */
		.price .current {}

		/* Price Desde, Type, packageType */
		.price .desde, .price .type, .price .packageType, .price .date {
			font-weight: 400;
			font-size: 10px;
			line-height: 130%;
			color: var(--color-darkgray);
		}

	/* Price Horizontal */
		.priceh {
			display: inline-flex;
			align-items: baseline;
			grid-auto-flow: column;
			grid-gap: 0 10px;
			flex-wrap: wrap;
		}

		.priceh, .priceh p {
			font-weight: 700;
			font-size: 14px;
		}

		/* Priceh Old */
		.priceh .old {
			font-weight: 400;
			color: var(--color-darkgray);
			text-decoration: line-through;
		}

		/* Priceh Discount */
		.priceh .discount {
			background: var(--color-discountcolor); /* Required */
			color: var(--color-white); /* Required */
			font-weight: 500;
			font-size: 13px;
			padding: 0px 6px;
			border-radius: 2px;
			min-height: 17px;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		/* Priceh Current */
		.priceh .current {}

		/* Priceh Desde, Type, packageType */
		.priceh .desde, .priceh .type, .priceh .packageType, .priceh .date {
			font-weight: 400;
			font-size: 10px;
			line-height: 130%;
			color: var(--color-darkgray);
		}

	/* Promo Date */
	.rdc-promo-date {
		font-weight: 400;
		font-size: 10px; /* Required font-size */
		color: var(--color-darkgray);
		font-family: var(--fontfamily) !important;

	}

	/* Promoção ultimos 30 dias */
	.rdc-promo-30days {
		font-weight: 400;
		font-size: 10px;
		color: var(--color-darkgray);
		font-family: var(--fontfamily) !important;
	}

@media screen and (max-width: 1199px) {
	/* MEGA-TITLE */
	.mega-title {
		font-size: 40px;
	}

	/* TITLE */
	h1:not(.nostyle), .h1:not(.nostyle), .title {
		font-size: 35px;
	}

	/* SECONDARY-TITLE */
	h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
		font-size: 26px;
	}

	/* SUBTITLE */
	h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
		font-size: 20px;
	}

	/* SECONDARY-SUBTITLE */
	h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
		font-size: 18px;
	}

	/* 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 */
	/* Brand */
	.brand-list-product,
	.rdc-product-item-brand {
		font-size: 13px;
	} 

	/* Name */
	/* .product-item .desc .name,
	.rdc-product-item-name {
		font-size: 13px;
	} */

	/* Price */
	.price {
		grid-gap: 8px;
	}

	.price p {
		font-size: 13px;
	}

	/* Price Horizontal */
	.priceh {
		grid-gap: 0 8px;
	}

	/* Price Desde, Type, packageType */
	.price .desde, .price .type, .price .packageType, .price .date {
		font-size: 9px;
	}

	/* Promo Date */
	.price .date,
	.rdc-promo-date {
		font-size: 9px;
	}

	/* Promoção ultimos 30 dias */
	.rdc-promo-30days {
		font-size: 9px;
	}
}

/* PRODUCT ITEM SMALL == MOBILE */
@media screen and (min-width: 1200px) {
	/* Os estilos aplicados em mobile, devem ser colocados aqui. Exemplo: */
	.rdc-product-item-size-small .rdc-product-item-brand {
		font-size: 13px;
	}
}





/*
 *
 * Elements & Components
 *
*/

/* Primary Button */
	/* Normal */
	.button, button, input[type=submit], input[type=button] {
		font-weight: 600;
		font-size: 13px;
		line-height: 10px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 2px 40px 0;
		border: 1px solid var(--color-black);
		background-color: var(--color-black);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 125px;
		min-height: 43px;
		border-radius: var(--button-border-radius);
		user-select: none;
		font-family: var(--fontfamily);
	}

	.button:not(.btn-cart).loader, button:not(.btn-cart).loader, input[type=submit]:not(.btn-cart).loader, input[type=button]:not(.btn-cart).loader {
		color: var(--color-black) !important;
		background: var(--color-black) !important;
		border-color: var(--color-black) !important;
	}

	/* Normal Hover */
	@media (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-dark);
			background-color: transparent;
		}
	}

	/* Normal Disabled */
	.button[disabled], button[disabled], input[type=submit][disabled], input[type=button][disabled] {
		cursor: default !important;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border-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 */
	@media (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;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border-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 */
	@media (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;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border-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 */
	@media (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;
		color: var(--color-white);
		background-color: var(--color-lightgray);
		border-color: var(--color-lightgray);
	}

/* Button Link */
	/* Normal */
	.button.link, .link {
		display: inline; /* Required */
		font-weight: 600;
		font-size: 13px;
		line-height: 122%;
		text-decoration: none !important;
		padding: 0px 0px;
		border: 0;
		background: transparent;
	}

	.button.link:not(.cursor-default), .link:not(.cursor-default) {
		border-bottom: 1px solid currentColor;
	}

	/* Normal Hover */
	@media (hover) {
		.button.link:not([disabled]):hover, .link:not([disabled]):hover {
			border-color: transparent;
			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 */
	@media (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);
	}

/* Button Card */
	/* Normal */
	.button-card {
		transition: border-color 0.15s,
		box-shadow 0.15s;
		border-radius: var(--button-border-radius);
	}

	/* Normal hover e active */
	@media (hover) {
		.button-card:not(.disabled):not(.esgotado):not(.active):hover {
			border-color: var(--color-gray);
		}
	}

	/* Active */
	.button-card.active {
		box-shadow: 0px 0px 0px 2px var(--color-theme);
	}

	/* Disable */
	.button-card.disabled {}

	/* Esgotado */
	.button-card.esgotado {}

	/* Title */
	.button-card-title {}

	/* Description */ 
	.button-card-desc {
		color: var(--color-gray);
	}

/* Buttons Cart */
	/* Normal */
	.btn-cart, .btn-cart-esgotado, .addCart {
		font-weight: 600;
		font-size: 13px;
		line-height: 10px;
		color: var(--color-white);
		text-transform: uppercase;
		padding: 2px 20px 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 220px;
		min-height: 43px;
		border: 1px solid var(--color-buttoncart);
		background-color: var(--color-buttoncart);
		white-space: nowrap;
		border-radius: var(--button-border-radius);
	}

	.addCart{min-width: 125px;}

	.btn-cart.loader, .addCart.loader {
		color: var(--color-buttoncart) !important;
		border-color: var(--color-buttoncart) !important;
		background-color: var(--color-buttoncart) !important;
	}

	/* Normal hover */
	@media (hover) {
		.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover,
		.addCart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
			color: var(--color-white);
			border-color: var(--color-buttoncart-hover);
			background-color: var(--color-buttoncart-hover);
		}
	}

	/* Normal Disable */ 
	.btn-cart[disabled],
	.addCart[disabled] {
		cursor: default !important;
		opacity: 0.5;
	}

/* Button Esgotado */
body .btn-cart-esgotado{
	color: var(--color-white); !important;
	border-color: var(--color-buttoncart-disabled) !important;
	background-color: var(--color-buttoncart-disabled) !important;
	cursor: default !important;
	color: var(--color-white) !important;
}

/* Button Loading */
.button.loader, button.loader {
	position: relative;
}

.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;
}





/*
 *
 * Accordions
 *
*/
body .accordion > li {
	border-color: var(--color-lines);
}

body .accordion > li.active {
	border-color: var(--color-theme);
}

body .accordion > li.active + li {
	border-top-color: var(--color-theme);
}

.accordion-head {
	user-select: none;
}

.accordion .accordion-head, .accordion .accordion-content {
	padding: 12px 4em 8px 15px;
}

.accordion .accordion-icon .rdc-icon-svg{width: 16px;height: 16px;}





/*
 *
 * Tabs
 *
*/
.tabs-container .tabs:not(.rdc-fixed-styles) li {
	margin: 0 7px;
}

.tabs-container .tabs:not(.rdc-fixed-styles) .tabs-item {
	font-weight: 700;
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 5px 20px 1px;
	border: 1px solid var(--color-lightgray);
	background-color: var(--color-white);
	border-radius: var(--button-border-radius);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	user-select: none;
	color: var(--color-black);
}

@media (hover) {
	.tabs-container .tabs:not(.rdc-fixed-styles) li:not(.sel) .tabs-item:hover {
		border-color: var(--color-black);
	}
}

.tabs-container .tabs:not(.rdc-fixed-styles) li.sel .tabs-item {
	border-color: var(--color-black);
	opacity: 1;
}

.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: 1199px) {
	.tabs-container .tabs:not(.rdc-fixed-styles) {
		margin: 0 -15px;
	}

	.tabs-container .tabs:not(.rdc-fixed-styles) li:first-child {
		margin-left: 15px;
	}

	.tabs-container .tabs:not(.rdc-fixed-styles) li:last-child {
		margin-right: 15px;
		padding-right: 0;
	}
}






/*
 *
 * Form
 *
*/
/* Label (forms, filters, etc) */
.label-title, .label-subtitle, .label-desc {user-select: none;}
.label-title{font-weight: 600;padding-bottom: 0px;line-height: 148%;}

/* Inputs */
body .magic-checkbox[disabled]+label:hover:before,
body .magic-radio[disabled]+label:hover:before{border-color: var(--color-disabled);}
.magic-checkbox+label:before, 
.magic-checkbox+span, 
.magic-radio+label:before, 
.magic-radio+span{border-color: var(--color-lines);}


.magic-checkbox+label:after, 
.magic-checkbox+span:after{ border: 0; width: 22px; height: 22px; top: 11px;left: 0px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); background-position: center;background-repeat: no-repeat;background-size: 18px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M24.61 9.391a1.333 1.333 0 0 1 0 1.887L13.278 22.61a1.335 1.335 0 0 1-1.886 0l-5-5a1.334 1.334 0 0 1 1.886-1.887l4.057 4.059L22.724 9.39a1.333 1.333 0 0 1 1.887 0Z'/%3E%3C/svg%3E");}
#stock-alert-el-2349 .magic-checkbox+label:after,
#stock-alert-el-2349 .magic-checkbox+span:after{top: 10px;}
/* .magic-checkbox:checked+label:before, 
.magic-radio:checked+label:before{border-color: var(--color-black);} */

.magic-checkbox[disabled]+label:before, 
.magic-radio[disabled]+label:before{border-color: var(--color-disabled);background-color: var(--color-disabled);}

textarea,  input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select {
	padding: 5px 15px 2px;
	border: 1px solid var(--color-lines);
	min-height: 43px;
	background-color: white;
	color: currentColor; /* Required */
	border-radius: var(--input-border-radius);
	font-size: 13px;
	font-family: var(--fontfamily);
	font-weight: 400;
	line-height: 160%;
}

input[type=file] {
	padding: 8px 15px;
}

@media (hover) {
	input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, input[type=file]:hover, textarea:hover, div.select:not(.disabled):hover,
	.magic-checkbox+label:hover:before, .magic-radio+label:hover:before {
		border-color: var(--color-gray);
	}
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, textarea:focus {
	border-color: var(--color-black);
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, textarea:disabled, div.select[disabled],
input[type=text].disabled, input[type=email].disabled, input[type=password].disabled, input[type=tel].disabled, input[type=search].disabled, textarea.disabled, div.select.disabled {
	background-color: var(--color-disabled) !important;
	border: 1px solid var(--color-lines)!important;
	-webkit-text-fill-color: var(--color-darkgray);
	-webkit-opacity: 1; 
	cursor: default;
}

div.select {
	position: relative;
	z-index: 0;
	display: block;
	border: 1px solid var(--color-lines);
	overflow-x: hidden;
	border-radius: var(--input-border-radius);
}

body div.select select {
	position: relative;
	width: 100%;
	padding: 11px 40px 9px 15px;
	min-height: 41px;
	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;
	line-height: 19px; /* Mozilla */
}

body div.select::after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
	width: 16px;
	height: 16px;
	background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M25.68 11.354a1.109 1.109 0 0 0-.808-.354 1.11 1.11 0 0 0-.793.337l-7.587 6.869L8.9 11.332a1.106 1.106 0 0 0-.792-.316 1.11 1.11 0 0 0-.789.355 1.194 1.194 0 0 0-.319.796c-.005.293.097.583.292.806l.019.021 8.388 7.668a1.104 1.104 0 0 0 1.587 0L25.668 13l.013-.014c.208-.222.319-.516.319-.816 0-.3-.112-.594-.32-.816Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

div.select.loading::after {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
}

div.select select:disabled{
	background-color: var(--color-disabled);
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	opacity: 0.3;
}

::-webkit-input-placeholder {color: var(--color-gray);}
::-moz-placeholder {color: var(--color-gray);}
:-ms-input-placeholder {color: var(--color-gray);}
:-moz-placeholder {color: var(--color-gray);}






/*
 *
 * Messages Bar
 *
*/
.form-message .help,
.form-message .success,
.form-message .info,
.form-message .warning,
.form-message .error {
	background-repeat: no-repeat;
	background-position: left 8px center;
	background-size: 18px;
	line-height: 180%;
	font-size: 13px;
	color: var(--color-black);
	padding: 6px 18px 6px 36px;
	border-radius: var(--button-border-radius);
	border: 1px solid;
	-webkit-border-radius: var(--button-border-radius);
	-moz-border-radius: var(--button-border-radius);
	-ms-border-radius: var(--button-border-radius);
	-o-border-radius: var(--button-border-radius);
}

.form-message .help {
	background-color: var(--color-helplight);
	border-color: var(--color-help);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%238B8D8F' d='M17.5 22.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16 9c-2.758 0-5 2.019-5 4.5v.5a1 1 0 0 0 2 0v-.5c0-1.375 1.346-2.5 3-2.5s3 1.125 3 2.5-1.346 2.5-3 2.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-.09c2.28-.419 4-2.238 4-4.41 0-2.481-2.242-4.5-5-4.5Zm13 7A13 13 0 1 1 16 3a13.014 13.014 0 0 1 13 13Zm-2 0a11 11 0 1 0-11 11 11.012 11.012 0 0 0 11-11Z'/%3E%3C/svg%3E");
}

.form-message .success {
	background-color: var(--color-successlight);
	border-color: var(--color-success);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%233F9C35' d='M21.707 12.293a1.001 1.001 0 0 1 0 1.415l-7 7a1.001 1.001 0 0 1-1.415 0l-3-3a1 1 0 0 1 1.415-1.415L14 18.585l6.293-6.293a1.001 1.001 0 0 1 1.415 0ZM29 16A13 13 0 1 1 16 3a13.014 13.014 0 0 1 13 13Zm-2 0a11 11 0 1 0-11 11 11.012 11.012 0 0 0 11-11Z'/%3E%3C/svg%3E");
}

.form-message .info {
	background-color: var(--color-infolight);
	border-color: var(--color-info);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%231890FF' d='M16 29a13 13 0 1 1 13-13 13.014 13.014 0 0 1-13 13Zm0-24a11 11 0 1 0 11 11A11.012 11.012 0 0 0 16 5Zm-1 10v7a1 1 0 0 0 2 0v-7a1 1 0 0 0-2 0Zm2.5-4.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z'/%3E%3C/svg%3E");
}

.form-message .warning {
	background-color: var(--color-warninglight);
	border-color: var(--color-warning);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23FAAD14' d='M29.601 23.511 18.671 4.528a3.095 3.095 0 0 0-5.338 0L2.4 23.51a2.939 2.939 0 0 0 0 2.965A3.043 3.043 0 0 0 5.071 28h21.862a3.044 3.044 0 0 0 2.666-1.524 2.937 2.937 0 0 0 .002-2.965Zm-1.733 1.964a1.063 1.063 0 0 1-.935.525H5.07a1.064 1.064 0 0 1-.935-.525.949.949 0 0 1 0-.965L15.066 5.526a1.094 1.094 0 0 1 1.875 0L27.873 24.51a.948.948 0 0 1-.005.965ZM15 18v-5a1 1 0 0 1 2 0v5a1 1 0 1 1-2 0Zm2.5 4.5a1.499 1.499 0 1 1-2.998 0 1.499 1.499 0 0 1 2.998 0Z'/%3E%3C/svg%3E");
}

.form-message .error {
	background-color: var(--color-errorlight);
	border-color: var(--color-error);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23F14244' d='M25.197 6.808A13.003 13.003 0 0 0 5.191 23.222a13.002 13.002 0 0 0 20.006 1.97 13.012 13.012 0 0 0 0-18.384ZM8.223 23.778A11 11 0 0 1 16.003 5a11.004 11.004 0 0 1 10.165 6.79 10.997 10.997 0 0 1-10.165 15.205 11.016 11.016 0 0 1-7.78-3.217Zm12.023-3.535a1 1 0 0 1-1.414 0l-2.83-2.829-2.828 2.829a1 1 0 0 1-1.415-1.415L14.59 16l-2.83-2.828a1 1 0 1 1 1.415-1.415l2.829 2.829 2.829-2.829a1 1 0 0 1 1.414 1.415L17.417 16l2.83 2.828a1 1 0 0 1 0 1.415Z'/%3E%3C/svg%3E");
}

.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: #AAA lightgray;
	}
	.slim-scrollbar::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	.slim-scrollbar::-webkit-scrollbar-track {
		background: lightgray;
	}
	.slim-scrollbar::-webkit-scrollbar-thumb {
		background-color: #AAA;
		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;backdrop-filter: blur(6px);}
.mfp-bg{background-color: var(--color-overlay);backdrop-filter: blur(6px);opacity: 1;}
.mfp-move-from-bottom.mfp-bg.mfp-ready,
.mfp-move-from-right.mfp-bg.mfp-ready,
.mfp-move-from-left.mfp-bg.mfp-ready,
.mfp-move-from-top.mfp-bg.mfp-ready,
.mfp-zoom-in.mfp-bg.mfp-ready{opacity: 1;}
#containerSite-mask {background-color: transparent;}
.border-color {border-color: lightgray;}






/*
 *
 * Container
 * max-width: var(--container-width) + (--container-padding * 2)
 *
*/
.container {max-width: calc(var(--container-width) + var(--container-padding) * 2);padding-left: var(--container-padding);padding-right: var(--container-padding);}
.rdc-container-fullscreen {max-width: var(--container-width);padding-left: 0;padding-right: 0;}

@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}
}

/* Importante: Se var(--container-width) >= 1920px, descomentar o CSS abaixo. */
	/*@media screen and (width: 1920px) {
		body.windows .container {max-width: 1902px;}
	}*/






/*
 *
 * Sliders
 *
*/
.slider .slick-arrow, .rdc-slider-arrow {
	background-color: rgba(249, 249, 249, 0.75) !important;
	border-radius: 6px;
	box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.25);
	background-position: center !important;
	background-size: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.slider .slick-arrow.slick-disabled{visibility: hidden;}

/* .slick-dots{} */
.slick-dots li{margin: 0 2px;}
.slick-dots li button{ width: 7px; height: 7px; border: 1px solid var(--color-white); background-color: var(--color-black); transition: width 0.3s ease, border-radius 0.3s ease; -webkit-transition: width 0.3s ease, border-radius 0.3s ease; -moz-transition: width 0.3s ease, border-radius 0.3s ease; -ms-transition: width 0.3s ease, border-radius 0.3s ease; -o-transition: width 0.3s ease, border-radius 0.3s ease; }
.slick-dots li.slick-active button{ background-color: var(--color-theme); width: 18px; border-color: var(--color-white); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }

@media (hover) {
	.slider .slick-arrow:hover, .rdc-slider-arrow:hover {opacity: 0.8;}
}

.slider .slick-arrow.slick-prev, .rdc-slider-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M9.44 16.56a1.5 1.5 0 0 1 0-2.12l10-10a1.5 1.5 0 0 1 2.12 2.12l-8.939 8.94 8.94 8.94a1.5 1.5 0 0 1-2.122 2.12l-10-10Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.slider .slick-arrow.slick-next, .rdc-slider-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M21.56 16.56a1.5 1.5 0 0 0 0-2.12l-10-10a1.5 1.5 0 0 0-2.12 2.12l8.939 8.94-8.94 8.94a1.5 1.5 0 0 0 2.122 2.12l10-10Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}






/*
 *
 * Icons SVG
 *
*/
@media (hover) {
	a:not(.disabled):hover .rdc-icon-svg, .a:not(.disabled):hover .rdc-icon-svg, .rdc-icon-hover:hover {
		opacity: 0.5;
	}
}

/* SVG icons Ex: {background-image: url("data:image/svg+xml,%3Csvg ... ");} */
@media screen and (max-width: 767px) {
	.rdc-icon-circle {background-size: 24px;}
}
@media screen and (min-width: 768px) {
	.rdc-icon-circle {background-size: 20px;}
}
body .rdc-icon-svg.rdc-icon-menu {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M29 23.857c0 .302-.123.592-.344.807a1.199 1.199 0 0 1-.836.336H4.18a1.2 1.2 0 0 1-.836-.336A1.125 1.125 0 0 1 3 23.857c0-.302.123-.592.344-.806a1.2 1.2 0 0 1 .836-.336h23.64a1.2 1.2 0 0 1 .836.335c.22.215.344.505.344.807Zm-1.18-13.571H4.18a1.2 1.2 0 0 1-.836-.336A1.125 1.125 0 0 1 3 9.143c0-.302.123-.592.344-.807A1.2 1.2 0 0 1 4.18 8h23.64a1.2 1.2 0 0 1 .836.336c.22.215.344.505.344.807 0 .302-.123.592-.344.807a1.2 1.2 0 0 1-.836.336ZM29 16.357c0 .302-.123.592-.344.807a1.199 1.199 0 0 1-.836.336H4.18a1.2 1.2 0 0 1-.836-.336A1.125 1.125 0 0 1 3 16.357c0-.302.123-.592.344-.806a1.2 1.2 0 0 1 .836-.337h23.64a1.2 1.2 0 0 1 .836.336c.22.215.344.505.344.807Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-menu-close{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M25.234 26.68 16.5 17.946 7.766 26.68c-.2.2-.468.315-.745.32-.276.005-.539-.1-.73-.291a1.004 1.004 0 0 1-.29-.73 1.08 1.08 0 0 1 .319-.745l8.734-8.734L6.32 7.766c-.2-.2-.315-.468-.32-.745-.004-.276.1-.539.292-.73a1 1 0 0 1 .73-.29c.276.004.545.119.745.319l8.733 8.733 8.733-8.733c.2-.2.469-.315.745-.32a1 1 0 0 1 .73.291c.191.191.296.454.291.73-.005.277-.12.545-.32.745L17.947 16.5l8.734 8.734c.2.2.315.468.32.745.005.276-.1.538-.291.73a1.004 1.004 0 0 1-.73.29 1.084 1.084 0 0 1-.745-.319Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-share {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M23 20.001a4.984 4.984 0 0 0-3.577 1.511l-5.761-3.703a4.975 4.975 0 0 0 0-3.614l5.76-3.704a4.998 4.998 0 1 0-1.081-1.68l-5.762 3.703a4.998 4.998 0 0 0-7.727 6.28 4.999 4.999 0 0 0 7.727.696l5.762 3.704A5 5 0 1 0 22.999 20Zm0-15.997a2.999 2.999 0 1 1 0 5.998 2.999 2.999 0 0 1 0-5.998ZM9.002 19.002a3 3 0 1 1 0-6 3 3 0 0 1 0 6ZM22.999 28a2.999 2.999 0 1 1 0-5.998A2.999 2.999 0 0 1 23 28Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-fb {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 4a12 12 0 1 0 12 12A12.013 12.013 0 0 0 16 4Zm.923 22.111V18.77h2.77a.923.923 0 1 0 0-1.846h-2.77v-2.77a1.846 1.846 0 0 1 1.846-1.845h1.846a.923.923 0 0 0 0-1.847H18.77a3.692 3.692 0 0 0-3.692 3.693v2.77h-2.77a.923.923 0 1 0 0 1.845h2.77v7.342a10.154 10.154 0 1 1 1.846 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-in {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 10.923a5.077 5.077 0 1 0 0 10.153 5.077 5.077 0 0 0 0-10.153Zm0 8.462a3.385 3.385 0 1 1 0-6.77 3.385 3.385 0 0 1 0 6.77ZM21.077 5H10.923A5.93 5.93 0 0 0 5 10.923v10.154A5.93 5.93 0 0 0 10.923 27h10.154A5.93 5.93 0 0 0 27 21.077V10.923A5.93 5.93 0 0 0 21.077 5Zm4.23 16.077a4.23 4.23 0 0 1-4.23 4.23H10.923a4.23 4.23 0 0 1-4.23-4.23V10.923a4.23 4.23 0 0 1 4.23-4.23h10.154a4.23 4.23 0 0 1 4.23 4.23v10.154ZM22.77 10.5a1.269 1.269 0 1 1-2.537 0 1.269 1.269 0 0 1 2.537 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-lk {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M25.308 5H6.692A1.692 1.692 0 0 0 5 6.692v18.616A1.692 1.692 0 0 0 6.692 27h18.616A1.692 1.692 0 0 0 27 25.308V6.692A1.692 1.692 0 0 0 25.308 5Zm0 20.308H6.692V6.692h18.616v18.616Zm-12.693-11v6.769a.846.846 0 0 1-1.692 0v-6.77a.846.846 0 1 1 1.692 0Zm9.308 2.961v3.808a.846.846 0 0 1-1.692 0v-3.808a2.115 2.115 0 0 0-4.231 0v3.808a.846.846 0 1 1-1.692 0v-6.77a.846.846 0 0 1 1.67-.188 3.808 3.808 0 0 1 5.945 3.15Zm-8.884-5.923a1.27 1.27 0 1 1-2.54 0 1.27 1.27 0 0 1 2.54 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-pi {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M25 14.307c0 2.387-.808 4.57-2.273 6.146-1.369 1.47-3.224 2.316-5.09 2.316-1.83 0-3.05-.62-3.829-1.27l-1.102 4.848a.85.85 0 0 1-.289.47.8.8 0 0 1-.988.025.865.865 0 0 1-.322-.882l3.273-14.386a.845.845 0 0 1 .366-.525.795.795 0 0 1 .618-.105.82.82 0 0 1 .508.378.868.868 0 0 1 .101.64l-1.728 7.594c.323.463 1.274 1.52 3.391 1.52 2.816 0 5.728-2.532 5.728-6.77a7.83 7.83 0 0 0-.76-3.367 7.567 7.567 0 0 0-2.122-2.672 7.252 7.252 0 0 0-3.046-1.427 7.127 7.127 0 0 0-3.342.113 7.28 7.28 0 0 0-2.948 1.63 7.615 7.615 0 0 0-1.948 2.81 7.85 7.85 0 0 0 .423 6.722.872.872 0 0 1 .069.633.842.842 0 0 1-.379.503.794.794 0 0 1-.61.088.82.82 0 0 1-.496-.378 9.595 9.595 0 0 1-.52-8.216 9.307 9.307 0 0 1 2.381-3.435 8.91 8.91 0 0 1 3.605-1.993 8.71 8.71 0 0 1 4.085-.138 8.862 8.862 0 0 1 3.722 1.744 9.249 9.249 0 0 1 2.593 3.267A9.564 9.564 0 0 1 25 14.307Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tm {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M14.689 6.697a.077.077 0 0 0-.024.044c-.145.771-.359 1.465-.655 2.06a6.359 6.359 0 0 1-3.194 3.04.148.148 0 0 0-.06.046l-.006.01v1.42h.449c.966 0 1.75.759 1.75 1.693v6.28c0 .888.094 1.476.23 1.826.132.338.383.695.793 1.053l.003.003c.397.35.886.628 1.484.828.591.198 1.295.308 2.125.308.733 0 1.406-.078 2.021-.222.488-.12 1.035-.308 1.645-.576v-1.053a.157.157 0 0 0-.054-.044.342.342 0 0 0-.262-.028c-.594.202-1.2.306-1.813.306a3.744 3.744 0 0 1-1.973-.533c-.484-.293-.85-.704-1.042-1.237-.103-.28-.155-.647-.186-1.032a19.385 19.385 0 0 1-.048-1.515V15.01c0-.934.783-1.692 1.75-1.692h2.968v-1.492h-2.968c-.967 0-1.75-.758-1.75-1.693v-3.44h-1.176s-.004.001-.007.004Zm-3.94 5.202.001-.002v.002Zm2.194-5.46A1.778 1.778 0 0 1 14.695 5h1.177c.966 0 1.75.758 1.75 1.692v3.441h2.968c.966 0 1.75.758 1.75 1.693v1.492c0 .935-.784 1.692-1.75 1.692h-2.968v4.364c0 .577.015 1.036.043 1.383.03.369.07.544.09.596l.002.007c.05.137.138.254.318.363l.003.001c.292.178.632.274 1.043.274a3.81 3.81 0 0 0 1.234-.21c.59-.2 1.226-.115 1.719.161.502.282.926.81.926 1.51v1.584a.846.846 0 0 1-.515.772c-.881.424-1.7.728-2.455.912l-.008.002c-.76.179-1.575.271-2.438.271-.987 0-1.89-.13-2.697-.4a6.005 6.005 0 0 1-2.09-1.176c-.575-.502-1.007-1.075-1.256-1.71v-.002c-.246-.633-.342-1.46-.342-2.423V15.01h-.449c-.966 0-1.75-.757-1.75-1.692v-1.421c0-.738.484-1.33 1.092-1.596a4.644 4.644 0 0 0 1.202-.753l.003-.002A4.66 4.66 0 0 0 12.43 8.07l.002-.003c.21-.423.385-.963.51-1.628Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-tw {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M23.334 24.333h-2.736L7.665 7.667h2.883l12.785 16.666Zm1.318-1.016c.841 1.096.062 2.683-1.318 2.683h-2.736c-.514 0-.998-.238-1.313-.643l-5.295-6.825-6.186 7.18a.83.83 0 0 1-1.172.085.835.835 0 0 1-.086-1.175l6.403-7.432-6.596-8.5C5.503 7.595 6.283 6 7.666 6h2.883c.516 0 1.003.24 1.318.65l4.786 6.24 5.687-6.601a.83.83 0 0 1 1.173-.086c.347.3.385.827.085 1.175l-5.84 6.779a.822.822 0 0 1-.074.076l6.968 9.084Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-vm {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M16.642 25.547c-2.083 1.321-3.986-.533-4.673-1.936-.365-.74-1.066-2.99-1.776-5.268C9.367 15.69 8.528 13 8.195 12.611c-.419-.487-1.405.015-2 .391a7.309 7.309 0 0 0-.227.15.326.326 0 0 1-.44-.064l-.397-.51a.612.612 0 0 1 .027-.79c.991-1.088 3.95-4.142 6.303-4.592 2.38-.46 2.896 2.6 3.358 5.33.129.763.253 1.502.413 2.13.71 2.78 1.186 4.37 1.803 4.37.62 0 1.803-1.547 3.095-3.926.948-1.737.483-3.326-.824-3.475-.731-.083-1.513-.614-1.17-1.264.043-.08.087-.159.132-.236 2.478-4.208 9.708-4.575 8.622 1.435-1.24 6.854-8.167 12.662-10.248 13.987ZM10.076 9.534c-.6.389-1.205.872-1.77 1.37a2.09 2.09 0 0 1 1.09.675l.002.002c.173.202.29.427.352.55.076.154.15.326.221.5.142.35.3.787.463 1.267.33.963.714 2.185 1.097 3.412l.176.566c.326 1.045.646 2.073.932 2.952.353 1.082.614 1.806.751 2.084l.002.003c.237.485.69 1.032 1.182 1.315.404.233.76.273 1.218-.018.903-.575 3.04-2.255 5.092-4.621 2.063-2.377 3.9-5.285 4.446-8.311.249-1.374-.092-1.98-.354-2.241-.3-.299-.879-.526-1.75-.435-1.09.115-2.242.687-3.06 1.604a2.924 2.924 0 0 1 1.36.979c1.035 1.336.8 3.197-.003 4.67-.668 1.229-1.335 2.294-1.944 3.073-.302.386-.626.75-.965 1.033-.274.229-.836.646-1.579.646-.907 0-1.464-.593-1.716-.933-.272-.367-.472-.813-.63-1.227-.324-.845-.642-2.028-.992-3.4v-.002c-.178-.696-.314-1.507-.442-2.261l-.055-.324c-.15-.885-.3-1.695-.505-2.382-.213-.715-.43-1.094-.594-1.261l-.01-.01c-.06-.06-.1-.102-.33-.058h-.001c-.428.083-1.002.339-1.684.783Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-yt {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m19.916 15.857-4.5-3.091a.735.735 0 0 0-1.06.246.79.79 0 0 0-.106.397v6.182c0 .14.037.277.106.397.07.12.17.219.29.285a.732.732 0 0 0 .77-.039l4.5-3.09a.765.765 0 0 0 .246-.28.79.79 0 0 0-.246-1.007Zm-4.166 2.29v-3.289l2.398 1.642-2.398 1.647Zm10.718-7.296a2.341 2.341 0 0 0-.493-.96 2.251 2.251 0 0 0-.865-.624C21.896 7.988 16.781 8 16.5 8c-.281 0-5.396-.012-8.61 1.267a2.25 2.25 0 0 0-.865.624 2.342 2.342 0 0 0-.493.96C6.289 11.815 6 13.577 6 16.5s.289 4.685.532 5.649c.088.356.257.685.493.961.236.276.533.49.865.624C10.969 24.957 15.787 25 16.438 25h.124c.65 0 5.472-.043 8.548-1.266.332-.135.629-.348.865-.624s.405-.605.493-.961c.243-.966.532-2.726.532-5.649s-.289-4.685-.532-5.649Zm-1.452 10.915a.781.781 0 0 1-.161.32.751.751 0 0 1-.286.21c-2.967 1.18-8.014 1.16-8.062 1.16H16.5c-.05 0-5.093.019-8.063-1.16a.752.752 0 0 1-.285-.21.782.782 0 0 1-.162-.32c-.228-.882-.49-2.506-.49-5.266 0-2.76.263-4.384.484-5.261a.781.781 0 0 1 .16-.323.751.751 0 0 1 .287-.212c2.861-1.138 7.656-1.159 8.048-1.159h.026c.05 0 5.098-.017 8.062 1.16a.75.75 0 0 1 .286.21.78.78 0 0 1 .161.32c.224.88.486 2.505.486 5.265s-.262 4.384-.484 5.261v.005Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-wa {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M18.542 21.077a7.625 7.625 0 0 1-7.616-7.616 2.539 2.539 0 0 1 2.04-2.49l1.215 2.433-1.034 1.538a.845.845 0 0 0-.077.795 5.973 5.973 0 0 0 3.19 3.189.847.847 0 0 0 .801-.07l1.546-1.03 2.433 1.214a2.539 2.539 0 0 1-2.498 2.037Z'/%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M10.584 6.426A11.002 11.002 0 0 1 24.67 9.231a10.998 10.998 0 0 1-9.057 17.762 11 11 0 0 1-4.78-1.281l-3.602 1.2a1.692 1.692 0 0 1-2.14-2.14l1.2-3.602a11 11 0 0 1 4.293-14.744Zm.759 17.633a9.309 9.309 0 1 0-3.399-3.398.846.846 0 0 1 .07.69l-1.32 3.957 3.957-1.32a.846.846 0 0 1 .692.07Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-ms {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M21.676 13.705a.846.846 0 0 1 0 1.198l-3.385 3.385a.846.846 0 0 1-1.197 0L14.308 15.5l-2.786 2.788a.846.846 0 1 1-1.198-1.198l3.385-3.385a.846.846 0 0 1 1.197 0l2.786 2.788 2.786-2.788a.846.846 0 0 1 1.198 0ZM27 15.996a11.003 11.003 0 0 1-10.716 11 10.998 10.998 0 0 1-5.454-1.287l-3.601 1.2a1.693 1.693 0 0 1-2.141-2.14l1.2-3.602a11.001 11.001 0 1 1 19.597-9.992A11.002 11.002 0 0 1 27 15.996Zm-1.692 0a9.31 9.31 0 0 0-7.495-9.127 9.306 9.306 0 0 0-11.1 9.743 9.31 9.31 0 0 0 1.228 4.045.846.846 0 0 1 .07.692l-1.319 3.956 3.956-1.32a.846.846 0 0 1 .692.07 9.307 9.307 0 0 0 13.968-8.059Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-social-em {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M26.154 8H5.846A.844.844 0 0 0 5 8.85V23.3c0 .45.178.883.496 1.202.317.319.747.498 1.196.498h18.616c.448 0 .879-.18 1.196-.498.318-.319.496-.751.496-1.202V8.85a.852.852 0 0 0-.846-.85Zm-2.176 1.7L16 17.047 8.022 9.7h15.956Zm1.33 13.6H6.692V10.783l8.736 8.044a.844.844 0 0 0 1.144 0l8.736-8.044V23.3Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-phone {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m27.796 20.807-5.889-2.638-.016-.008a2 2 0 0 0-1.896.175 1 1 0 0 0-.094.07L16.86 21c-1.928-.936-3.918-2.912-4.854-4.814l2.597-3.089c.025-.031.05-.062.072-.096a2 2 0 0 0 .165-1.883v-.014l-2.646-5.9a2 2 0 0 0-2.078-1.19A7.032 7.032 0 0 0 4 11c0 9.925 8.075 18 18 18a7.032 7.032 0 0 0 6.985-6.115 2 2 0 0 0-1.189-2.078ZM22 27A16.017 16.017 0 0 1 6 11a5.025 5.025 0 0 1 4.359-5v.015l2.625 5.875-2.584 3.092a.77.77 0 0 0-.071.097 2 2 0 0 0-.125 1.962c1.132 2.316 3.466 4.633 5.807 5.764a2 2 0 0 0 1.969-.143 1.03 1.03 0 0 0 .093-.07L21.11 20l5.875 2.631H27A5.026 5.026 0 0 1 22 27Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-notification {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M20.997 28a1 1 0 0 1-1 1h-8a1 1 0 0 1 0-2h8a1 1 0 0 1 1 1Zm6.732-4a1.976 1.976 0 0 1-1.732 1h-20a2 2 0 0 1-1.725-3.008c.694-1.195 1.725-4.575 1.725-8.992a10 10 0 1 1 20 0c0 4.416 1.033 7.797 1.727 8.992A1.986 1.986 0 0 1 27.727 24h.002Zm-1.732-1c-.966-1.659-2-5.494-2-10a8 8 0 0 0-16 0c0 4.508-1.035 8.343-2 10h20Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-help {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%238B8D8F' d='M17.5 22.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16 9c-2.758 0-5 2.019-5 4.5v.5a1 1 0 0 0 2 0v-.5c0-1.375 1.346-2.5 3-2.5s3 1.125 3 2.5-1.346 2.5-3 2.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-.09c2.28-.419 4-2.238 4-4.41 0-2.481-2.242-4.5-5-4.5Zm13 7A13 13 0 1 1 16 3a13.014 13.014 0 0 1 13 13Zm-2 0a11 11 0 1 0-11 11 11.012 11.012 0 0 0 11-11Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-info {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%231890FF' d='M16 29a13 13 0 1 1 13-13 13.014 13.014 0 0 1-13 13Zm0-24a11 11 0 1 0 11 11A11.012 11.012 0 0 0 16 5Zm-1 10v7a1 1 0 0 0 2 0v-7a1 1 0 0 0-2 0Zm2.5-4.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-success {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%233F9C35' d='M21.707 12.293a1.001 1.001 0 0 1 0 1.415l-7 7a1.001 1.001 0 0 1-1.415 0l-3-3a1 1 0 0 1 1.415-1.415L14 18.585l6.293-6.293a1.001 1.001 0 0 1 1.415 0ZM29 16A13 13 0 1 1 16 3a13.014 13.014 0 0 1 13 13Zm-2 0a11 11 0 1 0-11 11 11.012 11.012 0 0 0 11-11Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-error {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23F14244' d='M25.197 6.808A13.003 13.003 0 0 0 5.191 23.222a13.002 13.002 0 0 0 20.006 1.97 13.012 13.012 0 0 0 0-18.384ZM8.223 23.778A11 11 0 0 1 16.003 5a11.004 11.004 0 0 1 10.165 6.79 10.997 10.997 0 0 1-10.165 15.205 11.016 11.016 0 0 1-7.78-3.217Zm12.023-3.535a1 1 0 0 1-1.414 0l-2.83-2.829-2.828 2.829a1 1 0 0 1-1.415-1.415L14.59 16l-2.83-2.828a1 1 0 1 1 1.415-1.415l2.829 2.829 2.829-2.829a1 1 0 0 1 1.414 1.415L17.417 16l2.83 2.828a1 1 0 0 1 0 1.415Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-warning {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23FAAD14' d='M29.601 23.511 18.671 4.528a3.095 3.095 0 0 0-5.338 0L2.4 23.51a2.939 2.939 0 0 0 0 2.965A3.043 3.043 0 0 0 5.071 28h21.862a3.044 3.044 0 0 0 2.666-1.524 2.937 2.937 0 0 0 .002-2.965Zm-1.733 1.964a1.063 1.063 0 0 1-.935.525H5.07a1.064 1.064 0 0 1-.935-.525.949.949 0 0 1 0-.965L15.066 5.526a1.094 1.094 0 0 1 1.875 0L27.873 24.51a.948.948 0 0 1-.005.965ZM15 18v-5a1 1 0 0 1 2 0v5a1 1 0 1 1-2 0Zm2.5 4.5a1.499 1.499 0 1 1-2.998 0 1.499 1.499 0 0 1 2.998 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-close {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M25.707 24.292a.999.999 0 0 1-.325 1.632 1 1 0 0 1-1.09-.217L16 17.414l-8.292 8.293a1 1 0 0 1-1.415-1.415L14.586 16 6.293 7.708a1 1 0 1 1 1.415-1.415L16 14.586l8.292-8.293a1 1 0 0 1 1.415 1.415L17.414 16l8.293 8.292Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-delete {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M27 7h-5V6a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3v1H5a1 1 0 0 0 0 2h1v18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9h1a1 1 0 1 0 0-2ZM12 6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1h-8V6Zm12 21H8V9h16v18ZM14 14v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 2 0Zm6 0v8a1 1 0 0 1-2 0v-8a1 1 0 0 1 2 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-edit {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m28.414 9.172-5.585-5.586a2.002 2.002 0 0 0-2.829 0L4.586 19A1.983 1.983 0 0 0 4 20.415V26a2 2 0 0 0 2 2h5.586A1.98 1.98 0 0 0 13 27.415L28.414 12a2 2 0 0 0 0-2.829Zm-22 10.829L17 9.415l2.086 2.086L8.5 22.086 6.414 20ZM6 22.415 9.586 26H6v-3.586Zm6 3.172-2.086-2.086L20.5 12.915 22.586 15 12 25.587Zm12-12-5.586-5.586 3-3L27 10.586l-3 3.001Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-search {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m28.707 27.294-6.252-6.25a11.002 11.002 0 1 0-1.412 1.411l6.25 6.252a1 1 0 0 0 1.414-1.413ZM5.025 14.016a8.99 8.99 0 1 1 8.99 8.99 9 9 0 0 1-8.99-8.99Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M22.111 5H8.89c-.501 0-.982.194-1.336.539A1.816 1.816 0 0 0 7 6.84v20.24c0 .165.045.326.13.467a.934.934 0 0 0 .357.338.965.965 0 0 0 .958-.025l7.055-4.295 7.056 4.295a.963.963 0 0 0 1.313-.313.901.901 0 0 0 .131-.467V6.84c0-.488-.199-.956-.553-1.301A1.915 1.915 0 0 0 22.11 5Zm0 20.421L16 21.701a.963.963 0 0 0-1 0l-6.11 3.72V6.84h13.22v18.581Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-wishlist.active,
body .rdc-icon-svg.rdc-icon-wishlist-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M22.111 5H8.89c-.501 0-.982.194-1.336.539A1.816 1.816 0 0 0 7 6.84v20.24c0 .165.045.326.13.467a.934.934 0 0 0 .357.338.965.965 0 0 0 .958-.025l7.055-4.295 7.056 4.295a.963.963 0 0 0 1.313-.313.901.901 0 0 0 .131-.467V6.84c0-.488-.199-.956-.553-1.301A1.915 1.915 0 0 0 22.11 5Zm0 20.421L16 21.701a.963.963 0 0 0-1 0l-6.11 3.72V6.84h13.22v18.581Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cart:not(.active){background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m29.986 25.854-1.718-14.4a1.917 1.917 0 0 0-.64-1.214 1.933 1.933 0 0 0-1.288-.48h-4.053a5.75 5.75 0 0 0-1.694-4.073A5.797 5.797 0 0 0 16.503 4a5.797 5.797 0 0 0-4.091 1.687 5.748 5.748 0 0 0-1.695 4.073H6.66a1.933 1.933 0 0 0-1.29.48 1.917 1.917 0 0 0-.638 1.214l-1.719 14.4a1.912 1.912 0 0 0 .474 1.498A1.942 1.942 0 0 0 4.933 28h23.129a1.951 1.951 0 0 0 1.456-.648 1.915 1.915 0 0 0 .468-1.498ZM16.502 5.92c1.023 0 2.004.405 2.727 1.125a3.831 3.831 0 0 1 1.13 2.715h-7.713c0-1.018.406-1.995 1.13-2.715a3.865 3.865 0 0 1 2.726-1.125ZM4.932 26.08l1.728-14.4h19.694l1.708 14.4H4.932Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cart.active,
body .rdc-icon-svg.rdc-icon-cart-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m29.986 25.854-1.718-14.4a1.917 1.917 0 0 0-.64-1.214 1.933 1.933 0 0 0-1.288-.48h-4.053a5.75 5.75 0 0 0-1.694-4.073A5.797 5.797 0 0 0 16.503 4a5.797 5.797 0 0 0-4.091 1.687 5.748 5.748 0 0 0-1.695 4.073H6.66a1.933 1.933 0 0 0-1.29.48 1.917 1.917 0 0 0-.638 1.214l-1.719 14.4a1.912 1.912 0 0 0 .474 1.498A1.942 1.942 0 0 0 4.933 28h23.129a1.951 1.951 0 0 0 1.456-.648 1.915 1.915 0 0 0 .468-1.498ZM16.502 5.92c1.023 0 2.004.405 2.727 1.125a3.831 3.831 0 0 1 1.13 2.715h-7.713c0-1.018.406-1.995 1.13-2.715a3.865 3.865 0 0 1 2.726-1.125ZM4.932 26.08l1.728-14.4h19.694l1.708 14.4H4.932Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-cart-add {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='m28.987 25.944-1.655-13.8a1.835 1.835 0 0 0-.615-1.164 1.867 1.867 0 0 0-1.242-.46h-3.902a5.495 5.495 0 0 0-1.632-3.903A5.596 5.596 0 0 0 16.002 5a5.596 5.596 0 0 0-3.939 1.617 5.495 5.495 0 0 0-1.631 3.903H6.524a1.867 1.867 0 0 0-1.241.46c-.343.3-.562.714-.616 1.164l-1.654 13.8a1.824 1.824 0 0 0 .456 1.435A1.87 1.87 0 0 0 4.86 28h22.273a1.887 1.887 0 0 0 1.401-.621 1.836 1.836 0 0 0 .452-1.435ZM16.002 6.84c.985 0 1.93.388 2.626 1.078a3.663 3.663 0 0 1 1.088 2.602h-7.428c0-.976.392-1.912 1.088-2.602a3.73 3.73 0 0 1 2.626-1.078Zm5.928 8.71a.919.919 0 0 0-.847-.55.942.942 0 0 0-.649.26l-5.767 5.594-2.101-2.038a.931.931 0 0 0-.649-.26.932.932 0 0 0-.648.26.876.876 0 0 0-.269.628.88.88 0 0 0 .269.63l2.75 2.665a.919.919 0 0 0 .648.261.942.942 0 0 0 .648-.26l6.416-6.222A.887.887 0 0 0 22 15.89a.864.864 0 0 0-.07-.34Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M28 6v13a2 2 0 0 1-2 2H12.414l1.293 1.293a1 1 0 0 1-1.415 1.415l-3-3a1 1 0 0 1 0-1.415l3-3a1 1 0 1 1 1.415 1.415L12.415 19H26V6H12v1a1 1 0 0 1-2 0V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2Zm-7 18a1 1 0 0 0-1 1v1H6V13h13.586l-1.293 1.293a1 1 0 1 0 1.415 1.415l3-3a1.001 1.001 0 0 0 0-1.415l-3-3a1 1 0 1 0-1.415 1.415L19.585 11H6a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-comparator.active,
body .rdc-icon-svg.rdc-icon-comparator-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M28 6v13a2 2 0 0 1-2 2H14v2a1 1 0 0 1-1.707.707l-3-3a1 1 0 0 1 0-1.415l3-3A1 1 0 0 1 14 17v2h12V6H12v1a1 1 0 0 1-2 0V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2Zm-7 18a1 1 0 0 0-1 1v1H6V13h12v2a1 1 0 0 0 1.707.707l3-3a1.001 1.001 0 0 0 0-1.415l-3-3A1 1 0 0 0 18 9v2H6a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-location {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3Zm-3.296 18h6.592c-.671 2.293-1.796 4.359-3.296 5.986-1.5-1.627-2.625-3.694-3.296-5.986Zm-.454-2a18.213 18.213 0 0 1 0-6h7.5a18.213 18.213 0 0 1 0 6h-7.5ZM5 16c0-1.014.14-2.024.416-3h4.808a20.22 20.22 0 0 0 0 6H5.416A10.951 10.951 0 0 1 5 16Zm14.296-5h-6.592C13.375 8.707 14.5 6.641 16 5.014 17.5 6.64 18.625 8.707 19.296 11Zm2.48 2h4.808a11.019 11.019 0 0 1 0 6h-4.808a20.226 20.226 0 0 0 0-6Zm4.02-2h-4.428a17.799 17.799 0 0 0-2.533-5.625A11.046 11.046 0 0 1 25.796 11ZM13.165 5.375A17.799 17.799 0 0 0 10.633 11h-4.43a11.046 11.046 0 0 1 6.962-5.625ZM6.204 21h4.429a17.799 17.799 0 0 0 2.532 5.625A11.047 11.047 0 0 1 6.204 21Zm12.631 5.625A17.799 17.799 0 0 0 21.367 21h4.43a11.047 11.047 0 0 1-6.962 5.625Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-tracking {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m27.96 8.266-11-6.018a1.985 1.985 0 0 0-1.92 0l-11 6.02A2 2 0 0 0 3 10.019v11.956a2 2 0 0 0 1.04 1.75l11 6.021a1.985 1.985 0 0 0 1.92 0l11-6.021a2 2 0 0 0 1.04-1.75V10.02a2 2 0 0 0-1.04-1.754ZM16 3.998l10.043 5.5-3.722 2.037-10.044-5.5L16 3.998Zm0 11-10.043-5.5 4.238-2.32 10.043 5.5L16 14.998Zm-11-3.75 10 5.472v10.724L5 21.975V11.248ZM27 21.97l-10 5.474V16.725l4-2.189v4.462a1 1 0 0 0 2 0V13.44l4-2.193V21.97Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user:not(.active){background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M28.858 26.54c-1.829-3.157-4.647-5.42-7.936-6.493a8.635 8.635 0 0 0 3.598-4.193 8.618 8.618 0 0 0-2.78-10.088 8.655 8.655 0 0 0-10.48 0 8.618 8.618 0 0 0-2.78 10.088 8.635 8.635 0 0 0 3.598 4.193c-3.29 1.072-6.107 3.335-7.936 6.493a.959.959 0 0 0 1.418 1.25.96.96 0 0 0 .245-.291c2.262-3.903 6.26-6.234 10.695-6.234 4.434 0 8.433 2.33 10.695 6.234a.96.96 0 1 0 1.663-.96ZM9.776 12.634c0-1.328.394-2.625 1.133-3.73a6.735 6.735 0 0 1 10.346-1.017 6.71 6.71 0 0 1 1.457 7.316 6.732 6.732 0 0 1-6.212 4.144 6.737 6.737 0 0 1-4.753-1.968 6.715 6.715 0 0 1-1.971-4.745Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-user.active,
body .rdc-icon-svg.rdc-icon-user-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M28.858 26.54c-1.829-3.157-4.647-5.42-7.936-6.493a8.635 8.635 0 0 0 3.598-4.193 8.618 8.618 0 0 0-2.78-10.088 8.655 8.655 0 0 0-10.48 0 8.618 8.618 0 0 0-2.78 10.088 8.635 8.635 0 0 0 3.598 4.193c-3.29 1.072-6.107 3.335-7.936 6.493a.959.959 0 0 0 .338 1.331c.111.065.361.122.361.122H28.16s.25-.057.36-.122a.959.959 0 0 0 .34-1.331Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-logout {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M14 27a1 1 0 0 1-1 1H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7a1 1 0 1 1 0 2H6v20h7a1 1 0 0 1 1 1Zm13.707-11.707-5-5a1 1 0 0 0-1.415 1.415L24.587 15H13a1 1 0 0 0 0 2h11.586l-3.293 3.293a1 1 0 1 0 1.415 1.415l5-5a1.001 1.001 0 0 0 0-1.415Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowup {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M25.68 20.646a1.109 1.109 0 0 1-.808.354 1.11 1.11 0 0 1-.793-.337l-7.587-6.869L8.9 20.668c-.21.204-.494.321-.792.316a1.11 1.11 0 0 1-.789-.355A1.194 1.194 0 0 1 7 19.833a1.197 1.197 0 0 1 .292-.806l.019-.021 8.388-7.668a1.104 1.104 0 0 1 1.587 0L25.668 19l.013.014c.208.222.319.516.319.816 0 .3-.112.594-.32.816Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowdown {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M25.68 11.354a1.109 1.109 0 0 0-.808-.354 1.11 1.11 0 0 0-.793.337l-7.587 6.869L8.9 11.332a1.106 1.106 0 0 0-.792-.316 1.11 1.11 0 0 0-.789.355 1.194 1.194 0 0 0-.319.796c-.005.293.097.583.292.806l.019.021 8.388 7.668a1.104 1.104 0 0 0 1.587 0L25.668 13l.013-.014c.208-.222.319-.516.319-.816 0-.3-.112-.594-.32-.816Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowleft {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M20.646 24.68c.222-.208.354-.498.354-.808a1.11 1.11 0 0 0-.337-.793l-6.869-7.587L20.668 7.9c.204-.21.321-.494.316-.792a1.11 1.11 0 0 0-.355-.789A1.194 1.194 0 0 0 19.833 6a1.197 1.197 0 0 0-.806.292l-.021.019-7.668 8.388a1.108 1.108 0 0 0-.338.793c0 .303.125.587.338.794L19 24.668l.014.013c.222.208.516.319.816.319.3 0 .594-.112.816-.32Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrowright {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M11.354 6.32a1.109 1.109 0 0 0-.354.808c0 .302.125.585.337.793l6.869 7.587-6.874 7.592c-.205.21-.321.494-.316.792.006.303.137.585.355.789.216.203.502.314.796.319.293.005.583-.097.806-.292l.021-.018 7.668-8.389a1.104 1.104 0 0 0 0-1.587L13 6.332l-.014-.013A1.195 1.195 0 0 0 12.17 6c-.3 0-.594.112-.816.32Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-up {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M25.68 20.646a1.109 1.109 0 0 1-.808.354 1.11 1.11 0 0 1-.793-.337l-7.587-6.869L8.9 20.668c-.21.204-.494.321-.792.316a1.11 1.11 0 0 1-.789-.355A1.194 1.194 0 0 1 7 19.833a1.197 1.197 0 0 1 .292-.806l.019-.021 8.388-7.668a1.104 1.104 0 0 1 1.587 0L25.668 19l.013.014c.208.222.319.516.319.816 0 .3-.112.594-.32.816Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-down {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M25.68 11.354a1.109 1.109 0 0 0-.808-.354 1.11 1.11 0 0 0-.793.337l-7.587 6.869L8.9 11.332a1.106 1.106 0 0 0-.792-.316 1.11 1.11 0 0 0-.789.355 1.194 1.194 0 0 0-.319.796c-.005.293.097.583.292.806l.019.021 8.388 7.668a1.104 1.104 0 0 0 1.587 0L25.668 13l.013-.014c.208-.222.319-.516.319-.816 0-.3-.112-.594-.32-.816Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-left {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M20.646 24.68c.222-.208.354-.498.354-.808a1.11 1.11 0 0 0-.337-.793l-6.869-7.587L20.668 7.9c.204-.21.321-.494.316-.792a1.11 1.11 0 0 0-.355-.789A1.194 1.194 0 0 0 19.833 6a1.197 1.197 0 0 0-.806.292l-.021.019-7.668 8.388a1.108 1.108 0 0 0-.338.793c0 .303.125.587.338.794L19 24.668l.014.013c.222.208.516.319.816.319.3 0 .594-.112.816-.32Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-arrow-full-right {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M11.354 6.32a1.109 1.109 0 0 0-.354.808c0 .302.125.585.337.793l6.869 7.587-6.874 7.592c-.205.21-.321.494-.316.792.006.303.137.585.355.789.216.203.502.314.796.319.293.005.583-.097.806-.292l.021-.018 7.668-8.389a1.104 1.104 0 0 0 0-1.587L13 6.332l-.014-.013A1.195 1.195 0 0 0 12.17 6c-.3 0-.594.112-.816.32Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-up {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Crect width='32' height='32' fill='%23fff' opacity='.75' rx='16'/%3E%3Cpath fill='%23072269' d='M21.648 14.366a1.296 1.296 0 0 1 0 1.769 1.2 1.2 0 0 1-.39.271 1.16 1.16 0 0 1-1.307-.271L17.2 13.268v9.482c0 .332-.127.65-.352.884-.225.234-.53.366-.848.366-.318 0-.623-.132-.848-.366a1.276 1.276 0 0 1-.352-.884v-9.482l-2.75 2.867a1.181 1.181 0 0 1-.85.366c-.318 0-.623-.132-.848-.366A1.278 1.278 0 0 1 10 15.25c0-.332.127-.65.352-.885l4.8-5c.11-.116.243-.208.389-.27a1.159 1.159 0 0 1 1.308.27l4.8 5Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-scroll-down {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Crect width='32' height='32' fill='%23fff' opacity='.75' rx='16'/%3E%3Cpath fill='%23072269' d='M10.352 18.634a1.254 1.254 0 0 1-.26-.406 1.296 1.296 0 0 1 .26-1.363 1.2 1.2 0 0 1 .39-.271 1.16 1.16 0 0 1 1.307.271l2.751 2.867V10.25c0-.332.127-.65.352-.884.225-.234.53-.366.848-.366.318 0 .623.132.848.366.226.235.352.552.352.884v9.482l2.75-2.867c.226-.234.531-.366.85-.366.318 0 .623.132.848.366.226.235.352.553.352.884 0 .332-.127.65-.352.885l-4.8 5a1.198 1.198 0 0 1-.389.27 1.159 1.159 0 0 1-1.308-.27l-4.8-5Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-equal {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M9 10a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H9Zm0 10a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H9Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-plus {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M17 9a1 1 0 1 0-2 0v6H9a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6V9Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-minus {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M8 16a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-chat {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M17.5 15.995a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-7-1.5a1.5 1.5 0 1 0 0 2.998 1.5 1.5 0 0 0 0-2.998Zm11 0a1.5 1.5 0 1 0 0 2.999 1.5 1.5 0 0 0 0-3Zm7.5 1.5A13 13 0 0 1 9.89 27.472l-4.256 1.419a2 2 0 0 1-2.53-2.53l1.418-4.256A13 13 0 1 1 29 15.995Zm-2 0a11 11 0 1 0-20.524 5.507 1 1 0 0 1 .083.818L5 26.995l4.675-1.56a.983.983 0 0 1 .816.083A11 11 0 0 0 27 15.995Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-helpdesk {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M25.236 6.832A12.928 12.928 0 0 0 16.1 3H16A13 13 0 0 0 3 16v7a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3v-5a3 3 0 0 0-3-3H5.045a11.015 11.015 0 0 1 18.773-6.759A10.924 10.924 0 0 1 26.956 15H24a3 3 0 0 0-3 3v5a3 3 0 0 0 3 3h3a3 3 0 0 1-3 3h-7a1 1 0 0 0 0 2h7a5 5 0 0 0 5-5V16a12.928 12.928 0 0 0-3.764-9.168ZM8 17a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-6h3Zm16 7a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h3v7h-3Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-sendmessage {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M28.464 3.544a1.858 1.858 0 0 0-1.819-.474h-.017L4.344 9.83a1.858 1.858 0 0 0-.28 3.463L14.003 18l4.707 9.938a1.842 1.842 0 0 0 1.835 1.055 1.843 1.843 0 0 0 1.625-1.336L28.928 5.38v-.02a1.857 1.857 0 0 0-.464-1.817Zm-8.068 23.581-.006.017-4.57-9.645 5.485-5.484a.928.928 0 0 0-1.313-1.313l-5.486 5.483-9.648-4.568h.017l22.274-6.758-6.753 22.268Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-play {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23333' d='m21.443 15.001-7.5-4.8a1.285 1.285 0 0 0-1.283-.059c-.2.103-.366.255-.483.442-.116.186-.177.4-.177.617v9.598c0 .218.061.43.177.617.117.187.283.34.483.442a1.293 1.293 0 0 0 1.284-.06l7.499-4.8c.171-.109.312-.257.409-.431a1.162 1.162 0 0 0 0-1.134 1.221 1.221 0 0 0-.41-.432Z'/%3E%3Cpath fill='%23333' fill-rule='evenodd' d='m13.944 10.202 7.499 4.8c.171.109.312.257.409.431a1.162 1.162 0 0 1 0 1.134 1.221 1.221 0 0 1-.41.432l-7.498 4.8a1.285 1.285 0 0 1-1.284.059 1.229 1.229 0 0 1-.483-.442A1.164 1.164 0 0 1 12 20.8v-9.598c0-.218.061-.43.177-.617.117-.187.283-.34.483-.442a1.293 1.293 0 0 1 1.284.06Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-pause {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23333' d='M13.5 11.2v9.6c0 .318-.132.623-.366.848a1.277 1.277 0 0 1-.884.352c-.332 0-.65-.126-.884-.352A1.176 1.176 0 0 1 11 20.8v-9.6c0-.318.132-.623.366-.848.235-.226.553-.352.884-.352.332 0 .65.126.884.351.234.225.366.53.366.849Zm7.5 0v9.6c0 .318-.132.623-.366.848a1.277 1.277 0 0 1-.884.352c-.331 0-.65-.126-.884-.352a1.176 1.176 0 0 1-.366-.848v-9.6c0-.318.132-.623.366-.848.235-.226.553-.352.884-.352.331 0 .65.126.884.351.234.225.366.53.366.849Z'/%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M13.5 20.8v-9.6c0-.318-.132-.623-.366-.848A1.277 1.277 0 0 0 12.25 10c-.332 0-.65.126-.884.351-.234.225-.366.53-.366.849v9.6c0 .318.132.623.366.848.235.226.553.352.884.352.332 0 .65-.126.884-.352.234-.224.366-.53.366-.848Zm7.5 0v-9.6c0-.318-.132-.623-.366-.848A1.277 1.277 0 0 0 19.75 10c-.331 0-.65.126-.884.351-.234.225-.366.53-.366.849v9.6c0 .318.132.623.366.848.235.226.553.352.884.352.331 0 .65-.126.884-.352.234-.224.366-.53.366-.848Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-calendar {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M26 5h-3V4a1 1 0 0 0-2 0v1H11V4a1 1 0 0 0-2 0v1H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM9 7v1a1 1 0 0 0 2 0V7h10v1a1 1 0 0 0 2 0V7h3v4H6V7h3Zm17 20H6V13h20v14Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-checked {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M24.61 9.391a1.333 1.333 0 0 1 0 1.887L13.278 22.61a1.335 1.335 0 0 1-1.886 0l-5-5a1.334 1.334 0 0 1 1.886-1.887l4.057 4.059L22.724 9.39a1.333 1.333 0 0 1 1.887 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clear {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M25.708 24.293a.999.999 0 0 1-.324 1.632 1 1 0 0 1-1.09-.217L16 17.414l-8.293 8.294a1 1 0 0 1-1.415-1.415l8.294-8.292-8.294-8.293a1 1 0 1 1 1.415-1.415L16 14.587l8.292-8.294a1 1 0 1 1 1.415 1.415l-8.294 8.293 8.294 8.292Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-download {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M28 19v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-7a1 1 0 1 1 2 0v7h20v-7a1 1 0 0 1 2 0Zm-12.707.707a1.001 1.001 0 0 0 1.415 0l5-5a1 1 0 0 0-1.415-1.415L17 16.587V5a1 1 0 0 0-2 0v11.586l-3.293-3.293a1 1 0 1 0-1.415 1.415l5 5Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-empty {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23CCC' d='M31.895 12.3a1.95 1.95 0 0 0-.665-.941 2.036 2.036 0 0 0-1.092-.418l-8.647-.727a.295.295 0 0 1-.24-.173l-3.378-7.836a1.996 1.996 0 0 0-.75-.877 2.077 2.077 0 0 0-2.246 0c-.333.214-.594.52-.75.877l-3.379 7.836a.285.285 0 0 1-.24.173l-8.647.727c-.399.03-.779.176-1.092.418a1.95 1.95 0 0 0-.665.941 1.931 1.931 0 0 0-.032 1.15c.107.378.326.717.63.974l6.56 5.57a.29.29 0 0 1 .093.283l-1.972 8.282a1.93 1.93 0 0 0 .076 1.147c.14.367.39.685.717.914a2.04 2.04 0 0 0 2.24.088l7.432-4.389a.282.282 0 0 1 .291 0l7.433 4.389a2.079 2.079 0 0 0 2.259-.086c.325-.23.574-.549.713-.916a1.93 1.93 0 0 0 .072-1.147l-1.966-8.285a.285.285 0 0 1 .093-.283l6.56-5.57c.303-.257.52-.596.626-.973a1.93 1.93 0 0 0-.034-1.148Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-half {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='url(%23a)' d='M31.895 12.3a1.95 1.95 0 0 0-.665-.94 2.036 2.036 0 0 0-1.092-.418l-8.647-.728a.295.295 0 0 1-.24-.173l-3.378-7.836a1.996 1.996 0 0 0-.75-.877 2.076 2.076 0 0 0-2.246 0 2 2 0 0 0-.75.877l-3.379 7.836a.285.285 0 0 1-.24.173l-8.647.728c-.399.03-.779.175-1.092.417a1.95 1.95 0 0 0-.665.941 1.931 1.931 0 0 0-.032 1.15c.107.378.326.717.63.974l6.56 5.57a.292.292 0 0 1 .093.283l-1.972 8.282a1.93 1.93 0 0 0 .076 1.147c.14.367.39.685.717.914a2.04 2.04 0 0 0 2.24.088l7.432-4.388a.282.282 0 0 1 .291 0l7.433 4.388a2.08 2.08 0 0 0 2.259-.086 1.99 1.99 0 0 0 .713-.916 1.93 1.93 0 0 0 .072-1.147l-1.966-8.285a.285.285 0 0 1 .093-.283l6.56-5.57c.303-.257.52-.596.626-.973a1.931 1.931 0 0 0-.034-1.148Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='16' x2='16.052' y1='16.024' y2='16.024' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4CC49'/%3E%3Cstop offset='1' stop-color='%23CCC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-star-full {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23F4CC49' d='M31.895 12.3a1.95 1.95 0 0 0-.665-.94 2.036 2.036 0 0 0-1.092-.418l-8.647-.728a.295.295 0 0 1-.24-.173l-3.378-7.836a1.996 1.996 0 0 0-.75-.877 2.076 2.076 0 0 0-2.246 0 2 2 0 0 0-.75.877l-3.379 7.836a.285.285 0 0 1-.24.173l-8.647.728c-.399.03-.779.175-1.092.417a1.95 1.95 0 0 0-.665.941 1.931 1.931 0 0 0-.032 1.15c.107.378.326.717.63.974l6.56 5.57a.292.292 0 0 1 .093.283l-1.972 8.282a1.93 1.93 0 0 0 .076 1.147c.14.367.39.685.717.914a2.04 2.04 0 0 0 2.24.088l7.432-4.388a.282.282 0 0 1 .291 0l7.433 4.388a2.08 2.08 0 0 0 2.259-.086 1.99 1.99 0 0 0 .713-.916 1.93 1.93 0 0 0 .072-1.147l-1.966-8.285a.285.285 0 0 1 .093-.283l6.56-5.57c.303-.257.52-.596.626-.973a1.931 1.931 0 0 0-.034-1.148Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='m16 32-.59-.744C15.019 30.715 5 18.605 5 11.366 5 5.074 9.976 0 16 0s11 5.142 11 11.366c0 7.239-10.018 19.416-10.41 19.89L16 32Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-success {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%233F9C35' d='M16 0C9.919 0 5 5.008 5 11.2 5 19.6 16 32 16 32s11-12.4 11-20.8C27 5.008 22.081 0 16 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-marker-error {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23F14244' d='M16 0C9.919 0 5 5.008 5 11.2 5 19.6 16 32 16 32s11-12.4 11-20.8C27 5.008 22.081 0 16 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-clustering {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23333'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-microphone {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 22a6.006 6.006 0 0 0 6-6V8a6 6 0 1 0-12 0v8a6.006 6.006 0 0 0 6 6ZM12 8a4 4 0 1 1 8 0v8a4 4 0 1 1-8 0V8Zm5 17.95V29a1 1 0 0 1-2 0v-3.05A10.014 10.014 0 0 1 6 16a1 1 0 1 1 2 0 8 8 0 0 0 16 0 1 1 0 0 1 2 0 10.014 10.014 0 0 1-9 9.95Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-nomicrophone {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m26.748 26.327-20-22a1 1 0 1 0-1.48 1.345l4.74 5.214V16a6 6 0 0 0 9.239 5.05l1.36 1.5A8 8 0 0 1 8.008 16a1 1 0 1 0-2 0 10.014 10.014 0 0 0 9 9.95V29a1 1 0 1 0 2 0v-3.051a9.968 9.968 0 0 0 4.953-1.914l3.307 3.637a1 1 0 1 0 1.48-1.345ZM16.008 20a4 4 0 0 1-4-4v-2.914l5.865 6.453a4 4 0 0 1-1.865.46ZM10.903 4.847A6 6 0 0 1 22.008 8v7.554a1 1 0 1 1-2 0V8a4 4 0 0 0-7.405-2.101 1 1 0 1 1-1.7-1.052Zm12.56 14.062a7.965 7.965 0 0 0 .545-2.91 1 1 0 1 1 2 0 9.955 9.955 0 0 1-.682 3.637 1.002 1.002 0 0 1-1.636.374 1 1 0 0 1-.227-1.101Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-sound {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23333' d='M18.626 8.066a.678.678 0 0 0-.702.072l-5.82 4.439h-3.77c-.354 0-.693.138-.943.383S7 13.538 7 13.885v5.23c0 .348.14.68.39.925.25.246.59.383.943.383h3.771l5.82 4.44a.674.674 0 0 0 .975-.17.645.645 0 0 0 .101-.346V8.654a.644.644 0 0 0-.101-.347.662.662 0 0 0-.273-.24Zm-.96 14.943-4.924-3.755a.67.67 0 0 0-.409-.138h-4v-5.231h4a.67.67 0 0 0 .41-.138l4.924-3.756v13.018Zm4.667-8.47v3.923c0 .173-.07.34-.195.462a.673.673 0 0 1-.943 0 .647.647 0 0 1-.195-.462v-3.923c0-.174.07-.34.195-.463a.673.673 0 0 1 .943 0 .648.648 0 0 1 .195.463ZM25 13.23v6.539c0 .173-.07.34-.195.462a.673.673 0 0 1-.943 0 .648.648 0 0 1-.195-.462v-6.54c0-.173.07-.339.195-.462a.673.673 0 0 1 .943 0 .647.647 0 0 1 .195.463Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-nosound {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0Z' opacity='.75'/%3E%3Cpath fill='%23333' d='M21 18.462v-3.924c0-.173.07-.34.195-.462a.673.673 0 0 1 .943 0 .647.647 0 0 1 .195.462v3.924c0 .173-.07.34-.195.462a.674.674 0 0 1-.943 0 .647.647 0 0 1-.195-.462Zm3.333-5.885a.674.674 0 0 0-.471.191.648.648 0 0 0-.195.463v6.538c0 .174.07.34.195.463a.674.674 0 0 0 .943 0 .647.647 0 0 0 .195-.463v-6.538c0-.174-.07-.34-.195-.463a.673.673 0 0 0-.472-.191Zm-.84 10.676a.652.652 0 0 1 .179.473.645.645 0 0 1-.218.456.67.67 0 0 1-.738.106.666.666 0 0 1-.21-.155L19 20.349v3.998a.645.645 0 0 1-.101.346.678.678 0 0 1-.975.17l-5.82-4.44h-3.77c-.354 0-.693-.137-.943-.383A1.295 1.295 0 0 1 7 19.116v-5.232c0-.346.14-.679.39-.924.25-.246.59-.383.943-.383h3.463l-2.623-2.83a.652.652 0 0 1-.178-.473.644.644 0 0 1 .218-.456.67.67 0 0 1 .484-.17.677.677 0 0 1 .463.22l13.333 14.385Zm-5.826-4.343-4.659-5.026H8.333v5.232h4a.67.67 0 0 1 .41.138l4.924 3.755V18.91Zm-2.245-7.207 2.245-1.716v4.779c0 .173.07.34.195.462a.673.673 0 0 0 .943 0 .647.647 0 0 0 .195-.462V8.653a.645.645 0 0 0-.101-.346.678.678 0 0 0-.975-.17l-3.32 2.534a.645.645 0 0 0-.11.912.677.677 0 0 0 .928.12Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-payment {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M26 9H6a1 1 0 0 1 0-2h17a1 1 0 1 0 0-2H6a3 3 0 0 0-3 3v16a3 3 0 0 0 3 3h20a2 2 0 0 0 2-2V11a2 2 0 0 0-2-2Zm0 16H6a1 1 0 0 1-1-1V10.829c.321.114.66.171 1 .171h20v14Zm-6-7.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-secure {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M26 4H6a2 2 0 0 0-2 2v7.348c0 11.2 9.477 14.917 11.375 15.548a1.94 1.94 0 0 0 1.25 0C18.525 28.265 28 24.55 28 13.347V6a2 2 0 0 0-2-2Zm0 9.349c0 9.802-8.294 13.077-10 13.647-1.691-.563-10-3.836-10-13.647V6h20v7.349Zm-15.707 3.358a1 1 0 0 1 1.415-1.415L14 17.585l6.293-6.293a1 1 0 0 1 1.415 1.415l-7 7a1.001 1.001 0 0 1-1.415 0l-3-3Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-shipping {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m27.96 8.266-11-6.018a1.985 1.985 0 0 0-1.92 0l-11 6.02A2 2 0 0 0 3 10.019v11.956a2 2 0 0 0 1.04 1.75l11 6.021a1.985 1.985 0 0 0 1.92 0l11-6.021a2 2 0 0 0 1.04-1.75V10.02a2 2 0 0 0-1.04-1.754ZM16 3.998l10.043 5.5-3.722 2.037-10.044-5.5L16 3.998Zm0 11-10.043-5.5 4.238-2.32 10.043 5.5L16 14.998Zm-11-3.75 10 5.472v10.724L5 21.975V11.248ZM27 21.97l-10 5.474V16.725l4-2.189v4.462a1 1 0 0 0 2 0V13.44l4-2.193V21.97Z'/%3E%3C/svg%3E");}
/* body .rdc-icon-svg.rdc-icon-find-shipping {} */
body .rdc-icon-svg.rdc-icon-click-collect {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M25 28h-6.183a33.306 33.306 0 0 0 2.933-2.969C25.181 21.085 27 16.925 27 13a11 11 0 1 0-22 0c0 3.925 1.814 8.085 5.25 12.031A33.306 33.306 0 0 0 13.182 28H7a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2ZM7 13a9 9 0 0 1 18 0c0 7.154-6.934 13.125-9 14.75-2.066-1.625-9-7.596-9-14.75Zm14 0a5 5 0 1 0-10 0 5 5 0 0 0 10 0Zm-8 0a3 3 0 1 1 5.999 0A3 3 0 0 1 13 13Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-exchange {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M29 19a8.009 8.009 0 0 1-8 8H10a1 1 0 0 1 0-2h11a6 6 0 0 0 0-12H6.416l4.293 4.293a1 1 0 0 1-1.415 1.415l-6-6a1 1 0 0 1 0-1.415l6-6a1 1 0 1 1 1.415 1.415l-4.293 4.293H21a8.009 8.009 0 0 1 8 8Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-copy {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M27 4H11a1 1 0 0 0-1 1v5H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-5h5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1Zm-7 22H6V12h14v14Zm6-6h-4v-9a1 1 0 0 0-1-1h-9V6h14v14Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-points{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23072269' d='M16 7.316c-2.188 0-4.286.915-5.834 2.543C8.62 11.49 7.75 13.697 7.75 16s.87 4.512 2.416 6.14c1.548 1.63 3.646 2.544 5.834 2.544 2.188 0 4.286-.915 5.834-2.543 1.547-1.629 2.416-3.837 2.416-6.14-.002-2.303-.873-4.51-2.42-6.139-1.546-1.628-3.643-2.544-5.83-2.546Zm5.024 7.734-1.968 2.019.465 2.85a.81.81 0 0 1-.299.773.718.718 0 0 1-.79.06L16 19.406l-2.432 1.346a.718.718 0 0 1-.79-.06.81.81 0 0 1-.298-.773l.465-2.85-1.968-2.019a.819.819 0 0 1-.19-.81.761.761 0 0 1 .605-.537l2.72-.416 1.215-2.594A.774.774 0 0 1 16 10.29c.276 0 .532.154.673.404l1.216 2.594 2.719.416a.762.762 0 0 1 .606.537c.088.286.014.6-.19.81Zm-3.742-.26 1.606.246-1.162 1.192a.818.818 0 0 0-.215.699l.274 1.683-1.436-.794a.716.716 0 0 0-.698 0l-1.436.794.274-1.683a.818.818 0 0 0-.215-.7l-1.162-1.191 1.605-.246a.754.754 0 0 0 .565-.432L16 12.827l.718 1.53v.001c.109.233.32.394.564.432Zm12.291-1.955a2.534 2.534 0 0 1-.751-1.159 2.655 2.655 0 0 1-.05-1.402 4.243 4.243 0 0 0-.621-3.397c-.694-1.005-1.777-1.632-2.954-1.711a2.394 2.394 0 0 1-1.271-.478 2.581 2.581 0 0 1-.842-1.11c-.44-1.128-1.33-1.995-2.432-2.37a3.817 3.817 0 0 0-3.34.42A2.424 2.424 0 0 1 16 2.014c-.463 0-.917-.134-1.312-.388-1-.65-2.222-.803-3.34-.418-1.102.374-1.991 1.24-2.431 2.368-.178.446-.47.831-.845 1.112-.375.28-.816.446-1.275.477-1.175.08-2.256.708-2.948 1.711a4.248 4.248 0 0 0-.62 3.405c.109.463.09.95-.053 1.403a2.537 2.537 0 0 1-.756 1.156c-.9.778-1.42 1.94-1.42 3.166.001 1.225.525 2.385 1.427 3.16.35.304.61.706.751 1.159.142.453.16.94.05 1.402a4.243 4.243 0 0 0 .621 3.398c.694 1.004 1.777 1.631 2.954 1.71.458.032.898.198 1.271.479.373.28.665.665.843 1.11.44 1.128 1.33 1.994 2.431 2.368a3.819 3.819 0 0 0 3.34-.418A2.424 2.424 0 0 1 16 29.985c.462 0 .916.134 1.311.388l.394-.672-.393.672c1 .65 2.222.803 3.34.419 1.102-.374 1.991-1.241 2.431-2.369.178-.446.47-.83.845-1.112.374-.28.816-.446 1.275-.477 1.175-.08 2.256-.708 2.948-1.711.678-.981.905-2.23.62-3.404-.109-.464-.09-.95.053-1.404a2.53 2.53 0 0 1 .756-1.156c.9-.777 1.421-1.938 1.42-3.164-.001-1.225-.525-2.385-1.427-3.16ZM16 26.263c-2.586 0-5.066-1.081-6.894-3.006C7.277 21.332 6.25 18.722 6.25 16c0-2.722 1.027-5.333 2.856-7.257C10.934 6.818 13.414 5.737 16 5.737c2.586 0 5.066 1.08 6.894 3.006 1.829 1.924 2.856 4.535 2.856 7.257-.003 2.72-1.03 5.33-2.859 7.254-1.828 1.924-4.306 3.006-6.89 3.01Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-gift{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M27 11.002h-4.385c.049-.042.099-.082.146-.125A3.69 3.69 0 0 0 24 8.198a4.08 4.08 0 0 0-4.195-4.196 3.69 3.69 0 0 0-2.68 1.239A6.866 6.866 0 0 0 16 7.05a6.866 6.866 0 0 0-1.125-1.81A3.69 3.69 0 0 0 12.195 4 4.078 4.078 0 0 0 8 8.199a3.691 3.691 0 0 0 1.239 2.679c.047.041.097.081.146.125H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2v8a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-8a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2Zm-8.375-4.437a1.71 1.71 0 0 1 1.25-.562h.061A2.077 2.077 0 0 1 22 8.137a1.71 1.71 0 0 1-.563 1.25c-1.186 1.05-3.155 1.42-4.375 1.55.15-1.324.563-3.248 1.563-4.371Zm-8.011.045a2.079 2.079 0 0 1 1.46-.608h.061a1.711 1.711 0 0 1 1.25.562c1.049 1.185 1.419 3.15 1.549 4.365-1.215-.125-3.18-.5-4.365-1.549a1.71 1.71 0 0 1-.563-1.25 2.074 2.074 0 0 1 .603-1.52h.005ZM5 13.003h10v4H5v-4Zm2 6h8v8H7v-8Zm18 8h-8v-8h8v8Zm2-10H17v-4h10v4Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-home{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M30 26.998h-2V15.442a2 2 0 0 0-.646-1.473l-10-9.435a2 2 0 0 0-2.705-.014l-.014.014-9.989 9.435A2 2 0 0 0 4 15.442v11.556H2a1 1 0 1 0 0 2h28a1 1 0 0 0 0-2ZM6 15.442l.014-.013L16 5.998l9.988 9.429.013.012v11.559H20v-6a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v6H6V15.442Zm12 11.556h-4v-6h4v6Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view1:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23999' d='M25 5H7a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Zm0 20H7V7h18v18Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view1.active,
body .rdc-icon-svg.rdc-icon-view1-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M25 5H7a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Zm0 20H7V7h18v18Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view2:not(.active) {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23999' d='M25 5H7a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Zm0 10h-8V7h8v8ZM15 7v8H7V7h8ZM7 17h8v8H7v-8Zm18 8h-8v-8h8v8Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-view2.active,
body .rdc-icon-svg.rdc-icon-view2-active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M25 5H7a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Zm0 10h-8V7h8v8ZM15 7v8H7V7h8ZM7 17h8v8H7v-8Zm18 8h-8v-8h8v8Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-size-guide{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='m27.498 10.147-5.645-5.645a1.714 1.714 0 0 0-2.425 0L4.502 19.43a1.714 1.714 0 0 0 0 2.424l5.645 5.645a1.714 1.714 0 0 0 2.425 0L27.498 12.57a1.715 1.715 0 0 0 0-2.424Zm-16.14 16.139L5.716 20.64l3.428-3.428 2.822 2.823a.857.857 0 1 0 1.213-1.213L10.355 16l2.217-2.217 2.822 2.823a.857.857 0 1 0 1.212-1.212l-2.823-2.823L16 10.355l2.822 2.823a.857.857 0 1 0 1.213-1.213l-2.823-2.822 3.428-3.429 5.645 5.646-14.926 14.926Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-timer{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 5a12 12 0 1 0 12 12A12.014 12.014 0 0 0 16 5Zm0 22a10 10 0 1 1 10-10 10.011 10.011 0 0 1-10 10ZM7.709 4.709l-4 4a1 1 0 0 1-1.415-1.415l4-4a1 1 0 0 1 1.415 1.415Zm22 4a1 1 0 0 1-1.415 0l-4-4a1 1 0 1 1 1.415-1.415l4 4a1 1 0 0 1 0 1.415Zm-6.707 7.293a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1v-7a1 1 0 1 1 2 0v6h6Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-address{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M28.615 6.211a1 1 0 0 0-.857-.18l-7.642 1.91-7.668-3.836a1 1 0 0 0-.69-.075l-8 2A1 1 0 0 0 3 7v18a1 1 0 0 0 1.242.97l7.642-1.91 7.668 3.835a1.017 1.017 0 0 0 .69.075l8-2A1 1 0 0 0 29 25V7a1 1 0 0 0-.385-.789ZM13 6.618l6 3v15.765l-6-3V6.618ZM5 7.78l6-1.5v15.94l-6 1.5V7.78Zm22 16.44-6 1.5V9.78l6-1.5v15.94Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-filter{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M28.821 5.191A1.976 1.976 0 0 0 26.996 4h-22A2 2 0 0 0 3.52 7.345l.01.011 8.466 9.04V26a2 2 0 0 0 3.109 1.665l4-2.668a2 2 0 0 0 .891-1.665v-6.936l8.468-9.04.01-.011a1.975 1.975 0 0 0 .347-2.154ZM18.54 15.035a1.99 1.99 0 0 0-.543 1.361v6.936l-4 2.668v-9.604a1.99 1.99 0 0 0-.54-1.367L4.996 6h22l-8.457 9.035Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-info-size {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M16 29a13 13 0 1 1 13-13 13.014 13.014 0 0 1-13 13Zm0-24a11 11 0 1 0 11 11A11.012 11.012 0 0 0 16 5Zm-1 10v7a1 1 0 0 0 2 0v-7a1 1 0 0 0-2 0Zm2.5-4.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-360 {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M21.602 7.751a.913.913 0 0 0 .17 1.272 8.767 8.767 0 0 1 2.976 4.18 8.836 8.836 0 0 1 .138 5.141 8.778 8.778 0 0 1-2.746 4.336 8.667 8.667 0 0 1-4.686 2.038l.812-.82a.91.91 0 0 0-.536-1.543.894.894 0 0 0-.636.173l-.1.089-2.401 2.419a.91.91 0 0 0-.088 1.18l.088.102 2.4 2.419a.896.896 0 0 0 1.528-.541.912.912 0 0 0-.168-.64l-.087-.101-.9-.907a10.455 10.455 0 0 0 5.774-2.349 10.59 10.59 0 0 0 3.439-5.23 10.664 10.664 0 0 0-.105-6.275 10.582 10.582 0 0 0-3.61-5.112.895.895 0 0 0-1.262.17m-6.864-4.487a.911.911 0 0 0 0 1.282l.9.908a10.454 10.454 0 0 0-5.696 2.282 10.586 10.586 0 0 0-3.461 5.1 10.663 10.663 0 0 0-.047 6.177 10.59 10.59 0 0 0 3.384 5.152.9.9 0 0 0 .996.102.9.9 0 0 0 .439-.535.915.915 0 0 0-.288-.966 8.775 8.775 0 0 1-2.786-4.212 8.837 8.837 0 0 1-.014-5.061 8.776 8.776 0 0 1 2.764-4.226 8.667 8.667 0 0 1 4.62-1.983l-.81.818a.907.907 0 0 0-.208.997.907.907 0 0 0 .841.563.894.894 0 0 0 .64-.277l2.4-2.42a.91.91 0 0 0 0-1.282l-2.4-2.419a.897.897 0 0 0-1.273 0'/%3E%3C/svg%3E");}
body .rdc-icon-svg.rdc-icon-upload {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M28 19v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-7a1 1 0 1 1 2 0v7h20v-7a1 1 0 0 1 2 0Z'/%3E%3Cpath fill='%23333' d='M16.383 4.076a1 1 0 0 1 .324.217l5 5a1 1 0 0 1-1.415 1.415L17 7.415V19a1 1 0 0 1-2 0V7.415l-3.293 3.293a1 1 0 0 1-1.415-1.415l5-5a1 1 0 0 1 1.09-.217Z'/%3E%3C/svg%3E");}

/* SVG icons cursor Ex: {cursor: url("data:image/svg+xml,%3Csvg ... "), default;} */
body .rdc-icon-svg.rdc-icon-cursor-zoom, body .rdc-icon-svg.rdc-icon-cursor-zoom * {cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23999' d='M19.473 13.71a1.152 1.152 0 0 1-1.152 1.153h-3.458v3.458a1.153 1.153 0 0 1-2.305 0v-3.458H9.1a1.153 1.153 0 0 1 0-2.305h3.458V9.1a1.152 1.152 0 1 1 2.305 0v3.458h3.458a1.152 1.152 0 0 1 1.152 1.152Zm11.189 16.952a1.154 1.154 0 0 1-1.63 0l-7.213-7.214a12.694 12.694 0 1 1 1.63-1.63l7.213 7.213a1.153 1.153 0 0 1 0 1.631ZM13.71 24.084A10.374 10.374 0 1 0 3.337 13.71 10.385 10.385 0 0 0 13.71 24.084Z'/%3E%3C/svg%3E"), default;}

/* SVG icons MASK Ex: {-webkit-mask: url("data:image/svg+xml,%3Csvg ... ");} */
body .rdc-icon-svg.rdc-icon-tag {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M29.414 16 17 3.586A1.982 1.982 0 0 0 15.586 3H4a1 1 0 0 0-1 1v11.586A1.983 1.983 0 0 0 3.586 17L16 29.414a2 2 0 0 0 2.829 0l10.585-10.585a2.002 2.002 0 0 0 0-2.829Zm-12 12L5 15.586V5h10.586L28 17.414 17.414 28ZM11 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'/%3E%3C/svg%3E");}
body .rdc-icon-shipping-express {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23333' d='M25.974 14.77a1 1 0 0 0-.625-.707l-7.2-2.702 1.833-9.17a1 1 0 0 0-1.71-.875L4.274 16.321a1 1 0 0 0 .374 1.626l7.202 2.702-1.827 9.16a1 1 0 0 0 1.711.875l13.997-15.005a1 1 0 0 0 .242-.908ZM12.675 26.755l1.308-6.55a1.001 1.001 0 0 0-.624-1.133L6.755 16.59 17.33 5.253l-1.307 6.55a1.001 1.001 0 0 0 .625 1.132l6.598 2.476-10.571 11.343Z'/%3E%3C/svg%3E");}


/* Mobile (Portrait) */
@media screen and (max-width: 767px) {}

/* Mobile (Landscape), Tablet (Portrait) */
@media screen and (min-width: 768px) and (max-width: 991px) {}

/* Tablet (Landscape) */
@media screen and (min-width: 992px) and (max-width: 1199px) {}

/* Desktop */
@media screen and (min-width: 1200px) {}

/*
 *
 * Header
 *
*/
/*header a.featured:hover{color: var(--color-featuredmenu);}*/
#header-main-block .rdc-icon-svg.rdc-icon-user.active + .header-shop-icon-text .header-shop-icon-text-desc.header-shop-user_name{font-size: 14px;line-height: 140%;font-weight: 700;color: var(--color-dark);}
body .header-nav-item{font-size: 15px;color: var(--color-dark);}
#header-main-block .header-nav-item.active{color: var(--color-theme);}

.header-submenu-nav .header-nav-item-3:not(.featured){color: var(--color-theme);}
body .header-shop-item .header-shop-icon-text-count{font-size: 13px;color: var(--color-theme);}
body .header-submenu-nav .paragraph:not(.featured) > span{line-height: 177%;}


/*
 *
 * Pesquisa  
 *
*/
#rdc-overlay-search-resp-subtitle,
.hrsearch-exp-results{opacity: 1 !important;text-transform: unset !important;}
#header-search-6655 .hrsearch-exp-results,
#header-search-5546 #rdc-overlay-search-resp-subtitle{text-transform: unset !important;}

body #header-search-input::-webkit-input-placeholder{color: var(--color-darkgray);}
body #header-search-input{font-size: 13px;color: var(--color-black);font-weight: 400;}


/*
 *
 * Menu Mobile
 *
*/
.mobile-nav-item-return span.list-nav-title,
.mobile-nav-item-return2 span.list-nav-title{color: var(--color-black);}

body #mobile-main-menu a:not(.mobile-menu-image-item), 
body #mobile-main-menu-sub a:not(.mobile-menu-image-item), 
body #mobile-main-menu-sub-sub-sub a{color: var(--color-dark);}

body #mobile-main-menu-sub-sub a:not(.mobile-menu-image-item){color: var(--color-black);}
body #mobile-inst-menu .mobile-inst-menu-exp{line-height: 100%;}
body #mobile-inst-menu .mobile-menu-user .mobile-inst-menu-exp .rdc-mobile-inst-menu-values {font-size: 13px;}
/* body #mobile-inst-menu .mobile-menu-user .mobile-inst-menu-exp {font-size: 0;} */
body #mobile-main-menu-sub a:not(.mobile-menu-image-item),
body #mobile-main-menu-sub-sub a:not(.mobile-menu-image-item), 
body #mobile-main-menu-sub-sub-sub a{font-size: 16px;}
.mobile-menu-image-item-link .link{text-transform: uppercase;}
body #mobile-holder .return a .rdc-icon-svg, 
body #mobile-holder .return2 a .rdc-icon-svg{filter: brightness(0) saturate(100%) invert(10%) sepia(84%) saturate(2703%) hue-rotate(220deg) brightness(95%) contrast(104%);}
body #mobile-main-menu .mobile-menu-group.rdc-menu_mobile-level-1 .mobile-nav-item{text-transform: uppercase;}
body #mobile-holder .return a, 
body #mobile-holder .return2 a{text-transform: uppercase;}
body .mobile-menu-image-item-title .list-nav-title{text-transform: uppercase;font-weight: 600;font-size: 13px;line-height: 122%;text-decoration: underline;text-underline-offset: 4px;}

/*
 *
 * Homepage
 *
*/

@media screen and (max-width:767px) {
	body .home .home-slider .description .content .button{margin-top: 24px;}
}
body .home .home-slider .description .content .home-slider-title{text-transform: uppercase;}
body .home .home-slider .description .content p.mega-title{padding-top: 5px;}
body .home .home-slider .description .content .home-slider-description.list-nav-title{padding-top: 10px;}


/*
 *
 * Listagem
 *
*/

/* Area A */
#rdc-productlist-area-a .rdc-breadcrumb-wrapper,
#rdc-productlist-area-a #sp-0214{display: none;}

/* Area C - guide */
body .box-filter .title-filter .item-name{font-weight: 700;font-size: 14px !important;line-height: 150%;}
#rdc-list-total-results small{font-size: 13px;}

.desktop-wrapper-active-filters-list .filters-active-item.clear-filters .link{font-weight: 400;line-height: 180%;border-bottom: 0;padding: 0;text-decoration: underline !important;}
@media (hover:hover) {
	.desktop-wrapper-active-filters-list .filters-active-item.clear-filters .link:hover{text-decoration: none !important;}
}

@media screen and (max-width: 1199px) {
	#filters-bar .filters-bar-btn{background-color: var(--color-background);border-color: var(--color-background);}
	#filters-popup .bottom-filters-clear .link{text-transform: uppercase;}
	body #filters-popup .wrapper-rotation-filters .rdc-wrapper-popup-header .list-nav-title{line-height: 150%;}

}


/* Product Item - guide */
body article.product-item .rdc-product-item-resume p{font-size: 13px;color: var(--color-darkgray) !important;}
body article.product-item .rdc-product-item-name{line-height: 180%;}

@media screen and (max-width: 767px) {
	body article.product-item .rdc-product-item-name{line-height: 160%;}

}

/*
 *
 * FLAGS
 *
*/
.flags .flag {display: flex;align-items: center;justify-content: center; font-weight: 700; line-height: normal; text-transform: uppercase; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; }
.blog .flags .flag{font-size: 10px;line-height: normal;color: var(--color-white);text-transform: uppercase;background: var(--color-dark); border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; }
.blog .flags.flagsStatic .flag{color: var(--color-black);}

@media screen and (min-width: 768px){
    body:not(.MacOS) .flags .flag {font-size: 10px;padding: 0px 8px;padding: 4px 8px 3px;}
	body.MacOS .flags .flag {font-size: 10px;padding: 3px 8px 3px;}
    /* PRODUCT ITEM (SMALL) == MOBILE */
    .rdc-product-item-size-small .flags .flag {font-size: 10px;padding: 1px 6px 0;min-height: 15px;}
}
@media screen and (max-width: 767px){
    body:not(.MacOS) .flags .flag {font-size: 10px;padding: 1px 6px 0;min-height: 15px;}
	body.MacOS .flags .flag {font-size: 10px;padding: 0px 6px;min-height: 15px;}
}

/* Wishlist */
.wishlist article.product-item a .rdc-product-item-promo-date,
.wishlist article.product-item a .rdc-product-item-promo-30days{display: none !important;}

.wishlist article.product-item .rdc-product-item-promo-date{margin-bottom: 1px;}

.wishlist article.product-item .rdc-product-item-promo-date,
.wishlist article.product-item .rdc-product-item-promo-30days{display: block !important;width: 100%;}

@media screen and (min-width: 768px) {
    body article.product-item .rdc-product-item-right-actions {top: 10px;right: 10px;}
	body article.product-item .rdc-product-item-right-actions .rdc-icon-svg{background-size: 100%; width: 22px; height: 22px; background-color: transparent; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
}

@media screen and (max-width: 767px) {
		
	.wishlist article.product-item .rdc-product-item-promo-date,
	body #main.wishlist article.product-item .rdc-product-item-promo-30days{line-height: 132% !important;}

    body article.product-item .rdc-product-item-right-actions {top: 5px;right: 5px;}
	body article.product-item .rdc-product-item-right-actions .rdc-icon-svg{background-size: 100%; width: 18px; height: 18px; background-color: transparent; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
}

/* Account */
body #account-background-left{background-color: var(--color-white);}
body .changeSettings button{padding-top: 0;}

/* Pesquisa - custom */
body .wrapper-products-container.aux-5456{min-height: 1px;}

/*  Detail - custom */

	/* Area A */
	body #rdc-productdetail-area-a{padding-top: 0;}
	
	/* Area B */
	body .wrapper-colors .rdc-product-label .rdc-label-desc-title{display: none !important;}
	.rdc-product-price.price{align-items: center;}
	.rdc-product-price.price p.desde{align-self: end;}
	.rdc-product-price-content{margin-bottom: 10px;}
	
	@media screen and (min-width: 1200px) {
		body #rdc-productdetail-area-b .column-desc{max-width: 520px;margin: auto;}
		body #rdc-productdetail-area-b {padding: 50px 154px;}
	}

	@media screen and (min-width: 1200px) and (max-width: 1680px) {
		#main.product .product-holder{margin: 0 var(--container-padding-n);}
		body.ios #rdc-productdetail-area-a {width: 51.233%;}
		body.ios #rdc-productdetail-area-b {width: 48.767%;padding: 50px 60px 50px 78px;}
	}
	
	@media screen and (min-width: 1200px) and (max-width: 1697px) {
		#main.product .product-holder{margin: 0 var(--container-padding-n);}
		body.windows #rdc-productdetail-area-a {width: 50.715%;}
		body.windows #rdc-productdetail-area-b {width: 49.285%;padding: 50px 60px;}
	}

/*  Detail - Guide */
#rdc-productdetail-area-b .rdc-product-name .title{font-size: 24px;font-weight: 800;line-height: 140%;color: var(--color-theme);}
.rdc-product-price.price p:not(.desde){font-size: 20px;line-height: 100%;}
.rdc-product-price.price p.old{font-weight: 400;}
.rdc-product-price.price p.discount{font-size: 16px;line-height: 105%;min-height: 19px;padding: 2px 6px 0;}
body .wrapper-colors .rdc-product-label .rdc-label-desc-value{font-size: 14px;font-weight: 700;line-height: 160%;}

body .rdc-size-guide-link-icon span{font-size: 13px;}

.wrapper-labels label{line-height: 160%;}


/*
 *
 * Heading
 *
*/
.rdc-heading-wrapper-title .title-heading-titles{font-weight: 700;font-size: 34px;line-height: 140%;color: var(--color-theme);}
body .heading-titles .short-content-heading-titles{padding-top: 15px;}

@media screen and (max-width: 767px) {
	.rdc-heading-wrapper-title .title-heading-titles{font-size: 26px;}
}


/*
 *
 * Blocos
 *
 */
.banner23 .dis_cell.productColumn,   
.banner23 .content_products .content_tab.content_tab_hidden{overflow: unset;}
