#shopify-buyer-consent {
    margin-top: 1em;
    display: inline-block;
    width: 100%;
}

#shopify-buyer-consent.hidden {
    display: none;
}

#shopify-subscription-policy-button {
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    font-size: inherit;
    cursor: pointer;
}

#shopify-subscription-policy-button::before {
    box-shadow: none;
}






:root,
.color-scheme-1 {
    --color-background: 255, 255, 255;

    --gradient-background: #ffffff;




    --color-foreground: 18, 18, 18;
    --color-background-contrast: 191, 191, 191;
    --color-shadow: 18, 18, 18;
    --color-button: 18, 18, 18;
    --color-button-text: 255, 255, 255;
    --color-secondary-button: 255, 255, 255;
    --color-secondary-button-text: 18, 18, 18;
    --color-link: 18, 18, 18;
    --color-badge-foreground: 18, 18, 18;
    --color-badge-background: 255, 255, 255;
    --color-badge-border: 18, 18, 18;
    --payment-terms-background-color: rgb(255 255 255);
}


.color-scheme-2 {
    --color-background: 250, 247, 242;

    --gradient-background: #faf7f2;




    --color-foreground: 0, 0, 0;
    --color-background-contrast: 215, 190, 150;
    --color-shadow: 92, 65, 27;
    --color-button: 92, 65, 27;
    --color-button-text: 250, 247, 242;
    --color-secondary-button: 250, 247, 242;
    --color-secondary-button-text: 92, 65, 27;
    --color-link: 92, 65, 27;
    --color-badge-foreground: 0, 0, 0;
    --color-badge-background: 250, 247, 242;
    --color-badge-border: 0, 0, 0;
    --payment-terms-background-color: rgb(250 247 242);
}


.color-scheme-3 {
    --color-background: 92, 65, 27;

    --gradient-background: #5c411b;




    --color-foreground: 255, 255, 255;
    --color-background-contrast: 0, 0, 0;
    --color-shadow: 92, 65, 27;
    --color-button: 255, 255, 255;
    --color-button-text: 92, 65, 27;
    --color-secondary-button: 92, 65, 27;
    --color-secondary-button-text: 255, 255, 255;
    --color-link: 255, 255, 255;
    --color-badge-foreground: 255, 255, 255;
    --color-badge-background: 92, 65, 27;
    --color-badge-border: 255, 255, 255;
    --payment-terms-background-color: rgb(92 65 27);
}


.color-scheme-4 {
    --color-background: 208, 47, 47;

    --gradient-background: #d02f2f;




    --color-foreground: 255, 255, 255;
    --color-background-contrast: 104, 24, 24;
    --color-shadow: 18, 18, 18;
    --color-button: 18, 18, 18;
    --color-button-text: 18, 18, 18;
    --color-secondary-button: 208, 47, 47;
    --color-secondary-button-text: 18, 18, 18;
    --color-link: 18, 18, 18;
    --color-badge-foreground: 255, 255, 255;
    --color-badge-background: 208, 47, 47;
    --color-badge-border: 255, 255, 255;
    --payment-terms-background-color: rgb(208 47 47);
}


.color-scheme-5 {
    --color-background: 227, 219, 207;

    --gradient-background: #e3dbcf;




    --color-foreground: 18, 18, 18;
    --color-background-contrast: 180, 159, 126;
    --color-shadow: 18, 18, 18;
    --color-button: 92, 65, 27;
    --color-button-text: 51, 79, 180;
    --color-secondary-button: 227, 219, 207;
    --color-secondary-button-text: 255, 255, 255;
    --color-link: 255, 255, 255;
    --color-badge-foreground: 18, 18, 18;
    --color-badge-background: 227, 219, 207;
    --color-badge-border: 18, 18, 18;
    --payment-terms-background-color: rgb(227 219 207);
}


body,
.color-scheme-1,
.color-scheme-2,
.color-scheme-3,
.color-scheme-4,
.color-scheme-5 {
    color: rgba(var(--color-foreground), 0.75);
    background-color: rgb(var(--color-background));
}

:root {
    --font-body-family: Assistant, sans-serif;
    --font-body-style: normal;
    --font-body-weight: 400;
    --font-body-weight-bold: 700;

    --font-heading-family: Assistant, sans-serif;
    --font-heading-style: normal;
    --font-heading-weight: 400;

    --font-body-scale: 1.2;
    --font-heading-scale: 0.8333333333333334;

    --media-padding: px;
    --media-border-opacity: 0.05;
    --media-border-width: 1px;
    --media-radius: 0px;
    --media-shadow-opacity: 0.0;
    --media-shadow-horizontal-offset: 0px;
    --media-shadow-vertical-offset: 4px;
    --media-shadow-blur-radius: 5px;
    --media-shadow-visible: 0;

    --page-width: 130rem;
    --page-width-margin: 0rem;

    --product-card-image-padding: 0.0rem;
    --product-card-corner-radius: 0.0rem;
    --product-card-text-alignment: left;
    --product-card-border-width: 0.0rem;
    --product-card-border-opacity: 0.1;
    --product-card-shadow-opacity: 0.0;
    --product-card-shadow-visible: 0;
    --product-card-shadow-horizontal-offset: 0.0rem;
    --product-card-shadow-vertical-offset: 0.4rem;
    --product-card-shadow-blur-radius: 0.5rem;

    --collection-card-image-padding: 0.0rem;
    --collection-card-corner-radius: 0.0rem;
    --collection-card-text-alignment: left;
    --collection-card-border-width: 0.0rem;
    --collection-card-border-opacity: 0.1;
    --collection-card-shadow-opacity: 0.0;
    --collection-card-shadow-visible: 0;
    --collection-card-shadow-horizontal-offset: 0.0rem;
    --collection-card-shadow-vertical-offset: 0.4rem;
    --collection-card-shadow-blur-radius: 0.5rem;

    --blog-card-image-padding: 0.0rem;
    --blog-card-corner-radius: 0.0rem;
    --blog-card-text-alignment: left;
    --blog-card-border-width: 0.0rem;
    --blog-card-border-opacity: 0.1;
    --blog-card-shadow-opacity: 0.0;
    --blog-card-shadow-visible: 0;
    --blog-card-shadow-horizontal-offset: 0.0rem;
    --blog-card-shadow-vertical-offset: 0.4rem;
    --blog-card-shadow-blur-radius: 0.5rem;

    --badge-corner-radius: 4.0rem;

    --popup-border-width: 1px;
    --popup-border-opacity: 0.1;
    --popup-corner-radius: 0px;
    --popup-shadow-opacity: 0.05;
    --popup-shadow-horizontal-offset: 0px;
    --popup-shadow-vertical-offset: 4px;
    --popup-shadow-blur-radius: 5px;

    --drawer-border-width: 1px;
    --drawer-border-opacity: 0.1;
    --drawer-shadow-opacity: 0.0;
    --drawer-shadow-horizontal-offset: 0px;
    --drawer-shadow-vertical-offset: 4px;
    --drawer-shadow-blur-radius: 5px;

    --spacing-sections-desktop: 0px;
    --spacing-sections-mobile: 0px;

    --grid-desktop-vertical-spacing: 8px;
    --grid-desktop-horizontal-spacing: 8px;
    --grid-mobile-vertical-spacing: 4px;
    --grid-mobile-horizontal-spacing: 4px;

    --text-boxes-border-opacity: 0.1;
    --text-boxes-border-width: 0px;
    --text-boxes-radius: 0px;
    --text-boxes-shadow-opacity: 0.0;
    --text-boxes-shadow-visible: 0;
    --text-boxes-shadow-horizontal-offset: 0px;
    --text-boxes-shadow-vertical-offset: 4px;
    --text-boxes-shadow-blur-radius: 5px;

    --buttons-radius: 0px;
    --buttons-radius-outset: 0px;
    --buttons-border-width: 1px;
    --buttons-border-opacity: 1.0;
    --buttons-shadow-opacity: 0.0;
    --buttons-shadow-visible: 0;
    --buttons-shadow-horizontal-offset: 0px;
    --buttons-shadow-vertical-offset: 4px;
    --buttons-shadow-blur-radius: 5px;
    --buttons-border-offset: 0px;

    --inputs-radius: 0px;
    --inputs-border-width: 1px;
    --inputs-border-opacity: 0.55;
    --inputs-shadow-opacity: 0.0;
    --inputs-shadow-horizontal-offset: 0px;
    --inputs-margin-offset: 0px;
    --inputs-shadow-vertical-offset: 4px;
    --inputs-shadow-blur-radius: 5px;
    --inputs-radius-outset: 0px;

    --variant-pills-radius: 40px;
    --variant-pills-border-width: 1px;
    --variant-pills-border-opacity: 0.55;
    --variant-pills-shadow-opacity: 0.0;
    --variant-pills-shadow-horizontal-offset: 0px;
    --variant-pills-shadow-vertical-offset: 4px;
    --variant-pills-shadow-blur-radius: 5px;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: calc(var(--font-body-scale) * 62.5%);
    height: 100%;
}

body {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100%;
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}

@media screen and (min-width: 750px) {
    body {
        font-size: 1.6rem;
    }
}

.section-template--21252307452116__custom_liquid_dpwV4U-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21252307452116__custom_liquid_dpwV4U-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.full-width-container1 {
    background-color: #1A0F0A;
    width: 100%;
    text-align: center;
    padding: 0px 0;
}

.content1 {
    max-width: 1200px;
    margin: 0 auto;
    color: #FAF7F2;
    font-size: 10px;
    letter-spacing: 1px;
}

/* Hide all header-related elements */
.shopify-section-group-header-group,
.shopify-section-header,
.header-wrapper,
.header,
.site-header,
.announcement-bar,
.announcement-bar-section,
[class*="announcement"],
[id*="announcement"],
.utility-bar,
.top-bar,
.footer {
    display: none !important;
}

/* Hide specific sections if needed */
.section-sections--23763307921746__custom_liquid_4kjEP6-padding,
.section-sections--23763307856210__custom_liquid_GAxKLh-padding,
.section-sections--24889577406799__custom_liquid_LrTgrL-padding,
.shopify-section-group-header-group [class*="custom-liquid"],
.shopify-section-group-header-group [class*="custom_liquid"] {
    display: none !important;
}

.section-template--21252307452116__custom_liquid_PDRc9G-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21252307452116__custom_liquid_PDRc9G-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.section-container2 {
    background-color: #1A0F0A;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}

.section-content2 {
    max-width: 1200px;
    margin: 0 auto;
    color: #FAF7F2;
    font-size: 48px;
    text-align: center;
    font-family: 'Georgia', serif;
    letter-spacing: 2px;
}

.section-content2 .word1-2 {
    font-weight: normal;
    font-style: italic;
    color: #C9A227;
}

.section-content2 .word2-2 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
}

@media (max-width: 768px) {
    .section-content2 {
        font-size: 24px;
        padding-left: 0px;
        letter-spacing: 1px;
    }

    .section-content2 .word2-2 {
        letter-spacing: 2px;
    }
}

.section-template--21252307452116__custom_liquid_7eMrM6-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21252307452116__custom_liquid_7eMrM6-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.author-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0 20px 0;
    padding: 15px;
    background: #FFFDF9;
    border: 1px solid #E8DFD4;
    border-radius: 5px;
}

.author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-details {
    font-family: 'Georgia', serif;
}

.button3-small {
    width: auto;
    border-radius: 5px;
    background-color: #8B4513;
    padding: 15px 30px;
    color: #FAF7F2;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.button3-small:hover {
    background-color: #6B3410;
}

.section3 {
    width: 100%;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    background: #FAF7F2;
}

.content3 {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 30px;
    margin: 10px auto;
    padding: 20px;
}

.content-left {
    width: 70%;
}

.content-right {
    width: 30%;
    padding: 0 10px;
}

.header-title3 {
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #1A0F0A;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Georgia', serif;
}

.text3 {
    font-size: 14px;
    text-align: left;
    margin-top: 0px;
    color: #8B4513;
}

.main-image3,
.headermain-image3 {
    width: 100%;
}

.main-image3 {
    height: auto;
}

.text-content3,
.text3 {
    font-size: 18px;
    text-align: left;
    margin-top: 0px;
    line-height: 1.6;
    color: #1A0F0A;
    font-family: 'Georgia', serif;
}

.button3 {
    width: 100%;
    border-radius: 5px;
    background-color: #1A0F0A;
    padding: 15px 30px;
    color: #FAF7F2;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.button3:hover {
    background-color: #8B4513;
}

.content-box3 {
    border: 1px solid #E8DFD4;
    padding: 15px;
    background: #FFFDF9;
}

@media (max-width: 768px) {
    .content3 {
        flex-direction: column;
        padding: 15px;
    }

    .content-left {
        width: 100%;
    }

    .content-right {
        display: none;
    }

    .header-title3 {
        font-size: 26px;
        line-height: 34px;
    }

    .text-content3,
    .text3 {
        font-size: 16px;
    }

    a.button3 {
        font-size: 14px;
    }

    .author-box {
        padding: 10px;
    }

    .author-img {
        width: 50px;
        height: 50px;
    }
}

.section-template--21252307452116__custom_liquid_RHRdmg-padding {
    padding-top: calc(8px * 0.75);
    padding-bottom: calc(32px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21252307452116__custom_liquid_RHRdmg-padding {
        padding-top: 8px;
        padding-bottom: 32px;
    }
}

.section-reviews {
    width: 100%;
    background: #FAF7F2;
    padding: 40px 0;
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.reviews-title {
    font-family: 'Georgia', serif;
    font-size: 32px;
    color: #1A0F0A;
    margin-bottom: 30px;
    text-align: left;
}

.review-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-left: 3px solid #C9A227;
    margin-bottom: 15px;
    padding-left: 20px;
    background: #FFFDF9;
}

.review-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.review-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.review-text {
    flex: 1;
}

.review-quote {
    font-family: 'Georgia', serif;
    font-size: 20px;
    font-style: italic;
    color: #1A0F0A;
    margin: 0 0 10px 0;
    text-align: left;
}

.review-author {
    font-family: 'Georgia', serif;
    font-size: 14px;
    color: #6B5344;
    margin: 0;
    text-align: left;
}

.review-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.button3-small {
    width: auto;
    border-radius: 5px;
    background-color: #8B4513;
    padding: 15px 30px;
    color: #FAF7F2;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.button3-small:hover {
    background-color: #6B3410;
}

@media (max-width: 768px) {
    .review-row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .review-left {
        flex-direction: column;
    }

    .review-quote,
    .review-author {
        text-align: center;
    }

    .review-photo {
        width: 100%;
        height: auto;
    }
}

.section-template--21252307452116__custom_liquid_bKBQTQ-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21252307452116__custom_liquid_bKBQTQ-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/* Hide Dawn theme footer and custom sections */
footer.footer,
.footer-wrapper,
#shopify-section-footer,
.shopify-section-footer-wrapper,
.shopify-section[id*="footer"],
.shopify-section--footer,
section[class*="footer"] {
    display: none !important;
}

.contact-section {
    color: #FAF7F2;
    padding: 30px 20px;
    font-family: Georgia, serif;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #1A0F0A;
}

.content-wrapper {
    max-width: 1200px;
    width: 100%;
    padding: 0px 20px;
}

.contact-section h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #FAF7F2;
}

.contact-info,
.privacy-policy {
    margin-bottom: 30px;
}

.contact-info ul {
    padding-left: 0;
    list-style: none;
    line-height: 1.8;
}

.contact-info li {
    margin-bottom: 10px;
    color: #FAF7F2;
    font-size: 15px;
}

.contact-info a {
    color: #C9A227;
    text-decoration: none;
    word-break: break-word;
}

.contact-info a:hover {
    text-decoration: underline;
    color: #D4A84B;
}

.privacy-policy p {
    line-height: 1.7;
    color: rgba(250, 247, 242, 0.7);
    font-size: 14px;
    margin-bottom: 15px;
}

.privacy-policy strong {
    font-weight: bold;
    color: #FAF7F2;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .contact-section {
        padding: 25px 15px;
    }

    .content-wrapper {
        padding: 0px 10px;
    }

    .contact-section h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .contact-info,
    .privacy-policy {
        margin-bottom: 25px;
    }

    .contact-info li {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 1.6;
    }

    .privacy-policy p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 20px 12px;
    }

    .contact-section h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact-info li {
        font-size: 13px;
    }

    .privacy-policy p {
        font-size: 12px;
        text-align: left;
    }
}