/** Shopify CDN: Minification failed

Line 978:0 Unexpected "{"
Line 978:1 Expected identifier but found "%"
Line 995:78 Unexpected "{"
Line 995:79 Expected identifier but found "%"
Line 1047:0 Unexpected "{"
Line 1047:1 Expected identifier but found "%"
Line 1047:29 Expected identifier but found "%"
Line 1073:0 Unexpected "{"
Line 1073:1 Expected identifier but found "%"
Line 1078:2 Unexpected "{"
... and 1 more hidden warnings

**/
/* ============================================
   Joy Loyalty Page — Custom Styles
   Store: Dwarves Bags
   Theme: Impulse 8.2.0
   ============================================ */

/* -------------------------
   Variables & Base
   ------------------------- */
* {
  --joy-color-primary: #000000;
  --joy-color-bg: #ffffff;
  --joy-color-bg-alt: #f7f7f7;
  --joy-color-text: #000000;
  --joy-color-text-muted: #555555;
  --joy-color-border: #e8e1e3;
  --joy-color-button: #111111;
  --joy-color-button-text: #ffffff;
  --joy-color-accent: #108474;
  --joy-radius: 50px;
  --joy-radius-card: 12px;
  --joy-font-body: "Cabin", sans-serif;
  --joy-font-heading: inherit;
  --joy-section-spacing: 80px;
  --joy-content-max-width: 1200px;
}

/* -------------------------
   Hero Banner
   ------------------------- */
.joy-banner-with-background .banner-with-background__heading h1,
.joy-banner-with-background .banner-with-background__heading h2,
.joy-banner-with-background .banner-with-background__heading p {
  font-family: var(--joy-font-heading);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.joy-banner-with-background .banner-with-background__text p {
  font-family: var(--joy-font-body);
  font-size: 16px;
  line-height: 1.6;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.joy-banner-with-background .banner-with-background__buttons .btn-primary,
.joy-banner-with-background .banner-with-background__buttons .btn-secondary {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 13px;
  border-radius: var(--joy-radius);
  padding: 14px 36px;
  transition: all 0.3s ease;
}

.joy-banner-with-background .banner-with-background__buttons .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* -------------------------
   Section Spacing (all Joy app blocks)
   ------------------------- */
.template-page-joy-loyalty-page .shopify-section--apps {
  padding-top: var(--joy-section-spacing);
  padding-bottom: var(--joy-section-spacing);
}

.template-page-joy-loyalty-page .shopify-section--apps:first-of-type {
  padding-top: 0;
}

/* -------------------------
   How It Works
   ------------------------- */
.joy-how-it-work-wrapper {
  max-width: var(--joy-content-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.joy-how-it-work-wrapper .Joy-Blocks__Heading {
  font-family: var(--joy-font-heading) !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 28px !important;
  color: var(--joy-color-text) !important;
}

.joy-how-it-work-wrapper .Joy-Blocks__SubTitle {
  font-family: var(--joy-font-body) !important;
  color: var(--joy-color-text-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

/* Steps grid */
.joy-how-it-work-wrapper .Joy-Work__Container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  text-align: left !important;
  counter-reset: step-counter;
}
div .Joy-Work__Item {
    border-radius: unset;
}

.joy-how-it-work-wrapper .Joy-Work__Item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 40px 36px !important;
  border-left: 1px solid var(--joy-color-border);
  transition: background 0.3s ease;
  counter-increment: step-counter;
}

.joy-how-it-work-wrapper .Joy-Work__Item:first-child {
  border-left: none;
}

.joy-how-it-work-wrapper .Joy-Work__Item::before {
  content: "0" counter(step-counter);
  font-family: var(--joy-font-heading);
  font-weight: 200;
  font-size: 64px;
  line-height: 1;
  color: var(--joy-color-border);
  margin-bottom: 24px;
}
/* 
.joy-how-it-work-wrapper .Joy-Work__Item:hover {
  background: var(--joy-color-bg-alt);
} */
@media only screen and (min-width: 321px) and (max-width: 459px) {
    div .joy-how-it-work-wrapper .Joy-Work__Container {
        grid-template-columns: 1fr !important;
    }
    div .joy-how-it-work-wrapper .Joy-Work__Item {
      align-items: center !important;
      border-left: unset;
    }
    div .joy-how-it-work-wrapper .Joy-Work__Item-SubTitle {
      text-align: center !important;
    }
    div .joy-how-it-work-wrapper .Joy-Work__Item__Title {
      justify-content: center !important;
    }
    .joy-how-it-work-wrapper .Joy-Work__Item--ActionIcon {
        display: none;
    }
}

/* Product icon */
.joy-how-it-work-wrapper .Joy-Work__Item--ActionIcon {
  width: 72px !important;
  height: auto !important;
  object-fit: contain;
  margin-bottom: 20px !important;
}

/* Title */
.joy-how-it-work-wrapper .Joy-Work__Item__Title {
  justify-content: flex-start !important;
}

.joy-how-it-work-wrapper .Joy-Work__Item-Title {
  font-family: var(--joy-font-heading) !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 14px !important;
  color: var(--joy-color-text) !important;
  margin-bottom: 8px;
}

/* Description */
.joy-how-it-work-wrapper .Joy-Work__Item-SubTitle {
  font-family: var(--joy-font-body) !important;
  color: var(--joy-color-text-muted) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

/* Hide the arrow link icon */
.joy-how-it-work-wrapper .Joy-Work__Item--Link {
  display: none !important;
}

/* -------------------------
   Ways to Earn
   ------------------------- */
.joy-way-to-earn-wrapper {
  max-width: var(--joy-content-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.joy-way-to-earn-wrapper .joy-way-to-earn-heading {
  font-family: var(--joy-font-heading) !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 28px !important;
  color: var(--joy-color-text) !important;
}

.joy-way-to-earn-wrapper .joy-way-to-earn-subtitle {
  font-family: var(--joy-font-body) !important;
  color: var(--joy-color-text-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  max-width: 560px;
  margin: 8px auto 0 !important;
}

.joy-way-to-earn-wrapper .joy-way-to-earn-card {
  border-radius: var(--joy-radius-card) !important;
  border: 1px solid var(--joy-color-border) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.joy-way-to-earn-wrapper .joy-way-to-earn-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.joy-way-to-earn-wrapper .joy-way-to-earn-program-name {
  font-family: var(--joy-font-heading) !important;
  font-weight: 600;
  font-size: 14px !important;
  color: var(--joy-color-text) !important;
}

.joy-way-to-earn-wrapper .joy-way-to-earn-points {
  font-family: var(--joy-font-body) !important;
  color: var(--joy-color-text-muted) !important;
  font-size: 13px !important;
}

/* -------------------------
   Ways to Redeem
   ------------------------- */
.joy-way-to-redeem-wrapper {
  max-width: var(--joy-content-max-width);
  margin: 0 auto;
}

.joy-way-to-redeem-wrapper .joy-way-to-redeem-heading {
  font-family: var(--joy-font-heading) !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 28px !important;
  color: var(--joy-color-text) !important;
}

.joy-way-to-redeem-wrapper .joy-way-to-redeem-subtitle {
  font-family: var(--joy-font-body) !important;
  color: var(--joy-color-text-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  max-width: 560px;
  margin: 8px auto 0 !important;
}

.joy-way-to-redeem-wrapper .joy-way-to-redeem-card {
  border-radius: var(--joy-radius-card) !important;
  border: 1px solid var(--joy-color-border) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.joy-way-to-redeem-wrapper .joy-way-to-redeem-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.joy-way-to-redeem-wrapper .joy-way-to-redeem-program-name {
  font-family: var(--joy-font-heading) !important;
  font-weight: 600;
  font-size: 14px !important;
  color: var(--joy-color-text) !important;
}

.joy-way-to-redeem-wrapper .joy-way-to-redeem-reward {
  font-family: var(--joy-font-body) !important;
  color: var(--joy-color-text-muted) !important;
  font-size: 13px !important;
}


/* -------------------------
   Referral
   ------------------------- */
.joy-referral-wrapper {
  max-width: var(--joy-content-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.joy-referral-wrapper .joy-referral-heading {
  font-family: var(--joy-font-heading) !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 28px !important;
  color: var(--joy-color-text) !important;
}

.joy-referral-wrapper .joy-referral-subtitle {
  font-family: var(--joy-font-body) !important;
  color: var(--joy-color-text-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.joy-referral-wrapper .joy-referral-link-input {
  border-radius: var(--joy-radius-card) !important;
  border: 1px solid var(--joy-color-border) !important;
  font-family: var(--joy-font-body) !important;
}

.joy-referral-wrapper .joy-referral-copy-btn,
.joy-referral-wrapper .joy-referral-share-btn {
  border-radius: var(--joy-radius) !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-size: 12px !important;
  font-family: var(--joy-font-heading) !important;
}

/* -------------------------
   FAQ
   ------------------------- */
.joy-faq-wrapper {
  max-width: var(--joy-content-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.joy-faq-wrapper .joy-faq-heading {
  font-family: var(--joy-font-heading) !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 28px !important;
  color: var(--joy-color-text) !important;
}

.joy-faq-wrapper .joy-faq-subheading {
  font-family: var(--joy-font-body) !important;
  color: var(--joy-color-text-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  max-width: 560px;
  margin: 8px auto 0 !important;
}

.joy-faq-wrapper .joy-faq-item {
  border-radius: var(--joy-radius-card) !important;
  border: none !important;
  margin-bottom: 8px !important;
  overflow: hidden;
}

.joy-faq-wrapper .joy-faq-question {
  font-family: var(--joy-font-heading) !important;
  font-weight: 600;
  font-size: 15px !important;
  color: var(--joy-color-text) !important;
  padding: 18px 24px !important;
}

.joy-faq-wrapper .joy-faq-answer {
  font-family: var(--joy-font-body) !important;
  color: var(--joy-color-text-muted) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  padding: 0 24px 18px !important;
}

/* -------------------------
   Global Joy Section Headings
   (Unified heading treatment)
   ------------------------- */
.template-page-joy-loyalty-page [class*="joy-"][class*="-heading"],
.template-page-joy-loyalty-page [class*="joy-"][class*="-title"] {
  text-align: center;
}

.template-page-joy-loyalty-page [class*="joy-"][class*="-subheading"],
.template-page-joy-loyalty-page [class*="joy-"][class*="-subtitle"] {
  text-align: center;
}

/* -------------------------
   Icon Styling
   ------------------------- */
.template-page-joy-loyalty-page .joy-way-to-earn-icon svg,
.template-page-joy-loyalty-page .joy-way-to-redeem-icon svg,
.template-page-joy-loyalty-page .joy-how-it-work-icon svg {
  color: var(--joy-color-text) !important;
  opacity: 0.7;
}

/* -------------------------
   Mobile Responsive
   ------------------------- */
@media screen and (max-width: 749px) {
  .template-page-joy-loyalty-page {
    --joy-section-spacing: 56px;
  }

  .joy-how-it-work-wrapper .joy-how-it-work-heading,
  .joy-way-to-earn-wrapper .joy-way-to-earn-heading,
  .joy-way-to-redeem-wrapper .joy-way-to-redeem-heading,
  .joy-vip-tier-wrapper .joy-vip-tier-heading,
  .joy-referral-wrapper .joy-referral-heading,
  .joy-faq-wrapper .joy-faq-heading {
    font-size: 22px !important;
  }

  .joy-how-it-work-wrapper .joy-how-it-work-subheading,
  .joy-way-to-earn-wrapper .joy-way-to-earn-subtitle,
  .joy-way-to-redeem-wrapper .joy-way-to-redeem-subtitle,
  .joy-vip-tier-wrapper .joy-vip-tier-subheading,
  .joy-faq-wrapper .joy-faq-subheading {
    font-size: 14px !important;
  }

  .joy-how-it-work-wrapper .joy-how-it-work-step {
    padding: 24px 20px;
  }

  .joy-faq-wrapper .joy-faq-question {
    font-size: 14px !important;
    padding: 16px 20px !important;
  }

  .joy-faq-wrapper .joy-faq-answer {
    font-size: 13px !important;
    padding: 0 20px 16px !important;
  }

  .banner-with-background__buttons .btn-primary,
  .banner-with-background__buttons .btn-secondary {
    padding: 12px 28px;
    font-size: 12px;
  }
}

/* -------------------------
   Alternating Section Backgrounds
   ------------------------- */
.template-page-joy-loyalty-page .shopify-section--apps:nth-child(even) {
  background-color: var(--joy-color-bg-alt);
}

.template-page-joy-loyalty-page .shopify-section--apps:nth-child(odd) {
  background-color: var(--joy-color-bg);
}

/* ---------- Card ---------- */

/* #joy-vip-tiers .Joy-Tier__Item{
    position:relative;
    padding:26px 24px 22px !important;
    background:#FCFAF7;
    border:1px solid #DCCFBE;
    border-radius:18px;
    overflow:hidden;
    transition:.3s ease;
} */
#joy-vip-tiers .Joy-Tier__Item{
    position:relative;
    padding:26px 24px 22px !important;
    background:#FCFAF7;
    border:1px solid #E5D9CB;
    border-radius:18px;
    box-shadow:
        0 4px 10px rgba(79,55,30,.04),
        0 12px 30px rgba(79,55,30,.08);
    transition:.3s ease;
    gap: 0px;
}

#joy-vip-tiers .Joy-Tier__Item:hover{
    transform:translateY(-6px);
    box-shadow:
        0 10px 22px rgba(79,55,30,.06),
        0 22px 48px rgba(79,55,30,.12);
}
/* leather texture */

#joy-vip-tiers .Joy-Tier__Item>div{
    position:relative;
    z-index:2;
}

#joy-vip-tiers .Joy-Tier__Item::after{
    content:"";
    position:absolute;
    inset:0;
    opacity:.05;
    pointer-events:none;
    background:
        radial-gradient(circle at 20% 30%,rgba(0,0,0,.08) .5px,transparent .6px),
        radial-gradient(circle at 80% 60%,rgba(255,255,255,.5) .5px,transparent .6px);
    background-size:14px 14px;
}

/* ---------- Dots ---------- */

#joy-vip-tiers .Joy-Tier__Item:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #34261d;
}

/* ---------- Top line ---------- */

#joy-vip-tiers .Joy-Tier__Divider{
    display:none;
}

p.Joy-VIPTier__Text.subheading,
.Joy-FAQ__Question label {
    letter-spacing: normal !important;
    text-transform: none !important;
}

#joy-vip-tiers .Joy-Tier__Item .Joy-VIPTier__Header--Container:first-child:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    right: 0;
    height: 1.5px;
    background: #e2d8cc;
    transform: translate(-40%);
    width: 90%;
}

/* ---------- Header ---------- */

#joy-vip-tiers .Joy-Tier__Item > .Joy-VIPTier__Header--Container{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:22px;
    margin:18px 0 22px;
    position:relative;
    width: 90%;
}

/* text block */

#joy-vip-tiers .Joy-Tier__Item > .Joy-VIPTier__Header--Container > .Joy-VIPTier__Header--Container{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:center;
    gap:4px;
    flex:1;
}

/* top divider */

#joy-vip-tiers .Joy-Tier__Item > .Joy-VIPTier__Header--Container::before{
content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    right: 0;
    height: 1.5px;
    background: #e2d8cc;
    transform: translate(-40%);
    width: 90%;
}

/* ---------- Icon ---------- */

#joy-vip-tiers .Joy-VIPTier__Image{
    /* width:72px !important;
    height:72px !important; */
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    margin:0 !important;
    border:1px solid #DDCFBE;
    box-shadow:
        inset 0 2px 3px rgba(255,255,255,.7),
        0 8px 18px rgba(0,0,0,.08);
}
.Joy-VIPTier__Block .Joy-VIPTier__Swiper .Joy-Swiper__Container.Joy-Swiper__Pagination .swiper-wrapper {
    margin-top: 20px;
}
/* icon */

#joy-vip-tiers .Joy-VIPTier__Image svg{
    width:38px;
    height:38px;
}

/* ---------- Tier ---------- */

#joy-vip-tiers .Joy-VIPTier__TierName{
    margin:0 !important;
    font-size:30px !important;
    letter-spacing:.16em;
    text-transform:uppercase;
    line-height:1;
    text-align:left !important;
}

/* subtitle */

#joy-vip-tiers .Joy-VIPTier__Header--Container
.Joy-VIPTier__Text:not(.Joy-VIPTier__TierName){
    text-align:left !important;
    line-height:1.6;
    color:#66574A;
}
/* ---------- Icon ---------- */

#joy-vip-tiers .Joy-VIPTier__Image{
    width:62px !important;
    height:62px !important;
    margin:18px auto 16px !important;
    border-radius:50%;
    display:flex !important;
    justify-content:center;
    align-items:center;
    background:#F7EFE7;
    border:1px solid #E2D7CA;
    box-shadow:
        inset 0 2px 3px rgba(255,255,255,.7),
        0 6px 14px rgba(0,0,0,.05);
    transition:.3s;
}

#joy-vip-tiers .Joy-Tier__Item:hover .Joy-VIPTier__Image{
    transform:translateY(-2px);
}

#joy-vip-tiers .Joy-VIPTier__Image svg{
    width:34px;
    height:34px;
}

#joy-vip-tiers .Joy-VIPTier__Image path{
    fill:#5B4638;
}

/* ---------- Tier ---------- */

#joy-vip-tiers .Joy-VIPTier__TierName{
    margin:2px 0 10px;
    font-size:30px !important;
    font-weight:600;
    letter-spacing:.16em;
    color:#5A4638;
    text-transform:uppercase;
}

/* ---------- Description ---------- */

#joy-vip-tiers .Joy-VIPTier__Header--Container .Joy-VIPTier__Text:not(.Joy-VIPTier__TierName){
    color:#6A5C51;
    font-size:15px;
    line-height:1.6;
}

/* ---------- Divider ---------- */

#joy-vip-tiers .Joy-VIPTier__Perk{
    width:100%;
    margin-top: 0px !important;
    padding-top:20px;
    border-top:1px dashed #D9CDC0;
}

/* ---------- Perk ---------- */

#joy-vip-tiers .Joy-VIPTier__Inline{
    gap:10px;
    margin-bottom:14px;
}

#joy-vip-tiers .Joy-VIPTier__Inline:last-child{
    margin-bottom:0;
}

#joy-vip-tiers .Joy-VIPTier__Perk--icon{
    width:18px;
    height:18px;
}

#joy-vip-tiers .Joy-VIPTier__Perk--icon path{
    fill:#5E483A;
}

#joy-vip-tiers .Joy-VIPTier__Text.start{
    font-size:15px;
    color:#4F4339;
}

#joy-vip-tiers .Joy-VIPTier__FreeGiftChevron{
    color:#705847;
}

/* ---------- VIP color ---------- */

#joy-vip-tiers .Joy-Tier__Item[data-tier-id="kQSK6HYkTnSYsAgUUPhI"]::before{
    background:#2F241D;
    box-shadow:
        12px 0 #61705B,
        24px 0 #D8D2C8;
}

#joy-vip-tiers .Joy-Tier__Item[data-tier-id="kQSK6HYkTnSYsAgUUPhI"] .Joy-VIPTier__Image{
    background:#EEF2EC;
}
/* ============================= */
/* Tier colors */
/* ============================= */

/* MEMBER */

.Joy-Tier__Item[data-tier-id="fm9tYWZp82AclPYfHbqf"]::before{
    background:#3B2A20;
    box-shadow:
        12px 0 #7A5C47,
        24px 0 #D6BEA3;
}

.Joy-Tier__Item[data-tier-id="fm9tYWZp82AclPYfHbqf"] .Joy-VIPTier__Image{
    background:#F7EEE6;
}

.Joy-Tier__Item[data-tier-id="fm9tYWZp82AclPYfHbqf"] .Joy-VIPTier__Image path{
    fill:#6A5041;
}

/* INSIDER */

.Joy-Tier__Item[data-tier-id="L7U8O0fJLmRDQnu9E0J4"]::before{
    background:#3B2A20;
    box-shadow:
        12px 0 #B35F39,
        24px 0 #D38A4B;
}

.Joy-Tier__Item[data-tier-id="L7U8O0fJLmRDQnu9E0J4"] .Joy-VIPTier__Image{
    background:#F8EFE7;
}

.Joy-Tier__Item[data-tier-id="L7U8O0fJLmRDQnu9E0J4"] .Joy-VIPTier__Image path{
    fill:#8E5A39;
}

/* VIP */

.Joy-Tier__Item[data-tier-id="kQSK6HYkTnSYsAgUUPhI"]::before{
    background:#3B2A20;
    box-shadow:
        12px 0 #6A775F,
        24px 0 #D7D2CA;
}
div .Joy-VIPTier__Block .Joy-VIPTier__Swiper .Joy-Swiper__Container .Joy-Tier__Item .Joy-Tier__NextTierText {
    background: #e2d8cc;
    border-radius: 10px;
    padding: 10px 5px;
}
#joy-vip-tiers .Joy-Tier__Divider {
    visibility: hidden;
}

.Joy-Tier__Item[data-tier-id="kQSK6HYkTnSYsAgUUPhI"] .Joy-VIPTier__Image{
    background:#EEF2EC;
}

.Joy-Tier__Item[data-tier-id="kQSK6HYkTnSYsAgUUPhI"] .Joy-VIPTier__Image path{
    fill:#586551;
}
div .Joy-VIPTier__Block .Joy-VIPTier__Swiper .Joy-Swiper__Container .Joy-Tier__Item .current-tier-button {
    width: max-content;
    position: absolute !important;
    top: -15px;
    padding: 5px;
    border-radius: 20px;
}
/* referral */
div .referral-section-template--27528890188074__joy_referral_program_style_custom_6zRyAz .referral-image img {
    height: 500px;
}
@media screen and (max-width: 749px) {
  div .referral-section-template--27528890188074__joy_referral_program_style_custom_6zRyAz .referral-image img {
      height: 350px;
  }
}
/* faq */
div .Joy-FAQ__Answers {
    margin-bottom: unset;
}
div.Joy-FAQ__Question {
    border-top: 1px solid;
}
div.Joy-FAQ__Row:last-child {
    border-bottom: 1px solid;
}
.Joy-FAQ__Question label {
    margin-bottom: unset;
}


 /* --------------------------------------------------------------------------
   2. WAYS TO EARN  (.Joy__Way-To-Earn) — square tiles, icon top-left, points bottom
   Soft shadow, lift on hover, icon's circle blooms across the tile.
   -------------------------------------------------------------------------- */
   @media (prefers-reduced-motion: reduce) {
  .Joy__Way-To-Earn .joy-way-to-earn-wrapper .Joy-WayEarn__Item,
  .Joy__Way-To-Earn .Joy-Earn__Item-Icon::before { transition: none; }
  .Joy__Way-To-Earn .joy-way-to-earn-wrapper .Joy-WayEarn__Item:hover { transform: none; }
  .Joy__Way-To-Earn .joy-way-to-earn-wrapper .Joy-WayEarn__Item:hover .Joy-Earn__Item-Icon::before { transform: scale(1.15); }
}
.Avada-Joy__Block {
  --joy-accent: #5a4844;
  --joy-accent-light: #5a4844;
  --joy-accent-soft: rgb(89 71 67 / 20%);
  --joy-ink: rgb(var(--color-foreground, 18 18 18));
  --joy-muted: rgba(var(--color-foreground, 18 18 18), 0.62);
  --joy-line: #e4e7e7;
 
  --joy-panel: #f5f3f1;
  --joy-panel-w: 1200px;        /* MATCH to navbar / theme page width */
  --color-foreground: black;
 
  padding: clamp(3rem, 6vw, 5.5rem) 1.5rem;
 
}
.Joy__Way-To-Earn .Joy-WayEarn__List {
  max-width: var(--joy-panel-w);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}

.Joy__Way-To-Earn .joy-way-to-earn-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.9rem, 2vw, 1.25rem);
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
}
div .Joy-Earn__ItemIcon-CustomImg {
    z-index: 1;
    width: 35px;
    height: 35px;
}
.Joy__Way-To-Earn .joy-way-to-earn-wrapper .Joy-WayEarn__Item {
    width: auto;
    margin: 0;
    position: relative;
    overflow: hidden;
    /* aspect-ratio: 1 / 1; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    background: #fff !important;
    border: 1px solid rgb(89 68 68 / 50%) !important;
    border-radius: 18px !important;
    box-shadow: 0 2px 5px rgba(var(--color-foreground, 18 18 18), 0.03),
              0 12px 26px rgba(var(--color-foreground, 18 18 18), 0.06);
    padding: clamp(1.25rem, 2.2vw, 1.75rem);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Joy__Way-To-Earn .joy-way-to-earn-wrapper .Joy-WayEarn__Item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(var(--color-foreground, 18 18 18), 0.07),
              0 22px 42px rgba(var(--color-foreground, 18 18 18), 0.11);
}

/* icon in a circle, top-left; circle blooms across the tile on hover */
.Joy__Way-To-Earn .Joy-Earn__Item-Icon {
  flex: none;
  position: relative;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Joy__Way-To-Earn .Joy-Earn__Item-Icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--joy-accent-soft);
  z-index: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.Joy__Way-To-Earn .joy-way-to-earn-wrapper .Joy-WayEarn__Item:hover .Joy-Earn__Item-Icon::before {
  transform: scale(3.2);
}
.Joy__Way-To-Earn .Joy-Earn__Item-Icon > div,
.Joy__Way-To-Earn .Joy-Earn__Item-Icon svg { position: relative; z-index: 1; }
.Joy__Way-To-Earn .Joy-Earn__Item-Icon svg { width: 30px; height: 30px; }
div .Joy__Way-To-Earn {
    padding-top: unset;
}
/* icon colour — blue monoline */
.Joy__Way-To-Earn .Joy-Earn__Item-Icon svg [stroke] { stroke: var(--joy-accent) !important; }
.Joy__Way-To-Earn .Joy-Earn__Item-Icon svg [fill="#222222"],
.Joy__Way-To-Earn .Joy-Earn__Item-Icon svg [fill="#000001"],
.Joy__Way-To-Earn .Joy-Earn__Item-Icon svg [fill="#222"],
.Joy__Way-To-Earn .Joy-Earn__Item-Icon svg [fill="#000"],
.Joy__Way-To-Earn .Joy-Earn__Item-Icon svg [fill="black"] { fill: var(--joy-accent) !important; }
.Joy__Way-To-Earn .Joy-Earn__Item-Icon svg .Avada-Joy_ColorTrigger { fill: var(--joy-accent-light) !important; }

/* action + points anchored bottom-left */
.Joy__Way-To-Earn .Joy-Earn__Item-Text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}
.Joy__Way-To-Earn .Joy-Earn__Item-Title {
  margin: 0;
  font-family: var(--font-body-family);
  font-weight: 600;
  /* font-size: clamp(0.95rem, 1.4vw, 1.05rem); */
  line-height: 1.3;
}
.Joy__Way-To-Earn .Joy-Earn__Item-SubTitle {
  margin: 0;
  font-family: var(--font-heading-family);
  font-weight: 800;
  font-size: clamp(0.6rem, 1.9vw, 1rem);
  letter-spacing: -0.015em;
  line-height: 1.1;
  opacity: 1;
}
div .Joy__Way-To-Earn .Joy-Earn__Item-Icon {
    width: 90px;
    height: 90px;
}
/* Show more — text link */
{% comment %} .Joy__Way-To-Earn .Joy-WayEarn__ShowMore {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.Joy__Way-To-Earn .Joy-WayEarn__ShowMore button {
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--joy-accent);
  background: none;
  border: 0;
  padding: 0.25rem 0;
  cursor: pointer;
  border-bottom: 1px solid currentColor;
}
.Joy__Way-To-Earn .Joy-WayEarn__ShowMore button::after { content: " \2192"; } {% endcomment %}
.Joy__Way-To-Earn .joy-way-to-earn-wrapper .Joy-WayEarn__Item {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.Joy__Way-To-Earn .joy-way-to-earn-wrapper .Joy-WayEarn__Item:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 20px rgba(var(--color-foreground,18 18 18),0.08),
              0 26px 48px rgba(var(--color-foreground,18 18 18),0.13) !important;
}
.Joy__Way-To-Earn .Joy-Earn__Item-SubTitle {
  /* font-size: clamp(1.6rem, 2.6vw, 2rem);    */
}
/* .Joy__Way-To-Earn .Joy-Earn__Item-Title {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
} */
/* --------------------------------------------------------------------------
   MOBILE  (<= 749px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 749px) {

  .Joy__Way-To-Earn .joy-way-to-earn-wrapper { grid-template-columns: repeat(1, 1fr); gap: 0.75rem; }
  .Joy__Way-To-Earn .joy-way-to-earn-wrapper .Joy-WayEarn__Item {
        padding: 1.1rem;
        border-radius: 16px !important;
        align-items: center;
    }
  .Joy__Way-To-Earn .Joy-Earn__Item-Icon { width: 46px; height: 46px; }
  .Joy__Way-To-Earn .Joy-Earn__Item-Icon svg { width: 25px; height: 25px; }
  .Joy__Way-To-Earn .Joy-Earn__Item-SubTitle { font-size: 1rem; }
  div .Joy-Earn__ItemIcon-CustomImg, div div.Joy__Way-To-Earn .Joy-Earn__Item-Icon {
    width: 60px;
    height: 60px;
  }
   div .Joy-Earn__ItemIcon-CustomImg {
    width: 40px;
    height: 40px;
  }
  .Avada-Joy__Block .Joy-Blocks__SubTitle {
    margin-bottom: 20px;
  }
  div .Joy__Way-To-Earn .Joy-Earn__Item-Text {
    align-items: center;
  } 
  div .joy-way-to-earn-wrapper {
    padding: unset;
  }
  div.Joy__Way-To-Redeem .Joy-Redeem__Item {
    padding: unset;
  }
}


{% comment %} way to redeem {% endcomment %}
  /* --------------------------------------------------------------------------
   3. WAYS TO REDEEM  (.Joy__Way-To-Redeem)
   Linked rows: blue icon tile → dot connector → white pill.
   In the pill: cost line on the left, reward value large on the right.
   -------------------------------------------------------------------------- */
.Joy__Way-To-Redeem .Joy-Redeem__Item {
    flex-direction: row;
}
.Joy__Way-To-Redeem { padding-bottom: clamp(3rem, 6vw, 5.5rem) !important; }
 
.Joy__Way-To-Redeem .Joy-Redeem__List {
  max-width: var(--joy-panel-w);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}
div .Joy-Redeem__Item-Text .Joy-Redeem__Item-Title {
    margin-bottom: unset;
}
div.Joy__Way-To-Redeem .Joy-Redeem__Item-Text {
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    align-content: stretch;
    justify-content: center;
}
{% comment %} .Joy__Way-To-Redeem .joy-way-to-redeem-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.85rem, 1.6vw, 1.15rem);
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
} {% endcomment %}
 div.Joy__Way-To-Redeem div.Joy-Redeem__Item-Text {
    justify-content: space-between;
}
/* row = transparent flex; tile + pill are the visible parts */
.Joy__Way-To-Redeem .Joy-Redeem__Item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: transform 0.28s ease;
}
.Joy__Way-To-Redeem .Joy-Redeem__Item:hover { transform: translateY(-3px) !important; }
 
/* blue icon tile */
.Joy__Way-To-Redeem .Joy-Redeem__Item-Icon {
    flex: none;
    position: relative;
    z-index: 2;
    width: 88px;
    border-radius: 18px;
    background: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* box-shadow: 0 10px 22px rgb(255 255 255); */
}
div .Joy__Way-To-Redeem .Joy-Redeem__Item-Icon svg .Avada-Joy_ColorTrigger {
    fill: rgb(89 71 67) !important;
}
.Joy__Way-To-Redeem .Joy-Redeem__Item-Icon span { display: flex; }
.Joy__Way-To-Redeem .Joy-Redeem__Item-Icon svg { width: 42px; height: 42px; }
/* white icon on the tile */
.Joy__Way-To-Redeem .Joy-Redeem__Item-Icon svg [stroke] { stroke: #fff !important; }
.Joy__Way-To-Redeem .Joy-Redeem__Item-Icon svg [fill="#222222"],
.Joy__Way-To-Redeem .Joy-Redeem__Item-Icon svg [fill="#222"],
.Joy__Way-To-Redeem .Joy-Redeem__Item-Icon svg [fill="#000"] { fill: #fff !important; }
.Joy__Way-To-Redeem .Joy-Redeem__Item-Icon svg .Avada-Joy_ColorTrigger { fill: rgba(255,255,255,0.34) !important; }
/* three-dot connector between tile and pill */
.Joy__Way-To-Redeem .Joy-Redeem__Item-Icon::after {
  content: "";
  position: absolute;
  right: -5px; top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #cdd7e3;
  box-shadow: 5px 0 0 #cdd7e3, 10px 0 0 #cdd7e3;
}
 
/* white pill: cost (left) + reward value (right, large) */
.Joy__Way-To-Redeem .Joy-Redeem__Item-Text {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 1.25rem;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 2px 5px rgba(var(--color-foreground, 18 18 18), 0.04),
              0 12px 26px rgba(var(--color-foreground, 18 18 18), 0.06);
  padding: 1rem 1.8rem;
  min-height: 88px;
  transition: box-shadow 0.28s ease;
}
.Joy__Way-To-Redeem .Joy-Redeem__Item:hover .Joy-Redeem__Item-Text {
  box-shadow: 0 10px 18px rgba(var(--color-foreground, 18 18 18), 0.07),
              0 22px 42px rgba(var(--color-foreground, 18 18 18), 0.11);
}
.Joy__Way-To-Redeem .Joy-Way-To-Redeem__Item-SubTitle {
  grid-column: 1;
  margin: 0;
  font-family: var(--font-body-family);
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  line-height: 1.3;
  color: var(--joy-muted);
}
.Joy__Way-To-Redeem .Joy-Redeem__Item-Title {
  grid-column: 2;
  justify-self: end;
  text-align: right;
  margin: 0;
  font-family: var(--font-heading-family);
  font-weight: 800;
  /* font-size: clamp(1.5rem, 2.4vw, 2rem); */
  line-height: 1.1;
  color: var(--joy-ink) !important;
}
 
/* show more link */

.Joy__Way-To-Redeem .Joy-WayRedeem__ShowMore button::after { content: " \2192"; }
 
@media screen and (max-width: 749px) {
  .Joy__Way-To-Redeem .Joy-Redeem__Item-Icon { width: 66px; border-radius: 15px; }
  .Joy__Way-To-Redeem .Joy-Redeem__Item-Icon svg { width: 34px; height: 34px; }
  .Joy__Way-To-Redeem .Joy-Redeem__Item-Text { padding: 0.85rem 1.1rem; min-height: 66px; border-radius: 18px; column-gap: 0.75rem; }
  .Joy__Way-To-Redeem .Joy-Redeem__Item-Title { font-size: 1rem; }
  .Joy__Way-To-Redeem .Joy-Way-To-Redeem__Item-SubTitle { font-size: 0.85rem; }
  div.Joy__Way-To-Redeem .Joy-Redeem__List {
    padding-inline: unset;
}
}
 
@media (prefers-reduced-motion: reduce) {
  .Joy__Way-To-Redeem .Joy-Redeem__Item { transition: none; }
  .Joy__Way-To-Redeem .Joy-Redeem__Item:hover { transform: none !important; }
}
@media screen and (max-width: 749px) {
    .Joy__Way-To-Redeem .Joy-Redeem__Item-Text {
        border: 1px solid rgb(87 187 255 / 50%);
    }
    div #joy-vip-tiers .Joy-VIPTier__TierName {
      font-size: 22px !important;
  }
  div div.Joy__Way-To-Redeem .Joy-Redeem__Item-Text {
    flex-direction: column;
  }
  .Joy-WayEarn__List {
    margin-top: unset !important;
  }
  div .Joy-VIPTier__Block .Joy-VIPTier__Text.subheading {
        text-align: center;
  }
  div .Joy__Way-To-Earn .Joy-Earn__Item-SubTitle {
      text-align: center;
      margin-top: 5px;
  }
}

/* way to earn custom */
/* ============================================
   Joy: Custom Way to Earn — Dwarves Bags Style
   ============================================ */

/* --- Section container --- */
.joy-custom-earn-section .joy-custom-earn-container {
  background: transparent !important;
  padding-top: 0 !important;
  padding-bottom: clamp(3rem, 6vw, 5.5rem) !important;
}

/* --- Header --- */
.joy-custom-earn-section .joy-earn-header {
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.joy-custom-earn-section .joy-earn-title {
  /* font-family: var(--joy-font-heading, inherit) !important; */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700 !important;
  /* font-size: 28px !important; */
  /* color: var(--joy-color-text, #000) !important; */
}

.joy-custom-earn-section .joy-earn-subtitle {
  /* font-family: var(--joy-font-body, "Cabin", sans-serif) !important; */
  line-height: 1.6 !important;
  /* max-width: 560px; */
}

/* --- Cards --- */
.joy-custom-earn-section .joy-program-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  background: #fff !important;
  border: 1px solid rgb(89 68 68 / 50%) !important;
  border-radius: 18px !important;
  box-shadow:
    0 2px 5px rgba(18, 18, 18, 0.03),
    0 12px 26px rgba(18, 18, 18, 0.06);
  padding: clamp(1.25rem, 2.2vw, 1.75rem) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  gap: clamp(0.75rem, 1.5vw, 1rem) !important;
}

.joy-custom-earn-section .joy-program-card:hover {
  transform: translateY(-6px) !important;
  box-shadow:
    0 12px 20px rgba(18, 18, 18, 0.08),
    0 26px 48px rgba(18, 18, 18, 0.13) !important;
  border-color: rgb(89 68 68 / 50%) !important;
  background: #fff !important;
}

/* Remove shimmer effect */
.joy-custom-earn-section .joy-program-card::before {
  display: none !important;
}

/* --- Icon --- */
.joy-custom-earn-section .joy-program-icon {
  flex: none;
  position: relative;
  width: 90px !important;
  height: 90px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border-radius: 50% !important;
}

.joy-custom-earn-section .joy-program-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgb(89 71 67 / 20%);
  z-index: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.joy-custom-earn-section .joy-program-card:hover .joy-program-icon::before {
  transform: scale(3.2);
}

.joy-custom-earn-section .joy-program-icon img {
  position: relative;
  z-index: 1;
  width: 35px !important;
  height: 35px !important;
  opacity: 1 !important;
}

.joy-custom-earn-section .joy-program-icon > div {
  position: relative;
  z-index: 1;
}

/* Remove default icon hover effects */
.joy-custom-earn-section .joy-program-card:hover .joy-program-icon {
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.joy-custom-earn-section .joy-program-card:hover .joy-program-icon img {
  transform: none !important;
}

/* --- Text --- */
.joy-custom-earn-section .joy-program-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.joy-custom-earn-section .joy-program-card:hover .joy-program-content {
  transform: none !important;
}

.joy-custom-earn-section .joy-program-name {
  margin: 0 !important;
  font-family: var(--joy-font-body, "Cabin", sans-serif) !important;
  font-weight: 600 !important;
  line-height: 1.3;
  color: var(--joy-color-text, #000) !important;
}

.joy-custom-earn-section .joy-program-card:hover .joy-program-name {
  color: var(--joy-color-text, #000) !important;
  font-weight: 600 !important;
}

.joy-custom-earn-section .joy-program-description {
  margin: 0 !important;
  font-family: var(--joy-font-heading, inherit) !important;
  font-weight: 800 !important;
  font-size: clamp(0.6rem, 1.9vw, 1rem) !important;
  letter-spacing: -0.015em;
  line-height: 1.1;
  opacity: 0.7;
  color: var(--joy-color-text, #000) !important;
}

.joy-custom-earn-section .joy-program-card:hover .joy-program-description {
  color: var(--joy-color-text, #000) !important;
}
/* --- Icon bloom on hover --- */
.joy-custom-earn-section .joy-custom-earn-container .joy-program-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgb(89 71 67 / 20%);
  z-index: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.joy-custom-earn-section .joy-custom-earn-container .joy-program-card:hover .joy-program-icon::before {
  transform: scale(3.2);
}

.joy-custom-earn-section .joy-custom-earn-container .joy-program-card:hover .joy-program-icon {
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.joy-custom-earn-section .joy-custom-earn-container .joy-program-icon img,
.joy-custom-earn-section .joy-custom-earn-container .joy-program-icon > div {
  position: relative;
  z-index: 1;
}

.joy-custom-earn-section .joy-custom-earn-container .joy-program-content {
  position: relative;
  z-index: 1;
}
div.joy-program-icon {
    overflow: visible;
}
/* end icon bloom on hover */


/* --- Completed checkmark --- */
.joy-custom-earn-section .joy-program-checkmark {
  background: #5a4844 !important;
  box-shadow: 0 0 0 0 rgba(90, 72, 68, 0.4) !important;
}

@keyframes joy-pulse-custom {
  0% { box-shadow: 0 0 0 0 rgba(90, 72, 68, 0.4); }
  70% { box-shadow: 0 0 0 6px rgba(90, 72, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(90, 72, 68, 0); }
}

.joy-custom-earn-section .joy-program-checkmark {
  animation: joy-pulse-custom 2s ease-in-out infinite !important;
}

/* --- Banner --- */
.joy-custom-earn-section .joy-banner-image {
  border-radius: 18px !important;
}

/* --- Mobile --- */
@media screen and (max-width: 749px) {
  .joy-custom-earn-section .joy-program-card {
    padding: 1.1rem !important;
    border-radius: 16px !important;
    align-items: center !important;
  }

  .joy-custom-earn-section .joy-program-icon {
    width: 60px !important;
    height: 60px !important;
  }

  .joy-custom-earn-section .joy-program-icon img {
    width: 40px !important;
    height: 40px !important;
  }

  .joy-custom-earn-section .joy-program-content {
    align-items: center !important;
  }

  .joy-custom-earn-section .joy-program-description {
    text-align: center !important;
    margin-top: 5px !important;
  }

  .joy-custom-earn-section .joy-earn-title {
    font-size: 22px !important;
  }

  .joy-custom-earn-section .joy-earn-subtitle {
    font-size: 14px !important;
  }
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  .joy-custom-earn-section .joy-program-card,
  .joy-custom-earn-section .joy-program-icon::before {
    transition: none !important;
  }
  .joy-custom-earn-section .joy-program-card:hover {
    transform: none !important;
  }
  .joy-custom-earn-section .joy-program-card:hover .joy-program-icon::before {
    transform: scale(1.15) !important;
  }
}

.joy-referral-link-container + small.joy-form-help {
    display: none;
}
.Avada-LoyaltyPage__Modal-Paper .Avada-LoyaltyPage__Paper--SignInLink a {
    margin-left: 15px;
}

