:root {
    --brand: #2fb06f;
    --brand-dark: #198754;
    --accent: #f7b733;
    --ink: #253d4e;
    --muted: #7e8a95;
    --line: #d9eadf;
    --soft: #f3fbf6;
    --cream: #fff8e8;
    --shadow: 0 18px 48px rgba(37, 61, 78, 0.1);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Noto Sans Bengali", "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.site-container {
    max-width: 1640px;
    padding-left: clamp(16px, 3vw, 44px);
    padding-right: clamp(16px, 3vw, 44px);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 160px;
}

.brand-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--brand);
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(47, 176, 111, 0.25);
}

.brand-mark strong {
    display: block;
    color: var(--brand-dark);
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
}

.brand-mark small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(217, 234, 223, 0.8);
}

.main-header .site-container {
    flex-wrap: wrap;
}

.search-box {
    height: 52px;
    max-width: 720px;
    border: 2px solid #bce3c9;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.search-box select,
.search-box input,
.search-box button {
    border: 0;
    background: transparent;
}

.search-box select {
    width: 185px;
    padding: 0 16px;
    color: var(--ink);
    font-weight: 700;
}

.search-box input {
    min-width: 0;
    flex: 1;
    padding: 0 16px;
    outline: none;
}

.search-box button {
    width: 58px;
    color: var(--brand-dark);
    font-size: 20px;
}

.header-actions {
    align-items: center;
    gap: 15px;
}

.header-actions a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #4f5d67;
    font-size: 14px;
}

.header-actions i {
    font-size: 21px;
    color: var(--brand-dark);
}

.header-actions em {
    position: absolute;
    top: -9px;
    left: 12px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--brand);
    border-radius: 50%;
    font-size: 11px;
    font-style: normal;
}

.language-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 14px;
    color: var(--brand-dark);
    background: var(--soft);
    border: 1px solid #bce3c9;
    border-radius: 8px;
    font-weight: 800;
    white-space: nowrap;
}

.language-toggle i {
    font-size: 18px;
}

.language-toggle:hover {
    color: #fff;
    background: var(--brand);
    border-color: var(--brand);
}

.nav-row {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(217, 234, 223, 0.85);
}

.category-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    background: var(--brand);
    border-radius: 6px;
    padding: 12px 18px;
    font-weight: 800;
    white-space: nowrap;
}

.navbar-nav .nav-link {
    color: var(--ink);
    font-weight: 800;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--brand-dark);
}

.hotline {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-dark);
}

.hotline i {
    font-size: 34px;
}

.hotline strong,
.hotline small {
    display: block;
}

.hotline small {
    color: var(--muted);
}

.hero-section,
.category-section,
.products-section,
.deals-section,
.service-section {
    padding: clamp(28px, 4vw, 62px) 0;
}

.hero-shell {
    display: grid;
    grid-template-columns: 298px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.hero-category-panel {
    min-height: 452px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e7eee9;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(37, 61, 78, 0.07);
}

.hero-category-panel h2 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 16px;
}

.hero-title-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #bce3c9 0 34%, #e7eee9 34% 100%);
    margin-bottom: 30px;
}

.hero-category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 50px;
    padding: 9px 14px;
    color: var(--ink);
    border: 1px solid #edf2ef;
    border-radius: 6px;
    margin-bottom: 16px;
    background: #fff;
}

.hero-category-item span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    font-size: 14px;
    font-weight: 800;
}

.hero-category-item i {
    color: var(--brand);
    font-size: 24px;
}

.hero-category-item em {
    min-width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: var(--brand-dark);
    background: #bce3c9;
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.hero-carousel {
    min-width: 0;
    border-radius: 8px;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    min-height: 452px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #fff4cf;
    background-image:
        linear-gradient(90deg, rgba(255, 244, 207, 0.98) 0%, rgba(255, 244, 207, 0.86) 48%, rgba(255, 244, 207, 0.18) 100%),
        url("../images/hero-grocery.jpg");
    background-size: cover;
    background-position: center right;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        radial-gradient(circle at 16px 16px, rgba(47, 176, 111, 0.22) 1.5px, transparent 1.5px),
        linear-gradient(120deg, transparent 0 42%, rgba(47, 176, 111, 0.08) 42% 43%, transparent 43% 100%);
    background-size: 52px 52px, 180px 180px;
}

.hero-slide-one {
    background-image:
        linear-gradient(90deg, rgba(255, 244, 207, 0.98) 0%, rgba(255, 244, 207, 0.86) 48%, rgba(255, 244, 207, 0.18) 100%),
        url("../images/product-fruits.jpg");
}

.hero-slide-two {
    background-image:
        linear-gradient(90deg, rgba(234, 248, 239, 0.98) 0%, rgba(234, 248, 239, 0.86) 48%, rgba(234, 248, 239, 0.18) 100%),
        url("../images/hero-grocery.jpg");
}

.hero-slide-three {
    background-image:
        linear-gradient(90deg, rgba(255, 248, 232, 0.98) 0%, rgba(255, 248, 232, 0.86) 48%, rgba(255, 248, 232, 0.18) 100%),
        url("../images/product-bag.jpg");
}

.hero-copy {
    position: relative;
    z-index: 2;
    width: min(680px, 68%);
    padding: clamp(32px, 5vw, 76px);
}

.section-kicker {
    color: var(--brand-dark);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.hero-copy h1 {
    color: var(--ink);
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-weight: 900;
}

.hero-copy p {
    color: #6c7680;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.45;
    margin-bottom: 36px;
}

.hero-form,
.newsletter-form {
    display: flex;
    align-items: center;
    width: min(100%, 500px);
    height: 60px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(37, 61, 78, 0.1);
    overflow: hidden;
}

.hero-form i,
.newsletter-form i {
    color: var(--muted);
    padding-left: 22px;
}

.hero-form input,
.newsletter-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: none;
    padding: 0 14px;
}

.hero-form button,
.newsletter-form button {
    height: 100%;
    border: 0;
    color: #fff;
    background: var(--brand);
    padding: 0 24px;
    font-weight: 800;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 54px;
    opacity: 1;
}

.hero-carousel .carousel-control-prev span,
.hero-carousel .carousel-control-next span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.86);
    border-radius: 50%;
    box-shadow: 0 10px 26px rgba(37, 61, 78, 0.12);
}

.hero-carousel .carousel-control-prev span:hover,
.hero-carousel .carousel-control-next span:hover {
    color: #fff;
    background: var(--brand);
}

.hero-carousel .carousel-indicators {
    bottom: 18px;
    margin-bottom: 0;
}

.hero-carousel .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

.hero-carousel .carousel-indicators .active {
    border-color: var(--brand);
    background: var(--brand);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}

.section-heading h2 {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    margin: 0;
}

.section-heading > a {
    color: var(--brand-dark);
    font-weight: 800;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.category-card {
    min-height: 162px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
    background: var(--soft);
    border: 1px solid #dff1e6;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:nth-child(2n) {
    background: #fff8e8;
}

.category-card:nth-child(3n) {
    background: #eef7ff;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.category-card i {
    color: var(--brand-dark);
    font-size: 34px;
}

.category-card strong {
    font-size: 17px;
}

.category-card span,
.category-card em {
    color: var(--muted);
    font-style: normal;
    font-size: 14px;
}

.product-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.product-tabs button {
    border: 0;
    color: var(--ink);
    background: transparent;
    font-weight: 800;
    padding: 8px 10px;
}

.product-tabs button.active,
.product-tabs button:hover {
    color: var(--brand-dark);
}

.shop-layout {
    display: grid;
    grid-template-columns: 298px minmax(0, 1fr);
    gap: 24px;
}

.sidebar-box {
    padding: 30px;
    border: 1px solid #e7eee9;
    border-radius: 8px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(37, 61, 78, 0.06);
}

.sidebar-box h3 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 16px;
}

.sidebar-title-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #bce3c9 0 34%, #e7eee9 34% 100%);
    margin-bottom: 30px;
}

.price-range {
    position: relative;
    height: 4px;
    margin: 8px 0 24px;
    background: linear-gradient(90deg, var(--brand) 0 55%, #d5d9dc 55% 100%);
}

.price-range span {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background: var(--brand);
    border-radius: 50%;
    transform: translateY(-50%);
}

.price-range span:first-child {
    left: 22%;
}

.price-range span:last-child {
    left: 50%;
}

.price-labels {
    display: flex;
    justify-content: space-between;
    color: #6c7680;
    margin-bottom: 18px;
    font-size: 14px;
}

.price-labels strong {
    color: var(--brand);
}

.filter-box h4 {
    font-size: 15px;
    font-weight: 900;
    margin: 17px 0 10px;
}

.filter-check {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #627080;
    font-size: 14px;
    margin-bottom: 11px;
}

.filter-check input {
    width: 17px;
    height: 17px;
    accent-color: var(--brand);
}

.filter-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 0;
    color: #fff;
    background: var(--brand);
    border-radius: 6px;
    padding: 11px 28px;
    font-weight: 900;
    margin-top: 8px;
}

.new-products-box {
    padding-bottom: 18px;
}

.mini-product {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #edf2ef;
}

.mini-product img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    background: #f9fbfa;
    border-radius: 4px;
}

.mini-product strong,
.mini-product em,
.mini-product small {
    display: block;
}

.mini-product strong {
    color: var(--brand);
    font-size: 19px;
    line-height: 1.25;
}

.mini-product em {
    color: #7e8a95;
    font-style: normal;
    margin-top: 5px;
}

.mini-product small {
    color: #f6b01e;
    font-size: 12px;
}

.deal-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    color: #fff;
    background: var(--brand);
    border-radius: 6px;
    padding: 0 16px;
    font-weight: 900;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px 24px;
}

.product-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5ebe7;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    border-color: #bce3c9;
    box-shadow: var(--shadow);
}

.product-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    background: #f74b81;
    border-radius: 8px 0 8px 0;
    padding: 9px 20px;
    font-size: 12px;
    font-weight: 800;
}

.product-card:nth-child(2) .product-badge,
.product-card:nth-child(8) .product-badge {
    background: #59bce9;
}

.product-card:nth-child(3) .product-badge {
    background: var(--brand);
}

.product-card:nth-child(5) .product-badge {
    background: #fd9a56;
}

.product-img {
    display: block;
    aspect-ratio: 1 / 0.92;
    padding: 46px 34px 20px;
    background: #fff;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
}

.product-body {
    padding: 0 20px 20px;
}

.product-category {
    color: var(--muted);
    font-size: 13px;
}

.product-body h3 {
    min-height: 48px;
    margin: 6px 0 3px;
    font-size: 17px;
    line-height: 1.18;
    font-weight: 900;
}

.product-body p {
    margin-bottom: 8px;
    color: var(--muted);
}

.rating {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #f6b01e;
    font-size: 14px;
}

.rating span {
    color: var(--muted);
    margin-left: 6px;
}

.vendor a {
    color: var(--brand-dark);
    font-weight: 800;
}

.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.price strong {
    color: var(--brand-dark);
    font-size: 20px;
    margin-right: 7px;
}

.price del {
    color: #a0a8ae;
    font-weight: 700;
}

.product-bottom button {
    border: 0;
    color: var(--brand-dark);
    background: #def5e8;
    border-radius: 4px;
    padding: 9px 16px;
    font-weight: 900;
    white-space: nowrap;
}

.product-lists-section {
    padding: 34px 0 26px;
}

.product-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 54px;
}

.product-list-column h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 16px;
}

.list-title-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #bce3c9 0 22%, #e7eee9 22% 100%);
    margin-bottom: 30px;
}

.list-product {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 26px;
}

.list-product img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    background: #f7f8f9;
    border-radius: 8px;
    padding: 12px;
}

.list-product strong {
    display: block;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.22;
    font-weight: 900;
    margin-bottom: 5px;
}

.list-product small {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #f6b01e;
    font-size: 13px;
    margin-bottom: 10px;
}

.list-product small em {
    color: #9aa3ab;
    font-style: normal;
    margin-left: 4px;
}

.list-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.list-price b {
    color: var(--brand);
    font-size: 20px;
}

.list-price del {
    color: #9aa3ab;
    font-weight: 700;
}

.daily-needs-banner {
    position: relative;
    min-height: 335px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 82%, rgba(47, 176, 111, 0.12) 0 90px, transparent 91px),
        linear-gradient(90deg, rgba(205, 247, 228, 0.98), rgba(205, 247, 228, 0.86)),
        url("../images/banner-market.jpg");
    background-size: auto, auto, cover;
    background-position: center;
}

.daily-needs-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image:
        radial-gradient(circle at 18px 18px, rgba(25, 135, 84, 0.22) 1.3px, transparent 1.3px),
        linear-gradient(120deg, transparent 0 46%, rgba(25, 135, 84, 0.08) 46% 47%, transparent 47% 100%);
    background-size: 58px 58px, 180px 180px;
}

.daily-banner-copy {
    position: relative;
    z-index: 2;
    width: min(620px, 58%);
    padding: clamp(30px, 5vw, 78px);
}

.daily-banner-copy h2 {
    max-width: 560px;
    color: var(--ink);
    font-size: clamp(34px, 4vw, 44px);
    line-height: 1.16;
    font-weight: 900;
    margin-bottom: 22px;
}

.daily-banner-copy p {
    color: #64717c;
    font-size: 17px;
    margin-bottom: 38px;
}

.daily-banner-copy p span {
    color: var(--brand);
}

.daily-banner-images {
    position: absolute;
    right: 38px;
    bottom: -24px;
    z-index: 1;
    width: min(510px, 42%);
    height: 300px;
}

.daily-banner-images img:first-child {
    position: absolute;
    left: 0;
    top: 70px;
    width: 180px;
    height: 130px;
    object-fit: contain;
    filter: drop-shadow(0 16px 20px rgba(37, 61, 78, 0.14));
}

.daily-banner-images img:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 340px;
    height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 18px 26px rgba(37, 61, 78, 0.18));
}

.deal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.deal-card {
    min-height: 270px;
    display: flex;
    align-items: center;
    padding: clamp(24px, 4vw, 44px);
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.deal-card-one {
    background-image: linear-gradient(90deg, rgba(255, 248, 232, 0.95), rgba(255, 248, 232, 0.62)), url("../images/banner-ingredients.jpg");
}

.deal-card-two {
    background-image: linear-gradient(90deg, rgba(234, 248, 239, 0.95), rgba(234, 248, 239, 0.62)), url("../images/banner-market.jpg");
}

.deal-card span {
    color: var(--brand-dark);
    font-weight: 900;
}

.deal-card h3 {
    max-width: 410px;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 900;
    margin: 8px 0;
}

.deal-card p {
    max-width: 390px;
    color: #52616b;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.service-grid > div {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 98px;
    background: #f4f6f8;
    border-radius: 8px;
    padding: 18px;
}

.service-grid i {
    color: var(--brand-dark);
    font-size: 32px;
}

.service-grid strong,
.service-grid small {
    display: block;
}

.service-grid small {
    color: var(--muted);
}

.product-detail-section,
.cart-section,
.checkout-section {
    padding: clamp(32px, 4vw, 70px) 0;
}

.product-detail-grid,
.checkout-layout,
.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    align-items: start;
}

.product-detail-media,
.cart-table-wrap,
.checkout-form,
.cart-summary,
.empty-cart {
    background: #fff;
    border: 1px solid #eef2f5;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.product-detail-media {
    position: relative;
    padding: 24px;
}

.product-detail-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}

.product-detail-copy h1 {
    color: var(--ink);
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.05;
    margin: 14px 0;
}

.product-detail-copy p {
    color: var(--muted);
    font-size: 16px;
}

.detail-price {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin: 22px 0;
}

.detail-price strong {
    color: var(--brand-dark);
    font-size: 34px;
}

.detail-price del {
    color: #9aa3ab;
    font-size: 20px;
}

.detail-cart-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.detail-cart-form input {
    width: 94px;
}

.cart-table-wrap {
    overflow-x: auto;
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 240px;
}

.cart-product img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-qty-form {
    display: flex;
    gap: 8px;
    min-width: 150px;
}

.cart-qty-form input {
    width: 78px;
}

.cart-summary,
.checkout-form,
.empty-cart {
    padding: 24px;
}

.cart-summary h3,
.checkout-form h3 {
    color: var(--ink);
    font-size: 22px;
    margin-bottom: 18px;
}

.cart-summary > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f7;
}

.cart-summary .cart-total {
    color: var(--ink);
    font-size: 20px;
    border-bottom: 0;
}

.empty-cart {
    text-align: center;
}

.empty-cart i {
    color: var(--brand);
    font-size: 46px;
}

.empty-cart h3 {
    margin: 12px 0 6px;
}

.site-footer {
    position: relative;
    padding: 36px 0 22px;
    background: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(4, 1fr) 1.45fr;
    gap: 34px;
    align-items: start;
}

.footer-grid h3 {
    color: var(--ink);
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
}

.footer-grid a:not(.brand-mark) {
    display: block;
    color: var(--ink);
    margin-bottom: 14px;
    font-size: 15px;
}

.footer-text {
    color: var(--ink);
    line-height: 1.7;
}

.footer-tagline {
    max-width: 250px;
    margin: 24px 0 26px;
    font-size: 17px;
}

.footer-contact-line {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--ink);
    line-height: 1.55;
    margin-bottom: 11px;
}

.footer-contact-line i {
    color: var(--brand);
    margin-top: 3px;
}

.footer-contact-line b {
    font-weight: 900;
}

.footer-app p {
    color: var(--ink);
    margin-bottom: 20px;
}

.app-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 46px;
}

.app-buttons a {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    color: #fff !important;
    background: #050505;
    border-radius: 4px;
    padding: 7px 12px;
    margin-bottom: 0 !important;
    font-size: 10px !important;
    line-height: 1.05;
}

.app-buttons i {
    font-size: 22px;
}

.app-buttons b {
    display: block;
    font-size: 14px;
}

.payment-title {
    margin-bottom: 18px !important;
}

.payment-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.payment-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 28px;
    color: #fff;
    background: #143d8f;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
}

.payment-badges span:nth-child(2) {
    background: #e44d26;
}

.payment-badges span:nth-child(3) {
    background: #198dd6;
}

.payment-badges span:nth-child(4) {
    background: #2c9bd6;
}

.socials {
    display: flex;
    gap: 8px;
    margin-top: 0;
}

.socials a {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff !important;
    background: var(--brand);
    border-radius: 50%;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: var(--muted);
    border-top: 1px solid #bce3c9;
    margin-top: 40px;
    padding-top: 28px;
    font-size: 14px;
}

.footer-bottom p {
    margin-bottom: 5px;
}

.footer-bottom b {
    color: var(--brand);
}

.footer-hotlines {
    display: flex;
    gap: 42px;
}

.footer-hotlines span {
    display: grid;
    grid-template-columns: 34px auto;
    column-gap: 10px;
    align-items: center;
}

.footer-hotlines i {
    grid-row: span 2;
    color: #8a9299;
    font-size: 28px;
}

.footer-hotlines strong {
    color: var(--brand);
    font-size: 24px;
    line-height: 1;
}

.footer-hotlines small {
    color: #8a9299;
}

.footer-social-block {
    text-align: left;
}

.footer-social-block > div {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.footer-social-block b {
    color: var(--ink);
}

.footer-social-block p {
    color: #8a9299;
    margin-top: 9px;
}

.back-to-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: #fff;
    border: 2px solid var(--ink);
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .nav-row {
        padding-bottom: 8px;
    }

    .category-button,
    .hotline {
        margin-bottom: 12px;
    }

    .shop-layout {
        grid-template-columns: 1fr;
    }

    .shop-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .sidebar-box {
        margin-bottom: 0;
    }

    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
    }

    .footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-hotlines {
        gap: 18px;
    }

    .hero-shell {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 18px;
    }

    .hero-category-panel,
    .hero-slide {
        min-height: 430px;
    }

    .hero-category-panel {
        padding: 24px;
    }

    .hero-category-item {
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .hero-shell {
        grid-template-columns: 1fr;
    }

    .hero-category-panel {
        min-height: auto;
        padding: 22px;
    }

    .hero-category-panel h2,
    .hero-title-line {
        margin-bottom: 16px;
    }

    .hero-category-panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .hero-category-panel h2,
    .hero-title-line {
        grid-column: 1 / -1;
    }

    .hero-category-item {
        margin-bottom: 0;
    }

    .hero-copy {
        width: min(680px, 76%);
    }

    .hero-slide {
        min-height: 390px;
    }

    .category-grid,
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .daily-banner-copy {
        width: 66%;
    }

    .daily-banner-images {
        right: 12px;
        width: 36%;
    }

    .daily-banner-images img:last-child {
        width: 250px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-grid,
    .checkout-layout,
    .cart-layout {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-hotlines {
        flex-wrap: wrap;
    }

    .footer-social-block > div {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .main-header {
        position: static;
    }

    .brand-mark strong {
        font-size: 24px;
    }

    .hero-slide {
        min-height: 420px;
        align-items: flex-start;
        background-position: center bottom;
        background-size: cover;
    }

    .hero-copy {
        width: 100%;
        padding: 28px 20px;
    }

    .hero-copy h1 {
        max-width: 520px;
        font-size: 40px;
    }

    .hero-copy p {
        max-width: 420px;
        font-size: 20px;
        margin-bottom: 24px;
    }

    .hero-form,
    .newsletter-form {
        height: auto;
        align-items: stretch;
        border-radius: 8px;
    }

    .hero-form input,
    .newsletter-form input {
        min-height: 52px;
    }

    .hero-form button,
    .newsletter-form button {
        min-height: 52px;
        padding: 0 16px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-sidebar,
    .deal-grid {
        grid-template-columns: 1fr;
    }

    .product-list-grid {
        grid-template-columns: 1fr;
        margin-bottom: 34px;
    }

    .product-list-column h2 {
        font-size: 24px;
    }

    .daily-needs-banner {
        min-height: auto;
        align-items: flex-start;
        flex-direction: column;
    }

    .daily-banner-copy {
        width: 100%;
        padding: 28px 20px 12px;
    }

    .daily-banner-copy h2 {
        font-size: 32px;
    }

    .daily-banner-copy p {
        margin-bottom: 24px;
    }

    .daily-banner-images {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 210px;
        margin-top: 8px;
    }

    .daily-banner-images img:first-child {
        left: 24px;
        top: 20px;
    }

    .daily-banner-images img:last-child {
        right: 18px;
        width: 260px;
        height: 190px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .hero-category-panel {
        grid-template-columns: 1fr;
    }

    .hero-slide {
        min-height: 460px;
    }

    .hero-copy h1 {
        font-size: 34px;
    }

    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        display: none;
    }

    .category-grid,
    .service-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .list-product {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 16px;
    }

    .list-product img {
        width: 92px;
        height: 92px;
    }

    .list-product strong {
        font-size: 16px;
    }

    .daily-banner-images img:first-child {
        width: 130px;
    }

    .daily-banner-images img:last-child {
        width: 210px;
    }

    .footer-hotlines {
        gap: 18px;
        flex-direction: column;
    }

    .app-buttons {
        margin-bottom: 28px;
    }

    .product-tabs {
        width: 100%;
    }

    .product-tabs button {
        padding-left: 0;
    }

    .product-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-bottom button {
        width: 100%;
    }
}

/* Keep the cart within reach on smaller screens. */
.mobile-cart { display: inline-flex; align-items: center; gap: 6px; color: var(--brand-dark); font-size: 1.25rem; }
.mobile-cart span { font-size: .8rem; font-weight: 700; }
html[lang="bn"] body { line-height: 1.7; }
.checkout-form label { font-weight: 600; }
.checkout-form small { display: block; margin-top: .4rem; }
