


.header-tags {
display: none;
}

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

.wrapper {
    background-image: url(https://cdn.bandtshirts.com.au/thumb/1920x/fit/https/lpatm.s3.amazonaws.com/bts2025/brand/bg-250901-113538.jpg);

    background-size: cover;
    background-attachment: fixed;

    background-position: center center;

    background-repeat: no-repeat;

    background-color: #000000;
}



    .wrapper,
    .wrapper .product-thumb .prices,
    .wrapper .product-thumb .title,
    .wrapper .product-thumb .product,
    .wrapper .product-thumb .brand {
    color: #FFFFFF;
    }



/* Product thumbnail backgrounds */


        /* Centered logo styles */
        .wrapper header.header li.nav-logo {
        width: 100% !important;
        text-align: center !important;
        }
        .wrapper header.header li.nav-logo img {
        max-height: 180px;
        }


        .wrapper header ul.nav {
        justify-content: center;
        }


    

    .wrapper .product-thumb .title::before {
    background: #729dd0;
    }

    .wrapper .accent,
    .wrapper a:not(.btn) {
    color: #729dd0;
    }

    .wrapper .btn-primary,
    .wrapper .nav-tabs li.active a,
    .wrapper .label.label-primary {
    color: #FFFFFF;
    background: #729dd0;
    }

    .wrapper .tab-content {
    border-color: #729dd0;
    }

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


    .wrapper h1.page-title {
    display: none;
    }




    .wrapper .header a, .wrapper .fixed-header a {
    color: #FFFFFF !important;
    }

