


:root {
--text-primary: #FFFFFF;
--primary: #ffc126;
--primary-dark: #ef7f00;
--primary-light: #ffcf56;
--primary-contrast: #000000;
--bs-body-color: #FFFFFF;
    --background-color: #000000;
}



.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/new-bg-260905-145833.jpg);
    background-size: cover;
            background-position: center center;
        }



.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 .product-thumb .image img,
    .wrapper .product-thumb .image,
    .wrapper .product-images img {
    background: #FFFFFF;
    }



    .wrapper .logo {
    display: none;
    }



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

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

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

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

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








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

