.shop-single-page-header {
  background: url('/content/image/background.webp') center center no-repeat !important;
  background-size: cover !important;
  border-bottom: 3px solid var(--primary);
}

.bg-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;  
  padding-top: 50%;
}

.bg-slide:before {
  display: block;
  content: "";
}

.bg-slide-overlay {
  background: #fff;
  background-image: radial-gradient(farthest-side at 0% 0%, #d1c7b5, #fff);
  top: 0;
  left: 0;
  width: 450px;
  box-shadow: 0 0 30px 26px #fff;
  border-radius: 0 0 50px 0;
  border-radius: 0px 0px 100px 0px / 0px 0px 50px 0px;
  padding: 30px;
  position: absolute;
}

.bg-slide-overlay .h1 {
  font-weight: bold;
  font-size: 32px;
}

.bg-slide-overlay .btn-dark {
  font-size: 22px;
}

.btn-dark {
  color: var(--primary) !important;
  background: #000;
  text-transform: uppercase;
}

.carousel-indicators li {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  border: 3px solid var(--primary);
  opacity: 1;
  background: #000;
  box-shadow: 0 0 4px 3px #000;
}

.carousel-indicators li.active {
  background: var(--primary);
}

.gold-highlight h1 {
  background: linear-gradient(to bottom, rgba(209,152,54,1) 0%,rgba(206,170,113,1) 50%,rgba(206,159,84,1) 51%,rgba(206,184,148,1) 100%);
  background-clip: text;
  font-weight: bold;
  color: transparent;
}

.bg-gold {
  background-image: linear-gradient(to bottom right, rgba(209,152,54,1) 0%,rgba(206,170,113,1) 50%,rgba(206,159,84,1) 51%,rgba(206,184,148,1) 100%);  
  background-repeat: no-repeat;
  -x-background-size: 400px 400px;
  color: var(--dark);
}

.shop-description h1, .shop-description h2, .shop-description h3, .shop-description h4 {
  color: var(--primary);
}

.shop-item-purchase-widget {
  border-radius: 0 !important;
  border-color: var(--primary) !important;
}

.shop-item-purchase-widget h3 {
  color: var(--primary);
}

.nav-tabs .nav-link.active {
  border-color: var(--primary) var(--primary) #000
}

ul li {
  list-style: inside url("/content/image/bullet-sm-2.webp"); 
}

@media (max-width: 767px) {
  .bg-slide {    
    position: static;
    background: transparent;
    padding-top: 0;
  }
  .bg-slide-overlay {
    background: #fff;
    background-image: radial-gradient(farthest-side at 0% 0%, #d1c7b5, #fff);    
  	width: auto;
  	box-shadow: none;
    border-radius: 0;
  	padding: 30px 20px 60px;
  	position: static;
  }
  .bg-slide-overlay img {
    padding: 0 20%; 
  }
}




