:root {    --kit-item-bubble-text-color: #FFFFFF;
    --kit-item-bubble-color: #008000;
    --promo-item-bubble-text-color: #FFFFFF;
    --promo-item-bubble-color: #FF4071;
    --new-item-bubble-text-color: #FFFFFF;
    --new-item-bubble-color: #8c2ec5;
    --short-dated-bubble-text-color: #FFFFFF;
    --short-dated-bubble-color: #FF7700;
    --qty-breaks-bubble-text-color: #FFFFFF;
    --qty-breaks-bubble-color: #0288d1;
    --notification-box-text-color: #393a0d;
    --notification-box-color: #ffff47;
    --selected-textbox-color: #FF7700;
    --config-label-text-color: #000000;
    --config-label-background: #ced4da;
    --in-stock-text-color: #008009;
    --out-of-stock-text-color: #1600bd;
    --delete-button-text-color: #FFFFFF;
    --delete-button-color: #dc3545;
    --secondary-button-text-color: #000000;
    --secondary-button-color: #f39e36;
    --primary-button-text-color: #000000;
    --scrollbar-cart-drawer-thumb-border-color: #FFFFFF;
    --scrollbar-cart-drawer-track-color: #FFFFFF;
    --scrollbar-cart-drawer-thumb-color: #babac0;
    --cart-drawer-text-color: #000000;
    --cart-drawer-on-hover: #FFFFFF;
    --cart-drawer-color: #F4F6F9;
    --scrollbar-main-thumb-border-color: #FFFFFF;
    --scrollbar-main-track-color: #FFFFFF;
    --scrollbar-main-thumb-color: #babac0;
    --page-on-hover: #F4F6F9;
    --page-text-color: #000000;
    --outer-edges-color: #ebecf0;

    --canvas-color: #D8DCE2;
    --page-color: #FFFFFF;
    --drawer-color: #F4F6F9;
    --primary-color: #0094c6;
    --secondary-color: #FF7700;
    --alert-color: #EE3535;
    --border-color: rgba(33, 33, 33, 0.1);
    --page-gutter: 24px;
    --page-min-width: 1000px;
    --page-max-width: 1260px;
    --banner-timing: 10s;
}.StockMessage {    border: 1px solid var(--border-color);    border-radius: 10px;    padding-left: 8px;    padding-right: 8px;    background-color: #f39e36; 	}/*your class (only the label (first part of the additional property))*/.StockMessage div:first-child span {	color: white;	font-family: arial;	font-size: 14px;}/*your class (only the value (second part of the additional property))*/.StockMessage div:nth-child(2) span {	color: white;	opacity: 0.9;	font-family: arial;	font-size: 14px;}.PriceRange {    border: 1px solid var(--border-color);    border-radius: 10px;    padding-left: 8px;    padding-right: 8px;    background-color: #0094c6;}/*your class (only the label (first part of the additional property))*/.PriceRange div:first-child span {	color: white;	font-family: arial;	font-size: 14px;}/*your class (only the value (second part of the additional property))*/.PriceRange div:nth-child(2) span {	color: white;	opacity: 0.9;	font-family: arial;	font-size: 14px;}