:root{--text-color: #1E1E1E;--neon-blue: #43BCE2;--neon-blue-rgb: 67, 188, 226;--strawberries-rgb: 220, 13, 39;--cherries-rgb: 148, 9, 21;--blueberries-rgb: 45, 52, 101;--raspberries-rgb: 188, 17, 66;--pomegranate-rgb: 158, 35, 29;--mango-rgb: 236, 105, 33;--grapes-rgb: 117, 11, 19;--goji-berries-rgb: 229, 38, 20;--pineapple-rgb: 255, 172, 51;--spinach-rgb: 54, 102, 16;--banana-rgb: 255, 204, 77;--kiwi-rgb: 127, 178, 64;--hemp-seeds-rgb: 61, 111, 11;--dates-rgb: 157, 56, 19;--dark-chocolate-rgb: 120, 59, 68;--color-red: #da2453;--color-red-light: #fabdcd;--color-black: #000000;--color-white: #ffffff;--color-lime-green: #a1c43a;--color-lime-green-light: #dcefa4;--color-lime-green-light-2: #f2ffcb;--color-dark-grey: #afafaf;--color-green: #3d8e74;--color-green-light: #8ad2bb;--color-green-light-2: #c4eee1;--color-grey: #d9d9d9;--color-light-grey: #f2f2f2;--color-yellow: #dfa810;--color-yellow-light: #f4d98e;--color-yellow-light-2: #FFF6DE}.color-red{color:var(--color-red)}.color-red-light{color:var(--color-red-light)}.color-black{color:var(--color-black)}.color-white{color:var(--color-white)}.color-lime-green{color:var(--color-lime-green)}.color-lime-green-light{color:var(--color-lime-green-light)}.color-lime-green-light-2{color:var(--color-lime-green-light-2)}.color-dark-grey{color:var(--color-dark-grey)}.color-green{color:var(--color-green)}.color-green-light{color:var(--color-green-light)}.color-green-light-2{color:var(--color-green-light-2)}.color-grey{color:var(--color-grey)}.color-light-grey{color:var(--color-light-grey)}.color-yellow{color:var(--color-yellow)}.color-yellow-light{color:var(--color-yellow-light)}.color-yellow-light-2{color:var(--color-yellow-light-2)}.page-heading-container{display:flex;align-items:center;justify-content:flex-start}.page-heading-container img{height:70px}.page-title-th{font-size:60px;font-weight:800;color:var(--text-color);margin:0;font-family:Mulish,Roboto Condensed,sans-serif;line-height:1}.new-badge{border-radius:40px;color:var(--neon-blue);background:rgba(var(--neon-blue-rgb),.2);border:1px solid var(--neon-blue);padding:2px 14px;display:inline-block;font-weight:800;font-size:17px;letter-spacing:.075em;margin-top:30px}@-webkit-keyframes slide{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}@-moz-keyframes slide{0%{-moz-transform:translate3d(0,0,0);transform:translateZ(0)}to{-moz-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}@-o-keyframes slide{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes slide{0%{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}.product-line-marquee-container{position:relative;height:200px;width:100%}.product-line-marquee{overflow:hidden;white-space:nowrap;position:absolute;width:100vw;top:0;left:50%;transform:translate(-50%)}.product-line-marquee:hover img{opacity:.3}.product-line-marquee-inner{display:inline-block;white-space:nowrap;overflow:hidden;animation:slide 40s linear infinite;will-change:transform}.product-line-marquee-inner img{transition:opacity .3s ease;display:inline-block;cursor:pointer;margin:0 -30px;width:200px}.product-line-marquee-inner img:hover{opacity:1}.page-subtitle-th{font-weight:700;font-size:41px;margin-bottom:12px;margin-top:60px;color:var(--text-color);font-family:Mulish,Roboto,sans-serif;line-height:1.2}.page-body-th{font-size:20px;color:var(--text-color);font-family:Mulish,Roboto,sans-serif}.colored-gradient-text{position:relative;width:100%;text-align:center;font-family:Mulish,Roboto,sans-serif;font-weight:700;margin-top:80px;margin-bottom:60px;font-size:47px;line-height:1.1;background:linear-gradient(90deg,#df0f0c,#df6018 34.72%,#eba22c 66.41%,#6c8a49 99.28%,#708b48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.static-product-grid-th{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;width:100%;margin-bottom:80px}.static-product-item-th{width:50%;position:relative}@media (max-width: 900px){.static-product-grid-th{flex-direction:column}.static-product-item-th{width:100%}}.static-product-item-th .main-img-th{width:100%;transition:opacity .2s ease}.static-product-ingredients-container-th{display:flex;align-items:center;padding:0 20px;margin-top:-20px;flex-wrap:wrap}.ingredient-item-th{margin:4px;padding:0 4px;display:flex;align-items:center;border-radius:10px;color:rgb(var(--ingredient-color-rgb));background:rgba(var(--ingredient-color-rgb),.2);border:1px solid rgb(var(--ingredient-color-rgb))}.ingredient-item-th img{width:22px}.ingredient-item-th p{font-size:17px;font-weight:500;color:inherit;margin:0 4px 0 0;white-space:nowrap}.strawberries{--ingredient-color-rgb: var(--strawberries-rgb) }.blueberries{--ingredient-color-rgb: var(--blueberries-rgb) }.raspberries{--ingredient-color-rgb: var(--raspberries-rgb) }.cherries{--ingredient-color-rgb: var(--cherries-rgb) }.pomegranate{--ingredient-color-rgb: var(--pomegranate-rgb) }.mango{--ingredient-color-rgb: var(--mango-rgb) }.grapes{--ingredient-color-rgb: var(--grapes-rgb) }.goji_berries{--ingredient-color-rgb: var(--goji-berries-rgb) }.pineapple{--ingredient-color-rgb: var(--pineapple-rgb) }.spinach{--ingredient-color-rgb: var(--spinach-rgb) }.banana{--ingredient-color-rgb: var(--banana-rgb) }.kiwi{--ingredient-color-rgb: var(--kiwi-rgb) }.hemp_seeds{--ingredient-color-rgb: var(--hemp-seeds-rgb) }.dark_chocolate{--ingredient-color-rgb: var(--dark-chocolate-rgb) }.dates{--ingredient-color-rgb: var(--dates-rgb) }.static-product-nutritional-info{position:absolute;top:50px;width:50%;left:25%;opacity:0;transition:opacity .2s ease;pointer-events:none;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.static-product-nutritional-info img{width:100%}.static-product-item-name-th{font-size:38px;font-weight:800;font-family:Mulish,Roboto,sans-serif;margin:8px 0 0;color:var(--text-color);line-height:1.3;padding:0 20px}.static-product-item-caption-th{margin:0;font-size:17px;color:var(--text-color);padding:0 20px;line-height:1.3}.static-product-item-sub-caption-th{margin:24px 0;font-style:italic;font-size:17px;color:var(--text-color);line-height:1.3;padding:0 20px;opacity:.6}@media (max-width: 1100px){.page-title-th{font-size:50px}.page-heading-container img{height:60px}}@media (max-width: 900px){.page-title-th{font-size:42px}.page-heading-container img{height:54px}}@media (max-width: 700px){.page-heading-container{flex-direction:column;align-items:flex-start}.page-heading-container img{transform:translate(-15px)}.page-title-th{font-size:40px}.new-badge{font-size:14px}.page-subtitle-th{font-size:28px;margin-top:30px}.product-line-marquee-container{margin-top:30px}.page-body-th{font-size:17px}.colored-gradient-text{font-size:38px;padding:0 10%}.ingredient-item-th p{font-size:16px}.static-product-item-name-th{font-size:32px}.static-product-item-caption-th,.static-product-item-sub-caption-th{font-size:16px}.product-line-marquee-container{height:100px}.product-line-marquee-inner img{margin:0 -10px;width:100px}}@media (max-width: 500px){.page-title-th{font-size:34px}.new-badge{font-size:13px}.page-subtitle-th{font-size:22px}.product-line-marquee-container{margin-top:30px}.page-body-th{font-size:15px}.colored-gradient-text{font-size:22px;padding:0}.ingredient-item-th p{font-size:15px}.static-product-item-name-th{font-size:28px}.static-product-item-caption-th,.static-product-item-sub-caption-th{font-size:14px}.product-line-marquee-container{height:100px}.product-line-marquee-inner img{margin:0 -10px;width:100px}}.nutritional-info-button-th label{border-radius:30px;padding:6px 20px;background:#f0f0f0;color:var(--text-color);margin-left:20px;cursor:pointer}.nutritional-info-button-th label:hover{background:#e2e2e2}.visually-hidden{position:absolute;left:-100vw}#nutritionalToggle1:checked~.static-product-nutritional-info{opacity:1}#nutritionalToggle1:checked~label:after{content:"Hide Nutrition Label"}#nutritionalToggle1:not(:checked)~label:after{content:"Show Nutrition Label"}#nutritionalToggle2:checked~.static-product-nutritional-info{opacity:1}#nutritionalToggle2:checked~label:after{content:"Hide Nutrition Label"}#nutritionalToggle2:not(:checked)~label:after{content:"Show Nutrition Label"}#nutritionalToggle3:checked~.static-product-nutritional-info{opacity:1}#nutritionalToggle3:checked~label:after{content:"Hide Nutrition Label"}#nutritionalToggle3:not(:checked)~label:after{content:"Show Nutrition Label"}#nutritionalToggle4:checked~.static-product-nutritional-info{opacity:1}#nutritionalToggle4:checked~label:after{content:"Hide Nutrition Label"}#nutritionalToggle4:not(:checked)~label:after{content:"Show Nutrition Label"}.out-of-stock-price span{text-decoration:line-through}.out-of-stock-price:after{content:"Out Of Stock";text-transform:uppercase;font-weight:700}.out-of-stock-button span:nth-child(1){display:none}.out-of-stock-button:before{content:"Out of Stock";position:relative}.out-of-stock-button{pointer-events:none;opacity:.3}span.product-new-badge-product-page-title{border-radius:40px;color:var(--neon-blue);background:rgba(var(--neon-blue-rgb),.2);border:1px solid var(--neon-blue);display:inline-block;font-weight:800;font-size:14px;line-height:1.2;transform:translateY(-3px);padding:2px 12px;letter-spacing:.075em}span.product-new-badge-product-grid-item{border-radius:50%;text-align:center;color:var(--color-white);background:var(--color-green);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px;line-height:1.2;padding:2px 8px;position:absolute;letter-spacing:0;top:10px;right:10px;width:65px;height:65px}.naturals-product-button{font-family:Mulish,Roboto,sans-serif;font-style:normal;font-weight:700;padding:12px 24px;font-size:11px;line-height:1.4;letter-spacing:1px;color:#fff;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;background:#d21054;border:0;margin:12px 20px;display:inline-block}.swiper{width:100%}@media (max-width: 639px){.hide-mobile{display:none!important}}@media (min-width: 640px){.hide-desktop{display:none!important}}ul{list-style:none;padding-left:0}.cart-item-properties{font-family:Mulish,Roboto,sans-serif;font-style:normal;font-weight:200;font-size:12px;color:#6b6b6b80}.cart-item-properties ul{list-style:none;padding-left:0;margin-top:0}@media (min-width :1024px){.page-template-index h2.pxs-image-with-text-heading{font-size:2.5em}.page-template-index .shopify-section-first{margin-top:80px}.page-template-index .home-banner{padding-bottom:0;border-bottom:1px solid #ddd}.page-template-index main.site-main{margin-top:60px}}@media (max-width :1023px){.page-template-index .shopify-section-first{margin-top:40px}.page-template-index .home-banner{padding-bottom:0;border-bottom:1px solid #ddd}.page-template-index main.site-main{margin-top:40px}}.rc-widget-injection-parent{margin-bottom:20px}.rc-template__legacy-radio{display:flex;flex-direction:column;gap:25px}.rc-radio.rc-legacy-radio{border:2px solid var(--color-grey);border-radius:10px;padding:18px 15px;cursor:pointer;background-color:var(--color-white);transition:border-color .3s ease,background-color .3s ease;position:relative}.rc-radio.rc-legacy-radio:hover{cursor:pointer}.rc-option__onetime,.rc-option__subsave{padding:18px 15px!important}.rc_widget__option__selector{display:flex;align-items:center;gap:10px}.rc-radio.rc-legacy-radio .rc-radio__label{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px;flex-wrap:nowrap}.rc-radio.rc-legacy-radio input[type=radio]{margin:0;accent-color:var(--color-black);width:20px;height:20px;flex-shrink:0}.rc-option__label-content{display:flex;align-items:center;gap:8px}.rc-option__text{font-family:Mulish,Roboto,sans-serif;font-size:17px;font-weight:800;color:var(--text-color);line-height:1.2}.rc-option__price{font-family:Mulish,Roboto,sans-serif;font-size:17px;font-weight:800;color:var(--text-color);margin-left:auto;padding-left:10px;white-space:nowrap;display:flex;align-items:center;gap:8px}.rc-option__price s,.rc-option__price .compare-at-price{text-decoration:line-through;color:var(--color-dark-grey);font-weight:400;font-size:15px}.rc-option__onetime.rc-option--active,.rc-option__onetime:has(input:checked){border-color:var(--color-yellow);background-color:var(--color-yellow-light-2);padding:18px 15px!important}.rc-option__subsave.rc-option--active,.rc-option__subsave:has(input:checked){border-color:var(--color-yellow);background-color:var(--color-yellow-light-2);padding:18px 15px!important}.rc-option__subsave .rc-radio__label{flex-wrap:nowrap}.rc-option__discount{display:inline-block;background-color:var(--color-yellow-light);color:var(--text-color);padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;line-height:1;margin-left:5px;white-space:nowrap}.rc-option__subsave:before{content:"Most Popular";position:absolute;top:-13px;left:15px;background-color:var(--color-yellow-light);color:var(--color-black);padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700;white-space:nowrap;z-index:1;display:block}.rc-selling-plans{width:100%;margin-top:15px;display:none}.rc-option__subsave.rc-option--active .rc-selling-plans,.rc-option__subsave:has(input:checked) .rc-selling-plans{display:block}.rc-selling-plans__dropdown{width:100%;padding:12px 15px;border:1px solid var(--color-grey);border-radius:8px;background-color:var(--color-white);font-family:Mulish,Roboto,sans-serif;font-size:14px;color:var(--text-color);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0.589966L6 5.16997L10.59 0.589966L12 1.99997L6 7.99997L0 1.99997L1.41 0.589966Z' fill='%231E1E1E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;cursor:pointer}.rc_popup{display:none!important}@media (max-width: 768px){.rc-radio.rc-legacy-radio{padding:15px}.rc-option__onetime,.rc-option__subsave{padding:15px!important}.rc-option__onetime.rc-option--active,.rc-option__onetime:has(input:checked),.rc-option__subsave.rc-option--active,.rc-option__subsave:has(input:checked){padding:15px!important}.rc-option__text,.rc-option__price{font-size:15px}.rc-selling-plans{margin-left:0;width:100%}.rc-option__subsave:before{top:-11px;left:10px;font-size:11px;padding:3px 10px}}.stamped-product-reviews-badge .stamped-fa-star,.stamped-product-reviews-badge .stamped-fa-star-half-o,.stamped-product-reviews-badge .stamped-fa-star-o{color:var(--product-star-color)}
/*# sourceMappingURL=/cdn/shop/t/27/assets/new-styles.css.map */
