:root {
	--display-font-family: Open Sans;
	--body-font-family: Montserrat;

	--font-size: 21px

	--logo-padding: 12px;
	--logo-height: 65px;

	--header-width: 1366px;
	--header-border-position: bottom;
	--header-border-size: 2px;
	--header-bg-color: 255 255 255;
	--header-border-color: 255 128 0;

	--brand-color: 247 148 29;
	--brand-color-inverted: 255 255 255;

	--background-color: 255 15 ;
	--text-color: 61 61 61;
	--link-color: 61 61 61;

	--action-color: 0 166 81;
	--action-color-inverted: 255 255 255;

	--announcement-bar-bg-color: 153 152 152;
	--announcement-bar-text-color: 255 255 255;
	--announcement-bar-link-color: 61 61 61;

	--main-navigation-bg-color: 255 255 255;
	--main-navigation-link-color: 61 61 61;
	--main-navigation-link-color-hover: 0 166 81;
	--main-navigation-link-bg-color: 44 81 112;
	--main-navigation-link-font-size: 20px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: transparent;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: 61 61 61;

	--order-status-bg-color: 245 245 245;
	--order-status-color: 162 162 162;

	--store-menu-bg_color: 248 248 248;
	--store-menu-color: 119 7 ;

	--footer-bg-color: 32 32 32;
	--footer-color: 255 15 ;
	--footer-link-color: 255 15 ;
}

/*Custom Styles*/
/* ===== Solterra — suppress GrazeCart $0 "savings" chrome =====
   Subscribe & Save % is permanently 0, so nothing real is hidden.
   Keeps "Subscribe", the tile names, the click targets, and the real subtotal. */

/* 1. Frequency tiles: the "Save $0 / year" sub-line */
div.tw-cursor-pointer > p.tw-text-gray-500.md\:tw-ml-2 {
  display: none !important;
}

/* 2. Header: the "+ Save $0.00" green call-out (leaves "Subscribe") */
span.tw-text-xl.tw-font-semibold.tw-text-gray-900 > span:has(> span.tw-text-theme-action-color) {
  display: none !important;
}

/* 3. Incentive row: the "-$0.00" amount (leaves the description + real subtotal) */
.tw-flex.tw-justify-between.tw-items-center > span.tw-ml-3.tw-text-right {
  display: none !important;
}

/* 4. Slide-over cart: the "you saved $0.00" summary block */
.cart-slider__savingsSummary,
.order-slider__savingsSummary {
  display: none !important;
}
