:root {
	--display-font-family: Acme;
	--body-font-family: PT Sans;

	--font-size: 19px

	--logo-padding: 0px;
	--logo-height: 172px;

	--header-width: 100%;
	--header-border-position: top;
	--header-border-size: 0;
	--header-bg-color: 255 255 255;
	--header-border-color: 226 114 56;

	--brand-color: 63 75 58;
	--brand-color-inverted: 255 255 255;

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

	--action-color: 168 0 0;
	--action-color-inverted: 255 255 255;

	--announcement-bar-bg-color: 255 255 0;
	--announcement-bar-text-color: 168 0 0;
	--announcement-bar-link-color: 46 95 27;

	--main-navigation-bg-color: 63 75 58;
	--main-navigation-link-color: 255 15 ;
	--main-navigation-link-color-hover: 2 2 2;
	--main-navigation-link-bg-color: 66 54 38;
	--main-navigation-link-font-size: 18px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: 255 255 255;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: 168 0 0;

	--order-status-bg-color: 255 255 255;
	--order-status-color: 63 75 58;

	--store-menu-bg_color: 38 37 37;
	--store-menu-color: 255 255 255;

	--footer-bg-color: 63 75 58;
	--footer-color: 255 255 255;
	--footer-link-color: 255 255 255;
}

/*Custom Styles*/
.banner__protocols li:before {
    content: "\f058";
    color: #FFF;
    font-family: "Font Awesome 5 Free";
}

.why-choose-list li {
    padding-bottom: 1rem;
}

.why-choose-list li:before {
    color: rgba(255,255,255,0.8);
}

/* Dark text shadow for collection banner */
.collection-header h1,
.collection-title,
.collection-description h1,
.collection-description p,
.collection-subtitle {
    color: white !important;
    text-shadow: 
        0 0 15px #000000,
        4px 4px 12px rgba(0,0,0,0.95),
        -3px -3px 10px rgba(0,0,0,0.9),
        0 0 20px rgba(0,0,0,0.85) !important;
}

/* Extra bold + bigger if needed */
.collection-header h1,
.collection-title {
    font-size: 52px !important;
    font-weight: 800 !important;
}

/* For the subtitle / description text */
.collection-description p,
.collection-subtitle {
    font-size: 24px !important;
    margin-top: 10px !important;
}
