<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hc_p {
    background: linear-gradient(202deg, #14ACA2 0%, #213939 46.51%, #14ACA2 100%);
    position: relative;
}
.home_category{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 0px 20px;
    align-items: center;
    position: relative;
    padding: 0px 10px;
}
.home_category .img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.home_category img{
    max-width: 30px;
    max-height: 30px;
}
.home_category a{
    color: #FFF;
    line-height: 18px;
    font-size: 14px;
}
.home_category &gt; div{
    display: flex;
    align-items: center;
    height: 70px;
    position: relative;
}
/*
.hc_p:after{
    content: '';
    height: 1px;
    position: absolute;
    width: 1920px;
    opacity: 0.3;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 52.83%, rgba(255, 255, 255, 0.00) 100%);
    max-width: 100%;
    top: 102px;
}
*/
.product-home a{
    color: #212122;
    font-size: 13.509px;
    font-weight: 900;
}
.product-home .price{
    color: #14ACA2;
    font-size: 21px;
    font-weight: 900;
}
.product-home .compare-at-price{
    color: #212122;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: line-through;
}
.production, .sort, .seeds{
    margin-top: 50px;
}
.tabs .hed,
.seeds .hed{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.hed .title{
    display: inline-block;
    font-size: 52px;
    font-weight: 700;
    background: linear-gradient(180deg, #15B4AA 0%, #148982 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hed .title span{
    color: #000;
    display: block;
    background: linear-gradient(180deg, #000 0%, #000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -24px;
}
.hed .title div{
    color: #000;
    display: block;
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -24px;
}
.tab_title &gt; div{
    cursor: pointer;
    color: #212122;
    font-size: 14px;
    font-weight: 900;
    z-index: 1;
}
.tab_title &gt; div.active{
    background: linear-gradient(180deg, #15B8AE 0%, #13837C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tab_content &gt; div:not([class^="hemp-"]),
.tab_content &gt; nav{
    display: none;
}
.tab_content &gt; div.active{
    display: block;
}
.sort .tab_content &gt; div.active{
    display: grid;
}
.tab_title{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    justify-content: space-between;
    text-align: center;
}
.home_sort{
    background: linear-gradient(202deg, #14ACA2 0%, #213939 46.51%, #14ACA2 100%);
}
.home_sort{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    grid-gap: 49px;
    align-items: center;
    position: relative;
    padding: 50px;
}
.home_sort &gt; div{
    padding: 14px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home_sort .img{
    width: 65px;
    height: 65px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(17.5px);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.home_sort img{
    max-width: 30px;
}
.home_sort a{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
}
 .wrapper {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: flex-start;
     justify-content: center;
     transition: all .6s;
     position: relative;
     z-index: 1;
     overflow: hidden;
 }
.slider-mask {
    position: absolute;
    width: 100%;
    max-width: 1140px;
    height: 350px;
    top: 0;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    margin: 0 auto;
    transform: translateX(-50%);
}
.slider-mask::before,
.slider-mask::after {
    position: absolute;
    z-index: 1;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: #ffffffc4;
    display: block;
    content: ' ';
}
.slider-mask::after {
    left: auto;
    right: 100%;
}

.wrapper .owl-carousel {
    width: 100%;
    max-width: 340px;
    position: relative;
    z-index: 1;
}

.wrapper .owl-stage-outer {
    overflow: visible !important;
}
.wrapper .owl-item {
    width: 100%;
    max-width: 340px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.wrapper .owl-nav {
    font-size: 60px;
}
.wrapper .owl-next {
    float: right;
}

.wrapper .image{
    max-height: 340px;
    margin-bottom: 10px;
}
/*
.wrapper .image img{
    max-height: 370px;
    width: auto !important;
    margin: auto;
}
*/
.home_news .owl-carousel{
    width: 120%;
    margin-left: 50px;
    margin-bottom: -150px;
}
.home_news{
    margin: 80px 0;
    padding: 75px 0 100px 0;
    overflow: hidden;
    position: relative;
}
.home_news .name{
    font-weight: 700;
    color: #212122;
    font-size: 22px;
    line-height: 30px;
    padding: 26px 32px;
    margin-top: -20px;
    background: #fff;
    position: relative;
    z-index: 1;
    width:94%;
    max-width: 100%;
    box-sizing: border-box;
}
.home_news p{
    font-size: 16px;
    color: #727272;
    font-weight: 700;
}
.home_news .img{
    height: 370px;
    overflow: hidden;
}
.home_news .container{
    position: relative;
    z-index: 2;
}
.zblock{
    background: #213939;
    position: absolute;
    height: calc(100% - 150px);
    width: 100%;
    z-index: 1;
    margin-top: -59px;
}
.home_brands{
    background: #F9F9F9;
    padding: 90px 0;
}
.home_brands .container{
    display: grid;
    grid-template-columns: 490px 1fr;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.home_brands .container i{
    display: block;
    position: absolute;
    left: 0;
    top: -64px;
    width: 69px;
    height: 69px;
    background: url("img/brand.svg") no-repeat;
    background-size: contain;
}
.home_brands .right{
    color: #212122;
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
}
.home_brands .right span{
    color: rgba(33, 33, 34, 0.00);
    font-size: 86px;
    font-weight: 700;
    line-height: 106px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #000;
    display: block;
}
.home_brands a{
    display: inline-block;
    margin-right: 24px;
}
.home_reviews{
    background: #fff2d1;
    padding: 80px 0;
}
.reviews{
    margin-top: 27px;
}
.reviews .text{
    color: #000;
    font-size: 14px;
    line-height: 180%;
    margin-top: 0px;
    padding: 0 29px 26px 29px;
}
.reviews .name{
    padding: 19px 30px 0 0;
}
.reviews .name span{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212122;
}
.reviews p{
    background: linear-gradient(180deg, #15B8AE 0%, #13837C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.reviews .top{
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 20px;
}
.reviews .img {
    margin-left: -15px;
    margin-top: -15px;
}
.reviews .img img{
    width: 90px !important;
}
.reviews .post{
    width: 350px;
    height: 264px;
    background-color: #fff;
    background-image: url("img/h_rev.svg");
    background-repeat: no-repeat;
    background-position: 90% 5px;
}
.reviews .owl-carousel .owl-stage-outer{
    padding-top: 20px;
    padding-left: 20px;
}
.home_abaut{
    padding: 90px 0;
}
.home_abaut h1{
    font-size: 52px;
    font-weight: 700;
    background: linear-gradient(180deg, #15B4AA 0%, #148982 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 27px;
}
.home_abaut h1 span{
    background: linear-gradient(180deg, #000 0%, #000 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.home_abaut p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
</pre></body></html>