
        .storefront {
            font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
        }
        
        :root {
            /* Theme defaults */
            --font-size-base: 16px;
            --text-color-primary: #0f172a;
            --text-color-secondary: #4b5563;
            --text-color-tertiary: #6b7280;
            --page-default-spacing: 24px;

            /* Website palette */
            --theme-color-50: #ffeb8b4d;
--theme-color-100: #ffde7f80;
--theme-color-200: #ffc467b3;
--theme-color-300: #ffab4f;
--theme-color-400: #ff9236;
--theme-color-500: #ff7a1b;
--theme-color-600: #e26200;
--theme-color-700: #c54b00;
--theme-color-800: #a93300;
--theme-color-900: #8e1800;
        }
        
/* Custom CSS */
li:nth-child(even) {
  background-color: rgba(255,122,27,0.05); 
}
li:nth-child(odd) {
  background-color: #ffffff;
}
li {
	line-height: 16px !important;
	padding: 6px 5px;
}
svg {
	stroke: #ff7a1b ;
}
.storefront-topbar svg {
	stroke: initial;
}
li:nth-child(1) > span {
	color: #ff7a1b !important;
	font-size: 18px !important;
}
.storefront-availability-default-title {color: #ff7a1b !important;}