/** Shopify CDN: Minification failed

Line 3421:2 Unexpected "{"

**/

.xt-bundle-flavor
{
  display: block;
  width: 100%;
  padding: 80px 0;
  background: #F2F2F2 url('/cdn/shop/files/Vector.png?v=1749043549') no-repeat top right;
  background-size: contain;
  
}
.xt-bundle-flavor .wraper
{
  display: flex;
  gap: 32px;
  align-items: center;
}
.xt-bundle-flavor .items
{
  width: calc(50% - 16px);
}
.xt-bundle-flavor .items img
{
  max-width: 100%;
}
.xt-bundle-flavor .items .rating
{
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.xt-bundle-flavor .items .stars
{
  display: flex;
  align-items: center;
  gap: 2px;
}
.xt-bundle-flavor .items .heading
{
  margin: 16px 0 0;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  font-family: "Pilat Wide";
  color: #000;
  text-transform: uppercase;
}
.xt-bundle-flavor .items .price
{
  margin: 16px 0 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
}
.xt-bundle-flavor .items .price del
{
  color: #989998;
}

.xt-bundle-flavor .items .flavor-options
{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 0;
}
.xt-bundle-flavor .items .flavor
{
  background: #fff;
  border-radius: 4px;
  border: solid 1px #CDD2CF;
  padding: 10px;
  width: calc(50% - 4px);
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.xt-bundle-flavor .items .flavor .img
{
  display: block;
  min-width: 48px;
  min-height: 48px;
  border: dashed 1px #CDD2CF;
  background: #F2F2F2;
  border-radius: 4px;
  background: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 6.5H14V8.5H8V14.5H6V8.5H0V6.5H6V0.5H8V6.5Z" fill="%23CDD2CF"/></svg>') no-repeat center;
}
.xt-bundle-flavor .items .flavor .ftitles
{
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.xt-bundle-flavor .items .flavor .text1
{
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
  color: #000;
}
.xt-bundle-flavor .items .flavor .text2
{
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #212121;
}
.xt-bundle-flavor .items .flavor .arrow
{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
}
.xt-bundle-flavor .items .btn
{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #000;
  color: #fff;
  margin: 32px 0 0;
  padding: 20px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  width: 100%;
}
.xt-bundle-flavor .items .icon-text
{
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 32px 0 0;
}
.xt-bundle-flavor .items .icon-text .icons
{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}




.flavor-drawer
{
  position: fixed;
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 9999;
  transition: all .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.flavor-drawer-overlay
{
  position: fixed;
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
  visibility: hidden;
}
.flavor-drawer.open
{
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.flavor-drawer.open .flavor-drawer-overlay
{
  visibility: visible;
}
.flavor-drawer .flavor-drawer-inner
{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 390px;
  background: #fff;
  padding: 24px;
  height: 100%;
  overflow: auto;
  transition: all .3s ease-in-out;
  transform: translateX(100%);
}
.flavor-drawer.open .flavor-drawer-inner
{
  transform: translateX(0%);
}
.flavor-drawer .flavor-drawer-inner img
{
  max-width: 100%;
}
.flavor-drawer .flavor-header
{
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
}
.flavor-drawer .flavor-header .ftitle
{
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
}
.flavor-drawer .flavor-header .fsubtitle
{
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
}
.flavor-drawer .flavor-header .fclose
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.flavor-drawer .fselected-product
{
  display: flex;
  align-items: stretch;
  margin: 20px 0 0;
  gap: 16px;
}
.flavor-drawer .fselected-product .fproducts
{
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2 url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 6.5H14V8.5H8V14.5H6V8.5H0V6.5H6V0.5H8V6.5Z" fill="%23CDD2CF"/></svg>') no-repeat center;
  border: dashed 2px #CDD2CF; 
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.flavor-drawer .fselected-product .fproducts.selected
{
  border: solid 2px #CDD2CF; 
}
.flavor-drawer .fselected-product .fproducts .fremove
{
  display: none;
  position: absolute;
  top: -6px;
  right: -6px;
  cursor: pointer;
  background: #000;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #fff;
}
.flavor-drawer .fselected-product .fproducts.selected .fremove
{
  display: flex;
}
.flavor-drawer .item-line
{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0 0;
}
.flavor-drawer .item-line .items
{
  border: solid 1px #CDD2CF;
  border-radius: 8px;
  width: 100%;
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.flavor-drawer .item-line .items .img
{
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flavor-drawer .item-line .items .info
{
  width: calc(100% - 64px);
}
.flavor-drawer .item-line .items .ititle
{
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
}
.flavor-drawer .item-line .items .icount
{
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.flavor-drawer .item-line .items.selected
{
  border: solid 2px #000;
}
.flavor-drawer .item-line .items .checked
{
  display: none;
  align-items: center;
  justify-content: center;
  background: #DAF737;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
}
.flavor-drawer .item-line .items.selected .checked
{
  display: flex;
}
.flavor-drawer .btn
{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #000;
  color: #fff;
  margin: 20px 0 0;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.sticky-js-checkout--btn
{
  position: sticky;
  bottom: 0;
  right: 0;
  width: 100%;
}



@media (min-width:1024px) and (max-width:1365px)
{
  .xt-bundle-flavor .items .heading
  {
    font-size: 32px;
  }
  .xt-bundle-flavor .items .price
  {
    font-size: 18px;
  }
  .xt-bundle-flavor .items .flavor .text1
  {
    font-size: 16px;
  }
  .xt-bundle-flavor .items .flavor .text2
  {
    font-size: 12px;
  }
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-bundle-flavor
  {
    padding: 40px 0;
  }
  .xt-bundle-flavor .items .heading
  {
    font-size: 26px;
  }
  .xt-bundle-flavor .items .price
  {
    font-size: 18px;
  }
  .xt-bundle-flavor .items .flavor-options
  {
    flex-direction: column;
    margin: 16px 0 0;
  }
  .xt-bundle-flavor .items .flavor .text1
  {
    font-size: 16px;
  }
  .xt-bundle-flavor .items .flavor .text2
  {
    font-size: 12px;
  }
  .xt-bundle-flavor .items .flavor
  {
    width: 100%;
  }
  .xt-bundle-flavor .items .btn,
  .xt-bundle-flavor .items .icon-text
  {
    margin: 16px 0 0;
  }
}

@media (max-width:767px)
{
  .xt-bundle-flavor
  {
    padding: 24px 0;
    background-position: top center;
  }
  .xt-bundle-flavor .wraper
  {
    flex-direction: column;
    gap: 20px;
  }
  .xt-bundle-flavor .items
  {
    width: 100%;
  }
  .xt-bundle-flavor .items.bundle-info
  {
    order: 1;
  }
  .xt-bundle-flavor .items .rating
  {
    justify-content: center;
  }
  .xt-bundle-flavor .items .heading
  {
    font-size: 28px;
    text-align: center;
    margin: 16px 0 0;
  }
  .xt-bundle-flavor .items .price
  {
    font-size: 16px;
    text-align: center;
    margin: 16px 0 0;
  }
  .xt-bundle-flavor .items .flavor-options
  {
    flex-direction: column;
    margin: 20px 0 0;
  }
  .xt-bundle-flavor .items .flavor .text1
  {
    font-size: 18px;
  }
  .xt-bundle-flavor .items .flavor .text2
  {
    font-size: 14px;
  }
  .xt-bundle-flavor .items .flavor
  {
    width: 100%;
  }
  .xt-bundle-flavor .items .btn,
  .xt-bundle-flavor .items .icon-text
  {
    margin: 16px 0 0;
  }
  .xt-bundle-flavor .items .btn
  {
    font-size: 14px;
  }
  .xt-bundle-flavor .items .icon-text
  {
    gap: 16px;
    align-items: start;
  }
  .xt-bundle-flavor .items .icon-text .icons
  {
    flex-direction: column;
    width: calc(33.333% - 11px);
    text-align: center;
  }

  .flavor-drawer .flavor-drawer-inner
  {
    transform: translateY(100%);
    max-height: 85vh;
    border-radius: 32px 32px 0 0;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .flavor-drawer.open .flavor-drawer-inner
  {
    transform: translateY(0%);
  }
}
















.xt-bundle-benefits-v2
{
  display: block;
  width: 100%;
  padding: 80px 0;
}
.xt-bundle-benefits-v2 .wraper
{
  display: flex;
  align-items: center;
  gap: 80px;
}
.xt-bundle-benefits-v2 .items img
{
  max-width: 100%;
}
.xt-bundle-benefits-v2 .items
{
  width: calc(60% - 40px);
}
.xt-bundle-benefits-v2 .items .heading
{
  font-size: 40px;
  line-height: 1;
  color: #000;
  font-weight: 900;
  font-family: "Pilat Wide";
  margin: 0;
}
.xt-bundle-benefits-v2 .items .icon-text
{
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.xt-bundle-benefits-v2 .items .icont
{
  width: calc(50% - 16px);
  display: flex;
  gap: 12px;
  align-items: center;
}
.xt-bundle-benefits-v2 .items .icont .iimg
{
  display: flex;
  max-width: 64px;
  min-width: 64px;
}
.xt-bundle-benefits-v2 .items .icont .name
{
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #000;
  font-family: "Pilat Wide";
}

.xt-bundle-benefits-v2 .items.img
{
  width: calc(40% - 40px);
  display: flex;
}
.xt-bundle-benefits-v2 .items .heading.mobile
{
  display: none;
}

@media (min-width:1024px) and (max-width:1365px)
{
  .xt-bundle-benefits-v2 .wraper
  {
    gap: 60px;
  }
  .xt-bundle-benefits-v2 .items .heading
  {
    font-size: 32px;
  }
  .xt-bundle-benefits-v2 .items .icont .name
  {
    font-size: 16px;
  }
  .xt-bundle-benefits-v2 .items .icont .iimg
  {
    display: flex;
    max-width: 48px;
    min-width: 48px;
  }
  .xt-bundle-benefits-v2 .items
  {
    width: calc(60% - 30px);
  }
  .xt-bundle-benefits-v2 .items.img
  {
    width: calc(40% - 30px);
  }
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-bundle-benefits-v2
  {
    padding: 40px 0;
  }
  .xt-bundle-benefits-v2 .wraper
  {
    gap: 32px;
  }
  .xt-bundle-benefits-v2 .items
  {
    width: calc(60% - 16px);
  }
  .xt-bundle-benefits-v2 .items.img
  {
    width: calc(40% - 16px);
  }
  .xt-bundle-benefits-v2 .items .heading
  {
    font-size: 26px;
  }
  .xt-bundle-benefits-v2 .items .icont .name
  {
    font-size: 14px;
  }
  .xt-bundle-benefits-v2 .items .icont .iimg
  {
    display: flex;
    max-width: 32px;
    min-width: 32px;
  }
}

@media (max-width:767px)
{
  .xt-bundle-benefits-v2
  {
    padding: 40px 0;
  }
  .xt-bundle-benefits-v2 .wraper
  {
    gap: 24px;
    flex-direction: column;
  }
  .xt-bundle-benefits-v2 .items
  {
    width:100%;
  }
  .xt-bundle-benefits-v2 .items.img
  {
    width: 100%;
    flex-direction: column;
    order: -1;
  }
  .xt-bundle-benefits-v2 .items .heading
  {
    font-size: 20px;
    text-align: center;
    display: none;
  }
  .xt-bundle-benefits-v2 .items .heading.mobile
  {
    display: block;
    margin-bottom: 24px;
  }
  .xt-bundle-benefits-v2 .items .icon-text
  {
    gap: 16px;
    margin: 0;
  }
  .xt-bundle-benefits-v2 .items .icont
  {
    gap: 8px;
    width: calc(50% - 8px);
  }
  .xt-bundle-benefits-v2 .items .icont .name
  {
    font-size: 12px;
  }
  .xt-bundle-benefits-v2 .items .icont .iimg
  {
    display: flex;
    max-width: 40px;
    min-width: 40px;
  }
}









.performance-energy-bundle .xt-categoriess
{
  background: #fff;
}
.performance-energy-bundle .xt-categoriess .wraper
{
  margin: 0;
  padding: 0;
  border: 0;
}
.performance-energy-bundle .xt-categoriess .items
{
  border: solid 1px #CDD2CF;
  border-radius: 12px;
  background: #fff;
}
.performance-energy-bundle .xt-categoriess .items .pname
{
  font-size: 20px;
  font-weight: 900;
  margin: 24px 0 0;
}
.performance-energy-bundle .xt-categoriess .items .pcount
{
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.3;
}
@media (max-width:767px)
{
  .performance-energy-bundle .xt-categoriess .items
  {
    width: 100%;
  }
}





.xt-ingredients-note
{
  display: block;
  width: 100%;
  padding: 40px;
  background: #DAF737;
}
.xt-ingredients-note .wraper
{
  display: flex;
  align-items: start;
  gap: 24px;
}
.xt-ingredients-note .items
{
  width: calc(33.333% - 15px);
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.xt-ingredients-note .count
{
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
.xt-ingredients-note .name
{
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  color: #000;
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-ingredients-note .count
  {
    font-size: 80px;
  }
  .xt-ingredients-note .name
  {
    font-size: 26px;
  }
}
@media (max-width:767px)
{
  .xt-ingredients-note .wraper
  {
    gap: 32px;
  }
  .xt-ingredients-note .items
  {
    flex-direction: column;
    gap: 8px;
    width: calc(33.333% - 21px);
    text-align: center;
  }
  .xt-ingredients-note .count
  {
    font-size: 80px;
  }
  .xt-ingredients-note .name
  {
    font-size: 18px;
  }
}




.performance-energy-bundle .image-with-text .grid
{
  gap: 40px;
  align-items: center;
}
.performance-energy-bundle .image-with-text .grid__item
{
  width: calc(50% - 20px);
}
.performance-energy-bundle .image-with-text__content
{
  padding: 0;
}
.performance-energy-bundle .image-with-text__heading,
.performance-energy-bundle .xt-real-reviews .heading,
.performance-energy-bundle .xt-bbd-lp-faq .heading
{
  font-size: 40px;
  line-height: 1;
  color: #000;
  font-weight: 900;
  font-family: "Pilat Wide";
  margin: 0;
}
.performance-energy-bundle .image-with-text__text
{
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
.performance-energy-bundle .image-with-text__text p:first-child
{
  margin-bottom: 32px;
}
.performance-energy-bundle .image-with-text__text strong
{
  font-size: 18px;
}
.performance-energy-bundle .image-with-text__text-item .button
{
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  margin: 32px 0 0;
}
.performance-energy-bundle .image-with-text__text-item .button::after,
.performance-energy-bundle .image-with-text__text-item .button::before
{
  content: none;
}

@media (min-width:1024px) and (max-width:1365px)
{
  .performance-energy-bundle .image-with-text__heading,
  .performance-energy-bundle .xt-real-reviews .heading,
  .performance-energy-bundle .xt-bbd-lp-faq .heading
  {
    font-size: 32px;
  }
}
@media (min-width:768px) and (max-width:1023px)
{
  .performance-energy-bundle .image-with-text .grid
  {
    gap: 20px;
  }
  .performance-energy-bundle .image-with-text .grid__item
  {
    width: calc(50% - 10px);
  }
  .performance-energy-bundle .image-with-text__heading,
  .performance-energy-bundle .xt-real-reviews .heading,
  .performance-energy-bundle .xt-bbd-lp-faq .heading
  {
    font-size: 26px;
  }
  .performance-energy-bundle .image-with-text__text
  {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
  }
  .performance-energy-bundle .image-with-text__text p:first-child
  {
    margin-bottom: 16px;
  }
  .performance-energy-bundle .image-with-text__text strong
  {
    font-size: 16px;
  }
  .performance-energy-bundle .image-with-text__text-item .button
  {
    margin: 16px 0 0;
  }
}
@media (max-width:767px)
{
  .performance-energy-bundle .image-with-text .grid
  {
    gap: 24px;
    flex-direction: column;
  }
  .performance-energy-bundle .image-with-text__media-item
  {
    order: -1;
  }
  .performance-energy-bundle .image-with-text .grid__item
  {
    width: 100%;
  }
  .performance-energy-bundle .image-with-text__heading,
  .performance-energy-bundle .xt-real-reviews .heading,
  .performance-energy-bundle .xt-bbd-lp-faq .heading
  {
    font-size: 20px;
  }
  .performance-energy-bundle .image-with-text__text p:first-child
  {
    margin-bottom: 24px;
  }
  .performance-energy-bundle .image-with-text__text-item .button
  {
    margin: 24px 0 0;
  }
}



.performance-energy-bundle .xt-real-reviews
{
  background: #F2F2F2
}
.performance-energy-bundle .xt-real-reviews .items
{
  background: #fff;
  border: 0;
}
.performance-energy-bundle .xt-bbd-lp-faq
{
  background: #fff
}






















.xt-hero-banner-v2
{
  display: flex;
  width: 100%;
  position: relative;
}
.xt-hero-banner-v2 img
{
  max-width: 100%;
  display: block;
}
.xt-hero-banner-v2 .dimg
{
  width: 100%;
}
.xt-hero-banner-v2 .mimg
{
  display: none;
  width: 100%;
}
.xt-hero-banner-v2 .page-width
{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: var(--page-width);
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
}
.xt-hero-banner-v2 .wraper
{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 80px 0px;
  max-width: 650px;
}
.xt-hero-banner-v2 .rating
{
  display: flex;
  align-items: center;
  color: #fff;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.xt-hero-banner-v2 .heading
{
  font-size: 64px;
  margin: 0;
  font-weight: 900;
  font-family: "Pilat";
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
}
.xt-hero-banner-v2 .heading span
{
  color: #DAF737;
}
.xt-hero-banner-v2 .desc
{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
.xt-hero-banner-v2 .btn
{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  display: block;
  border-radius: 4px;
  padding: 18px 32px;
  background: #DAF737;
  text-decoration: none;
  width: max-content;
}
.xt-hero-banner-v2 .subs
{
  display: flex;
  align-items: center;
  color: #fff;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.xt-hero-banner-v2.center .page-width
{
  justify-content: center;
}
.xt-hero-banner-v2.center .wraper
{
  align-items: center;
  text-align: center;
}

.xt-hero-banner-v2.right .page-width
{
  justify-content: end;
}
.xt-hero-banner-v2.right .wraper
{
  align-items: end;
  text-align: right;
}


@media (min-width:1024px) and (max-width:1365px)
{
  .xt-hero-banner-v2 .wraper
  {
    padding: 40px 0;
  }
  .xt-hero-banner-v2 .rating
  {
    font-size: 20px;
  }
  .xt-hero-banner-v2 .heading
  {
    font-size: 48px;
  }
  .xt-hero-banner-v2 .subs
  {
    font-size: 18px;
  }
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-hero-banner-v2 .wraper
  {
    padding: 16px 0;
    gap: 16px;
  }
  .xt-hero-banner-v2 .rating
  {
    font-size: 18px;
  }
  .xt-hero-banner-v2 .rating svg
  {
    width: 16px;
    height: 17px;
  }
  .xt-hero-banner-v2 .heading
  {
    font-size: 32px;
  }
  .xt-hero-banner-v2 .subs
  {
    font-size: 16px;
  }
}

@media (max-width:767px)
{
  .xt-hero-banner-v2 .mimg
  {
    display: block;
  }
  .xt-hero-banner-v2 .dimg
  {
    display: none;
  }
  .xt-hero-banner-v2 .wraper
  {
    padding: 48px 0;
    gap: 24px;
  }
  .xt-hero-banner-v2 .rating
  {
    font-size: 14px;
  }
  .xt-hero-banner-v2 .rating svg
  {
    width: 13px;
    height: 13px;
  }
  .xt-hero-banner-v2 .heading
  {
    font-size: 40px;
  }
  .xt-hero-banner-v2 .subs
  {
    font-size: 14px;
  }
  .xt-hero-banner-v2 .subs img
  {
    height: 24px;
  }
  .xt-hero-banner-v2 .btn
  {
    width: 100%;
    text-align: center;
  }
}







.xt-international-page .xt-hero-banner-v2 .wraper
{
  gap: 32px;
}
.xt-international-page .xt-hero-banner-v2 .heading
{
  font-size: 54px;
  color: #000;
}
.xt-hero-banner-v2 .rating,
.xt-hero-banner-v2 .subs
{
  color: #000;
}
.xt-hero-banner-v2 .btn
{
  background: #000;
  color: #fff;
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-international-page .xt-hero-banner-v2 .wraper
  {
    padding: 16px 0;
    gap: 16px;
    max-width: 500px;
  }
  .xt-international-page .xt-hero-banner-v2 .rating
  {
    font-size: 18px;
  }
  .xt-international-page .xt-hero-banner-v2 .rating svg
  {
    width: 16px;
    height: 17px;
  }
  .xt-international-page .xt-hero-banner-v2 .heading
  {
    font-size: 32px;
  }
  .xt-international-page .xt-hero-banner-v2 .subs
  {
    font-size: 16px;
  }
  .xt-international-page .xt-hero-banner-v2 .btn
  {
    font-size: 14px;
  }
}

@media (max-width:767px)
{
  .xt-international-page .xt-hero-banner-v2 .page-width
  {
    top: unset;
    bottom: 0;
    transform: unset;
  }
  .xt-international-page .xt-hero-banner-v2 .mimg
  {
    display: block;
  }
  .xt-international-page .xt-hero-banner-v2 .dimg
  {
    display: none;
  }
  .xt-international-page .xt-hero-banner-v2 .wraper
  {
    padding: 48px 0;
    gap: 24px;
  }
  .xt-international-page .xt-hero-banner-v2 .rating
  {
    font-size: 14px;
  }
  .xt-international-page .xt-hero-banner-v2 .rating svg
  {
    width: 13px;
    height: 13px;
  }
  .xt-international-page .xt-hero-banner-v2 .heading
  {
    font-size: 40px;
  }
  .xt-international-page .xt-hero-banner-v2 .subs
  {
    font-size: 20px;
  }
  .xt-international-page .xt-hero-banner-v2 .subs img
  {
    height: 24px;
  }
  .xt-international-page .xt-hero-banner-v2 .btn
  {
    width: 100%;
    text-align: center;
  }
}








.xt-international-page .image-with-text .grid
{
  gap: 80px;
  align-items: center;
}
.xt-international-page .image-with-text .grid__item
{
  width: calc(50% - 40px);
}
.xt-international-page .image-with-text__content
{
  padding: 0;
}
.xt-international-page .image-with-text__heading,
.xt-international-page .xt-real-reviews .heading
{
  font-size: 40px;
  line-height: 1;
  color: #000;
  font-weight: 900;
  font-family: "Pilat Wide";
  margin: 0;
}
.xt-international-page .image-with-text__text
{
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
.xt-international-page .image-with-text__text p:first-child
{
  margin-bottom: 32px;
}
.xt-international-page .image-with-text__text strong
{
  font-size: 18px;
}

.xt-international-page .image-with-text__text ol li
{
  padding-bottom: 20px;
  border-bottom: solid 1px #CDD2CF;
  margin-top: 20px;
}
.xt-international-page .image-with-text__text ol li::marker
{
  font-weight: bold;
}


.xt-international-page .image-with-text .button
{
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  margin: 32px 0 0;
}
.xt-international-page .image-with-text .button::after,
.xt-international-page .image-with-text .button::before
{
  content: none;
}

@media (min-width:1024px) and (max-width:1365px)
{
  .xt-international-page .image-with-text__heading,
  .xt-international-page .xt-real-reviews .heading
  {
    font-size: 32px;
  }
}
@media (min-width:768px) and (max-width:1023px)
{
  .xt-international-page .image-with-text .grid
  {
    gap: 20px;
  }
  .xt-international-page .image-with-text .grid__item
  {
    width: calc(50% - 10px);
  }
  .xt-international-page .image-with-text__heading,
  .xt-international-page .xt-real-reviews .heading
  {
    font-size: 26px;
  }
  .xt-international-page .image-with-text__text
  {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
  }
  .xt-international-page .image-with-text__text p:first-child
  {
    margin-bottom: 16px;
  }
  .xt-international-page .image-with-text__text strong
  {
    font-size: 16px;
  }
  .xt-international-page .image-with-text .button
  {
    margin: 16px 0 0;
  }
}
@media (max-width:767px)
{
  .xt-international-page .image-with-text .grid
  {
    gap: 24px;
    flex-direction: column;
  }
  .xt-international-page .image-with-text__media-item
  {
    order: -1;
  }
  .xt-international-page .image-with-text .grid__item
  {
    width: 100%;
  }
  .xt-international-page .image-with-text__heading,
  .xt-international-page .xt-real-reviews .heading
  {
    font-size: 20px;
  }
  .xt-international-page .image-with-text__text p:first-child
  {
    margin-bottom: 24px;
  }
  .xt-international-page .image-with-text .button
  {
    margin: 24px 0 0;
  }
}








.xt-international-page .xt-categoriess .page-width
{
  display: flex;
  align-items: start;
  column-gap: 40px;
  flex-wrap: wrap;
}
.xt-international-page .xt-categoriess .heading
{
  width: calc(55% - 20px);
  font-size: 40px;
}
.xt-international-page .xt-categoriess .subheading
{
  width: calc(45% - 20px);
  margin: 0;
}
.xt-international-page .xt-categoriess .wraper
{
  width: 100%;
  border: 0;
  margin: 0;
}
.xt-international-page .xt-categoriess .items .pcount
{
  margin: 16px 0 0;
}

@media (min-width:1024px) and (max-width:1365px)
{
  .xt-international-page .xt-categoriess .heading
  {
    font-size: 32px;
  }
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-international-page .xt-categoriess .heading
  {
    font-size: 26px;
    width: calc(55% - 10px);
  }
  .xt-international-page .xt-categoriess .page-width
  {
    column-gap: 20px;
  }
  .xt-international-page .xt-categoriess .subheading
  {
    width: calc(45% - 10px);
  }
}

@media (max-width:767px)
{
  .xt-international-page .xt-categoriess .page-width
  {
    column-gap: 0px;
    flex-direction: column;
  }
  .xt-international-page .xt-categoriess .heading
  {
    width: 100%;
    font-size: 32px;
  }
  .xt-international-page .xt-categoriess .subheading
  {
    width: 100%;
    margin: 16px 0 0;
  }
  .xt-international-page .xt-categoriess .wraper
  {
    margin: 24px 0 0;
  }
  .xt-international-page .xt-categoriess .items
  {
    width: 100%;
  }
}










.xt-international-page .multicolumn .title
{
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  font-family: "Pilat Wide";
}
.xt-international-page .multicolumn-list.slider
{
  gap: 28px;
}
.xt-international-page .multicolumn .slider__slide
{
  width: calc(33.333% - 19px);
}

@media (min-width:1024px) and (max-width:1365px)
{
  .xt-international-page .multicolumn .title
  {
    font-size: 32px;
  }
}
@media (min-width:768px) and (max-width:1023px)
{
  .xt-international-page .multicolumn .title
  {
    font-size: 26px;
  }
}

@media (max-width:767px)
{
  .xt-international-page .multicolumn .title
  {
    font-size: 32px;
    text-align: left;
  }
  .xt-international-page .multicolumn-list.slider
  {
    gap: 24px;
  }
  .xt-international-page .multicolumn .slider__slide
  {
    width: calc(80% - 12px) !important;
  }
  .xt-international-page .multicolumn .title-wrapper-with-link
  {
    margin-bottom: 24px;
  }
}

.xt-international-page .rich-text .rich-text__heading
{
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  font-family: "Pilat Wide";
}
.xt-international-page .rich-text .rich-text__text
{
  margin-top: 16px;
}
@media (min-width:1024px) and (max-width:1365px)
{
  .xt-international-page .rich-text .rich-text__heading
  {
    font-size: 32px;
  }
}
@media (min-width:768px) and (max-width:1023px)
{
  .xt-international-page .rich-text .rich-text__heading
  {
    font-size: 26px;
  }
}

@media (max-width:767px)
{
  .xt-international-page .rich-text .rich-text__heading
  {
    font-size: 32px;
    text-align: left;
  }
}









.xt-available-now
{
  display: block;
  width: 100%;
}
.xt-available-now .heading-group
{
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.xt-available-now .heading-group .heading
{
  font-size: 40px;
  font-weight: 900;
  font-family: "Pilat Wide";
  margin: 0;
  line-height: 1.1;
}
.xt-available-now .slider-buttons
{
  display: none;
  align-items: center;
  gap: 10px;
}
.xt-available-now .slider-buttons.active 
{
  display: flex;
}
.xt-available-now .slider-buttons .slider-button
{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #cdd2cf40;
}
.xt-available-now .slider-buttons .slider-button .icon
{
  width: 20px;
  height: 20px;
}

.xt-available-now .tabs 
{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
  padding: 0;
  border-bottom: 2px solid #D1D5DB;
  margin: 16px 0 0;
}  
.xt-available-now .tabs .tab-item 
{
  cursor: pointer;
  padding: 0 0 16px;
  font-weight: 900;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  font-size: 20px;
  font-family: "Pilat Wide";
  color: #000;
  line-height: 1.2;
}
.xt-available-now .tabs .tab-item.active 
{
  border-color: #000;
}
.xt-available-now .tabs-content 
{
  margin-top: 24px;
  display: block;
  width: 100%;
}
.xt-available-now .tab-content
{
  display: none;
}
.xt-available-now .tab-content.active
{
  display: block;
}
.xt-available-now .swiper-slide
{
  width: calc(20% - 20px);
}
.xt-available-now .static-card-wrapper
{
  display: flex;
  flex-direction: column;
}
.xt-available-now .static-card-wrapper .img-wrapper
{
  display: flex;
  width: 100%;
}
.xt-available-now .static-card-wrapper .img-wrapper img
{
  width: 100%;
}
.xt-available-now .static-card-wrapper .card-info
{
  display: block;
  width: 100%;
}
.xt-available-now .static-card-wrapper .rating
{
  display: flex;
  align-items: center;
  margin: 16px 0 0;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.xt-available-now .static-card-wrapper .card-heading
{
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Pilat";
  line-height: 1.2;
}
.xt-available-now .static-card-wrapper .price-wrapper
{
  display: flex;
  align-items: center;
  margin: 16px 0 0;
  gap: 8px;
}
.xt-available-now .static-card-wrapper .compare-price
{
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  text-decoration: line-through;
}
.xt-available-now .static-card-wrapper .selling-price
{
  font-size: 14px;
  font-weight: 700;
  color: #C00000;
  line-height: 1;
}
.xt-available-now .static-card-wrapper .flavor-text
{
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin: 8px 0 0;
}
.xt-available-now .static-card-wrapper .btn
{
  display: flex;
  align-items: start;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #000;
  border-radius: 4px;
  margin: 16px 0 0;
  text-align: center;
  justify-content: center;
  padding: 12px 20px;
  gap: 5px;
  text-decoration: unset;
}

@media (min-width:1024px) and (max-width:1365px)
{
  .xt-available-now .heading-group .heading
  {
    font-size: 32px;
  }
  .xt-available-now .swiper-slide
  {
    width: calc(30% - 20px);
  }
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-available-now .heading-group .heading
  {
    font-size: 26px;
  }
  .xt-available-now .swiper-slide
  {
    width: calc(42% - 24px);
  }
  .xt-available-now .tabs .tab-item
  {
    font-size: 18px;
  }
}

@media (max-width:767px)
{

  .performance-energy-bundle-alt .placeImagewrapper 
  { 
    width: 50%;
    margin: auto;
  }
  .xt-available-now .heading-group
  {
    gap: 10px;
  }
  .xt-available-now .heading-group .heading
  {
    font-size: 30px;
  }
  .xt-available-now .tabs
  {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    margin: 24px 0 0;
  }
  .xt-available-now .swiper-slide
  {
    width: calc(80% - 16px);
    /* margin-right: 16px !important; */
  }
  .xt-available-now .tabs .tab-item
  {
    font-size: 20px;
    white-space: nowrap;
  }
}


















/****************page bundle vertical images css*************/


.performance-energy-bundle-alt .xt-bundle-flavor .items .flavor .img
{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performance-energy-bundle-alt .xt-bundle-flavor .items .flavor img
{
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.performance-energy-bundle-alt  .xt-bundle-flavor .items .flavor
{
  background: #fff;
  border-radius: 4px;
  border: solid 1px #CDD2CF;
  padding: 10px;
  width: calc(50% - 4px);
  display: flex;
  gap: 12px;
  align-items: normal;
  cursor: pointer;
  flex-direction: column;
  position: relative;
}

.performance-energy-bundle-alt .dropdownsibling 
{
    flex-direction: row;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #CDD2CF;
    padding: 10px;
    display: flex;
    gap: 12px;
    cursor: pointer;
    align-items: center;
    flex-wrap: nowrap;
}



.performance-energy-bundle-alt .placeImagewrapper 
{
  display: flex;
  gap: 10px;
  justify-content: center;
}
.performance-energy-bundle-alt .xt-bundle-flavor .items .placeImagewrapper img
{
  max-width: 100%;
  /* width: 250px; */
  text-align: center;
}
.performance-energy-bundle-alt .flavor-dropdown 
{
  width: calc(100% + 2px);
  background: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  border-radius: 4px;
  overflow: hidden;
  max-height: 340px;
  position: absolute;
  top: 92px;
  left: -1px;
  display: none;
  z-index: 9;
  border: solid 1px #fff;
}
.performance-energy-bundle-alt .flavor-header 
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: #D6D6D6;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
}
.performance-energy-bundle-alt .flavor-title 
{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
}
.performance-energy-bundle-alt .flavor-title img 
{
  width: 24px;
  height: 24px;
}
.performance-energy-bundle-alt .flavor-choice 
{
  font-size: 12px;
  text-transform: uppercase;
}
.performance-energy-bundle-alt .flavor-list 
{
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 240px;
  overflow-y: auto;
  background: white;
}
.performance-energy-bundle-alt .flavor-item 
{
  display: flex;
  align-items: center;
  padding: 0.75rem 80px 0.75rem 1rem;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
  line-height: 1.2;
}
.performance-energy-bundle-alt .flavor-item:hover 
{
  background: #F2F2F2;
}
.performance-energy-bundle-alt .flavor-item::before 
{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: var(--bg-flavor);
  margin-right: 12px;
  flex-shrink: 0;
}
.performance-energy-bundle-alt .flavor-item.sold-out::after 
{
  content: "Out of Stock";
  font-family: HelveticaNeue, sans-serif;
  font-size: 8px;
  color: red;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 55%;
  transform: translateY(-50%);
  font-weight: 500;
}
.performance-energy-bundle-alt .flavor-item.sold-out
{
  pointer-events: none;
  opacity: .6;
}
.performance-energy-bundle-alt .flavor-item.sold-out::before,
.performance-energy-bundle-alt .flavor-item.sold-out::after
{
  opacity: .6;
}
.performance-energy-bundle-alt .flavor-name 
{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #111;
}
.performance-energy-bundle-alt .flavor-dropdown.open
{
  display: block;
}
.performance-energy-bundle-alt .flavor-item.selected
{
  background:#dddfe0;
}
.performance-energy-bundle-alt .flavor-item.disabled
{
  cursor: not-allowed;
}

@media (max-width:1023px)
{
  .performance-energy-bundle-alt .xt-bundle-flavor .items .flavor
  {
    width: 100%;
  }
}
/****************page bundle vertical images css*************/














/***************bundle sections************************/


.xt-whats-inside-bundle
{
  display: block;
  width: 100%;
}
.xt-whats-inside-bundle .wraper
{
  display: flex;
  align-items: stretch;
  gap: 0;
}
.xt-whats-inside-bundle img
{
  max-width: 100%;
}
.xt-whats-inside-bundle .items
{
  width: 50%;
  display: flex;
}
.xt-whats-inside-bundle.image-second .items.text
{
  order: -1;
}
.xt-whats-inside-bundle .items .img
{
  display: flex;
  position: relative;
  width: 100%;
}
.xt-whats-inside-bundle .items .img img
{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.xt-whats-inside-bundle .items .img img.mobile
{
  display: none;
}
.xt-whats-inside-bundle .items.text
{
  background: var(--bg-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
.xt-whats-inside-bundle .items .heading
{
  font-size: 32px;
  font-family: "Pilat";
  font-weight: 700;
  color: var(--text-color);
  margin: 0;
}
.xt-whats-inside-bundle .items .desc
{
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-color);
  margin: 32px 0 0;
}
.xt-whats-inside-bundle .items .desc ul,
.xt-whats-inside-bundle .items .desc ol
{
  padding-left: 20px;
}
.xt-whats-inside-bundle .items .desc p,
.xt-whats-inside-bundle .items .desc li
{
  margin: 0 0 1rem;
}



@media (min-width:1024px)
{
  .xt-whats-inside-bundle .items .heading
  {
    font-size: var(--font-size);
  }
  .xt-whats-inside-bundle .items .desc
  {
    font-size: var(--font-size);
  }
  .xt-whats-inside-bundle .items .desc strong
  {
    font-size: calc(var(--font-size) + 4px);
  }
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-whats-inside-bundle .items.text
  {
    padding: 24px;
  }
  .xt-whats-inside-bundle .items .heading
  {
    font-size: 28px;
  }
}
@media (max-width:767px)
{
  .xt-whats-inside-bundle .wraper
  {
    flex-direction: column;
  }
  .xt-whats-inside-bundle .items
  {
    width: 100%;
  }
  .xt-whats-inside-bundle .items.image-second,
  .xt-whats-inside-bundle .items.image
  {
    order: -1;
  }
  .xt-whats-inside-bundle .items .img img
  {
    position: relative;
  }
  .xt-whats-inside-bundle .items .img img.desktop
  {
    display: none;
  }
  .xt-whats-inside-bundle .items .img img.mobile
  {
    display: block;
  }
  .xt-whats-inside-bundle .items.text
  {
    padding: 24px;
  }
  .xt-whats-inside-bundle .items .heading
  {
    font-size: 28px;
  }
  .xt-whats-inside-bundle .items .desc
  {
    margin: 18px 0 0;
  }
}












.xt-why-cellucor-bundles
{
  display: block;
  width: 100%;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.xt-why-cellucor-bundles .mainimg
{
  display: flex;
}
.xt-why-cellucor-bundles img
{
  max-width: 100%;
}
.xt-why-cellucor-bundles img.mobile
{
  display: none;
}
.xt-why-cellucor-bundles .page-width
{
  display: flex;
  align-items: center;
  justify-content: start;
}
.xt-why-cellucor-bundles.text-right .page-width
{
  justify-content: end;
}
.xt-why-cellucor-bundles .wraper
{
  max-width: 600px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 32px;
  flex-direction: column;
  padding: 50px 0;
}
.xt-why-cellucor-bundles .wraper .heading
{
  font-size: 32px;
  font-family: "Pilat";
  font-weight: 700;
  color: var(--text-color);
  margin: 0;
}
.xt-why-cellucor-bundles .listgroup
{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.xt-why-cellucor-bundles .listgroup .list
{
  display: flex;
  gap: 16px;
  align-items: start;
}
.xt-why-cellucor-bundles .listgroup .icon
{
  display: flex;
  width: 40px;
  width: 40px;
}
.xt-why-cellucor-bundles .listgroup .info
{
  width: calc(100% - 56px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.xt-why-cellucor-bundles .listgroup .info .title
{
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  color: var(--text-color);
}
.xt-why-cellucor-bundles .listgroup .info .desc
{
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-color);
  margin: 0;
}


@media (min-width:1024px)
{
  .xt-why-cellucor-bundles .wraper .heading
  {
    font-size: var(--font-size);
  }
  .xt-why-cellucor-bundles .listgroup .info .title
  {
    font-size: var(--font-size);
  }
  .xt-why-cellucor-bundles .listgroup .info .desc
  {
    font-size: var(--font-size);
  }
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-why-cellucor-bundles .wraper
  {
    gap: 16px;
  }
  .xt-why-cellucor-bundles .wraper .heading
  {
    font-size: 28px;
  }
  .xt-why-cellucor-bundles .listgroup .info .title
  {
    font-size: 16px;
  }
  .xt-why-cellucor-bundles .listgroup .info .desc
  {
    font-size: 14px;
  }
}
@media (max-width:767px)
{
  .xt-why-cellucor-bundles img.mobile
  {
    display: block;
    width: 100%;
  }
  .xt-why-cellucor-bundles img.desktop
  {
    display: none;
  }
  .xt-why-cellucor-bundles .wraper
  {
    padding: 0 15px 0 0;
    max-width: 100%;
    gap: 16px;
    top: unset;
    transform: unset;
    bottom: 24px;
  }
  .xt-why-cellucor-bundles .wraper .heading
  {
    font-size: 28px;
  }
}





/***************bundle sections************************/





.needsclick.klaviyo-close-form
{
  z-index: 10!important;
}









/******************* PDP upsell products*******************/

.xt-upsell-products
{
  display: block;
  width: 100%;
  margin: 16px 0 0;
}
.xt-upsell-products .upsell_product_heading
{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Pilat';
  font-weight: 700;
  color: #000;
  margin: 0;
}
.xt-upsell-products .upsell_product_wrap
{
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin: 16px 0 0;
}
.xt-upsell-products .upsell_product
{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: solid 1px #CDD2CF;
  border-radius: 4px;
  width: 50%;
}
.xt-upsell-products .upsell_product_image
{
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  min-width: 60px;
  max-width: 60px;
}
.xt-upsell-products .upsell_product_image a
{
  display: flex;
}
.xt-upsell-products .upsell_product_image img
{
  max-width: 100%;
}
.xt-upsell-products .upsell_product_form
{
  display: block;
  width: 100%;
}
.xt-upsell-products .name-price
{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.xt-upsell-products .upsell_product_title
{
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-family: 'Pilat';
  font-weight: 500;
}
.xt-upsell-products .upsell_product_price
{
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-family: 'Pilat';
  font-weight: 500;
}
.xt-upsell-products .xt-card-product-act-wrapper
{
  display: flex;
  align-items: end;
  gap: 6px;
  margin-top: 8px;
}
.xt-upsell-products .variant-selector
{
  flex: 1;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.xt-upsell-products .variant-selector label
{
  display: none;
}
.xt-upsell-products .variant-select
{
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  padding: 5px 20px 5px 10px;
  border: solid 1px #CDD2CF;
  background: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 6.00046L9.76314 0.000457764H0.23686L5 6.00046Z" fill="%23808FAF"/></svg>') no-repeat;
  background-position: calc(100% - 8px) center;
  color: #000;
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 2px;
  display: block;
  width: 100%;
}
.xt-upsell-products .variant-select:focus
{
  outline: none;
  box-shadow: none;
}
.xt-upsell-products .quick-add__submit
{
  display: block;
  padding: 5px 10px;
  min-height: unset;
  min-width: unset;
  font-size: 12px;
  line-height: 1.2;
  width: max-content;
  border: solid 1px #CDD2CF;
  background: #000;
  color: #fff;
  border: solid 1px #000;
  border-radius: 2px;
}
.xt-upsell-products .quick-add__submit::before,
.xt-upsell-products .quick-add__submit::after
{
  content: none;
}

@media (min-width:1024px) and (max-width:1365px)
{
  .xt-upsell-products .upsell_product_wrap
  {
    flex-direction: column;
  }
  .xt-upsell-products .upsell_product
  {
    width: 100%;
  }
}

@media (max-width:767px)
{
  .xt-upsell-products
  {
    display:none !important;
  }
  .xt-upsell-products .upsell_product_wrap
  {
    overflow: hidden;
    overflow-x: auto;
  }
  .xt-upsell-products .upsell_product
  {
    width: 100%;
    min-width: 300px;
  }
  .xt-upsell-products .upsell_product_wrap::-webkit-scrollbar
  {
    display: none;
  }
}

/******************* PDP upsell products*******************/









/***************whats includes products************************/

.product__info-wrapper .xt-includes
{
  display: block;
  width: 100%;
  margin-top: 24px;
}
.xt-includes .mainheading
{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.2;
}
.xt-includes .wraper
{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.xt-includes img
{
  max-width: 100%;
}
.xt-includes .items
{
  display: flex;
  align-items: center;
  gap: 16px;
}
.xt-includes .items .img
{
  width: 120px;
  display: flex;
}
.xt-includes .items .info
{
  width: 100%;
}
.xt-includes .items .info .heading
{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
.xt-includes .items .info .subheading
{
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px;
  color: #000;
}

/***************whats includes products************************/








/*******************login and registration page******************/


/* .template-customers-login .shopify-section-group-header-group
{
  display:none;
} */


.xt-login-reg-wrapper
{
  display:flex;
}
.xt-login-reg-wrapper .customer
{
  width:45%;
  max-width:unset !important;
  padding:48px 176px 48px 96px !important;
}
.xt-login-reg-wrapper .login-bg-image
{
  display:flex;
  width:55%;
  position:relative;
}
.xt-login-reg-wrapper .login-bg-image img
{
  width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  object-position:center;
  top:0;
}
.xt-login-reg-wrapper .login-bg-image .lxlogo
{
  position:absolute;
  top:32px;
  left:64px;
  width: max-content;
  height: 48px;
  z-index: 1;
  object-fit:unset;
  object-position:unset;
}
.xt-login-reg-wrapper .heading
{
  font-family:Helvetica, Arial, sans-serif;
  font-size:34px;
  text-align:left;
  font-weight:700;
  color: #2e384d;
  line-height: 1.25;
  margin: 0 0 16px 0 !important;
  letter-spacing:0;
}
.xt-login-reg-wrapper .subheading
{
  font-family:Helvetica, Arial, sans-serif;
  font-size:18px;
  text-align:left;
  font-weight:700;
  color: #919191;
  line-height: 1.25;
  margin: 0 0 48px 0;
  letter-spacing:0;
}

.xt-login-reg-wrapper .xt-log-reg-nav
{
  display:flex;
  align-items:center;
  gap:16px;
}
.xt-login-reg-wrapper .xt-log-reg-nav a
{
  font-family:Helvetica, Arial, sans-serif;
  font-size:18px;
  text-align:left;
  font-weight:700;
  color: #2e384d;
  line-height: 1.5;
  padding:0 0 8px;
  border-bottom:solid 4px rgba(253, 14, 54, 1);
  text-decoration:none;
  margin:0;
  width:50%;
  letter-spacing:0;
}
.xt-login-reg-wrapper .xt-log-reg-nav a:not(.active)
{
  opacity:.5;
}
.xt-login-reg-wrapper .xt-log-reg-nav a:hover
{
  opacity:1;
}
.xt-login-reg-wrapper .customer form
{
  margin:24px 0 0;
}
.xt-login-reg-wrapper .customer .field
{
  display:flex;
  flex-direction:column-reverse;
  gap:8px;
  align-items:start;
}
.xt-login-reg-wrapper .customer .field::before,
.xt-login-reg-wrapper .customer .field::after
{
  content:none;
}
.xt-login-reg-wrapper .customer .field label
{
  position:unset;
  font-family:Helvetica, Arial, sans-serif;
  font-size:14px !important;
  color:#2e384d;
  letter-spacing:0 !important;
}
.xt-login-reg-wrapper .customer .field input
{
  border:solid 2px #c4c4c4;
  padding:0 16px;
  height:54px;
  line-height:54px;
  font-size:16px;
  font-family:Helvetica, Arial, sans-serif;
}
.xt-login-reg-wrapper .customer .forgot-link
{
  margin: 24px 0 0 auto; 
  color:#718096;
  font-size:14px;
  font-family:Helvetica, Arial, sans-serif;
}
.xt-login-reg-wrapper .customer .subm-btn
{
  width:100%;
  font-size:20px;
  font-family:Helvetica, Arial, sans-serif;
  color:#fff;
  background: rgba(46, 56, 77, 1);
  font-weight:700;
  letter-spacing:0;
  height:64px;
  margin:24px 0 0 0;
}
.xt-login-reg-wrapper .customer .subm-btn::before,
.xt-login-reg-wrapper .customer .subm-btn::after
{
  content:none;
}

.xt-login-reg-wrapper .xt-log-ref-fot
{
  display:flex;
  flex-direction:column;
  gap:32px;
  align-items:center;
  margin:100px 0 0;
}
.xt-login-reg-wrapper .xt-log-ref-fot .footin
{
  display:flex;
  align-items:center;
  gap:16px;
  justify-content:center;
}
.xt-login-reg-wrapper .xt-log-ref-fot .footin.xtop img
{
  max-width:100%;
  height:32px;
}
.xt-login-reg-wrapper .xt-log-ref-fot .footin.xbot img
{
  max-width:100%;
  height:20px;
}
.xt-login-reg-wrapper .xt-log-ref-fot .xcopyright
{
  color:#777777;
  font-size:12px;
  font-family:Helvetica, Arial, sans-serif;
  text-align:center;
  display:inline-block;
  align-items:center;
}
.xt-login-reg-wrapper .xt-log-ref-fot .xcopyright a
{
  font-size:12px;
  color:#777777;
  font-family:Helvetica, Arial, sans-serif;
  text-decoration:none;
  display:inline;
}

.xt-login-reg-wrapper .xcdisc
{
  color:#2e384d;
  font-size:14px;
  font-family:Helvetica, Arial, sans-serif;
  text-align:center;
  display:inline-block;
  margin:24px 0 0;
  line-height:1.25;
}
.xt-login-reg-wrapper .xcdisc a
{
  display:inline;
  font-size:14px;
  color:#2e384d;
  font-family:Helvetica, Arial, sans-serif;
  text-decoration:none;
  display:inline;
}

.xt-login-reg-wrapper .xtagree
{
  display:flex;
  gap:5px;
  margin:24px 0 0;
  align-items:start;
  line-height:1;
  text-align:left;
  font-size:14px;
  color:#2e384d;
  font-family:Helvetica, Arial, sans-serif;
}
.xt-login-reg-wrapper .xtagree input[type=checkbox]
{
  margin:0;
}


@media (min-width:1024px) and (max-width:1280px)
{
  .xt-login-reg-wrapper .customer
  {
    padding: 48px 30px 48px 30px !important;
  }
}

@media (max-width:1023px)
{
  .xt-login-reg-wrapper
  {
    flex-direction:column;
    width:100%;
  }
  .xt-login-reg-wrapper .customer
  {
    padding: 32px 24px!important;
    width:100%;
  }
  .xt-login-reg-wrapper .login-bg-image
  {
    width:100%;
    padding:130px 0;
    order:-1;
  }
  .xt-login-reg-wrapper .login-bg-image .lxlogo
  {
    top:50%;
    left:0;
    right:0;
    margin:0 auto;
    width: 80%;
    max-width:100%;
    height:unset;
    transform:translateY(-50%);
  }
  .xt-login-reg-wrapper .heading
  {
    font-size:22px;
    text-align:center;
  }
  .xt-login-reg-wrapper .subheading
  {
    font-size:14px;
    text-align:center;
  }
}



/*******************login and registration page******************/













/*****************************bfcm lander*****************************/

body.xt-bfcm-lander
{
  background:#111111;
}

.xt-bfcm-banner
{
  display:block;
  width:100%;
  margin:64px 0 0;
}
.xt-bfcm-banner .wraper
{
  display:block;
  width:100%;
  padding:64px;
  background:var(--bg-img) no-repeat center;
  border-radius:32px;
  overflow:hidden;
  position:relative;
  background-size: cover;
}
.xt-bfcm-banner .wraper::before
{
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  left:0;
  content:"";
  background:linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
  z-index:0;
}
.xt-bfcm-banner .content
{
  display:block;
  max-width:580px;
  width:100%;
  position:relative;
  z-index:1;
}
.xt-bfcm-banner .heading
{
  font-size:96px;
  font-family:"Anton";
  color:#fff;
  font-weight:400;
  line-height:1;
  margin:0;
}
.xt-bfcm-banner .subheading
{
  font-size:24px;
  font-weight:700;
  line-height:1.3;
  color:#fde047;
  text-transform:uppercase;
  margin:8px 0 0;
}
.xt-bfcm-banner .desc
{
  font-size:18px;
  color:#fff;
  font-weight:400;
  line-height:1.4;
  margin:24px 0 0;
}
.xt-bfcm-banner .btn
{
  font-size:18px;
  color:#000;
  font-weight:700;
  line-height:1.4;
  margin:64px 0 0;
  background:#fde047;
  display:block;
  padding:16px 40px;
  border-radius:40px;
  text-decoration:none;
  width:max-content;
}
.xt-bfcm-banner .btn:hover
{
  background:#4b5563;
  color:#fff;
}






.xt-bfcm-always
{
  display:block;
  width:100%;
  margin:64px 0;
}
.xt-bfcm-always .wraper
{
  display:block;
  width:100%;
  padding:64px 0;
  background: linear-gradient(180deg, #FDE047 0%, #FFC700 100%);
  box-shadow: 0 0 30px rgba(253, 224, 71, 0.5);
  border-radius:32px;
  overflow:hidden;
}
.xt-bfcm-always .headings
{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.xt-bfcm-always .heading
{
  font-size:60px;
  font-family:"Anton";
  color:#000;
  font-weight:400;
  line-height:1;
  margin:0;
  text-transform:uppercase;
}
.xt-bfcm-always .subheading
{
  font-size:18px;
  font-weight:500;
  line-height:1.3;
  color:#000;
}
.xt-bfcm-always .card-wrap
{
  display:flex;
  align-items:stretch;
  gap:32px;
  padding:0 32px;
  margin:48px 0 0;
}
.xt-bfcm-always .savings-card
{
  width:33.333%;
  display:flex;
  padding:24px;
  border-radius:24px;
  background:#1E1E1E;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.xt-bfcm-always .percent
{
  font-size:72px;
  font-family:"Anton";
  color:#fff;
  font-weight:400;
  line-height:1;
  margin:0;
  text-transform:uppercase;
}
.xt-bfcm-always .label
{
  font-size:30px;
  color:#fde047;
  font-weight:700;
  line-height:1;
  margin:0;
  text-transform:uppercase;
}
.xt-bfcm-always .details
{
  font-size:18px;
  color:#fff;
  font-weight:400;
  line-height:1.3;
  margin:12px 0 0;
}


.xt-bfcm-always .featured .text1
{
  font-size:30px;
  font-family:"Anton";
  color:#fff;
  font-weight:400;
  line-height:1;
  margin:0;
  text-transform:uppercase;
}
.xt-bfcm-always .featured .text2
{
  font-size:36px;
  color:#fde047;
  font-weight:900;
  line-height:1.2;
  margin:0;
}
.xt-bfcm-always .code-wrap
{
  background:#1f2937;
  display:flex;
  flex-direction:column;
  border-radius:12px;
  padding:16px;
  margin:16px 0 0;
  align-items:center;
  justify-content:center;
  text-align:center;
  width:100%;
  color:#fff;
}
.xt-bfcm-always .code-wrap .code
{
  font-size:48px;
  font-family:"Anton";
  color:#fde047;
  font-weight:400;
  line-height:1;
  margin:0;
  text-transform:uppercase;
}
.xt-bfcm-always .code-wrap .code-text
{
  font-size:16px;
  color:#fff;
  font-weight:700;
  line-height:1;
  margin:0;
}
.xt-bfcm-always .msg
{
  font-size:12px;
  color:#9ca3af;
  font-weight:400;
  line-height:1;
  margin:8px 0 0;
}















.xt-bfcm-calendar
{
  display:block;
  width:100%;
  margin:64px 0;
}
.xt-bfcm-calendar .headings
{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.xt-bfcm-calendar .heading
{
  font-size:128px;
  font-family:"Anton";
  font-weight:400;
  line-height:1;
  margin:0;
  text-transform:uppercase;
  -webkit-text-stroke: 2px #FDE047;
  text-stroke: 2px #FDE047;
}
.xt-bfcm-calendar .heading1
{
  font-size:128px;
  font-family:"Anton";
  color:#fff;
  font-weight:400;
  line-height:1;
  margin:-32px 0 0;
  text-transform:uppercase;
}
.xt-bfcm-calendar .subheading
{
  font-size:24px;
  font-weight:700;
  line-height:1.3;
  color:#fde047;
  margin:8px 0 0;
  text-transform:uppercase;
}
.xt-bfcm-calendar .wraper
{
  display:flex;
  flex-wrap:wrap;
  gap:32px;
  margin:64px 0 0;
}
.xt-bfcm-calendar .items
{
  display:flex;
  flex-direction:column;
  background:#1E1E1E;
  padding:24px;
  border-radius:24px;
  width:calc(33.333% - 22px);
}
.xt-bfcm-calendar .items .dates
{
  display:flex;
  align-items:end;
  justify-content:end;
  gap:16px;
}
.xt-bfcm-calendar .items .dates .day
{
  font-size:18px;
  line-height:1;
  color:#9ca3af;
  font-weight:700;
}
.xt-bfcm-calendar .items .dates .date
{
  font-size:48px;
  line-height:1;
  color:#fff;
  font-family:"Anton";
}
.xt-bfcm-calendar .items .content
{
  margin:16px 0 0;
  display:block;
}
.xt-bfcm-calendar .items .iheading
{
  font-size:72px;
  line-height:1;
  color:#fde047;
  font-family:"Anton";
}
.xt-bfcm-calendar .items .isubheading
{
  font-size:48px;
  line-height:1;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
}
.xt-bfcm-calendar .items .desc
{
  font-size:16px;
  line-height:1.3;
  color:#fff;
  margin:16px 0 32px;
}
.xt-bfcm-calendar .btn
{
  font-size:18px;
  color:#fff;
  font-weight:700;
  line-height:1.4;
  margin:auto 0 0;
  background:#4b5563;
  display:block;
  padding:12px 32px;
  border-radius:40px;
  text-decoration:none;
  width:max-content;
  text-transform:uppercase;
}
.xt-bfcm-calendar .btn:hover
{
  background:#fde047;
  color:#000;
}



@media (min-width:1024px) and (max-width:1365px)
{
  .xt-bfcm-always .percent,
  .xt-bfcm-calendar .items .iheading
  {
    font-size:54px;
  }
  .xt-bfcm-always .label,
  .xt-bfcm-always .featured .text1
  {
    font-size:26px;
  }
  .xt-bfcm-always .featured .text2,
  .xt-bfcm-calendar .items .dates .date
  {
    font-size:30px;
  }
  .xt-bfcm-always .code-wrap .code,
  .xt-bfcm-calendar .items .isubheading
  {
    font-size:36px;
  }
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-bfcm-banner .heading,
  {
    font-size:72px;
  }
  .xt-bfcm-always .heading
  {
    font-size:48px;
  }

  .xt-bfcm-calendar .heading,
  .xt-bfcm-calendar .heading1
  {
    font-size:82px;
  }

  .xt-bfcm-always .percent,
  .xt-bfcm-calendar .items .iheading
  {
    font-size:54px;
  }
  .xt-bfcm-always .label,
  .xt-bfcm-always .featured .text1
  {
    font-size:26px;
  }
  .xt-bfcm-always .featured .text2,
  .xt-bfcm-calendar .items .dates .date
  {
    font-size:30px;
  }
  .xt-bfcm-always .code-wrap .code,
  .xt-bfcm-calendar .items .isubheading
  {
    font-size:36px;
  }

  .xt-bfcm-always .card-wrap
  {
    gap:20px;
    padding:20px;
  }
  .xt-bfcm-always .savings-card
  {
    font-size:16px;
  }
  .xt-bfcm-calendar .items
  {
    width:calc(50% - 16px);
  }
}


@media (max-width:767px)
{
  .xt-bfcm-banner .wraper
  {
    padding:32px;
    background:var(--bg-img-m) no-repeat center;
  }
  .xt-bfcm-banner .heading
  {
    font-size:72px;
  }
  .xt-bfcm-banner .subheading
  {
    font-size:20px;
  }
  .xt-bfcm-banner .desc
  {
    font-size:16px;
  }
  .xt-bfcm-banner .btn
  {
    font-size:16px;
    margin:24px 0 0;
  }

  .xt-bfcm-always .savings-card
  {
    width:100%;
  }
  .xt-bfcm-always .heading
  {
    font-size:38px;
  }
  .xt-bfcm-always .subheading
  {
    font-size:16px;
  }
  .xt-bfcm-always .card-wrap
  {
    flex-wrap:wrap;
  }
  .xt-bfcm-always .percent
  {
    font-size:54px;
  }
  .xt-bfcm-always .label,
  .xt-bfcm-always .featured .text1,
  .xt-bfcm-always .featured .text2
  {
    font-size:24px;
  }
  .xt-bfcm-always .code-wrap .code
  {
    font-size:38px;
  }

  .xt-bfcm-calendar .items
  {
    width:100%;
  }
  .xt-bfcm-calendar .heading,
  .xt-bfcm-calendar .heading1
  {
    font-size:72px;
  }
  .xt-bfcm-calendar .items .dates .date
  {
    font-size:38px;
  }
  .xt-bfcm-calendar .items .iheading
  {
    font-size:54px;
  }
  .xt-bfcm-calendar .items .isubheading
  {
    font-size:38px;
  }
  .xt-bfcm-calendar .subheading
  {
    font-size:20px;
  }
  .xt-bfcm-calendar .btn
  {
    font-size:18px;
  }
}



/*****************************bfcm lander*****************************/








.nacs-2025 h1.main-page-title
{
  display:none;
}












/****************cellucor subscribe page*****************************/

body.cellucor-s-s-alt .multicolumn .multicolumn-card__info h3,
body.cellucor-s-s-alt .image-with-text .image-with-text__heading
{
  font-size:20px;
  font-family: "Pilat";
}
body.cellucor-s-s-alt .multicolumn .multicolumn-list
{
  column-gap: var(--grid-desktop-horizontal-spacing);
}
/* body.cellucor-s-s-alt .multicolumn .multicolumn__title
{
  justify-content:center;
} */

body.cellucor-s-s-alt .xt-collection .title.h2,
body.cellucor-s-s-alt .xt-real-reviews .heading
{
  font-size:24px;
}

body.cellucor-s-s-alt .multicolumn .multicolumn-card__info .link
{
  background:transparent url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg" role="presentation"><path d="M1 21L11 11L1 0.999999" stroke="black" stroke-width="2" stroke-linecap="round"></path></svg>') no-repeat center right;
  padding:0 14px 0 0;
  color:#1f1f28 !important;
  font-family: "Pilat";
  font-weight: 400;
  text-decoration:underline;
  display: flex;
  align-items: center;
  justify-content: start;
  width: max-content;
  background-position: 100% calc(100% + -1px);
}

body.cellucor-s-s-alt .xt-image-with-text
{
  background:#f7f7f7;
}

body.cellucor-s-s-alt .image-with-text .image-with-text__heading,
body.cellucor-s-s-alt .image-with-text .image-with-text__text
{
  color:#1a1a1a;
}
body.cellucor-s-s-alt .image-with-text .image-with-text__text ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}
body.cellucor-s-s-alt .image-with-text .image-with-text__text ul li
{
  display: flex;
  align-items: start;
  gap: 8px;
}
body.cellucor-s-s-alt .image-with-text .image-with-text__text ul li:before 
{
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.50031 10.4126C2.50031 5.99433 6.08203 2.4126 10.5003 2.4126C14.9185 2.4126 18.5003 5.99433 18.5003 10.4126C18.5003 14.8309 14.9185 18.4126 10.5003 18.4126C6.08203 18.4126 2.50031 14.8309 2.50031 10.4126ZM13.306 8.38368C13.0717 8.14937 12.6917 8.14937 12.4574 8.38368L9.67222 11.1689L8.54318 10.0399C8.30886 9.80554 7.92896 9.80554 7.69465 10.0399C7.46034 10.2742 7.46034 10.6541 7.69466 10.8884L9.24798 12.4417C9.4823 12.676 9.86214 12.676 10.0965 12.4417L13.306 9.23218C13.5403 8.99786 13.5403 8.61802 13.306 8.38368Z" fill="%231a1a1a"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
}



@media (max-width:767px)
{
  body.cellucor-s-s-alt .image-with-text__content
  {
    padding:24px 0;
  }
  body.cellucor-s-s-alt .xt-collection .title.h2,
  body.cellucor-s-s-alt .xt-real-reviews .heading
  {
    font-size:20px;
  }
  body.cellucor-s-s-alt .multicolumn .multicolumn-card__info h3,
  body.cellucor-s-s-alt .image-with-text .image-with-text__heading
  {
    font-size:18px;
    font-family: var(--font-heading-family);
  }
}




















/**********************xt-beer-gut-blaster****************************/

.xt-beer-gut-blaster .xtttt-img-text .color-scheme-1
{
  background:#111827;
}
.xt-beer-gut-blaster .image-with-text__heading
{
  font-family:"Pilat";
  color:#fff;
}
.xt-beer-gut-blaster .image-with-text__heading span
{
  color:#ffe500 !important;
}
.xt-beer-gut-blaster .image-with-text__text
{
  color:#fff;
}
.xt-beer-gut-blaster .image-with-text__content .image-with-text__text+.button
{
  background:#ffe500;
  color:#111827;
  border-radius:8px;
  font-weight:700;
}






.xt-icon-with-text
{
  display: block;
  width: 100%;
  padding:70px 0;
}
.xt-icon-with-text .heading
{
  font-family: "Pilat";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-align:center;
}
.xt-icon-with-text .wraper
{
  display: flex;
  width: 100%;
  margin-top: 50px;
  gap: 24px;
}
.xt-icon-with-text .items
{
  width: calc(25% - 18px);
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items:center;
}
.xt-icon-with-text .items img
{
  width:80px;
}
.xt-icon-with-text .items .rname
{
  font-size: 16px;
  line-height: 1.1;
  color: #212121;
  font-weight: 400;
  margin: 16px 0 0;
}
.xt-icon-with-text .items .rtitle
{
  font-size: 32px;
  line-height: 1.1;
  color: #212121;
  font-weight: 900;
  margin: 4px 0 0;
}

@media (min-width:768px) and (max-width:1023px)
{
  .xt-icon-with-text .heading
  {
    /* font-size: 32px; */
  }
  .xt-icon-with-text .wraper
  {
  }
  .xt-icon-with-text .items
  {
  }
}

@media (max-width:767px)
{
  .xt-icon-with-text
  {
    padding:32px 0;
  }
  .xt-icon-with-text .heading
  {
    font-size: 24px;
  }
  .xt-icon-with-text .wraper
  {
    flex-direction:column;
  }
  .xt-icon-with-text .items
  {
    width:100%;
  }
}







.xt-quality-promise
{
  display: block;
  width: 100%;
  padding:70px 0;
}
.xt-quality-promise .page-width
{
  padding-top:70px;
  padding-bottom:70px;
  background: #FEFCEA;
  background: linear-gradient(45deg,rgba(254, 252, 234, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(254, 250, 202, 1) 100%);
  border-radius:16px;
}
.xt-quality-promise img
{
  width:100px;
  margin:0 auto;
  display:block;
}
.xt-quality-promise .heading
{
  font-family: "Pilat";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin: 16px 0 0;
  text-align:center;
}
.xt-quality-promise .desc
{
  font-size: 16px;
  line-height: 1.1;
  color: #212121;
  font-weight: 400;
  margin: 16px 0 0;
  text-align:center;
}
.xt-quality-promise .desc a
{
  color:#ffe500;
}
@media (max-width:767px)
{
  .xt-quality-promise
  {
    padding:32px 20px;
  }
  .xt-quality-promise .heading
  {
    font-size:24px;
  }
}















.xt-beer-gut-blaster .section-featured-product .product__title
{
  font-family:"Pilat";
}
.xt-beer-gut-blaster .section-featured-product .product-form__submit
{
  background:#ffe500;
  color:#111827;
  border-radius:8px;
  font-weight:700;
  text-transform:uppercase;
}
.xt-beer-gut-blaster .section-featured-product .product-form__submit::after,
.xt-beer-gut-blaster .section-featured-product .product-form__submit::before
{
  content:none; 
}





.xt-review-carousel
{
  display:block;
  width:100%;
  padding:70px 0;
  background:#111827;
  color:#fff;
}
.xt-review-carousel .heading
{
  font-family: "Pilat";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-align:center;
  color:#fff;
}
.xt-review-carousel .subheading
{
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;
  margin: 16px 0 0;
  text-align:center;
}
.xt-review-carousel .review_carousel
{
  margin:50px 0 0;
  padding-bottom:50px;
}
.xt-review-carousel .swiper-slide
{
  display:flex;
  align-items:center;
  gap:32px;
}
.xt-review-carousel .swiper-slide .img
{
  width:50%;
  display:flex;
}
.xt-review-carousel .swiper-slide .img img
{
  max-width:100%;
}
.xt-review-carousel .swiper-slide .info
{
  width:50%;
}
.xt-review-carousel .swiper-slide .info img
{
  width:50px;
}
.xt-review-carousel .swiper-slide .info .rtext
{
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  margin: 16px 0 0;
  font-style:italic;
}
.xt-review-carousel .swiper-slide .info .rname
{
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin: 16px 0 0;
}
.xt-review-carousel .swiper-slide .info .rtitle
{
  font-size: 14px;
  line-height: 1.3;
  color: #ffe500;
  font-weight: 400;
  margin: 4px 0 0;
}
.xt-review-carousel .swiper-pagination
{
  /* bottom:-50px; */
}
.xt-review-carousel .swiper-pagination-bullet
{
  background:rgba(255,255,255,.5);
}
.xt-review-carousel .swiper-pagination-bullet-active
{
  background:#ffe500;
}

@media (max-width:767px)
{
  .xt-review-carousel
  {
    padding:32px 0;
  }
  .xt-review-carousel .heading
  {
    font-size:24px;
  }
  .xt-review-carousel .swiper-slide
  {
    flex-direction:column;
  }
  .xt-review-carousel .swiper-slide .img,
  .xt-review-carousel .swiper-slide .info
  {
    width:100%;
  }
  .xt-review-carousel .swiper-slide .info img
  {
    width:32px;
  }
}




.xt-bundle-breakdown
{
  display:block;
  width:100%;
  padding:70px 0;
  background:#111827;
  color:#fff;
}
.xt-bundle-breakdown .wraper
{
  display:flex;
  align-items:start;
  gap:32px;
}
.xt-bundle-breakdown .heading
{
  font-size:24px;
  font-weight:700;
}
.xt-bundle-breakdown .type
{
  font-size:14px;
  margin:24px 0 0;
}
.xt-bundle-breakdown .desc
{
  font-size:16px;
  margin:0px 0 0;
  line-height:1.3;
}
.xt-bundle-breakdown .btn
{
  display:block;
  margin:8px 0 0;
  background:#333;
  border-radius:8px;
  font-size:16px;
  color:#fff;
  text-decoration:unset;
  width:max-content;
  padding:4px 20px;
}
.xt-bundle-breakdown .img
{
  width:30%;
  display:flex;
}
.xt-bundle-breakdown .img img
{
  max-width:100%;
  border-radius:8px;
}
.xt-bundle-breakdown .bot-text
{
  font-size:16px;
  margin:16px 0 0;
  line-height:1.3;
}
.xt-bundle-breakdown .key
{
  margin:16px 0 0;
  display:block;
  width:100%;
}
.xt-bundle-breakdown .key-head
{
  font-size:24px;
  font-weight:700;
}
.xt-bundle-breakdown .key .key-ul
{
  margin:16px 0 0;
  display:flex;
  width:100%;
  gap:16px;
}
.xt-bundle-breakdown .key .key-list
{
  display:flex;
  align-items:center;
  justify-content:start;
  gap:8px;
  font-size:14px;
  font-weight:700;
  background:#333;
  border:solid 1px #555;
  border-radius:8px;
  flex:1;
  padding:12px 16px;
}
.xt-bundle-breakdown .key .key-list img
{
  width:24px;
}
@media (max-width:767px)
{
  .xt-bundle-breakdown
  {
    padding:32px 0;
  }
  .xt-bundle-breakdown .wraper
  {
    flex-direction:column;
  }
  .xt-bundle-breakdown .img
  {
    width:100%;
  }
  .xt-bundle-breakdown .key .key-ul
  {
    flex-direction:column;
  }
}




.steps-section 
{
  background: #f9fafb;
  padding: 70px 0px;
  position: relative;
}
.steps-section .steps-header 
{
  text-align: center;
  margin-bottom: 60px;
}
.steps-section .steps-header h2 
{
  font-size: 40px;
  font-weight: 700;
  color: #0a0a0a;
  font-family:"Pilat";
  margin:0;
}
.steps-section .steps-header p 
{
  color: #6b7280;
  margin-top: 8px;
}
.steps-section .steps-timeline 
{
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display:flex;
  flex-direction:column;
}
.steps-section .timeline-line 
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #9ca3af;
  transform: translateX(-50%);
  display:block !important;
}
.steps-section .step-item 
{
  width: 50%;
  position: relative;
  margin-bottom: 60px;
}
.steps-section .step-item.left 
{
  padding-right: 60px;
}
.steps-section .step-item.right 
{
  padding-left: 60px;
  margin-left:auto;
}
.steps-section .step-item.step-last
{
  margin:0;
}
.steps-section .step-item.left::before
{
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fbbf24;
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:-10px;
  z-index:1;
}
.steps-section .step-item.right::before
{
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fbbf24;
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:-10px;
  z-index:1;
}
.steps-section .step-content 
{
  background: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: inline-block;
  width: 100%;
  text-align:left;
}
.steps-section .step-head
{
  display:flex;
  align-items:center;
  gap:8px;
}
.steps-section .step-icon 
{
  font-size: 28px;
  color: #fbbf24;
  margin-bottom: 8px;
}
.steps-section .step-content h3 
{
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
  color: #0a0a0a;
  font-family:"Pilat";
}
.steps-section .step-subtitle 
{
  color: #9ca3af;
  font-size: 14px;
  margin: 0px 0 0;
}
.steps-section .step-desc 
{
  color: #374151;
  font-size: 16px;
  margin:12px 0 0;
}
@media (max-width: 767px) 
{
  .steps-section
  {
    padding:32px 0;
  }
  .steps-section .step-item, 
  .steps-section .step-item.left, 
  .steps-section .step-item.right 
  {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .steps-section .timeline-line 
  {
    left: 16px;
  }
  .steps-section .step-content 
  {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
  .steps-section .step-item.left::before
  {
    right:unset;
    left:6px;
  }
  .steps-section .step-item.right::before
  {
    right:unset;
    left:6px;
  }
  .steps-section .steps-header h2
  {
    font-size:24px;
  }
}
/*
    
    
    
    
    

    */

/**********************xt-beer-gut-blaster****************************/