


:root {
--text-primary: #FFFFFF;
--primary: #ff5e32;
--primary-dark: #ff1000;
--primary-light: #ff8c65;
--primary-contrast: #FFFFFF;
--bs-body-color: #FFFFFF;
}


footer {
background: #2E275C !important;
}
header {
background: #F4724F!important;
}
.header-tags {
display: none;
}

    body {
    background: none;
    }

.wrapper header.header {
background: transparent;
border-bottom: none;
}

.wrapper {
    /* Background image handled by ::before pseudo-element for fixed parallax */



}

    .wrapper::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
            background-color: #000000;
        background-image: url(https://cdn.bandtshirts.com.au/thumb/1920x/fit/https/lpatm.s3.amazonaws.com/bts2025/brand/Ridin-Hearts-25-website-bg-250925-133056.jpeg);
    background-size: cover;
            background-position: center bottom;
        }



.shipping-cutoffs {
background: #000000;
color: var(--text-primary, #FFFFFF);

}



.wrapper ,
.wrapper .product-thumb .prices,
.wrapper .product-thumb .title,
.wrapper .product-thumb .product,
.wrapper .product-thumb .brand {
color: var(--text-primary, #FFFFFF);
}




/* Product thumbnail backgrounds */





            .wrapper .logo {
        margin: 60px auto 0;
        }

        @media (max-width: 991px) {
        .wrapper .logo {
        margin-top: 20px;
        }
        }
    


.wrapper .product-thumb .title::before {
background: var(--primary, #ff5e32);
}

.wrapper .accent,
.wrapper a:not(.btn) {
color: var(--primary, #ff5e32);
}

.wrapper .btn-primary,
.wrapper .nav-tabs li.active a,
.wrapper .label.label-primary {
color: var(--primary-contrast, #FFFFFF);
background: var(--primary, #ff5e32);
}

.wrapper .tab-content {
border-color: var(--primary, #ff5e32);
}

.wrapper .product-thumb .brand {
display: none;
}








    .wrapper .header a, .wrapper .fixed-header a {
    color: var(--text-primary, #FFFFFF) !important;
    }

