@charset "UTF-8";

#hd_l + section .content_wrapper .wrapper_item .inner_item_img{
	display: none
}

 

#hd_l + section .content_wrapper .wrapper_item .inner_item_txt{
	   flex-basis: 100%;
    max-width: 100%;
}








/* =========================
   Counter
========================= */
#feature_1 + section .content_wrapper,
#feature_2 + section .content_wrapper,
#feature_3 + section .content_wrapper {
    counter-reset: itemNum;
}

#feature_1 + section .content_wrapper .wrapper_item,
#feature_2 + section .content_wrapper .wrapper_item,
#feature_3 + section .content_wrapper .wrapper_item {
    counter-increment: itemNum;
}

/* =========================
   Image Wrapper
========================= */
#feature_1 + section .content_wrapper .wrapper_item .inner_item_img,
#feature_2 + section .content_wrapper .wrapper_item .inner_item_img,
#feature_3 + section .content_wrapper .wrapper_item .inner_item_img {
    position: relative;
    overflow: visible;
}

#feature_1 + section .content_wrapper .wrapper_item .inner_item_img img,
#feature_2 + section .content_wrapper .wrapper_item .inner_item_img img,
#feature_3 + section .content_wrapper .wrapper_item .inner_item_img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 24px;
}

/* =========================
   Badge
========================= */
#feature_1 + section .content_wrapper .wrapper_item .inner_item_img::before,
#feature_2 + section .content_wrapper .wrapper_item .inner_item_img::before,
#feature_3 + section .content_wrapper .wrapper_item .inner_item_img::before {
    content: counter(itemNum, decimal-leading-zero);
    position: absolute;
    top: -24px;
    width: 100px;
    height: 100px;
    background: #f2523c;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

/* =========================
   RECOMMEND
========================= */
#feature_1 + section .content_wrapper .wrapper_item .inner_item_img::after,
#feature_2 + section .content_wrapper .wrapper_item .inner_item_img::after,
#feature_3 + section .content_wrapper .wrapper_item .inner_item_img::after {
    content: "";
    position: absolute;
    top: -42px;
    width: 100px;
    height: 60px;
    z-index: 3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 60'%3E%3Cpath id='curve' d='M10,50 A40,40 0 0,1 90,50' fill='transparent'/%3E%3Ctext font-family='sans-serif' font-size='11' font-weight='bold' fill='%23f2523c' letter-spacing='1'%3E%3CtextPath href='%23curve' startOffset='50%25' text-anchor='middle'%3ERECOMMEND%3C/textPath%3E%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* =========================
   Feature 1 - Right
========================= */
#feature_1 + section .content_wrapper .wrapper_item .inner_item_img::before,
#feature_1 + section .content_wrapper .wrapper_item .inner_item_img::after {
    right: auto;
    left: -15px;
}

/* =========================
   Feature 2 - Left
========================= */
#feature_2 + section .content_wrapper .wrapper_item .inner_item_img::before,
#feature_2 + section .content_wrapper .wrapper_item .inner_item_img::after {
    left: auto;
    right: -15px;
}

/* =========================
   Feature 3 - Right
========================= */
#feature_3 + section .content_wrapper .wrapper_item .inner_item_img::before,
#feature_3 + section .content_wrapper .wrapper_item .inner_item_img::after {
    right: auto;
    left: -15px;
}

/* =========================
   Mobile
========================= */
@media (max-width:767px){

    #feature_1 + section .content_wrapper .wrapper_item .inner_item_img::before,
    #feature_2 + section .content_wrapper .wrapper_item .inner_item_img::before,
    #feature_3 + section .content_wrapper .wrapper_item .inner_item_img::before{
        width:60px;
        height:60px;
        top:-14px;
        font-size:20px;
    }

    #feature_1 + section .content_wrapper .wrapper_item .inner_item_img::after,
    #feature_2 + section .content_wrapper .wrapper_item .inner_item_img::after,
    #feature_3 + section .content_wrapper .wrapper_item .inner_item_img::after{
        width:60px;
        height:40px;
        top:-24px;
    }

    /* Feature 1 - Right */
    #feature_1 + section .content_wrapper .wrapper_item .inner_item_img::before,
    #feature_1 + section .content_wrapper .wrapper_item .inner_item_img::after{
        right:auto;
        left:-14px;
    }

    /* Feature 2 - Left */
    #feature_2 + section .content_wrapper .wrapper_item .inner_item_img::before,
    #feature_2 + section .content_wrapper .wrapper_item .inner_item_img::after{
        left:-14px;
        right:auto;
    }

    /* Feature 3 - Right */
    #feature_3 + section .content_wrapper .wrapper_item .inner_item_img::before,
    #feature_3 + section .content_wrapper .wrapper_item .inner_item_img::after{
        right:auto;
        left:-14px;
    }
}




@media screen and (min-width: 1251px) {

   #feature_1 + section .content_wrapper .wrapper_item .inner_item_img::after, #feature_2 + section .content_wrapper .wrapper_item .inner_item_img::after, #feature_3 + section .content_wrapper .wrapper_item .inner_item_img::after {

    content: "";

    position: absolute;

    top: -40px; 

    width: 90px;

    height: 70px;



} 



#feature_1 + section .content_wrapper .wrapper_item .inner_item_img::before, #feature_2 + section .content_wrapper .wrapper_item .inner_item_img::before, #feature_3 + section .content_wrapper .wrapper_item .inner_item_img::before {
    content: counter(itemNum, decimal-leading-zero);
    position: absolute;
    top: -24px;
    width: 90px;
    height: 90px;
}

#feature_2 + section .content_wrapper .wrapper_item .inner_item_img::before, #feature_2 + section .content_wrapper .wrapper_item .inner_item_img::after {
right: -25px; 
}

#feature_1 + section .content_wrapper .wrapper_item .inner_item_img::before, #feature_1 + section .content_wrapper .wrapper_item .inner_item_img::after {
    right: auto;
    left: -25px;
}

#feature_3 + section .content_wrapper .wrapper_item .inner_item_img::before, #feature_3 + section .content_wrapper .wrapper_item .inner_item_img::after {
    right: auto;
    left: -25px;
}


}





/* Feature 1 */
#feature_1 + section .content_wrapper .wrapper_item .inner_item_img::before {
    content: "01";
}

/* Feature 2 */
#feature_2 + section .content_wrapper .wrapper_item .inner_item_img::before {
    content: "02";
}

/* Feature 3 */
#feature_3 + section .content_wrapper .wrapper_item .inner_item_img::before {
    content: "03";
}

#feature_1 + section,
#feature_2 + section,
#feature_3 + section,
#feature_btn + div{
    background: var(--light_orange, #fef6e4);
}







