@font-face {
    font-family: lexend;
    src: url(../fonts/seventeen-dishes/LexendZetta-VariableFont_wght.ttf);
}

@font-face {
    font-family: platypi;
    src: url(../fonts/seventeen-dishes/Platypi-Italic-VariableFont_wght.ttf);
}

@font-face {
    font-family: minion;
    src: url(../fonts/seventeen-dishes/MinionVariableConcept-Italic.otf);
}

#recipeV3 .banner {
    position: relative;
}
#recipeV3 .banner .img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#recipeV3 .banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #fff;
}
#recipeV3 .headline-banner {
    font-size: 3rem;
    font-family: zlb;
    font-weight: bold;
}
#recipeV3 .headline-description {
    font-size: 1rem;
    font-family: jkt;
}
#recipeV3 .bgblack {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
#recipeV3 .banner .banner-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 8px;
    width: auto;
}
#recipeV3 .banner .banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.6;
    margin: 0;
    transition: all 0.3s ease;
}
#recipeV3 .banner .banner-pagination .swiper-pagination-bullet-active {
    background: #fb0a01;
    opacity: 1;
    width: 24px;
    border-radius: 5px;
}

#recipeV3 .featured {
    height: 100vh;
    background: #000;
    position: relative;
}

#recipeV3 .featured .sliderContainer {
    position: absolute;
    bottom: 15px;
    width: 30%;
    right: 60px;
    z-index: 10;
}

#recipeV3 .featured .sliderContainer .btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff0000;
    color: #fff;
    padding: 5px 15px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    transform: translateY(-100%);
    margin-top: -15px;
    font-family: jkt;
}

#recipeV3 .featured .sliderContainer .splide {
    padding-bottom: 35px;
}

#recipeV3 .featured .sliderContainer .splide__slide {
    padding: 0;
}

#recipeV3 .featured .sliderContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#recipeV3 .featured .sliderContainer .sliderProgress {
    position: absolute;
    bottom: 10px;
    right: 40px;
    background: #fff;
    height: 1px;
    left: 70px;
}

#recipeV3 .featured .sliderContainer .sliderProgress > div {
    width: 0;
    height: 100%;
    background: #ff0000;
    transition: width 400ms ease;
}

#recipeV3 .featured .sliderContainer .sliderIndicator {
    position: absolute;
    bottom: 10px;
    font-size: 28px;
    right: 0;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    transform: translateY(50%);
    color: #fff;
    font-family: jkt;
}

#recipeV3 .featured .sliderIndicator2 {
    position: absolute;
    top: 0;
    font-size: 100px;
    right: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    z-index: 100;
}

#recipeV3 .featured .sliderContainer .splide__arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
}

#recipeV3 .featured .sliderContainer .splide__arrow {
    border-radius: 50%;
    background: none;
    border: solid 2px #fff;
    width: 25px;
    height: 25px;
    outline: none;
    position: relative;
}

#recipeV3 .featured .sliderContainer .splide__arrow svg {
    transform: rotate(180deg) translate(-50%, -50%);
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: left top;
}

#recipeV3 .featured .sliderContainer .splide__arrow svg path {
    fill: #fff;
}

#recipeV3 .featured .sliderContainer .splide__arrow.splide__arrow--next {
    left: 5px;
}

#recipeV3 .featured .sliderContainer .splide__arrow.splide__arrow--next svg {
    transform: rotate(0) translate(-50%, -50%);
    transform-origin: center;
}

#recipeV3 .featured .zoomContainer {
    position: absolute;
    bottom: 50px;
    width: calc(((30% + 10px) / 3) - 10px);
    left: 70%;
    height: 25vh;
    transition: unset;
    margin-left: -60px;
    overflow: hidden;
}

#recipeV3 .featured .zoomContainer .video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#recipeV3 .featured .zoomContainer:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
}

#recipeV3 .featured .zoomContainer.top {
    z-index: 1;
}

#recipeV3 .featured .zoomContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#recipeV3 .featured .zoomContainer.active {
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100vh;
    padding: 0;
    transition: all 0.5s;
    margin-left: 0;
}

#recipeV3 .featured .zoomContainer.active img {
    border-radius: 0;
}

#recipeV3 .featured .zoomContainer .video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#recipeV3 .search .item {
    cursor: pointer;
}

#recipeV3 .search .item:last-child img {
    margin-right: 0;
}

#recipeV3 .search .custom-input {
    border-bottom: 1px solid #000;
    border-radius: 0;
}

#recipeV3 .search h3 {
    color: #fb0a01;
    text-align: center;
    font-size: 2rem;
    font-family: zlb;
}
#recipeV3 .search .item {
    cursor: pointer;
}

#recipeV3 .search img {
    height: 40px;
    margin-right: 15px;
}

#recipeV3 .search button img {
    height: 20px;
}

#recipeV3 .search button {
    background-color: #fb0a01;
    border: none;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0.1rem;
    border-radius: 15px;
    margin-left: 1rem;
}

#recipeV3 .search button:focus {
    background-color: transparent;
    box-shadow: none;
}

#recipeV3 .items .item:nth-child(3) p {
    width: 55%;
}

/* Chosen */
#recipeV3 .chosen-container {
    position: relative;
}

#recipeV3 .chosen-container-active .chosen-choices,
#recipeV3 .chosen-container-multi .chosen-choices {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 15px;
    width: 200px;
    padding: 5px 15px;
    text-align: center;
    z-index: 1011;
}

#recipeV3 .chosen-container-multi .chosen-choices li.search-choice:first-child {
    margin-left: 0;
}

#recipeV3 .chosen-container-multi .chosen-choices li.search-field {
    width: 100%;
}

#recipeV3
    .chosen-container-multi
    .chosen-choices
    li.search-field
    input[type="text"] {
    font-family: roboto;
    text-align: center;
    font-weight: 300;
    color: #fff !important;
}

#recipeV3 .chosen-container .chosen-results li.no-results {
    color: #000;
}

#recipeV3 .chosen-container.chosen-with-drop .chosen-drop {
    border: none;
    margin-top: -15px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}

#recipeV3 .chosen-container .chosen-results {
    max-height: none;
}

#recipeV3 .chosen-container .chosen-results li {
    font-family: roboto;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 400;
    border-top: solid 1px #fff;
}

#recipeV3 .chosen-container .chosen-results li:first-child {
    padding-top: 25px;
}

/* Scrollbar */
#recipeV3 .s1 .chosen-container .chosen-results {
    max-height: 300px !important;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff #ce6e08;
}

#recipeV3 .s2 .chosen-container .chosen-results {
    max-height: 300px !important;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff #1d5e38;
}

#recipeV3 .s3 .chosen-container .chosen-results {
    max-height: 300px !important;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff #ee3638;
}

#recipeV3 .s1 .chosen-container,
#recipeV3 .s2 .chosen-container {
    width: 100% !important;
}

.chosen-results::-webkit-scrollbar {
    width: 8px;
}
.chosen-results::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.chosen-results::-webkit-scrollbar-thumb {
    background-color: #ee3638;
    border-radius: 4px;
    border: 2px solid #ee3638;
}
.chosen-results::-webkit-scrollbar-thumb:hover {
    background-color: #ee3638;
}

/* S1 - Kategori (orange) */
#recipeV3 .s1 .chosen-container-active .chosen-choices,
#recipeV3 .s1 .chosen-container-multi .chosen-choices {
    background: #ce6e08;
}

#recipeV3 .s1 .chosen-container.chosen-with-drop .chosen-drop {
    background: #e5b488;
}

#recipeV3 .s1 .chosen-container .chosen-results li.highlighted {
    background: #93460c;
}

/* S2 - Bahan (green) */
#recipeV3 .s2 .chosen-container-active .chosen-choices,
#recipeV3 .s2 .chosen-container-multi .chosen-choices {
    background: #1d5e38;
}

#recipeV3 .s2 .chosen-container.chosen-with-drop .chosen-drop {
    background: #297c4b;
}

#recipeV3 .s2 .chosen-container .chosen-results li.highlighted {
    background: #07421f;
}

/* S3 - Produk (red) */
#recipeV3 .s3 .chosen-container-active .chosen-choices,
#recipeV3 .s3 .chosen-container-multi .chosen-choices {
    background: #dd1f26;
}

#recipeV3 .s3 .chosen-container.chosen-with-drop .chosen-drop {
    background: #dd4752;
}

#recipeV3 .s3 .chosen-container .chosen-results li.highlighted {
    background: #b2101c;
}

/* Mobile */
@media (orientation: portrait) {
    #recipeV3 .search {
        padding: 50px 15px 0;
    }

    #recipeV3 .search form {
        padding: 0 30px;
    }

    #recipeV3 .chosen-container {
        width: 100% !important;
    }

    #recipeV3 .search input,
    #recipeV3 .search select {
        width: 100%;
        margin-bottom: 15px;
    }

    #recipeV3 .chosen-container-active .chosen-choices,
    #recipeV3 .chosen-container-multi .chosen-choices {
        width: 70px;
        padding: 5px;
    }

    #recipeV3 .search .item {
        border-right: 0;
        width: 100%;
    }

    #recipeV3 .search .item:last-child div {
        justify-content: center;
    }

    #recipeV3 .items .item:nth-child(3) p {
        width: 80%;
    }

    #recipeV3 .search .item:nth-child(1) .txt {
        z-index: 3;
        width: 100%;
    }
    #recipeV3 .search .item:nth-child(2) .txt {
        z-index: 2;
        width: 100%;
    }
    #recipeV3 .search .item:nth-child(3) .txt {
        z-index: 1;
        width: 100%;
    }

    .search.items .item:nth-child(1) .chosen-container .chosen-drop {
        width: 100%;
        left: 0;
        top: 40px;
    }

    .search.items .item:nth-child(2) .chosen-container .chosen-drop {
        width: 100%;
        left: 0;
        top: 40px;
    }

    .search.items .item:nth-child(3) .chosen-container .chosen-drop {
        width: 100%;
        left: 0;
        top: 40px;
    }

    #recipeV3 .search img {
        margin-right: 5px;
        height: 30px;
    }

    .search.items .btn.mbl {
        background-color: #ff0005;
        color: #fff;
        border-radius: 15px;
        padding: 5px 15px;
        font-size: 0.8rem;
        margin-top: 15px;
    }
}
@media (max-aspect-ratio: 16/9) {
    #recipeV3 .featured .zoomContainer .video iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 100vw;
        height: 56.25vw;
    }
}

@media only screen and (orientation: portrait) {
    #recipeV3 .featured .zoomContainer .video iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 60vh;
        width: 116.3vh;
    }
}

#recipeV3 .featured .caption {
    position: absolute;
    top: 0;
    width: 40%;
    left: 0;
    height: 100%;
    z-index: 10;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

#recipeV3 .featured .caption > div {
    opacity: 0;
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    padding: 0 50px;
    transition: all 0.5s;
}

#recipeV3 .featured .caption > div.active {
    opacity: 1;
}

#recipeV3 .featured .caption h2 {
    font-size: 20px;
    display: inline-block;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    color: #fff;
    font-family: zlb;
}

#recipeV3 .featured .caption h5 {
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
    font-family: jkt;
}

#recipeV3 .featured .caption strong {
    font-weight: 500;
}

#recipeV3 .featured .caption h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: zlb;
}

#recipeV3 .featured .caption h4 {
    margin-top: 30px;
}

#recipeV3 .featured .caption .btn {
    margin-top: 30px;
    background: #fb0a01;
    color: #fff;
    padding: 5px 15px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-family: jkt;
}

#recipeV3 .archive {
    padding: 50px 0 100px;
    background: #fff;
}

#recipeV3 .archive .ctn {
    padding: 60px 50px 30px;
    position: relative;
}

#recipeV3 .archive .ctn.recipewithbg:before {
    background-color: #dd1f26;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: " ";
    position: absolute;
    z-index: 1;
}
#recipeV3 .archive .ctn.recipewithbg.bgimg:before {
    background: url(../img/seventeen-dishes/bg-resep-kemerdekaan.png);
    background-repeat: no-repeat;
}

#recipeV3 .archive .ctn.recipewithbg.bgred:before {
    background-color: #da222e;
}

#recipeV3 .archive .ctn.recipewithbg.bggreen:before {
    background-color: #205e39;
}

#recipeV3 .archive .ctn.recipewithbg.bgrown:before {
    background-color: #cc6e1f;
}

#recipeV3 .archive .ctn.recipewithbg.bgyellow:before {
    background-color: #fecc09;
}

#recipeV3 .archive .sliderContainer .splide__slide {
    padding: 15px 50px 0 50px;
}

#recipeV3 .archive .sliderContainer {
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

#recipeV3 .archive .sliderContainer .imgCont {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#recipeV3 .archive .sliderContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

#recipeV3 .archive .sliderContainer .splide__arrow {
    position: absolute;
    top: 0;
    right: 85px;
    border-radius: 50%;
    background: none;
    border: solid 2px #fb0a01;
    width: 30px;
    height: 30px;
    outline: none;
    transform: translateY(-45px) rotate(180deg);
}

#recipeV3 .archive .sliderContainer .splide__arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.4);
}

#recipeV3 .archive .sliderContainer .splide__arrow svg path {
    fill: #fb0a01;
}

#recipeV3 .archive .sliderContainer .splide__arrow.splide__arrow--next {
    right: 50px;
    transform: translateY(-45px) rotate(0);
    transform-origin: center;
}

#recipeV3 .archive h2 {
    color: #dd1f26;
    padding-left: 15px;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 15px 100px 15px 15px;
    background-color: #fff;
    height: 100%;
    z-index: 0;
    font-family: zlb;
}

#recipeV3 .archive strong {
    font-weight: 700;
}

#recipeV3 .archive .splide__slide .cont {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 15px;
}

#recipeV3 .archive .splide__slide .cont .more a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fb0a01;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
}

#recipeV3 .archive .splide__slide .cont .more a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: jkt;
}

#recipeV3 .archive .splide__slide a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

#recipeV3 .archive .splide__slide .new-stamp {
    position: absolute;
    top: 10px;
    right: 45px;
    width: 26%;
    object-fit: unset;
    height: auto;
}

#recipeV3 .archive .splide__slide .videoIc {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #fff;
    font-size: 24px;
    text-shadow: 0px 0px 10px #000;
}

#recipeV3 .archive .splide__slide .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background:rgba(132,98,41,.85);*/
    border-radius: 15px;
    color: #fff;
    padding: 15px;
}

#recipeV3 .archive .splide__slide.withvideo .hover {
    background: none;
}

#recipeV3 .archive .splide__slide .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#recipeV3 .archive .splide__slide:hover img {
    transition: all 1s;
}

#recipeV3 .archive .splide__slide:hover img:not(.new-stamp) {
    /* transform: scaleX(-1); */
    transform: rotateY(360deg);
}

#recipeV3 .archive .splide__slide:hover .hover {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.2s;
}

#recipeV3 .archive .splide__slide:hover .video {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.2s;
}

#recipeV3 .archive .splide__slide .hover h5 {
    text-shadow: 0px 0px 10px #000;
    font-size: 14px;
}

#recipeV3 .archive .splide__slide .hover h3 {
    font-size: 1rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    left: -21px;
    right: 50px;
    background-color: #fb0a01;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    font-family: jkt;
}

/* #recipeV3 .archive .splide__slide .hover h3:after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #da222e;
    transform: rotate(45deg) translateY(-100%);
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
} */

#recipeV3.archive .archive {
    padding-top: 100px;
}

#recipeV3.archive .archive h2 {
    padding-left: 0;
}

#recipeV3.archive .archive h2 span {
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
    background: #775317;
    color: #e4d7c1;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    transform: translateY(-5px);
    margin-top: 15px;
}

#recipeV3.archive .archive .noresult {
    margin-top: 30px;
    font-size: 18px;
    color: #775317;
}

#recipeV3.archive .archive .item {
    margin-top: 30px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-top: 15px;
}

#recipeV3.archive .archive .item .cont {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

#recipeV3.archive .archive .item .new-stamp {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26%;
    object-fit: unset;
    height: auto;
}

#recipeV3.archive .archive .item a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

#recipeV3.archive .archive .item .videoIc {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #fff;
    font-size: 24px;
}

#recipeV3.archive .archive .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

#recipeV3.archive .archive .item .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
}

#recipeV3.archive .archive .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*
	background:rgba(132,98,41,.85);
	*/
    border-radius: 15px;
    color: #fff;
    padding: 15px;
}

#recipeV3.archive .archive .item:hover img:not(.new-stamp) {
    transform: scaleX(-1);
}

#recipeV3.archive .archive .item:hover .hover {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.2s;
}

#recipeV3.archive .archive .item:hover .video {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.2s;
}

#recipeV3.archive .archive .item .hover h5 {
    font-size: 14px;
}

#recipeV3.archive .archive .item .hover h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

#recipeV3 .search {
    padding: 30px 50px;
    text-align: center;
    justify-content: center;
    background: #fff;
}

#recipeV3 .search a {
    color: #775317;
    font-size: 1rem;
    text-decoration: none;
}

#recipeV3 .search h2 strong {
    font-weight: 700;
}

#recipeV3 .search form {
    display: block;
    margin-top: 15px;
}

#recipeV3 .search input,
#recipeV3 .search select {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 15px;
    font-size: 14px;
    width: 200px;
}

#tiktok_popup .modal-dialog {
    max-width: 605px;
}

#tiktok_popup .tiktok-embed {
    margin: 0 auto;
}

#tiktok_popup .modal-body {
    position: relative;
}

#tiktok_popup .btnclose {
    color: #000;
    position: absolute;
    font-size: 18px;
    top: 5px;
    right: 15px;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .recipe-swiper {
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .titleImg {
    width: 300px;
    padding: 0;
    z-index: 1;
    padding-left: 15px;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg {
    margin-top: 0;
    padding: 0 50px;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item {
    position: relative;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item .img {
    width: 80%;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item .img .img-ctn {
    width: 100%;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style1 h1 {
    color: #fff;
    font-family: platypi;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40px;
    transform: rotate(-10deg);
    width: 70%;
    padding: 15px 15px 20px;
    background: url(../img/seventeen-dishes/bg-title-style1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style2 h1 {
    color: #fff;
    font-family: platypi;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(10deg);
    width: 80%;
    padding: 15px 15px 20px;
    background: url(../img/seventeen-dishes/bg-title-style2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style3 h1 {
    color: #fff;
    font-family: platypi;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 80%;
    padding: 15px 15px 20px;
    background: url(../img/seventeen-dishes/bg-title-style3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style1 p {
    background: #fad061;
    color: #ef4f50;
    font-family: lexend;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 10px 30px;
    text-align: center;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 35px;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style2 p {
    background: #ef4f50;
    color: #fff;
    font-family: lexend;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 10px 30px;
    text-align: center;
    width: auto;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 1;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style3 p {
    background: #ef4f50;
    color: #fff;
    font-family: lexend;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 10px 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item .btnRecipeCustom {
    background: #54a06e;
    color: #fff;
    width: 150px;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    box-shadow: none;
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap {
    width: 8%;
    position: absolute;
    bottom: -50px;
    right: 0;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap2 {
    width: 8%;
    position: absolute;
    top: 15px;
    right: 0;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap3 {
    width: 8%;
    position: absolute;
    top: 0;
    left: -50px;
}

@media only screen and (orientation: portrait) {
    #tiktok_popup .btnclose {
        top: 0;
        right: 5px;
    }

    html,
    body {
        overflow-x: hidden !important;
        width: 100vw !important;
    }

    #recipeV3 .featured {
        position: relative;
        height: 100vh;
    }

    #recipeV3 .featured .zoomContainer.active {
        height: 100vh;
    }

    #recipeV3 .featured .sliderContainer .btn {
        right: 45px;
        font-size: 14px;
    }

    #recipeV3 .search {
        padding: 15px;
    }

    #recipeV3 .search form {
        padding: 0 30px;
    }

    #recipeV3 .chosen-container {
        width: 100% !important;
    }

    #recipeV3 .search input,
    #recipeV3 .search select {
        width: 100%;
        margin-bottom: 15px;
    }

    #recipeV3 .chosen-container-active .chosen-choices,
    #recipeV3 .chosen-container-multi .chosen-choices {
        width: 100%;
    }

    #recipeV3 .search .chosen-container input {
        margin-bottom: 0;
    }

    #recipeV3 .search .scol {
        width: 100%;
    }

    #recipeV3 .archive {
        padding: 50px 0 100px;
    }

    #recipeV3.archive .archive {
        padding: 50px 15px 100px;
    }

    #recipeV3 .archive h2 {
        font-size: 1rem;
        padding-right: 50px;
    }
    #recipeV3 .archive .ctn {
        padding: 31px 25px 30px;
    }

    #recipeV3 .archive .splide__slide .hover {
        padding: 5px 10px;
    }

    #recipeV3 .archive .splide__slide .hover h5 {
        font-size: 10px;
    }

    #recipeV3 .archive .splide__slide .hover h3 {
        font-size: 10px;
        line-height: 10px;
        right: 10px;
    }

    #recipeV3 .archive .splide__slide .videoIc {
        font-size: 14px;
    }

    #recipeV3 .archive .splide__slide .cont .more a {
        font-size: 14px;
        line-height: 14px;
    }

    #recipeV3 .featured .caption {
        width: 100%;
        height: 50vh;
    }

    #recipeV3 .featured .caption > div {
        padding: 0 15px;
        top: 100px;
    }

    #recipeV3 .featured .caption h2 {
        font-size: 16px;
    }

    #recipeV3 .featured .caption h5 {
        font-size: 14px;
        margin-top: 15px;
    }

    #recipeV3 .featured .caption h3 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 0;
    }

    #recipeV3 .featured .caption .btn {
        font-size: 14px;
        margin-top: 15px;
    }

    #recipeV3 .featured .sliderContainer .sliderIndicator {
        display: none;
    }

    #recipeV3 .featured .sliderContainer .sliderProgress {
        display: none;
    }

    #recipeV3 .featured .sliderContainer {
        right: -30px;
        width: 45%;
    }

    .backsoundbutton {
        display: none;
    }

    #recipeV3 .archive .sliderContainer {
        margin-right: 0;
    }

    #recipeV3 .archive .sliderContainer .splide__arrows {
        transform: translateX(-6%);
    }

    #recipeV3 .archive .sliderContainer .splide__arrow {
        transform: translateY(-45px) rotate(180deg) scale(0.75);
        right: 40px;
    }

    #recipeV3 .archive .sliderContainer .splide__arrow.splide__arrow--next {
        transform: translateY(-45px) rotate(0) scale(0.75);
        right: 15px;
    }

    .cart-icon {
    }

    #recipeV3.archive .archive .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #recipeV3 .archive .sliderContainer .splide__slide {
        padding: 0 15px;
    }
    #recipeV3 .archive .sliderContainer .splide__arrow {
        right: 25px;
    }
    #recipeV3 .archive .sliderContainer .splide__arrow.splide__arrow--next {
        right: 0;
    }
    #recipeV3 .archive .splide__slide .new-stamp {
        top: -1px;
        right: 13px;
    }

    #recipeV3 .archive .ctn.recipewithbg.bgimg {
        padding: 0;
    }
    #recipeV3 .archive .ctn.recipewithbg.bgimg .item {
        margin: 0 30px;
    }
    #recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap {
        width: 25%;
        bottom: 0;
    }
    #recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap3 {
        width: 25%;
        left: 0;
    }
    #recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap2 {
        width: 25%;
        top: 50px;
    }
    #recipeV3 .headline-banner {
        font-size: 1rem;
    }
    #recipeV3 .headline-description {
        font-size: 0.8rem;
    }
    #recipeV3 .search h3 {
        font-size: 1.25rem;
    }
}

#recipeV3 .bgpattern {
    display: none;
}

#recipeV3.black-pattern-crazykind .bgpattern {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
}

#recipeV3.black-pattern-crazykind .bgpattern > div {
    background-image: url("../img/pattern-crazykind-3.png");
    background-size: 100% auto;
    height: 100%;
    opacity: 0.1;
}

#recipeV3.black-pattern-crazykind {
    background: none;
    position: relative;
}

#recipeV3.black-pattern-crazykind .archive {
    background: none;
    position: relative;
}

#recipeV3.black-pattern-crazykind .search {
    background: none;
}

#recipeV3.black-pattern-crazykind .search h2,
#recipeV3.black-pattern-crazykind .search a,
#recipeV3.black-pattern-crazykind .archive h2,
#recipeV3.black-pattern-crazykind .search .s4 input {
    color: #fff !important;
}

#recipeV3.black-pattern-crazykind .archive .sliderContainer .splide__arrow {
    border: solid 1px #fff;
}

#recipeV3.black-pattern-crazykind
    .archive
    .sliderContainer
    .splide__arrow
    svg
    path {
    fill: #fff;
}
