#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--21256501788884__custom_liquid_dpwV4U-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21256501788884__custom_liquid_dpwV4U-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.breaking-news-banner {
    background-color: #dc0000;
    color: #ffffff;
    padding: 12px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.breaking-news-banner__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 1400px;
    margin: 0 auto;
}

.breaking-news-banner__label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.breaking-news-banner__text {
    font-weight: 400;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .breaking-news-banner {
        padding: 10px 15px;
        font-size: 13px;
    }

    .breaking-news-banner__content {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }
}

/* Hide announcement bars and header */
.shopify-section-group-header-group,
header,
.header,
.site-header,
[class*="announcement"],
[id*="announcement"],
.footer,
.section-sections--23763307921746__custom_liquid_4kjEP6-padding,
.section-sections--23763307856210__custom_liquid_GAxKLh-padding,
.section-sections--23763307856210__custom_liquid_cApNjC-padding {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

.section-template--21256501788884__custom_liquid_PDRc9G-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21256501788884__custom_liquid_PDRc9G-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.custom-header-bar {
    background-color: #0d1b2e;
    width: 100%;
    text-align: center;
    line-height: 0;
    padding: 10px
}

.custom-header-bar img {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .custom-header-bar img {
        max-width: 200px;
    }
}

.section-template--21256501788884__custom_liquid_7eMrM6-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21256501788884__custom_liquid_7eMrM6-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.article-container {
    background-color: #ffffff;
    width: 100%;
    padding: 10px 20px;
}

.article-content {
    max-width: 800px;
    margin: 0 auto;
    color: #000000;
}

.breaking-news-badge {
    display: inline-block;
    background-color: #dc0000;
    color: #ffffff;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.article-date {
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}

.article-headline {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #000000;
}

.article-update {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 30px;
}

.article-update strong {
    color: #000000;
}

.article-image {
    width: 100%;
    height: auto;
    margin: 30px 0 10px 0;
    border-radius: 4px;
}

.image-caption {
    font-size: 12px;
    color: #4a5568;
    font-style: italic;
    margin-bottom: 25px;
    display: block;
}

.article-paragraph {
    font-size: 18px;
    line-height: 1.7;
    color: #1a202c;
    margin-bottom: 25px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(to bottom, #d93838 0%, #a81c1c 100%);
    color: #ffffff;
    line-height: 1.2;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 16px;
    margin: 20px 0;
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid #8b0000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.cta-button:hover {
    background: linear-gradient(to bottom, #c42d2d 0%, #8b0000 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.cta-container {
    text-align: center;
}

@media (max-width: 768px) {
    .article-container {
        padding: 30px 15px;
    }

    .article-headline {
        font-size: 32px;
    }

    .article-paragraph {
        font-size: 16px;
    }

    .cta-button {
        width: 50%;
        padding: 16px 30px;
    }
}

.section-template--21256501788884__custom_liquid_RHRdmg-padding {
    padding-top: calc(8px * 0.75);
    padding-bottom: calc(32px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21256501788884__custom_liquid_RHRdmg-padding {
        padding-top: 8px;
        padding-bottom: 32px;
    }
}

.reviews-section {
    background-color: #ffffff;
    padding: 0px 20px;
    margin: 10px 0;
}

.reviews-container {
    max-width: 800px;
    margin: 0 auto;
}

.reviews-heading {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.review-card {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #d93838 0%, #a81c1c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.review-name {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.review-text {
    font-size: 15px;
    line-height: 1.6;
    color: #1a202c;
}

.review-text .highlight {
    text-decoration: underline;
    font-style: italic;
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 30px 15px;
    }

    .reviews-heading {
        font-size: 26px;
    }

    .review-card {
        padding: 20px;
    }
}

.section-template--21256501788884__custom_liquid_bKBQTQ-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21256501788884__custom_liquid_bKBQTQ-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.cta-button {
    display: inline-block;
    background: linear-gradient(to bottom, #d93838 0%, #a81c1c 100%);
    color: #ffffff;
    line-height: 1.2;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 16px;
    margin: 20px 0;
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid #8b0000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.cta-button:hover {
    background: linear-gradient(to bottom, #c42d2d 0%, #8b0000 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.cta-container {
    text-align: center;
}

@media (max-width: 768px) {
    .cta-button {
        width: 50%;
        padding: 16px 30px;
    }
}

.section-template--21256501788884__custom_liquid_xMt6dB-padding {
    padding-top: calc(0px * 0.75);
    padding-bottom: calc(0px * 0.75);
}

@media screen and (min-width: 750px) {
    .section-template--21256501788884__custom_liquid_xMt6dB-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.global-report-header {
    background-color: #0d1b2e;
    width: 100%;
    padding: 60px 20px;
    text-align: center;
}

.global-report-logo {
    max-width: 300px;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}

.copyright-text {
    color: #8b96a5;
    font-size: 14px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.footer-links a {
    color: #8b96a5;
    text-decoration: none;
    font-size: 13px;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links span {
    color: #8b96a5;
}

@media (max-width: 768px) {
    .global-report-header {
        padding: 40px 15px;
    }

    .global-report-logo {
        max-width: 200px;
        margin-bottom: 30px;
    }

    .copyright-text {
        font-size: 12px;
    }

    .footer-links {
        font-size: 11px;
    }
}

/* Hide all footer sections */
.shopify-section-group-footer-group,
footer,
.footer,
.site-footer,
[class*="email-signup"],
[class*="newsletter"],
[id*="email-signup"],
[id*="newsletter"],
[class*="policies"],
[id*="policies"],
.footer-block,
.footer__content,
.section-sections--23763307921746__custom_liquid_4kjEP6-padding,
.section-sections--23763307856210__custom_liquid_GAxKLh-padding,
.section-sections--23763307856210__custom_liquid_cApNjC-padding {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}