
.article_flex {
    padding-top: 170px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    background: url('/image/catalog/design/supreme_vertical.svg') 38% top no-repeat;
    /* margin-top: 170px; */
}
html[data-theme="light"] .article_flex {
    background: url('/image/catalog/design/supreme_vertical_light.svg') 38% top no-repeat;
}
.article_flex_left {
    width:870px;
}
.article_flex_right {
    width:777px;
}
.article_flex_right .article_thumb {
    position:relative;
    padding: 89px 48px;
    height: 100%;
}
.article_flex_right .article_thumb .article_thumb__frame {
    background: url('/image/catalog/design/article_frame.png') top center no-repeat;
    position:relative;
    width:100%;
    height:100%;
    position:absolute;
    aspect-ratio: 777/1640;
    top:0px;
    left:0px;
}
html[data-theme="light"] .article_flex_right .article_thumb .article_thumb__frame {
    background: url('/image/catalog/design/article_frame_light.png') top center no-repeat;
    position:relative;
    width:100%;
    height:100%;
    position:absolute;
    aspect-ratio: 777/1640;
    top:0px;
    left:0px;
}
.article_flex_right .article_thumb > img {
    border-radius:50%;
}
#article-article h1 {
    text-align: left;
    margin-top: 0px;
    font-size: 50px;
    position: relative;
    background: none;
    padding-bottom: 64px;
    margin-bottom: 53px;
}
#article-article h1:after {
    content: '';
    display: block;
    width: 94px;
    height: 49px;
    background: url(/image/catalog/design/landscaping_solutions_mark.svg) 0px 0% no-repeat;
    transform: scaleX(-100%);
    position: absolute;
    left: 40px;
    bottom: -15px;
    top: auto;
    margin: 0px;
}
#article-article .cs-topper {
    font-size:22.53px;
    color:#919191;
    text-transform:uppercase;
    margin-bottom: 57px;
    display:block;
    line-height: 210%;
}
html[data-theme="light"] #article-article .cs-topper {
    color:#555;
}
#article-article .cs-h2 {
    font-size:32px;
    text-align:left;
    padding:0px;
    padding-left:65px;
    background:url(/image/catalog/design/article_h2.svg) 5px 0px no-repeat;
    margin:70px 0 40px;
}
html[data-theme="light"] #article-article .cs-h2 {
    background:url(/image/catalog/design/article_h2_light.svg) 5px 0px no-repeat;
}
#article-article p {
    font-size:21.51px;
    line-height:160%;
    margin-bottom: 23px;
}
#article-article #content ul li,
#article-article .article_flex_left ul li {
    padding-left: 25px;
    font-size:21.51px;
    line-height:160%;
    position:relative;
}
#article-article #content ul,
#article-article .article_flex_left ul {
    padding-left: 33px;
    margin-bottom: 40px;
}
#article-article #content  ul li:before,
#article-article .article_flex_left ul li:before {
    content:'';
    width:9px;
    height:9px;
    background:var(--primary);
    display:flex;
    position:absolute;
    left:0px;
    top: 13px;
    border-radius: 10px;
}
#article-article h3 {
    color:var(--primary);
    font-size:27px;
    text-align:left;
    line-height:160%;
    margin-bottom:25px;
}
#article-article .date-viewed {
    margin: 25px 0px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
#article-article #tab-description {
    margin-bottom:30px;
}

#article-article #tab-description .date-viewed i {
    margin-right: 8px
}

#article-article #tab-description .date-viewed .date-added,
#article-article #tab-description .date-viewed .viewed {
    display: inline-block;
    color: #bcbcbc;
    display: flex;
    align-items: center;
}

#article-article .article-thumb img {
    width:100%;
}
/* Reviews */

#article-article .fa-stack {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

/*rating-stars*/
#article-article .fa-star:before {
    content: '';
    display: block;
    background: url('/image/catalog/design/star1.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 100%;
    height: 100%;
    /* width: 24px;
    height: 24px; */
}

#article-article .fa-star-o:before {
    content: '';
    display: block;
    background: url('/image/catalog/design/star0.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 100%;
    height: 100%;
    /* width: 24px;
    height: 24px; */
}

#article-article .rating .fa-star:before {
    content: '';
    display: block;
    background: url('/image/catalog/design/star1.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 16px;
    height: 16px;
}

#article-article .rating .fa-star-o:before {
    content: '';
    display: block;
    background: url('/image/catalog/design/star0.png');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 16px;
    height: 16px;
}

#article-article .rating-line {
    display: flex;
    align-items: center;
}

#article-article .rating-link {
    display: flex;
    margin: 0px 10px;
}

/*rating-stars-end*/

#article-article .write-review-link {
    border-bottom: 1px dashed #ddd;
}

#article-article .write-review-link:hover {
    border-bottom: 1px dashed transparent;
}

#article-article .article_flex .article_flex_left .zagol1 span {
    color:var(--primary);
}
.article_flex_left .article_flex_right {
    display:none;
}
@media (min-width:1600px) and (max-width:1919px) {
    .article_flex_left {
        width: 660px;
    }
}
@media (max-width:1599px) {
    .article_flex_left {
        width: 1050px;
    }
    .article_flex_right {
        width:auto;
        margin-left: 40px;
    }
    .article_flex_right .article_thumb {
        padding: 64px 31px;
    }
    .article_flex_right .article_thumb .article_thumb__frame, html[data-theme="light"] .article_flex_right .article_thumb .article_thumb__frame {
        background-size:100% auto;
    }
}
@media (max-width:1439px) {
    .article_flex_left {
        width: 1490px;
    }
    .article_flex {
        background-position: 50% 0px;
    }

}
@media (max-width:1199px) {
    .article_flex_left {
        width: 1430px;
    }
    .article_flex_left + .article_flex_right {
        display:none;
    }
    .article_flex_left .article_flex_right  {
        display:flex;
        margin: 0px;
        aspect-ratio: 100 / 222;
        margin-bottom: -770px;
    }
    .article_flex_left {
        position:relative;
        z-index:1;
    }
    .article_flex_left {
        width: 1430px;
    }
    #article-article h1 {
        text-align:center;
    }
    #article-article h1:after {
        left:50%;
        transform:translate(-50%, 0);
    }
    .article_flex_right .article_thumb {
        z-index:-1;
    }
}
@media (max-width:991px) {
    .article_flex_left .article_flex_right {
       margin-bottom: -590px;
    }
    #article-article .cs-h2 {
        font-size:30px
    }
}
@media (max-width:767px) {
    .article_flex_left .article_flex_right {
       margin-bottom: -440px;
    }
    #article-article h1 {
        font-size:40px; 
    }
    #article-article h1:after{
        width: 80px;
        height: 41px;
        background-size: 100%;
    }
    #article-article .cs-h2 {
        font-size:27px
    }
}
@media (max-width:575px) {
    .article_flex_left .article_flex_right {
       margin-bottom: calc((-100vw + 12px)*0.75);
    }
    #article-article h1 {
        font-size:30px; 
    }
    #article-article h1:after{
        width: 77px;
        height: 46px;
        background-size: 100%;
    }
    #article-article .cs-h2 {
        font-size:24px
    }
}
