/** Shopify CDN: Minification failed

Line 57:17 Expected ")" to end URL token

**/
/*
custom.css

Use this file to add custom CSS to your theme.
Make sure to uncomment out the line in theme.liquid so that this css file is loaded.

For more information check out this help guide:
https://help.switchthemes.co/shapes/advanced/custom-css.html
*/

#rc_login a{
  display:block;
  padding: 0.75rem 1rem;
  background-color:#ffe92d !important;
  border-radius: 20px;
}

#recharge-app input {
  border-radius: 0 !important;
  background: unset !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Yotpo star rating code */
@media screen and (max-width: 800px) {
.section-content-top-margin .yotpo-reviews-star-ratings-widget {
    max-width: min-content !important;
}
.section-content-top-margin .yotpo-sr-bottom-line-summary {
    flex-flow: column wrap !important;
}
}
@media screen and (min-width:768px){
ul.grid.gap-theme {
    display: flex;
    justify-content: center;
}

ul.grid.gap-theme  li {
    width: 25%;
}
}


@font-face {

  font-family: “MisfitBrand2”;


  src: url(‘{{ “MisfitBrand2.otf” | asset_url }}’) format(“otf”),
}

.stay-subscription-action-btn-gift, .css-4j5p5q {
  display: none !important;
}

