.elementor-2886 .elementor-element.elementor-element-deb2794{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-9px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2886 .elementor-element.elementor-element-1fb2255{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5ed4709 *//*==================================================
CoffeeMasterHub
Caffeine in Mountain Dew
PREMIUM TOOL CSS
GREEN/YELLOW ONLY INSIDE SVG
POPPINS THROUGHOUT
==================================================*/


/*==================================
 GOOGLE FONT
==================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/*==================================
 MAIN SCOPE + POPPINS
==================================*/

#cmh-mountain-dew-caffeine,
#cmh-mountain-dew-caffeine *,
#cmh-mountain-dew-caffeine *::before,
#cmh-mountain-dew-caffeine *::after{

    box-sizing:border-box;

    font-family:'Poppins',sans-serif !important;

}


#cmh-mountain-dew-caffeine{

    width:100%;

    max-width:1320px;

    margin:40px auto;

    padding:18px;

    color:#353535;

    --primary:#7A4A27;

    --primary-dark:#5F351D;

    --primary-light:#B57A4C;

    --cream:#F7EFE8;

    --cream-light:#FFF9F4;

    --soft:#FCFBFA;

    --border:#E9E2DA;

    --border-dark:#DCCABB;

    --heading:#3E2415;

    --text:#353535;

    --muted:#787878;

    --shadow:0 14px 38px rgba(74,48,30,.07);

}


/*==================================
 HERO
==================================*/

#cmh-mountain-dew-caffeine .cmh-hero{

    position:relative;

    width:100%;

    margin-bottom:30px;

    padding:64px 55px;

    overflow:hidden;

    text-align:center;

    background:#F7EFE8;

    border:1px solid #EAD9CA;

    border-radius:24px;

}


#cmh-mountain-dew-caffeine .cmh-hero::before{

    content:"";

    position:absolute;

    width:240px;

    height:240px;

    top:-115px;

    right:-90px;

    border-radius:50%;

    background:rgba(107,63,34,.07);

}


#cmh-mountain-dew-caffeine .cmh-hero::after{

    content:"";

    position:absolute;

    width:170px;

    height:170px;

    left:-80px;

    bottom:-90px;

    border-radius:50%;

    background:rgba(107,63,34,.06);

}


/*==================================
 HERO BADGE
==================================*/

#cmh-mountain-dew-caffeine .cmh-badge{

    position:relative;

    z-index:2;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    margin-bottom:16px;

    padding:8px 16px;

    border-radius:30px;

    background:#6B3F22;

    color:#FFFFFF;

    font-size:12px;

    line-height:1.4;

    font-weight:700;

    letter-spacing:.5px;

}


#cmh-mountain-dew-caffeine .cmh-badge svg{

    display:block;

    flex-shrink:0;

}


/*==================================
 HERO HEADING
==================================*/

#cmh-mountain-dew-caffeine .cmh-hero h1{

    position:relative;

    z-index:2;

    margin:0 0 15px;

    color:#3E2415;

    font-size:44px;

    line-height:1.2;

    font-weight:800;

}


#cmh-mountain-dew-caffeine .cmh-hero p{

    position:relative;

    z-index:2;

    max-width:720px;

    margin:0 auto;

    color:#6F5A4A;

    font-size:16px;

    line-height:1.8;

    font-weight:400;

}


/*==================================
 MAIN TOOL
==================================*/

#cmh-mountain-dew-caffeine .cmh-mountain-tool{

    width:100%;

    margin-bottom:32px;

}


#cmh-mountain-dew-caffeine .cmh-tool-grid{

    display:grid;

    grid-template-columns:minmax(0,1fr) minmax(0,1fr);

    gap:28px;

    align-items:stretch;

}


/*==================================
 GENERAL CARD
==================================*/

#cmh-mountain-dew-caffeine .cmh-card{

    background:#FFFFFF;

    border:1px solid var(--border);

    border-radius:22px;

    box-shadow:var(--shadow);

}


/*==================================
 PRODUCT CARD
==================================*/

#cmh-mountain-dew-caffeine .cmh-product-card{

    position:relative;

    min-height:600px;

    padding:28px;

    display:flex;

    flex-direction:column;

    overflow:hidden;

}


/*==================================
 PRODUCT BADGE
==================================*/

#cmh-mountain-dew-caffeine .cmh-product-badge{

    position:relative;

    z-index:5;

    align-self:flex-start;

    display:inline-flex;

    align-items:center;

    min-height:34px;

    padding:6px 14px;

    border-radius:30px;

    background:#6B3F22;

    color:#FFFFFF;

    font-size:11px;

    line-height:1.4;

    font-weight:700;

    letter-spacing:.5px;

}


/*==================================
 PRODUCT VISUAL
==================================*/

#cmh-mountain-dew-caffeine .cmh-product-visual{

    position:relative;

    z-index:2;

    flex:1;

    min-height:440px;

    margin-top:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

    background:#F8F1EB;

    border:1px solid #EADDD2;

    border-radius:20px;

}


/*==================================
 VISUAL CIRCLE
==================================*/

#cmh-mountain-dew-caffeine .cmh-product-visual::before{

    content:"";

    position:absolute;

    width:310px;

    height:310px;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    border-radius:50%;

    background:#EFE3D8;

}


#cmh-mountain-dew-caffeine .cmh-product-visual::after{

    content:"";

    position:absolute;

    width:85px;

    height:85px;

    right:25px;

    top:22px;

    border-radius:50%;

    background:rgba(122,74,39,.06);

}


/*==================================
 MOUNTAIN DEW SVG
==================================*/

#cmh-mountain-dew-caffeine .cmh-mountain-dew-svg{

    position:relative;

    z-index:3;

    display:block;

    width:215px;

    height:410px;

    max-width:75%;

    overflow:visible;

    transition:transform .35s ease;

}


#cmh-mountain-dew-caffeine .cmh-product-visual:hover .cmh-mountain-dew-svg{

    transform:translateY(-6px) scale(1.015);

}


/*==================================
 PRODUCT CAPTION
==================================*/

#cmh-mountain-dew-caffeine .cmh-product-caption{

    padding:17px 5px 2px;

    text-align:center;

}


#cmh-mountain-dew-caffeine .cmh-product-caption strong{

    display:block;

    color:var(--primary);

    font-size:19px;

    line-height:1.4;

    font-weight:700;

}


#cmh-mountain-dew-caffeine .cmh-product-caption span{

    display:block;

    margin-top:4px;

    color:var(--muted);

    font-size:12px;

    line-height:1.6;

    font-weight:400;

}


/*==================================
 RESULT CARD
==================================*/

#cmh-mountain-dew-caffeine .cmh-result-card{

    min-height:600px;

    padding:32px;

    display:flex;

    flex-direction:column;

}


/*==================================
 RESULT HEADER
==================================*/

#cmh-mountain-dew-caffeine .cmh-result-header{

    margin-bottom:20px;

}


#cmh-mountain-dew-caffeine .cmh-section-label{

    display:inline-block;

    margin-bottom:7px;

    color:#8A5A38;

    font-size:11px;

    line-height:1.5;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}


#cmh-mountain-dew-caffeine .cmh-result-header h2{

    margin:0 0 8px;

    color:var(--primary);

    font-size:29px;

    line-height:1.3;

    font-weight:700;

}


#cmh-mountain-dew-caffeine .cmh-result-header p{

    margin:0;

    color:var(--muted);

    font-size:14px;

    line-height:1.75;

    font-weight:400;

}


/*==================================
 MAIN RESULT
==================================*/

#cmh-mountain-dew-caffeine .cmh-main-result{

    position:relative;

    overflow:hidden;

    padding:34px 20px;

    text-align:center;

    background:#FFF9F4;

    border:1px solid #E8DDD2;

    border-radius:20px;

}


#cmh-mountain-dew-caffeine .cmh-main-result::after{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    right:-45px;

    top:-45px;

    border-radius:50%;

    background:rgba(122,74,39,.06);

}


#cmh-mountain-dew-caffeine .cmh-result-number{

    position:relative;

    z-index:2;

    display:block;

    color:var(--primary);

    font-size:72px;

    line-height:1;

    font-weight:800;

}


#cmh-mountain-dew-caffeine .cmh-result-unit{

    position:relative;

    z-index:2;

    display:block;

    margin-top:9px;

    color:#6F5A4A;

    font-size:15px;

    line-height:1.5;

    font-weight:600;

}


/*==================================
 RESULT DETAILS
==================================*/

#cmh-mountain-dew-caffeine .cmh-result-details{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-top:15px;

}


#cmh-mountain-dew-caffeine .cmh-detail-box{

    padding:17px;

    text-align:center;

    background:#FCFBFA;

    border:1px solid var(--border);

    border-radius:16px;

}


#cmh-mountain-dew-caffeine .cmh-detail-box span{

    display:block;

    margin-bottom:5px;

    color:var(--muted);

    font-size:12px;

    line-height:1.5;

    font-weight:400;

}


#cmh-mountain-dew-caffeine .cmh-detail-box strong{

    display:block;

    color:var(--primary);

    font-size:16px;

    line-height:1.5;

    font-weight:700;

}


/*==================================
 QUICK ANSWER
==================================*/

#cmh-mountain-dew-caffeine .cmh-quick-answer{

    margin-top:15px;

    padding:17px 19px;

    background:#FFF9F4;

    border-left:4px solid var(--primary);

    border-radius:14px;

}


#cmh-mountain-dew-caffeine .cmh-quick-answer strong{

    display:block;

    margin-bottom:5px;

    color:var(--primary);

    font-size:14px;

    line-height:1.5;

    font-weight:700;

}


#cmh-mountain-dew-caffeine .cmh-quick-answer p{

    margin:0;

    color:#666;

    font-size:13px;

    line-height:1.7;

    font-weight:400;

}


/*==================================
 CAFFEINE LEVEL
==================================*/

#cmh-mountain-dew-caffeine .cmh-level-row{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;

    margin-top:auto;

    padding:15px 18px;

    background:#FCFBFA;

    border:1px solid var(--border);

    border-radius:15px;

}


#cmh-mountain-dew-caffeine .cmh-level-row span{

    color:#666;

    font-size:13px;

    line-height:1.5;

    font-weight:400;

}


#cmh-mountain-dew-caffeine .cmh-level-row strong{

    padding:5px 13px;

    border-radius:30px;

    background:#F1E5DA;

    color:var(--primary);

    font-size:12px;

    line-height:1.4;

    font-weight:700;

}


/*==================================
 SERVING SECTION
==================================*/

#cmh-mountain-dew-caffeine .cmh-tool-section{

    width:100%;

    margin-bottom:32px;

}


#cmh-mountain-dew-caffeine .cmh-section-heading{

    margin-bottom:20px;

}


#cmh-mountain-dew-caffeine .cmh-section-heading h2{

    margin:0 0 8px;

    color:var(--heading);

    font-size:29px;

    line-height:1.35;

    font-weight:700;

}


#cmh-mountain-dew-caffeine .cmh-section-heading p{

    max-width:760px;

    margin:0;

    color:var(--muted);

    font-size:14px;

    line-height:1.8;

    font-weight:400;

}


/*==================================
 SERVING GRID
==================================*/

#cmh-mountain-dew-caffeine .cmh-serving-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

}


#cmh-mountain-dew-caffeine .cmh-serving-card{

    padding:25px 18px;

    text-align:center;

    background:#FFFFFF;

    border:1px solid var(--border);

    border-radius:18px;

    box-shadow:0 10px 25px rgba(0,0,0,.04);

    transition:.3s ease;

}


#cmh-mountain-dew-caffeine .cmh-serving-card:hover{

    transform:translateY(-4px);

    border-color:var(--border-dark);

    box-shadow:0 14px 30px rgba(0,0,0,.07);

}


#cmh-mountain-dew-caffeine .cmh-serving-card span{

    display:block;

    margin-bottom:8px;

    color:var(--muted);

    font-size:13px;

    line-height:1.5;

    font-weight:400;

}


#cmh-mountain-dew-caffeine .cmh-serving-card strong{

    display:block;

    color:var(--primary);

    font-size:28px;

    line-height:1.3;

    font-weight:700;

}


#cmh-mountain-dew-caffeine .cmh-serving-card small{

    display:block;

    margin-top:4px;

    color:#888;

    font-size:11px;

    line-height:1.5;

    font-weight:400;

}


#cmh-mountain-dew-caffeine .cmh-serving-card.cmh-serving-featured{

    background:#FFF9F4;

    border-color:#DCCABB;

}


/*==================================
 CTA
==================================*/

#cmh-mountain-dew-caffeine .cmh-calculator-cta{

    width:100%;

    margin-bottom:30px;

}


#cmh-mountain-dew-caffeine .cmh-cta-card{

    position:relative;

    overflow:hidden;

    padding:40px;

    background:#F7EFE8;

    border:1px solid #EAD9CA;

    border-radius:22px;

}


#cmh-mountain-dew-caffeine .cmh-cta-card::after{

    content:"";

    position:absolute;

    width:190px;

    height:190px;

    right:-75px;

    bottom:-100px;

    border-radius:50%;

    background:rgba(107,63,34,.07);

}


#cmh-mountain-dew-caffeine .cmh-cta-card h2{

    position:relative;

    z-index:2;

    margin:0 0 10px;

    color:var(--heading);

    font-size:29px;

    line-height:1.35;

    font-weight:700;

}


#cmh-mountain-dew-caffeine .cmh-cta-card p{

    position:relative;

    z-index:2;

    max-width:760px;

    margin:0 0 22px;

    color:#6F5A4A;

    font-size:14px;

    line-height:1.8;

    font-weight:400;

}


/*==================================
 CTA BUTTON
==================================*/

#cmh-mountain-dew-caffeine .cmh-calculator-button{

    position:relative;

    z-index:3;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    min-height:52px;

    padding:0 24px;

    border-radius:14px;

    background:linear-gradient(
        135deg,
        #7A4A27,
        #B57A4C
    );

    color:#FFFFFF !important;

    font-size:14px;

    line-height:1.4;

    font-weight:600;

    text-decoration:none;

    transition:.3s ease;

}


#cmh-mountain-dew-caffeine .cmh-calculator-button svg{

    display:block;

    flex-shrink:0;

}


#cmh-mountain-dew-caffeine .cmh-calculator-button:hover{

    transform:translateY(-3px);

    color:#FFFFFF !important;

    box-shadow:0 15px 30px rgba(122,74,39,.20);

}


/*==================================
 TABLET
==================================*/

@media(max-width:991px){

    #cmh-mountain-dew-caffeine{

        padding:15px;

    }


    #cmh-mountain-dew-caffeine .cmh-tool-grid{

        grid-template-columns:1fr;

        gap:24px;

    }


    #cmh-mountain-dew-caffeine .cmh-product-card{

        min-height:570px;

    }


    #cmh-mountain-dew-caffeine .cmh-result-card{

        min-height:560px;

    }


    #cmh-mountain-dew-caffeine .cmh-serving-grid{

        grid-template-columns:repeat(2,1fr);

    }


    #cmh-mountain-dew-caffeine .cmh-hero{

        padding:55px 40px;

    }


    #cmh-mountain-dew-caffeine .cmh-hero h1{

        font-size:38px;

    }

}


/*==================================
 MOBILE
==================================*/

@media(max-width:768px){

    #cmh-mountain-dew-caffeine{

        padding:10px;

        margin:20px auto;

    }


    #cmh-mountain-dew-caffeine .cmh-hero{

        padding:42px 24px;

        border-radius:20px;

    }


    #cmh-mountain-dew-caffeine .cmh-badge{

        padding:7px 12px;

        font-size:10px;

    }


    #cmh-mountain-dew-caffeine .cmh-hero h1{

        font-size:29px;

        line-height:1.25;

    }


    #cmh-mountain-dew-caffeine .cmh-hero p{

        font-size:14px;

        line-height:1.75;

    }


    #cmh-mountain-dew-caffeine .cmh-product-card{

        min-height:510px;

        padding:22px;

    }


    #cmh-mountain-dew-caffeine .cmh-product-visual{

        min-height:370px;

    }


    #cmh-mountain-dew-caffeine .cmh-product-visual::before{

        width:280px;

        height:280px;

    }


    #cmh-mountain-dew-caffeine .cmh-mountain-dew-svg{

        width:185px;

        height:350px;

    }


    #cmh-mountain-dew-caffeine .cmh-result-card{

        min-height:540px;

        padding:25px;

    }


    #cmh-mountain-dew-caffeine .cmh-result-header h2{

        font-size:25px;

    }


    #cmh-mountain-dew-caffeine .cmh-result-number{

        font-size:60px;

    }


    #cmh-mountain-dew-caffeine .cmh-section-heading h2{

        font-size:25px;

    }


    #cmh-mountain-dew-caffeine .cmh-cta-card{

        padding:30px 25px;

    }


    #cmh-mountain-dew-caffeine .cmh-cta-card h2{

        font-size:25px;

    }

}


/*==================================
 SMALL MOBILE
==================================*/

@media(max-width:480px){

    #cmh-mountain-dew-caffeine .cmh-hero{

        padding:38px 20px;

    }


    #cmh-mountain-dew-caffeine .cmh-hero h1{

        font-size:26px;

    }


    #cmh-mountain-dew-caffeine .cmh-product-card{

        min-height:470px;

        padding:18px;

    }


    #cmh-mountain-dew-caffeine .cmh-product-visual{

        min-height:330px;

        margin-top:15px;

    }


    #cmh-mountain-dew-caffeine .cmh-product-visual::before{

        width:245px;

        height:245px;

    }


    #cmh-mountain-dew-caffeine .cmh-mountain-dew-svg{

        width:160px;

        height:305px;

    }


    #cmh-mountain-dew-caffeine .cmh-product-caption{

        padding-top:14px;

    }


    #cmh-mountain-dew-caffeine .cmh-product-caption strong{

        font-size:17px;

    }


    #cmh-mountain-dew-caffeine .cmh-result-card{

        min-height:510px;

        padding:20px;

    }


    #cmh-mountain-dew-caffeine .cmh-main-result{

        padding:28px 15px;

    }


    #cmh-mountain-dew-caffeine .cmh-result-number{

        font-size:52px;

    }


    #cmh-mountain-dew-caffeine .cmh-result-details{

        grid-template-columns:1fr;

    }


    #cmh-mountain-dew-caffeine .cmh-serving-grid{

        grid-template-columns:1fr 1fr;

        gap:12px;

    }


    #cmh-mountain-dew-caffeine .cmh-serving-card{

        padding:20px 12px;

    }


    #cmh-mountain-dew-caffeine .cmh-serving-card strong{

        font-size:23px;

    }


    #cmh-mountain-dew-caffeine .cmh-section-heading h2{

        font-size:22px;

    }


    #cmh-mountain-dew-caffeine .cmh-cta-card{

        padding:25px 20px;

    }


    #cmh-mountain-dew-caffeine .cmh-cta-card h2{

        font-size:23px;

    }


    #cmh-mountain-dew-caffeine .cmh-calculator-button{

        width:100%;

        gap:10px;

    }

}


/*==================================
 FINAL FONT + ICON FIX
==================================*/

#cmh-mountain-dew-caffeine h1,
#cmh-mountain-dew-caffeine h2,
#cmh-mountain-dew-caffeine h3,
#cmh-mountain-dew-caffeine p,
#cmh-mountain-dew-caffeine span,
#cmh-mountain-dew-caffeine strong,
#cmh-mountain-dew-caffeine small,
#cmh-mountain-dew-caffeine a,
#cmh-mountain-dew-caffeine button{

    font-family:'Poppins',sans-serif !important;

}


#cmh-mountain-dew-caffeine .cmh-calculator-button{

    gap:10px;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c26d2a9 *//*==================================================
CoffeeMasterHub
Caffeine in Mountain Dew
CONTENT + FAQ CSS
PREMIUM COFFEE BROWN THEME
POPPINS TYPOGRAPHY
==================================================*/


/*==================================
 GOOGLE FONT
==================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/*==================================
 MAIN FONT SCOPE
==================================*/

#cmh-mountain-dew-content,
#cmh-mountain-dew-content *,
#cmh-mountain-dew-faq,
#cmh-mountain-dew-faq *{

    box-sizing:border-box;

    font-family:"Poppins",sans-serif;

}


/*==================================
 CONTENT WRAPPER
==================================*/

#cmh-mountain-dew-content{

    width:100%;

    max-width:1320px;

    margin:40px auto;

    padding:0 18px;

}


/*==================================
 CONTENT CARD
==================================*/

#cmh-mountain-dew-content .cmh-content-card{

    width:100%;

    padding:44px;

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:24px;

    box-shadow:0 15px 40px rgba(74,48,30,.06);

    overflow:hidden;

}


/*==================================
 CONTENT BADGE
==================================*/

#cmh-mountain-dew-content .cmh-content-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    margin-bottom:20px;

    padding:9px 18px;

    background:#FFF8F2;

    border:1px solid #E8DDD2;

    border-radius:50px;

    color:#7A4A27;

    font-size:12px;

    line-height:1.4;

    font-weight:600;

    letter-spacing:.2px;

}


/*==================================
 H2
==================================*/

#cmh-mountain-dew-content .cmh-content-card h2{

    margin:0 0 21px;

    color:#3E2415;

    font-size:38px;

    line-height:1.3;

    font-weight:800;

    letter-spacing:-.4px;

}


/*==================================
 H3
==================================*/

#cmh-mountain-dew-content .cmh-content-card h3{

    margin:38px 0 15px;

    color:#7A4A27;

    font-size:24px;

    line-height:1.4;

    font-weight:700;

    letter-spacing:-.15px;

}


/*==================================
 PARAGRAPHS
==================================*/

#cmh-mountain-dew-content .cmh-content-card p{

    margin:0 0 19px;

    color:#555555;

    font-size:15.5px;

    line-height:1.9;

    font-weight:400;

}


/*==================================
 STRONG
==================================*/

#cmh-mountain-dew-content .cmh-content-card strong{

    color:#7A4A27;

    font-weight:700;

}


/*==================================
 LINKS
==================================*/

#cmh-mountain-dew-content .cmh-content-card a{

    color:#8A552E;

    font-weight:600;

    text-decoration:none;

    transition:color .25s ease;

}


#cmh-mountain-dew-content .cmh-content-card a:hover{

    color:#B57A4C;

    text-decoration:underline;

}


/*==================================
 INFO BOX
==================================*/

#cmh-mountain-dew-content .cmh-info-box{

    position:relative;

    margin:30px 0;

    padding:27px 30px;

    background:#FFF9F4;

    border:1px solid #E8DDD2;

    border-left:5px solid #7A4A27;

    border-radius:18px;

}


/*==================================
 INFO BOX HEADING
==================================*/

#cmh-mountain-dew-content .cmh-info-box h3{

    margin:0 0 13px;

    color:#7A4A27;

    font-size:21px;

    line-height:1.45;

    font-weight:700;

}


/*==================================
 INFO BOX PARAGRAPH
==================================*/

#cmh-mountain-dew-content .cmh-info-box p{

    margin:0;

}


/*==================================
 INFO BOX LIST
==================================*/

#cmh-mountain-dew-content .cmh-info-box ul{

    margin:17px 0 0;

    padding-left:23px;

}


#cmh-mountain-dew-content .cmh-info-box li{

    margin:0 0 11px;

    padding-left:4px;

    color:#555555;

    font-size:14.5px;

    line-height:1.8;

}


#cmh-mountain-dew-content .cmh-info-box li:last-child{

    margin-bottom:0;

}


/*==================================
 TIP / NOTE
==================================*/

#cmh-mountain-dew-content .cmh-note{

    margin:30px 0;

    padding:20px 24px;

    background:#FDF7F1;

    border:1px solid #E9DED3;

    border-left:4px solid #B57A4C;

    border-radius:16px;

    color:#555555;

    font-size:14.5px;

    line-height:1.85;

}


#cmh-mountain-dew-content .cmh-note strong{

    color:#7A4A27;

    font-weight:700;

}


/*==================================
 FAQ WRAPPER
==================================*/

#cmh-mountain-dew-faq{

    width:100%;

    max-width:1320px;

    margin:40px auto;

    padding:0 18px;

}


/*==================================
 FAQ CARD
==================================*/

#cmh-mountain-dew-faq .cmh-faq-card{

    width:100%;

    padding:44px;

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:24px;

    box-shadow:0 15px 40px rgba(74,48,30,.06);

    overflow:hidden;

}


/*==================================
 FAQ BADGE
==================================*/

#cmh-mountain-dew-faq .cmh-content-badge{

    display:flex;

    width:max-content;

    margin:0 auto 18px;

    padding:9px 18px;

    background:#FFF8F2;

    border:1px solid #E8DDD2;

    border-radius:50px;

    color:#7A4A27;

    font-size:12px;

    line-height:1.4;

    font-weight:600;

}


/*==================================
 FAQ TITLE
==================================*/

#cmh-mountain-dew-faq .cmh-faq-title{

    margin:0 0 13px;

    color:#3E2415;

    text-align:center;

    font-size:38px;

    line-height:1.3;

    font-weight:800;

    letter-spacing:-.4px;

}


/*==================================
 FAQ DESCRIPTION
==================================*/

#cmh-mountain-dew-faq .cmh-faq-desc{

    max-width:800px;

    margin:0 auto 36px;

    color:#666666;

    text-align:center;

    font-size:15px;

    line-height:1.85;

    font-weight:400;

}


/*==================================
 FAQ ITEM
==================================*/

#cmh-mountain-dew-faq .cmh-faq-item{

    width:100%;

    margin-bottom:15px;

    background:#FFFFFF;

    border:1px solid #E8DDD2;

    border-radius:17px;

    overflow:hidden;

    transition:border-color .25s ease,
               box-shadow .25s ease,
               transform .25s ease;

}


#cmh-mountain-dew-faq .cmh-faq-item:last-child{

    margin-bottom:0;

}


#cmh-mountain-dew-faq .cmh-faq-item:hover{

    border-color:#DCCABB;

    box-shadow:0 10px 28px rgba(74,48,30,.06);

    transform:translateY(-1px);

}


/*==================================
 FAQ QUESTION
==================================*/

#cmh-mountain-dew-faq .cmh-faq-question{

    width:100%;

    min-height:70px;

    margin:0;

    padding:17px 22px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:18px;

    border:0;

    outline:0;

    background:#FFF9F4;

    color:#7A4A27;

    text-align:left;

    cursor:pointer;

    font-family:"Poppins",sans-serif;

    font-size:15px;

    line-height:1.55;

    font-weight:700;

    transition:background .25s ease,
               color .25s ease;

}


#cmh-mountain-dew-faq .cmh-faq-question:hover{

    background:#FFF5ED;

    color:#7A4A27;

}


#cmh-mountain-dew-faq .cmh-faq-question:focus{

    outline:none;

    background:#FFF5ED;

    color:#7A4A27;

}


/*==================================
 FAQ ICON
==================================*/

#cmh-mountain-dew-faq .cmh-faq-question span{

    width:36px;

    height:36px;

    min-width:36px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#7A4A27;

    color:#FFFFFF;

    font-family:"Poppins",sans-serif;

    font-size:21px;

    line-height:1;

    font-weight:400;

    transition:transform .3s ease,
               background .3s ease;

}


/*==================================
 ACTIVE ICON
==================================*/

#cmh-mountain-dew-faq .cmh-faq-item.active .cmh-faq-question span{

    transform:rotate(45deg);

    background:#B57A4C;

}


/*==================================
 FAQ ANSWER
==================================*/

#cmh-mountain-dew-faq .cmh-faq-answer{

    max-height:0;

    overflow:hidden;

    background:#FFFFFF;

    transition:max-height .4s ease;

}


/*==================================
 FAQ ANSWER TEXT
==================================*/

#cmh-mountain-dew-faq .cmh-faq-answer p{

    margin:0;

    padding:23px 25px;

    color:#555555;

    font-family:"Poppins",sans-serif;

    font-size:14px;

    line-height:1.9;

    font-weight:400;

}


/*==================================
 FAQ ANSWER STRONG
==================================*/

#cmh-mountain-dew-faq .cmh-faq-answer strong{

    color:#7A4A27;

    font-weight:700;

}


/*==================================
 FAQ LINKS
==================================*/

#cmh-mountain-dew-faq .cmh-faq-answer a{

    color:#8A552E;

    font-weight:600;

    text-decoration:none;

    transition:color .25s ease;

}


#cmh-mountain-dew-faq .cmh-faq-answer a:hover{

    color:#B57A4C;

    text-decoration:underline;

}


/*==================================
 ACTIVE FAQ
==================================*/

#cmh-mountain-dew-faq .cmh-faq-item.active{

    border-color:#DCCABB;

    box-shadow:0 10px 28px rgba(122,74,39,.07);

}


/*==================================
 ACTIVE QUESTION
==================================*/

#cmh-mountain-dew-faq .cmh-faq-item.active .cmh-faq-question{

    background:#FFF5ED;

    color:#7A4A27;

}


/*==================================
 TABLET
==================================*/

@media(max-width:991px){

    #cmh-mountain-dew-content{

        padding:0 14px;

    }

    #cmh-mountain-dew-faq{

        padding:0 14px;

    }

    #cmh-mountain-dew-content .cmh-content-card,
    #cmh-mountain-dew-faq .cmh-faq-card{

        padding:34px;

        border-radius:22px;

    }

    #cmh-mountain-dew-content .cmh-content-card h2,
    #cmh-mountain-dew-faq .cmh-faq-title{

        font-size:32px;

    }

    #cmh-mountain-dew-content .cmh-content-card h3{

        font-size:22px;

    }

    #cmh-mountain-dew-content .cmh-content-card p{

        font-size:15px;

    }

}


/*==================================
 MOBILE
==================================*/

@media(max-width:768px){

    #cmh-mountain-dew-content,
    #cmh-mountain-dew-faq{

        margin:25px auto;

        padding:0 10px;

    }

    #cmh-mountain-dew-content .cmh-content-card,
    #cmh-mountain-dew-faq .cmh-faq-card{

        padding:25px;

        border-radius:20px;

    }

    #cmh-mountain-dew-content .cmh-content-badge,
    #cmh-mountain-dew-faq .cmh-content-badge{

        padding:8px 15px;

        font-size:11px;

    }

    #cmh-mountain-dew-content .cmh-content-card h2,
    #cmh-mountain-dew-faq .cmh-faq-title{

        font-size:27px;

        line-height:1.35;

    }

    #cmh-mountain-dew-content .cmh-content-card h3{

        margin-top:30px;

        font-size:20px;

    }

    #cmh-mountain-dew-content .cmh-content-card p,
    #cmh-mountain-dew-faq .cmh-faq-answer p{

        font-size:14px;

        line-height:1.85;

    }

    #cmh-mountain-dew-content .cmh-info-box{

        margin:25px 0;

        padding:22px;

        border-left-width:4px;

    }

    #cmh-mountain-dew-content .cmh-info-box h3{

        font-size:19px;

    }

    #cmh-mountain-dew-content .cmh-info-box li{

        font-size:13.5px;

    }

    #cmh-mountain-dew-content .cmh-note{

        padding:18px 20px;

        font-size:13.5px;

    }

    #cmh-mountain-dew-faq .cmh-faq-desc{

        font-size:13.5px;

        line-height:1.8;

        margin-bottom:28px;

    }

    #cmh-mountain-dew-faq .cmh-faq-item{

        border-radius:15px;

        margin-bottom:13px;

    }

    #cmh-mountain-dew-faq .cmh-faq-question{

        min-height:63px;

        padding:16px 17px;

        font-size:14px;

        gap:12px;

    }

    #cmh-mountain-dew-faq .cmh-faq-question span{

        width:32px;

        height:32px;

        min-width:32px;

        font-size:19px;

    }

    #cmh-mountain-dew-faq .cmh-faq-answer p{

        padding:20px;

    }

}


/*==================================
 SMALL MOBILE
==================================*/

@media(max-width:480px){

    #cmh-mountain-dew-content,
    #cmh-mountain-dew-faq{

        margin:20px auto;

        padding:0 8px;

    }

    #cmh-mountain-dew-content .cmh-content-card,
    #cmh-mountain-dew-faq .cmh-faq-card{

        padding:19px;

        border-radius:18px;

    }

    #cmh-mountain-dew-content .cmh-content-badge,
    #cmh-mountain-dew-faq .cmh-content-badge{

        padding:7px 12px;

        font-size:10.5px;

    }

    #cmh-mountain-dew-content .cmh-content-card h2,
    #cmh-mountain-dew-faq .cmh-faq-title{

        font-size:23px;

        line-height:1.4;

    }

    #cmh-mountain-dew-content .cmh-content-card h3{

        font-size:18px;

        line-height:1.45;

    }

    #cmh-mountain-dew-content .cmh-content-card p,
    #cmh-mountain-dew-faq .cmh-faq-answer p{

        font-size:13px;

        line-height:1.8;

    }

    #cmh-mountain-dew-content .cmh-info-box{

        padding:18px;

        border-radius:15px;

    }

    #cmh-mountain-dew-content .cmh-info-box h3{

        font-size:18px;

    }

    #cmh-mountain-dew-content .cmh-info-box li{

        font-size:13px;

        line-height:1.75;

    }

    #cmh-mountain-dew-content .cmh-note{

        padding:16px 17px;

        font-size:13px;

        line-height:1.8;

        border-radius:14px;

    }

    #cmh-mountain-dew-faq .cmh-faq-desc{

        font-size:13px;

        line-height:1.8;

    }

    #cmh-mountain-dew-faq .cmh-faq-question{

        min-height:59px;

        padding:14px;

        font-size:13.5px;

    }

    #cmh-mountain-dew-faq .cmh-faq-question span{

        width:29px;

        height:29px;

        min-width:29px;

        font-size:18px;

    }

    #cmh-mountain-dew-faq .cmh-faq-answer p{

        padding:18px 16px;

    }

}


/*==================================
 SELECTION COLOR
==================================*/

#cmh-mountain-dew-content ::selection,
#cmh-mountain-dew-faq ::selection{

    background:#7A4A27;

    color:#FFFFFF;

}


/*==================================
 BUTTON / INPUT FONT SAFETY
==================================*/

#cmh-mountain-dew-content button,
#cmh-mountain-dew-content input,
#cmh-mountain-dew-content textarea,
#cmh-mountain-dew-content select,
#cmh-mountain-dew-faq button,
#cmh-mountain-dew-faq input,
#cmh-mountain-dew-faq textarea,
#cmh-mountain-dew-faq select{

    font-family:"Poppins",sans-serif;

}/* End custom CSS */