:root {
	--display-font-family: Raleway;
	--body-font-family: Hind;

	--font-size: 16px

	--logo-padding: 15px;
	--logo-height: 79px;

	--header-width: 1366px;
	--header-border-position: top;
	--header-border-size: 1px;
	--header-bg-color: 255 255 255;
	--header-border-color: 255 255 255;

	--brand-color: 25 25 27;
	--brand-color-inverted: 255 15 ;

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

	--action-color: 199 36 39;
	--action-color-inverted: 255 15 ;

	--announcement-bar-bg-color: 248 194 197;
	--announcement-bar-text-color: 25 25 27;
	--announcement-bar-link-color: 199 36 39;

	--main-navigation-bg-color: 255 255 255;
	--main-navigation-link-color: 61 61 61;
	--main-navigation-link-color-hover: 32 32 32;
	--main-navigation-link-bg-color: 44 81 112;
	--main-navigation-link-font-size: 16px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: 255 255 255;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: 25 25 27;

	--order-status-bg-color: 242 242 244;
	--order-status-color: 151 151 158;

	--store-menu-bg_color: 243 116 82;
	--store-menu-color: 255 255 255;

	--footer-bg-color: 92 97 80;
	--footer-color: 0 0 0;
	--footer-link-color: 0 0 0;
}

/*Custom Styles*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Lato:wght@300;400;500;600&display=swap');

body {
    font-family: 'Lato', sans-serif !important;
    background-color: #F7F4EF !important;
    color: #3A2E24 !important;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Playfair Display', serif !important;
    color: #4A3728 !important;
}

p, li, span, a, td, th, label, input, textarea, select {
    font-family: 'Lato', sans-serif !important;
}

a {
    color: #6B5344;
    transition: color 0.2s ease;
}

a:hover {
    color: #4A3728;
}

header,
.header,
[class*="header"] {
    background-color: #F7F4EF !important;
    border-bottom: 1px solid rgba(200, 188, 174, 0.4) !important;
}

header a,
.header a,
nav a {
    font-family: 'Lato', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #6B5E54 !important;
    font-weight: 500 !important;
}

header a:hover,
.header a:hover,
nav a:hover {
    color: #4A3728 !important;
}

.logo__img {
    max-height: 70px;
}

[class*="announcement"],
.announcement-bar {
    background-color: #5C6150 !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
}

[class*="announcement"] a {
    color: #fff !important;
    text-decoration: underline !important;
}

button,
.btn,
[class*="btn"],
input[type="submit"],
a.btn,
[class*="button"],
.add-to-cart,
[class*="addToCart"],
[class*="add-to-cart"] {
    background-color: #7A8060 !important;
    color: #FDFCFA !important;
    border: none !important;
    border-radius: 2px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    padding: 12px 28px !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
    cursor: pointer;
}

button:hover,
.btn:hover,
[class*="btn"]:hover,
input[type="submit"]:hover,
a.btn:hover,
[class*="button"]:hover {
    background-color: #5E6348 !important;
    transform: translateY(-1px);
}

.btn-secondary,
.btn-outline,
[class*="btn-outline"],
[class*="btn-secondary"] {
    background-color: transparent !important;
    color: #7A8060 !important;
    border: 1.5px solid #7A8060 !important;
}

.btn-secondary:hover,
.btn-outline:hover,
[class*="btn-outline"]:hover,
[class*="btn-secondary"]:hover {
    background-color: #7A8060 !important;
    color: #FDFCFA !important;
}

[class*="hero"],
[class*="banner"],
[class*="jumbotron"],
.pageWidget--hero {
    background-color: #F7F4EF !important;
    text-align: center !important;
}

[class*="hero"] h1,
[class*="banner"] h1 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
    color: #4A3728 !important;
    letter-spacing: -0.5px !important;
}

[class*="hero"] h3,
[class*="hero"] p,
[class*="banner"] h3,
[class*="banner"] p {
    font-family: 'Playfair Display', serif !important;
    color: #6B5E54 !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

section:nth-child(even),
[class*="pageWidget"]:nth-child(even) {
    background-color: #FDFCFA;
}

section:nth-child(odd),
[class*="pageWidget"]:nth-child(odd) {
    background-color: #F7F4EF;
}

section h2,
[class*="pageWidget"] h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    color: #4A3728 !important;
    margin-bottom: 16px !important;
}

section h3,
[class*="pageWidget"] h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #4A3728 !important;
}

section p,
[class*="pageWidget"] p,
.tw-prose p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #6B5E54 !important;
}

section,
[class*="pageWidget"] {
    border-bottom: 1px solid rgba(200, 188, 174, 0.3);
}

.tw-prose {
    max-width: 700px;
    margin: 0 auto;
}

[class*="product-card"],
[class*="productCard"],
[class*="ProductCard"],
.product-card {
    background: #FDFCFA !important;
    border: 1px solid rgba(200, 188, 174, 0.25) !important;
    border-radius: 4px !important;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

[class*="product-card"]:hover,
[class*="productCard"]:hover,
[class*="ProductCard"]:hover,
.product-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 24px rgba(58, 46, 36, 0.08) !important;
}

[class*="product-card"] h3,
[class*="productCard"] h3,
[class*="ProductCard"] h3,
.product-card h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #4A3728 !important;
}

[class*="product-card"] [class*="price"],
[class*="productCard"] [class*="price"],
.product-card .price {
    font-size: 14px !important;
    color: #6B5E54 !important;
}

[class*="store"] h1,
[class*="Store"] h1,
[class*="collection"] h1 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 500 !important;
    color: #4A3728 !important;
}

.locationPage__header {
    display: grid;
    gap: 15px;
    max-width: 750px;
}

.locationPage__address {
    font-size: 20px;
    font-weight: 500;
    color: #6B5E54 !important;
}

.h4 {
    font-size: 20px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 500;
    color: #4A3728 !important;
}

footer,
.footer,
[class*="footer"] {
    background-color: #F7F4EF !important;
    color: #3A2E24 !important;
    border-top: 1px solid rgba(200, 188, 174, 0.4) !important;
}

footer h2,
footer h3,
footer h4,
footer h5,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
[class*="footer"] h2,
[class*="footer"] h3,
[class*="footer"] h4,
[class*="footer"] h5 {
    font-family: 'Playfair Display', serif !important;
    color: #4A3728 !important;
}

footer p,
footer span,
footer li,
.footer p,
.footer span,
.footer li,
[class*="footer"] p,
[class*="footer"] span,
[class*="footer"] li {
    color: #6B5E54 !important;
}

footer a,
.footer a,
[class*="footer"] a {
    color: #6B5344 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

footer a:hover,
.footer a:hover,
[class*="footer"] a:hover {
    color: #4A3728 !important;
}

footer #mc_embed_signup,
.footer #mc_embed_signup,
[class*="footer"] #mc_embed_signup {
    max-width: 400px !important;
}

footer input[type="email"],
.footer input[type="email"],
[class*="footer"] input[type="email"],
footer input[type="text"],
.footer input[type="text"] {
    background-color: #FDFCFA !important;
    border: 1px solid #C8BCAE !important;
    color: #3A2E24 !important;
    border-radius: 2px !important;
    padding: 10px 14px !important;
    font-family: 'Lato', sans-serif !important;
}

footer input[type="email"]::placeholder,
footer input[type="text"]::placeholder {
    color: #6B5E54 !important;
}

footer [class*="grazecart"],
[class*="powered-by"] {
    opacity: 0.5;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
    border: 1px solid #C8BCAE !important;
    border-radius: 2px !important;
    padding: 10px 14px !important;
    font-family: 'Lato', sans-serif !important;
    background-color: #FDFCFA !important;
    color: #3A2E24 !important;
    transition: border-color 0.2s ease !important;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #7A8060 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(122, 128, 96, 0.15) !important;
}

[class*="pageWidget"] img,
section img {
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .logo__img {
        max-height: 120px;
    }
    [class*="hero"] h1,
    [class*="banner"] h1 {
        font-size: 36px !important;
    }
    section h2,
    [class*="pageWidget"] h2 {
        font-size: 26px !important;
    }
    footer #mc_embed_signup,
    #mc_embed_signup {
        max-width: 100% !important;
        padding: 0 16px !important;
    }
}

@media only screen and (max-width: 480px) {
    .logo__img {
        max-height: 150px;
    }
    #mc_embed_signup {
        max-width: 400px !important;
    }
    button,
    .btn,
    [class*="btn"],
    input[type="submit"] {
        padding: 10px 20px !important;
        font-size: 11px !important;
    }
}
