.elementor-9 .elementor-element.elementor-element-f46982f{--display:flex;}.elementor-9 .elementor-element.elementor-element-b5f8ac7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-ac721e0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-773ca17{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-81ea89e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-ce105a4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-6c7cce0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-eed7191{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-74d2cbd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-980b1ea{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-819d641{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-914ad49{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-f46982f */.product-img-wrap {
   
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ac721e0 */.bacola-sig-swiper { padding: 6px 0; }
.bacola-sig-swiper .swiper-slide { height: auto; }

.sig-slider-controls { display:flex; gap:8px; }
.sig-nav{
  width:38px;height:38px;border-radius:10px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;display:grid;place-items:center;
  transition:all .2s ease;
}
.sig-nav:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(0,0,0,.08); }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-773ca17 */.add-to-cart-btn {
    color: #f26f25!important;
}

.add-to-cart-btn:hover {
    color: #fff!important;
}


/* ---------- HERO SECTION ---------- */
.hero-section {
    margin-top: 15px;
    padding-bottom: 10px;
}

.hero-carousel {
    border-radius: 12px;
    overflow: hidden;
}

.hero-banner {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #f5f0eb;
}

.hero-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 50px 0 50px 50px;
    max-width: 480px;
}

.hero-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.tag-exclusive {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ef4234;
    letter-spacing: 1.5px;
}

.tag-discount {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #3ebeb7;
    padding: 4px 12px;
    border-radius: 4px;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #ef4234;
    line-height: 1.2;
    margin-bottom: 12px;
    max-width: 400px;
}

.hero-subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.hero-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 28px;
}

.price-from {
    font-size: 14px;
    color: #999;
}

.price-value {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #f26f25;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f26f25, #d45c1a);
    color: #fff;
    padding: 13px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(242, 111, 37, 0.3);
}

.hero-btn:hover {
    background: linear-gradient(135deg, #d45c1a, #b84d15);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 111, 37, 0.4);
}

.hero-btn i {
    transition: transform 0.3s;
}

.hero-btn:hover i {
    transform: translateX(4px);
}

/* Carousel Indicators - bottom left */
.hero-indicators {
    justify-content: flex-start;
    bottom: 20px;
    left: 50px;
    margin-bottom: 0;
    margin-left: 0;
}

a.logo-link img {
    width: 157px;
}

.footer-logo img {
    width: 151px;
}

.hero-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background: #bbb !important;
    border: none !important;
    opacity: 1 !important;
    margin: 0 3px !important;
    transition: all 0.3s !important;
}

.hero-indicators button.active {
    background: #f26f25 !important;
}



/* ---------- CATEGORIES SECTION ---------- */
.categories-section {
    padding: 40px 0 20px;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 20px 10px;
    border-radius: 14px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-color: #f26f25;
}

.cat-img-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: transform 0.3s;
}

.category-card:hover .cat-img-wrap {
    transform: scale(1.1);
}

.cat-img-wrap img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.cat-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

/* ---------- PRODUCT SECTIONS ---------- */
.product-section {
    padding: 40px 0;
}

.best-sellers-bg {
    background: #fdf4f5;
}

.sev-section-bg {
    background: #fff8f3;
}

.masala-section-bg {
    background: #f3fbfb;
}

/* Product Card */
.product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border-color: #f26f25;
}

/* Product Badge */
.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-sale {
    background: #f26f25;
    color: #fff;
}

.badge-new {
    background: #3ebeb7;
    color: #fff;
}

.badge-hot {
    background: linear-gradient(135deg, #ef4234, #ef4234);
    color: #fff;
}

/* Product Image */
.product-img-wrap {
    
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    min-height: 180px;
    transition: background 0.3s;
}

.product-card:hover .product-img-wrap {
    background: #fef5f0;
}

.product-img-wrap img {
    
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-card:hover .product-img-wrap img {
    transform: scale(1.12);
}

/* Product Info */
.product-info {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-category {
    font-size: 11px;
    color: #3ebeb7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.product-name {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
}

.product-rating i {
    font-size: 12px;
    color: #fcb614;
}

.product-rating span {
    font-size: 11px;
    color: #999;
    margin-left: 4px;
}

.product-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    margin-top: auto;
}

.product-price {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #f26f25;
}

.product-price-old {
    font-size: 14px;
    color: #aaa;
    text-decoration: line-through;
}

/* Add to Cart Button */
.add-to-cart-btn {
    width: 100%;
    border: 2px solid #f26f25;
    background: transparent;
    color: #f26f25;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.add-to-cart-btn:hover {
    background: #f26f25;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(242, 111, 37, 0.3);
}

.add-to-cart-btn.added {
    background: #3ebeb7;
    border-color: #3ebeb7;
    color: #fff;
}

/* ---------- NEWSLETTER ---------- */
.newsletter-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #ef4234, #ef4234);
}

.newsletter-wrap {
    padding: 0;
}

.newsletter-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.newsletter-title i {
    margin-right: 8px;
    color: #fcb614;
}

.newsletter-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.newsletter-form {
    display: flex;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.newsletter-input {
    flex: 1;
    border: none;
    padding: 16px 20px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    outline: none;
    background: #fff;
}

.newsletter-btn {
    border: none;
    background: linear-gradient(135deg, #f26f25, #d45c1a);
    color: #fff;
    padding: 16px 30px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #d45c1a, #b84d15);
}

/* ---------- FEATURES BAR ---------- */
.features-bar {
    padding: 35px 0;
    background: #f8f9fb;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-item>i {
    font-size: 32px;
    color: #3ebeb7;
    flex-shrink: 0;
}

.feature-item h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ef4234;
    margin: 0 0 2px;
}

.feature-item p {
    font-size: 12px;
    color: #888;
    margin: 0;
}



/* ---------- MOBILE NAV OFFCANVAS ---------- */
.mobile-menu-offcanvas {
    max-width: 300px;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-radius: 8px;
    transition: all 0.2s;
    text-decoration: none;
}

.mobile-nav-list li a:hover {
    background: #fdf4f5;
    color: #ef4234;
}

.mobile-nav-list li a i {
    font-size: 18px;
    color: #f26f25;
    width: 24px;
    text-align: center;
}

.mobile-nav-divider {
    height: 1px;
    background: #eee;
    margin: 10px 0;
}

.mobile-nav-heading {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    padding: 8px 8px 4px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
    .top-bar .row>div {
        text-align: center !important;
        margin-bottom: 5px;
    }

    .top-links {
        justify-content: center;
    }

    .top-right {
        justify-content: center;
        flex-wrap: wrap;
    }

    .header-main .row>div {
        margin-bottom: 12px;
    }

    .logo-wrap {
        justify-content: center;
    }

    .search-bar {
        max-width: 100%;
    }

    .header-actions {
        justify-content: center;
    }

    .main-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .all-categories {
        text-align: center;
        margin-bottom: 10px;
    }

    .cat-btn {
        display: inline-flex;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-content {
        padding: 30px 25px;
    }

    .hero-banner {
        min-height: 350px;
    }

    .hero-overlay {
        width: 60%;
    }

    .hero-indicators {
        left: 25px;
    }

    .section-title {
        font-size: 20px;
    }

    .product-section {
        padding: 30px 0;
    }

    .categories-section {
        padding: 30px 0 15px;
    }

    .newsletter-section .row>div {
        text-align: center;
        margin-bottom: 15px;
    }

    .newsletter-form {
        max-width: 400px;
        margin: 0 auto;
    }

    .main-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .top-links {
        gap: 12px;
        flex-wrap: wrap;
    }

    .top-delivery {
        font-size: 11px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-overlay {
        width: 70%;
    }

    .menu-link {
        padding: 12px 10px;
        font-size: 12px;
    }

    .price-value {
        font-size: 28px;
    }

    .hero-banner {
        min-height: 320px;
    }

    .hero-content {
        padding: 25px 20px;
    }

    .hero-indicators {
        left: 20px;
    }

    .product-img-wrap {
        min-height: 140px;
        padding: 15px;
    }

    .product-img-wrap img {
        width: 90px;
        height: 90px;
    }

    .product-price {
        font-size: 17px;
    }

    .product-info {
        padding: 12px;
    }

    .newsletter-title {
        font-size: 20px;
    }

    .feature-item>i {
        font-size: 26px;
    }

    .feature-item h4 {
        font-size: 13px;
    }

    .footer-payments {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .top-bar {
        display: none;
    }

    .logo-name {
        font-size: 22px;
    }

    .hero-title {
        font-size: 22px;
    }

    .main-menu {
        gap: 0;
    }

    .menu-link {
        padding: 10px 8px;
        font-size: 11px;
    }

    .hero-overlay {
        width: 80%;
    }

    .hero-banner {
        min-height: 280px;
    }

    .hero-content {
        padding: 20px 15px;
    }

    .hero-indicators {
        left: 15px;
        bottom: 12px;
    }

    .section-title {
        font-size: 18px;
    }

    .section-header {
        margin-bottom: 16px;
    }

    .category-card {
        padding: 14px 6px;
    }

    .cat-img-wrap {
        width: 56px;
        height: 56px;
    }

    .cat-img-wrap img {
        width: 34px;
        height: 34px;
    }

    .cat-name {
        font-size: 11px;
    }

    .product-img-wrap {
        min-height: 120px;
        padding: 12px;
    }

    .product-img-wrap img {
        width: 75px;
        height: 75px;
    }

    .product-name {
        font-size: 13px;
    }

    .product-price {
        font-size: 16px;
    }

    .add-to-cart-btn {
        padding: 8px 10px;
        font-size: 12px;
    }

    .newsletter-section {
        padding: 30px 0;
    }

    .newsletter-title {
        font-size: 18px;
    }

    .newsletter-form {
        flex-direction: column;
        border-radius: 8px;
    }

    .newsletter-btn {
        border-radius: 0 0 8px 8px;
    }

    .features-bar {
        padding: 20px 0;
    }

    .feature-item {
        gap: 10px;
    }

    .feature-item>i {
        font-size: 22px;
    }

    .footer-copy,
    .footer-payments {
        text-align: center;
    }

    .footer-payments {
        justify-content: center;
        margin-top: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-81ea89e */.bacola-best-swiper { padding: 6px 0; }
.bacola-best-swiper .swiper-slide { height:auto; }

.best-slider-controls{ display:flex; gap:8px; }
.best-nav{
  width:38px;height:38px;border-radius:10px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;display:grid;place-items:center;
  transition:all .2s ease;
}
.best-nav:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(0,0,0,.08); }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ce105a4 */.bacola-mix-swiper { padding: 6px 0; }
.bacola-mix-swiper .swiper-slide { height: auto; }

.mix-slider-controls { display:flex; gap:8px; }
.mix-nav{
  width:38px;height:38px;border-radius:10px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;display:grid;place-items:center;
  transition:all .2s ease;
}
.mix-nav:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(0,0,0,.08); }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6c7cce0 */.bacola-sev-swiper { padding: 6px 0; }
.bacola-sev-swiper .swiper-slide { height: auto; }

.sev-slider-controls { display:flex; gap:8px; }
.sev-nav{
  width:38px;height:38px;border-radius:10px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;display:grid;place-items:center;
  transition:all .2s ease;
}
.sev-nav:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(0,0,0,.08); }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-74d2cbd */.bacola-bitings-swiper { padding: 6px 0; }
.bacola-bitings-swiper .swiper-slide { height: auto; }

.bitings-slider-controls { display:flex; gap:8px; }
.bitings-nav{
  width:38px;height:38px;border-radius:10px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;display:grid;place-items:center;
  transition:all .2s ease;
}
.bitings-nav:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(0,0,0,.08); }/* End custom CSS */