/** Shopify CDN: Minification failed

Line 610:22 Expected identifier but found whitespace
Line 610:32 Unexpected ";"
Line 2986:7 Unexpected "/"

**/
.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
    opacity: 0;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
    overflow: auto
}

.popup.open {
    visibility: visible;
    display: block;
    z-index: 99;
    opacity: 1
}

.popup.open .popup__wrap {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0)
}

.popup.popup--lg .popup__wrap {
    max-width: 1140px
}

.popup.popup--md .popup__wrap {
    max-width: 960px
}

.popup.popup--sm .popup__wrap {
    max-width: 768px
}

.popup.popup--xs .popup__wrap {
    max-width: 576px
}

.popup__is-open {
    overflow: hidden
}

.popup__wrap {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    max-width: 960px;
    margin: 50px auto;
    background: #fff;
    border-radius: 0px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5);
    -moz-transform: translate3D(0, -105%, 0);
    -webkit-transform: translate3D(0, -105%, 0);
    transform: translate3D(0, -105%, 0);
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.popup__title {
    margin: 0;
    font-size: 16px;
    float: left;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.popup__close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10
}

.popup__close:after {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    font-weight: 900
}

.popup__content {
    top: 50px;
    padding: 0px
}

.popup__footer {
    padding: 20px 30px;
    text-align: right;
    background: #f1f1f1
}

.popup.side {
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    -moz-transform: translate3D(100%, 0, 0);
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    border-radius: 0;
    margin: 0;
    max-width: none;
    width: 800px
}

.popup.side.open {
    top: 0;
    -moz-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0)
}

.popup.side .popup_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.popup.side .popup_content {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    overflow: auto;
    bottom: 0;
    padding: 0 30px 30px 30px
}

.popup.side .popup_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.popup_actions {
    float: right;
    line-height: normal;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #dadada
}

.popup_actions>li {
    vertical-align: top;
    display: inline-block;
    border-left: 1px solid #dadada
}

.popup_actions>li .p_button {
    display: block;
    padding: 0px 10px
}

.popup_actions>li .p_button:hover {
    text-decoration: underline
}

.popup_actions .button_small {
    margin-top: 12.5px
}

body {
    margin: 0px;
    font-family: "Josefin Sans", sans-serif;
}

* {
    box-sizing: border-box
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px
}

.container-fluid {
    max-width: 100%;
    padding: 0px 40px
}

.button, .customer__button, .shopify-challenge__button, .btn {
    height: 45px;
    line-height: 50px;
    background: #fd6dc9;
    color: #fff;
    border: none;
    padding: 0px 50px;
    font-size: 14px;
    margin-top: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 5px 5px 0px 0px rgba(253, 109, 201, 0.2);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px
}

.button img {
    width: 18px;
    margin-right: 10px
}

.button i {
    margin-left: 5px
}

.button:focus {
    outline: none
}

.button--primary:hover {
    opacity: .8
}

.button--secondary {
    color: #000;
    font-weight: 600
}

.button--secondary:hover {
    background-color: #eaeaea
}

.button--link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.button.add-to-cart-collection {
	width: 100%;
  	margin-bottom: 10px;
}

p {
    color: #000;
    font-weight: 300;
    line-height: 26px;
    font-size: 18px
}

.ul-reset {
    list-style: none;
    margin: 0;
    padding: 0
}
.lower-case{ text-transform:lowercase }
.text-cursive {
    text-transform: lowercase;
    display: inline
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.header {
    background: transparent;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 2.5px 4.33px 5px rgba(0,0,0,0.05);
}

/* .index .header{
  position: absolute;
} */

/* .slick-dots li button::before { font-size:30px!important; width: 14px;} */
.slick-dots li{margin:0!important}

/* .slick-next:before {
    content: '>'!important;;
} */

/* .slick-dots li.slick-active button:before {
    font-size:36px!important
} */
.why_go_hemp__icon{ width:40px;margin:auto }
.slick-prev:before, .slick-next:before {  color: black!important; }

.header .container {
    width: 100%
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__logo img {
    width: auto;
    height: 70px
}

.header__nav {
    display: flex;
    align-items: center
}

.header__action .button {
    margin: 0;
    height: 40px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, .2);
    padding: 0 30px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 300;
    box-shadow: none;
    color:#000;
  	border: 1px solid #000;
}

.header__action .button span {
    margin-left: 10px;
    color:#000;
}
.header__action .button i {
  color:#000;
}
.cart_count { color:#fff!important }
.header-menu,
.header-btn--mob,
.close-nav {
    display: none
}

.nav.nav-bar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav.nav-bar>li a.nav-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav.nav-bar>li a.nav-link::after {
    content: "";
    width: 0;
    height: 2px;
    background: #fd6dc9;
    position: absolute;
    bottom: 35px;
    transition: all .3s;
    right: 0px;
    left: 0px;
    margin: auto;
}

.nav.nav-bar>li a.nav-link:hover {
    color: #fd6dc9
}

.nav.nav-bar>li a.nav-link:hover::after {
    width: 100%;
}

.nav.nav-bar>li a.nav-link.active {
    color: #fd6dc9;
}

.nav.nav-bar>li a.nav-link.active::after {
    width: 100%;
}

.nav.nav-bar>li+li {
    margin-left: 35px
}
/* .index .header{
    box-shadow: none;
} */
.page-about .header,
.page-contact .header,
.collection .header{
    position: relative;
}
/* .index .header__action .button{
    color: #fff;
    border: none;
} */

.template-index .header {
    top: 0px!important;
}

.module--story .colored-bg {
  width: 60%;
  position: absolute;
  left: 40%;
  height: 100%;
  background: #757B56;
  top: 0;
  z-index: 0;
}
.story {
    max-width: 530px;
    margin-left: auto;
    position: relative;
}

.story__image {
    display: none;
}
.story__content {
    margin-top: 30px;
}

.story__title {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 55px;
    position: relative;
    margin: 0;
}



.story {
  max-width: 600px;
  margin-right: 50px;
}

.story__content {
    margin-top: 90px;
}
.module--story{
/*     background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-bg-story.jpg?v=1600342413); */
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 50px 0 100px;
    
}
/* .module--story::before {
    content: "";
   /* background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-pattern.png?v=1600344590);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    width: 100%;
    height: 120PX;
    top: -4px;
    left: 0;
    right: 0;
} */
.module--story::after {
    content: "";
   /* background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-pattern-bottom--story.png?v=1600346703);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 120PX;
    bottom: -15px;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 1199px) {
  .nav-item:hover > ul{display:none!important;}
    .module--story {
   	 background-image: none;
	}
  	.module--story .colored-bg {
   	 	width: 100%;
     	left: 0%;
    	height: 100%;
    	background: #757B56;
    	top: 0;
    	z-index: 0;
	}
  	.module--story .image{ width: 100% !important;
    	min-height: 400px;
    	position: relative !important;
    	z-index: 9;
    }
  	.module--story{
      	padding-top:0;
    }
  	.story {
    	margin-left: 0px;
    	margin-right: 0px;
      	margin: auto;
    }
  	.story__title {
  		margin-top: 40px;
    	margin-bottom: 20px;
  	}
    .header {
        height: 80px;
        position: static !important;        
    }

    .header__wrap {
        position: relative;
        justify-content: center
    }

    .header-menu {
        position: absolute;
        left: 0px
    }

    .header__action {
        display: none
    }

    .header-menu {
        display: flex;
        color: #000;
        text-decoration: none
    }

    .header-menu i.fas.fa-bars {
        font-size: 30px;
        color: #fd6dc9
    }

    .header__nav {
        width: 300px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        overflow: auto;
        z-index: 99;
        background-color: #f2f2f2;
        transform: translate(-310px, 0px);
        transition: all .3s
    }

    .header__nav.active {
        transform: translate(0px, 0px);
        display: block
    }

    .header__nav .header-nav {
        flex-direction: column;
        margin-top: 20px;
    }

    .header__nav .header-nav li {
        padding: 5px
    }

    .header__nav .header-nav li>a {
        color: #fff;
        font-weight: normal
    }

    .close-nav {
        width: 50px;
        height: 50px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        text-decoration: none
    }

    .header__logo img {
        height: 60px
    }

    .header-btn--mob {
        display: block;
        margin: 0 20px
    }

    .header-btn--mob .button i {
        margin-right: 5px
    }

    .nav.nav-bar {
        display: block;
        padding: 0px 20px
    }

    .nav.nav-bar>li+li {
        margin-left: 0px;
        margin-top: 15px
    }

    .nav.nav-bar>li a.nav-link {
        height: auto;
        display: block;
    }

    .nav.nav-bar a.nav-link::after {
        bottom: 0px
    }

    .nav.nav-bar a.nav-link:hover,
    .nav.nav-bar a.nav-link.active {
        color: #167daf
    }

    .nav.nav-bar a.nav-link:hover::after,
    .nav.nav-bar a.nav-link.active::after {
        bottom: -6px;
    }
}

@media only screen and (max-width: 992px) {

    .header-menu:hover,
    .close-nav:hover {
        text-decoration: none
    }
}

@media only screen and (max-width: 375px) {
    .header-menu i.fas.fa-bars {
        font-size: 28px
    }
}

.footer {
    position: relative;
    z-index: 3;
    margin-top: 50px;
    padding: 30px 0
}

.footer-payment {
    text-align: center;
    margin-top: 30px
}

.footer-payment img {
    height: 25px;
    width: auto
}

.ul-footer {
    display: flex
}

.ul-footer>li {
    flex: 0 0 30%
}

.ul-footer>li:nth-child(2) {
    flex: 1 1 auto
}

.ul-footer>li:nth-child(2) .ul-ftr-links {
    display: flex;
    flex-wrap: wrap
}

.ul-footer>li:nth-child(2) .ul-ftr-links>li {
    flex: 0 0 100%
}

.ul-ftr-links {
    margin-top: 30px
}

.ul-ftr-links>li {
    margin-bottom: 15px
}

.ul-ftr-links>li a {
    text-decoration: none;
    color: #333;
    font-size: 15px
}

.ul-ftr-links>li a:hover {
    color: #53b434
}

.ul-social {
    display: flex
}

.ul-social>li a {
    color: #8d8d8b
}

.ul-social>li a:hover {
    color: #53b434
}

.ul-social>li+li {
    margin-left: 15px
}

.footer-box {
    padding: 0 10px
}

.footer-box__logo img {
    height: 80px
}

.footer-box__title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-box__text {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 20px 0;
    width: 85%
}

.footer-wrap__bottom {
    border-top: 1px solid #ccc;
    margin-top: 30px
}

.footer-wrap__bottom .ul-ftr-links {
    display: flex;
    justify-content: center
}

.footer-wrap__bottom .ul-ftr-links>li+li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #333
}

@media screen and (max-width: 580px) {
    .footer {
        margin-top: 20px
    }

    .ul-footer {
        flex-wrap: wrap
    }

    .ul-footer>li:nth-child(2) .ul-ftr-links {
        display: block
    }
}

@media screen and (max-width: 425px) {
    .ul-footer {
        display: block;
        text-align: center
    }

    .ul-footer>li+li {
        margin-top: 40px
    }

    .footer-box__text {
        width: 100%
    }

    .ul-social {
        justify-content: center
    }

    .ul-ftr-links {
        margin-top: 16px
    }

    .footer-wrap__bottom .ul-ftr-links {
        flex-wrap: wrap
    }
}

.module {
    position: relative
}

.module__header {
    text-align: center
}

.module__title {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase
}

.module__title span {
    display: inline-block
}

.module__content {
    margin-top: 50px
}

.module--cover {
/*     background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-cover-bg.png?v=1600342414); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0 0;
    overflow: hidden;
  	background-color:#EEF7FA;
}

.module--cover::after {
    content: "";
/*     background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-cover-pattern.png?v=1600342413); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    position: absolute;
    height: 780px;
    bottom: -47px
}

.trusted_by{ display: flex;
    justify-content: space-between;
    align-items: center;
      max-width: 80%;
    margin: 20px auto;
}
.explore-icons{display: flex;
    justify-content: space-between;
    align-items: center; margin: 10px auto; }
.explore__para{color:#fff;font-size:18px;margin-top:10px;margin-bottom:10px }
.cover {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 90%;
    margin: 0 auto
}

.cover__image {
    flex: 0 0 55%;
    max-width: 550px;
    position: absolute;
    right: 0px;
    top: -22px;
    z-index: 0
}

.cover__image img {
    width: 100%
}

.cover__content {
    flex: 1 1 auto;
/*     max-width: 540px; */
    padding: 95px 50px 176px 60px;
    z-index: 5;
  	text-align: center;
}

.cover__title {
    margin: 0;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 1px;
  	background: rgba(255,255,255,0.6);
    max-width: 360px;
	margin: auto;
  	-webkit-box-shadow: 0px 0px 50px 9px rgba(255,255,255);
	box-shadow: 0px 0px 50px 9px rgb(255,255,255);
}

.cover__title.homepage span {
    margin: 0;
    font-size: 40px;
  	font-weight: 700;  
}

.cover__text {
    width: 80%;
    margin: 20px 0
}

.cover__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    display:none
} 

.cover-image {
    flex: 0 0 460px;
    width: 460px;
    margin: 30px 70px 0 100px
}

.cover-image img {
    width: 100%
}

.cover-quote {
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/wonder-cover-bg.png?v=1600342481);
    background-size: 340px;
    background-repeat: no-repeat;
    flex: 0 0 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 370px;
    margin-top: 110px;
    margin-right: 100px
}

.cover-quote__content {
    width: 65%;
    margin: -65px auto 0;
    padding: 10px
}

.cover-quote__title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 15px
}

.cover-quote__text {
    margin: 0;
    display: inline;
    position: relative
}

.cover-quote__text::before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/quote.png?v=1600342457);
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -16px;
    top: -7px
}

.cover-quote__text::after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/quote.png?v=1600342457);
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -30px;
    bottom: -20px
}

.module--about {
    padding: 50px 0
}

.hemp-row {
    display: flex;
    justify-content: space-between
}

.hemp-row__image {
    flex: 0 0 40%;
    padding: 0 30px;
    text-align: center
}

.hemp-row__image img {
    width: 100%
}

.hemp-row__column {
    flex: 0 0 30%
}

.ul-hemp>li+li {
    margin-top: 50px
}

.hemp-box {
    display: flex
}

.hemp-box__icon {
    flex: 0 0 60px;
    width: 60px
}

.hemp-box__icon img {
    width: 100%
}

.hemp-box__content {
    flex: 1 1 auto;
    max-width: 70%;
    margin-left: 20px
}

.hemp-box__title {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase
}

.hemp-box__text {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 22px
}

.module--superfood {
    margin-top: 50px;
    background-color: #c0f8d1;
}

.module--superfood .module__title {
    line-height: 60px;
    margin-bottom: -70px
}

.module--superfood .text-cursive {
    text-transform: capitalize
}

.module--superfood .module__content {
/*     background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-superfood-pattern.png?v=1600346463); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 94px;
    margin: 0;
  	background-color: #c0f8d1;
}

.module--superfood .module__action {
    margin: 0px auto -60px;
    text-align: center
}

.ul-superfood {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto
}

.ul-superfood>li {
    flex: 0 0 20%
}

.superfood-box {
    text-align: center
}

.superfood-box__icon {
    width: 48px;
    margin: 0 auto
}

.superfood-box__icon img {
    width: 100%
}

.superfood-box__text {
    font-size: 14px!important;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

.superfood-box__text span {
    display: block
}

.module--frequently {
    padding: 50px 0;background: #FFFAF8;
}

.module--footer-colection {
    padding-bottom: 50px;
    background: #FFF;
}
.module--footer-colection .module__title { margin-bottom:20px}
.ul-footer-colection{ display:flex;justify-content:space-between;align-items:start; width:94%;margin:auto}
.ul-footer-colection>li {flex: 0 0 30% }
.footer-colection__text a { color:#000;font-size:17px; line-height:22.53px}
.footer-colection__text {text-align:center }
.footer-colection__top {
    padding: 30px 30px 0;
    border-radius: 50px;
    position: relative;
  	margin-bottom:30px;
  	background-color: #da7a7a;
}

.footer-colection__top::after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-bg-pattern.png?v=1600342413);
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: -30px
}

.footer-colection-box-black{color:#000!important }

.ul-frequently {
    display: flex
}

.ul-frequently>li {
    flex: 0 0 25%
}

.frequently-box {
    text-align: center;
    margin: 20px
}

.frequently-box__top {
    padding: 30px 30px 0;
    border-radius: 50px;
    position: relative;
  	margin-bottom:30px;
}

.frequently-box__top::after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-bg-pattern.png?v=1600342413);
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: -30px
}


.footer-colection-box__image {
    height: 316px;
    position: relative;
    z-index: 9
}

.footer-colection-box__image img {
    max-height: 100%
}

 

.footer-colection__bottom {
    position: relative;
    z-index: 3
}

.footer-colection__text {
    margin-top: 0;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600
}

.footer-colection__text span {
    display: block;
    font-size: 16px;
    margin-bottom: 8px
}

.frequently-box__title,
a.frequently-box__title
{    min-height: 55px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
}
.template-list-collections .frequently-box--red .frequently-box__title,.template-list-collections  .frequently-box--purple .frequently-box__title{
    padding: 10px;
   text-decoration: none;
   font-weight: 300;
}
.frequently-box__title{     color: #fff!important;
}

a.frequently-box__title:hover {
	text-decoration:none;
}
.frequently-box__image {
    height: 200px;
    position: relative;
    z-index: 9
}

.frequently-box__image img {
    max-height: 100%
}

.frequently-box__text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300
}

.frequently-box__bottom {
    position: relative;
    z-index: 3
}

.frequently-box--red .frequently-box__top {
    background-color: #FF885E;
}

.frequently-box--red .button--link {
    color: #FF885E;
}

.frequently-box--lightgreen .frequently-box__top {
    background-color: #482728
}
.frequently-box--lightgreen .button--link {
    color: #482728
}
.frequently-box--skyblue .frequently-box__top {
    background-color: #C0F8D1
}
.frequently-box--skyblue .button--link {
    color: #C0F8D1
}
.frequently-box--purple .frequently-box__top {
    background-color: #7E4E60
}
.frequently-box--purple .button--link {
    color: #7E4E60
}

.module--life {
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-life-bg.jpg?v=1600346519);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0;
    text-align: center;
    color: #fff
}

.module--life::before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-pattern.png?v=1600344590);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 300px;
    top: -190px;
    left: 0;
    right: 0
}

.module--life::after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-pattern.png?v=1600344590);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: -165px;
    left: 0;
    right: 0
}

.life {
    max-width: 500px;
    margin-left: auto;
    position: relative
}

.life__image {
    display: none
}

.life-title {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 55px;
    text-align: center;
    position: relative;
    display: inline
}

.life-title::before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/quote.png?v=1600342457);
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -16px;
    top: -18px
}

.life-title::after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/quote.png?v=1600342457);
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -33px;
    bottom: -23px
}

.life-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

.life p {
    color: #fff;
    margin-top: 30px
}

.ul-logo {
    display: flex;
    align-items: center;
    margin: 30px 0
}

.ul-logo>li {
    flex: 0 0 33.33%
}

.ul-logo>li img {
    height: 40px
}

.ul-logo>li+li {
    margin-left: 10px
}

.ul-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 30px
}

.ul-rating i {
    font-size: 16px;
    color: #f69a17
}

.ul-rating li+li {
    margin-left: 3px
}
.plant , .abouthemp {
    display: flex;
    position: relative
}

	.module--plant , .module--abouthemp {
    padding: 100px 0 50px;
/*     background: rgba(255, 120, 73, 0.04); */
}

.module--abouthemp {
    padding: 100px 0 0px;
    margin-bottom: 0px !important;
/*     background: rgba(255, 120, 73, 0.04); */
}

.module--greenerfuture {
  padding: 100px 0 50px;
}

.module--where-can-buy {
  padding: 50px 0 100px;
}

.plant , .abouthemp, .greenerfuture, .where-can-buy {
    display: flex;
    align-items: center;
    position: relative;
}

.plant__image , .abouthemp__image, .greenerfuture__image, .where-can-buy__image {
    flex: 0 0 45%
}

.plant__content , .abouthemp__content {
    flex: 1 1 auto;
    padding-right: 50px;
    text-align: left
}

.where-can-buy__content {
    flex: 1 1 auto;
    padding-right: 150px;
    text-align: left
}

.greenerfuture__content {
    flex: 1 1 auto;
    padding-left: 100px;
}

.greenerfuture__title, .where-can-buy__title {
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
}

.abouthemp__content{ text-align:left}

.abouthemp__content p,
.greenerfuture__content p,
.where-can-buy__content p {
  margin-bottom:10px;
}

.plant__title , .abouthemp__title {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 0
}
.abouthemp__title{text-transform:initial ;  font-size: 44px;}
.plant__title span , .abouthemp__title span {
    display: inline-block
}

.plant__text , .abouthemp__text {
    color: #333
}

.abouthemp__text_bottom {
	 margin-top: 30px;
}

.video-frame {
    position: relative;
/*     padding-bottom: 75%; */
    overflow: hidden
}

.abouthemp__image .video-frame { padding-bottom: 0px; }

/* Country - About where to buy */
.country-to-buy {
  display: flex;
  flex-direction: column;
}

.country-to-buy .store-logo {
  padding-right: 10px; 
} 

.country-to-buy .store-logo img {
  max-height: 50px;
  max-width: 69px;
}

@media (max-width: 768px) {
  .country-to-buy {
    margin-top: 60px;
  }
}

@media (max-width: 414px) {
  .country-to-buy .store-logo img {
    max-width: 36px;
  }
}

.country-to-buy .country .country-stores {
  display: flex; 
  align-items: center;
  padding: 10px 0;
}

.country-to-buy .country > .country-stores:nth-child(3) {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.country-to-buy .country:first-child {
  margin-bottom: 20px; 
}

.country-to-buy .country-flag {
  display: flex;
  align-items: center;
  width: 50%;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

.country-to-buy .country-flag .flag {
  max-width: 50px;
  margin-right: 10px;
}

.country-to-buy .country-flag .flag img {
  border-radius: 4px;
}

.country-to-buy .country-flag h4 {
  font-size: 20px;
  margin: 0;
}

@media (max-width: 768px) {
  .greenerfuture, .where-can-buy {
    flex-direction: column;  
  }
  .greenerfuture__content {
    padding-left: 0;
  }
  .where-can-buy__content {
    padding-right: 0;
  }
}

/*.video-frame img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%
}*/

.video-responsive {
    position: relative;
    padding-bottom: 56.25%
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.logo-icon {
    padding: 10px 20px;
}

.logo-icons{ display:flex; justify-content:space-between;align-items:center;}
.module--explore {
    padding: 110px 0 50px;
/*     background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-explore-bg.png?v=1600342414); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.module--explore .module-pattern-top {
    position: absolute;
    top: -25%;
    left: 0;
    right: 0
}

.module--explore .module-pattern-top img {
    width: 100%
}

.module--explore .module-pattern-bottom {
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0
}

.module--explore .module-pattern-bottom img {
    width: 100%
}

.explore {
    display: flex;
    position: relative;
    z-index: 3
}

.explore__image {
    flex: 0 0 500px;
    position: relative;
    margin-top: -120px;
}

.explore__image img {
    width: 100%;
    margin-bottom: -85px
}

.explore__content {
    flex: 1 1 auto;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 50px;
    text-align: center;
  	min-height: 300px;
    
}

.explore__title {
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff
}

.explore__title span {
    display: block
}

.explore-image-left {
    position: absolute;
    left: -77px;
    bottom: 58px;
    z-index: -1
}

.explore-image-left img {
    height: 80px;
    width: auto
}

.explore-image-right {
    position: absolute;
    right: -202px;
    bottom: 64px
}

.explore-image-right img {
    width: auto;
    height: 75px
}

.module--customer {
    padding: 100px 0 100px
}

.customers {
    text-align: center
}

.customer-action {
    position: relative
}

.ul-customer {
    display: flex;
    width: 90%;
    margin: 0 auto;
    position: relative
}

.ul-customer>li {
    flex: 0 0 33.33%
}

.customer-box {
    text-align: center;
    padding: 0 30px 100px;
    margin: 50px 15px 20px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    position: relative
}

.customer-box__image {
    margin: -50px auto 20px
}

.customer-box__image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .1)
}

.customer-box .ul-rating {
    margin-top: 0
}

.customer-box .ul-rating i {
    color: #fff;
    opacity: .7
}

.customer-box__text {
    color: #fff
}

.customer-box__name {
    color: #fff;
    text-transform: uppercase
}

.customer-box::after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-pattern.png?v=1600344590);
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -32px;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0
}

.customer-box--lightgreen {
    background-color: #65e4bf
}

.customer-box--skyblue {
    background-color: #75dcee
}

.customer-box--darkbrown {
    background-color: #da7878
}

.module--instagram {
    padding: 50px 0 0
}

.ul-instagram {
    display: flex
}

.ul-instagram>li {
    flex: 0 0 20%
}

.instagram-image {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden
}

.instagram-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.module--voucher {
    background-color: #C0F8D1;
    padding: 80px 0 100px;
    text-align: center
}

.module--voucher .module-pattern-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -94px;
    height: 160px
}

.module--voucher .module-pattern-bottom img {
    width: 100%
}

.voucher {
    width: 55%;
    margin: 0 auto
}

.voucher__title {
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px
}

.voucher__title span {
    display: block
}

.form-voucher {
    margin-top: 30px;
    display: flex
}

.form-voucher input[type=email] {
    height: 50px;
    background-color: #fff;
    border: none;
    padding: 0 15px;
    color: #333;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    flex: 1 1 auto
}

.form-voucher input[type=email]::placeholder {
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.form-voucher input[type=email]:focus {
    outline: none
}

.form-voucher .button {
    margin: 0;
    height: 50px;
    flex: 0 0 160px;
    justify-content: center
}



.product .wrap {
    padding-top: 30px
}

.product .module--superfood .module__content {
    padding: 50px 0;
    margin-top: 60px;
    background-size: 100% 100%;
}

.product-row {
    display: flex;
    max-width: 85%;
    margin: 0 auto
}

.product-row__slider {
    flex: 0 0 55%;
    max-width: 55%
}

.product-row__content {
    flex: 1;
    padding-left: 50px;
    max-width: 35%;
}

.star-rating {
    display: flex
}
.star-rating>li{
	padding:0px !important;
  	font-size: 1.7rem !important;
}
.star-rating>li span{
	font-size: 1.7rem !important;
}
.star-rating>li i {
    color: #f79a18
}

.star-rating>li span {
    color: #333 !important;
    font-weight: 500
}

.star-rating>li+li {
    margin-left: 3px
}

.product-box__title {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin: 20px 0px 10px
}

.product-box__title span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fd6dc9;
    text-transform: capitalize
}

.product-box__price {
    color: #fe8686;
    font-weight: 100;
    margin: 25px 0px 10px
}

.product-box__price sup {
    font-size: 25px;
    display: inline-block;
    margin-top: 3px;
    vertical-align: top
}

.product-box__price span {
    font-size: 50px
}

.product-box__price strike {
    color: #333;
    font-size: 24px
}

.product-box__price .currencySymbol {
	font-size: 35px;
}

.template-product .product-box__price .currencySymbol {
	font-size: 43px;
}

.product-box__text {
    color: #333;
    font-size: 20px;
    line-height: 24px
}

.product-box__action {
    display: flex
}

.product-box__action .button {
    margin: 0px
}

.product-box__button>span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    margin-top: 10px
}

.product-box__counter {
    margin-left: 20px
}

.product-box__shipping {
    margin-left: 10px
}

.product-box__shipping span {
    color: #333;
    font-weight: 300;
    display: block;
    margin-top: 13px
}

.counter-box {
    display: flex
}

.counter-box__input {
    width: 50px;
    height: 50px
}

.counter-box__button {
    margin-left: 5px
}

.counter-box__button>a {
    width: 25px;
    line-height: 20px;
    height: 20px;
    border: 1px solid #eaeaea;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #ddd
}

.counter-box__button>a:hover {
    color: #000
}

.counter-box__button>a+a {
    margin-top: 5px
}

.counter__input {
    width: 45px;
    height: 45px;
    padding: 0px 10px;
    font-size: 25px;
    color: #333;
    font-weight: 300;
    border: none;
    border: 1px solid #dadada;
    text-align: center;
    font-family: "Josefin Sans", sans-serif
}

.counter__input:focus {
    outline: none
}

.product-box ul{
    margin: 30px -5px 20px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.product-box ul>li {
    flex: 0 0 50%;
    padding: 5px;
    display: flex;
    align-items: flex-start
}

.product-box ul>li::before {
    font-size: 16px;
    color: #1ebd64;
    font-family: "Font Awesome 5 Free";
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 10px;
    flex: 0 0 26px
}

.product-box ul>li {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #1ebd64
}

.product-box ul>li span {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #1ebd64
}

.product-slider {
    margin: 0px;
    padding: 0px;
    list-style: none;
  	width: 80%;
    margin: auto;
}

.product-slide {
    display: block;
    text-align: center;
/*     background-color: #65e4bf; */
    border-radius: 30px 30px 0px 0px;
    padding-top: 00px;
    position: relative
}

.product-slide:focus {

	outline-color: transparent;
}

.product-slide img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  	background: white;
}

.product-slide::after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-bg-pattern.png?v=1600342413);
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: -30px
}

.product-slide-nav {
    padding: 0px;
    display: flex;
    justify-content: center;
  	width: 75%;
  	margin: auto;
    margin-top: 20px;
}

.product-slide-nav .slick-slide:focus {
    outline: none;
    cursor: pointer
}

.product-slide-nav .slick-slide.is-active .product-nav {
    border: 1px solid #1ebd64
}

.product-nav {
    text-align: center;
/*     background-color: #eaeaea; */
    padding: 10px;
    margin: 5px;
    border: 1px solid transparent;
    height: 100px;
  	display: flex;
  	align-items: center;
}

.product-nav img {
    margin: 0 auto;
  	max-height: 80px;
}

.module--feedback {
    padding: 0px 0px 0px
}

.module--feedback .module__header {
    max-width: 600px;
    margin: 0 auto
}

.feedback-box {
    padding: 30px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    opacity: .5
}

.feedback-box .star-rating {
    justify-content: center
}

.feedback-box__title {
    font-weight: 500
}

.feedback-box__text {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    margin-top: 0px
}

.feedback-box strong {
    color: #016de7;
    font-size: 12px
}

.feedback-slider .slick-track>li.slick-current .feedback-box {
    opacity: 1
}

.module--frequently-bought {
    padding: 50px 0px;background:transparent;
}

.module--frequently-bought .module__header {
    max-width: 600px;
    margin: 0 auto
}

.ul-frequently--bought>li {
    flex: 0 0 33.33%
}

.ul-frequently--bought .frequently-box__top {
    padding-top: 50px
}

.ul-frequently--bought .frequently-box__image {
    height: 300px
}

.ul-frequently--bought .frequently-box__bottom {
    margin-top: 20px;
    padding: 0px 50px
}

.ul-frequently--bought .frequently-box__title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0px
}

.ul-frequently--bought>li .button {
    display: block;
}

.module--frequently-category{
    padding: 50px 0 50px;
}
.module--frequently-category .module__title .text-cursive{
    text-transform: capitalize;
}
.module__title .text-cursive{
    text-transform: capitalize;
}
.ul-frequently--category{
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
}
.ul-frequently--category>li{
    flex: 0 0 33.33%;
}
.ul-frequently--category .frequently-box__text{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.ul-frequently--category .button--link{
    text-transform: capitalize;
}
.ul-frequently--category .frequently-box--red .button--link {
    border-bottom: 1px solid #da7878;
}
.ul-frequently--category .frequently-box--lightgreen .button--link {
    border-bottom: 1px solid #66e4bf;
}
.ul-frequently--category .frequently-box--skyblue .button--link {
    border-bottom: 1px solid #76dbed;
}
.ul-frequently--category .frequently-box--purple .button--link {
    border-bottom: 1px solid #bd72b7;
}
.module--cover-about{
/*     background-image: linear-gradient(104deg, #BDCFB5 0%, #C0F8D1 100%); */
    padding: 0px !important;
/*     min-height: 450px; */
}
/* .module--cover-about::after{
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-pattern-bottom.png?v=1600346644);
    height: 110px !important;
    background-position: top;
    bottom: -25px;
} */
.list-collections .module--frequently {
    background: #fff;    padding: 0 0px 50px;
}
.list-collections .ul-frequently--bought .frequently-box__top{background:transparent;}
.list-collections .module--superfood .module__content{
       padding: 50px 0 50px;background-size: 100% 100%;
}
.module--cover-about .cover{
    position: static;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.module--cover-about .cover__content{
   
    padding: 00px 50px 20px 0;
}
.module--cover-about .cover__title{
    font-size: 46px;
    line-height: 52px;
    letter-spacing: 0px;
  	color: white;
}
.module--cover-about .cover__text{
  	color: white;
}
.module--cover-about .cover__title .text-cursive{
    line-height: 40px;
}
.module--cover-about .cover__image{
    top: 0;
    bottom: 0;
}
.module-row{
    display: flex;
    position: relative;
    z-index: 3;
}
.module-row__column{
    flex: 1;    
}
.module-row__column+.module-row__column{
    padding-left: 100px;
}
.module-row__image{
    max-width: 480px;
}
.module-row__image img{
    width: 100%;
}
.module-row__title{
    margin: 0;
    font-size: 40px;
}
.module-row__title .text-cursive {
    display: block;
    opacity: .1;
    text-transform: capitalize;
    margin-bottom: -33px;
    font-size: 50px;
}
.module-row+.module-row{
    margin-top: 100px;
}
.announcement-bar { padding: 0rem!important;}
.module-row--reverse{
    flex-direction: row-reverse;
}
.module-row--reverse .module-row__column+.module-row__column{
    padding-left: 0px;
    padding-right: 100px;
}
.module--testimonials{     
  	max-width: 1100px;
    margin: 120px auto 60px;
    padding: 0px 20px;
  	
	}
.module--trusted_by{ margin:80px auto}
.module--testimonials .total-rating h4 { text-transform:uppercase;font-size:24px; position:relative;font-weight:400}
.module--testimonials .total-rating h4:after { content:''; display:block;width:64px;border-bottom:3px solid #000;
  position:absolute;left:48%;}
.module--testimonials .text-cursive {display:block }
.module--testimonials .container { background-color:#f4fcfc; padding:6px 0px; margin-top:40px }
.total-rating{width:94%;margin:auto;}
.testi-bottom{bottom:5px;position:absolute;}
.module--testimonials .testimonial p{ font-size:14px}
.module--testimonials .testimonial p {margin-bottom:10px;line-height:1.2; }
.module--testimonials .testimonial{min-height:298px; width: 90%; margin:10px auto;position:relative; box-shadow: 0px 0px 8px #999;padding:14px; }
.testimonial__title{font-size:16px ; font-weight:bold }
.testimonial__icon{ margin-bottom:10px}
.module--testimonials .testimonial_person{font-size:16px;font-weight:600}
.module--testimonials .testimonial_person ,.module--testimonials .testimonial_person__comment { margin-bottom:4px!important}
.feedback-box--module {
    opacity: 1;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    text-align: left;
    margin: 20px 0 0;
    display: flex;
}
.feedback-box--module .star-rating {
    justify-content: flex-start;
}
.feedback-box--module .feedback-box__image{
    flex: 0 0 300px;
    margin-top: -80px;
    margin-right: -20px;
}
.feedback-box--module .feedback-box__content{
    flex: 1;
    padding-right: 30px;
}
.feedback-box--module .feedback-box__image img{
    width: 100%;
}
.feedback-box--module .feedback-row__text{
    font-size: 15px;
    line-height: 20px;
    margin-top: 22px;
}

.module--faq{
    padding: 80px 0 30px;
    background-color: rgba(192, 248, 209, 0.3);
}

.module__content{
    margin-top: 50px;
}
.question__header::-webkit-details-marker {
	display: none
}
.question__header:focus {
	outline: none
}
.question-list {
    max-width: 80%;
    margin: 50px auto 0px;
    padding: 0px;
    list-style: none;
}
.question-list>li {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.question__header {
    position: relative;
    padding-right: 40px;
    color: #282828;
}
.question__header>p {
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}
.question__header>span {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    color: #282828;
}
.question__header>span .fa-minus {
    display: none;
}
.question[open] .question__header span .fa-plus {
	display: none;
}

.question[open] .question__header span .fa-minus {
	display: block;
    color: #777;
}
.question>p+p {
	margin-top: 10px;
}

.module--cover-contact{
    background-image: linear-gradient( 104deg , #BDCFB5 0%, #C0F8D1 100%);
    padding: 90px 0 100px !important;
    min-height: 450px;
}

/* .module--cover-contact::after{
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-pattern-bottom.png?v=1600346644);
    height: 110px !important;
    background-position: top;
    bottom: -25px;
} */
.module--cover-contact .cover{
    width: 80%;
}

.module--cover-contact .cover__image{
    top: -92px;
  	position: static;
    margin: 0 auto;
}
.module--cover-contact .cover__content{
    max-width: 700px;
    padding: 50px 50px 50px 60px;
}

.module--contact{
    padding: 40px 0;
}
.contact-form {
    width: 70%;
    margin: 0 auto;
}
.form-contact {
    position: relative;
}
.form-contact::after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/orange.png?v=1600342436);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -77px;
    bottom: 60px;
}
.ul-form{
    display: flex;
    flex-wrap: wrap;
}
.ul-form .form-wrap {
    flex: 0 0 50%;
}
.ul-form .form-wrap--full {
    flex: 0 0 100%;
}
.form-box{
    margin: 10px;
    text-align: center;
}
.ul-form input,
.ul-form textarea{
    background-color: #f1f1f1;
    border-radius: 12px;
    border: none;
    padding: 0 10px;
    height: 50px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    line-height: 25px;
}
.ul-form textarea{
    padding: 10px;
    height: auto;
}
.ul-form input::placeholder,
.ul-form textarea::placeholder{
    color: #333;
    font-family: "Josefin Sans", sans-serif
}
.ul-form input:focus,
.ul-form textarea:focus{
    outline: none;
}
.ul-form .button{
    background-color: #ff7849;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 3px;
    width: 200px;
    margin: 10px auto 0;
}
.module--info{
    padding: 40px 0 0;
}
.module--info .module__content{
    background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/files/module-info-bg.png?v=1600342413);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
    padding-bottom: 80px;
    margin-top: 30px;
}
.module__action{
    text-align: center;
}
.ul-info{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
.ul-info>li{
    flex: 0 0 25%;
}
.info-box{
    margin: 0 10px;
    padding: 20px;
    text-align: center;
}
.info-box__icon {
    width: 60px;
    margin: 0 auto;
}
.info-box__icon img {
    width: 100%;
}
.info-box__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}
.info-box__title span{
    display: block;
}
.info-box__text{
    font-size: 17px;
}
#shopify-section-1602061877133{    padding-top: 110px;}
.ul-reset.ul-social{display:none;}
#shopify-section-maestrooo-instagram{padding-top:50px;}
.ooo-instagram-header__title{    /*z-index: 999;*/
    position: relative;}
.module--firstsection{    padding: 40px 0;    max-width: 600px;
    margin: 0 auto;}
.firstsectionr__content{text-align:center;}
.firstsection__title{margin-bottom: 5px;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 2;
text-align: center;
color: #000000;
}
.firstsection__title a{color:#FF7849;}
.firstsection__text{    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #000000;}
.module--logo{text-align:center}
.module--logo .logo-list {
    display: block;
    padding: 0;
    list-style: none;
}
.module--logo .logo-list li img {
      width: auto;
    max-height: 60px;
    height: 100%;
}
.module--logo .logo-list li {
       display: inline-block;
    margin: 10px 5px;
    list-style: none;
    width: 100%;
    max-width: 100px;
}

.banner_cover .button.button--primary{
    width: 100%;
    max-width: 360px;
}
.module--three_icon .superfood-box__icon {
    width: 53px;
    margin: 0 auto;
    height: 60px;
}
.module--three_icon{margin-bottom:50px;}
.module.module--about{display:none}
.template-list-collections .module--frequently-category .module__content{display:none;}
.template-list-collections .module--frequently-category{
    padding: 50px 0 50px !important;
}
.template-list-collections #shopify-section-home-sec4 .module--frequently{    padding-top: 0;}
.template-list-collections #shopify-section-home-sec4 .module--frequently .module__content{    margin-top: 0;}
.module--why_go_hemp {
    padding:60px 0;
    background: #fff;
}
.why_go_hemp {
    text-align: center;
      margin: 0 30px;
}
.why_go_hemp__icon img {
    width: 40px;
}
.why_go_hem__title{ 
    margin-top:20px;
    font-size: 16px;
    font-weight: 700;
  	margin-bottom:0;
    line-height: 20px;    min-height: 51px;
    text-transform: uppercase;}
.why_go_hemp__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 21.2px;
}
/* .module--why_go_hemp .ul-superfood li{    flex: 0 0 33.33%;} */
/* .module--why_go_hemp .ul-superfood > {    flex: 0 0 33.33%;} */
.make_hemp {
    padding: 30px 0 50px;
}
.make_hemp p {
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 26px;
}
.make_hemp h3 {
    font-size: 18px;
}
.make_hemp p b,.make_hemp p strong{
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}
.make_hemp .plant__title {
    margin-bottom: 60px;
}





























@media screen and (min-width: 1920px) {
    .module--cover::after {
        bottom: -109px
    }

    .cover__bottom {
        margin-top: 26px
    }

    .module--life::after {
        bottom: -195px
    }

    .module--explore {
        padding: 180px 0 100px
    }
    .module--cover-about{
        padding: 90px 0 104px !important;
    }
    .module--cover-about .cover{
        width: 80%;
    }
    .module--story::after{
        height: 170px;
        bottom: -2px;
    }
    .module--cover-contact{
        padding: 90px 0 103px !important;
    }
/*     .module--cover-contact::after{
        bottom: -40px !important;
    } */
    .module--cover-contact .cover {
        width: 65%;
    }
}

@media screen and (min-width: 1960px) {
    .module--cover::after {
        bottom: -136px
    }

    .cover__image {
        top: 0
    }
}

@media screen and (min-width: 2500px) {
    .module--cover::after {
        width: 108%;
        height: 1000px;
        bottom: -148px
    }

    .cover {
        width: 1500px
    }

    .cover__image {
        max-width: 550px
    }

    .cover__bottom {
        margin-top: 196px
    }

    .module--explore {
        padding: 215px 0 130px
    }

    .module--explore .module-pattern-bottom {
        bottom: -147px
    }
    .module--cover-about .cover{
        width: 70%;
    }
    .module--cover-about .cover__content{
        padding: 0 50px 60px 0;
    }
    .module--cover-contact .cover {
        width: 50%;
    }
    .module--cover-contact {
        padding: 90px 0 129px !important;
    }
        bottom: -7px !important;
    } */
}

@media screen and (max-width: 1265px) {
  .product-slide-nav {
      width: 100%;
  }
    .cover {
        width: 95%
    }

    .cover__content {
        padding: 95px 50px 0 15px
    }

    .cover-image {
        flex: 0 0 370px;
        width: 370px
    }

    .explore-image-left {
        left: -62px
    }

    .explore-image-right {
        bottom: 38px
    }
    .module--cover-about .cover__image{
        top: -48px;
    }
    .module--cover-about .cover__title {
        font-size: 42px;
        line-height: 52px;
    }
    .module--cover-about .cover__title .text-cursive{
        line-height: 38px;
    }
    .module--story::before{
        height: 180px;
        top: -70px;
    }
    .module--cover-about .cover__image {
        top: -10px;
    }
}

@media screen and (max-width: 1199px) {
  #slidecarthq .floating-cart.pos6 {
    bottom: unset;
    left: unset;
  	top: 15px!important;
    right: 25px!important;
    width: 50px;
    height: 50px;
  }
  
    .index .header{
        box-shadow: 2.5px 4.33px 5px rgba(0,0,0,0.05);
    }
    .button{
        padding: 0 20px;
    }
    .module--cover {
        padding: 30px 0 0
    }

    .module--cover::after {
        height: 700px;
        bottom: -37px
    }

    .cover {
        width: 100%
    }

    .cover__image {
        max-width: 550px;
/*         top: auto; */
        bottom: 135px
    }

    .cover__content {
        padding: 40px 50px 173px 15px
    }

    .cover-image {
        flex: 0 0 320px;
        width: 320px
    }

    .module--about {
        padding: 30px 0
    }

    .ul-frequently {
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .ul-frequently>li {
        flex: 0 0 50%
    }

    .module--life {
        background-image: none;
        background-color: #1db3ce
    }

    .life {
        max-width: 60%;
        margin: 0 auto
    }

    .life__image {
        display: block;
        margin-bottom: 30px
    }

    .life__image img {
        width: 100%;
      	border-radius: 50%;
        border: 4px solid #fff;
        overflow: hidden;
        margin: 0 auto;
    }

    .module--explore .module-pattern-top {
        top: -18%
    }

    .module--explore .module-pattern-bottom {
        bottom: -65px
    }

    .explore-image-left,
    .explore-image-right {
        display: none
    }

    .voucher {
        width: 60%
    }
    .product .wrap {
        padding-top: 40px;
    }
    .product-row{
        max-width: 100%;
    }
    .module--frequently-category {
        padding: 50px 0;
    }
    .module--cover-about{
        padding: 50px 0 80px !important;
    }
    .module--cover-about .cover__content{
        padding: 0px 50px 20px 0;
    }
    .module--cover-about .cover__title {
        font-size: 36px;
        line-height: 40px;
    }
    .module--cover-about .cover__title .text-cursive {
        line-height: 33px;
    }
    .module--cover-about .cover__image {
        top: -22px;
    }
    .module-row__column+.module-row__column {
        padding-left: 60px;
    }
    .module-row--reverse .module-row__column+.module-row__column {
        padding-left: 0px;
        padding-right: 60px;
    }
    .module--story::after{
        bottom: -32px;
    }    
    .module--cover-contact{
        padding: 90px 0 60px !important;
    }
/*     .module--cover-contact::after{
        bottom: -45px;
    } */
    .module--cover-contact .cover{
        width: 95%;
    }
    .module--cover-contact .cover__image {
        top: -90px;
    }
    .contact-form {
        width: 80%;
        margin: 0 auto;
    }
    .ul-info{
        width: 100%;
    }
  .slick-next {
    right: -1px!important;
} 
  .slick-prev {
    left: 9px!important;
}
  
}

.module--cover-about .cover__title {
  text-transform: uppercase;
}

.faded__text {
  font-size: 44px;
  opacity: 0.1;
  position: absolute;
  top: -19px;
  text-transform: initial;
}


@media screen and (max-width: 992px) {
  .product .wrap {
  	padding-top: 10px;
  }

  
  .product-slide img{
  	width: 90%;
  }
  .product-row__slider {
    flex: 0 0 45%;
    max-width: 45%;
  }
  
  #shopify-section-1602061877133{    padding-top: 20px;}
    .ul-customer {
        width: 100%
    }
  

    .explore {
        display: block
    }
  
  
    .explore__image {
        width: 380px;
        margin: 0 auto 30px
    }  
  
    .explore__image  img {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 780px) {
.where-can-buy__content {
    flex: 1 1 auto;
    padding-right: 15px;
    text-align: left;
}
  .video-frame img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
}
  .video-frame {
    padding-bottom: 50px;
}
.module--abouthemp {
    padding: 100px 0 10px;
}
  .module--story {
    background-image: none;
}
  .module--story .colored-bg {
    width: 100%;
    left: 0%;
    height: 100%;
    background: #757B56;
    top: 0;
    z-index: 0;
}
  .module--story .image{ width: 100% !important;
    min-height: 400px;
    position: relative !important;
    z-index: 9;}
  .module--story{padding-top:0;}
}

@media screen and (max-width: 768px) {
   .ul-frequently>li {
    flex: 0 0 100%;
}
    .cover {
        text-align: center;
        flex-direction: column
    }
    .slick-next:before , .slick-prev:before{ margin-left:0px!important}
    .slick-prev {
   		 left: -18px!important;
	}
    .cover__image {
        order: 1;
        position: static;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        border: 4px solid #fff;
        overflow: hidden;
        margin: 0 auto
    }

    .cover__image img {
        height: 100%;
        object-fit: cover
    }

    .cover__content {
        order: 2;
        padding: 0 0;
        margin: 40px auto 0;
        padding-bottom: 60px;
    	text-align: center;
    }

    .cover__bottom {
        order: 3
    }

    .cover__title {
        font-size: 50px;
        line-height: 42px
    }

    .cover__text {
        margin: 20px auto 0
    }

    .cover-image {
        margin: 30px auto 0
    }

    .cover-quote {
        margin-top: 35px;
        margin-right: 0
    }

    .hemp-row {
        display: block;
        max-width: 500px;
        margin: 0 auto
    }

    .hemp-row__image {
        margin: 30px auto
    }

    .ul-hemp {
        width: 60%;
        margin: 0 auto
    }

    .ul-superfood,
    .ul-frequently {
        width: 100%;
        max-width: 80%;
        justify-content: center;
    }

    .module--superfood .module__title {
        line-height: 50px;
        margin-bottom: -55px
    }

    .life-title {
        font-size: 36px;
        line-height: 43px
    }

    .plant {
        flex-direction: column-reverse;
        width: 85%;
        margin: 0 auto
    }

    .plant__image {
        margin-bottom: 30px
    }

    .plant__content {
        padding-right: 0
    }

    .plant__title,
    .explore__title {
        font-size: 35px;
        line-height: 42px
    }

    .explore__image {
        flex: 0 0 300px
    }

    .ul-customer {
        flex-wrap: wrap
    }

    .ul-customer>li {
        flex: 0 0 50%
    }

    .ul-instagram {
        flex-wrap: wrap
    }

    .ul-instagram>li {
        flex: 0 0 33.33%
    }

    .module__title {
        font-size: 35px;
        line-height: 38px
    }

    .module__content {
        margin-top: 20px
    }

    .voucher {
        width: 85%
    }

    .voucher__title {
        font-size: 35px;
        line-height: 42px
    }

    .voucher__form {
        width: 85%;
        margin: 0 auto
    }

    .module--voucher .module-pattern-bottom {
        bottom: -115px
    }
    .product-row {
        display: block;
        text-align: center;
    }
    .product-row__slider {
        margin: 0 auto;
    }
    .product-row__content {
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }
    .product-box__action, .star-rating {
        justify-content: center;
    }
    .module--cover-about{
        padding: 30px 0 50px!important;
    }
    .module--cover-about .cover{
        margin: 0 auto;
    }
    .module--cover-about .cover__content {
        padding: 0 0 30px;
    }
    .module-row{
        display: block;
        text-align: center;
    }
    .module-row__image{
        margin: 0 auto;
    }
    .module-row__column+.module-row__column {
        padding-left: 0px;
        margin-top: 25px;
    }
    .module-row--reverse .module-row__column+.module-row__column{
        padding-right: 0;
        margin-top: 25px;
    }
    .feedback-box--module {
        max-width: 70%;
        margin: 0 auto;
    }
    .feedback-box--module .feedback-box__content{
        padding-top: 20px;
    }
    .feedback-box--module .feedback-box__image{
        flex: 0 0 280px;
        margin-right: -20px;
    }
    .module-row+.module-row {
        margin-top: 70px;
    }

    .module--story::after {
        bottom: -54px;
    }
    .story {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .story__image {
        display: block;
        max-width: 480px;
        margin: 0 auto;
    }
    .story__image img{
        width: 100%;
    }
    .module--faq{
        padding: 60px 0 30px;
    }
    .question-list{
        max-width: 100%;
    }
    .question-list>li{
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .module--cover-contact {
        padding: 30px 0 60px !important;
    }
    .module--cover-contact .cover__content{
        padding: 0 0 50px;
    }
    .contact-form{
        width: 90%;
    }
    .form-contact::after{
        width: 80px;
        height: 80px;
        right: -55px;
        bottom: 60px;
    }
    .info-box {
        margin: 0 5px;
        padding: 10px;
    }
  .ul-footer-colection { flex-direction:column;justify-content:center;}
  .footer-colection-box__image {
    height: 245px; }
  .ul-footer-colection { max-width:48%}
}

@media screen and (max-width: 580px) {
  .country-to-buy .country .country-stores {
    overflow: hidden;
}
    .cover__bottom {
        display: none
    }

    .cover-quote {
        width: 75%;
        margin: 0 auto
    }

    .module--cover::after {
        height: 320px;
        bottom: -54px
    }

    .ul-logo {
        display: block
    }

    .ul-logo li+li {
        margin-top: 20px
    }

    .life {
        max-width: 100%
    }

    .plant {
        width: 100%
    }

    .module--plant {
        padding: 50px 0
    }

    .explore__image {
        width: 320px;
        margin: 0 auto 30px
    }

    .explore__image img {
        margin-bottom: 0
    }

    .explore__content {
        padding-left: 0
    }

    .module--explore {
        padding: 70px 0 50px
    }

    .module--explore .module-pattern-top {
        top: -6%
    }

    .module--explore .module-pattern-bottom {
        bottom: -43px
    }

    .ul-customer {
        display: block;
        width: 80%;
        margin: 80px auto 0
    }

    .ul-instagram>li {
        flex: 0 0 50%
    }

    .voucher {
        width: 100%
    }

    .module--voucher .module-pattern-bottom {
        height: 100px;
        bottom: -65px
    }

    .module--customer {
        padding: 50px 0
    }

    .module--instagram {
        padding: 30px 0 0px
    }

    .module--life::before {
        height: 140px;
        top: -90px
    }
    .product-row__slider{
        max-width: 70%;
        padding-top: 0px;
    }

    .ul-frequently--bought>li {
        flex: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .module--cover-about .cover__content {
        padding: 0 0 15px;
    }
    .feedback-box--module {
        max-width: 90%;
    }
    .module-row__image,
    .story__image {
        max-width: 100%;
    }
    .module-row__title,
    .story__title{
        font-size: 35px;
        line-height: normal;
    }
    .module-row__title .text-cursive{
        margin-bottom: -27px;
        font-size: 40px;
    }
    .module--story{
        padding: 80px 0 70px;
    }
    .module--story::before{
        height: 115px;
    }
    .module--info .module__content{
        background-image: none;
    }
    .ul-info{
        flex-wrap: wrap;
    }
    .ul-info>li {
        flex: 0 0 50%;
    }
    .contact-form {
        width: 100%;
    }
    .form-contact::after {
        width: 60px;
        height: 60px;
        right: -15px;
        bottom: 50px;
    }
  
  .ul-footer-colection { max-width:68%}
  .trusted_by{max-width:60%;     flex-direction: column; }
  .slick-next {
    right: -19px!important;
}
}

@media screen and (max-width: 425px) {
  .module--plant, .module--abouthemp {
    margin-bottom: 10px;
}
  .logo-icons img {
    width: 100%;
}
    .container-fluid {
        padding: 0px 20px
    }

    .cover__image,
    .cover-image {
        width: 100%
    }

    .cover__title {
        font-size: 40px;
        line-height: 34px
    }

    .cover__text {
        width: 100%
    }

    .cover-quote {
        width: 100%;
        margin: 0 auto;
        background-size: contain
    }

    .ul-hemp {
        width: 80%
    }

    .ul-hemp>li+li {
        margin-top: 30px
    }

    .explore__image {
        width: 100%
    }

    .hemp-row__image {
        padding: 0
    }

    .ul-superfood {
        flex-wrap: wrap
    }

    .ul-superfood>li {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .module--superfood .module__action {
        margin: 0px auto -50px
    }

    .ul-frequently {
        display: block
    }

    .ul-frequently>li+li {
        margin-top: 50px
    }

    .ul-customer {
        width: 100%
    }

    .ul-customer>li+li {
        margin-top: 70px
    }

    .voucher__form {
        width: 100%
    }

    .form-voucher {
        display: block
    }

    .form-voucher input {
        width: 100%;
        margin-bottom: 20px
    }

    .module--voucher .module-pattern-bottom {
      height: 110px;
    bottom: -78px;
    }

    .voucher__title {
        font-size: 28px;
        line-height: 38px
    }

    .voucher__title span {
        display: inline
    }

    .module__title,
    .life-title,
    .plant__title,
    .explore__title {
        font-size: 28px;
        line-height: 38px
    }

    .text-cursive {
        font-size: 38px
    }

    .customer-box {
        margin: 50px 0 20px
    }

    .frequently-box {
        margin: 20px 0
    }

    .module--voucher {
        padding: 50px 0 80px
    }
    .product-row__slider {
        max-width: 100%;
    }
    .product-box__action{
        flex-wrap: wrap;
    }
    .ul-frequently--bought>li{
        max-width: 100%;
    }
    .ul-frequently--bought .frequently-box__bottom {
        padding: 0px;
    }
    .feedback-box--module {
        display: block;
        text-align: center;
    }
    .feedback-box--module .star-rating{
        justify-content: center;
    }
    .feedback-box--module .feedback-box__image{
        margin: 0;
    }
    .module-row__action .button{
        margin-top: 10px;
    }
    .module-row__title,
    .story__title{
        font-size: 28px;
        line-height: normal;
    }
    .module-row__title .text-cursive{
        margin-bottom: -24px;
        font-size: 35px;
    }
    .ul-frequently--bought>li+li {
        margin-top: 70px;
    }
    .ul-form {
        display: block;
    }
    .form-box{
        margin: 10px 0;
    }
    .form-contact::after{
        right: -15px;
        bottom: 30px;
    }
    .module--cover-contact .cover__content {
        padding: 0 0 30px;
    }
    .module--contact {
        padding: 30px 0 40px;
    }
    .module--info .module__content{
        margin-top: 15px;
    }
    .ul-info {
        display: block;
    }
    .ul-info>li+li {
        margin-top: 20px;
    }
    .info-box__text {
        margin: 0;
        line-height: 22px;
    }
    .module--info .module__content{
        padding-bottom: 65px;
    }
}

@media screen and (max-width: 375px) {
    .module--cover {
        padding: 30px 0 90px
    }

    .cover__title {
        font-size: 36px;
        line-height: 30px
    }

    .cover-quote {
        background-color: #efa9a9;
        background-image: none;
        border-radius: 20px;
        height: auto;
        padding: 20px
    }

    .cover-quote__content {
        margin: 0 auto;
        width: 100%
    }

    .ul-hemp {
        width: 100%
    }

    .ul-instagram {
        display: block
    }

    .ul-instagram>li+li {
        margin-top: 20px
    }

    .module--instagram {
        padding: 30px 20px 0px
    }

    .module__title,
    .life-title,
    .plant__title,
    .explore__title {
        font-size: 25px;
        line-height: 33px
    }

    .module--voucher .module-pattern-bottom {
        bottom: -80px
    }

    .module--explore .module-pattern-top {
        top: -4%
    }

    .module--explore .module-pattern-bottom {
        bottom: -27px
    }

    .module--superfood .module__action {
        margin: 0px 20px 20px
    }

  .button {
    width: 100%;
    padding: 0 10px;
    justify-content: center;
    max-width: 80%;
}
    .page-product .module--superfood .module__action {
        margin-bottom: 0;
    }
    .page-product .module--superfood .module__content {
        background-image: none;
        padding-bottom: 0;
    }
    .product-box__title {
        font-size: 30px;
        line-height: 35px;
    }
    .product-box ul{
        display: block;
    }
    .product-box ul>li{
        justify-content: left;
    }
    .module--cover-about .cover__title {
        font-size: 32px;
    }
    .module--cover-about .cover__title {
        font-size: 30px;
    }
    .module--cover-about .cover__title .text-cursive {
        line-height: 22px;
    }
    .module--faq {
        padding: 40px 0 30px;
    }
    .form-contact::after{
        bottom: 50px;
    }
    .ul-form .button{
        width: 100%;
        margin-top: 30px;
    }
}

.unify_checkout_button{
	height: 45px;
    line-height: 50px;
    background: #ff7849;
    color: #fff;
    border: none;
    padding: 0px 50px;
    font-size: 14px;
    margin-top: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 5px 5px 0px 0px rgba(255, 120, 72, .2);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
background: #ff7849 !important;
    color: #fff !important;
}
.product-row__slider{position:relative; padding-top: 20px;}
.product_badges {
   position: absolute;
    z-index: 5;
    user-select: none;
    pointer-events: none;
    display: block !important;
    width: 70px;top:20px;
    left:-25px;
}
.product_badges img {
    width: 65px;
    height: 65px;
       margin-bottom: 5px;
    display: inline-block;
}
.product-product14-12 .module.module--product{padding-top:50px;}
@media(max-width:767px){
    .ul-frequently--bought>li .button {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.product_badges {
    z-index: 5;
    user-select: none;
    pointer-events: none; 
  
    display: flex !important;
    justify-content: space-around;
    width: 100%;
    position: static;
} 
   .template-index  .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
    height: auto;
}
  .logo-icons , .abouthemp { flex-direction: column; justify-content:center;align-items:center;}
  .logo-icons{text-align:center }
  .logo-icons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .logo-icons .logo-icon {
    flex: 33.3%;
    padding-bottom: 10px;
  }
}
.template-list-collections .ul-collection .frequently-box--red .frequently-box__top, .template-collection .ul-collection .frequently-box--red .frequently-box__top{
    background-color: transparent !important;margin-bottom: 10px;
}
.template-index .footer-colection__top{background-color: transparent !important;}
	.template-list-collections .ul-collection .frequently-box__title, .template-collection .ul-collection .frequently-box__title{color: #000 !important;    min-height: 71px;}
.template-list-collections   .ul-frequently--bought .frequently-box__bottom,.template-collection .ul-frequently--bought .frequently-box__bottom {
    padding: 0px 20px;
}
.explore-image-left ,.explore-image-right{display:none !important;}

.template-index .module--cover {
/*     background-color: #c0f8d1; */
/*   	background: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/t/29/assets/home.jpg?v=1625163903); */
/*   background: url(landing-page-desktop.jpg); */
    background-size: cover;
   	background-position: center center;
    padding-top: 300px;
/*     padding-bottom: 0px; */
 
}

.frequently-box__text {
    min-height: 24px;
    display: block;
}
#shopify-section-product-recommendations .frequently-box__top{background:transparent !important;}
.list-collections .module--frequently {
  /*   background: #FFFAF8;*/
}
.frequently-box__top::after {
 /* background-image: none;*/}
.plant__action .button {min-width:250px;}
@media(min-width:768px){
.template-list-collections .ul-collection .frequently-box__title, .template-collection .ul-collection .frequently-box__title {
    min-height: 69px;
    overflow: hidden;
    max-height: 60px;
}
}
#shopify-section-tz_header.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.nav-item {position:relative;}
.nav-item > ul {
    display: none;
    border-top: 1px solid #fafafa;
    position: absolute;
    top: 68px;
    left: -2px;
    list-style: none;
    padding: 0;
    min-width: 200px;
    background: #fff;
    box-shadow: 2.5px 4.33px 5px rgba(0,0,0,0.05);
}
.nav-item:hover > ul{display:block;}
 .nav-item > ul > li > a{
    text-decoration: none;
    display: block;
    padding: 5px 10px;color:#53b434;}
.nav-item > ul > li:hover > a{
    background: #53b434;
   color: #fff;}
.module--testimonials .container{display:none;}
.gr_view_allbtn{
    margin-top: 0;
    margin-bottom: 10px;
}
.template-index .jdgm-carousel-wrapper{padding: 5px 0;}
.template-index  .jdgm-all-reviews-rating{display:none !important;}


/* Section about story */
.module--story .image {
  width: 40%;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}


.module--story::before, .module--story::after {
  z-index: 2;
}

@media (max-width: 768px) {
  .module--story{padding-top:0;}
  .module--story .colored-bg {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 768px) {
  .story {
    margin-right: auto;
  }
  .story__content {
      margin-top: 0;
  }
}

.module--superfood .module__content {
/*     background-image: url(https://cdn.shopify.com/s/files/1/0465/3314/8828/t/1/assets/greencloud2.png?v=3273673309152568409); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jdgm-ask-question-btn, .jdgm-write-rev-link {
	border: 1px solid #1ebd64 !important;
    color: #1ebd64 !important;
}

@media only screen and (max-width: 767px) {
  .jdgm-ask-question-btn, .jdgm-write-rev-link {
    max-width: 300px !important;
    margin: auto !important;
    
  }
  
  .jdgm-widget-actions-wrapper {
  	margin-top: 20px!important;
    margin-bottom: 20px !important;
  }
}

.on-mobile {
	display:none!important;
}

.with-spacing {

  margin-top: 20px;
  margin-bottom: 20px;

}

  
.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.page {
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (max-width: 767px) {

  .on-mobile {
      display:flex!important;
  }
}


@media only screen and (max-width: 575px) {
	.rte ul, .rte ol {
    	padding-left: 15px;
    }
}

.product-description-full {
	display:none;
}

.readmore, .readless {
	display: block;
  	color: #fd6dc9;
  	text-decoration: none;
  	font-size: 16px;
  margin-top: 10px;
  font-weight: normal;
  margin-bottom: 30px;
}

.whiteOverlay {
	display: none !important;
}

.shogun-heading-component h1, 
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  font-family: Arial, sans-serif !important;
}

.shg-box-content {
	padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 2000px) {
  .product-row__content {
  	max-width: none;
  }
}


.breadcrumbs {
	max-width: 85%;
    margin: auto;
    margin-top: 10px;
  	margin-bottom: 20px;
    display: flex;
}

.breadcrumbs a {
    color: #fd6dc9;
    text-decoration: none;
}

.breadcrumb__link:after {
	content: '>';
  margin-right: 10px;
  margin-left: 10px;
    
}

.collection-padding {
	padding-top: 30px;
}

@media (max-width: 992px) {
  .collection-padding {
	padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .breadcrumbs {
	max-width: 100%;
    margin: auto;
    margin-top: 10px;
  	margin-bottom: 20px;
    display: flex;
    font-size: 14px;
  }
  
  .breadcrumb__link:after {
	content: '>';
  	margin-right: 5px;
  	margin-left: 5px;  
	}
  
}

@media (max-width: 768px) {
   .product-row__slider{
        max-width: 100%;
        padding-top: 0px;
    }
  
  .cover__title.homepage span {
  	font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .template-index .module--cover {
  	background-size: cover;
    
  }
}



 

@media (max-width: 414px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.nav.nav-bar > li a.nav-link.sale {
  color: #e40808;
}

.nav.nav-bar > li a.nav-link.active.sale {
  color: #e40808;
}

.nav.nav-bar > li a.nav-link.sale::after,
.nav.nav-bar > li a.nav-link.active.sale::after {
    content: "";
    width: 0;
    height: 2px;
    background: #e40808;
    position: absolute;
    bottom: 35px;
    transition: all .3s;
    right: 0px;
    left: 0px;
    margin: auto;
}

.nav.nav-bar > li a.nav-link.sale:hover::after,
.nav.nav-bar > li a.nav-link.active.sale::after{
    width: 100%;
}

.frequently-box__title {
	text-transform: uppercase!important;
}

.slick-slider .slick-track {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-payment ul {
	display: flex;
  	justify-content: center;
  	flex-wrap: wrap;
}

.footer-payment li {
	list-style-type: none;
}

.footer-payment .payment-icon {
  width: 3.125em;
}

a.product-title-link {
	text-decoration: none;
}

.fancybox-slide--image .fancybox-content {
	background: white;
}

.d-none {
	display: none;
}

.button--primary.home-shop-now:hover {
	opacity: 1;
  	background: #fe91d6!important;
}

.klaviyo-form-XhsCbG input {
	text-transform: uppercase !important;
}

@media only screen and (max-width: 1199px) {
  .module--cover-about,
  .module--cover-contact {
  	min-height: 350px!important;
  }
}

@media only screen and (max-width: 992px) {
  .module--cover-about, 
  .module--cover-contact {
  	min-height: 250px!important;
  }
}

@media only screen and (max-width: 768px) {
  .module--cover-about,
  .module--cover-contact {
  	min-height: 150px!important;
  }
}

.jdgm-widget .jdgm-star {
	color: #c5f339 !important;
}

.hero-button-block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  margin-top: 25%;
}

.hero-button-block .button {
	width: 300px;
}

.heroimage-block img {
	width: 100%;
}

img.mobile-hero-image {
  display:none;
}

@media screen and (max-width: 768px) {
  img.mobile-hero-image {
    display: block;
  }
  
  img.desktop-hero-image {
    display: none;
  }
  
  .hero-button-block {
    margin-top: 50%;
  }
}


.show-on-mobile {
	display: none;
}

@media screen and (max-width: 768px) {
  .show-on-desktop {
      display: none;
  }

    .show-on-mobile {
      display: block;
  }
}

.offset-top {
	padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .product-slider{ 
  	width: 100%;
  }
}

.abouthemp__image {
  	margin-top: 20px;
  	margin-bottom: 20px;
}	

.story-block {
	display: flex;
  	justify-content: space-between;
  	align-items: center;
}

.story-content {
	padding: 50px;
}

.story-mobile-image {
	display: none;
}

@media screen and (max-width: 992px) {
  .module--story {
  	padding: 50px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .story-block {
    flex-direction: column;
  }

  .story-mobile-image {
      display: block;
  }

  .story-image {
      display: none;
  }
  
  .story-content {
  	padding: 0px;
  }
  
  .story__title {
  	text-align: center;
  }
}


.abouthemp__content ul, .story__text ul {
	font-weight: 300 !important;
  	font-size: 18px !important;
  	color: #000 !important;
}
