/** Shopify CDN: Minification failed

Line 80:39 Unexpected "{"

**/


/* form input Buttons */
  .buttons-form input{
    display:none !important;
  }
  .buttons-form{
    margin-top: 10px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    gap: 10px;
  }
@media only screen and (max-width: 750px) {
  .buttons-form{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 5px;
  }
}
.InvertedColortrue label,
  .InvertedColorfalse input[type=radio]:checked+label{
    background: white;
    color: black;  
}

  .buttons-form label{
    border: 1px solid white;
    text-wrap: nowrap;
    display: inline-block;
    padding: 8.7px 10px;
    letter-spacing: .1rem;
    line-height: 1;
    text-align: center;
    transition: border .1s ease;
    cursor: pointer;
    position: relative;
    /* min-width: 35px!important; */
    font-weight: 600;
    font-size: 13px!important;
  }
  .InvertedColortrue input[type=radio]:checked+label,
  .InvertedColorfalse label{
    background: black;
    color: white;
  }
@media only screen and (max-width: 1736px) {
  .buttons-form{
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 1344px) {
  .buttons-form{
    grid-template-columns: auto auto;
  }
}

/* form input Buttons */

/* Custom CSS */

i.stamped-fa.stamped-fa-star::before {
    color: #ffd700 !important;
}

div#reviews, div#reviews p.Heading {
    border-top: 0px !important;
}

*, :before, :after {
border-style: hidden;  
}

#loyaltylion .lion-reward-item__title, {
  color: #ffffff !important;
}
.lion-reward-item__cost {
  color: #ffffff !important;
}
#loyaltylion .lion-reward-item__content {
    background-color: #b7a088 !important;
    border: 1px solid gold !important;
}
#loyaltylion .lion-action-button--tile {
  color: #ffffff !important;
}
#loyaltylion .lion-action-button {
    color: #a15817 !important;
    border: 1px solid #000 !important;
}.clasp-type-item{display:flex;align-items:center;gap:8px;cursor:pointer;opacity:.6;transition:opacity .2s}
.clasp-type-item img{width:32px;height:32px;object-fit:contain;filter:grayscale(100%);transition:filter .2s}
.clasp-type-item span{color:#bbb;transition:color .2s}
.clasp-type-item.active{opacity:1}
.clasp-type-item.active img{filter:none}
.clasp-type-item.active span{color:#fff}
