/* Add custom CSS styles below */ 
.index header.store-header {
    --color-background: #cfa667;
}
.s-product-card-content {
    background: linear-gradient(0deg,rgba(185, 148, 77, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 0 0 10px 10px;
}
.NG-categories .card-back-overlay {
    opacity: 0;
}
.NG-main-banner .text-wrapper a 
, .NG-hero-section .button
, .GL-promotional-banner a.btn-swap{
    background: linear-gradient(270deg,rgba(185, 148, 77, 1) 0%, rgba(214, 185, 122, 1) 100%);
  border: none;
}
@media (min-width: 1200px) {
  .GL-promotional-banner h2 {
    font-size: 47px;
}
}
@media (max-width: 600px) {
.GL-promotional-banner .flex.flex-col.md\:flex-row.gap-4 {
    height: 90vh !important;
}}

/*dark*/
body#app , .s-breadcrumb-wrapper{
    color: #fff;
}
.single__test .s-social-share-list li a {
    background-color: #d4a045;
}
.NG-index #product-filter, .mm-ocd #product-filter {
    color: #000;
}
#coupon-input {
  color: #000000 !important;
}

#coupon-input::placeholder {
  color: #888888 !important;
}