:root {
    --primary-color: #FFE200;
    --secondary-colors: #0B8041;
    --off-yellow: #FFF0CA;
    --balck-var: #141414;
}

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFFCF5 !important;
}

a {
    text-decoration: none;
}

.commen_space {
    padding: 96px 0px
}

h2 {
    font-family: Fraunces;
    font-weight: 900;
    font-style: Black;
    color: var(--balck-var);
    font-size: 64px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

p.description {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: var(--balck-var);
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2%;
}

p {
    font-weight: 400;
    font-style: color:var(--balck-var);
    Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2%;
}

.btns {
    display: inline-block;
    transition: 0.5s;
    padding: 16px 48px;
    background-color: var(--balck-var);
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    border-radius: 24px;
    text-decoration: none;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
    box-shadow: 3px 6px 0px #ffe200;
}

.btns:hover {
    transition: 0.5s;
    background-color: var(--primary-color);
    box-shadow: 3px 6px 0px var(--balck-var);
    color: var(--balck-var);
}

.custom-full-container {
    width: 100%;
    padding: 0px 16px;
}

.custom-container {
    width: 100%;
    padding: 0px 96px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 1600px;
    width: 100%;
}

.top-bar {
    background-color: var(--primary-color);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
}

.top-bar-nav img {
    width: 100%;
    height: 100%;
    display: block;
}

.top-bar-notification {
    max-width: 580px;
    text-align: center;
}

.offer_slid div {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 120%;
    font-family: "Sono", monospace;
    letter-spacing: -1%;
    color: var(--secondary-colors);
}

.top-bar-nav button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
}

.headings_div {
    margin-bottom: 50px;
}

.headings_div h2 {
    margin: 0;
}

.header_row {
    padding: 32px 33px;
}

.header_row ul li {
    list-style: none;
}

.logo {
    display: block;
    max-width: 134px;
}

.logo img {
    max-width: 100%;
}

.main-navigation {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 0;
}

.main-navigation li a {
    font-family: 'Sono';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: var(--balck-var);
    text-decoration: none;
    position: relative;
    padding-bottom: 10px;
}

.main-navigation li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    transition: 0.5s;
}

.main-navigation li:hover a:after {
    background-color: var(--primary-color);
    transition: 0.5s;
}

.cart-and-sign {
    display: inline-flex;
    padding: 16px 0;
    margin: 0;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
}

.cart-and-sign li {
    margin: 0;
    padding: 0;
    position: relative;
}

.cart-and-sign li a {
    display: block;
    padding: 0 16px;
}

.cart-and-sign li:after {
    content: "";
    display: block;
    height: 28px;
    width: 2px;
    background-color: var(--balck-var);
    border-radius: 100px;
    position: absolute;
    top: 0;
    right: 0;
}

.cart-and-sign li:last-child:after {
    display: none;
}

.main_slider-section .custom-full-container {
    padding-left: 32px;
    padding-right: 32px;
}

.main_slider_inner_box {
    background-color: var(--off-yellow);
    border-radius: 64px;
    padding: 32px 16px 16px 16px;
}

.main-slider-navigation {
    display: flex;
    justify-content: center;
    margin-top: 23px;
    align-items: center;
    gap: 16px;
}

.main-slider-navigation button {
    background: none;
    border: none;
    padding: 0;
}

.main-slider-navigation button img {
    width: 32px;
    height: 32px;
}

.main-slider-navigation .main-slider-slide-count {
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    color: var(--secondary-colors);
    line-height: 120%;
    letter-spacing: -1%;

}

.main_slider_inner_box h2 {
    font-family: "Fraunces", serif;
    font-weight: 900;
    font-style: italic;
    font-size: 96px;
    line-height: 96px;
    letter-spacing: 0%;
    text-align: center;
}

.main_slider_inner_box h2 span {
    color: var(--secondary-colors);
    font-style: normal;
}

.main_inner_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 27px;
}

.main_slid_icon {
    position: relative;
}

.main_slid_icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
}

.main_slid_icon img {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.slider_image {
    height: 380px;
    overflow: hidden;
    border-radius: 48px;
    position: relative;
}

.slider_image_contant {
    position: absolute;
    bottom: 26px;
    right: 32px;
    left: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.slider_image_contant span {
    padding: 10px 20px;
    background-color: var(--primary-color);
    gap: 10px;
    border-radius: 16px;
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}

.slider_image_contant h4 {
    font-family: Fraunces;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
}

.btn_slider_ {
    display: flex;
    justify-content: end;
    width: 100%;
}

.btn_slider_ a {
    color: #FFF0CA;
}

.slider_image img {
    object-fit: cover;
    width: 100%;
}

.before_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #ffffff, #ffffffcf, #ffffff17);
}

.category_slider .slick-slide {
    background-color: var(--primary-color);
    border-radius: 16px;
    padding: 10px 20px;
    margin: 0px 5px;
    text-align: center;
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--balck-var);
}

.category_slider .slick-slide a {
    color: inherit;
}

.category_slider .slick-slide:nth-child(7n + 1) {
    background: #FFE200;
}

.category_slider .slick-slide:nth-child(7n + 2) {
    background: #7E3624;
    color: #ffffff;
}

.category_slider .slick-slide:nth-child(7n + 3) {
    background: #FFF0CA;
}

.category_slider .slick-slide:nth-child(7n + 4) {
    background: #E7516F;
    color: #ffffff;
}

.category_slider .slick-slide:nth-child(7n + 5) {
    background: #27FB6B;
}

.category_slider .slick-slide:nth-child(7n + 6) {
    background: #FC440F;
    color: #ffffff;
}

.category_slider .slick-slide:nth-child(7n + 7) {
    background: #F9C305;
}


.heading_border {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 20px;
}

.headings_div_border {
    height: 3px;
    background-color: var(--primary-color);
    width: 100%;
}

.products_slid-navigation {
    /* border: 1px solid red; */
    justify-content: space-between;
    display: flex;
}

.products_slid-navigation button {
    border: none;
    background: none;
    padding: 10px 0 0;
}

.products_slid-navigation button img {
    width: 32px;
}

.products_contant {
    text-align: center;
}
.products_contant > a {
    display: block!important;
    text-align: center;
}
.products_contant h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.products_contant h5 {
    margin-bottom: 16px;
    font-family: Sono;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;
    color: var(--secondary-colors);
}

.products_contant a {
    display: inline-block;
}

.products_slid-img {
    transform: scale(0.62);
    transition: 0.5s;
}

.benefits_food_box {
    opacity: 0;
    display: none;
    background-color: var(--primary-color);
    border-radius: 24px;
    padding: 20px 0;
    min-width: 711px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.slick-center .products_slid-img {
    transform: scale(0.8);
    transition: 0.5s;
}

.slick-center .benefits_food_box {
    opacity: 1;
    display: block;
    transition: 0.5s;
}

.products_contant {
    opacity: 0;
    transition: 0.5s;
    margin-bottom: 74px;
}

.slick-center .products_contant {
    opacity: 1;
    transition: 0.5s;
}

section.benefits_food {}

.benefits_food_box {
    background-color: var(--primary-color);
    border-radius: 24px;
    padding: 20px 0;
}

.benefits_food_box ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;
    justify-content: center;
}

.benefits_food_box ul li {
    list-style: none;
    font-family: "Sono";
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    border-right: 2px solid #000;
    padding-right: 20px;
    padding-left: 20px;
}

.benefits_food_box ul li:last-child {
    border-right: 0px solid #000;
    padding-right: 0px;
}

.benefits_food_icons ul {
    display: flex;
    margin: 0;
    gap: 20px;
    justify-content: space-around;
    width: 100%;
    padding: 0;
}

.benefits_food_icons ul li {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.benefits_food_icons ul li p {
    font-family: Sono;
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.benefits_food_icons ul li img {
    width: 100px;
    height: 100px;
}

section.why_pick_yalla {
    background-color: #FFF0CA;
    padding: 0px 0px 32px 0px;
}

.why_pick_yalla_inner {
    max-width: 306px;
    margin: 40px auto;
}

.why_pick_yalla_img {
    text-align: center;
}

.why_pick_yalla_outer {
    display: flex;
    height: 100%;
    align-items: center;
}

.why_pick_yalla_contant p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -2%;
    margin-bottom: 32px;
}

.why_pick_yalla_contant ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.why_pick_yalla_contant ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    width: 100%;
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 120%;
}

.how_made_box {
    background-color: var(--primary-color);
    padding: 16px 16px 32px 16px;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    transition: 0.5s;
}

.how_made_img {
    border-radius: 16px;
    overflow: hidden;
}

.how_made_contant {
    padding: 0 16px;
}

.how_made_contant h4 {
    font-family: Fraunces;
    font-weight: 600;
    color: var(--secondary-colors);
    font-size: 32px;
    margin-bottom: 0px;
}

.how_made_contant h3 {
    font-family: Fraunces;
    font-weight: 600;
    color: var(--balck-var);
    font-size: 32px;
}

.how_made_contant p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.how_made_box:hover {
    background-color: var(--balck-var);
    transition: 0.5s;
}

.how_made_box:hover,
.how_made_box:hover .how_made_contant h4,
.how_made_box:hover .how_made_contant h3,
.how_made_box:hover .how_made_contant p {
    color: #fff;
    transition: 0.5s;
}

.how_made_box:hover .how_made_contant h4 {
    color: var(--primary-color);
}

.deleghtful_snack {
    background-color: var(--secondary-colors);
    border-radius: 24px;
    padding: 15px;
    margin-top: 24px;
}

.deleghtful_snack p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.stay_crunchy .headings_div {
    margin-bottom: 47px;
}

.stay_crunchy_box {
    height: 240px;
    overflow: hidden;
    border-radius: 32px;
}
.stay_crunchy_box img {
    height: 100%;
    object-fit: cover;
}

.follow-bttn {
    margin-top: 64px;
}

.crunchy_yellow {
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Sono;
    font-weight: 400;
    font-size: 24px;
}

.crunchy_green {
    background-color: var(--secondary-colors);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Sono;
    flex-wrap: wrap;
    padding: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #27FB6B;
}

.crunchy_green h3 {
    font-family: Fraunces;
    font-weight: 600;
    font-size: 32px;
    color: #FFF0CA;
    text-align: center;
}

.get_first_dibs h3 {
    font-family: Fraunces;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

.get_first_dibs p {
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.subscribe-box {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.subscribe-box form {
    background: #fff4d1;
    /* light cream background */
    padding: 8px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    justify-content: center;
}

.subscribe-box input {
    border: none;
    background: transparent;
    padding: 18px 15px;
    outline: none;
    font-size: 16px;
    width: 540px;
}

.subscribe-box button {
    background: #0b8a2e;
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.subscribe-box button:hover {
    opacity: 0.9;
}

.bottom_get_cortton img {
    width: 400px;
}

.follow_us {
    margin-top: 50px;
}

.follow_us ul {
    display: inline-flex;
    border: 2px solid var(--secondary-colors);
    padding: 16px !important;
    border-radius: 24px;
}

.follow_us ul li {
    list-style: none;
    border-right: 2px solid var(--secondary-colors);
}

.follow_us ul li:last-child {
    list-style: none;
    border-right: 0px solid var(--secondary-colors);
}

.follow_us ul li a {
    padding: 10px 16px;
}

.follow_us span {
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;
}

.footer_section {
    background-color: var(--primary-color);
}

.footer_section h3 {
    font-family: Fraunces;
    font-weight: 600;
    font-style: SemiBold Italic;
    font-size: 32px;
}

ul.footer_menu_bar {
    padding: 0;
    display: flex;
    gap: 64px;
    justify-content: end;
    margin-top: 32px;
}

ul.footer_menu_bar li {
    list-style: none;
}

ul.footer_menu_bar li a {
    font-family: Sono;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    color: #141414;
    text-transform: uppercase;
}

.copyright_bar {
    border-top: 2px solid #141414;
    display: flex;
    padding: 20px 0px 0px 0px;
    font-family: Sono;
    text-decoration: none;
    font-size: 16px;
    color: #141414;
}

.copyright_bar ul {
    display: flex;
    gap: 64px;
    justify-content: end;
    padding-left: 60px;
}

.copyright_bar ul li a {
    font-family: Sono;
    text-decoration: none;
    font-size: 16px;
    color: #141414;
}


.slick-slide .are_raving_box {
    opacity: 0 !important;
}

.slick-active .are_raving_box {
    opacity: 1 !important;
}


.are_raving_box {}

.are_raving_box h5 {
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
}

.are_raving_box p {
    font-weight: 400;
    font-size: 16px;
}

.are_raving_box {
    padding: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 74px;
    border-radius: 32px;
    transform: rotate(-20deg);
    margin-top: 45px;
    margin-bottom: 45px;
    transition: all 0.3s ease;
    /* background-color: #F59518; */
    flex-direction: column;
}

.slick-active.slick-center .are_raving_box {
    transform: rotate(0deg);
    /* background-color: #FFE200; */
    margin-top: 0
}

/* .slick-active.slick-center ~ .slick-slide .are_raving_box {transform: rotate(20deg); background-color: #27FB6B} */
.slick-active.slick-center~.slick-slide .are_raving_box {
    transform: rotate(20deg);
}

.are_raving .slick-slide:nth-child(3n + 1) .are_raving_box {
    background-color: #F59518;
}

.are_raving .slick-slide:nth-child(3n + 2) .are_raving_box {
    background-color: #FFE200;
}

.are_raving .slick-slide:nth-child(3n + 3) .are_raving_box {
    background-color: #27FB6B
}

.are_raving_box svg {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.raving-navigation,
.explore_our-navigation {
    max-width: 758px;
    margin-left: auto;
    display: flex;
    column-gap: 32px;
    align-items: center;
    margin-top: 64px;
}

.explore_our-navigation {
    margin-top: 44px;
}

.raving-nav-buttons button,
.explore_our-nav-buttons button {
    background: none;
    border: none;
    padding: 0;
}

.raving-nav-buttons button img,
.explore_our-nav-buttons button img {
    width: 32px;
    height: 32px;
}

.raving-nav-buttons .raving-slide-count,
.explore_our-nav-buttons .explore_our-slide-count {
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    color: var(--secondary-colors);
    line-height: 120%;
    letter-spacing: -1%;

}

.raving-nav-buttons,
.explore_our-nav-buttons {
    display: flex;
    justify-content: center;
    margin-top: 0;
    align-items: center;
    gap: 16px;
}

.slider-progress,
.explore_our-slider-progress {
    width: 100%;
    height: 8px;
    background: var(--off-yellow);
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.slider-progress .progress,
.explore_our-slider-progress .explore_our-progress {
    height: 100%;
    width: 0%;
    background: var(--balck-var);
    transition: width 0.4s ease;
}

.explore_our.slick-slider .slick-slide {
    padding-left: 64px;
}

.explore_our_flavours .custom-full-container {
    padding-left: 30px;
}

.explore_our_product {
    padding: 0px 0px 30px 0px;
    margin: 0 auto;
    width: 340px;
    /* margin-right: 64px; */
}

.product_list .explore_our_product {
    width: 100% !important;
}

.explore_our_product .product_label {
    margin-bottom: 8px;
}

.explore_our_product span {
    font-family: Sono;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    background-color: #FC440F;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 16px;
    color: #fff;
}

.explore_our_product span.green_offer {
    background-color: #27FB6B;
    color: #000;
}

.prodcut_list_img {
    height: auto;
    overflow: hidden;
    border-radius: 32px;
    margin: 0 auto;
    background: #EBEBEB;
    padding: 8%;
}

.prodcut_list_img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.prodcut_list_contant {
    text-align: center;
    padding-top: 24px;
}

.prodcut_list_contant h5 {
    font-family: Sono;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #0B8041;
}

.prodcut_list_contant h3 {
    font-family: 'Fraunces';
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    margin-bottom: -12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prodcut_list_contant p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 22px 16px;
    background-color: var(--off-yellow);
    border-radius: 24px;
    margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {

    .toggle-button,
    .toggle-button::before {
        display: none;
    }
}

/*******************************************************About Us Css**************************************************************/

.about_section_top_contant p {
    font-family: Sono;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.about_top_video {
    height: 650px;
    border-radius: 48px;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about_top_video img {
    width: 100%;
}

.about_top_video_btn {
    position: absolute;
}

section.mission_section {
    background-color: var(--off-yellow);
}

section.mission_section h3 {
    font-family: Fraunces;
    font-weight: 900;
    font-size: 40px;
    padding-bottom: 16px;
    border-bottom: 2px solid #FFE200;
}

.mission_image img {
    aspect-ratio: 260/175;
    border-radius: 32px;
    width: 100%;
    object-fit: cover;
}

.about_middel_contant {
    display: flex;
    align-items: center;
    height: 100%;
}

.about_middel_img {
    height: 320px;
    overflow: hidden;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_middel_contant h3 {
    font-family: Fraunces;
    font-weight: 900;
    font-style: Black;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    border-bottom: 2px solid var(--primary-color);
    letter-spacing: 0%;
    padding-bottom: 16px;
}

.about_middel_contant p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2%;
}

.made_with_img {
    height: 378px;
    overflow: hidden;
    border-radius: 32px;
    margin-bottom: 25px;
}

.made_with_img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.made_with_contant h3 {
    font-family: Fraunces;
    font-weight: 900;
    font-style: Black;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    padding-bottom: 16px;
    display: inline-block;
    border-bottom: 2px solid var(--primary-color);
}

.made_with_contant p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
}

.about_end_contant {
    display: flex;
    align-items: center;
    height: 100%;
    align-content: space-between;
    flex-wrap: wrap;
}

.about_end_img {
    height: 512px;
    width: 512px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.about_end_img img {
    max-width: 100%;
}

.about_end_contant h3 {
    font-family: Fraunces;
    font-weight: 900;
    font-style: Black;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    border-bottom: 2px solid var(--primary-color);
    letter-spacing: 0%;
    padding-bottom: 16px;
}

.about_end_contant p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2%;
}



/*******************************************************Product Listing Css**************************************************************/

.listing_head_contant_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    overflow: hidden;
    border-radius: 48px;
}

.listing_head_contant {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 48px;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
    background-color: var(--primary-color);
    padding: 32px;
}

.listing_head_contant h3 {
    font-family: Fraunces;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}


.listing_head_contant h3 {
    font-family: Fraunces;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}

.list_scroll ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
}


.list_scroll ul li {
    list-style: none;
}

.list_scroll ul li a {
    background-color: var(--off-yellow);
    color: #000;
    text-decoration: none;
    border-radius: 16px;
    padding: 8px 16px;
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s;
    display: block;
}

.list_scroll ul li a.active {
    background-color: var(--secondary-colors);
    color: var(--off-yellow);
}

.list_scroll ul li a:hover {
    background-color: var(--secondary-colors);
    color: var(--off-yellow);
    transition: 0.5s;
}

.product_list_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_list_filter p {
    font-family: Sono;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    font-style: SemiBold;
    font-size: 16px;
    color: var(--secondary-colors);
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
}

.filter_btn .dropdown button {
    background-color: transparent;
    color: var(--secondary-colors);
    border: 2px solid var(--secondary-colors);
    border-radius: 10px;
    padding: 8px 17px;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    text-transform: uppercase;
}

.filter_btn {
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 16px;
}


.filter_btn .dropdown .dropdown-menu {
    background-color: transparent;
    color: var(--secondary-colors);
    border: 2px solid var(--secondary-colors);
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    padding: 0px;
}

.filter_btn .dropdown .dropdown-menu li a {
    font-weight: 600;
    font-style: SemiBold;
    color: var(--secondary-colors);
    font-size: 12px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    text-transform: uppercase;
    border-bottom: 2px solid var(--secondary-colors);
    padding: 8px 16px;
}

.filter_btn .dropdown .dropdown-menu li:last-child a {
    border-bottom: 0 !important;
}

.filter_btn .dropdown .dropdown-menu li a:hover {
    background-color: transparent;
}

.navigation_btn {
    margin-top: 64px;
}

.navigation_btn ul.pagination {
    background-color: var(--primary-color);
    border-radius: 16px;
    padding: 9px 32px;
    margin: 0 auto;
    justify-content: center;
    gap: 4px;
}

.navigation_btn ul.pagination li a {
    padding: 0px 10px;
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    color: #000;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
}

.navigation_btn ul.pagination li a:hover {
    background-color: transparent;
    color: var(--secondary-colors);
}

.navigation_btn ul.pagination li a.pri_btn,
.navigation_btn ul.pagination li a.nex_btn {
    padding: 0px 32px;
}


.list_online_store {
    background-color: #fff;
    border-radius: 64px;
    padding: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.list_online_store h4 {
    font-family: Sono;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    color: var(--secondary-colors);
    line-height: 120%;
    letter-spacing: -1%;
}

.list_online_store p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2%;
}




/*******************************************************Product datils Css**************************************************************/

section.product_datils_section h2 {
    font-family: Fraunces 72pt SuperSoft;
    font-weight: 900;
    font-style: Black;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

.reviews_datils {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews_datils ul {
    padding: 0;
    display: flex;
    gap: 6px;
    margin: 0;
}

.reviews_datils ul li {
    list-style: none;
}

.reviews_datils span {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    text-transform: uppercase;
}


.pack-options {
    display: flex;
    gap: 16px;
}

.pack-btn {
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid #000;
    border-radius: 16px;
    font-size: 16px;
    transition: 0.2s;
}

.pack {
    cursor: pointer;
    text-align: center;
}

.pack input {
    display: none;
}

.pack input:checked+.pack-btn {
    background: #000;
    color: #fff;
}

.save-text {
    display: block;
    margin-top: 5px;
    color: #0a8f3c;
    font-size: 14px;
    font-weight: 600;
}

.wight_btn h5 {
    font-family: Sono;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: left;
    width: 100%;
}

.wight_btn h5 del {
    color: #E5D19E;
}

.wight_btn {
    margin-top: 32px;
}

.wight_btn {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}


.qty-container {
    display: inline-flex;
    align-items: center;
    background: var(--off-yellow);
    padding: 16px;
    border-radius: 16px;
}

.qty-btn {
    border: none;
    font-size: 22px;
    cursor: pointer;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    height: 20px;
}

.qty-input {
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    background-color: transparent;
    border: none;
    width: 40px;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;
}

.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.offer_box {
    padding: 64px 0px;
}

.offer_box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.offer_box ul li {
    list-style: none;
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    width: 100%;
}

.explore_more h4 {
    font-family: Sono;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    margin-bottom: 16px;
}

.explore_more ul {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
}

.explore_more ul li {
    list-style: none;
    margin-bottom: 16px;
}

.explore_more ul li a {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 16px;
    background-color: var(--secondary-colors);
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    color: #fff;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
}

.tabing_contant {
    padding: 64px 0px;
}

.tabing_contant ul.nav.nav-tabs {
    justify-content: space-between;
}

.tabing_contant ul.nav.nav-tabs li {
    width: 50%;
}

.tabing_contant ul.nav li button {
    background-color: transparent !important;
    width: 100%;
    font-family: Sono;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color: #000;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    border-bottom: 2px solid #000;
    border-top: 0px solid #000;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    text-align: left;
}

.tabing_contant ul.nav li button:hover {
    border-bottom: 2px solid var(--primary-color);
    border-top: 0px;
    border-left: 0px;
    border-right: 0;
}

.tabing_contant ul.nav li button.active {
    border-bottom: 2px solid var(--primary-color);
    border-top: 0px;
    border-left: 0px;
    border-right: 0;
}

.tabing_contant .tab-content {
    padding-top: 16px;
}

.tabing_contant .tab-content p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
}



.accordion_datils .accordion .accordion-item {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-top: none;
    border-bottom: 2px solid var(--primary-color);
}

.accordion_datils .accordion .accordion-item button.accordion-button {
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    gap: 10px;
    background-color: transparent;
}

.accordion_datils .accordion .accordion-item button.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.questions_img img {
    max-width: 100%;
}

.accordion_datils .accordion-button {
    color: #000 !important;
}

.accordion-button::after {
    content: "+";
    font-size: 50px;
    background-image: inherit;
    font-weight: 300;
}

.accordion-button:not(.collapsed)::after {
    background-image: inherit;
    content: "-";
    transform: none;
}

.key_ingredients_img img {
    aspect-ratio: 500/500;
    border-radius: 32px;
    object-fit: contain;
}

.key_ingredients_boxs ul li {
    list-style: none;
}

.key_inner_boxs img {
    aspect-ratio: 80/80;
    width: 80px;
    object-fit: contain;
}

.key_inner_boxs p {
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;
    vertical-align: middle;
}

.key_ingredients_boxs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 64px 20px;
    margin-bottom: 40px !important;
}

.key_ingredients_boxs ul li {
    list-style: none;
    width: 22%;
    text-align: center;
    padding: 0px 18px;
}

.ingredients_box {
    padding: 32px;
    background-color: var(--secondary-colors);
    border-radius: 16px;
}

.ingredients_box h3 {
    font-family: Sono;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: right;
    color: var(--off-yellow);
}

.ingredients_box p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    letter-spacing: -2%;
    text-align: right;
}

.product_datils_slid ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.product_datils_slid ul li {
    border-radius: 32px;
    overflow: hidden;
    width: calc(50% - 6px);
}

.product_datils_slid ul li img {
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
    object-fit: contain;
}

.product_datils_slid ul.datils_slid-mobile {
    margin-bottom: 16px !important;
}

.product_datils_slid ul.datils_slid-thumb li {
    padding: 3px;
}



/*******************************************************Cart Slid Css**************************************************************/

.cart_section {
    max-width: 360px;
    padding: 16px;
}

.cart_section_inner_heading h4 {
    font-family: Fraunces;
    font-weight: 900;
    font-style: Black;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.cart_section_inner_heading p {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    color: var(--secondary-colors);
    text-transform: uppercase;
}

.discount_box {
    background-color: var(--off-yellow);
    padding: 12px;
    border-radius: 16px;
}

.discount_box_inner {
    padding: 8px 16px;
    background-color: var(--primary-color);
    border-radius: 12px;
    margin-bottom: 12px;
}

.discount_box_inner p {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.discount_box_scroll ul {
    display: flex;
    gap: 8px;
    overflow-x: scroll;
}

.discount_box_scroll ul li {
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px;
    min-width: 70px;
    width: 100%;
}

.discount_box_scroll ul li h5 {
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
}

.discount_box_scroll ul li p {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
}

.cart_table {
    padding: 24px 16px 6px 16px;
    border-bottom: 2px solid var(--primary-color);
}

.cart_table_product {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cart_table_product_img img {
    aspect-ratio: 80/80;
    width: 80px;
    border-radius: 16px;
    object-fit: contain;
}

.cart_table_product_text h4 {
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
}

.cart_table_product_text p {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 120%;
    padding: 0;
    margin: 0;
    letter-spacing: -2%;
    text-transform: uppercase;
}

.cart_table_product_text span {
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
}

.cart_table_product_text span span {
    color: var(--off-yellow);
}

.cart_quanity_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.cart_quanity_btn .qty-container {
    padding: 13px;
}

.discount_code {
    margin-top: 24px;
}

.discount_code p {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2%;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 8px;
}

.coupon_code form input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 50px;
    background-color: var(--off-yellow);
    border: none;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    color: #000;
}

.coupon_code form {
    position: relative;
}

.coupon_code form input:focus {
    outline: none;
}

::placeholder {
    color: #000;
}

.coupon_code form button {
    background-color: var(--secondary-colors);
    padding: 10px 24px;
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    border-radius: 50px;
    font-size: 14px;
    border: none;
    color: var(--off-yellow);
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    position: absolute;
    right: 6px;
    top: 4px;
}

.subtotal_box ul {
    padding: 16px;
}

.subtotal_box ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.subtotal_box ul li span {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
}

.subtotal_box a {
    width: 100%;
    text-align: center;
    font-size: 14px;
    position: sticky;
    bottom: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 9;
}

/* Side Panel */
.side-panel {
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    background: white;
    padding: 20px;
    box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 99;
    overflow-y: scroll;
}

/* Active Class */
.overlay.active {
    opacity: 1;
    visibility: visible;
}

.side-panel.active {
    right: 0;
    /* slide in */
}


.mobile-menu {
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    background: var(--off-yellow);
    padding: 16px 16px 32px;
    box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 99;
    overflow-y: scroll;
    max-width: 360px;
    width: 90%;
}

/* Active Class */
.overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu.active {
    right: 0;
    /* slide in */
}

.mobile-menu .mega_menu_bar {
    position: static;
    display: flex;
    width: 100%;
    max-width: 100%;
    transform: none;
    padding: 0;
    border-radius: 0;
    flex-direction: column;
    gap: 32px;
}

.mobile-menu .mega_menu_collections {
    flex-direction: column;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.mobile-menu .mega_menu_collections h3,
.mobile-menu .mega_menu_bar h3,
.mobile-menu .mobile-menu-items a {
    font-size: 18px;
    width: 100%;
    font-family: Fraunces;
    font-weight: 900;
    color: var(--secondary-colors);
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 16px;
}

/*.mobile-menu .shop_gifts_img {*/
/*    width: 100%;*/
/*    height: 90px;*/
/*    border-radius: 16px;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.mobile-menu .shop_gifts ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
}

.mobile-menu .shop_gifts ul li {
    width: calc(33.333% - 6px);
}

.mobile-menu .shop_gifts_img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.mobile-menu .shop_gifts ul li a {
    font-size: 13px;
}

.mobile-menu .shop_gifts ul li .shop_gifts_img img {
    width: 100%;
    aspect-ratio: 104 / 52;
    object-fit: cover;
    border-radius: 0;
}

.mobile-menu .mega_menu_category ul li a {
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
    border-radius: 16px;
    align-items: center;
    padding: 8px 8px 8px 16px;
    width: 100%;
    justify-content: space-between;
}

.mobile-menu .mega_menu_category ul li {
    width: 100%;
}

.mobile-menu .mega_menu_category_img {
    margin-bottom: 0;
    border-radius: 12px;
    width: auto;
    height: auto;
    max-width: 71px;
}

.mobile-menu .mega_menu_category_img img {
    border-radius: 0;
    aspect-ratio: 71 / 40;
    object-fit: cover;
}

.mobile_follow_us {
    margin-top: 32px;
}

.mobile-menu ul.mobile-menu-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile_follow_us ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.mobile_follow_us ul li {
    padding: 0 16px;
    position: relative;
}

.mobile-menu .mobile-menu-items li+li {
    margin-top: 32px;
}

.mobile_follow_us ul li+li:before {
    content: "";
    display: block;
    width: 2px;
    background: var(--secondary-colors);
    height: 94%;
    position: absolute;
    left: 0;
    border-radius: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/*******************************************************Mega Menu Css**************************************************************/
.main-navigation {
    position: relative;
}

.header_row ul li.navigater_nav {
    padding-bottom: 40px;
}

.mega_menu_bar {
    background-color: var(--off-yellow);
    max-width: 940px;
    width: 940px;
    border-radius: 48px;
    padding: 16px;
    position: absolute;
    z-index: 99;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50px);
    display: none;
}

.main-navigation li:hover .mega_menu_bar {
    display: block;
}

.mega_menu_category {
    margin-bottom: 24px;
}

.mega_menu_category_img {
    width: 201px;
    height: 113px;
    overflow: hidden;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.mega_menu_category_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega_menu_category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    justify-content: center;
}

.mega_menu_category ul li {
    list-style: none;
    width: 201px;
    text-align: center;
    padding: 0;
}

.mega_menu_category ul li a {
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-decoration: none;
    color: #000;
    text-align: center;
    padding: 0;
}

.mega_menu_category ul li a:after {
    display: none;
}

.mega_menu_collections {
    border-radius: 32px;
    background-color: #fff;
    padding: 24px;
    display: flex;
    gap: 0px 16px;
}

.shop_gifts_img {
    width: 224px;
    height: 90px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.mega_menu_category_img img {
    width: 100%;
}

.shop_gifts ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 16px;
}

.shop_gifts ul li {
    list-style: none;
    text-align: center;
    padding: 0;
}

.shop_gifts ul li .shop_gifts_img img {
    width: 100%;
}

.shop_gifts ul li a {
    font-family: Sono;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-decoration: none;
    color: #000;
    text-align: center;
    padding: 0;
}

.shop_gifts ul li a:after {
    display: none;
}

.shop_curated h3 {
    font-family: Fraunces;
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    leading-trim: NONE;
    color: var(--secondary-colors);
    line-height: 120%;
    letter-spacing: 0%;
    width: 140px;
}









/**********************************************Trems & Condisions Page Css**********************************************/

.commen_section_top {}

.commen_inner {
    background-color: var(--off-yellow);
    border-radius: 32px;
    padding: 40px 50px;
}

.commen_inner h3, .commen_inner h1{
    font-family: Fraunces;
    font-weight: 900;
    font-style: Black;
    text-align: center;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.breadcrumbs ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.breadcrumbs ul li {
    list-style: none;
}

.breadcrumbs ul li:after {
    content: "/";
    padding-left: 10px;
    font-weight: 800;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li a {
    font-family: Sono;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    color: #000;
    letter-spacing: -2%;
    text-align: center;
}

.trems_inner h3 {
    font-family: Fraunces;
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.trems_inner h2 {
    font-family: Fraunces;
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.trems_inner p {
    font-size: 16px;
    line-height: 100%;
    line-height: 24px;
    color: #000;
    letter-spacing: -2%;
}


/**********************************************Cart Page Css**********************************************/


.cart_section_page .cart_table_product_text h4 {
    font-size: 22px;
}

.cart_section_page .cart_table_product_text p {
    font-size: 16px;
}

.cart_section_page .cart_table_product_text span {
    font-size: 18px;
}

.cart_section_page .cart_table_product_img img {
    aspect-ratio: 1/1;
    width: 200px;
    object-fit: contain;
}

.cart_section_page a.delate_btn svg {
    width: 40px;
    height: 40px;
}

.cart_section_page .discount_code p {
    font-size: 20px;
}

.cart_section_page .coupon_code form input {
    padding: 20px 26px;
    background-color: #fff;
}

.cart_section_page .coupon_code form button {
    padding: 18px 24px;
    font-size: 16px;
}

.cart_section_page .subtotal_box ul li span {
    font-size: 16px;
}

.cart_section_page .subtotal_box ul {
    padding: 16px;
    gap: 12px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.cart_section_page .subtotal_box a {
    font-size: 16px;
}

.cart_checout_div {
    background-color: #fff0ca;
    padding: 8px 16px 32px 16px;
    border-radius: 16px;
    position: sticky;
    top: 0;
}

.contact_us_form {
    padding: 26px 20px;
    background-color: #fff0ca !important;
    border-radius: 16px;
}

.contact_us_form input,
.contact_us_form textarea {
    padding: 12px 20px;
    background-color: #fff0ca !important;
    border: 2px solid #000000 !important;
    width: 100%;
    border-radius: 6px;
}

.contact_us_form button {
    padding: 12px 40px;
}

.contact_us_form h3 {
    font-family: Sono;
    font-weight: 600;
    font-size: 46px;
}

.contact_us_form p {
    font-family: Sono;
    font-weight: 400;
    font-size: 16px;
}


/*home about section*/

section.home-about-section_main {
    background: #fff;
}
section.home-about-section_main .custom-full-container {
    padding-left: 32px;
    padding-right: 32px;
}
.home-about-section_inner {
    background: var(--off-yellow);
    padding: 4%;
    border-radius: 62px;
    /*margin-bottom: 60px;*/
    margin-top: 60px;
}
a.read-toggle-button {
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.toggle-text {
    display: none;
}
.btn_slider_ a:empty {
    display: none;
}
/**********************************************@media screen and (max-width: 768px)**********************************************/

@media screen and (max-width: 767px) {
    .commen_space {
        padding: 56px 0px
    }

    h2 {
        font-size: 32px;
    }

    .subscribe-box input {
        width: 100%;
    }

    .benefits_food_icons ul {
        flex-wrap: wrap;
    }

    .benefits_food_icons ul li {
        width: 40%;
    }

    .benefits_food_box {
        background-color: var(--primary-color);
        border-radius: 24px;
        padding: 8px 16px;
    }

    .benefits_food_box ul {
        flex-wrap: wrap;
        gap: 16px;
        text-align: center;
    }

    .benefits_food_box ul li {
        border-right: 0px solid #000;
        padding-right: 0px;
        width: 45%;
        font-size: 13px;
    }

    .why_pick_yalla_img img {
        width: 60%;
    }

    .why_pick_yalla_contant {
        text-align: center;
        margin-top: 35px;
    }

    .why_pick_yalla_contant ul li {
        font-size: 13px;
    }

    .heading_border {
        white-space: inherit;
        text-align: center;
        flex-wrap: wrap;
    }

    .headings_div h2 {
        text-align: center;
    }

    .how_made_contant {
        padding: 0 16px;
    }

    .how_made_contant h4 {
        font-size: 28px;
    }

    .how_made_contant h3 {
        font-size: 28px;
    }

    .how_made_box {
        padding: 16px 16px 16px 16px;
        height: auto;
        margin-bottom: 16px;
    }

    .how_made_contant p {
        font-weight: 400;
        font-size: 14px;
        margin: 0;
    }

    .deleghtful_snack {
        border-radius: 22px;
        padding: 10px 16px;
    }

    .deleghtful_snack p {
        font-size: 13px;
    }

    .explore_our_product {
        width: 100%;
    }

    /*.prodcut_list_img {*/
    /*    height: 180px;*/
    /*}*/
    .prodcut_list_contant h3 {
        font-size: 18px;
        height: 44px;
        overflow: hidden;
    }

    .prodcut_list_contant p {
        font-size: 14px;
    }

    .prodcut_list_contant h5 {
        font-size: 18px;
    }

    .btns {
        padding: 14px 24px;
        font-size: 14px;
    }

    .explore_our_product span {
        font-size: 14px;
    }

    section.stay_crunchy .mt-4 {
        margin: 0 auto !important;
    }

    .stay_crunchy_box {
        height: 120px;
        margin-bottom: 16px;
    }

    .crunchy_yellow {
        text-align: center;
    }

    .crunchy_green h3 {
        font-size: 18px;
    }

    .crunchy_green {
        padding: 12px;
        font-size: 14px;
    }

    .crunchy_green p {
        font-size: 14px;
    }

    .get_first_dibs h3 {
        font-size: 28px;
    }

    .subscribe-box button {
        padding: 10px 14px;
        white-space: nowrap;
    }

    .bottom_get_cortton img {
        width: 100%;
    }

    .offer_slid div {
        font-size: 14px;
    }

    ul.footer_menu_bar {
        flex-wrap: wrap;
        gap: 0;
    }

    ul.footer_menu_bar li {
        list-style: none;
        width: 100%;
    }

    .copyright_bar {
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .copyright_bar ul {
        gap: 34px;
        padding-left: 0px;
    }

    .copyright_bar ul li:first-child {
        list-style: none;
    }

    .top-bar-nav {
        display: none;
    }

    .top-bar-notification {
        max-width: 100%;
    }

    .custom-container {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .main_slider_inner_box h2 {
        font-size: 24px;
        line-height: 96px;
    }

    .slider_image_contant h4 {
        font-size: 22px;
        text-align: center;
    }

    .slider_image_contant {
        justify-content: center;
        bottom: 16px;
        gap: 0;
    }

    .btn_slider_ {
        justify-content: center;
    }

    .slider_image {
        height: 220px;
        border-radius: 40px;
    }

    .main_slid_icon {
        height: 68px;
        width: 68px;
    }

    .main_slid_icon img {
        width: 100%;
    }

    .main_slid_icon span {
        font-size: 12px;
    }




}


/* responsive madhusudan */
/*@media screen and (max-width: 1200px) {*/
/*    .main_slider_inner_box h2 {*/
/*        font-size: 64px;*/
/*        line-height: 1em;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1024px) {*/
/*    .login-button {*/
/*        display: none;*/
/*    }*/
/*    .main-navigation {*/
/*        display: none;*/
/*    }*/
/*    .main_slider_inner_box h2 {*/
/*        font-size: 44px;*/
/*    }*/

/*}*/
/*@media screen and (max-width: 767px) {*/
/*    .main_inner_box {*/
/*        margin-bottom: 8px;*/
/*    }*/
/*    .main_slider_inner_box h2 {*/
/*        font-size: 24px;*/
/*    }*/
/*    .main_slider-section .custom-full-container {*/
/*        padding-left: 16px;*/
/*        padding-right: 16px;*/
/*    }*/
/*    .about_end_img {*/
/*    height: auto;*/
/*    width: 100%;*/
/*}*/
/*.made_with_img {*/
/*    height: 250px;*/
/*}*/

/*}*/

@media screen and (max-width: 575px) {

    .about_top_video {
        height: 192px;
        border-radius: 32px;
    }

    .about_top_video_btn a svg {
        height: 45px;
        width: 45px;
    }

    .commen_inner {
        border-radius: 16px;
        padding: 30px 20px;
    }

    .cart_section_page .cart_table_product_img img {
        aspect-ratio: 1/1;
        width: 100px;
        object-fit: contain;
    }

    .cart_checout_div {
        margin-top: 20px;
    }


}




/*22 nov 2025*/

/* responsive */
@media screen and (max-width: 1200px) {
    .main_slider_inner_box h2 {
        font-size: 64px;
        line-height: 1em;
    }
}

@media screen and (max-width: 1024px) {
    .login-button {
        display: none;
    }

    .main-navigation {
        display: none;
    }

    .main_slider_inner_box h2 {
        font-size: 44px;
    }
}

@media screen and (min-width: 768px) {
    .datils_slid-thumb {
        display: none !important;
    }

    .datils_slid-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .home-about-section_inner {
        border-radius: 22px;
    }
    .header_row {
        padding: 16px 4px;
    }

    .logo {
        width: 94px;
    }

    .cart-and-sign {
        padding: 12px 0;
    }

    .cart-and-sign li a {
        padding: 0 20px;
    }

    .cart-and-sign {
        border-radius: 23px;
    }

    .main_inner_box {
        margin-bottom: 8px;
    }

    .main_slider_inner_box h2 {
        font-size: 24px;
    }

    .main_slider-section .custom-full-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .main_slider_inner_box {
        padding: 8px;
    }

    .main_slider_inner_box>.row {
        gap: 8px;
    }

    .main_slider_inner_box {
        border-radius: 48px;
    }

    .products_slid-img {
        transform: scale(0.8);
    }

    .slick-center .products_slid-img {
        transform: scale(1);
    }

    .benefits_food_box {
        min-width: 360px;
    }

    .slick-center .products_contant {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .benefits_food_icons ul li p {
        font-size: 13px;
        margin-bottom: 0;
    }

    section.benefits_food {
        padding-bottom: 50px;
    }

    .why_pick_yalla_inner {
        margin-bottom: 0;
    }

    .why_pick_yalla_contant ul {
        margin-left: auto;
        margin-right: auto;
        max-width: 230px;
    }

    .how_made_box {
        margin-bottom: 16px;
        height: calc(100% - 16px);
    }

    .deleghtful_snack {
        margin-top: 0;
    }

    .slick-slide .are_raving_box {
        opacity: 1 !important;
    }

    .are_raving_box {
        transform: rotate(-15deg);
    }

    .slick-active.slick-center~.slick-slide .are_raving_box {
        transform: rotate(15deg);
    }

    .raving-nav-buttons,
    .explore_our-nav-buttons {
        gap: 12px;
    }

    .raving-nav-buttons button img,
    .explore_our-nav-buttons button img {
        width: 24px;
        height: 24px;
    }

    .raving-nav-buttons .raving-slide-count,
    .explore_our-nav-buttons .explore_our-slide-count {
        font-size: 13px;
    }

    .raving-navigation,
    .explore_our-navigation {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 32px;
    }

    .explore_our.slick-slider .slick-slide {
        padding-left: 32px;
    }

    .explore_our_flavours .custom-full-container {
        padding-left: 0;
        padding-right: 0;
    }

    .explore_our_product {
        width: 180px;
    }

    .follow-bttn {
        margin-top: 28px;
    }

    ul.footer_menu_bar li {
        margin-bottom: 20px;
        text-align: right;
    }

    ul.footer_menu_bar li:last-child {
        margin-bottom: 0;
    }

    ul.footer_menu_bar li a {
        font-size: 13px;
    }

    .footer_section {
        padding: 40px 0px 24px;
    }

    .listing_head>.custom-full-container>.row {
        gap: 16px;
    }

    .list_scroll ul {
        justify-content: flex-start;
    }

    .list_online_store {
        padding: 56px 32px;
    }

    .list_online_store h4 {
        font-size: 18px;
    }

    .listing_head_contant_img,
    .listing_head_contant {
        border-radius: 40px;
    }

    .listing_head_contant h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .list_online_contant {
        font-size: 14px;
    }

    .product_datils_slid ul.datils_slid {
        display: none !important;
    }

    .key_ingredients_boxs ul {
        margin-top: 40px !important;
    }

    .key_ingredients_boxs ul li {
        width: calc(50% - 10px);
    }

    section.product_datils_section h2 {
        font-size: 32px;
        margin-top: 32px;
    }

    .wight_btn.product-action a {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wight_btn.product-action {
        display: flex;
        flex-wrap: nowrap;
    }

    .tabing_contant ul.nav li button {
        font-size: 15px;
        padding-left: 0;
        letter-spacing: 0;
    }

    .product_datils_slid ul.datils_slid-thumb li img {
        object-fit: cover;
    }

    .about_section_top_contant p {
        font-size: 18px;
    }

    .made_with_img {
        height: auto;
    }

    .mission_image,
    .made_with_img {
        margin-bottom: 20px;
    }

    .about_middel_contant h3 {
        font-size: 32px;
        margin-top: 28px;
    }

    section.mission_section h3,
    .about_middel_contant h3,
    .made_with_contant h3,
    .about_end_contant h3 {
        font-size: 32px;
    }

}


.about_section_custom_new {
    padding-top: 100px;
    padding-bottom: 100px;
}
.about_section_custom_new-inner > div {
    margin-top: 40px;
    margin-bottom: 40px;
}

.categories_list.product_list  .prodcut_list_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.categories_list.product_list  .prodcut_list_contant {
    padding-bottom: 60px;
}
.categories_list.product_list  .prodcut_list_contant a {
    display: block;
}
.categories_list.product_list .prodcut_list_img {
    padding: 0;
}