/** Shopify CDN: Minification failed

Line 6:0 Unexpected "`"

**/
```css
/* Section */

.yt-loyalty-page-ways-to-earn{
  background:#fff !important;
  border:none !important;
  padding:40px 16px 30px !important;
}

.yt-loyalty-page-ways-to-earn-content{
  max-width:1200px !important;
  margin:0 auto !important;
  text-align:center !important;
}

/* Badge */

.yt-loyalty-page-ways-to-earn-badge{
  background:#fff !important;
  border:2px solid #ea1f8f !important;
  color:#ea1f8f !important;
  padding:10px 26px !important;
  border-radius:999px !important;
  font-size:13px !important;
  font-weight:700 !important;
  letter-spacing:3px !important;
  text-transform:uppercase !important;
  margin-bottom:24px !important;
}

/* Heading */

.yt-loyalty-page-ways-to-earn-title{
  font-size:58px !important;
  font-weight:700 !important;
  color:#111 !important;
  margin:0 !important;
  line-height:1.1 !important;
}

.yt-loyalty-page-ways-to-earn-subtitle{
  margin-top:16px !important;
  color:#8d8d8d !important;
  font-size:16px !important;
  max-width:600px !important;
  line-height:1.6 !important;
}

/* Grid */

.yt-loyalty-page-ways-to-earn-grid{
  margin-top:50px !important;
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  gap:28px !important;
}

/* Cards */

.yt-loyalty-page-ways-to-earn-item{
  width:calc(33.333% - 20px) !important;
  max-width:calc(33.333% - 20px) !important;
  background:#fff !important;
  border:1px solid #f2d4e4 !important;
  border-radius:28px !important;
  padding:34px 24px 26px !important;
  position:relative !important;
  overflow:hidden !important;
  transition:all .25s ease !important;
}

.yt-loyalty-page-ways-to-earn-item::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:#ea1f8f;
}

.yt-loyalty-page-ways-to-earn-item:hover{
  transform:translateY(-4px);
  border-color:#ea1f8f !important;
  box-shadow:0 10px 24px rgba(234,31,143,.12);
}

/* Icon circle */

.yt-loyalty-page-ways-to-earn-item-icon{
  width:88px;
  height:88px;
  border-radius:50%;
  background:#f8e7ef;
  display:flex !important;
  align-items:center;
  justify-content:center;
  margin:0 auto 22px !important;
  font-size:42px !important;
  color:#ea1f8f !important;
}

.yt-loyalty-page-ways-to-earn-item-icon svg{
  width:40px;
  height:40px;
}

/* Title */

.yt-loyalty-page-ways-to-earn-item-title{
  font-size:22px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
  color:#111 !important;
  min-height:auto !important;
  margin-bottom:14px !important;
  justify-content:center !important;
  align-items:center !important;
}

/* Description */

.yt-loyalty-page-ways-to-earn-item-description{
  font-size:15px !important;
  color:#7d7d7d !important;
  line-height:1.7 !important;
  min-height:auto !important;
  max-width:260px !important;
  margin:0 auto 18px !important;
}

/* Reward pill */

.yt-loyalty-page-ways-to-earn-item-description + div{
  margin-top:auto !important;
  min-height:auto !important;
}

.yt-loyalty-page-ways-to-earn-item-description + div::before{
  content:"+ Reward Points";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid #f4aacd;
  color:#ea1f8f;
  border-radius:999px;
  padding:10px 22px;
  font-size:14px;
  font-weight:700;
  min-width:180px;
}

/* Tablet */

@media(max-width:991px){

  .yt-loyalty-page-ways-to-earn-title{
    font-size:44px !important;
  }

  .yt-loyalty-page-ways-to-earn-item{
    width:calc(50% - 14px) !important;
    max-width:calc(50% - 14px) !important;
  }
}

/* Mobile */

@media(max-width:768px){

  .yt-loyalty-page-ways-to-earn{
    padding:30px 12px !important;
  }

  .yt-loyalty-page-ways-to-earn-title{
    font-size:34px !important;
  }

  .yt-loyalty-page-ways-to-earn-subtitle{
    font-size:14px !important;
  }

  .yt-loyalty-page-ways-to-earn-grid{
    gap:16px !important;
    margin-top:30px !important;
  }

  .yt-loyalty-page-ways-to-earn-item{
    width:100% !important;
    max-width:100% !important;
    padding:24px 18px !important;
  }

  .yt-loyalty-page-ways-to-earn-item-icon{
    width:72px;
    height:72px;
  }

  .yt-loyalty-page-ways-to-earn-item-title{
    font-size:20px !important;
  }
}
/* =========================================== */

#glam-gems-loyalty{
  max-width:1200px;
  margin:0 auto;
  padding:20px 16px;
  font-family:monospace;
  color:#333;
}

#glam-gems-loyalty *{
  box-sizing:border-box;
}

.loyalty-header{
  text-align:center;
  margin-bottom:24px;
}

.loyalty-badge{
  display:inline-block;
  background:#ea1f8f;
  color:#fff;
  padding:10px 24px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}

.loyalty-title{
  margin:20px 0 10px;
  font-size:56px;
  font-weight:700;
  color:#c2186a;
  line-height:1.1;
}

.loyalty-subtitle{
  margin:0;
  color:#7d7d7d;
  font-size:16px;
  line-height:1.5;
}

.tiers-wrapper{
  display:flex;
  gap:24px;
  align-items:stretch;
  justify-content:center;
  margin-top:30px;
}

.tier-card{
  flex:1;
  background:#fff;
  border:1px solid #f0c8db;
  border-radius:32px;
  overflow:hidden;
  position:relative;
  transition:all .25s ease;
  cursor:pointer;
}

.tier-card:hover{
  transform:translateY(-4px);
}

.tier-pearl:hover{
  border:3px solid #d81b75;
  box-shadow:0 8px 24px rgba(216,27,117,.15);
}

.tier-ruby:hover{
  border:3px solid #ea1f8f;
  box-shadow:0 8px 24px rgba(234,31,143,.15);
}

.tier-emerald:hover{
  border:3px solid #7425b7;
  box-shadow:0 8px 24px rgba(116,37,183,.15);
}

.tier-badge-popular{
  display:none !important;
}

.tier-icon{
  display:flex;
  justify-content:center;
  margin-top:28px;
}

.tier-icon img{
  width:90px;
  height:90px;
  object-fit:contain;
}

.tier-name{
  text-align:center;
  font-size:28px;
  font-weight:700;
  margin:18px 0;
  transition:transform .25s ease;
}

.tier-card:hover .tier-name{
  transform:scale(1.03);
}

.tier-pearl .tier-name{
  color:#c81c6f;
}

.tier-ruby .tier-name{
  color:#a90d5d;
}

.tier-emerald .tier-name{
  color:#7425b7;
}

.tier-threshold{
  width:72%;
  margin:0 auto 18px;
  text-align:center;
  border-radius:999px;
  padding:10px 16px;
}

.tier-pearl .tier-threshold{
  background:#f6dce8;
}

.tier-ruby .tier-threshold{
  background:#f0b0cf;
}

.tier-emerald .tier-threshold{
  background:#d8b5eb;
}

.tier-threshold span,
.tier-threshold strong{
  display:block;
}

.tier-threshold span{
  font-size:13px;
  color:#7c4a69;
}

.tier-threshold strong{
  font-size:15px;
  color:#7c204d;
}

.tier-stats{
  display:flex;
  border-top:1px solid #f0c8db;
  border-bottom:1px solid #f0c8db;
}

.tier-stat{
  flex:1;
  text-align:center;
  padding:22px 10px;
}

.tier-stat:not(:last-child){
  border-right:1px solid #f0c8db;
}

.stat-value{
  display:block;
  font-size:26px;
  font-weight:700;
  color:#c2186a;
  margin-bottom:6px;
}

.tier-emerald .stat-value{
  color:#7425b7;
}

.stat-label{
  display:block;
  color:#8a8a8a;
  font-size:12px;
  line-height:1.5;
}

.tier-benefits{
  list-style:none;
  margin:0;
  padding:24px;
}

.tier-benefits li{
  position:relative;
  padding-left:28px;
  margin-bottom:16px;
  font-size:15px;
  line-height:1.6;
}

.tier-benefits li:last-child{
  margin-bottom:0;
}

.tier-benefits li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#ea1f8f;
  font-size:20px;
  font-weight:700;
}

.tier-emerald .tier-benefits li::before{
  color:#7425b7;
}

.disabled-benefit{
  opacity:.35;
  text-decoration:line-through;
}

.disabled-benefit::before{
  content:"✕" !important;
  color:#999 !important;
}

.join-loyalty-btn{
  display:block;
  margin:28px auto 16px;
  padding:14px 40px;
  border:1px solid #e7dede;
  background:#fff;
  border-radius:16px;
  color:#cfcfcf;
  font-size:18px;
  cursor:pointer;
  transition:all .25s ease;
}

.join-loyalty-btn:hover{
  background:#f8f8f8;
}

.loyalty-footer-note{
  text-align:center;
  color:#9c9c9c;
  font-size:14px;
  margin-top:10px;
}

/* Tablet */

@media(max-width:991px){

  .tiers-wrapper{
    gap:16px;
  }

  .loyalty-title{
    font-size:44px;
  }

  .tier-icon img{
    width:72px;
    height:72px;
  }

  .tier-name{
    font-size:24px;
  }

  .stat-value{
    font-size:22px;
  }

  .tier-threshold{
    width:85%;
  }
}

/* Mobile */

@media(max-width:768px){

  #glam-gems-loyalty{
    padding:16px 12px;
  }

  .loyalty-title{
    font-size:36px;
  }

  .loyalty-subtitle{
    font-size:14px;
  }

  .tiers-wrapper{
    flex-direction:column;
    gap:20px;
    margin-top:20px;
  }

  .tier-card{
    width:100%;
  }

  .tier-icon{
    margin-top:24px;
  }

  .tier-icon img{
    width:64px;
    height:64px;
  }

  .tier-name{
    font-size:24px;
  }

  .tier-threshold{
    width:80%;
  }

  .tier-benefits{
    padding:18px;
  }

  .join-loyalty-btn{
    width:100%;
    margin-top:20px;
  }
}
