@font-face {
    font-family: poppinssb;
    src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: poppinsreg;
    src: url(../fonts/Poppins-Regular.ttf);
}
#home {
    padding-bottom: 30px;
}
#home .banner {
    position: relative;
}
#home .banner .img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home .cookingclass {
    padding: 30px 0;
    background: url(../img/homenew3/bg-cookingclass-newhome.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 95%;
    z-index: 0;
    position: relative;
    margin-top: 50px;
}
#home .cookingclass .left {
    position: relative;
}
#home .cookingclass .left .bgBlack {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
}
#home .cookingclass .left .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #ff0000;
    padding: 5px;
    left: -50px;
    border-radius: 50%;
}
#home .cookingclass .left .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #ff0000;
    padding: 5px;
    right: -50px;
    border-radius: 50%;
}
#home .cookingclass .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
#home .cookingclass .left .swiper-button-prev img {
    width: auto;
    height: auto;
}
#home .cookingclass .left .swiper-button-next img {
    width: auto;
    height: auto;
}
#home .cookingclass .right img {
    width: 200px;
}
#home .cookingclass .right h2 {
    font-size: 1rem;
    color: #ffff;
    width: 70%;
    margin-top: 15px;
    font-family: poppinsreg;
}
#home .cookingclass .right h2 span {
    color: #6d655e;
    font-weight: 700;
}
#home .cookingclass .right a {
    background: #ee3638;
    padding: 3px 15px;
    color: #fff;
    margin-top: 30px;
    border-radius: 30px;
    font-family: poppinsreg;
    font-size: 0.8rem;
    text-decoration: none;
    box-shadow: none;
}
#home .cookingclass .swiper-button-next:after,
#home .cookingclass .swiper-button-prev:after {
    font-size: 2rem;
    color: #fff;
    display: none;
}
.pilihan {
    position: relative;
    z-index: 0;
    margin-top: 50px;
}
.pilihan .left h2 {
    color: #fff;
    font-family: poppinssb;
    font-size: 2rem;
    font-weight: 400;
}
.pilihan .left p {
    color: #fff;
    font-family: poppinsreg;
    font-weight: 400;
    font-size: 1rem;
}
.pilihan .left .btn {
    background: transparent;
    padding: 3px 15px;
    color: #fff;
    border-radius: 30px;
    font-family: poppinsreg;
    font-size: 0.8rem;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #fff;
    background: #fb0a01;
}
.pilihan .right .tab-content {
    margin-top: -15px;
}
.pilihan .right .tab-content .tab-pane {
    position: relative;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.pilihan .right .tab-content .tab-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.pilihan .right .tab-content .tab-pane .txt h3 {
    color: #c11e1e;
    font-family: poppinssb;
    font-size: 1.25rem;
    margin-bottom: 0;
}
.pilihan .right .tab-content .tab-pane .txt a {
    background: #fb0a01;
    padding: 3px 15px;
    color: #fff;
    font-family: poppinsreg;
    border-radius: 30px;
    font-family: helvetica;
    font-size: 0.8rem;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #fff;
}
.pilihan .right .tab-content .tab-pane .bgBlack {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
}
.pilihan .bgBlue {
    background: #4285f5;
    height: 20vh;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.pilihan .left .wrap {
    height: 100%;
    position: relative;
}
.pilihan .left .wrap .img {
    height: 90vh;
}
.pilihan .left .wrap .img img {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pilihan .left .wrap .text {
    background: rgba(25, 84, 9, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    width: 100%;
    height: 150px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab-wrapper {
    position: relative;
}
.custom-tabs {
    position: absolute;
    left: -32px;
    top: 30px;
    border: none;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
.custom-tabs .nav-item {
    margin-top: -6px;
}
.custom-tabs .nav-link {
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}
.custom-tabs .nav-link.active,
.custom-tabs .nav-link:focus,
.custom-tabs .nav-link:hover {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.custom-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.custom-tabs .nav-item:last-child .nav-link {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.custom-tabs .nav-item:not(:first-child):not(:last-child) .nav-link {
    border-radius: 0;
}
.custom-tabs .nav-item:nth-child(1) .nav-link {
    background: #ff0000;
}
.custom-tabs .nav-item:nth-child(2) .nav-link {
    background: #d60000;
}
.custom-tabs .nav-item:nth-child(3) .nav-link {
    background: #ff7a00;
}
.custom-tabs .nav-item:nth-child(4) .nav-link {
    background: #043a1f;
}
.custom-tabs .nav-item:nth-child(5) .nav-link {
    background: #86916f;
}
.custom-tabs .nav-link.active {
    transform: scale(1.1);
    z-index: 5;
    color: #fff;
    border-color: transparent;
    outline: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 1);
}
.custom-content {
    overflow: hidden;
}
.custom-content .tab-pane {
    position: relative;
}
.custom-content .wrapper-img {
    position: relative;
    height: 75vh;
}
.custom-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-content .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.custom-content .txt {
    position: relative;
    color: #c11e1e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}
.custom-content .txt h3 {
    font-size: 1.6rem;
    font-family: fertigo;
}
.custom-content .txt .btn {
    background: #e30613;
    color: #fff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
}
.product-showcase {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}
.bg-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}
.bg-wrapper object {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    will-change: transform;
}
.product-swiper {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    margin-top: 150px;
}
.product-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.75);
    opacity: 0.5;
    transition: 0.4s ease;
}
.product-swiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}
.product-swiper img {
    max-width: 100%;
}
.product-showcase .swiper-button-prev {
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    color: #bf2125;
}
.product-showcase .swiper-button-next {
    right: 35%;
    top: 50%;
    transform: translateY(-50%);
    color: #bf2125;
}
.product-showcase .swiper-button-prev::after,
.product-showcase .swiper-button-next::after {
    font-size: 2rem;
}
.product-tabs {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 80%;
    margin: -55px auto;
}
.product-tabs .tab {
    cursor: pointer;
    transition: 0.3s;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1.4rem;
    padding: 5px 30px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
.product-tabs .tab:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.product-tabs .tab:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.product-tabs .tab {
    color: #fff;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.product-tabs .tab[data-color="tepung-bumbu"] {
    background: #e0c25f;
}
.product-tabs .tab[data-color="msg"] {
    background: #009ed2;
}
.product-tabs .tab[data-color="santan"] {
    background: #07733d;
}
.product-tabs .tab[data-color="saus"] {
    background: #d41f28;
}
.product-tabs .tab[data-color="sambal-tradisional"] {
    background: #b71d21;
}
.product-tabs .tab[data-color="aneka-bumbu"] {
    background: #ffcc0a;
}
.product-tabs .tab[data-color="kaldu"] {
    background: #e16111;
}
.product-tabs .tab.active {
    transform: scale(1.1);
    z-index: 5;
    color: #fff;
    border-color: transparent;
    outline: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 1);
}
.product-tabs .tab:focus {
    outline: none;
}
.product-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-circle {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #fde9e5;
    opacity: 0;
    transform: scale(0.9);
    transition: 0.4s ease;
    z-index: 1;
}
.product-circle::before {
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 0, 0, 0.35);
}
.product-label {
    position: absolute;
    left: -130px;
    top: 50px;
    background: #c51f25;
    color: #fff;
    width: 200px;
    padding: 18px 22px;
    border-radius: 18px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.4s ease;
    z-index: 3;
}
.product-label a {
    color: transparent;
}
.product-label h4 {
    font-size: 1.5rem;
    margin: 0 0 6px;
    font-family: poppinssb;
}
.product-label span {
    background: #fb0a01;
    padding: 3px 15px;
    color: #fff;
    margin-top: 8px;
    font-family: poppinsreg;
    border-radius: 30px;
    font-family: helvetica;
    font-size: 0.8rem;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #fff;
}
.product-frame img {
    position: relative;
    z-index: 3;
    width: 300px;
}
.swiper-slide-active .product-circle {
    opacity: 1;
    transform: scale(1);
}
.swiper-slide-active .product-label {
    opacity: 1;
    transform: translateX(0);
}
.menuBaru {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.menuBaru h2 {
    color: #ee3638;
    font-size: 1.25rem;
    font-family: Zlb;
}
.menuBaru h1 {
    color: #606060;
    font-size: 1.5rem;
    font-family: Jkt;
    margin-top: 12px;
    max-width: 600px;
}
.menubaru-wrapper {
    position: relative;
    margin-top: 40px;
}
.menubaru-swiper {
    padding: 30px 0;
}
.menubaru-swiper .swiper-slide {
    width: 220px;
    transition: all 0.4s ease;
    transform: scale(0.8);
    opacity: 0.5;
}
.menubaru-swiper .swiper-slide .img {
    height: 320px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}
.menu-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    background: #fb0a01;
    color: #fff;
    font-size: 0.85rem;
    font-family: poppinssb;
    text-align: center;
    transition: all 0.3s ease;
}
.menubaru-swiper .swiper-slide:hover .menu-title {
    opacity: 1;
}
.menubaru-swiper .swiper-slide:hover img {
    transform: scale(1.05);
    transition: all 0.4s ease;
}
.menubaru-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menubaru-swiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}
.menubaru-swiper .swiper-slide-prev,
.menubaru-swiper .swiper-slide-next {
    transform: scale(0.9);
    opacity: 0.75;
}
.menuBaru .menubaru-prev {
    width: 50px;
    height: 50px;
    background: #ff0000;
    padding: 5px;
    left: 25%;
    border-radius: 50%;
}
.menuBaru .menubaru-next {
    width: 50px;
    height: 50px;
    background: #ff0000;
    padding: 5px;
    right: 25%;
    border-radius: 50%;
}
.menuBaru .menubaru-prev img {
    width: auto;
    height: auto;
}
.menuBaru .menubaru-next img {
    width: auto;
    height: auto;
}
.menuBaru .menubaru-next:after,
.menuBaru .menubaru-prev:after {
    display: none;
}
.menuBaru a.btn {
    background: #ee3638;
    padding: 3px 15px;
    color: #fff;
    margin-top: 30px;
    border-radius: 30px;
    font-family: helvetica;
    font-size: 0.8rem;
    text-decoration: none;
    box-shadow: none;
    display: block;
    width: 150px;
    margin: 30px auto 0;
}
.resepSearch {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.resepSearch-bar {
    display: flex;
    align-items: center;
    gap: 24px;
}
.resepSearch .rs-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}
.rs-kategori {
    position: relative;
}
.rs-kategori-trigger {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    font-family: poppinssb;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
}
.rs-kategori-trigger i {
    font-size: 0.8rem;
}
.rs-kategori .chosen-container {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 20;
    display: none;
}
.rs-kategori .chosen-drop {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 8px 0;
}
.rs-kategori .chosen-results li {
    color: #333;
    padding: 8px 14px;
    font-size: 13px;
}
.rs-kategori .chosen-results li.highlighted {
    background: #ee3638;
    color: #fff;
}
.rs-divider {
    width: 1px;
    height: 40px;
    background: #fff;
}
.rs-item select {
    min-width: 180px;
}
.rs-icon {
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
}
.rs-icon img {
    width: auto;
    height: 60px;
    display: block;
}
.rs-icon span {
    font-size: 12px;
    color: #444;
}
.rs-ingredient-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rs-ingredient-wrap button i {
    font-size: 1rem;
}
.rs-ingredient {
    width: 220px;
    overflow: hidden;
}
.rs-ingredient .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}
.rs-icon.active,
.rs-icon:hover {
    opacity: 1;
    transform: scale(1.05);
}
.rs-arrow {
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    padding: 0 5px;
    line-height: 1;
}
.rs-submit {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: none;
    cursor: pointer;
    flex-shrink: 0;
}
.rs-submit img {
    width: 28px;
}
.resepSearch .chosen-container-multi .chosen-choices {
    border: none;
    background: #f2f2f2;
    border-radius: 12px;
    padding: 6px 10px;
}
.resepSearch .chosen-container-multi .chosen-choices input {
    color: #333 !important;
}
.rs-kategori-trigger {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
}
.rs-kategori-trigger:hover,
.rs-kategori-trigger:focus,
.rs-kategori-trigger:active,
.rs-kategori-trigger:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
}
button.rs-kategori-trigger {
    appearance: none;
    -webkit-appearance: none;
}
.rs-arrow {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: none;
}
.rs-arrow:focus,
.rs-arrow:active,
.rs-arrow:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.rs-icon {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.rs-icon:focus,
.rs-icon:active,
.rs-icon:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.rs-produk-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rs-produk-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rs-produk {
    width: 220px;
    overflow: hidden;
}
.rs-arrow:hover {
    opacity: 1;
    transform: scale(1.1);
}
.rs-produk .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}
.rs-produk-icon {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.rs-produk-icon img {
    height: 50px;
    width: auto;
    display: block;
}
.rs-produk-icon small {
    display: block;
    margin-top: 8px;
    max-width: 100%;
    width: max-content;
    max-width: 75px;
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.25;
    color: #fff;
    font-family: poppinsreg;
    white-space: normal;
    word-break: break-word;
}
.rs-produk-icon.active,
.rs-produk-icon:hover {
    transform: scale(1.05);
    opacity: 1;
}
.rs-produk-icon,
.rs-produk-icon:focus,
.rs-produk-icon:active,
.rs-produk-icon:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.resepSearch .keyword-wrap input {
    background: transparent;
    border: transparent;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    text-decoration: none;
    box-shadow: none;
    color: #fff;
    padding: 0;
}
#home .tagline-text {
    text-align: center;
    padding: 30px 0;
}
#home .tagline-text h1 {
    color: #fb0a01;
    font-size: 3rem;
    font-family: Zlb;
}
#home .tagline-text p {
    color: #606060;
    font-size: 1rem;
    font-family: Jkt;
    margin-top: 1rem;
}
#home .tagline-text .filter {
    margin-top: 30px;
    background: #fb0a01;
    color: #fff;
    font-family: zlb;
}
#home .tagline-text .filter .items {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}
#home .tagline-text .filter .items .left h2 {
    font-size: 2rem;
    margin-right: 1rem;
}
#home .tagline-text .filter .items .right {
    margin-left: 1rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #ffff;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
#home .tagline-text .filter .items .right .item {
    padding-right: 1rem;
    transition: all 0.2s;
}
#home .tagline-text .filter .items .right .item:hover {
    transform: translateY(-10px);
}
#home .tagline-text .filter .items .right .item img {
    height: 50px;
}
#home .banner .banner-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 8px;
    width: auto;
}
#home .banner .banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.6;
    margin: 0;
    transition: all 0.3s ease;
}
#home .banner .banner-pagination .swiper-pagination-bullet-active {
    background: #fb0a01;
    opacity: 1;
    width: 24px;
    border-radius: 5px;
}
@media (orientation: portrait) {
    #home .tagline-text h1 {
        font-size: 2rem;
    }
    #home .tagline-text p {
        font-size: 0.8rem;
    }
    #home .cookingclass {
        padding: 0;
        background: url(../img/homenew3/bg-cookingclass-newhome-mobile.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        height: 45vh;
    }
    #home .cookingclass .right {
        text-align: center;
        margin-top: 15px;
    }
    #home .cookingclass .right .mbl {
        text-align: left;
        margin-left: 15px;
    }
    #home .cookingclass .right h2 {
        width: 100%;
        font-size: 0.8rem;
        margin-top: 0;
    }
    #home .cookingclass .right a {
        margin-top: 15px;
    }
    #home .cookingclass .right .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #home .cookingclass .right img {
        width: 75px;
    }
    #home .cookingclass .left {
        padding: 0 50px;
        margin-top: 30px;
    }
    #home .cookingclass .left .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    #home .cookingclass .left .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    #home .cookingclass .left .swiper-button-prev img {
        width: 10px;
        height: 10px;
    }
    #home .cookingclass .left .swiper-button-next img {
        width: 10px;
        height: 10px;
    }
    #home .cookingclass .left .swiper-button-prev {
        left: 15px;
    }
    #home .cookingclass .left .swiper-button-next {
        right: 15px;
    }
    .pilihan {
    }
    .pilihan .left .wrap .text {
        height: 100px;
    }
    .pilihan .left h2 {
        font-size: 1rem;
    }
    .pilihan .left .btn {
        font-size: 0.6rem;
    }
    .pilihan .left p {
        font-size: 0.8rem;
    }
    .tab-wrapper {
        padding: 0 15px;
    }
    .pilihan .right .tab-content .tab-pane {
        height: 100%;
    }
    .custom-content .wrapper-img {
        height: 100%;
    }
    .pilihan .left {
        margin-top: 30px;
    }
    .custom-tabs {
        left: 0;
    }
    .custom-tabs .nav-item {
        margin-top: -6px;
    }
    .custom-tabs .nav-link {
        width: 75px;
        height: 75px;
        font-size: 0.6rem;
    }
    .product-swiper {
        margin-top: 30px;
    }
    .product-circle {
        width: 325px;
        height: 325px;
    }
    .product-swiper img {
        max-width: 200px;
    }
    .product-showcase {
        min-height: 100%;
        padding-bottom: 30px;
    }
    .bg-wrapper object {
        height: 80%;
        transform: scale(5);
    }
    .product-label {
        left: -85px;
        top: 20px;
        width: 150px;
    }
    .product-label h4 {
        font-size: 0.8rem;
        width: 85px;
    }
    .product-label span {
        font-size: 0.4rem;
    }
    .product-tabs {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-tabs .tab {
        flex: 0 0 calc(50% - 10px);
        font-size: 1rem;
        text-align: center;
        padding: 12px 10px;
        height: 90px;
    }
    .product-tabs .tab:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .product-tabs .tab:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .product-showcase .swiper-button-prev {
        left: 20%;
        top: 70%;
        transform: translateY(-50%);
    }
    .product-showcase .swiper-button-next {
        right: 20%;
        top: 50%;
        transform: translateY(-50%);
    }
    .menubaru-wrapper {
        margin-top: 20px;
    }
    .menuBaru {
        margin-top: 30px;
    }
    .menuBaru h2 {
        font-size: 1rem;
    }
    .menuBaru h1 {
        font-size: 1rem;
        max-width: 100%;
    }
    .menuBaru .menubaru-prev {
        width: 35px;
        height: 35px;
        left: 5%;
    }
    .menuBaru .menubaru-next {
        width: 35px;
        height: 35px;
        right: 5%;
    }
    .menuBaru .menubaru-prev img {
        width: 10px;
        height: 10px;
    }
    .menuBaru .menubaru-next img {
        width: 10px;
        height: 10px;
    }
    .resepSearch {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 16px);
    }
    .resepSearch-bar {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        justify-content: space-between;
    }
    .resepSearch .rs-wrapper {
        width: 100%;
        border-top: 1px solid #fff;
        padding-top: 8px;
    }
    .resepSearch .rs-wrapper .keyword-wrap {
        width: 30%;
    }
    .rs-divider {
        display: none;
    }
    .rs-kategori-trigger {
        font-size: 1rem;
        white-space: nowrap;
    }
    .rs-ingredient-wrap {
        flex: 1;
        min-width: 0;
        gap: 4px;
    }
    .rs-ingredient {
        width: 100%;
    }
    .rs-icon img {
        height: 50px;
    }
    .rs-produk-wrap {
        flex: 1;
        min-width: 0;
        gap: 4px;
    }
    .rs-produk {
        width: 100%;
    }
    .rs-produk-icon img {
        height: 36px;
    }
    .rs-produk-icon small {
        max-width: 60px;
        font-size: 0.55rem;
    }
    .rs-arrow {
        font-size: 0.8rem;
        padding: 0 2px;
    }
    .rs-submit img {
        width: 22px;
    }
    .rs-produk-wrap {
        align-items: flex-start;
    }
    .rs-produk {
        width: 120px;
        overflow: hidden;
    }
    .rs-produk .swiper-wrapper {
        align-items: flex-start;
    }
    .rs-produk .swiper-slide {
        align-items: flex-start;
    }
    .rs-produk-icon {
        align-items: center;
    }
    .rs-produk-icon img {
        height: 34px;
    }
    .rs-produk-icon small {
        margin-top: 4px;
        font-size: 0.5rem;
        line-height: 1.15;
        max-width: 60px;
    }
    .rs-produk-prev,
    .rs-produk-next {
        align-self: center;
        margin-top: 0;
    }
    .rs-kategori-trigger i {
        font-size: 0.8rem;
    }
    .rs-ingredient-wrap button i {
        font-size: 0.8rem;
    }
    .rs-arrow {
        font-size: 0.8rem;
    }
    #home .tagline-text .filter .items .left h2 {
        font-size: 1.5rem;
        margin-right: 0;
    }
    #home .tagline-text .filter .items {
        flex-direction: column;
    }
    #home .tagline-text .filter .items .right {
        margin-top: 1rem;
        border-right: none;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    #home .tagline-text .filter .items .right a:last-child {
        padding-right: 0;
    }
    .pilihan .left .wrap .img {
        height: 40vh;
    }
}
