
.custom-header {
        background-color: #a90abd; /* Background untuk header */
        padding: 10px 20px; /* Ruang dalam header */
        border-bottom: 1px solid #ddd; /* Garis pemisah bawah */
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 910px;
    margin: 0 auto;
}

.single-product .header-container{width: 950px;}

.header-left {
    display: flex;
    align-items: center;
    gap: 10px; /* Jarak antara ikon & teks */
/*    padding: 10px;*/
}

.back-button {
    background: #fff !important;
    border: none;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.icon-back {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url('https://cdn-icons-png.flaticon.com/512/271/271220.png') no-repeat center;
    background-size: contain;
}

.custom-header .header-right {
    flex: 1; /* Title akan di sebelah kanan */
    text-align: right; /* Tajuk di sebelah kanan */
}
.custom-header .custom-logo {
    width: auto;
    max-height: 35px ;
}

.kempen-logo a {pointer-events: none;}
.custom-header .kempen-header .kempen-logo img {
    width: auto;
    max-height: 29px;
}
.custom-header .header-left h1 {
    font-size: 19px;
    color: #fff;
    margin: 0 !important;
    padding: 8px 25px;
    display: inline-block;
    background: #670673;
    border-radius: 20px;
    line-height: 1.2em;
}
.custom-header .kempen-header h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0; 
    line-height: 1.2em;
}
.custom-header .kempen-header p{color:#fff; margin-bottom: 0; margin-top: 20px}


.header-content{display:flex;justify-content:center;align-items:center}

.kempen-header {
    width: 100%;
    text-align: center;
    padding: 5px 0 10px;
}
.kempen-logo {
    text-align: left;
    padding-left: 49px;
    transform: translateY(1px);
}
.kempen-header .site-main {
    border-top: 1px solid #fff;
    margin-top: 11px !important;
}
h1.custom-headline {
    font-size: 25px !important;
    line-height: 1.3em;
    color: #edff00;
    margin-bottom: 0;
}
button.back-button.backtomainsingle {
    position: absolute;
    z-index: 99;
}

@media (max-width: 767px) {
    .header-container , .single-product .header-container{
        width: 100%;
        display: flex;
        text-align: center;
    }
    .custom-header .custom-logo {
        width: auto;
        max-height: 26px;
        transform: translateY(2px);
    }
    .custom-header .header-left h1 {
        font-size: 13px;
        margin-bottom: 0 !important;
        padding: 8px 20px;
        display: block;
    }
    .icon-back {
        width: 17px;
        height: 17px;
    }
    .custom-header .header-left {text-align: center;  }
    .header-logo{padding:9px 45px 5px}
    .header-content{display:block;text-align:center}
    .header-content h3 {
        background: #831185 !important;
        padding: 12px 28px;
        border-radius: 50px;
        margin: 0 0 0px!important;
    }

    .custom-header h1 {
        font-size: 20px !important;
        line-height: 1.2em;
    }
    .custom-header h3 {
    font-size: 15px !important;
    }
}
