<style>
          @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
            .header-blur-background {}
          }
          .ProductItem-gallery-slides-item.selected.going-next.loaded.next-loaded.prev-loaded {
    width: auto;
    height: auto;
}
.tweak-fixed-header .header .header-announcement-bar-wrapper {

    background: #3f4a7e	;
}
.collection-type-products .ProductItem-details h1.ProductItem-details-title {
    font-family: exo;
}
footer#footer-sections {
    background: #3f4a7e	;
    color: white;
    font-family: arial;
    text-align: center;
    padding: 30px 0px 30px 0px;
}
.products.collection-content-wrapper {
    padding-bottom: 0vw;
}
.ProductItem {
    padding-bottom: 0vw;
}
.header-nav-item.header-nav-item--collection a, .header-nav-item.header-nav-item--collection.header-nav-item--active a {
    color: white;
}
.n-columns-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    font-weight: 700;
	}
	.n-columns-2 a {
    text-align: center;
	}
	.login, .register {
    color: #3f1702;
    padding: 13px 10px;
	}
	.login, .login-button {
    border: 1px solid #262626;
    background: linear-gradient(to bottom,#f1c40f 0,#eedbbb 100%);
	}
	.register, .register-button {
    background: linear-gradient(to bottom,#a37e2c 0,#006039 100%);
    border: 1px solid #262626;
	}
        </style>