:root{--blue:#002D74;--primary-blue:#004876;--cobalt-blue:#174B73;--cyan:#44C2CD;--yellow:#F5BB35;--green:#035C67;--weed-green:#3F873F;--bright-green:#93D500;--primary-green:#71A850;--light-gray:#898C8E;--lighter-gray:#bdbdbd;--lightest-gray:#f5f5f5;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1250px;--font-family-sans-serif:'Lato', sans-serif}html{height:100%;width:100%}body{font-family:"Lato", sans-serif;font-weight:400;color:#231f20}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}.clear:after,.clear:before{content:' ';display:table}.clear:after{clear:both}.clear{*zoom:1}img{vertical-align:middle;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;max-width:100%}a{color:#444}a:focus{outline:0}a:active,a:hover{outline:0;cursor:pointer;color:#93D500;text-decoration:none}input{border:1px solid #ccc}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}form,input,label{display:block;box-shadow:none;-webkit-box-shadow:none}main{min-height:60vh}sup{font-size:14pt;font-weight:lighter;text-transform:uppercase}section{position:relative}.center{text-align:center}.hidden{display:none}.btn-primary{border-radius:0;background-color:#71A850;border:none;padding:10px 40px;font-weight:400;text-transform:uppercase;font-size:.9em}.btn-primary:hover{background-color:#035C67}.btn-primary-blue{border-radius:0;background-color:#004876;color:#ffffff;border:none;padding:10px 40px;font-weight:400;text-transform:uppercase;font-size:.9em}.btn-primary-blue:hover{background-color:#003150;color:#ffffff}.section-headline{color:#004876;font-weight:600}.toggle-btn{cursor:pointer}.toggle-content{display:none}.modal-lg .modal-body .close{font-size:4rem;font-weight:300}.modal-lg .modal-body .modal-primary-cta-btn{background-color:#004876;color:#FFFFFF;padding:10px 20px;font-size:.9rem;margin-left:auto;margin-right:auto;margin-top:0;white-space:normal;word-wrap:break-word}.modal-lg .modal-body .modal-secondary-cta-btn{background-color:#898C8E;color:#FFFFFF;padding:10px 20px;font-size:.9rem;margin-left:auto;margin-right:auto;margin-top:0;white-space:normal;word-wrap:break-word}.modal-lg .modal-body .modal-success-cta-btn{background-color:#71A850;color:#FFFFFF;padding:10px 20px;font-size:.9rem;margin-left:auto;margin-right:auto;margin-top:0;white-space:normal;word-wrap:break-word}.info-badge-lg{color:#FFFFFF;background-color:#004876;padding:10px 22px;border-radius:50%;display:inline-block;font-size:30px;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline}.distributor-bar{display:none;padding:15px;background:#7eb35f;background:-moz-linear-gradient(top, #7eb35f 1%, #047e8e 100%);background:-webkit-linear-gradient(top, #7eb35f 1%, #047e8e 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #7eb35f), to(#047e8e));background:-o-linear-gradient(top, #7eb35f 1%, #047e8e 100%);background:linear-gradient(to bottom, #7eb35f 1%, #047e8e 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb35f', endColorstr='#047e8e',GradientType=0 );color:#FFFFFF;color:var(--white)}.distributor-bar a{color:#FFFFFF;color:var(--white)}.distributor-bar p{margin:5px 0}.distributor-bar .close{-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;border:none;float:right;background:transparent;text-transform:uppercase;font-size:14px;color:#FFFFFF;color:var(--white);font-family:'Lato', sans-serif;font-weight:300;text-shadow:none;opacity:1}.distributor-bar .close span{font-size:20px;display:inline-block;position:relative;top:2px;margin-right:2px}.distributor-bar .distributor-bar-content{margin:10px auto;text-align:center;font-size:15px}.distributor-bar .distributor-avatar{display:inline-block;width:35px;margin-right:4px;position:relative;top:-2px;border-radius:50%}.distributor-bar .shopping-with-person .name{font-size:21px}.distributor-bar .distributor-info{padding-top:5px;margin-top:5px;border-top:1px solid #FFFFFF;border-top:1px solid var(--white);display:inline-block}.distributor-bar .distributor-info a{display:block;margin:2px 0}@media only screen and (min-width:768px){.distributor-bar{padding:10px}.distributor-bar .distributor-bar-content{margin-top:-8px}.distributor-bar .shopping-with-person{display:inline-block;text-align:right}.distributor-bar .distributor-info{padding-top:0;padding-left:10px;margin-top:0;margin-left:10px;border-top:0;border-left:1px solid #FFFFFF;border-left:1px solid var(--white);text-align:left}.distributor-bar .distributor-info a{margin:0}.distributor-bar .distributor-info a:hover{text-decoration:underline}}header .top-header-section>.container{border-bottom:1px solid #e5e5e5}header .top-header-section nav{border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--lightest-gray)}header .top-header-section nav #mainMenu .dropdown{margin-right:15px}header .top-header-section nav .dropdown-menu{border-radius:0;border-color:#bdbdbd;border-color:var(--lighter-gray)}header .top-header-section nav .dropdown-menu li{margin:0 10px}header .top-header-section nav .dropdown-menu li:not(:last-child){border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--lightest-gray)}header .top-header-section nav .dropdown-menu li a{padding:0.25rem 1rem}header .top-header-section nav .dropdown-menu li a:focus,header .top-header-section nav .dropdown-menu li a:hover{text-decoration:none;background-color:#FFFFFF;background-color:var(--white);outline:0;cursor:pointer;color:#93D500;color:var(--bright-green)}header .top-header-section nav .dropdown>a:after{color:#004876;color:var(--primary-blue);display:inline-block;border-radius:5px;vertical-align:0.19em;height:5px}header .top-header-section .promo-bar{background:#174B73;background:var(--cobalt-blue);color:#FFFFFF;color:var(--white);padding:5px 0;font-weight:300}header .top-header-section .promo-bar b,header .top-header-section .promo-bar strong{font-weight:600}header .top-header-section .promo-bar a{color:#FFFFFF;color:var(--white)}header .top-header-section .promo-bar a:hover{color:#FFFFFF;color:var(--white);text-decoration:underline}header .replicated-header{background:#f5f5f5;background:var(--lightest-gray);padding:5px 0}header .replicated-header .user-info>p{display:inline-block}header .replicated-header .user-info>p span{margin:0 8px}header .replicated-header .user-info .wpml-ls{display:inline-block;margin-left:-5px}header .replicated-header .user-info .wpml-ls ul{position:absolute;top:3px;z-index:100;background:#f5f5f5;background:var(--lightest-gray)}header .replicated-header .user-info .wpml-ls ul li{text-align:left;padding:5px 10px}header .replicated-header .user-info .wpml-ls ul li a{color:#174B73;color:var(--cobalt-blue);padding:5px 0}header .replicated-header .user-info .wpml-ls ul li:not(.wpml-ls-current-language){display:none}header .replicated-header .user-info .wpml-ls ul li.wpml-ls-current-language a{padding:0}header .replicated-header .user-info .wpml-ls ul li.wpml-ls-current-language span.wpml-ls-native:before{font-family:"Font Awesome 5 Free";content:"\f57d";font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;margin-right:4px}header .replicated-header .user-info .wpml-ls ul:active li,header .replicated-header .user-info .wpml-ls ul:hover li{display:list-item}header .replicated-header .user-info i{color:#174B73;color:var(--cobalt-blue)}header .replicated-header p{margin-bottom:0}header .replicated-header p .shop-with{font-weight:400}header .replicated-header p a{font-weight:400;color:#174B73;color:var(--cobalt-blue);text-decoration:underline}header .logo{display:inline-block;background:#FFFFFF;background:var(--white);margin:25px 0;width:75%}header .logo .logo-img{max-height:90px;width:100%}header .logo p{padding-top:5px;color:#a0a2a2;text-align:center;margin-bottom:0}header .cart-container .cart-link{display:inline-block}header .cart-container .notify-link{color:#174B73;color:var(--cobalt-blue)}header .cart-container .notify-link:hover{text-decoration:underline}header .cart-container img{display:inherit;width:32px;position:relative}header .cart-container .cart-count{position:absolute;margin-top:-10px;z-index:100;margin-left:3px;padding:5px 8px;border-radius:50%;font-size:13px;min-width:32px;text-align:center}header .main-nav{display:none;background:#f2f2f2}header .main-nav a{font-size:1.1em}header .main-nav .top-section{margin-bottom:0;padding:15px 0;width:100%}header .main-nav .top-section li{display:block}header .main-nav .top-section li a{color:#707070;padding:8px 0;font-weight:400}header .main-nav .top-section li:not(:last-child){margin-bottom:8px}header .main-nav .product{padding:0;list-style:none;margin-bottom:0;width:100%}header .main-nav .product p{color:#707070;font-weight:400;font-size:1.1em;margin:10px 0 0;display:inline-block}header .main-nav .product li{margin:15px 10px}header .main-nav .product li .seperator{display:none}header .main-nav .product li a{padding:8px 0;color:#174B73;color:var(--cobalt-blue);font-weight:300;text-transform:uppercase}header .menu-button-container{position:relative;display:inline-block;padding:0;width:35px;height:27px}header .menu-button-container .menu-btn,header .menu-button-container .menu-btn:after,header .menu-button-container .menu-btn:before{position:absolute;top:50%;right:0;height:4px;width:35px;border-radius:15px;cursor:pointer;background:#93D500;background:var(--bright-green);display:inline-block;content:'';z-index:1050}header .menu-button-container .menu-btn:after,header .menu-button-container .menu-btn:before{-webkit-transition:all 500ms ease-in-out;-o-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out}header .menu-button-container .menu-btn:before{top:-10px}header .menu-button-container .menu-btn:after{top:10px}header .menu-button-container .menu-btn.active{width:0;background:#93D500;background:var(--bright-green)}header .menu-button-container .menu-btn.active:before{-webkit-transform:rotate(-45deg) translate(0, -1px);-ms-transform:rotate(-45deg) translate(0, -1px);transform:rotate(-45deg) translate(0, -1px);background:#93D500;background:var(--bright-green);top:-2px}header .menu-button-container .menu-btn.active:after{-webkit-transform:rotate(45deg) translate(-15px, -14.5px);-ms-transform:rotate(45deg) translate(-15px, -14.5px);transform:rotate(45deg) translate(-15px, -14.5px);background:#93D500;background:var(--bright-green);top:18px}@media screen and (max-width:992px){header .top-header-section>.container{border-bottom:0!important;max-width:100%;padding:0 15px}header .top-header-section>.container .row{min-height:70px}header .top-header-section nav{background:#f5f5f5;background:var(--lightest-gray);padding:0 1rem}header .logo-container{text-align:center}header .logo-container .logo{display:inline-block;background:#fff;margin:5px auto;width:60%}header .logo-container .logo .logo-img{display:none}header .logo-container .logo .mobile-logo-img{display:block!important;max-height:60px}header .cart-container{text-align:center}header .cart-container .cart-link{margin-top:0}header .promo-bar{font-size:12px}header .navbar-nav .dropdown-menu{border-left:0;border-right:0;border-radius:0;border-color:#bdbdbd;border-color:var(--lighter-gray);background:#f5f5f5;background:var(--lightest-gray)}header .navbar-nav .dropdown-menu .dropdown-item:focus,header .navbar-nav .dropdown-menu .dropdown-item:hover{color:var(--bright-green);text-decoration:none;background-color:#f5f5f5;background-color:var(--lightest-gray);outline:0;cursor:pointer;color:#93D500;color:var(--bright-green)}}.sidr-open{overflow:hidden;height:100vh}.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto;font-family:'Lato', sans-serif;font-size:15px;color:#333;background:#FFFFFF;background:var(--white)}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.sidr-right{left:auto;right:-260px;overflow-y:auto}.sidr.sidr-left{left:-260px;right:auto;overflow-y:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:#4444}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0}.sidr ul li{display:block;margin:0;line-height:48px}.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span,.sidr ul li:hover>a,.sidr ul li:hover>span{color:#93D500;color:var(--bright-green)}.sidr ul li a,.sidr ul li span{margin:0 10px;padding:0 15px;display:block;text-decoration:none;color:#333;border-bottom:1px solid #EDEDED}.sidr ul li ul{border-bottom:0;margin:0}.sidr ul li ul li{line-height:40px}.sidr ul li ul li:last-child{border-bottom:0}.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span,.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span{color:#93D500;color:var(--bright-green)}.sidr ul li ul li a,.sidr ul li ul li span{padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type=date],.sidr input[type=datetime],.sidr input[type=email],.sidr input[type=number],.sidr input[type=password],.sidr input[type=search],.sidr input[type=tel],.sidr input[type=text],.sidr input[type=time],.sidr input[type=url],.sidr select,.sidr textarea{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;border-radius:2px;border:0;background:rgba(0, 0, 0, 0.1);color:rgba(51, 51, 51, 0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51, 51, 51, 0.9)}.sidr .sidr-class-login-link{background:#f5f5f5;color:#333;padding:0 25px}.sidr .sidr-class-login-link a,.sidr .sidr-class-login-link span{padding:5px;margin:0;display:inline;border-bottom:0}.sidr .sidr-class-login-link>span{margin:0 3px}.sidr .sidr-class-login-link:hover{color:#333;background:#f5f5f5}.sidr .sidr-class-login-link:hover>a,.sidr .sidr-class-login-link:hover>span{color:#333}.sidr .sidr-class-login-link:hover>a:hover{color:#93D500}.sidr .sidr-class-shop-all-link a{border-bottom:0;color:#004876;color:var(--primary-blue);font-weight:bold;font-size:1.05rem}.sidr .log-out-btn{display:inline;color:#004876;color:var(--primary-blue);text-decoration:underline;padding:0;margin:0}.country-notification{padding:5px;background:#f5f5f5}.country-notification .container{color:#404040;text-align:center}footer{position:relative;background:#f5f5f5;background:var(--lightest-gray);padding:15px 0 0}footer a{color:#004876;color:var(--primary-blue)}footer .footer-nav ul{padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer-nav ul li{margin:5px 10px}footer .logo{width:100%;margin:40px auto;max-width:350px}footer .social-container ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0;margin:0}footer .social-container ul li a{background:#004876;background:var(--primary-blue);width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}footer .social-container ul li a:hover{background:#71A850;background:var(--primary-green)}footer .social-container ul li a .fab{color:#fff}footer .support-links{list-style:none;color:#004876;color:var(--primary-blue);text-align:center;font-size:.9em}footer .support-links li{display:inline;margin:0 5px}footer .fda-warning{font-size:.9em;text-align:center}footer .copyright{background:#898C8E;background:var(--light-gray);color:#FFFFFF;color:var(--white);text-align:center;font-size:.9em;padding:7px 0}@media screen and (min-width:992px){#mainMenu .login-link{display:none}header .mobile-logo-img{display:none}header .logo-container{text-align:left}header .main-nav ul.top-section .dropdown .sub-menu{display:none;position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;padding:0 15px;border:1px solid #D5D5D5}header .main-nav ul.top-section .dropdown .sub-menu li{display:inline-block;width:100%;padding:10px 0;margin:0}header .main-nav ul.top-section .dropdown .sub-menu li:not(:last-child){border-bottom:1px solid #D5D5D5}header .main-nav ul.top-section .dropdown .sub-menu li a{padding-left:10px}header .main-nav ul.top-section .dropdown:hover .sub-menu{display:block}header .logo{padding:15px 0;margin:0;width:40%}header .menu-button-container{display:none}header .cart-container{display:block}header .main-nav{display:block!important;background:transparent;padding:16px 0 10px}header .main-nav .top-section{padding:0;width:auto}header .main-nav .top-section li{display:inline-block;margin-right:20px;margin-bottom:0}header .main-nav .top-section li a:hover{color:#93D500;color:var(--bright-green)}header .main-nav .top-section li:last-child{margin-right:0}header .main-nav .product{width:auto}header .main-nav .product p{margin:0 20px 0 0}header .main-nav .product li{display:inline-block;margin:0;position:relative;bottom:6px;margin-right:15px}header .main-nav .product li .seperator{display:inline;margin-right:15px;position:relative;top:5px;font-size:1.1em;font-weight:100}header .main-nav .product li a{position:relative;top:6px}header .main-nav .product li a:hover{font-weight:400}header .main-nav .product li:not(:last-child){margin-bottom:8px}footer .social-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:30px}footer .social-container ul{display:block}footer .social-container ul li{margin:15px 0}}.banner-image{display:block;width:100%;height:auto;position:relative;overflow:hidden;padding:50% 0 0 0;margin-bottom:4em;background-position:center center;background-repeat:no-repeat;background-size:100% 100%;background-size:cover}@media screen and (min-width:48em){.banner-image{padding:42% 0 0 0}}@media screen and (min-width:62em){.banner-image{padding:34% 0 0 0}}@media screen and (min-width:75em){.banner-image{padding:28% 0 0 0}}@media screen and (min-width:85em){.banner-image{padding:25% 0 0 0}}.banner-image img{position:absolute;top:0;left:0;width:100%;height:auto;min-height:100%;z-index:-1}.banner-image .banner-text-container{color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);text-align:center}.banner-image .banner-text-container h1{text-shadow:0 0 14px rgba(0, 0, 0, 0.5);font-weight:600}@media screen and (min-width:48em){.banner-image .banner-text-container h1{font-size:2.9em}}.product-callouts{margin:0 auto 2em;padding:0 15px;max-width:1300px}.product-callouts p.section-intro{color:#6c757d;color:var(--gray);font-size:1.4em;font-weight:100;text-align:center;margin-bottom:2em}.product-callouts .product-container{margin-top:1em}.product-callouts .product-container:not(:last-child){margin-bottom:5em}.product-callouts .product-container .product-info h3{font-weight:600;font-size:2em;margin-bottom:0px;color:#002D74;color:var(--blue);text-transform:uppercase}.product-callouts .product-container .product-info p{color:#6c757d;color:var(--gray);font-weight:100;font-style:italic;margin-bottom:5px}.product-callouts .product-container .product-info a{text-decoration:underline;font-size:.9em;color:#002D74;color:var(--blue)}.base-template{margin:4em auto}.post-details span{display:inline-block;font-size:15px;font-size:1.5rem;padding-right:10px;margin-right:10px;border-right:1px solid #ccc}.post-details span:last-of-type{border-right:0px}.post-content .view-article{text-decoration:underline}.post-content li a,.post-content p a{text-decoration:underline}.homepage .home-hero-section{position:relative;height:601px;overflow:hidden;margin-bottom:4em}@media screen and (min-width:62em){.homepage .home-hero-section{margin-bottom:6em}}.homepage .home-hero-section .close-other-video{position:absolute;top:10px;right:30px;cursor:pointer;color:white;font-size:2em;display:none;padding:0.25em;z-index:100;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.homepage .home-hero-section .close-other-video:hover{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.homepage .home-hero-section .hero-text{width:90%;max-width:520px;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:100;padding:15px 20px;color:white}.homepage .home-hero-section .hero-text h1{font-weight:600;text-align:center}.homepage .home-hero-section .hero-text p{font-size:1.3em;font-weight:100;text-align:center}.homepage .home-hero-section .hero-text p .play-other-video{background-color:transparent;border:none}.homepage .home-hero-section .hero-text p .play-other-video i{border-radius:50%;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;font-size:2em}.homepage .home-hero-section .hero-text p .play-other-video i:after,.homepage .home-hero-section .hero-text p .play-other-video i:before{-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;opacity:1}.homepage .home-hero-section .hero-text p .play-other-video i:before{color:white}.homepage .home-hero-section .hero-text p .play-other-video i:after{color:#174B73}.homepage .home-hero-section .hero-text p .play-other-video:focus{outline:none}.homepage .home-hero-section .hero-text p .play-other-video:hover{cursor:pointer}.homepage .home-hero-section .hero-text p .play-other-video:hover i{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.homepage .home-hero-section .hero-text p .play-other-video:hover i:before{color:#174B73}.homepage .home-hero-section .hero-text p .play-other-video:hover i:after{color:white}.homepage .home-hero-section video#bgvideo{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;-ms-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-filter:brightness(70%);filter:brightness(70%)}.homepage .home-hero-section .other-home-hero-video-container{width:100%;height:100%;display:none;background:rgba(0, 0, 0, 0.65);text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.homepage .home-hero-section .other-home-hero-video-container iframe{max-width:1200px;width:100%;height:100%;margin:auto;position:relative}.homepage .home-hero-section .other-home-hero-video-container .close-container{max-width:1200px;width:100%;height:100%;position:absolute}.homepage .homepage-product-carousel .section-headline{text-align:center}.homepage .homepage-product-carousel .products-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homepage .homepage-product-carousel .products-container .product-container:focus{outline:none}.homepage .homepage-product-carousel .products-container .product-container:hover a>div img{-webkit-filter:blur(3px);filter:blur(3px);-webkit-transition:-webkit-filter 0.35s ease;transition:-webkit-filter 0.35s ease;-o-transition:filter 0.35s ease;transition:filter 0.35s ease;transition:filter 0.35s ease, -webkit-filter 0.35s ease}.homepage .homepage-product-carousel .products-container .product-container:hover .view-details{bottom:60%;visibility:visible}.homepage .homepage-product-carousel .products-container .product-container .view-details{position:absolute;bottom:15%;left:20%;width:60%;padding:10px 5px;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;background:white;border-radius:0;border:1px solid #898c8e;color:#898c8e;text-transform:uppercase;text-align:center;font-size:0.85rem;visibility:hidden}.homepage .homepage-product-carousel .products-container .product-container .view-details:hover{background:#71a850;border-color:#71a850;color:white;cursor:pointer}.homepage .homepage-product-carousel .products-container .product-container .product-image{max-height:280px;height:280px}.homepage .homepage-product-carousel .products-container .product-container .product-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.homepage .homepage-product-carousel .products-container .product-container .product-info{max-height:165px;position:relative;background-color:white;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homepage .homepage-product-carousel .products-container .product-container .product-info .btn{background-color:#174B73;color:white;text-decoration:none;font-weight:bold}.homepage .homepage-product-carousel .products-container .product-container .product-info h3{font-size:1.4em;margin:20px 0 10px;min-height:52px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homepage .homepage-product-carousel .products-container .product-container .product-info p{margin-bottom:5px;min-height:48px}.homepage .homepage-product-carousel .products-container .product-container .product-info a{text-decoration:none}.homepage .homepage-product-carousel .products-container .product-container .product-info>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.homepage .homepage-product-carousel .products-container .slick-arrow{cursor:pointer;font-size:2em}.homepage .homepage-product-carousel .products-container .slick-arrow.arrow-left{padding-right:1.5em}.homepage .homepage-product-carousel .products-container .slick-arrow.arrow-right{padding-left:1.5em}.homepage .home-intro-section>.row{margin:2em auto}.homepage .home-intro-section .welcome-container .section-headline{margin-top:1em}.homepage .home-intro-section .welcome-container .btn{margin:1em 0}.homepage .home-intro-section .container{margin:0 auto 4em}.homepage .home-intro-section .container div{width:100%}@media screen and (min-width:26em){.homepage .home-intro-section .container div{width:75%;margin:0 auto 0 0}.homepage .home-intro-section .container div:last-child{margin:0 0 0 auto}}@media screen and (min-width:62em){.homepage .home-intro-section .container div{width:45%;margin:0}.homepage .home-intro-section .container div:last-child{width:55%;margin:0}.homepage .home-intro-section .container div img{position:relative;z-index:-1}}.homepage .manufacturing-icons{max-width:1300px;margin:0 auto 4em}.homepage .manufacturing-icons .icon-container{width:calc(50% - 5px);margin-bottom:10px;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.homepage .manufacturing-icons .icon-container img{width:100%;border:1px solid #ccc}@media screen and (min-width:30em){.homepage .manufacturing-icons .icon-container{width:calc(33% - 5px)}}@media screen and (min-width:40em){.homepage .manufacturing-icons .icon-container{width:calc(25% - 5px)}}@media screen and (min-width:48em){.homepage .product-preview{margin-top:10em}}.homepage .product-preview .product-container{margin:0 auto 4em;max-width:700px}.homepage .product-preview .product-container .product-info{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.homepage .product-preview .product-container .product-info h3{color:var(--primary-blue);font-weight:400;font-size:2.5em;margin-bottom:2px}.homepage .product-preview .product-container .product-info .product-subtitle{color:var(--light-gray);font-size:1.1em}.homepage .product-preview .product-container .product-info .btn-primary{padding:10px 20px;background:var(--primary-green)}.homepage .product-preview .product-container .product-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (min-width:40em){.homepage .product-preview .product-container{}.homepage .product-preview .product-container:nth-child(2n) .product-info{width:55%;margin:0}.homepage .product-preview .product-container:nth-child(2n) .product-image{width:45%;margin:0}.homepage .product-preview .product-container:nth-child(odd) .product-info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:55%;margin:0}.homepage .product-preview .product-container:nth-child(odd) .product-image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:45%;margin:0}}@media screen and (min-width:48em){.homepage .product-preview .product-container{}.homepage .product-preview .product-container:nth-child(2n) img{position:relative;bottom:25%}.homepage .product-preview .product-container:nth-child(odd) img{position:relative;bottom:18%}}.homepage .the-farm{margin-bottom:4em}.homepage .the-farm .farm-info{position:relative;margin-bottom:2em}.homepage .the-farm .farm-info h4{color:var(--blue)}.homepage .the-farm .farm-info a{color:var(--light-gray);font-weight:300;display:inherit;line-height:1.2;font-size:1.2em}@media screen and (min-width:62em){.homepage .the-farm .farm-info{width:75%;margin:0 auto 1em 0}}@media screen and (min-width:62em){.homepage .the-farm .farm-info{width:calc(50% - 30px);margin:0}.homepage .the-farm .farm-info div{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (min-width:62em){.homepage .the-farm .farm-image-container{width:75%;margin:0 0 0 auto}}@media screen and (min-width:48em){.homepage .the-farm .farm-image-container{}}@media screen and (min-width:62em){.homepage .the-farm .farm-image-container{width:calc(50% - 5px);margin:0}.homepage .the-farm .farm-image-container:after{top:21px}}.about-hemp-cannabinoid .hemp-facts{margin:0 auto 4em}@media screen and (min-width:62em){.about-hemp-cannabinoid .hemp-facts{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.about-hemp-cannabinoid .hemp-facts div{width:100%}@media screen and (min-width:26em){.about-hemp-cannabinoid .hemp-facts div{margin:0 auto 1em 0}.about-hemp-cannabinoid .hemp-facts div:last-child{margin:0 0 0 auto}}@media screen and (min-width:62em){.about-hemp-cannabinoid .hemp-facts div{margin:0}.about-hemp-cannabinoid .hemp-facts div:last-child{margin:0}}.about-hemp-cannabinoid .hemp-facts div:first-child{margin-bottom:2em}.about-hemp-cannabinoid .hemp-facts .facts-timeline ul{margin:0;padding:0;border-left:2px solid #6c757d;border-left:2px solid var(--gray)}.about-hemp-cannabinoid .hemp-facts .facts-timeline ul li{position:relative;list-style-type:none;text-align:left}.about-hemp-cannabinoid .hemp-facts .facts-timeline ul li span{display:inline-block;width:1em;height:1em;border-radius:1em;background:#3F873F;background:var(--weed-green);position:relative;right:9px;top:14px}.about-hemp-cannabinoid .hemp-facts .facts-timeline ul li p{width:calc(100% - 20px);position:relative;bottom:12px;left:20px;margin-bottom:5px}.about-hemp-cannabinoid .education-callouts{margin:0 auto 4em}.about-hemp-cannabinoid .education-callouts .callout-container .callout-info{margin-bottom:.5em;padding:3em}.about-hemp-cannabinoid .education-callouts .callout-container .callout-info div{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:26em){.about-hemp-cannabinoid .education-callouts .callout-container .callout-info{width:75%;margin:0 auto 1em 0}}@media screen and (min-width:62em){.about-hemp-cannabinoid .education-callouts .callout-container .callout-info{width:calc(50% - 5px);margin:0}}@media screen and (min-width:26em){.about-hemp-cannabinoid .education-callouts .callout-container .callout-image{width:75%;margin:0 0 0 auto}}@media screen and (min-width:62em){.about-hemp-cannabinoid .education-callouts .callout-container .callout-image{width:calc(50% - 5px);margin:0}}.about-hemp-cannabinoid .education-callouts .callout-container .callout-image img{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.about-hemp-cannabinoid .education-callouts .callout-container .callout-image .desktop-img{display:none}@media screen and (min-width:40em){.about-hemp-cannabinoid .education-callouts .callout-container .callout-image .desktop-img{display:block}.about-hemp-cannabinoid .education-callouts .callout-container .callout-image .mobile-img{display:none}}.about-hemp-cannabinoid .education-callouts .callout-container:first-child .callout-info{background:url(img/floralpatternlight.svg);background-size:cover}.about-hemp-cannabinoid .common-questions{margin:6em auto 4em;max-width:900px}.about-hemp-cannabinoid .common-questions .section-headline{margin-bottom:2em}.about-hemp-cannabinoid .common-questions .faq{padding:20px 0 0px;border-bottom:1px solid #c7c7c7}.about-hemp-cannabinoid .common-questions .faq .toggle-btn{color:#035C67;font-weight:300}.about-hemp-cannabinoid .common-questions .faq .toggle-content{color:#6c757d;color:var(--gray)}.about-hemp-cannabinoid .common-questions .faq .toggle-indicator{position:absolute;right:10px;font-weight:600;font-size:1.1em}.health-benefits .intro{margin:0 auto 4em}.health-benefits .benefits{margin:0 auto 4em;max-width:1200px}.health-benefits .benefits picture img{margin-bottom:2em;width:100%}.health-benefits .benefits .benefit-container{padding:0 15px}.health-benefits .benefits .benefit-container .benefit-info:not(:last-child){margin-bottom:1em}@media screen and (min-width:48em){.health-benefits .benefits .benefit-container{position:absolute;top:0;left:0;width:60%;max-width:535px;padding:30px}.health-benefits .benefits .benefit-container .benefit-info{width:calc(50% - 10px)}.health-benefits .benefits .benefit-container .benefit-info h4{font-size:1.2em}.health-benefits .benefits .benefit-container .benefit-info p{font-size:.8em}.health-benefits .benefits .benefit-container .benefit-info:not(:last-child){margin-bottom:3em}}.health-benefits .how-helps,.health-benefits .how-works{margin:4em auto}.health-benefits .cbd-support{margin:4em auto}.health-benefits .cbd-support .support-image{margin-bottom:1em}.health-benefits .cbd-support .support-container div{width:100%}@media screen and (min-width:26em){.health-benefits .cbd-support .support-container div{width:70%;margin:0 auto 1em 0}.health-benefits .cbd-support .support-container div:last-child{margin:0 0 0 auto}}@media screen and (min-width:48em){.health-benefits .cbd-support .support-container div{width:40%;margin:0}.health-benefits .cbd-support .support-container div:last-child{width:55%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.health-benefits .cbd-support .support-container div:first-child{margin-bottom:2em}.health-benefits .hemp-facts{margin:0 auto 4em}@media screen and (min-width:62em){.health-benefits .hemp-facts{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.health-benefits .hemp-facts div{width:100%}@media screen and (min-width:26em){.health-benefits .hemp-facts div{width:75%;margin:0 auto 1em 0}.health-benefits .hemp-facts div:last-child{margin:0 0 0 auto}}@media screen and (min-width:62em){.health-benefits .hemp-facts div{width:40%;margin:0}.health-benefits .hemp-facts div:last-child{width:55%;margin:0}}.health-benefits .hemp-facts div:first-child{margin-bottom:2em}@media screen and (min-width:20em){}@media screen and (min-width:30em){}@media screen and (min-width:40em){}@media screen and (min-width:48em){}@media screen and (min-width:62em){}@media screen and (min-width:75em){}.our-difference .difference-intro{margin:0 auto 4em}.our-difference .difference-intro div{width:100%}@media screen and (min-width:26em){.our-difference .difference-intro div{width:70%;margin:0 auto 1em 0}.our-difference .difference-intro div:last-child{margin:0 0 0 auto}}@media screen and (min-width:48em){.our-difference .difference-intro div{width:42.5%;margin:0}.our-difference .difference-intro div:last-child{width:55%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.our-difference .difference-intro div:first-child{margin-bottom:2em}.our-difference .difference-intro .intro-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:48em){.our-difference .difference-intro .intro-image:after{content:'';height:90%;width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:#E4E9EA;z-index:-1}}.our-difference .difference-chart{margin:1em auto 2em}.our-difference .difference-chart .desktop-img{display:none}@media screen and (min-width:40em){.our-difference .difference-chart .desktop-img{display:block}.our-difference .difference-chart .mobile-img{display:none}}.our-difference .difference-callouts{padding:0 15px;margin:0 auto 4em;max-width:1200px}.our-difference .difference-callouts .difference-container{min-height:350px;width:100%}.our-difference .difference-callouts .difference-container:not(:last-child){margin-bottom:15px}.our-difference .difference-callouts .difference-container:nth-child(3),.our-difference .difference-callouts .difference-container:nth-child(4){background:#E4E9EA}.our-difference .difference-callouts .difference-container .difference-text{padding:1em;position:relative;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:487px}.our-difference .difference-callouts .difference-container .difference-text span{display:inline-block}@media screen and (min-width:48em){.our-difference .difference-callouts .difference-container{width:calc(50% - 4px)}}.our-difference .difference-callouts .difference-container:not(:last-child){margin-bottom:8px}.our-difference .difference-callouts .difference-container .callout-info{height:100%}.our-difference .difference-callouts .difference-container img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.our-difference .difference-callouts .difference-container img.after,.our-difference .difference-callouts .difference-container img.before{max-width:30%;margin:1em auto;display:block}.our-difference .difference-callouts .difference-container .desktop-img{display:none}@media screen and (min-width:40em){.our-difference .difference-callouts .difference-container .desktop-img{display:block}.our-difference .difference-callouts .difference-container .mobile-img{display:none}}.our-difference .youngevity-intro{background:#F0F3F4;border-top:2px solid #CFD8D2;padding:3em 0}.our-difference .youngevity-intro .youngevity-image{margin-bottom:2em}.our-difference .youngevity-intro .youngevity-image img{position:relative;top:50%;-webkit-transform:translate(-15%, -50%);-ms-transform:translate(-15%, -50%);transform:translate(-50%, -50%);left:50%;max-width:250px}.our-difference .youngevity-intro .youngevity-info .sub-title{color:#8C9091;font-weight:600;font-size:1.3em}.our-difference .youngevity-intro .container div{width:100%}@media screen and (min-width:26em){.our-difference .youngevity-intro .container div{width:70%;margin:0 auto 3em 0}.our-difference .youngevity-intro .container div:last-child{margin:0 0 0 auto}}@media screen and (min-width:48em){.our-difference .youngevity-intro .container div{width:35%;margin:0}.our-difference .youngevity-intro .container div:last-child{width:60%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.our-difference .for-life-section{background:var(--green);color:#fff;padding:3em}.our-difference .doctor-intro{padding:3em 0}.our-difference .doctor-intro .doctor-info{margin-bottom:2em}.our-difference .doctor-intro .doctor-image img{margin-bottom:3em}@media screen and (min-width:48em){.our-difference .doctor-intro .doctor-image{}.our-difference .doctor-intro .doctor-image img{max-width:75%;margin-left:auto;margin-right:auto;display:block}}.our-difference .doctor-intro .container div{width:100%}.our-difference .quote-section{color:var(--primary-blue);text-align:center}.our-difference .quote-section .container{border-top:1px solid #d6d8d8;border-bottom:1px solid #d6d8d8;padding:3em}.our-difference .quote-section p{font-weight:400;font-size:1.5em;font-style:italic}.our-difference .quote-section footer.blockquote-footer{background:none;color:var(--primary-blue);font-weight:400;font-size:1.3em;padding:0}body.page-template-template-all-reviews section.all-reviews #yotpo-testimonials-custom-tab .yotpo-review{margin-left:0}body.page-template-template-all-reviews section.all-reviews #yotpo-testimonials-custom-tab .yotpo-review .yotpo-icon-profile{display:none!important}body.page-template-template-all-reviews section.all-reviews #yotpo-testimonials-custom-tab .yotpo-review .yotpo-main{margin-left:0}body.page-template-template-all-reviews section.all-reviews #yotpo-testimonials-custom-tab .yotpo-review .yotpo-main .content-title{display:none}body.page-template-template-all-reviews section.all-reviews #yotpo-testimonials-custom-tab .yotpo-review .yotpo-main .content-review,body.page-template-template-all-reviews section.all-reviews #yotpo-testimonials-custom-tab .yotpo-review .yotpo-main .rest-content-collapsed{font-size:20px;color:black;line-height:25px}body.page-template-template-all-reviews section.all-reviews #yotpo-testimonials-custom-tab .yotpo-review .yotpo-main .product-link-wrapper div{text-decoration:underline}body.page-template-template-all-reviews section.all-reviews #yotpo-testimonials-custom-tab .yotpo-review .yotpo-footer{display:none;margin-left:0}.coffee,.dog-chomps,.hydration,.page-template-template-product,.pet-chews,.relax,.soothe,.tincture,.uplift{}.coffee .banner-image,.dog-chomps .banner-image,.hydration .banner-image,.page-template-template-product .banner-image,.pet-chews .banner-image,.relax .banner-image,.soothe .banner-image,.tincture .banner-image,.uplift .banner-image{background-position:right -45px center}@media screen and (min-width:48em){.coffee .banner-image,.dog-chomps .banner-image,.hydration .banner-image,.page-template-template-product .banner-image,.pet-chews .banner-image,.relax .banner-image,.soothe .banner-image,.tincture .banner-image,.uplift .banner-image{padding:42% 0 0 0;background-position:right -10px center}}@media screen and (min-width:62em){.coffee .banner-image,.dog-chomps .banner-image,.hydration .banner-image,.page-template-template-product .banner-image,.pet-chews .banner-image,.relax .banner-image,.soothe .banner-image,.tincture .banner-image,.uplift .banner-image{padding:34% 0 0 0;background-position:right -100px center}}@media screen and (min-width:75em){.coffee .banner-image,.dog-chomps .banner-image,.hydration .banner-image,.page-template-template-product .banner-image,.pet-chews .banner-image,.relax .banner-image,.soothe .banner-image,.tincture .banner-image,.uplift .banner-image{padding:28% 0 0 0;background-position:right -50px center}}@media screen and (min-width:85em){.coffee .banner-image,.dog-chomps .banner-image,.hydration .banner-image,.page-template-template-product .banner-image,.pet-chews .banner-image,.relax .banner-image,.soothe .banner-image,.tincture .banner-image,.uplift .banner-image{padding:25% 0 0 0;background-position:right 0 center}}.coffee .banner-text-container,.dog-chomps .banner-text-container,.hydration .banner-text-container,.page-template-template-product .banner-text-container,.pet-chews .banner-text-container,.relax .banner-text-container,.soothe .banner-text-container,.tincture .banner-text-container,.uplift .banner-text-container{color:#004876;color:var(--primary-blue)}.coffee .banner-text-container h1,.dog-chomps .banner-text-container h1,.hydration .banner-text-container h1,.page-template-template-product .banner-text-container h1,.pet-chews .banner-text-container h1,.relax .banner-text-container h1,.soothe .banner-text-container h1,.tincture .banner-text-container h1,.uplift .banner-text-container h1{text-shadow:none}.coffee .banner-text-container p,.dog-chomps .banner-text-container p,.hydration .banner-text-container p,.page-template-template-product .banner-text-container p,.pet-chews .banner-text-container p,.relax .banner-text-container p,.soothe .banner-text-container p,.tincture .banner-text-container p,.uplift .banner-text-container p{color:#4d4d4d;font-size:1.15em}.coffee .intro,.dog-chomps .intro,.hydration .intro,.page-template-template-product .intro,.pet-chews .intro,.relax .intro,.soothe .intro,.tincture .intro,.uplift .intro{margin:0 auto 4em}.coffee .intro p,.dog-chomps .intro p,.hydration .intro p,.page-template-template-product .intro p,.pet-chews .intro p,.relax .intro p,.soothe .intro p,.tincture .intro p,.uplift .intro p{font-weight:400}.coffee .ingredient-callouts .container,.dog-chomps .ingredient-callouts .container,.hydration .ingredient-callouts .container,.page-template-template-product .ingredient-callouts .container,.pet-chews .ingredient-callouts .container,.relax .ingredient-callouts .container,.soothe .ingredient-callouts .container,.tincture .ingredient-callouts .container,.uplift .ingredient-callouts .container{margin:4em auto}.coffee .ingredient-callouts .ingredient-container,.dog-chomps .ingredient-callouts .ingredient-container,.hydration .ingredient-callouts .ingredient-container,.page-template-template-product .ingredient-callouts .ingredient-container,.pet-chews .ingredient-callouts .ingredient-container,.relax .ingredient-callouts .ingredient-container,.soothe .ingredient-callouts .ingredient-container,.tincture .ingredient-callouts .ingredient-container,.uplift .ingredient-callouts .ingredient-container{border-bottom:1px solid #9e9e9e;padding:1.5em 1em;position:relative}.coffee .ingredient-callouts .ingredient-container:first-child,.dog-chomps .ingredient-callouts .ingredient-container:first-child,.hydration .ingredient-callouts .ingredient-container:first-child,.page-template-template-product .ingredient-callouts .ingredient-container:first-child,.pet-chews .ingredient-callouts .ingredient-container:first-child,.relax .ingredient-callouts .ingredient-container:first-child,.soothe .ingredient-callouts .ingredient-container:first-child,.tincture .ingredient-callouts .ingredient-container:first-child,.uplift .ingredient-callouts .ingredient-container:first-child{border-top:1px solid #9e9e9e}.coffee .ingredient-callouts .ingredient-container .section-headline,.coffee .ingredient-callouts .ingredient-container p,.dog-chomps .ingredient-callouts .ingredient-container .section-headline,.dog-chomps .ingredient-callouts .ingredient-container p,.hydration .ingredient-callouts .ingredient-container .section-headline,.hydration .ingredient-callouts .ingredient-container p,.page-template-template-product .ingredient-callouts .ingredient-container .section-headline,.page-template-template-product .ingredient-callouts .ingredient-container p,.pet-chews .ingredient-callouts .ingredient-container .section-headline,.pet-chews .ingredient-callouts .ingredient-container p,.relax .ingredient-callouts .ingredient-container .section-headline,.relax .ingredient-callouts .ingredient-container p,.soothe .ingredient-callouts .ingredient-container .section-headline,.soothe .ingredient-callouts .ingredient-container p,.tincture .ingredient-callouts .ingredient-container .section-headline,.tincture .ingredient-callouts .ingredient-container p,.uplift .ingredient-callouts .ingredient-container .section-headline,.uplift .ingredient-callouts .ingredient-container p{color:#707070}@media screen and (min-width:48em){.coffee .ingredient-callouts .ingredient-container,.dog-chomps .ingredient-callouts .ingredient-container,.hydration .ingredient-callouts .ingredient-container,.page-template-template-product .ingredient-callouts .ingredient-container,.pet-chews .ingredient-callouts .ingredient-container,.relax .ingredient-callouts .ingredient-container,.soothe .ingredient-callouts .ingredient-container,.tincture .ingredient-callouts .ingredient-container,.uplift .ingredient-callouts .ingredient-container{width:calc(50% - 5px);border:none;margin-bottom:0;padding:3em 4em}.coffee .ingredient-callouts .ingredient-container .ingredient-container,.dog-chomps .ingredient-callouts .ingredient-container .ingredient-container,.hydration .ingredient-callouts .ingredient-container .ingredient-container,.page-template-template-product .ingredient-callouts .ingredient-container .ingredient-container,.pet-chews .ingredient-callouts .ingredient-container .ingredient-container,.relax .ingredient-callouts .ingredient-container .ingredient-container,.soothe .ingredient-callouts .ingredient-container .ingredient-container,.tincture .ingredient-callouts .ingredient-container .ingredient-container,.uplift .ingredient-callouts .ingredient-container .ingredient-container{padding:3em 1em;margin-bottom:1em}.coffee .ingredient-callouts .ingredient-container:nth-of-type(odd),.dog-chomps .ingredient-callouts .ingredient-container:nth-of-type(odd),.hydration .ingredient-callouts .ingredient-container:nth-of-type(odd),.page-template-template-product .ingredient-callouts .ingredient-container:nth-of-type(odd),.pet-chews .ingredient-callouts .ingredient-container:nth-of-type(odd),.relax .ingredient-callouts .ingredient-container:nth-of-type(odd),.soothe .ingredient-callouts .ingredient-container:nth-of-type(odd),.tincture .ingredient-callouts .ingredient-container:nth-of-type(odd),.uplift .ingredient-callouts .ingredient-container:nth-of-type(odd){border-top:0}.coffee .ingredient-callouts .ingredient-container:nth-of-type(odd):after,.dog-chomps .ingredient-callouts .ingredient-container:nth-of-type(odd):after,.hydration .ingredient-callouts .ingredient-container:nth-of-type(odd):after,.page-template-template-product .ingredient-callouts .ingredient-container:nth-of-type(odd):after,.pet-chews .ingredient-callouts .ingredient-container:nth-of-type(odd):after,.relax .ingredient-callouts .ingredient-container:nth-of-type(odd):after,.soothe .ingredient-callouts .ingredient-container:nth-of-type(odd):after,.tincture .ingredient-callouts .ingredient-container:nth-of-type(odd):after,.uplift .ingredient-callouts .ingredient-container:nth-of-type(odd):after{content:'';width:1px;height:100%;position:absolute;top:0;right:0;background:#9e9e9e}.coffee .ingredient-callouts .ingredient-container:nth-of-type(odd):before,.dog-chomps .ingredient-callouts .ingredient-container:nth-of-type(odd):before,.hydration .ingredient-callouts .ingredient-container:nth-of-type(odd):before,.page-template-template-product .ingredient-callouts .ingredient-container:nth-of-type(odd):before,.pet-chews .ingredient-callouts .ingredient-container:nth-of-type(odd):before,.relax .ingredient-callouts .ingredient-container:nth-of-type(odd):before,.soothe .ingredient-callouts .ingredient-container:nth-of-type(odd):before,.tincture .ingredient-callouts .ingredient-container:nth-of-type(odd):before,.uplift .ingredient-callouts .ingredient-container:nth-of-type(odd):before{content:'';width:95%;height:1px;position:absolute;bottom:0;left:0;background:#9e9e9e}.coffee .ingredient-callouts .ingredient-container:nth-of-type(2n):after,.dog-chomps .ingredient-callouts .ingredient-container:nth-of-type(2n):after,.hydration .ingredient-callouts .ingredient-container:nth-of-type(2n):after,.page-template-template-product .ingredient-callouts .ingredient-container:nth-of-type(2n):after,.pet-chews .ingredient-callouts .ingredient-container:nth-of-type(2n):after,.relax .ingredient-callouts .ingredient-container:nth-of-type(2n):after,.soothe .ingredient-callouts .ingredient-container:nth-of-type(2n):after,.tincture .ingredient-callouts .ingredient-container:nth-of-type(2n):after,.uplift .ingredient-callouts .ingredient-container:nth-of-type(2n):after{content:'';width:1px;height:100%;position:absolute;bottom:0;left:-1px;background:#9e9e9e}.coffee .ingredient-callouts .ingredient-container:nth-of-type(2n):before,.dog-chomps .ingredient-callouts .ingredient-container:nth-of-type(2n):before,.hydration .ingredient-callouts .ingredient-container:nth-of-type(2n):before,.page-template-template-product .ingredient-callouts .ingredient-container:nth-of-type(2n):before,.pet-chews .ingredient-callouts .ingredient-container:nth-of-type(2n):before,.relax .ingredient-callouts .ingredient-container:nth-of-type(2n):before,.soothe .ingredient-callouts .ingredient-container:nth-of-type(2n):before,.tincture .ingredient-callouts .ingredient-container:nth-of-type(2n):before,.uplift .ingredient-callouts .ingredient-container:nth-of-type(2n):before{content:'';width:95%;height:1px;position:absolute;top:0;right:0;background:#9e9e9e}.coffee .ingredient-callouts .ingredient-container:nth-last-child(2):before,.dog-chomps .ingredient-callouts .ingredient-container:nth-last-child(2):before,.hydration .ingredient-callouts .ingredient-container:nth-last-child(2):before,.page-template-template-product .ingredient-callouts .ingredient-container:nth-last-child(2):before,.pet-chews .ingredient-callouts .ingredient-container:nth-last-child(2):before,.relax .ingredient-callouts .ingredient-container:nth-last-child(2):before,.soothe .ingredient-callouts .ingredient-container:nth-last-child(2):before,.tincture .ingredient-callouts .ingredient-container:nth-last-child(2):before,.uplift .ingredient-callouts .ingredient-container:nth-last-child(2):before{width:0}.coffee .ingredient-callouts .ingredient-container:nth-child(2):before,.dog-chomps .ingredient-callouts .ingredient-container:nth-child(2):before,.hydration .ingredient-callouts .ingredient-container:nth-child(2):before,.page-template-template-product .ingredient-callouts .ingredient-container:nth-child(2):before,.pet-chews .ingredient-callouts .ingredient-container:nth-child(2):before,.relax .ingredient-callouts .ingredient-container:nth-child(2):before,.soothe .ingredient-callouts .ingredient-container:nth-child(2):before,.tincture .ingredient-callouts .ingredient-container:nth-child(2):before,.uplift .ingredient-callouts .ingredient-container:nth-child(2):before{width:0}}.coffee .ingredient-callouts .btn,.dog-chomps .ingredient-callouts .btn,.hydration .ingredient-callouts .btn,.page-template-template-product .ingredient-callouts .btn,.pet-chews .ingredient-callouts .btn,.relax .ingredient-callouts .btn,.soothe .ingredient-callouts .btn,.tincture .ingredient-callouts .btn,.uplift .ingredient-callouts .btn{margin:2em auto}@media screen and (min-width:48em){.coffee .ingredient-callouts .btn,.dog-chomps .ingredient-callouts .btn,.hydration .ingredient-callouts .btn,.page-template-template-product .ingredient-callouts .btn,.pet-chews .ingredient-callouts .btn,.relax .ingredient-callouts .btn,.soothe .ingredient-callouts .btn,.tincture .ingredient-callouts .btn,.uplift .ingredient-callouts .btn{margin:4em auto}}.coffee .product-details,.dog-chomps .product-details,.hydration .product-details,.page-template-template-product .product-details,.pet-chews .product-details,.relax .product-details,.soothe .product-details,.tincture .product-details,.uplift .product-details{margin:4em 0}.coffee .product-details h2,.dog-chomps .product-details h2,.hydration .product-details h2,.page-template-template-product .product-details h2,.pet-chews .product-details h2,.relax .product-details h2,.soothe .product-details h2,.tincture .product-details h2,.uplift .product-details h2{color:#6c757d;color:var(--gray);font-weight:600;font-size:1.3em}.coffee .product-details p,.dog-chomps .product-details p,.hydration .product-details p,.page-template-template-product .product-details p,.pet-chews .product-details p,.relax .product-details p,.soothe .product-details p,.tincture .product-details p,.uplift .product-details p{margin-bottom:1.7em}.coffee .product-details .product-detail-container .detail-text-container,.dog-chomps .product-details .product-detail-container .detail-text-container,.hydration .product-details .product-detail-container .detail-text-container,.page-template-template-product .product-details .product-detail-container .detail-text-container,.pet-chews .product-details .product-detail-container .detail-text-container,.relax .product-details .product-detail-container .detail-text-container,.soothe .product-details .product-detail-container .detail-text-container,.tincture .product-details .product-detail-container .detail-text-container,.uplift .product-details .product-detail-container .detail-text-container{margin-top:30px}.coffee .product-details .product-detail-container .detail-text-container h3,.dog-chomps .product-details .product-detail-container .detail-text-container h3,.hydration .product-details .product-detail-container .detail-text-container h3,.page-template-template-product .product-details .product-detail-container .detail-text-container h3,.pet-chews .product-details .product-detail-container .detail-text-container h3,.relax .product-details .product-detail-container .detail-text-container h3,.soothe .product-details .product-detail-container .detail-text-container h3,.tincture .product-details .product-detail-container .detail-text-container h3,.uplift .product-details .product-detail-container .detail-text-container h3{width:100%;color:#2e4678;font-size:1.3em;text-align:center}.coffee .featured-reviews,.dog-chomps .featured-reviews,.hydration .featured-reviews,.page-template-template-product .featured-reviews,.pet-chews .featured-reviews,.relax .featured-reviews,.soothe .featured-reviews,.tincture .featured-reviews,.uplift .featured-reviews{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding-top:5em;padding-bottom:4em;text-align:center}.coffee .featured-reviews h3.section-title,.dog-chomps .featured-reviews h3.section-title,.hydration .featured-reviews h3.section-title,.page-template-template-product .featured-reviews h3.section-title,.pet-chews .featured-reviews h3.section-title,.relax .featured-reviews h3.section-title,.soothe .featured-reviews h3.section-title,.tincture .featured-reviews h3.section-title,.uplift .featured-reviews h3.section-title{text-align:center;text-transform:uppercase;margin-bottom:3rem;font-size:1.75rem;width:100%;position:absolute;top:0}.coffee .featured-reviews h3.section-title:after,.dog-chomps .featured-reviews h3.section-title:after,.hydration .featured-reviews h3.section-title:after,.page-template-template-product .featured-reviews h3.section-title:after,.pet-chews .featured-reviews h3.section-title:after,.relax .featured-reviews h3.section-title:after,.soothe .featured-reviews h3.section-title:after,.tincture .featured-reviews h3.section-title:after,.uplift .featured-reviews h3.section-title:after{content:"";display:block;width:20px;height:3px;background-color:var(--gray-dark);margin:10px auto}.coffee .featured-reviews .btn,.dog-chomps .featured-reviews .btn,.hydration .featured-reviews .btn,.page-template-template-product .featured-reviews .btn,.pet-chews .featured-reviews .btn,.relax .featured-reviews .btn,.soothe .featured-reviews .btn,.tincture .featured-reviews .btn,.uplift .featured-reviews .btn{display:inline-block;margin-top:2rem}.coffee .featured-reviews .reviews,.dog-chomps .featured-reviews .reviews,.hydration .featured-reviews .reviews,.page-template-template-product .featured-reviews .reviews,.pet-chews .featured-reviews .reviews,.relax .featured-reviews .reviews,.soothe .featured-reviews .reviews,.tincture .featured-reviews .reviews,.uplift .featured-reviews .reviews{display:block;width:100%}.coffee .featured-reviews .reviews .review-container,.dog-chomps .featured-reviews .reviews .review-container,.hydration .featured-reviews .reviews .review-container,.page-template-template-product .featured-reviews .reviews .review-container,.pet-chews .featured-reviews .reviews .review-container,.relax .featured-reviews .reviews .review-container,.soothe .featured-reviews .reviews .review-container,.tincture .featured-reviews .reviews .review-container,.uplift .featured-reviews .reviews .review-container{-webkit-box-shadow:0px 0px 10px -5px rgba(0, 0, 0, 0.75);-moz-box-shadow:0px 0px 10px -5px rgba(0, 0, 0, 0.75);box-shadow:0px 0px 10px -5px rgba(0, 0, 0, 0.75);background-color:#FFFFFF;border:1px solid #D6D6D6;margin-bottom:1em}.coffee .featured-reviews .reviews .review-container .review,.dog-chomps .featured-reviews .reviews .review-container .review,.hydration .featured-reviews .reviews .review-container .review,.page-template-template-product .featured-reviews .reviews .review-container .review,.pet-chews .featured-reviews .reviews .review-container .review,.relax .featured-reviews .reviews .review-container .review,.soothe .featured-reviews .reviews .review-container .review,.tincture .featured-reviews .reviews .review-container .review,.uplift .featured-reviews .reviews .review-container .review{padding:1em;height:100%;text-align:left}.coffee .featured-reviews .reviews .review-container .review .buyer-name,.dog-chomps .featured-reviews .reviews .review-container .review .buyer-name,.hydration .featured-reviews .reviews .review-container .review .buyer-name,.page-template-template-product .featured-reviews .reviews .review-container .review .buyer-name,.pet-chews .featured-reviews .reviews .review-container .review .buyer-name,.relax .featured-reviews .reviews .review-container .review .buyer-name,.soothe .featured-reviews .reviews .review-container .review .buyer-name,.tincture .featured-reviews .reviews .review-container .review .buyer-name,.uplift .featured-reviews .reviews .review-container .review .buyer-name{font-size:17px;color:#000000;margin-right:1em}.coffee .featured-reviews .reviews .review-container .review .verified-buyer,.dog-chomps .featured-reviews .reviews .review-container .review .verified-buyer,.hydration .featured-reviews .reviews .review-container .review .verified-buyer,.page-template-template-product .featured-reviews .reviews .review-container .review .verified-buyer,.pet-chews .featured-reviews .reviews .review-container .review .verified-buyer,.relax .featured-reviews .reviews .review-container .review .verified-buyer,.soothe .featured-reviews .reviews .review-container .review .verified-buyer,.tincture .featured-reviews .reviews .review-container .review .verified-buyer,.uplift .featured-reviews .reviews .review-container .review .verified-buyer{font-size:17px;font-style:italic;color:#767676}.coffee .featured-reviews .reviews .review-container .review .rating-container,.dog-chomps .featured-reviews .reviews .review-container .review .rating-container,.hydration .featured-reviews .reviews .review-container .review .rating-container,.page-template-template-product .featured-reviews .reviews .review-container .review .rating-container,.pet-chews .featured-reviews .reviews .review-container .review .rating-container,.relax .featured-reviews .reviews .review-container .review .rating-container,.soothe .featured-reviews .reviews .review-container .review .rating-container,.tincture .featured-reviews .reviews .review-container .review .rating-container,.uplift .featured-reviews .reviews .review-container .review .rating-container{font-size:17px}.coffee .featured-reviews .reviews .review-container .review .rating-container .fa-star,.dog-chomps .featured-reviews .reviews .review-container .review .rating-container .fa-star,.hydration .featured-reviews .reviews .review-container .review .rating-container .fa-star,.page-template-template-product .featured-reviews .reviews .review-container .review .rating-container .fa-star,.pet-chews .featured-reviews .reviews .review-container .review .rating-container .fa-star,.relax .featured-reviews .reviews .review-container .review .rating-container .fa-star,.soothe .featured-reviews .reviews .review-container .review .rating-container .fa-star,.tincture .featured-reviews .reviews .review-container .review .rating-container .fa-star,.uplift .featured-reviews .reviews .review-container .review .rating-container .fa-star{color:#94C83F;margin-right:0.25em}.coffee .featured-reviews .reviews .review-container .review .review-description,.dog-chomps .featured-reviews .reviews .review-container .review .review-description,.hydration .featured-reviews .reviews .review-container .review .review-description,.page-template-template-product .featured-reviews .reviews .review-container .review .review-description,.pet-chews .featured-reviews .reviews .review-container .review .review-description,.relax .featured-reviews .reviews .review-container .review .review-description,.soothe .featured-reviews .reviews .review-container .review .review-description,.tincture .featured-reviews .reviews .review-container .review .review-description,.uplift .featured-reviews .reviews .review-container .review .review-description{font-size:20px;font-weight:bold;line-height:1.1;margin-top:10px}@media screen and (min-width:48em){.coffee .featured-reviews,.dog-chomps .featured-reviews,.hydration .featured-reviews,.page-template-template-product .featured-reviews,.pet-chews .featured-reviews,.relax .featured-reviews,.soothe .featured-reviews,.tincture .featured-reviews,.uplift .featured-reviews{}.coffee .featured-reviews .reviews,.dog-chomps .featured-reviews .reviews,.hydration .featured-reviews .reviews,.page-template-template-product .featured-reviews .reviews,.pet-chews .featured-reviews .reviews,.relax .featured-reviews .reviews,.soothe .featured-reviews .reviews,.tincture .featured-reviews .reviews,.uplift .featured-reviews .reviews{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.coffee .featured-reviews .reviews .review-container,.dog-chomps .featured-reviews .reviews .review-container,.hydration .featured-reviews .reviews .review-container,.page-template-template-product .featured-reviews .reviews .review-container,.pet-chews .featured-reviews .reviews .review-container,.relax .featured-reviews .reviews .review-container,.soothe .featured-reviews .reviews .review-container,.tincture .featured-reviews .reviews .review-container,.uplift .featured-reviews .reviews .review-container{max-width:31.5%;min-height:292px}}.coffee .useage-callouts,.dog-chomps .useage-callouts,.hydration .useage-callouts,.page-template-template-product .useage-callouts,.pet-chews .useage-callouts,.relax .useage-callouts,.soothe .useage-callouts,.tincture .useage-callouts,.uplift .useage-callouts{margin:4em auto}.coffee .useage-callouts .callout-cta-headline,.dog-chomps .useage-callouts .callout-cta-headline,.hydration .useage-callouts .callout-cta-headline,.page-template-template-product .useage-callouts .callout-cta-headline,.pet-chews .useage-callouts .callout-cta-headline,.relax .useage-callouts .callout-cta-headline,.soothe .useage-callouts .callout-cta-headline,.tincture .useage-callouts .callout-cta-headline,.uplift .useage-callouts .callout-cta-headline{text-align:center;font-weight:300;margin-top:30px}.coffee .useage-callouts .use-container,.dog-chomps .useage-callouts .use-container,.hydration .useage-callouts .use-container,.page-template-template-product .useage-callouts .use-container,.pet-chews .useage-callouts .use-container,.relax .useage-callouts .use-container,.soothe .useage-callouts .use-container,.tincture .useage-callouts .use-container,.uplift .useage-callouts .use-container{margin-bottom:1em;background:#E4E9EA;padding:3em 1em;position:relative}.coffee .useage-callouts .use-container .section-headline,.dog-chomps .useage-callouts .use-container .section-headline,.hydration .useage-callouts .use-container .section-headline,.page-template-template-product .useage-callouts .use-container .section-headline,.pet-chews .useage-callouts .use-container .section-headline,.relax .useage-callouts .use-container .section-headline,.soothe .useage-callouts .use-container .section-headline,.tincture .useage-callouts .use-container .section-headline,.uplift .useage-callouts .use-container .section-headline{color:#1F5B66;font-weight:900;font-size:1.5rem}.coffee .useage-callouts .use-container p,.dog-chomps .useage-callouts .use-container p,.hydration .useage-callouts .use-container p,.page-template-template-product .useage-callouts .use-container p,.pet-chews .useage-callouts .use-container p,.relax .useage-callouts .use-container p,.soothe .useage-callouts .use-container p,.tincture .useage-callouts .use-container p,.uplift .useage-callouts .use-container p{font-size:18px}@media screen and (min-width:62em){.coffee .useage-callouts .use-container,.dog-chomps .useage-callouts .use-container,.hydration .useage-callouts .use-container,.page-template-template-product .useage-callouts .use-container,.pet-chews .useage-callouts .use-container,.relax .useage-callouts .use-container,.soothe .useage-callouts .use-container,.tincture .useage-callouts .use-container,.uplift .useage-callouts .use-container{width:calc(50% - 15px);border:none;margin-bottom:0;padding:3em 4em;margin:7.5px}.coffee .useage-callouts .use-container .section-headline,.dog-chomps .useage-callouts .use-container .section-headline,.hydration .useage-callouts .use-container .section-headline,.page-template-template-product .useage-callouts .use-container .section-headline,.pet-chews .useage-callouts .use-container .section-headline,.relax .useage-callouts .use-container .section-headline,.soothe .useage-callouts .use-container .section-headline,.tincture .useage-callouts .use-container .section-headline,.uplift .useage-callouts .use-container .section-headline{font-size:2.3rem}}.coffee .useage-callouts .btn,.dog-chomps .useage-callouts .btn,.hydration .useage-callouts .btn,.page-template-template-product .useage-callouts .btn,.pet-chews .useage-callouts .btn,.relax .useage-callouts .btn,.soothe .useage-callouts .btn,.tincture .useage-callouts .btn,.uplift .useage-callouts .btn{margin:1em auto 0;font-size:1rem;background:#71A850;background:var(--primary-green)}@media screen and (min-width:48em){.coffee .useage-callouts .btn,.dog-chomps .useage-callouts .btn,.hydration .useage-callouts .btn,.page-template-template-product .useage-callouts .btn,.pet-chews .useage-callouts .btn,.relax .useage-callouts .btn,.soothe .useage-callouts .btn,.tincture .useage-callouts .btn,.uplift .useage-callouts .btn{margin:2em auto 0}}.coffee .benefits,.dog-chomps .benefits,.hydration .benefits,.page-template-template-product .benefits,.pet-chews .benefits,.relax .benefits,.soothe .benefits,.tincture .benefits,.uplift .benefits{margin:0 auto 4em;max-width:1200px}.coffee .benefits picture img,.dog-chomps .benefits picture img,.hydration .benefits picture img,.page-template-template-product .benefits picture img,.pet-chews .benefits picture img,.relax .benefits picture img,.soothe .benefits picture img,.tincture .benefits picture img,.uplift .benefits picture img{margin-bottom:2em;width:100%}.coffee .benefits .benefit-container,.dog-chomps .benefits .benefit-container,.hydration .benefits .benefit-container,.page-template-template-product .benefits .benefit-container,.pet-chews .benefits .benefit-container,.relax .benefits .benefit-container,.soothe .benefits .benefit-container,.tincture .benefits .benefit-container,.uplift .benefits .benefit-container{padding:0 15px}.coffee .benefits .benefit-container .benefit-info:not(:last-child),.dog-chomps .benefits .benefit-container .benefit-info:not(:last-child),.hydration .benefits .benefit-container .benefit-info:not(:last-child),.page-template-template-product .benefits .benefit-container .benefit-info:not(:last-child),.pet-chews .benefits .benefit-container .benefit-info:not(:last-child),.relax .benefits .benefit-container .benefit-info:not(:last-child),.soothe .benefits .benefit-container .benefit-info:not(:last-child),.tincture .benefits .benefit-container .benefit-info:not(:last-child),.uplift .benefits .benefit-container .benefit-info:not(:last-child){margin-bottom:1em}@media screen and (min-width:48em){.coffee .benefits .benefit-container,.dog-chomps .benefits .benefit-container,.hydration .benefits .benefit-container,.page-template-template-product .benefits .benefit-container,.pet-chews .benefits .benefit-container,.relax .benefits .benefit-container,.soothe .benefits .benefit-container,.tincture .benefits .benefit-container,.uplift .benefits .benefit-container{position:absolute;top:0;left:0;width:60%;max-width:535px;padding:30px}.coffee .benefits .benefit-container .benefit-info,.dog-chomps .benefits .benefit-container .benefit-info,.hydration .benefits .benefit-container .benefit-info,.page-template-template-product .benefits .benefit-container .benefit-info,.pet-chews .benefits .benefit-container .benefit-info,.relax .benefits .benefit-container .benefit-info,.soothe .benefits .benefit-container .benefit-info,.tincture .benefits .benefit-container .benefit-info,.uplift .benefits .benefit-container .benefit-info{width:calc(50% - 10px)}.coffee .benefits .benefit-container .benefit-info h4,.dog-chomps .benefits .benefit-container .benefit-info h4,.hydration .benefits .benefit-container .benefit-info h4,.page-template-template-product .benefits .benefit-container .benefit-info h4,.pet-chews .benefits .benefit-container .benefit-info h4,.relax .benefits .benefit-container .benefit-info h4,.soothe .benefits .benefit-container .benefit-info h4,.tincture .benefits .benefit-container .benefit-info h4,.uplift .benefits .benefit-container .benefit-info h4{font-size:1.2em}.coffee .benefits .benefit-container .benefit-info p,.dog-chomps .benefits .benefit-container .benefit-info p,.hydration .benefits .benefit-container .benefit-info p,.page-template-template-product .benefits .benefit-container .benefit-info p,.pet-chews .benefits .benefit-container .benefit-info p,.relax .benefits .benefit-container .benefit-info p,.soothe .benefits .benefit-container .benefit-info p,.tincture .benefits .benefit-container .benefit-info p,.uplift .benefits .benefit-container .benefit-info p{font-size:.8em}.coffee .benefits .benefit-container .benefit-info:not(:last-child),.dog-chomps .benefits .benefit-container .benefit-info:not(:last-child),.hydration .benefits .benefit-container .benefit-info:not(:last-child),.page-template-template-product .benefits .benefit-container .benefit-info:not(:last-child),.pet-chews .benefits .benefit-container .benefit-info:not(:last-child),.relax .benefits .benefit-container .benefit-info:not(:last-child),.soothe .benefits .benefit-container .benefit-info:not(:last-child),.tincture .benefits .benefit-container .benefit-info:not(:last-child),.uplift .benefits .benefit-container .benefit-info:not(:last-child){margin-bottom:3em}}.coffee .cbd-support .support-image,.dog-chomps .cbd-support .support-image,.hydration .cbd-support .support-image,.page-template-template-product .cbd-support .support-image,.pet-chews .cbd-support .support-image,.relax .cbd-support .support-image,.soothe .cbd-support .support-image,.tincture .cbd-support .support-image,.uplift .cbd-support .support-image{margin-bottom:1em}.coffee .cbd-support .support-container div,.dog-chomps .cbd-support .support-container div,.hydration .cbd-support .support-container div,.page-template-template-product .cbd-support .support-container div,.pet-chews .cbd-support .support-container div,.relax .cbd-support .support-container div,.soothe .cbd-support .support-container div,.tincture .cbd-support .support-container div,.uplift .cbd-support .support-container div{width:100%}@media screen and (min-width:26em){.coffee .cbd-support .support-container div,.dog-chomps .cbd-support .support-container div,.hydration .cbd-support .support-container div,.page-template-template-product .cbd-support .support-container div,.pet-chews .cbd-support .support-container div,.relax .cbd-support .support-container div,.soothe .cbd-support .support-container div,.tincture .cbd-support .support-container div,.uplift .cbd-support .support-container div{width:70%;margin:0 auto 1em 0}.coffee .cbd-support .support-container div:last-child,.dog-chomps .cbd-support .support-container div:last-child,.hydration .cbd-support .support-container div:last-child,.page-template-template-product .cbd-support .support-container div:last-child,.pet-chews .cbd-support .support-container div:last-child,.relax .cbd-support .support-container div:last-child,.soothe .cbd-support .support-container div:last-child,.tincture .cbd-support .support-container div:last-child,.uplift .cbd-support .support-container div:last-child{margin:0 0 0 auto}}@media screen and (min-width:48em){.coffee .cbd-support .support-container div,.dog-chomps .cbd-support .support-container div,.hydration .cbd-support .support-container div,.page-template-template-product .cbd-support .support-container div,.pet-chews .cbd-support .support-container div,.relax .cbd-support .support-container div,.soothe .cbd-support .support-container div,.tincture .cbd-support .support-container div,.uplift .cbd-support .support-container div{width:40%;margin:0}.coffee .cbd-support .support-container div:last-child,.dog-chomps .cbd-support .support-container div:last-child,.hydration .cbd-support .support-container div:last-child,.page-template-template-product .cbd-support .support-container div:last-child,.pet-chews .cbd-support .support-container div:last-child,.relax .cbd-support .support-container div:last-child,.soothe .cbd-support .support-container div:last-child,.tincture .cbd-support .support-container div:last-child,.uplift .cbd-support .support-container div:last-child{width:55%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.coffee .cbd-support .support-container div:first-child,.dog-chomps .cbd-support .support-container div:first-child,.hydration .cbd-support .support-container div:first-child,.page-template-template-product .cbd-support .support-container div:first-child,.pet-chews .cbd-support .support-container div:first-child,.relax .cbd-support .support-container div:first-child,.soothe .cbd-support .support-container div:first-child,.tincture .cbd-support .support-container div:first-child,.uplift .cbd-support .support-container div:first-child{margin-bottom:2em}.coffee .hemp-facts,.dog-chomps .hemp-facts,.hydration .hemp-facts,.page-template-template-product .hemp-facts,.pet-chews .hemp-facts,.relax .hemp-facts,.soothe .hemp-facts,.tincture .hemp-facts,.uplift .hemp-facts{margin:0 auto 4em}@media screen and (min-width:62em){.coffee .hemp-facts,.dog-chomps .hemp-facts,.hydration .hemp-facts,.page-template-template-product .hemp-facts,.pet-chews .hemp-facts,.relax .hemp-facts,.soothe .hemp-facts,.tincture .hemp-facts,.uplift .hemp-facts{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.coffee .hemp-facts div,.dog-chomps .hemp-facts div,.hydration .hemp-facts div,.page-template-template-product .hemp-facts div,.pet-chews .hemp-facts div,.relax .hemp-facts div,.soothe .hemp-facts div,.tincture .hemp-facts div,.uplift .hemp-facts div{width:100%}@media screen and (min-width:26em){.coffee .hemp-facts div,.dog-chomps .hemp-facts div,.hydration .hemp-facts div,.page-template-template-product .hemp-facts div,.pet-chews .hemp-facts div,.relax .hemp-facts div,.soothe .hemp-facts div,.tincture .hemp-facts div,.uplift .hemp-facts div{width:75%;margin:0 auto 1em 0}.coffee .hemp-facts div:last-child,.dog-chomps .hemp-facts div:last-child,.hydration .hemp-facts div:last-child,.page-template-template-product .hemp-facts div:last-child,.pet-chews .hemp-facts div:last-child,.relax .hemp-facts div:last-child,.soothe .hemp-facts div:last-child,.tincture .hemp-facts div:last-child,.uplift .hemp-facts div:last-child{margin:0 0 0 auto}}@media screen and (min-width:62em){.coffee .hemp-facts div,.dog-chomps .hemp-facts div,.hydration .hemp-facts div,.page-template-template-product .hemp-facts div,.pet-chews .hemp-facts div,.relax .hemp-facts div,.soothe .hemp-facts div,.tincture .hemp-facts div,.uplift .hemp-facts div{width:40%;margin:0}.coffee .hemp-facts div:last-child,.dog-chomps .hemp-facts div:last-child,.hydration .hemp-facts div:last-child,.page-template-template-product .hemp-facts div:last-child,.pet-chews .hemp-facts div:last-child,.relax .hemp-facts div:last-child,.soothe .hemp-facts div:last-child,.tincture .hemp-facts div:last-child,.uplift .hemp-facts div:last-child{width:55%;margin:0}}.coffee .hemp-facts div:first-child,.dog-chomps .hemp-facts div:first-child,.hydration .hemp-facts div:first-child,.page-template-template-product .hemp-facts div:first-child,.pet-chews .hemp-facts div:first-child,.relax .hemp-facts div:first-child,.soothe .hemp-facts div:first-child,.tincture .hemp-facts div:first-child,.uplift .hemp-facts div:first-child{margin-bottom:2em}.coffee .product-callouts>.row,.dog-chomps .product-callouts>.row,.hydration .product-callouts>.row,.page-template-template-product .product-callouts>.row,.pet-chews .product-callouts>.row,.relax .product-callouts>.row,.soothe .product-callouts>.row,.tincture .product-callouts>.row,.uplift .product-callouts>.row{margin-top:1.5em}.hydration .product-details .product-detail-container{max-width:100%}@media screen and (min-width:48em){.hydration .product-details .product-detail-container{max-width:33%}}@media screen and (min-width:48em){.hydration{}.hydration .ingredient-callouts .ingredient-container:first-child{padding-bottom:0}.hydration .ingredient-callouts .ingredient-container:first-child:before{display:none}.hydration .ingredient-callouts .ingredient-container:first-child .row{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.hydration .ingredient-callouts .ingredient-container:nth-child(3){padding-top:0}}.ui-spinner input[type=number]{-moz-appearance:textfield}body.not-distributor .distributor-only{display:none;opacity:0}body.not-distributor li.enrollment-kits{border-bottom:0!important;padding-bottom:0!important}.wholesale-benefits-table tr:first-child{border-top:0;background:#fff}.wholesale-benefits-table tr:first-child th{border-top:0;background:#fff}.wholesale-benefits-table tr td{vertical-align:middle}.wholesale-benefits-table tr td:nth-child(2),.wholesale-benefits-table tr td:nth-child(3),.wholesale-benefits-table tr th:nth-child(2),.wholesale-benefits-table tr th:nth-child(3){text-align:center}.wholesale-benefits-table .tr:last-child{border-bottom:1px solid #dee2e6}@media (max-width:768px){.wholesale-benefits-table tr td:first-child{font-size:13px}.wholesale-benefits-table .modal-primary-cta-btn,.wholesale-benefits-table .modal-success-cta-btn{font-size:13px!important}}.intro .add_to_cart_button+.added_to_cart,.product-preview .product-info .added_to_cart,.useage-callouts .add_to_cart_button+.added_to_cart{width:100%;text-align:center;margin-top:5px;display:inline-block}#woocommerce-content,.woocommerce{padding-top:2rem;padding-bottom:2rem}#woocommerce-content .woocommerce-notices-wrapper,.woocommerce .woocommerce-notices-wrapper{width:100%}#woocommerce-content .woocommerce-notices-wrapper .woocommerce-message,.woocommerce .woocommerce-notices-wrapper .woocommerce-message{border-top-color:var(--primary-blue);background:var(--lightest-gray);line-height:2rem}#woocommerce-content .woocommerce-notices-wrapper .woocommerce-message:before,.woocommerce .woocommerce-notices-wrapper .woocommerce-message:before{color:var(--primary-blue)}#woocommerce-content .woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button{background-color:var(--cobalt-blue);color:var(--white);border-radius:0;padding:.5rem 1rem;font-weight:400}#woocommerce-content .woocommerce-notices-wrapper .woocommerce-message .button:hover,.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover{background-color:var(--primary-blue)}#woocommerce-content .woocommerce-notices-wrapper .woocommerce-error,.woocommerce .woocommerce-notices-wrapper .woocommerce-error{border-top-color:var(--red);background:var(--lightest-gray);line-height:2rem}#woocommerce-content .woocommerce-notices-wrapper .woocommerce-error:before,.woocommerce .woocommerce-notices-wrapper .woocommerce-error:before{color:var(--red)}#woocommerce-content .woocommerce-notices-wrapper .woocommerce-error .button,.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button{background-color:var(--red);color:var(--white);border-radius:0;padding:.5rem 1rem;font-weight:400}#woocommerce-content .woocommerce-notices-wrapper .woocommerce-error .button:hover,.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:hover{background-color:var(--gray)}#woocommerce-content #product-accordion>.card,.woocommerce #product-accordion>.card{border:none}#woocommerce-content #product-accordion>.card>.card-header,.woocommerce #product-accordion>.card>.card-header{background:#ffffff;padding-top:20px;padding-bottom:20px;margin-bottom:20px}#woocommerce-content #product-accordion>.card>.card-header a,.woocommerce #product-accordion>.card>.card-header a{color:var(--secondary);text-transform:uppercase;font-family:'Lato', sans-serif;font-weight:300;width:100%;display:inline-block}#woocommerce-content #product-accordion>.card>.card-header a:hover,.woocommerce #product-accordion>.card>.card-header a:hover{text-decoration:none}#woocommerce-content #product-accordion>.card>.card-header a .accordion-icon,.woocommerce #product-accordion>.card>.card-header a .accordion-icon{float:right;font-size:1.5rem;padding:5px 0;color:#bdbdbd}#woocommerce-content #product-accordion .accordion-content,.woocommerce #product-accordion .accordion-content{margin:15px}#woocommerce-content .wc-sidebar .widget-title,.woocommerce .wc-sidebar .widget-title{padding:10px;background:var(--primary-blue);color:var(--white);text-transform:uppercase;border-left:1px solid var(--primary-blue);border-right:1px solid var(--primary-blue);border-top:1px solid var(--primary-blue);margin-bottom:0}#woocommerce-content .wc-sidebar ul,.woocommerce .wc-sidebar ul{padding-left:0;list-style:none;padding:0 7.5px;border-left:1px solid #bdbdbd;border-right:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd}#woocommerce-content .wc-sidebar ul>li,.woocommerce .wc-sidebar ul>li{padding:7.5px;border-bottom:1px solid #bdbdbd}#woocommerce-content .wc-sidebar ul>li:last-child,.woocommerce .wc-sidebar ul>li:last-child{border-bottom:0}#woocommerce-content .wc-sidebar ul>li a,.woocommerce .wc-sidebar ul>li a{font-size:1rem}#woocommerce-content .wc-sidebar ul>li ul.sub-menu,.woocommerce .wc-sidebar ul>li ul.sub-menu{border-top:1px solid #bdbdbd;border-left:0;border-right:0;border-bottom:0;margin:7.5px -7.5px 0;padding:0}#woocommerce-content .wc-sidebar ul>li ul.sub-menu li,.woocommerce .wc-sidebar ul>li ul.sub-menu li{padding:7.5px 7.5px 7.5px 15px}#woocommerce-content .page-title,.woocommerce .page-title{margin-top:0}#woocommerce-content .products .product,.woocommerce .products .product{border:1px solid var(--lightest-gray);overflow:hidden;float:none;margin:0 0 30px;width:auto}#woocommerce-content .products .product:hover img,.woocommerce .products .product:hover img{-webkit-filter:blur(3px);filter:blur(3px);-webkit-transition:-webkit-filter 0.35s ease;transition:-webkit-filter 0.35s ease;-o-transition:filter 0.35s ease;transition:filter 0.35s ease;transition:filter 0.35s ease, -webkit-filter 0.35s ease}#woocommerce-content .products .product img,.woocommerce .products .product img{display:block;margin:0 auto}#woocommerce-content .products .product .more-info-btn,.woocommerce .products .product .more-info-btn{position:absolute;bottom:28%;left:20%;width:60%;padding:10px 5px;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;background:var(--white);border-radius:0;border:1px solid var(--light-gray);color:var(--light-gray);text-transform:uppercase;text-align:center;font-size:.85rem;z-index:1000;visibility:hidden}#woocommerce-content .products .product .more-info-btn:hover,.woocommerce .products .product .more-info-btn:hover{display:absolute;background:var(--primary-green);border-color:var(--primary-green);color:var(--white);cursor:pointer}#woocommerce-content .products .product:hover>.more-info-btn,.woocommerce .products .product:hover>.more-info-btn{bottom:68%;visibility:visible}#woocommerce-content .products .product .woocommerce-loop-product__title,.woocommerce .products .product .woocommerce-loop-product__title{text-align:center;text-transform:uppercase;color:var(--secondary);line-height:1.4rem;font-size:1rem;height:4rem;padding:0 10px 0;overflow:hidden;z-index:1010;position:relative;background:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}#woocommerce-content .products .product .price-table,.woocommerce .products .product .price-table{background:var(--white);width:100%;max-width:180px;height:3rem;font-size:1rem;margin:15px auto;position:relative;left:0}#woocommerce-content .products .product .price-table td,.woocommerce .products .product .price-table td{padding:0 10px;color:var(--secondary);text-align:right}#woocommerce-content .products .product .price-table td.sale-price,.woocommerce .products .product .price-table td.sale-price{color:var(--bright-green);text-align:left}#woocommerce-content .products .product .price-table td.sale-price.no-sale,.woocommerce .products .product .price-table td.sale-price.no-sale{display:none}#woocommerce-content .products .product .price-table td.original-price,.woocommerce .products .product .price-table td.original-price{text-align:left}#woocommerce-content .products .product .price-table td.original-price.sale,.woocommerce .products .product .price-table td.original-price.sale{color:var(--lighter-gray);text-decoration:line-through;display:inline-block;margin-right:10px}#woocommerce-content .products .product .button,.woocommerce .products .product .button{width:100%;text-align:center;border-radius:0;padding:15px;text-transform:uppercase;font-weight:400}#woocommerce-content .products .product .button:hover,.woocommerce .products .product .button:hover{background:var(--primary-blue);color:var(--white);cursor:pointer}#woocommerce-content .products .product .button.loading:after,.woocommerce .products .product .button.loading:after{top:1rem}#woocommerce-content .products .product .yotpo,.woocommerce .products .product .yotpo{display:none}#woocommerce-content .products .product .ineligible-add_to_cart_button,.woocommerce .products .product .ineligible-add_to_cart_button{width:100%;text-align:center;border-radius:0;padding:7px 15px;text-transform:uppercase;font-weight:400;font-size:.7rem;line-height:1rem;background-color:#ebe9eb;cursor:not-allowed}#woocommerce-content .products .product .added_to_cart,.woocommerce .products .product .added_to_cart{width:100%;text-align:center;padding-bottom:.5em}@media (min-width:770px){#woocommerce-content .product>.woocommerce-product-gallery,.woocommerce .product>.woocommerce-product-gallery{width:38%}#woocommerce-content .product>.summary,.woocommerce .product>.summary{width:58%}}#woocommerce-content .product .images img,.woocommerce .product .images img{max-width:420px;max-height:420px;margin:0 auto}#woocommerce-content .product .price-table,.woocommerce .product .price-table{font-size:18px;margin:15px 0;position:relative;left:-6px}#woocommerce-content .product .price-table tr.your-price,.woocommerce .product .price-table tr.your-price{font-weight:600}@media (max-width:480px){#woocommerce-content .product .price-table tr.your-price td .rank,.woocommerce .product .price-table tr.your-price td .rank{display:none}}#woocommerce-content .product .price-table td,.woocommerce .product .price-table td{padding:5px 10px}#woocommerce-content .product .price-table td.sale-price,.woocommerce .product .price-table td.sale-price{color:var(--bright-green);text-align:right}#woocommerce-content .product .price-table td.sale-price.no-sale,.woocommerce .product .price-table td.sale-price.no-sale{display:none}#woocommerce-content .product .price-table td.original-price,.woocommerce .product .price-table td.original-price{text-align:right}#woocommerce-content .product .price-table td.original-price.sale,.woocommerce .product .price-table td.original-price.sale{color:var(--lighter-gray);text-decoration:line-through;display:inline-block;margin-right:10px}#woocommerce-content .product .wholesale-info-badge,.woocommerce .product .wholesale-info-badge{color:var(--primary-blue);font-size:.9rem;line-height:1;text-align:center;white-space:nowrap;margin-left:4px;cursor:pointer}#woocommerce-content .product .price-callout,.woocommerce .product .price-callout{font-size:14px;color:var(--primary-blue);padding-left:0}#woocommerce-content .product .price-callout i,.woocommerce .product .price-callout i{margin-right:5px}#woocommerce-content .product .woocommerce-product-details__short-description,.woocommerce .product .woocommerce-product-details__short-description{margin-bottom:20px}#woocommerce-content .product .pa_country-variation-row,#woocommerce-content .product .pa_country-variation-row *,.woocommerce .product .pa_country-variation-row,.woocommerce .product .pa_country-variation-row *{height:0px;visibility:hidden;opacity:0;padding:0;margin:0;line-height:0}#woocommerce-content .product .cart .quantity .ui-widget.ui-widget-content,.woocommerce .product .cart .quantity .ui-widget.ui-widget-content{border-radius:0}#woocommerce-content .product .cart .quantity .qty,.woocommerce .product .cart .quantity .qty{padding:.4em 0}#woocommerce-content .product .cart .quantity .ui-icon-triangle-1-s,.woocommerce .product .cart .quantity .ui-icon-triangle-1-s{vertical-align:bottom}#woocommerce-content .product .cart .button,.woocommerce .product .cart .button{background-color:var(--cobalt-blue);border-radius:0;padding:.72rem 1.5rem;font-weight:400}#woocommerce-content .product .cart .button:hover,.woocommerce .product .cart .button:hover{background-color:var(--primary-blue)}#woocommerce-content .product .product_meta,.woocommerce .product .product_meta{border-top:1px solid var(--light-gray);padding-top:15px}#woocommerce-content .product .product_meta>p,.woocommerce .product .product_meta>p{margin-bottom:7px}#woocommerce-content .product .product_meta>p .bv_wrapper,#woocommerce-content .product .product_meta>p .posted_in,#woocommerce-content .product .product_meta>p .qv_wrapper,#woocommerce-content .product .product_meta>p .sku_wrapper,#woocommerce-content .product .product_meta>p .tagged_as,.woocommerce .product .product_meta>p .bv_wrapper,.woocommerce .product .product_meta>p .posted_in,.woocommerce .product .product_meta>p .qv_wrapper,.woocommerce .product .product_meta>p .sku_wrapper,.woocommerce .product .product_meta>p .tagged_as{font-weight:600}#woocommerce-content .product .product_meta>p .bv_wrapper>a,#woocommerce-content .product .product_meta>p .bv_wrapper>span,#woocommerce-content .product .product_meta>p .posted_in>a,#woocommerce-content .product .product_meta>p .posted_in>span,#woocommerce-content .product .product_meta>p .qv_wrapper>a,#woocommerce-content .product .product_meta>p .qv_wrapper>span,#woocommerce-content .product .product_meta>p .sku_wrapper>a,#woocommerce-content .product .product_meta>p .sku_wrapper>span,#woocommerce-content .product .product_meta>p .tagged_as>a,#woocommerce-content .product .product_meta>p .tagged_as>span,.woocommerce .product .product_meta>p .bv_wrapper>a,.woocommerce .product .product_meta>p .bv_wrapper>span,.woocommerce .product .product_meta>p .posted_in>a,.woocommerce .product .product_meta>p .posted_in>span,.woocommerce .product .product_meta>p .qv_wrapper>a,.woocommerce .product .product_meta>p .qv_wrapper>span,.woocommerce .product .product_meta>p .sku_wrapper>a,.woocommerce .product .product_meta>p .sku_wrapper>span,.woocommerce .product .product_meta>p .tagged_as>a,.woocommerce .product .product_meta>p .tagged_as>span{font-weight:400}#woocommerce-content .product .woocommerce-tabs .tabs,.woocommerce .product .woocommerce-tabs .tabs{background:var(--lightest-gray);overflow:visible}#woocommerce-content .product .woocommerce-tabs .tabs:before,.woocommerce .product .woocommerce-tabs .tabs:before{border-bottom:0}#woocommerce-content .product .woocommerce-tabs .tabs li,.woocommerce .product .woocommerce-tabs .tabs li{border-radius:0;padding:0 2rem;border:0}#woocommerce-content .product .woocommerce-tabs .tabs li:after,#woocommerce-content .product .woocommerce-tabs .tabs li:before,.woocommerce .product .woocommerce-tabs .tabs li:after,.woocommerce .product .woocommerce-tabs .tabs li:before{display:none}#woocommerce-content .product .woocommerce-tabs .tabs li.active,.woocommerce .product .woocommerce-tabs .tabs li.active{background:var(--cobalt-blue);color:var(--white)}#woocommerce-content .product .woocommerce-tabs .tabs li.active a:after,.woocommerce .product .woocommerce-tabs .tabs li.active a:after{bottom:-18px;left:50%;border:solid transparent;content:'';height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(0, 0, 0, 0);border-top-color:var(--cobalt-blue);border-width:10px;margin-left:-10px}#woocommerce-content .product .woocommerce-tabs .tabs li a,.woocommerce .product .woocommerce-tabs .tabs li a{font-weight:400}#woocommerce-content .product .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel{padding:1rem}#woocommerce-content .product .woocommerce-tabs .woocommerce-Tabs-panel .section-title,.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .section-title{text-align:center;text-transform:uppercase;margin-bottom:3rem}#woocommerce-content .product .woocommerce-tabs .woocommerce-Tabs-panel .section-title:after,.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .section-title:after{content:'';display:block;width:20px;height:3px;background-color:var(--gray-dark);margin:10px auto}#woocommerce-content .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file,.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file{border-radius:0}#woocommerce-content .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file .img-container,.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file .img-container{max-height:245px;max-width:245px;width:100%;padding:50%;background-repeat:no-repeat;background-position:center;background-size:contain}#woocommerce-content .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file .card-body .card-title,.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file .card-body .card-title{font-weight:600;text-align:left;min-height:57px}#woocommerce-content .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file .card-body .card-text,.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file .card-body .card-text{text-align:left;font-weight:400;font-size:14px}#woocommerce-content .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file .card-body .button,.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file .card-body .button{background-color:var(--cobalt-blue);border-radius:0;padding:.72rem 1.5rem;font-weight:400;color:var(--white);width:100%;text-align:center}#woocommerce-content .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file .card-body .button:hover,.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .downloadable-file .card-body .button:hover{background-color:var(--primary-blue)}.woocommerce-cart main{padding:2rem 15px}.woocommerce-cart main .woocommerce .shop_table{border-radius:0}.woocommerce-cart main .woocommerce .shop_table .price-type{text-transform:capitalize;font-size:14px;font-family:"Lato", sans-serif;padding-left:3px;color:#898C8E}.woocommerce-cart main .woocommerce .shop_table .price-type i{color:#FFFFFF;text-transform:lowercase}.woocommerce-cart main .woocommerce .shop_table .price-type i:hover{cursor:pointer}.woocommerce-cart main .woocommerce .shop_table .actions .button{border-radius:0;background-color:var(--cobalt-blue);color:var(--white)}.woocommerce-cart main .woocommerce .shop_table .actions .button:hover{background-color:var(--primary-blue)}@media (max-width:770px){.woocommerce-cart main .woocommerce .cart{border-top:0}}.woocommerce-cart main .woocommerce .cart .product-quantity .limited-quantity{border:1px solid #c5c5c5;display:inline-block;padding:.222em 0;width:3.5em;text-align:center}.woocommerce-cart main .woocommerce .cart .product-quantity .limited-quantity:hover{cursor:not-allowed}.woocommerce-cart main .woocommerce .cart .product-quantity .quantity{display:inline-block}.woocommerce-cart main .woocommerce .cart .product-quantity .quantity .ui-spinner{border-radius:0}.woocommerce-cart main .woocommerce .cart .product-quantity .quantity .ui-spinner .ui-button{border-radius:0}.woocommerce-cart main .woocommerce .cart .product-quantity .quantity .qty{min-width:5rem;padding-right:1.6em}.woocommerce-cart main .woocommerce .cart .product-quantity .remove{display:inline-block;position:relative;top:0px;left:10px;font-size:1.2rem;color:var(--light-gray)!important}.woocommerce-cart main .woocommerce .cart .product-quantity .remove:hover{background:transparent;color:var(--red)!important}.woocommerce-cart main .woocommerce .cart .product-quantity .limited-quantity+.remove{top:1px;left:0;margin-left:10px}@media (min-width:770px){.woocommerce-cart main .woocommerce .cart .product-quantity .limited-quantity+.remove{left:31px;margin-left:0}}.woocommerce-cart main .woocommerce .cart .product-quantity .quantity+.remove{top:3px;left:0;margin-left:10px}@media (min-width:770px){.woocommerce-cart main .woocommerce .cart .product-quantity .quantity+.remove{left:5px;margin-left:0}}.woocommerce-cart main .woocommerce .cart-collaterals .cross-sells{width:60%}.woocommerce-cart main .woocommerce .cart-collaterals .cross-sells .price-table{display:none}.woocommerce-cart main .woocommerce .cart-collaterals .cross-sells .yotpo-small{min-height:17px;text-align:center;width:100%}.woocommerce-cart main .woocommerce .cart-collaterals .cross-sells .yotpo-small .standalone-bottomline{display:inline-block}.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals .price-type{text-transform:capitalize;font-size:14px;font-family:"Lato", sans-serif;padding-left:3px;color:#898C8E}@media (min-width:770px){.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals{width:40%}}.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals .shop_table td{text-align:right}.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals .checkout-button{background-color:var(--cobalt-blue);border-radius:0;font-weight:500}.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals .checkout-button:hover{background-color:var(--primary-blue)}.order-confirmation #billing-address p,.order-confirmation #shipping-address p{margin-bottom:0}.order-confirmation h1,.order-confirmation h3{color:#004876}.order-confirmation .truncate{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:80%;display:inline-block}.order-confirmation .cart .handling-total>strong:before,.order-confirmation .cart .product .total>span:before,.order-confirmation .cart .ship-total>strong:before,.order-confirmation .cart .sub-total>strong:before,.order-confirmation .cart .tax-total>strong:before,.order-confirmation .cart .total span>strong:before{content:"$"}.order-confirmation .cart .handling-total,.order-confirmation .cart .ship-total,.order-confirmation .cart .sub-total,.order-confirmation .cart .tax-total,.order-confirmation .cart .total{display:-webkit-box;display:-ms-flexbox;display:flex}.order-confirmation .no-order-container{min-height:50vh}.country-selector{margin-top:-7px;list-style:none;padding:0}.country-selector>.dropdown .dropdown-toggle{display:inline-block;padding:7px 12px;background-clip:padding-box;text-decoration:none}.country-selector>.dropdown .dropdown-toggle img{display:inline-block;line-height:1;height:25px;width:25px}.country-selector.open>.dropdown .dropdown-toggle{background:#ffffff}.country-selector .dropdown-menu{background:#ffffff;border:none;overflow:hidden;border-radius:0;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.15)}.country-selector .dropdown-menu>li{border-bottom:1px solid #ebebeb;margin:0 10px}.country-selector .dropdown-menu>li a{margin:0 20px 0 0;display:block;background-clip:padding-box;padding:0.25rem 1rem;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;text-decoration:none;font-weight:400;color:#212529;font-size:1rem;white-space:nowrap}.country-selector .dropdown-menu>li a img{margin-right:5px;margin-top:-5px;height:20px;width:20px}.country-selector .dropdown-menu>li a:hover{background:rgba(235, 235, 235, 0.4)}.country-selector .dropdown-menu>li:last-child{border-bottom:0}.country-selector .dropdown-menu>li.active a{color:#93D500}@media print{*{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:0.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
/*# sourceMappingURL=style.css.map */