/*@font-face {*/
/*    font-family: "Gotham";*/
/*    src: url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Book.otf") format("woff2"),*/
/*    url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Book.woff") format("woff"),*/
/*    url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Book.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Gotham Medium";*/
/*    src: url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Medium.otf") format("opentype"),*/
/*    url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Medium.woff") format("woff"),*/
/*    url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Medium.ttf") format("truetype");*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "Gotham Bold";*/
/*    src: url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Bold.woff2") format("woff2"),*/
/*    url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Bold.woff") format("woff"),*/
/*    url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Bold.ttf") format("truetype");*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/


@font-face {
    font-family: "Montserrat";
    src: url('/wp-content/themes/understrap-child-v2/fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: "MontserratBold";
    src: url('/wp-content/themes/understrap-child-v2/fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: "MontserratMedium";
    src: url('/wp-content/themes/understrap-child-v2/fonts/montserrat/Montserrat-Medium.ttf');
}

@font-face {
    font-family: "Gotham Bold";
    src: url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Medium";
    src: url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Book.otf") format("opentype");
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/understrap-child-v2/fonts/gotham/Gotham-Book.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gift-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 37px;
    padding: 8px;
    border-radius: 50px;
    border: 1px solid #00B6B6;
    background-color: #D6F1F0;
    font-size: 24px;
    overflow: hidden;
    color: #008C8C
}
.btn-gift {
    padding: 0 7px 0 0;
}

#competition-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
}

.competition-z-index {
    z-index: 0 !important;
}

#competition-box {
    position: relative;
    display: inline-block;
    width: 434px;
    height: 542px;
    border-radius: 10px;
    cursor: pointer;
}

.competition-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#btn-competition-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: black;
}

/* Shine effect */
.gift-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
            120deg,
            transparent,
            rgba(255, 255, 255, 0.6),
            transparent
    );
    transform: skewX(-20deg);
}

.gift-icon.shine::before {
    animation: shine 3s ease-in-out infinite;
}

@keyframes shine {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@media (max-width: 500px) {
    #competition-box {
        width: 354px;
        height: 442px;
    }
}
#page{
    overflow: hidden;
}

.zindex{
    z-index: 99999999 !important;
}

.navbar{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbar .container{
    max-width: 82% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.btn-normal-format{
    font-style: normal !important;
    font-family: 'Gotham Bold' !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 1440px) {
    .navbar .container {
        max-width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .bannerh1 h1{
        font-size: 44px !important;
    }
}

#main-menu{
    margin: 0 auto !important;
}

.page-template-page-how-it-works .page_banner,
.page-template-page-how-it-works-v2 .page_banner,
.page-template-page-about-us .page_banner,
.page-template-page-faq_v2 .page_banner,
.page-template-page-review .page_banner,
.page-template-page-delivery .page_banner,
.page-id-14382 .page_banner,
.blog .page_banner{
    min-height: 320px;
}

.launcherparent > iframe:nth-child(2){
    display: none !important;
}

.msg-counter{
    background-color: #f0702f;
    position: absolute;
    border-radius: 50%;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    z-index: 9;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.cart-counter, .msg-counter{
    left: 75%;
    width: 16px;
    height: 16px;
    font-size: 10px;
}

.msg-value{
    margin: auto;
}

iframe#launcher{
    display: none;
}

iframe[title='Number of unread messages']{
    display: none;
}

.openchat iframe#launcher{
    display: block;
}

#wrapper-navbar .navbar-light .navbar-nav li a{
    font-size: 13px;
}

#site-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 9999999;
    display: none;
}

.popup-cart-container{
    z-index: 999999999;
}

.fixed-top-desktop{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-top-mobile{
    position: relative;
}

#wrapper-navbar.cg_navbar, body.logged-in #wrapper-navbar.cg_navbar{
    height: 65px !important;
}

.owl-theme .owl-dots .owl-dot span{
    border: 1px solid #eee;
}

#navbarNavDropdown.menu_smaller_devices #main-menu>li:not(:last-child){
    border-bottom: 0px !important;
}

.navbar-light .menu_smaller_devices .navbar-nav>.menu-item>a.nav-link{
    padding: .7rem 1rem;
}

.loginaccount a{
    font-weight: 400 !important;
}

.loginaccount a > img{
    width: 24px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-top: -7px;
}

.custom-logo-link img{
    width: auto;
    height: 56px;
    margin-top: 9px;
    margin-bottom: 9px;
}

#login-modal{
    position: absolute;
    background: #fff;
    text-align: center;
    width: 360px;
    right: 160px;
    top: 90%;
    border-radius: 10px;
}

#login-modal #logged-out-box{
    padding: 15px 30px;
}

#login-modal strong{
    font-size: 16px;
}

#login-modal p{
    font-size: 12px;
}

#user-menu {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    color: #222;
    margin: 0;
}

#user-menu li{
    border-bottom: 1px solid #eee;
    padding: 10px 16px;
}

#user-menu strong{
    display: block;
}

#user-menu a{
    color: #222;
}

#user-menu a:hover{
    text-decoration: none;
}

.login_url_mob{
    display: none;
}

.login_url_desk{
    display: block;
}

.bannerh1{
    text-align: center;
    max-width: 635px;
    position: absolute;
    left: calc(50% - 310px);
    top: 81px;
}

.bannerh1 h1{
    font-family: 'Gotham Bold';
    color: #004D4D;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.1;
    text-align: center;

}

.bannerh1 h1 span{
    color: #fff;
    display: inline-block;
    padding: 0 10px 5px 10px;
    line-height: 120%;
    background-color: #FFA36E;
    padding: 0px 15px 5px 15px;
}

.bannerh1 button{
    margin-top: 32px;
    width: 170px;
    font-family: 'Barlow Condensed';
    font-style: italic;
}
.home-slider .item {
    height: 360px;
}

.how-it-works-banner {
    height: 64px;
    gap: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #E4F0F0;
    text-align: center;
}
.how-it-works-banner-text {
    font-family: 'Gotham Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #008C8C;
}
.how-it-works-steps > div {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 6px;
}
/*.how-it-works-steps-number {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/

/*    width: 32px;*/
/*    height: 32px;*/

/*    background: #ADE4E1; !* optional *!*/
/*    border-radius: 50%;*/
/*    color: #008C8C;*/

/*    font-size: 16px;  !* your number size *!*/
/*    font-weight: 600; !* optional *!*/
/*    line-height: 1;   !* IMPORTANT to keep number centered on Mac/Windows *!*/
/*}*/

.how-it-works-steps-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ADE4E1;
}

.how-it-works-steps-number .step-number {
    position: relative;
    font-family: 'Gotham Medium';
    font-weight: 500;
    color: #008C8C;
    top: 0px;
    left: 0px;
}

.how-it-works-steps-number .step-number.mac {
    top: 0px;
}


.how-it-works-steps-text {
    font-family: 'Gotham Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #008C8C;
}

.montserrat-steps {
    font-family: 'MontserratMedium' !important;
}

@media (min-width: 2000px) {
    .hero-banner-image-desktop {
        height: 360px !important
    }
    .home-slider .item {
        height: unset;
    }
}

@media (min-width: 1520px) {
    .hero-banner-image-desktop {
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/M-Desktop-1512x982-hero.png") !important;
        height: 360px !important;
        background-size: cover;
        width: 100%;
    }
    .home-slider .item {
        height: 360px;
    }
}

@media (min-width: 2561px) {
    .hero-banner-image-desktop {
        background: unset !important;
        padding-bottom: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/XXL-Desktop-2560x1440-hero.png") !important;
        height: 279px !important;
        background-size: cover !important;
    }
    .home-slider .item {
        height: 279px;
    }
    .bannerh1 button {
        margin-top: 30px !important;
    }
    .bannerh1 h1 {
        line-height: 120% !important;
    }

    .bannerh1 {
        text-align: center;
        max-width: 660px;
        position: absolute;
        left: calc(50% - 330px);
        top: 29px;
    }

    .bannerh1 h1 {
        margin-bottom: unset !important;
    }
}

@media (max-width: 2560px) {
    .hero-banner-image-desktop {
        background: unset !important;
        padding-bottom: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/XXL-Desktop-2560x1440-hero.png") !important;
        height: 279px !important;
        background-size: cover !important;
    }
    .home-slider .item {
        height: 279px;
    }
    .bannerh1 button {
        margin-top: 30px !important;
    }
    .bannerh1 h1 {
        line-height: 120% !important;
    }

    .bannerh1 {
        text-align: center;
        max-width: 660px;
        position: absolute;
        left: calc(50% - 330px);
        top: 29px;
    }

    .bannerh1 h1 {
        margin-bottom: unset !important;
    }
}

@media (max-width: 1920px) {
    .hero-banner-image-desktop {
        background: unset !important;
        padding-bottom: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/XL-Desktop-1920x1080-hero.png") !important;
        height: 279px !important;
        background-size: cover;
    }
    .home-slider .item {
        height: 279px;
    }
    .bannerh1 {
        top: 29px !important;
        left: calc(50% - 343px) !important;
    }
    .bannerh1 h1 {
        line-height: 120% !important;
    }
}

@media (max-width: 1728px) {
    .hero-banner-image-desktop {
        background: unset !important;
        padding-bottom: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/Default-Desktop-1728x1117-hero.png") !important;
        height: 279px !important;
        background-size: cover;
    }
    .home-slider .item {
        height: 279px;
    }
    .bannerh1 {
        top: 29px !important;
    }
    .bannerh1 h1 {
        line-height: 120% !important;
    }
}

@media (max-width: 1512px) {
    .how-it-works-steps > div {
        gap: 12px;
    }
    .hero-banner-image-desktop {
        height: 279px !important;
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/M-Desktop-1512x982-hero.png") !important;
        padding-bottom: unset !important;
        background-size: cover !important;
    }
    .home-slider .item {
        height: 279px;
    }
    .new-meal-plans-component {
        gap: 25px !important;
    }
    .meal-plan-header {
        margin-top: 25px !important;
    }
    .bannerh1 {
        top: 28px !important;
    }
    .bannerh1 button {
        margin-top: 17px;
    }
}

@media (max-width: 1440px) {
    .how-it-works-steps > div {
        gap: 12px;
    }
    .hero-banner-image-desktop {
        height: 267px !important;
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/S-Desktop-1440-hero.png") !important;
        padding-bottom: unset !important;
        background-size: cover !important;
    }
    .home-slider .item {
        height: 267px;
    }
    .bannerh1 {
        top: 28px !important;
        max-width: 675px !important;
        left: calc(50% - 332px) !important;
    }
    .bannerh1 button {
        margin-top: 20px !important;
    }
    .bannerh1 h1 {
        font-size: 42px !important;
    }
}


@media (max-width: 1280px) {
    .hero-banner-image-desktop {
        height: 227px !important;
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/XS-Desktop-1280x832-hero.png") !important;
        padding-bottom: unset !important;
        background-size: cover !important;
    }
    .home-slider .item {
        height: 227px;
    }
    .bannerh1 h1 {
        font-size: 38px !important;
        line-height: 120% !important;
    }
    .bannerh1 {
        top: 14px !important;
        max-width: 615px !important;
        left: calc(50% - 324px) !important;
    }
    .bannerh1 button {
        margin-top: 15px !important;
    }
}

@media (max-width: 1190px) {
    .hero-banner-image-desktop {
        height: 208px !important;
        background: unset !important;
        background-image: url(https://staging.chefgood.com.au/wp-content/uploads/2025/12/XS-Desktop-1280x832-hero.png) !important;
        padding-bottom: unset !important;
        background-size: cover !important;
    }
    .home-slider .item {
        height: 208px;
    }
    .bannerh1 h1 {
        font-size: 36px !important;
        line-height: 120% !important;
    }
    .bannerh1 {
        top: 14px !important;
        max-width: 584px !important;
        left: calc(50% - 300px) !important;
    }
}

@media (max-width: 1115px) {
    .hero-banner-image-desktop {
        height: 197px !important;
        background: unset !important;
        background-image: url(https://staging.chefgood.com.au/wp-content/uploads/2025/12/XS-Desktop-1280x832-hero.png) !important;
        padding-bottom: unset !important;
        background-size: contain !important;
    }
    .home-slider .item {
        height: 197px;
    }
    .bannerh1 {
        top: 14px !important;
        max-width: 533px !important;
        left: calc(50% - 272px) !important;
    }
    .bannerh1 h1 {
        font-size: 33px !important;
        line-height: 120% !important;
    }
}

@media (max-width: 1024px){
    .bannerh1 {
        max-width: 580px !important;
        left: calc(50% - 291px) !important;
        top: 44px !important;
    }

    .bannerh1 h1{
        font-size: 44px;
    }

    .bannerh1 button{
        margin-top: 25px !important;
    }

    .hero-banner-image-desktop {
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/Tablet-1024-hero.png") !important;
        height: 310px !important;
        background-size: cover !important;
    }
    .home-slider .item {
        height: 310px;
    }
    .bannerh1 h1 {
        font-size: 36px !important;
    }
}

@media (max-width: 991px){

    .home-slider {
        margin-top: 0px !important;
    }

    .custom-logo-link img{
        width: auto !important;
        height: 40px !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #navbarNavDropdown{
        border-top: 1px solid #eee;
    }

    #main_nav > .container{
        padding: 6px 20px 4px 20px;
        max-width: 100%;
    }

    .login_link_wrap{
        padding-right: 0 !important;
    }

    #wrapper-navbar .navbar-light .navbar-nav li a{
        text-transform: none;
        font-weight: 500;
        color: #595B61;
        font-size: 13px;
    }

    #burger-menu{
        margin-left: 12px;
    }

    #main-menu ul{
        background: #E4F0F0;
        padding-left: 50px !important;
    }

    #wrapper-navbar .logo_wrap{
        text-align: left;
        padding-left: 0px;
    }

    .login_url_desk{
        display: none !important;
    }

    .login_url_mob{
        display: block !important;
    }

    #login-modal{
        width: 100%;
        right: 0;
        padding: 15px;
        border-top: 1px solid #eee;
    }

    #wrapper-navbar .login_link_wrap .loginaccount a>img, #wrapper-navbar .login_link_wrap .loginaccount a>svg{
        border-bottom: 2px solid transparent;
        padding-bottom: 3px;
        min-width: 9px;
    }

    #wrapper-navbar .login_link_wrap .loginaccount a>img{
        max-width: 24px;
    }

    .bannerh1 {
        max-width: 550px !important;
        left: calc(50% - 278px) !important;
    }

    .bannerh1 h1{
        font-size: 34px !important;
    }

    .bannerh1 button{
        margin-top: 40px;
        width: 150px;
    }

    .how-it-works-banner {
        gap: 12px;
    }
    .how-it-works-banner-text {
        font-size: 15px;
        margin-top: 9px !important;
    }
    .how-it-works-steps {
        gap: 6px;
    }
    .how-it-works-steps-number {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 25px;
        height: 25px;
        padding: 12px; /* optional – but makes circle bigger */
        border-radius: 50%;

        background-color: #ADE4E1;
        color: #008C8C;

        font-family: 'Gotham';
        font-weight: 350;
        font-size: 13px;
        line-height: 120%;
    }
    .how-it-works-steps-text {
        font-size: 13px;
    }

    .hero-banner-image-desktop {
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/Tablet-1024-hero.png") !important;
        height: 300px !important;
        background-size: contain !important;
    }

    .home-slider .item {
        height: 300px;
    }
    .how-it-works-steps-number .step-number.mac {
        top: 1px;
    }
}

@media (max-width: 912px) {
    .hero-banner-image-desktop {
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/Tablet-1024-hero.png") !important;
        height: 276px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    .bannerh1 {
        max-width: 499px !important;
        left: calc(50% - 257px) !important;
        top: 44px !important;
    }
    .bannerh1 button {
        margin-top: 15px !important;
    }
    .home-slider .item {
        height: 276px;
    }
    .how-it-works-steps-number .step-number {
        top: 0.5px;
        font-size: 15px;
    }
    .how-it-works-steps-number .step-number.mac {
        top: 1px;
    }

}

@media (max-width: 855px) {
    .bannerh1 h1 {
        font-size: 32px !important;
    }
    .bannerh1 .btn {
        margin-top: 21px;
    }
    .bannerh1 {
        top: 25px !important;
    }
    .home-slider .owl-carousel {
        margin-top: 10px;
    }

    .bannerh1 {
        max-width: 405px !important;
        left: calc(50% - 209px) !important;
    }
    .hero-banner-image-desktop {
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/Tablet-1024-hero.png") !important;
        height: 249px !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .home-slider .item {
        height: 249px;
    }
}

@media (max-width: 853px) {
    .how-it-works-steps-number .step-number.mac {
        top: 1px;
    }
    .how-it-works-steps-number {
        font-size: 14px;
    }
    .hero-banner-image-desktop {
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/Tablet-1024-hero.png") !important;
        height: 249px !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .bannerh1 h1 span {
        background-color: #FFA36E;
        color: #fff;
        padding: 0px 15px 1px 15px;
        line-height: 120%;
        display: block;
        width: fit-content;
        /*margin-top: 8px !important;*/
        margin: auto;
    }
}

@media (max-width: 768px) {
    .hero-banner-image-desktop {
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/12.05-XS-Tablet-768.png") !important;
        height: 310px !important;
        background-size: cover !important;
    }
    .home-slider .item {
        height: 310px;
    }
    .bannerh1 h1{
        font-size: 36px !important;
        line-height: 120% !important;
    }
    .bannerh1 {
        top: 25px !important;
        max-width: 545px !important;
        left: calc(50% - 273px) !important;
    }
}

@media (max-width: 767px){
    .hero-banner-image-mobile {
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/12.05-XS-Tablet-768.png") !important;
        height: 310px !important;
        background-size: cover !important;
        padding-bottom: unset !important;
    }
    .home-slider .item {
        height: 310px;
    }

    .home-slider {
        margin-top: 60px !important;
    }

    .navbar{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .popup-item-container .popup-item-image{
        width: 135px !important;
    }
    .popup-cart-container .pc-header .pc-arrow svg.close-btn{
        padding: 0 !important;
    }

    #main_nav > .container{
        padding: 8px 12px 8px 18px;
        max-width: 100%;
    }

    .loginaccount a > img{
        margin-top: 4px !important;
    }

    #burger-menu{
        margin-top: 4px !important;
    }

    .login_url_desk{
        display: none;
    }

    .login_url_mob{
        display: block;
    }

    .fixed-top-desktop{
        position: relative;
    }

    .fixed-top-mobile{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1031;
    }

#wrapper-navbar .logo_wrap .navbar-brand{
    min-height: auto !important;
}

    .bannerh1 {
        max-width: 450px;
        left: calc(50% - 225px);
        top: 37px !important;
    }

    .bannerh1 h1{
        font-size: 48px;
    }

    .bannerh1 button{
        margin-top: 20px;
    }
}

@media (max-width: 648px){
    .hero-banner-image-mobile {
        background: unset !important;
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/12.05Tablet-648.png") !important;
        height: 310px !important;
        background-size: cover !important;
        padding-bottom: unset !important;
    }
    .how-it-works-banner {
        flex-direction: column !important;
        height: 82px;
    }
    .how-it-works-steps {
        justify-content: center;
    }
    .bannerh1 button {
        margin-top: 30px !important;
    }
}

@media (max-width: 576px){
    .home-slider .item {
        height: 380px;
    }
    .hero-banner-image-mobile {
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/Mobile-430-hero.png") !important;
        height: 380px !important;
        background-size: cover !important;
        padding-bottom: 0 !important;
    }
    .how-it-works-banner {
        flex-direction: column !important;
        height: 82px;
    }
    .how-it-works-steps {
        justify-content: space-between;
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
        gap: unset;
        gap: 36px;
    }
    .how-it-works-banner-text {
        font-size: 15px;
    }
    .how-it-works-banner-text {
        margin-top: unset !important;
    }
    .bannerh1 h1 {
        font-size: 36px !important;
        line-height: 120% !important;
    }
    .how-it-works-steps-text {
        font-size: 13px;
    }
    .how-it-works-steps-number .step-number.mac {
        top: 1px;
    }

    .how-it-works-steps-number {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 32px;
        height: 32px;
        padding: 12px; /* optional – but makes circle bigger */
        border-radius: 50%;

        background-color: #ADE4E1;
        color: #008C8C;

        font-family: 'Gotham';
        font-weight: 350;
        font-size: 14px;
        line-height: 120%;
    }

    .bannerh1 {
        top: 75px !important;
        max-width: 531px !important;
        left: calc(50% - 261px) !important;
    }

    .how-it-works-steps > div {
        margin-left: 0;
    }

    #wrapper-navbar .loginaccount a{
        margin-left: 0px !important;
    }
    #burger-menu{
        margin-left: 0px !important;
    }

    .loginaccount a.cart_url{
        padding-right: 6px !important;
    }

    #burger-menu svg{
        width: 30px;
        height: 30px;
    }

    .login_url_desk{
        display: none;
    }

    .login_url_mob{
        display: block;
    }

    .page-template-page-how-it-works .page_banner,
    .page-template-page-how-it-works-v2 .page_banner,
    .page-template-page-about-us .page_banner,
    .page-template-page-faq_v2 .page_banner,
    .page-template-page-review .page_banner,
    .page-template-page-delivery .page_banner,
    .page-id-14382 .page_banner,
    .blog .page_banner{
        min-height: 320px;
    }

}

@media (max-width: 540px) {
    .bannerh1 {
        top: 29px !important;
        max-width: 460px !important;
        left: calc(50% - 231px) !important;
    }

    .bannerh1 h1 span {
        background-color: #FFA36E;
        color: #fff;
        padding: 0px 15px 1px 15px;
        line-height: 120%;
        display: block;
        width: fit-content;
        /*margin-top: 8px !important;*/
        margin: auto;
    }
}

@media (max-width: 480px) {
    .home-slider .item {
        height: 289px;
    }
    .hero-banner-image-mobile {
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/Mobile-430-hero.png") !important;
        height: 289px !important;
        background-size: cover !important;
        padding-bottom: 0 !important;
    }
    .bannerh1 {
        top: 29px !important;
        max-width: 420px !important;
        left: calc(50% - 211px) !important;
    }
    .bannerh1 h1 {
        font-size: 28px !important;
    }
    .bannerh1 .btn {
        margin-top: 17px !important;
    }
    .home-slider {
        margin-top: 68px !important;
    }
    .how-it-works-banner-text {
        margin-top: 0 !important;
    }

    .how-it-works-steps-number {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 24px;
        height: 24px;
        padding: 12px; /* optional – but makes circle bigger */
        border-radius: 50%;

        background-color: #ADE4E1;
        color: #008C8C;

        font-family: 'Gotham';
        font-weight: 350;
        font-size: 14px;
        line-height: 120%;
    }

    .how-it-works-steps {
        justify-content: space-between;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        gap: unset;
    }

    .how-it-works-steps-number .step-number {
        font-size: 13px;
    }

}

@media (max-width: 440px) {
    .how-it-works-steps {
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        gap: 9px !important;
    }
}

@media (max-width: 430px) {
    .how-it-works-steps-number .step-number.mac {
        top: 0px;
    }
    .how-it-works-steps-text {
        font-size: 12px;
    }
    .how-it-works-steps {
        padding-left: 10px;
        padding-right: 10px;
        gap: 6px !important;
    }
    .bannerh1 {
        max-width: 360px !important;
        left: calc(50% - 180px) !important;
        top: 21px !important;
    }
    .bannerh1 h1 {
        font-size: 28px !important;
        line-height: 120% !important;
        text-align: center;
    }
    .bannerh1 .btn {
        margin-top: 10px !important;
    }
    .how-it-works-steps-number .step-number {
        font-size: 12px;
    }

    .bannerh1 h1 span {
        background-color: #FFA36E;
        color: #fff;
        padding: 0px 15px 1px 15px;
        line-height: 120%;
        display: block;
        width: fit-content;
        /*margin-top: 8px !important;*/
        margin: auto;
    }

    .bannerh1 .btn {
        margin-top: 20px !important;
    }

}

@media (max-width: 420px) {
    .how-it-works-steps-number .step-number.mac {
        top: 0px;
    }
}

@media (max-width: 394px) {
    .how-it-works-steps-number .step-number.mac {
        top: 1px;
    }
    .home-slider .item {
        height: 289px;
    }
    .hero-banner-image-mobile {
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/M-Mobile-393-hero.png") !important;
        height: 289px !important;
        background-size: cover !important;
        padding-bottom: 0 !important;
    }
    .how-it-works-steps {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px !important;
        align-self: stretch;
        padding-left: 10px;
        padding-right: 10px;
    }
    .how-it-works-steps-text {
        font-size: 11px;
    }
    .bannerh1 h1 {
        font-size: 26px !important;
        line-height: 120% !important;
    }
    .bannerh1 {
        max-width: 337px !important;
        left: calc(50% - 168px) !important;
        top: 21px !important;
    }
    .page-id-20252 .bannerh1 button {
        margin-top: 20px !important;
    }
    .how-it-works-steps-text {
        font-size: 10px;
    }

    .how-it-works-banner {
        padding-top: 8px;
        padding-bottom: 12px;
        height: 67px;
        gap: 6px;
    }
    .how-it-works-steps-number {
        font-size: 12px;
    }
    .how-it-works-banner-text {
        font-size: 13px;
        margin-top: 6px !important;
    }
    .how-it-works-steps-number .step-number {
        top: 1px;
        font-size: 12px;
    }
    .how-it-works-banner {
        gap: 6px;
    }
}


@media (max-width: 385px) {
    .how-it-works-steps-number .step-number.mac {
        top: 0px;
    }
    .how-it-works-banner {
        gap: 9px;
    }
    .how-it-works-steps {
        gap: unset !important;
        padding-left: 5px;
        padding-right: 5px;
    }
    .how-it-works-steps-number .step-number {
        top: 0px;
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .home-slider .item {
        height: 252px;
    }
    .hero-banner-image-mobile {
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/M-Mobile-393-hero.png") !important;
        height: 252px !important;
        background-size: cover !important;
        padding-bottom: 0 !important;
    }
    .how-it-works-steps {
        gap: 8px !important;
    }
    .how-it-works-steps-text {
        font-size: 11px;
    }
    .bannerh1 h1 {
        font-size: 22px !important;
    }
    .bannerh1 {
        max-width: 284px !important;
        left: calc(50% - 144px) !important;
        top: 21px !important;
    }
    .page-id-20252 .bannerh1 button {
        margin-top: 18px !important;
    }
    .how-it-works-steps-text {
        font-size: 10px;
    }
    .how-it-works-steps > div {
        gap: 4px;
    }
    .how-it-works-banner {
        padding-top: 8px;
        padding-bottom: 12px;
        height: 67px;
    }
    .how-it-works-steps-number {
        font-size: 12px;
    }
    .how-it-works-banner-text {
        font-size: 13px;
    }
    .how-it-works-steps-number .step-number {
        top: 0;
        font-size: 12px;
    }
}

@media (max-width: 369px) {
    .hero-banner-image-mobile {
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/11/M-Mobile-394-banner.png") !important;
        height: 262px !important;
        background-size: cover !important;
        padding-bottom: 0 !important;
    }
    .how-it-works-steps-text {
        font-size: 11px;
    }
    .home-slider .item {
        height: 262px;
    }
    .bannerh1 h1 {
        font-size: 22px !important;
    }
    .bannerh1 {
        max-width: 284px !important;
        left: calc(50% - 140px) !important;
        top: 21px !important;
    }
    .page-id-20252 .bannerh1 button {
        margin-top: 13px !important;
    }
    .how-it-works-steps-text {
        font-size: 10px;
    }
    .how-it-works-steps > div {
        gap: 4px;
    }
    .how-it-works-banner {
        padding-top: 8px;
        padding-bottom: 12px;
        height: 67px;
    }
    .how-it-works-steps-number {
        font-size: 12px;
    }
    .how-it-works-banner-text {
        font-size: 13px;
    }
    .how-it-works-steps-number .step-number {
        font-size: 12px;
    }
    .how-it-works-banner {
        gap: 9px;
    }
}

@media (max-width: 344px) {
    .hero-banner-image-mobile {
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/M-Mobile-393-hero.png") !important;
        height: 249px !important;
        background-size: cover !important;
        padding-bottom: 0 !important;
    }
    .how-it-works-steps-text {
        font-size: 11px;
    }
    .home-slider .item {
        height: 249px;
    }
    .how-it-works-banner-text {
        font-size: 12px;
    }
    .how-it-works-steps {
        gap: unset !important;
    }
    .bannerh1 h1 {
        font-size: 20px !important;
    }
    .bannerh1 {
        max-width: 264px;
        left: calc(50% - 145px) !important;
        top: 29px;
    }
    .page-id-20252 .bannerh1 button {
        margin-top: 13px !important;
    }
    .how-it-works-steps-text {
        font-size: 10px;
    }
    .how-it-works-steps > div {
        gap: 4px;
    }
    .how-it-works-banner {
        padding-top: 8px;
        padding-bottom: 12px;
        height: 67px;
    }
    .how-it-works-steps-number .step-number {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .hero-banner-image-mobile {
        background-image: url("https://staging.chefgood.com.au/wp-content/uploads/2025/12/XS-Mobile-320-hero.png") !important;
        height: 232px !important;
        background-size: cover !important;
        padding-bottom: 0 !important;
    }
    .home-slider .item {
        height: 232px;
    }
    .how-it-works-steps-number .step-number {
        top: 0;
        font-size: 12px;
    }

    .bannerh1 {
        max-width: 284px !important;
        left: calc(50% - 142px) !important;
        top: 21px !important;
    }
}

.custom-logo-link img{
    width: auto !important;
    height: 40px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*.bannerh1 {*/
/*    max-width: 400px;*/
/*    left: calc(50% - 200px);*/
/*    top: 30%;*/
/*}*/



.bannerh1 button{
    margin-top: 32px;
}
