/** Shopify CDN: Minification failed

Line 1542:17 Unexpected "{"
Line 1542:26 Expected ":"
Line 1542:32 Unexpected "{"
Line 1542:33 Unexpected "{"
Line 1542:44 Expected ":"
Line 1546:17 Unexpected "{"
Line 1546:26 Expected ":"
Line 1546:32 Unexpected "{"
Line 1546:33 Unexpected "{"
Line 1546:44 Expected ":"
... and 60 more hidden warnings

**/
 @font-face {
        font-family: 'CoreRhino85BlackW01-Rg';
        src: url('/cdn/shop/files/CoreRhino85BlackW01-Rg.woff2?v=1747744638') format('woff2'),
            url('/cdn/shop/files/CoreRhino85BlackW01-Rg.woff?v=1747745144') format('woff');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
}

@font-face {
        font-family: 'Assistant-ExtraLight';
        src: url('/cdn/shop/files/Assistant-ExtraLight.woff2?v=1747744619') format('woff2'),
            url('/cdn/shop/files/Assistant-ExtraLight.woff?v=1747807741') format('woff');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
}
@font-face {
        font-family: 'Assistant-Light';
        src: url('/cdn/shop/files/Assistant-Light.woff2?v=1747744619') format('woff2'),
            url('/cdn/shop/files/Assistant-Light.woff?v=1747807741') format('woff');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
}

@font-face {
        font-family: 'Assistant-Regular';
        src: url('/cdn/shop/files/Assistant-Regular.woff2?v=1747744619') format('woff2'),
            url('/cdn/shop/files/Assistant-Regular.woff?v=1747807742') format('woff');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
}
@font-face {
        font-family: 'Assistant-SemiBold';
        src: url('/cdn/shop/files/Assistant-SemiBold.woff2?v=1747744619') format('woff2'),
            url('/cdn/shop/files/Assistant-SemiBold.woff?v=1747807742') format('woff');
        
        font-style: normal;
        font-display: swap;
}
@font-face {
        font-family: 'Assistant-ExtraBold';
        src: url('/cdn/shop/files/Assistant-ExtraBold.woff2?v=1747744619') format('woff2'),
            url('/cdn/shop/files/Assistant-ExtraBold.woff?v=1747807741') format('woff');
        font-weight: 800;
        font-style: normal;
        font-display: swap;
}

@font-face {
        font-family: 'Assistant-Bold';
        src: url('/cdn/shop/files/Assistant-Bold.woff2?v=1747744619') format('woff2'),
            url('/cdn/shop/files/Assistant-Bold.woff?v=1747807741') format('woff');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
}

/*27-05-2025-css
#MainProduct-template--17761889681486__main .subscribe-onetime-text.ffvcolor {
    display: none;
}
#MainProduct-template--17761889681486__main .bundle-section {
    display: none;
}
#MainProduct-template--17761889681486__main .variant-dropdown {
    margin-bottom: 17px;
}
#MainProduct-template--17761889681486__main .btn-text {
    top: 10px;
}
#MainProduct-template--17761889681486__main product-info#ProductInfo-template--17761889681486__main h1 {
    color: #fff;
}
#MainProduct-template--17761889681486__main .variant-name {
    color: #1F3169;
}
#shopify-section-template--17761889681486__cus_sticky_cart_E6DW7C .custom-add-to-cart .btn-text {
    left: 40px;
}
#MainProduct-template--17761889681486__main .product__description {
    padding-bottom: 0px;
}
#MainProduct-template--17761889681486__main .dropdown-arrow svg {
    color: #1F3169;
}
#MainProduct-template--17761889681486__main .btn-add-to-cart-cus .text-\[16px\]ffvbgb {
    color: #fff;
}
#MainProduct-template--17761889681486__main  .bg-fill {
    fill: #fecf02;
}
#MainProduct-template--17761889681486__main  .btn-bg {
    fill: #1f326a;
}
#shopify-section-template--17761889681486__cus_sticky_cart_E6DW7C  .btn-bg {
    fill: #1f326a;
}
#shopify-section-template--17761889681486__cus_sticky_cart_E6DW7C  .bg-fill {
    fill: #fecf02;
}
27-05-2025-css*/


/*new-changes*/
body .drawer {
    z-index: 99999 !important;
}

body .rc-template__radio .onetime-radio {
    background: #fff !important;
    border-radius: 4px;
}
body .rc-template__radio .rc-radio--active{
   background: #1F3169 !important;
   color: #fff;
   padding: 20px;
   height: auto;
   padding-left: 12px;
   border-radius: 4px 4px 0px 0px;
 }
.rc-template__radio label:nth-child(2).rc-radio--active
 {
    padding-top: 20px !important;
    border-radius: 4px;
}

.product__thumbnails {
    display: flex;
    gap: 8px;
    margin-top: 5px;
    flex-wrap: wrap;
}
 
img.product__thumbnail {
    object-fit: contain;
    width: 100px;
    height: 100px;
    margin-left: 3px;
}

.product__thumbnail {
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
}

.product__thumbnail:hover {
  border-color: #333;
  opacity: 1;
  transform: scale(1.05);
}

.product__thumbnail.active {
    border: 4px solid #fff;
    opacity: 1;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.owl-nav {
  text-align: center;
  margin-top: 10px;
}

.owl-nav button {
  background: none !important;
  border: none;
  padding: 5px;
  margin: 0 5px;
}
.product__info-wrapper .rc-widget .rc-radio.rc-radio--active~.rc-selling-plans{
     background: #1F3169 !important;
}
body .product__info-wrapper .rc-radio--active .rc-radio__label {
    color: #fff !important;
}
.rc-template__radio .rc-radio--active input:after {
    box-shadow: inset 0 0 0 4px #fff;
    background: #1F3169;
}
.junip-review-sort-select option,
.junip-select-with-label option{
    color: #1F3169;
}
.Limited .product__thumbnail
 {
    object-fit: contain;
}

.onetime-radio {
    background: #fff;
    height: 68px;
    border-radius: 4px;
}

body .product__info-wrapper .onetime-radio .rc-radio__label {
    color: #1F3169;
}

body.On-The-Go.Sample.Pack.pdf-page .owl-nav.disabled {
    display: block !important;
}
.collapsible-content__wrapper .accordion__content {
    padding-inline: 20px !important;
}
svg.btn-color-test.desktop-part {
    display: block;
}

.bundle-btn .buidbtncolor {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 50%);
    font-family: CoreRhino85BlackW01-Rg;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0%;
    text-align: center;
    width: 100%;
}

.product-pdf-page-un product-form.ffproductform {
    padding: 0;
    clip-path: unset;
}
.product__media.media.media--transparent img {
    object-fit: contain;
    width: 85%;
    height: 85%;
}
.product-pdf-page-un product-form.ffproductform .ffform {
    max-width: 100%;
}
.product-pdf-page-un product-form.ffproductform .ffform .ffqtybuy {
    width: 100%;
}
.product-pdf-page-un product-form.ffproductform .ffform .ffqtybuy .custom-add-to-cart {
    width: 100%;
}
.product-pdf-page-un product-form.ffproductform .ffform .ffqtybuy .btn-add-to-cart-cus {
    width: 100%;
}
.product-pdf-page-un product-form.ffproductform .ffform .ffqtybuy .btn-add-to-cart-cus svg.btn-bg {
    position: relative;
}
.product-pdf-page-un product-form.ffproductform .ffform .ffqtybuy .btn-add-to-cart-cus span.btn-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
}
.section-header .btn-color-test {
    width: 126px;
}
section#shopify-section-template--17728013107278__17051014121d9a5551{    
  background: #1f326a;
}
section#shopify-section-template--17761889681486__17051014121d9a5551{
  background: #1f326a;
}


/*end*/
/* .needsclick.kl-teaser-SCXxwU.undefined.kl-private-reset-css-Xuajs1 {
    display: none;
}
 */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    position: unset !important;
}
.custom-product-details h1 {
    font-family: 'Assistant-ExtraBold';
    font-weight: 800;
    font-size: 34px;
    line-height: 100%;
}
.custom-sticky-wr {
    display: flex;
    align-items: center;
}
.custom-add-to-cart .btn-text {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    top: 5px;
    text-align: center;
    color: #1F3169;
}
.custom-product-details-image img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    margin-right: 14px;
}
.custom-sticky-wr .title-products h1 {
    font-family: 'Assistant-ExtraBold';
    font-weight: 800;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;
}
.custom-sticky-wr .option_value {
    font-family: 'Assistant-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1F3169;
}
body .custom-sticky-atc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 0px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: transform 0.3s ease;
    background-color: white;
    height: 104px;
    border-bottom-width: 1px;
}
.add-to-cart-btn-custom {
    width: 540px;
    height: 76px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    clip-path: polygon(0 0, 5% 40%, 0 100%, 100% 100%, 95% 40%, 100% 0);
    color: #111160;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.no-js-hidden .ffforminput legend {
    margin-bottom: 0px;
}

.product-media-container.constrain-height .media {
    transform: translateX(0px);
}
.section-header .btn-color-test {
    max-inline-size: 126px;
    width: 100%;
}
.btn-add-to-cart-cus {
    background-color: transparent !important;
}
.caffeine-comparison .tab-contents p {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #1F3169;
    text-transform: uppercase;
}
.product__description.rte.quick-add-hidden p span:last-child {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

body .product-form__input input[type=radio] {
    clip: unset;
    overflow: initial;
    position: relative;
    height: 18px;
    width: 18px;
    border: none;
    top: 36px;
    z-index: 1;
}
.product--thumbnail_slider .main-arrow-next,
.product--thumbnail_slider .main-arrow-prev{
    width: 64px;
    border: 1px solid #1F3169;
    border-radius: 50%;
    height: 64px;
}

.product--thumbnail_slider .thumb-arrow-next rect,
.product--thumbnail_slider .thumb-arrow-prev rect{
    fill: unset !important;
}
.caffeine-sec-tab-sec label {
    border-radius: 0px;
    width: 160px;
    height: 78px;
    border-radius: 8px;
    border-width: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
     font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
body .collapsible-content summary:hover .accordion__title {
    text-decoration: none;
}
.product--thumbnail_slider .owl-prev:hover,
.product--thumbnail_slider .thumb-arrow-prev rect:hover{
    fill: unset !important;
}
.mobile-image {
    display: none;
}

.product-description {
    background-color: #00CFFF;
    padding: 0px 0px 24px;
    color: #003366;
}
.product-description .intro {
    margin: 0px;
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #003366;
}
.product-description h2 {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0px;
    color: #003366;
}
.product__info-wrapper .leading-tight {
    margin: 0px;
     font-family: 'Assistant-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 0px;
    color: #1F3169;
}
body .product-main-slider .owl-nav span {
    cursor: pointer;
    width: 64px;
    height: 64px;
    top: 350px;
    left: 646.81px;
    border-width: 1px;
    border-radius: 50%;
    color: #1F3169;
    border: 1px solid #1F3169;
    background: #fff;
}
.bundle-btn:hover .ffvbgb-path {
    color: #1f326a !important;
}
.product-form__input {
    margin: 0px;
}
.caffeine-sec-tab-sec h3 {
    padding-bottom: 20px;
}
body .caffeine-sec-tab-sec .items-center label  {
    font-family: CoreRhino85BlackW01-Rg;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
      padding-inline: 21px;
    text-align: center;
}

variant-radios#variant-radios-template--17728013107278__main {
    margin-bottom: 0px;
}
.no-js-hidden fieldset:nth-of-type(2) {
    margin-bottom: 0px;
}
.no-js-hidden fieldset:nth-of-type(2) fieldset.product-form__input {
    margin-bottom: 0px;
    transform: translateY(-25px);
}
.svg-mobile-view {
    display: none;
}
.product__description p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0px;
}
body .ffforminput {
    max-width: 100%;
}
body .variant-dropdown {
    max-width: 100%;
    margin-top: 10px;
}
.caffeine-sec-tab-sec .leading-tight {
    line-height: 32px;
}
body .ffproductform {
  height: 76px;
  width: 100%;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111160;
  font-weight: bold;
  font-size: 24px;
  clip-path: polygon(
    0 0, 5% 50%, 0 100%, 
    100% 100%, 95% 50%, 100% 0
  );
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.onetime-radio {
  position: relative;
  padding-top: 15px !important;
  margin-top: 10px !important;
}
body .rc-template__radio .rc-radio--active{
    padding-top: 15px !important;
}
.onetime-radio::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  /* background-color: #ffffff8c; */
  transform: scaleY(0.3); /* Slim down vertically */
  transform-origin: top;
}
#ProductSubmitButton-template--17728013107278__main {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.shipping-banner .ffvcolor {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 15.5px;
    line-height: 100%;
    letter-spacing: 0%;
}
.product__description {
    border-bottom: 1px solid #003366;
    padding-bottom: 24px;
}
.product-form__input {
    border: none;
    display: flex;
    gap: 18px;
    text-align: center;
    margin-bottom: 22px;
}

.product--thumbnail_slider .product-form__input input[type=radio]:checked + label {
    background-color: #1F3169;
    width: 168px;
    height: 97px;
    color: #fff;
    border: none;
    margin: 0px;
    border-radius: 4px; 
    white-space: normal;      /* allow wrapping */
    word-break: break-word;   /* break long words */
    text-align: center;       /* center text */
    display: flex;
    align-items: center;
    line-height: 26px;
    padding-top: 30px;
    justify-content: center;
    text-wrap: balance;       /* optional for better break (modern browsers) */
}
.ffqtybuy .ffvbgb{
    color: #1F3169;
}
.ffqtybuy .ffqtyinput {
    font-size: 28px;
    color: #1F3169;
}
.ffqtybuy .ffqtybtn {
    font-size: 24px;
    color: #1F3169;
}
body .ffqtybuy {
    width: 600px;
}
.product--thumbnail_slider .product-form__input input[type=radio]+label{
    background-color: #fff;
    width: 168px;
    height: 97px;
    border: none;
    padding: 10px 0px 14px 0px;
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F3169;
    border-radius: 4px;
  white-space: normal;      /* allow wrapping */
    word-break: break-word;   /* break long words */
    text-align: center;       /* center text */
    display: flex;
    align-items: center;
    line-height: 26px;
    justify-content: center;
    text-wrap: balance;       /* optional for better break (modern browsers) */
      /* flex-direction: column; */
    padding-top: 30px;
    padding-inline: 25px;
    flex-wrap: wrap;
}
.product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - .8rem);
    width: 100px;
    height: 100px;
    object-fit: cover;
}


.product-description .icon {
    margin-right: 8px;
    width: 16.16999979955618px;
    height: 16.16999979955618px;
}
.product-description .inner-product .icon-box:last-child {
    margin-bottom: 24px;
}
.no-js-hidden .ffforminput legend {
    margin-bottom: 10px;
    line-height: normal;
    font-family: CoreRhino85BlackW01-Rg;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.no-js-hidden .ffforminput{
    margin-bottom: 22px;
}
.servings-text {
    font-size: 16px;
}
.product__info-wrapper .rc-widget .rc-template__radio {
    width: 100%;
    /* height: 112px; */
    border-radius: 4px;
    /* background: #1F3169; */
    margin-bottom: 11px;
    padding: 0px;
}
.product__info-wrapper .rc-widget .rc-radio.rc-radio--active~.rc-selling-plans {
    padding-left: 50px;
    padding-top: 14px;
    padding-bottom: 19px;
    padding-top: 0px;
    border-radius: 0px 0px 4px 4px;
}


.product__info-wrapper .rc-widget .rc-radio__label {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.product__info-wrapper .rc-widget .rc-radio__subscription {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}
.product__info-wrapper .rc-widget .rc-selling-plans-single {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}
.btn-add-to-cart {
    height: 76px;
    width: 540px;
}

.main-slider .slick-next {
    z-index: 9;
}
.ingredients-benefits-section {
    padding: 60px 0;
    background-color: #fff;
  }
  
 .ingredients-benefits-section .ingredients-benefits-container {
    padding: 20px;
  }
  
 .ingredients-benefits-section .ingredients-benefits-wrapper {
    max-width: 1470px;
    margin: 0 auto;
  }
  
 .ingredients-benefits-section .ingredients-heading {
    text-align: center;
    color: #1A2F66;
    font-size: 40px;
    margin-bottom: 54px;
    line-height: 100%;
    font-family: 'CoreRhino85BlackW01-Rg';
  }
 .ingredients-benefits-section .ingredients-list {
 
    color: black;
}
 .ingredients-benefits-section .ingredients-categories {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
  }
  
 .ingredients-benefits-section .ingredients-category {
    flex: 1;
    min-width: 400px;
    max-width: 400px;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    border: 1.5px solid #FECF02;
    border-top: none;
  }
.ingredients-categories .ingredients-category:nth-child(2) {
    height: 340px;
    border-color: #1F3169;
}
.ingredients-categories .ingredients-category:nth-child(3) {
    height: 340px;
    border-color: #00C2F3;
}
.table-column .comparison-table .icon {
    object-fit: contain;
    width: 38.751808166503906px;
    height: 37.400001525878906px;
}
.collapsible-content__wrapper {
    padding: 59px 0px 124px 0px;
}
.collapsible-content__wrapper h2 {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 55px;
}
.collapsible-content-wrapper-narrow .accordion__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    font-family: 'CoreRhino85BlackW01-Rg';
    letter-spacing: 0%;
    vertical-align: middle;
}
.collapsible-content-wrapper-narrow .accordion summary {
    display: flex;
    position: relative;
    line-height: 1;
    font-family: 'CoreRhino85BlackW01-Rg';
    padding: 27px 25px 27px 18px;
}
.collapsible-content-wrapper-narrow summary .icon-caret {
    height: 6px;
    right: 25px;
    width: 13px;
}


.collapsible-content-wrapper-narrow .collapsible-content__grid--reverse .grid__item {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.collapsible-none-layout .accordion+.accordion {
    border-color: rgba(255, 255, 255, 0.3);
}
.collapsible-content-wrapper-narrow .accordion {
    border-bottom: .1rem solid rgba(255, 255, 255, 0.3);
}

.ingredients-benefits-section .category-name {
    color: #fff;
    text-align: center;
    font-family: CoreRhino85BlackW01-Rg;
    font-size: 20px;
    padding: 12px;
    margin: 0;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
}
  
.ingredients-benefits-section .ingredients-list {
    background-color: #F7F7F7;
    border-radius: 0px 0px 8px 8px;
    height: 100%;
}
  
.ingredients-benefits-section .ingredient-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    height: 100px;
    padding: 18px 17px 15px 9px;
}
 .ingredients-benefits-section .ingredient-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .ingredients-benefits-section .ingredient-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
 .ingredients-benefits-section .ingredient-details {
    flex-grow: 1;
  }
  .ingredient-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}
.product__description li {
    list-style: disc;
}
 .ingredients-benefits-section .ingredient-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 5px;
    color: #1F3169;
    letter-spacing: 0%;
    font-family: 'CoreRhino85BlackW01-Rg';
  }
  
 .ingredients-benefits-section .ingredient-description {
    font-size: 16px;
    line-height: 100%;
    color: #1F3169;
    font-family: 'Assistant-Bold';
    letter-spacing: 0%;
  }
  
 .ingredients-benefits-section .nutrition-button-container {
    text-align: center;
  }
  
.ingredients-benefits-section .nutrition-button {
    width: 360px;
    height: 64px;
    border-width: 1.5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    font-family: 'CoreRhino85BlackW01-Rg';
    letter-spacing: 0%;
    text-align: center;
    border-color: #1F3169;
    color: #1F3169;
}
  
 .ingredients-benefits-section .nutrition-button:hover {
    background-color: #1A2F66;
    color: white;
  }


.caffeine-comparison {
    background-color: #00C2F3;
    text-align: center;
    padding: 58px 0px 121px 0px;
}
   .caffeine-comparison .comparison-wrapper h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1F3169;
    text-transform: uppercase; 
    padding-bottom: 55px;
    font-family: 'CoreRhino85BlackW01-Rg';
    text-align: center;
    }

    .caffeine-comparison .tabs {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 34px;
    }

.caffeine-comparison .tab-btn {
    padding: 14px 16px 12px 16px;
    border: 4px solid #1F3169;
    background-color: transparent;
    
    cursor: pointer;
    width: 160px;
    height: 78px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'CoreRhino85BlackW01-Rg';
    color: #1F3169;

}
.caffeine-comparison .tab-btn.active {
    background-color: #1F3169;
    color: #fff;
    width: 160px;
    height: 78px;
    border-radius: 8px;
}
.ffqtywhole {
    display: none;
}
   .caffeine-comparison .tab-content {
      display: none;
    }

   .caffeine-comparison .tab-content.active {
      display: block;
    }

.caffeine-comparison .comparison-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    padding-bottom: 71px;
    font-family: 'CoreRhino85BlackW01-Rg';
    text-align: center;
    text-transform: uppercase;
}
.gummy-images img {
    min-width: 142.74000549316406px;
    width: 100%;
    height: 100%;
    top: 2658px;
    left: 678px;
    min-height: 269.2872009277344px;
    max-width: 142.74000549316406px;
}
.focusfuel-comparison-section .main-heading {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F3169;
    padding-bottom: 55px;
}

   .caffeine-comparison .gummy-images {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 71px;
    }

   .caffeine-comparison .gummy-img {
      width: 60px;
    }

body .focusfuel-comparison-section {
      background: #fff;
      padding: 58px 14px 46px 14px;
    }

    .focusfuel-comparison-section .comparison-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1244px;
      margin: 0 auto;
      gap: 120px;
    }

.focusfuel-comparison-section .promise-column {
    background: #243472;
    width: 470px;
    height: 218px;
    padding: 25px 52px 28px 24px;
    border-radius: 12px;
}
.focusfuel-comparison-section .promise-column .title {
    font-weight: 400;
    font-size: 22px;
    font-family: 'CoreRhino85BlackW01-Rg';
    line-height: 100%;
    letter-spacing: 0%;
    padding-left: 30px;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 21px;
}
.bundle-btn .ffvbgb-path {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 50%);
    font-family: CoreRhino85BlackW01-Rg;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0%;
    text-align: center;
    width: 100%;
}

.promise-list .promise-item span
 {
    font-family: Assistant;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
}


   .focusfuel-comparison-section .promise-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

   .focusfuel-comparison-section .promise-item {
      font-size: 16px;
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

   .focusfuel-comparison-section .icon {
      width: 24px;
      height: 24px;
      object-fit: contain;
    }

   .focusfuel-comparison-section .table-column {
      flex: 2 1 600px;
      overflow-x: auto;
    }

   .focusfuel-comparison-section .comparison-table {
      width: 100%;
      border-collapse: collapse;
    }

   .focusfuel-comparison-section .comparison-table th, .comparison-table td {
      border: 1px solid #1F3169;
      padding: 12px;
      background: #EBEBEB;
      text-align: center;
      font-weight: 500;
    }

.focusfuel-comparison-section .comparison-table thead th:first-child{
    background-color: transparent;
    color: #fff;
    height: 84px;
    border: none;
}

.focusfuel-comparison-section .comparison-table thead th:nth-child(2) {
    background: #1F3169;
    padding: 0px;
    border-color: #6C7EB6;
}
.focusfuel-comparison-section .comparison-table thead th {
    background: #ebebeb;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1F3169;
    padding: 20px 49px;
    width: 150px;
}
body .comparison-table thead tr th:nth-child(2) img {
    width: 84px !important;
    height: 57px !important;
    max-width: -webkit-fill-available;
    min-width: -webkit-fill-available;
}

.focusfuel-comparison-section .comparison-table td:first-child {
    text-align: left;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    width: 204px;
    background: #fff;
    text-transform: uppercase;
    height: 84px;
    padding-left: 18px;
    letter-spacing: 0%;
    color: #1F3169;
}
.comparison-table .icon {
    margin: auto;
}
body .subscribe-onetime-text {
    margin-bottom: 2px;
}
.ffquantity{
  display: none !important;
}
.focusfuel-comparison-section .comparison-table td:nth-child(2) {
    width: 150px;
    border-color: #6C7EB6;
    background: #1F3169;
}
body .shipping-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 16px;
    margin: 27px 0px 30px 0px !important;
}
body .product__info-container .product__description {
    margin-top: 13px;
}
.shipping-banner .dot {
  height: 10px;
  width: 10px;
  background-color: yellow;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

 .bundle-section {
        width: auto;
        max-width: 100%;
        height: auto;
        border-radius: 4px;
        margin-bottom: 23px !important;
        border-width: 3px;
        padding: 18px 19px 15px 19px;
        border: 3px solid #FEFE00;
    }
.section-header .title {
    margin: 0px;
    padding-bottom: 13px;
}
.bundle-section .title h2{
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
      color: #1F3169;
    letter-spacing: 0%;
    text-align: center;
    margin: 0px;
    position: relative;
}
.bundle-section .title span {
    color: #FEFE00;
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.bundle-section .features {
    display: flex;
    justify-content: center;
    margin: 13px 0px 21px 0px;
    font-weight: bold;
    text-align: center;
    gap: 30px;
}
.bundle-section .feature-item h3 {
    margin: 0px;
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
      color: #1F3169;
    letter-spacing: 0%;
    margin-top: 6px;
}
.bundle-section .build-bundle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bundle-section .product-images img {
    width: 17%;
    height: 17%;
}

.bundle-section .feature-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

.bundle-section .tick {
    background-color: #fff000;
    transform: rotate(45deg);
    margin-bottom: 5px;
    width: 16.16999979955618px;
    height: 16.16999979955618px;
}
.bundle-section .product-images {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin: 0px;
    }

/* 
.bundle-section .title h2:after {
    width: 126px;
    border-width: 2px;
    position: absolute;
    content: '';
    height: 100%;
    top: 0px;
    left: 12%;
    border: none;
    background-image: url(/cdn/shop/files/before-arrow-svg-two.svg?v=1747991467);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bundle-section .title h2:before {
    width: 126px;
    background-image: url(/cdn/shop/files/before-arrow-svg-one.svg?v=1747991467);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
     border: none;
    position: absolute;
    content: '';
    height: 100%;
    top: 0px;
    right: 12%;
} */
body .custom-sticky-wrapper {
    max-width: 1440px;
}

.bundle-btn {
    position: relative;
      margin-left: 12px;
    text-decoration-line: none;
}
  .custom-add-to-cart {
      width: 540px;
      height: 76px;
      border: none;
      font-weight: bold;
      font-size: 1.6rem;
      text-transform: uppercase;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: sans-serif;
      padding: 0;
      position: relative;
      background: none;
    }
 
    .custom-add-to-cart svg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
    }
 
    .btn-text {
      position: relative;
      z-index: 1;
      color: #fff;
    }

.bundle-section .title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
}

/* Popup Overlay */
.nutrition-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.nutrition-popup-content {
    min-height: 600px;
    max-height: 650px;
    position: relative;
    max-width: 360px;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 0px;
    border: 2px solid #000;
    box-shadow: 0px 0px 0px 10px #000;
    height: 100vh;
    overflow-y: scroll;
    top: -30px;
}

.nutrition-popup-close {
    position: absolute;
    cursor: pointer;
    width: 54px;
    left: 48.5%;
    bottom: 10%;
}

.nutrition-image {
  width: 100%;
  height: auto;
  display: block;
}
  .supplement-facts {
  color: #000;
}

.supplement-facts h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #000;
}
.nutrition-popup-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

.nutrition-popup-content::-webkit-scrollbar {
    width: 7px;
}

.nutrition-popup-content::-webkit-scrollbar-thumb {
    background: #1f326a;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.nutrition-popup-content::-webkit-scrollbar-thumb:hover {
    background: #1f3169ad;
    transition: 0.3s ease-in-out;
}

.supplement-facts table.facts-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.facts-table th,
.facts-table td {
  padding: 6px 8px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: left;
}
.facts-table td {
    font-family: 'CoreRhino85BlackW01-Rg';
    font-weight: 300;
    color: #333;
}



.facts-table th {
  background-color: #f0f0f0;
  text-align: left;
  font-weight: bold;
}

.supplement-facts h3 {
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: left;
    border-radius: 0px;
}

.supplement-facts ul {
  padding-left: 0px;
  margin: 0 0 10px 0;
}

.supplement-facts li {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.supplement-facts .footnote,
.supplement-facts .ingredients {
  font-size: 12px;
  margin-top: 10px;
  color: #333;
}


/* Owl Carousel Custom Styles */
.owl-carousel .owl-nav button {
  background: transparent !important;
  border: none !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 40px;
  outline: none !important;
}
body .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {

    width: 100px;
    height: 100px;
    object-fit: cover;
}
/* Main slider arrows */
#Slider-Gallery-{{ section.id }}{{ id_append }} .owl-nav .owl-prev {
  left: 15px !important;
}

#Slider-Gallery-{{ section.id }}{{ id_append }} .owl-nav .owl-next {
  right: 15px !important;
}

#Slider-Gallery-{{ section.id }}{{ id_append }} .owl-nav button:hover .main-arrow-prev circle,
#Slider-Gallery-{{ section.id }}{{ id_append }} .owl-nav button:hover .main-arrow-next circle {
  fill: #f0f0f0 !important;
}

#Slider-Gallery-{{ section.id }}{{ id_append }} .owl-nav button:hover .main-arrow-prev path,
#Slider-Gallery-{{ section.id }}{{ id_append }} .owl-nav button:hover .main-arrow-next path {
  stroke: #000 !important;
}

/* Thumbnail slider arrows */
#Slider-Thumbnails-{{ section.id }}{{ id_append }} .owl-nav button:hover .thumb-arrow-prev rect,
#Slider-Thumbnails-{{ section.id }}{{ id_append }} .owl-nav button:hover .thumb-arrow-next rect {
  fill: #555 !important;
}

/* Disabled state */
.owl-carousel .owl-nav button.disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}

.owl-carousel .owl-nav button.disabled:hover .main-arrow-prev circle,
.owl-carousel .owl-nav button.disabled:hover .main-arrow-next circle {
  fill: white !important;
}

.owl-carousel .owl-nav button.disabled:hover .main-arrow-prev path,
.owl-carousel .owl-nav button.disabled:hover .main-arrow-next path {
  stroke: #333 !important;
}

.owl-carousel .owl-nav button.disabled:hover .thumb-arrow-prev rect,
.owl-carousel .owl-nav button.disabled:hover .thumb-arrow-next rect {
  fill: #333 !important;
}

/* Hide default Shopify slider buttons when using Owl Carousel */
.owl-loaded + .slider-buttons {
  display: none !important;
}

/* Thumbnail slider styling */
#GalleryThumbnails-{{ section.id }}{{ id_append }} .owl-stage-outer {
  padding: 10px 0;
  margin: 0 60px;
}
ul#Slider-Thumbnails-template--17728013107278__main .owl-item.active {
    width: 108px important;
    margin: auto;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    position: unset;
}
#GalleryThumbnails-{{ section.id }}{{ id_append }} .thumbnail {
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

#GalleryThumbnails-{{ section.id }}{{ id_append }} .thumbnail[aria-current="true"] {
  border-color: #000;
}
/* Default border for all thumbnails */
.owl-stage-outer .thumbnail {
  border: 1px solid #fff;
}

/* Thicker border for active thumbnail matching main image */
.owl-stage-outer .thumbnail[aria-current="true"] {
  border: 4px solid #fff;
}
body .product__info-container>*+* {
    margin: 0px 0px 13px 0px;
}
.focusfuel-comparison-section .promise-item:last-child {
    margin-bottom: 0px;
}
.mobile-part {
    DISPLAY: NONE;
}

.btn-text .cartprice {
    margin-left: 10px;
}
.Sample .latest-design-pdp .product__info-wrapper .no-js-hidden .price.price--large {
    margin-top: 10px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  #Slider-Gallery-{{ section.id }}{{ id_append }} .owl-nav .owl-prev {
   left: 30px !important;
  }
.Sample .latest-design-pdp .product__info-wrapper .no-js-hidden .price.price--large {
    margin-bottom: 15px;
}  
.Sample .junip-product-summary-stars-wrapper {
    margin-top: 5px;
}

.mobile-part {
    DISPLAY: block;
}
  
  #Slider-Gallery-{{ section.id }}{{ id_append }} .owl-nav .owl-next {
    right: 50px !important;
  }
  
  #Slider-Thumbnails-{{ section.id }}{{ id_append }} .owl-stage-outer {
    margin: 0 15px;
  }
}
/*media-query*/
@media screen and (max-width: 1500px){
body .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 80px;
    height: 80px;
}
  ul#Slider-Thumbnails-template--17728013107278__main .owl-item.active {
    width: 105px ! IMPORTANT;
}
  .product.product--small.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet.ffvcolor .owl-stage-outer {
    margin: 0 32px;
}
}

@media screen and (max-width: 767px){
  svg.btn-color-test.desktop-part {
    display: none;
}
.Limited .no-js-hidden .ffforminput legend {
    margin-bottom: -10px;
    padding-top: 10px;
}  
.product__media.media.media--transparent img {
    width: 100%;
    height: 100%;
}  
.ffsecbg.product-pdf-page-un {
    padding-top: 0px !Important;
}    
  .tablet-part{
  display: none;
}
/*new changes*/
body .bundle-section .title h2, body .bundle-section .title span {
    font-size: 20px;
}
body .bundle-section .product-images img
 {
    width: 15% !important;
    height: 15% !important;
}  
.ffqtybuy .ffvbgb {
    background-color: transparent !important;
}
.plus-icon {
    transform: translate(0px, -4px);
}  
.collapsible-content__wrapper .accordion__content {
    padding-inline: 15px !important;
}
  
body .nutrition-popup-close {
        bottom: 14%;
        left: 45%;
    }  
.ffsecbg {
    padding-bottom: 64px;
}  
body .product__info-container>*+* {
    margin: 0px 0px 8px 0px;
}  
.product__description.rte.quick-add-hidden {
    margin-top: 0px;
}    
.shipping-banner .ffvcolor {
    font-size: 14.5px;
}
body .shipping-banner {
    padding-top: 0px;
    margin: 0px 0px 25px 0px !important;
}  
.custom-product-details {
    margin-right: 18px;
}
body .product-form__input {
    margin: 0px;
    margin-bottom: 2px !important;
} 
body .variant-dropdown {
    margin-top: 0px;
} 
body .subscribe-onetime-text {
    margin-bottom: 0px;
    padding-top: 0px;  
}  
.product-form__input {
    margin: 0px;
}  
fieldset.product-form__input {
    margin-bottom: 0px;
}
body .section-header .btn-color-test {
        max-inline-size: none;
        width: auto;
    } 
 
.custom-add-to-cart .btn-text {
    top: -35px;
    font-size: 14px;
}
.custom-product-con{
    width: 100%;
    max-width: 175px;
    min-width: 175px;
}
.custom-sticky-wr{
    display: block;
    align-items: center;
} 
.custom-sticky-wrapper product-form.ffproductform {
    padding: 0;
    clip-path: unset;
}
.custom-sticky-wrapperproduct-form.ffproductform .ffform {
    max-width: 100%;
}
.custom-sticky-wrapper product-form.ffproductform .ffform .ffqtybuy {
    width: 100%;
    padding-top: 30px;
}
.custom-sticky-wrapper product-form.ffproductform .ffform .ffqtybuy .custom-add-to-cart {
    width: 100%;
}
.custom-sticky-wrapperproduct-form.ffproductform .ffform .ffqtybuy .btn-add-to-cart-cus {
    width: 100%;
}
.custom-sticky-wrapper product-form.ffproductform .ffform .ffqtybuy .btn-add-to-cart-cus svg.btn-bg {
    position: relative;
}
.custom-sticky-wrapperproduct-form.ffproductform .ffform .ffqtybuy .btn-add-to-cart-cus span.btn-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
}
.product-pdf-page-un product-form.ffproductform .ffform .ffqtybuy .btn-add-to-cart-cus span.btn-text {
    top: 30px;
    font-size: 18px;
}
body .custom-sticky-wr .title-products h1 {
    font-size: 14px;
    padding-bottom: 0;
}
.custom-product-con legend #selected-value-2 {
    display: none;
}

body .custom-sticky-wr .option_value {
    font-size: 14px;
    line-height: 20px;
}
/*end*/
.product--thumbnail_slider .product-form__input input[type=radio]+label,
.product--thumbnail_slider .product-form__input input[type=radio]:checked+label{
    width: 128px;
    font-size: 16px;
    line-height: 20px;
}
.section-header .btn-color-test,
.section-header .btn-color-test{
   display: none;
}
  
body .custom-sticky-wrapper {
    padding-inline: 14px;
}  
.custom-sticky-wr .title-products h1 {
    font-size: 24px;
}
.custom-sticky-wr .option_value {
    font-size: 16px;
}  
body .custom-sticky-atc {
    height: auto;
}
.custom-product-details-image img {
    display: none;
}
body .ffproductform {
    margin: 0px;
    padding: 0px;
}

.mobile-image img {
    width: 100%;
    max-width: 150px;
} 
.bundle-section {
    padding: 14px;
}
  
.nutrition-popup-overlay .nutrition-popup-close-main {
    top: 13%;
    right: 11%;
}
.ffsecbg {
    overflow: hidden;
}
  
.build-bundle button {
    width: auto;
    padding-inline: 14px;
}  
.bundle-section .features {
    gap: 12px;
    text-align: center;
}  
.collapsible-content-wrapper-narrow .accordion {
    margin-top: 0px;
}
.collapsible-content-wrapper-narrow .accordion summary {
    padding: 26px 25px 26px 14px;
}  
  
#ProductSubmitButton-template--17728013107278__main{
font-size:20px;
}
.caffeine-sec-tab-sec .items-center {
    width: 100%;
    max-width: 400px;
}
.caffeine-sec-tab-sec .items-center label {
    width: 120px;
}
  
.caffeine-sec-tab-sec label {
    width: 128px;
}
.caffeine-sec-tab-sec .leading-tight {
    margin-top: 13px;
    font-size: 18px;
    margin-bottom: 68px;
}  
body .owl-nav svg {
    width: 54px;
    height: 54px;
}
.focusfuel-comparison-section .table-column {
    flex: 2 1 550px;
}
  
body .focusfuel-comparison-section .comparison-table thead th:nth-child(2) {
    padding: 0px;
}
  
.focusfuel-comparison-section .comparison-table td:first-child {
    max-width: 153px;
    padding-left: 12px;
}
body .focusfuel-comparison-section .comparison-table th, .comparison-table td {
    max-width: 87px;
    padding: 0px;
}
  
body .thumbnail-slider-custom svg{
    width: auto;
    height: auto;
    display: none;
}
.thumbnail-slider-custom .thumbnail-list {
    border: 1px solid #1F3169;
    border-right: none;
    border-left: navajowhite;
} 
.owl-carousel .owl-nav button {
    right: 40px !important;
}   
.product-form__input {
  gap: 8px;
  margin: auto;
  justify-content: center;
}
.product__info-wrapper.grid__item.product__info-wrapper--extra-padding.scroll-trigger.animate--slide-in {
   padding: 8px 15px 0px 15px;
}  
.ingredients-benefits-section .nutrition-button {
    width: auto;
}
.focusfuel-comparison-section .main-heading {
    font-size: 26px;
} 
.focusfuel-comparison-section .main-heading {
    font-size: 22px;
}  
body .focusfuel-comparison-section .promise-column {
    width: auto;
}  
.focusfuel-comparison-section {
    padding: 58px 14px 46px 14px;
    overflow: hidden;
}
.footer {
    overflow: hidden;
}
  
body .focusfuel-comparison-section .promise-column {
        height: auto !important;
        padding: 25px 32px 25px 14px;
    }
.focusfuel-comparison-section .promise-column .title {
    font-size: 17px;
}
.collapsible-content__wrapper h2
 {
    font-size: 22px;
    line-height: 26px;
   margin-bottom: 30px !important;
}
.collapsible-content-wrapper-narrow .accordion__title {
    font-size: 18px;
    line-height: 24px;
}
body .product__info-wrapper .rc-widget .rc-template__radio {
    width: auto;
    padding: 0px;
    margin-bottom: 0px;

}
.product-media-container.constrain-height .media {
    transform: translateX(-22px);
}

.product--thumbnail_slider .main-arrow-next, .product--thumbnail_slider .main-arrow-prev {
    width: 54px;
    height: 54px;
}
.collapsible-content__wrapper {
    padding: 59px 0px 50px 0px;
} 
.ffha{
    display: none;
}
.header__icon.header__icon--menu.header__icon--summary .icon.icon-hamburger {
    width: 31px;
    height: 29px;
}
.header__heading-logo {
    height: 59px;
    max-width: 88px;
    object-fit: cover;
}
.product__description p {
    margin: 14px 0px;
}
.ingredients-benefits-section {
    padding: 40px 0px;
}
.ingredients-benefits-section .ingredients-benefits-container {
    padding: 0px;
}
.ingredients-benefits-section .ingredients-heading {
    margin-bottom: 30px;
}
.ingredients-benefits-section .ingredients-categories {
  margin-bottom: 31px;
  gap: 12px;
  flex-direction: column;
  align-items: center;
}
#shopify-section-template--17728013107278__cus_caffeine_sec_JjYC3H fieldset {
    margin-top: 21px;
}
.content-for-layout .page-width {
    padding: 0px;
}
.content-for-layout .ingredients-benefits-wrapper {
    padding-inline: 14px;
}  
.Sample .custom-sticky-atc  .add-to-cart-btn-class .custom-add-to-cart .btn-text {
    font-size: 12px;
    top: 0px !important;
    left: -70px;
}
.Sample .custom-sticky-wrapper .custom-add-to-cart svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: 250px;
    margin: auto;
}
.Sample .custom-sticky-wrapper .custom-add-to-cart {
    flex-direction: column;
}

}



@media only screen and (min-width:767px) and (max-width:991px){
.ffha {
    display: none;
  } 
  .tablet-part{
  display: block;
}
 
body .product__info-wrapper .rc-widget .rc-template__radio
 {
        padding: 0px 0px 12px 0px;
    }
  
.ingredients-benefits-section .ingredients-categories{
    flex-wrap: wrap;
}
.thumbnail-list .owl-stage-outer {
    margin-inline: 150px !important;
}  
.product__info-wrapper.grid__item.product__info-wrapper--extra-padding.scroll-trigger.animate--slide-in {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
.product__media.media.media--transparent {
    transform: translateX(35px);
}  
.focusfuel-comparison-section .comparison-container {
    justify-content: center;
    gap: 60px;
} 
body .product-media-container {
   transform: translateX(-10%);
} 
.owl-nav .owl-prev {
    left: -30px !important;
} 
  
.ffforminput legend {
    margin-bottom: 0px;
}
body .custom-sticky-atc {
    padding: 14px 30px;
}  

body .focus-tp-pdp-pf {
    min-width: 100%;
}
  
}



  @media screen and (max-width: 990px) {
  .ingredients-benefits-section  .ingredients-category {
      min-width: 260px;
    }
  }
  
  @media screen and (max-width: 749px) {
  .ingredients-benefits-section  .ingredients-heading {
      font-size: 21px;
    }
    
   .ingredients-benefits-section .ingredients-categories {
      flex-direction: column;
      align-items: center;
    }
    
   .ingredients-benefits-section .ingredients-category {
      width: 100%;
      max-width: 500px;
    }
  }

@media screen and (max-width: 1440px){
.Limited .product--thumbnail_slider .product-form__input input[type=radio]+label, 
.Limited .product--thumbnail_slider .product-form__input input[type=radio]:checked + label {
        width: 100%;
        padding-inline: 19px;
    }
.Limited .variant-radio-cntent {
    width: 100%;
}  
  .nutrition-popup-content {
    min-height: 530px;
    max-height: 422px;
}
.focusfuel-comparison-section {
    padding: 58px 46px 46px 46px;
}  
.product--thumbnail_slider .product-form__input input[type=radio]+label,
.product--thumbnail_slider .product-form__input input[type=radio]:checked + label {
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding-inline: 13px;
    flex-wrap: wrap;
}
.product__info-wrapper .rc-widget .rc-template__radio {
    margin-bottom: 0px;
    padding-bottom: 8px;
          padding: 0px;
}  
.servings-text {
    line-height: 20px;
}  
.bundle-section .title h2 {
    width: 100%;
}
.section-header .btn-color-test {
    max-inline-size: 100px;
    width: 100%;
}  
.nutrition-popup-close svg {
    width: 34px;
}
.nutrition-popup-close {
    bottom: 12%;
    left: 49%;
}
.bundle-section .title h2:after {
    left: 4%;
}  
.bundle-section .title h2:before {
    right: 4%;
}  

body .custom-add-to-cart {
    width: 400px;
}
.custom-sticky-wr .title-products h1 {
    font-size: 26px;
    padding-bottom: 5px;
} 
.custom-sticky-wr .option_value {
    font-size: 20px;
} 
.custom-product-details-image img {
    width: 54px;
    height: 54px;
}
body .ffproductform {
    margin: 0px;
    padding: 0px;
}
body .custom-sticky-wrapper {
    max-width: 1140px;
    margin: auto;
} 

  
}

@media screen and (max-width: 428px){
.product--thumbnail_slider .product-form__input input[type=radio]+label, .product--thumbnail_slider .product-form__input input[type=radio]:checked+label {
        width: auto;
        font-size: 14px;
          padding-inline: 5px;
        line-height: 20px;
    } 
.servings-text {
    font-size: 14px;
} 
    .custom-add-to-cart .btn-text {
        top: -38px;
    }  
 .custom-product-con {
        width: 100%;
        max-width: 100px;
        min-width: 100px;
    }
  
.mobile-image img {
    width: auto;
    max-width: 95px;
}  
    .custom-add-to-cart .btn-text {
        top: -29px;
    }  
body .caffeine-sec-tab-sec .items-center label {
    width: 122px;
    font-size: 14px;
    } 
.thumbnail-list .owl-stage-outer .owl-stage {
    overflow-wrap: normal;
    gap: 15px;
    display: flex;
}  
}

@media screen and (min-width:320px) and (max-width:428px){
     .caffeine-sec-tab-sec .items-center label {
        width: 100px;
        font-size: 16px;
    }
}

@media screen and (min-width:375px) and (max-width:414px){
body .caffeine-sec-tab-sec .items-center label {
    width: calc(100% - 260px);
    }
}

@media screen and (min-width:320px) and (max-width:375px){
    body .caffeine-sec-tab-sec .items-center label {
        width: 94px;
    }
  .bundle-section .build-bundle {
    justify-content: space-between;
}
.mobile-image img {
    max-width: 80px;
}
  
}


@media screen and (min-width:767px) and (max-width:1024px){
 body .bundle-section .title h2 {
    width: auto;
} 
}

@media screen and (min-width:990px) and (max-width:1024px){
.bundle-section .features {
    gap: 40px;
}
.bundle-section .product-images img {
    width: 27.433693px;
    height: 27.485641px;
}  
.bundle-section .feature-item {
    text-align: center;
}
.bundle-section .features {
    gap: 40px;
}
.section-header .btn-color-test {
    max-inline-size: none;
    width: auto;
}
.bundle-section {
    padding: 18px 10px 15px 10px;
}
  
}
@media screen and (min-width:989px) and (max-width:1260px){
.ffheaderright .ffha {
    font-size: 20px;
} 
.ffheaderright {
    gap: 7px;
}
.ingredients-benefits-section .ingredients-category {
    min-width: auto;
    max-width: 100%;
    width: 100%;
} 
.ingredients-benefits-section .ingredients-heading {
    font-size: 30px;
}  
body .latest-design-pdp .flavor-scroll-wrapper .scroll-btn.left {
    right: 3rem;
}
body .latest-design-pdp .flavor-scroll-wrapper .scroll-btn.right {
    right: 0rem;
 } 
svg.btn-color-test.desktop-part {
    display: none;
}
svg.btn-color-test.mobile-part {
    display: block;
}  
}
@media screen and (min-width:1024px) and (max-width:1300px){
.bundle-section .product-images img {
    width: 33.433693px;
    height: 31.485641px;
}
}

@media screen and (min-width:991px) and (max-width:1440px){
.owl-prev svg {
    transform: translateX(-30px);
}

.owl-next svg{
  transform: translateX(30px);
}
.bundle-section .title h2 {
    font-size: 14px;
}
.bundle-section .title span {
    font-size: 14px;
}  
}

@media screen and (min-width:991px) and (max-width:1600px){
.product-media-container.constrain-height .media {
    transform: translateX(-15px);
}

  
}

@media screen and (min-width:600px) and (max-width:991px){
    body .shipping-banner {
        padding-top: 20px;
    }
}

@media screen and (min-width:300px) and (max-width:370px){
.custom-sticky-atc .custom-add-to-cart .btn-text {
        top: -30px !important;
    }
}


@media screen and (min-width: 750px) {
body .latest-design-pdp .product--thumbnail .product__media-item:not(.is-active),
 body .latest-design-pdp .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: block;
  }

}
@media screen and (min-width: 750px) {
body .latest-design-pdp .thumbnail-list_item--variant:not(:first-child) {
  display: block;
} 
}
@media screen and (min-width: 400px) {
.bundle-section .features {
    gap: 20px;
  }
}

@media (max-width:1600px){
  .bundle-section .feature-item h3{
    font-size: 15px;
}
body .flavor-scroll-wrapper .scroll-btn.right {
    right: 1rem;
}
body .flavor-scroll-wrapper .scroll-btn.left {
    right: 5rem;
}  
  
}

/* @media only screen and (min-width: 570px) and (max-width: 767px) {
.product-pdf-page-un product-form.ffproductform .ffform .ffqtybuy .btn-add-to-cart-cus svg.btn-bg {
    position: absolute;
}
} */
@media (min-width:400px) and (max-width:428px){
    .product--thumbnail_slider .product-form__input input[type=radio]+label, .product--thumbnail_slider .product-form__input input[type=radio]:checked+label {
        min-width: 122px;
    }
 
}
@media (max-width:1920px){
  .nutrition-popup-close {
    left: 48%;
    bottom: 8%;
}
}

@media screen and (min-width:991px) and (max-width:1326px){
.product--thumbnail_slider .product-form__input input[type=radio]+label, .product--thumbnail_slider .product-form__input input[type=radio]:checked + label {
    padding-inline: 6px;
} 
}

@media screen and (min-width:1326px) and (max-width:1362px){
.product--thumbnail_slider .product-form__input input[type=radio]+label, .product--thumbnail_slider .product-form__input input[type=radio]:checked + label {
    padding-inline: 10px;
}  
}


 shopify-payment-terms {
    display: none;
}
.Sample .latest-design-pdp .product__info-wrapper .no-js-hidden {
    margin-bottom: -15px !important;
}  

.btn-text .cartprice {
    margin-left: 10px;
}