/** Shopify CDN: Minification failed

Line 72:0 Unexpected "}"
Line 438:4 Unexpected "{"
Line 438:5 Expected identifier but found "%"
Line 443:7 Unexpected "{"
Line 443:8 Expected identifier but found "%"

**/
.header__icon--menu {
  position: initial;
}

.js menu-drawer > details > summary::before,
.js menu-drawer > details[open]:not(.menu-opening) > summary::before {
  content: '';
  position: absolute;
  cursor: default;
  width: 100%;
  height: calc(100vh - 100%);
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  top: 100%;
  left: 0;
  background: rgba(var(--color-foreground), 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0s, visibility 0s;
}

menu-drawer > details[open] > summary::before {
  visibility: visible;
  opacity: 1;
  transition: opacity var(--duration-default) ease, visibility var(--duration-default) ease;
}

.menu-drawer {
  position: absolute;
  transform: translateX(100%);
  visibility: hidden;
  z-index: 3;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
  filter: drop-shadow(
    var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius)
      rgba(var(--color-shadow), var(--drawer-shadow-opacity))
  );
}

.js .menu-drawer {
  height: calc(100vh - 100%);
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
}

.js details[open] > .menu-drawer,
.js details[open] > .menu-drawer__submenu {
  transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
}

.js details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible;
}

/* .js .menu-drawer__navigation .submenu-open {
  visibility: hidden; /* hide menus from screen readers when hidden by submenu */
} */

@media screen and (min-width: 750px) {
  .menu-drawer {
    width: 40rem;
    border-width: 0 var(--drawer-border-width) 0 0;
    border-style: solid;
    border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
  }
}

.menu-drawer__inner-container {
  position: relative;
  height: 100%;
}

.menu-drawer__navigation-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: space-between;
  overflow-y: auto;
  height: 100%;
}

.menu-drawer__navigation {
  padding: 3rem 0;
  padding-top : 10px;
}

.menu-drawer__inner-submenu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.js .menu-drawer__menu li {
  margin-bottom: 0.2rem;
  
}
/* .menu-drawer__inner-submenu .menu-drawer__menu li{
  border-bottom: 1px solid #222222;
} */
.menu-drawer__inner-submenu .menu-drawer__menu {
  max-width: 95%;
  border: none !important;
}

.menu-drawer__menu-item {
  padding: 13px 20px;
  text-decoration: none;
  font-size: 16px;
}
.child-nav-text{
  font-size: 14px !important;
}

.menu-drawer summary.menu-drawer__menu-item {
  padding-inline: 20px !important;
  padding-block : 13px !important;
}
/* anchors without dropdown */
.menu-drawer .menu-drawer__menu > li > a.menu-drawer__menu-item,

/* summaries inside details */
.menu-drawer .menu-drawer__menu > li > details > summary.menu-drawer__menu-item {
  position: relative;
}
.menu-drawer .menu-drawer__menu > li > a.menu-drawer__menu-item::after,
.menu-drawer .menu-drawer__menu > li > details > summary.menu-drawer__menu-item::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background-color: #222;
}
.menu-drawer details[open] > summary.menu-drawer__menu-item::after {
  display: none;
}
.mobile-view-nav-products-general::after {
  display: none;
}


.menu-drawer__inner-submenu .menu-drawer__menu-item{
  padding-inline: 2rem;

}

/* .menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__close-button:focus,
.menu-drawer__menu-item:hover,
.menu-drawer__close-button:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.04);
} */
.menu-drawer__menu-item svg {
  transition: transform 0.2s ease;
}

/* when submenu is open */
details[open] > summary svg {
  transform: rotate(90deg);
}

.menu-drawer__menu-item--active:hover {
  background-color: rgba(var(--color-foreground), 0.08);
}

.js .menu-drawer__menu-item .icon-caret {
  display: none;
}

.menu-drawer__menu-item > .svg-wrapper {
  width: 12.5px;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

.js .menu-drawer__submenu {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--color-background));
  z-index: 1;
  transform: translateX(100%);
  visibility: hidden;
}

.js .menu-drawer__submenu .menu-drawer__submenu {
  overflow-y: auto;
}

.menu-drawer__close-button {
  margin-top: 1.5rem;
  padding: 1.2rem 2.6rem 1.2rem 3rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  width: 100%;
  background-color: transparent;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  text-align: left;
}

.menu-drawer__close-button .svg-wrapper {
  transform: rotate(180deg);
  margin-right: 1rem;
  width: 15px;
}

.menu-drawer__utility-links {
  padding: 0;
  /* background-color: rgba(var(--color-foreground), 0.03); */
  background-color: #080808;
  z-index: 9;
  position: sticky;
  bottom: 0;
  border-top: 1px solid #333333;
  height: max-content;
  align-self: end;
}

.header--has-social .menu-drawer__utility-links {
  padding: 2rem 3rem;
}

@media screen and (max-width: 989px) {
  .header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links {
    padding: 13px 20px;
  }
}

@media screen and (max-width: 989px) {
  .header--has-localizations:where(:not(.header--has-social)) .menu-drawer__utility-links {
    padding: 2rem 3rem;
  }
}

.menu-drawer__account {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0 0;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  margin-bottom: 0;
}

.menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
  margin: 0;
}

.menu-drawer__account account-icon > .svg-wrapper {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

.menu-drawer__account shop-user-avatar {
  --shop-avatar-size: 2.4rem;
  margin-right: 0.55rem;
  margin-left: -0.45rem;
}

.menu-drawer__account:hover account-icon > .svg-wrapper {
  transform: scale(1.07);
}

.menu-drawer .list-social {
  justify-content: flex-start;
  margin-left: -1.25rem;
}

.menu-drawer .list-social:empty {
  display: none;
}

.menu-drawer .list-social__link {
  padding: 1.1rem 1.1rem;
}

@media screen and (max-width: 749px) {
  .menu-drawer.country-selector-open {
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}


/* 1. Stop drill-down animation */
.menu-drawer__submenu {
  position: static !important;
  transform: none !important;
  visibility: visible !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden;
  padding-left: 16px; /* indent submenu */
}

/* 2. Prevent main menu from sliding away */
.menu-drawer__inner-submenu {
  transform: none !important;
}

/* 3. Hide the back button (not needed anymore) */
.menu-drawer__close-button {
  display: none !important;
}

/* 4. Accordion-style spacing */
.menu-drawer__submenu .menu-drawer__menu {
  margin-top: 8px;
  border-left: 1px solid rgba(255,255,255,0.15);
  /* padding-left: 12px; */
}

/* 5. Make submenu open BELOW the clicked item */
details[open] > .menu-drawer__submenu {
  display: block;
}

.mobile-view-nav-products-general{
  background: #111111;
  border: 0.5px solid #222222;
  /* border-radius : 6px; */
  padding: 6px !important;
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 8px !important;
}
.mobile-view-nav-products-general > img {
  /* border-radius: 4px; */
}

.mobile-view-nav-products-general-content{
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
  width: 100%;
}
.mobile-view-nav-products-general-title{
  color: #FEFEFE;
  font-family: Instrument Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-transform: capitalize;
}
.mobile-view-nav-products-general-price{
  font-family: Instrument Sans;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  text-transform: capitalize;
  color: #FEFEFE;
}

.save-badge-mobile-view-nav-products-general{
  position : absolute;
  top: 3px;
  right: 4px;
  padding: 2px 4px;
  /* border-radius: 2px; */
  background-color: #00801F;
  color: #FFFFFF;
  font-family: Instrument Sans;
  font-weight: 600;
  font-size: 6px;
  line-height: 140%;
  vertical-align: middle;
}

.ul-for-credits{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
}
.ul-for-credits .list-menu__item{
  display: block;
}
.c-mobile-product-card{
        /* border-radius: 6px; */
        padding: 12px !important;
        background-color: #0d0d0d;
        position: relative;
        overflow: hidden;
        display: flex !important;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
.c-mobile-product-card > div {
  width: 100%;
}
.c-mobile-purchase-button{
  padding: 6px 16px;
  /* border-radius: 100px; */
  background: #ffffff;
  font-family: Instrument Sans;
  font-weight: 600;
  font-size: 10px;
  line-height: 130%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  border: none;
}
.c-mobile-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    /* border-radius: inherit; */
    {% comment %} background: linear-gradient(
        81deg,
        rgba(249, 74, 92, 0.08),
        rgba(163, 70, 241, 0.08) 48%,
        rgba(63, 136, 255, 0.08) 100%
    ); {% endcomment %}
    

    z-index: 1;
}


.c-mobile-product-card::after {
    content: "";
    position: absolute;
    background-color: unset !important;
    height: unset !important;
    left : unset !important;
    right: unset !important;
    inset: 0 !important;
    /* border-radius: inherit; */
    padding: 1px;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: 2;
}

.starter-card::before {
    background: linear-gradient(180deg, rgba(255, 111, 216, 0.05) 0%, rgba(255, 211, 110, 0.05) 100%);
}
.starter-card::after{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
linear-gradient(180deg, rgba(255, 111, 216, 0.6) 0%, rgba(255, 211, 110, 0.6) 100%);

}
.standard-card::before {
    background: linear-gradient(180deg, rgba(106, 92, 255, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
}
.standard-card::after{
background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
linear-gradient(180deg, rgba(106, 92, 255, 0.6) 0%, rgba(0, 212, 255, 0.6) 100%);


}
.pro-card::before {
    background: linear-gradient(180deg, rgba(255, 79, 79, 0.05) 0%, rgba(255, 158, 44, 0.05) 100%);
}
.pro-card::after{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
linear-gradient(180deg, rgba(255, 79, 79, 0.6) 0%, rgba(255, 158, 44, 0.6) 100%);
    
}


.c-mobile-product-card > * {
    position: relative;
    z-index: 3;
}



    .c-mobile-card-title{
        font-family: Instrument Sans;
        font-weight: 500;
        font-size: 12px;
        line-height: 140%;
        vertical-align: middle;
        text-transform: capitalize;
        margin-bottom:2px;
        color: #FFFFFFCC;
    }
    .c-mobile-price-wrapper{
        display: flex;
        gap: 6px;
        align-items: center;
        margin-bottom: 2px;
    }
    .c-mobile-price{
        font-family: Instrument Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        color: #FFFFFF;
    }


    .c-mobile-credits{
        font-family: Instrument Sans;
        font-weight: 400;
        font-size: 10px;
        line-height: 140%;
        color: #D1D4E2;
    }

    .c-mobile-buy-btn{
        background-color: #FFFFFF;
        padding : 8px 12px;
        /* border-radius: 50px; */
        font-family: Instrument Sans;
        font-weight: 500;
        font-size: 12px;
        line-height: 140%;
        text-align: center;
        text-transform: capitalize;
        color: #000000;
        width: 100%;
        border: none;
        cursor: pointer;
    }

    .drawer-premium-top{
      width: 100%;
      padding-inline: 20px;
    }

    .drawer-premium-top-inner{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px;
    }

    .drawer-premium-top-inner > div{
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .drawer-premium-top-inner > div > p {
      font-family: Instrument Sans;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 14px;
      line-height: 140%;
      text-align: center;
      text-transform: capitalize;
      color: #FFFFFF;
    }
    .drawer-premium-top-inner > div > a > img{
      max-width: 35px;
      max-height: 35px;
    }
    .drawer-premium-top-inner > span {
        background: linear-gradient(90deg, #FFD700 0%, #998100 100%);
        padding: 6px 10px;
        /* border-radius: 100px; */
        font-family: Instrument Sans;
        font-weight: 600;
        font-size: 10px;
        line-height: 140%;
        text-align: center;
        text-transform: capitalize;
        color: #000000;
} 

.drawer-premium-free-upgrade-button {
        /* border-radius: 100px; */
        padding: 6px 10px;
        background: linear-gradient(90deg, #FFD659 0%, #D09D00 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color : transparent;
        width: max-content;
        position: relative;
        overflow: hidden;
        text-transform: capitalize;
        font-family: Instrument Sans;
        font-weight: 600;
        font-size: 10px;
        line-height: 140%;
        cursor: pointer !important;
        text-decoration: none;
        text-align: center;
        z-index: 0;
        display: flex;
        gap: 5px;
        align-items: center;
}

.drawer-premium-free-upgrade-button::before {
    content: "";
    position: absolute;
    inset: 0;
    /* border-radius: inherit; */
    /* background: linear-gradient(
        81deg,
        rgba(249, 74, 92, 0.08),
        rgba(163, 70, 241, 0.08) 48%,
        rgba(63, 136, 255, 0.08) 100%
    ); */
    background: linear-gradient(90deg, rgba(255, 214, 89, 0.05) 0%, rgba(208, 157, 0, 0.05) 100%);

    z-index: 1;
}
.drawer-premium-free-upgrade-button::after {
    content: "";
    position: absolute;
    inset: 0;
    /* border-radius: inherit; */
    padding: 1px;
    background: linear-gradient(90deg, #FFD659 0%, #D09D00 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: 2;
}


.log-btns-footer-nav{
  font-family: Instrument Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  width: max-content;
  display: flex;
  gap: 6px;
  align-items: center;
}