* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    background: #ffffff;
    overflow-x: hidden;
    color: #1f2937;
}
img {
    max-width: 100%;
    display: block;
}
/* =========================    TOP BANNER ========================= */ .topbanner {
    min-height: 38px;
    background: linear-gradient(90deg, #f8f4e8 0%, #fffdf7 50%, #f8f4e8 100%);
    color: #123b30;
    font-size: 13px;
    font-weight: 600;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid #e7d9ad;
    border-bottom: 1px solid #ded5ba;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.8), 0 2px 6px rgba(18,59,48,0.06);
}
.topbanner marquee {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #123b30;
    font: inherit;
    line-height: 38px;
    white-space: nowrap;
}
.topbanner span {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin-right: 74px;
    white-space: nowrap;
    color: #123b30;
    font-size: 13px;
    font-weight: 600;
    line-height: 38px;
}
.topbanner span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -39px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b89335;
    transform: translateY(-50%);
    box-shadow: 0 0 0 4px rgba(184,147,53,0.10);
}
/* =========================    HEADER / NAVBAR ========================= */ .site-header {
    background: linear-gradient(135deg, #103d34 0%, #0b342c 55%, #123f35 100%);
    box-shadow: 0 6px 18px rgba(12,49,41,0.10);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: relative;
    z-index: 100;
}
.site-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 18px;
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: center;
    gap: 22px;
}
.site-logo {
    text-decoration: none !important;
}
.site-logo img {
    width: 92px;
    height: 64px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 4px;
    padding: 2px;
}
/* Search */ .desktop-search-wrap {
    width: 100%;
}
.mobile-search-wrap {
    display: none;
}
.smart-search-form {
    position: relative;
    width: 100%;
}
.smart-search-input {
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    border-radius: 999px;
    background: #fafbf9;
    color: #193b33;
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.02), 0 2px 6px rgba(0,0,0,0.03);
    padding: 0 22px;
    font-size: 15px;
    font-weight: 600;
}
.smart-search-input::placeholder {
    color: #707a78;
    font-weight: 500;
    opacity: 1;
}
.smart-search-input:focus {
    background: #ffffff;
    border-color: #c6a755;
    box-shadow: 0 0 0 3px rgba(198,167,85,0.14);
}
/* Search Suggestion Box */ .search-suggestions {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    z-index: 999;
    max-height: 360px;
    overflow-y: auto;
}
.suggestion-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    text-decoration: none !important;
    color: #143432;
    border-bottom: 1px solid #eef2ef;
    transition: 0.2s ease;
}
.suggestion-item:last-child {
    border-bottom: none;
}
.suggestion-item:hover {
    background: #f1fff6;
}
.suggestion-item img {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    object-fit: contain;
    background: #f7faf7;
    flex: 0 0 46px;
}
.suggestion-item strong {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #143432;
    margin-bottom: 2px;
}
.suggestion-item span {
    display: block;
    font-size: 12px;
    color: #166534;
    font-weight: 700;
}
.suggestion-empty {
    padding: 14px;
    color: #6b7280;
    font-size: 14px;
}
/* Right Actions */ .header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-icon {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 25px;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease;
}
.header-icon:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}
.cart-count-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #ef3340;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}
/* =========================    CATEGORY STRIP ========================= */
/* Compact premium MAKORO category collection — category section only */

.makoro-category-section {
    --mc-green: #073f2d;
    --mc-green-dark: #043523;
    --mc-green-soft: #2f7b45;
    --mc-text: #123d2f;
    --mc-border: rgba(129, 111, 73, 0.28);

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 18px 14px;
    border-top: 3px solid var(--mc-green);
    background:
        radial-gradient(circle at 7% 4%, rgba(108, 147, 62, 0.12), transparent 17%),
        radial-gradient(circle at 94% 10%, rgba(108, 147, 62, 0.11), transparent 18%),
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.96), transparent 32%),
        linear-gradient(110deg, #f7f1df 0%, #fffaf0 49%, #f5eddd 100%);
}

.makoro-category-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
}

/* Heading */
.makoro-category-heading {
    margin: 0 auto 14px;
    text-align: center;
}

.mc-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--mc-green);
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.2px;
}

.mc-leaf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4d7d29;
    font-size: 15px;
    transform: rotate(-18deg);
}

.mc-leaf-right {
    transform: scaleX(-1) rotate(-18deg);
}

.makoro-category-heading h2 {
    margin: 6px 0 3px;
    color: var(--mc-green);
    font-size: clamp(31px, 3.35vw, 50px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mc-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 7px;
}

.mc-subtitle p {
    margin: 0;
    color: #173e32;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.mc-subtitle-line {
    width: 46px;
    height: 1px;
    background: rgba(7,63,45,0.27);
}

.mc-heading-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 5px;
    color: #5f8b31;
}

.mc-heading-decoration span {
    width: 36px;
    height: 1px;
    background: rgba(7,63,45,0.18);
}

.mc-heading-decoration i {
    font-size: 9px;
}

/* Cards */
.makoro-category-scroll {
    width: 100%;
}

.makoro-category-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.makoro-category-card {
    position: relative;
    min-width: 0;
    height: 245px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 12px 8px 10px;

    border: 1px solid var(--mc-border);
    border-radius: 18px;

    background: linear-gradient(160deg, rgba(249,251,239,0.96), rgba(239,241,218,0.90));

    color: var(--mc-text);
    text-align: center;
    text-decoration: none !important;

    box-shadow:
        0 5px 14px rgba(50,45,30,0.055),
        inset 0 0 0 1px rgba(255,255,255,0.55);

    transition:
        transform 0.24s ease,
        box-shadow 0.24s ease,
        border-color 0.24s ease;
}

.makoro-category-card:nth-child(2) {
    background: linear-gradient(160deg, #fffaf0, #f6edd8);
}

.makoro-category-card:nth-child(3) {
    background: linear-gradient(160deg, #fff8ed, #f7e7ce);
}

.makoro-category-card:nth-child(4) {
    background: linear-gradient(160deg, #fff7f2, #f1e2de);
}

.makoro-category-card:nth-child(5) {
    background: linear-gradient(160deg, #fff7f7, #eee1e5);
}

.makoro-category-card:nth-child(6) {
    background: linear-gradient(160deg, #f7fbfb, #e3edf0);
}

.makoro-category-card:nth-child(7) {
    background: linear-gradient(160deg, #fffaf0, #eee9d9);
}

.makoro-category-card:hover {
    color: var(--mc-text);
    text-decoration: none !important;
    transform: translateY(-4px);
    border-color: rgba(7,63,45,0.36);
    box-shadow:
        0 12px 24px rgba(20,56,39,0.12),
        inset 0 0 0 1px rgba(255,255,255,0.7);
}

.makoro-category-card.active-category {
    border: 2px solid var(--mc-green);
    box-shadow: 0 10px 22px rgba(7,63,45,0.15);
}

/* Card text */
.mc-category-content {
    position: relative;
    z-index: 3;
    width: 100%;
    flex: 0 0 auto;
}

.mc-category-content h3 {
    margin: 0;
    color: #073d2c;
    font-size: clamp(12px, 0.92vw, 15px);
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap;
}

.mc-category-content p {
    min-height: 24px;
    margin: 4px 0 0;
    color: #263e36;
    font-size: 9.5px;
    font-weight: 500;
    line-height: 1.2;
}

/* Category image */
.mc-category-image {
    position: relative;
    width: calc(100% + 16px);
    min-height: 0;
    flex: 1 1 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 3px -8px 4px;
    overflow: hidden;
}

.mc-category-image::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 18%;
    right: 18%;
    bottom: 5px;
    height: 11px;
    border-radius: 50%;
    background: rgba(74,53,23,0.10);
    filter: blur(7px);
}

.mc-category-image img {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 100%;
    min-height: 110px;
    max-height: 145px;

    object-fit: contain;
    object-position: center;

    transition: transform 0.28s ease;
}

.makoro-category-card:hover .mc-category-image img {
    transform: scale(1.025);
}

/* CTA */
.mc-shop-btn {
    position: relative;
    z-index: 4;

    min-width: 90px;
    height: 28px;
    flex: 0 0 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    padding: 0 12px;

    border-radius: 999px;
    background: linear-gradient(90deg, #185f35, #287b45);
    color: #fff;

    font-size: 9.5px;
    font-weight: 700;
    line-height: 1;

    box-shadow: 0 3px 8px rgba(15,87,48,0.14);
}

.mc-shop-btn i {
    font-size: 8px;
    transition: transform 0.2s ease;
}

.makoro-category-card:hover .mc-shop-btn i {
    transform: translateX(2px);
}

/* Benefits */
.makoro-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    margin-top: 12px;
    padding: 11px 12px;

    border: 1px solid rgba(145,140,103,0.32);
    border-radius: 20px;

    background: rgba(244,244,225,0.74);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.8),
        0 4px 12px rgba(50,45,30,0.035);
}

.mc-benefit {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 2px 14px;
    border-right: 1px solid rgba(7,63,45,0.12);
}

.mc-benefit:last-child {
    border-right: 0;
}

.mc-benefit-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mc-green);
    font-size: 23px;
}

.mc-benefit > div:last-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.mc-benefit strong {
    color: #173d30;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.mc-benefit span {
    margin-top: 2px;
    color: #46564f;
    font-size: 9px;
    line-height: 1.2;
}

.mc-mobile-hint {
    display: none;
}

/* Medium desktop / laptop: keep 7 in one row as long as practical */
@media (max-width: 1180px) {
    .makoro-category-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .makoro-category-grid {
        gap: 8px;
    }

    .makoro-category-card {
        height: 235px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .mc-category-content h3 {
        font-size: 11.5px;
    }

    .mc-category-content p {
        font-size: 8.6px;
    }

    .mc-category-image img {
        max-height: 135px;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .makoro-category-section {
        padding: 18px 12px 14px;
    }

    .makoro-category-heading {
        margin-bottom: 12px;
    }

    .makoro-category-heading h2 {
        font-size: clamp(28px, 5.7vw, 40px);
    }

    .mc-subtitle p {
        font-size: 12px;
    }

    .makoro-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .makoro-category-card {
        height: 220px;
    }

    .mc-category-image img {
        max-height: 125px;
    }

    .makoro-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 7px 10px;
    }

    .mc-benefit {
        justify-content: flex-start;
        padding: 10px 12px;
        border-right: 0;
        border-bottom: 1px solid rgba(7,63,45,0.09);
    }

    .mc-benefit:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

/* Mobile — compact horizontal swipe */
@media (max-width: 575px) {
    .makoro-category-section {
        padding: 15px 0 12px;
    }

    .makoro-category-heading {
        margin-bottom: 10px;
        padding: 0 14px;
    }

    .mc-eyebrow {
        gap: 6px;
        font-size: 11px;
    }

    .mc-leaf {
        font-size: 12px;
    }

    .makoro-category-heading h2 {
        margin-top: 5px;
        font-size: clamp(24px, 7.6vw, 31px);
        letter-spacing: 0.2px;
    }

    .mc-subtitle {
        margin-top: 6px;
    }

    .mc-subtitle p {
        max-width: 280px;
        font-size: 10px;
    }

    .mc-subtitle-line {
        display: none;
    }

    .mc-heading-decoration {
        margin-top: 4px;
    }

    .makoro-category-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 12px 8px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .makoro-category-scroll::-webkit-scrollbar {
        display: none;
    }

    .makoro-category-grid {
        display: flex;
        width: max-content;
        gap: 9px;
    }

    .makoro-category-card {
        width: 180px;
        height: 205px;
        flex: 0 0 180px;

        padding: 10px 6px 8px;
        border-radius: 16px;

        scroll-snap-align: start;
    }

    .mc-category-content h3 {
        font-size: 12px;
    }

    .mc-category-content p {
        min-height: 20px;
        margin-top: 3px;
        font-size: 8.5px;
    }

    .mc-category-image {
        margin-top: 2px;
        margin-bottom: 3px;
    }

    .mc-category-image img {
        min-height: 90px;
        max-height: 110px;
    }

    .mc-shop-btn {
        min-width: 82px;
        height: 25px;
        flex-basis: 25px;
        padding: 0 10px;
        font-size: 8.7px;
    }

    .mc-mobile-hint {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin: 0 0 8px;
        color: rgba(7,63,45,0.66);
        font-size: 9.5px;
        font-weight: 600;
    }

    .makoro-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 12px;
        padding: 6px;
        border-radius: 16px;
    }

    .mc-benefit {
        min-height: 60px;
        gap: 6px;
        padding: 7px 6px;
    }

    .mc-benefit-icon {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
        font-size: 19px;
    }

    .mc-benefit strong {
        font-size: 9px;
    }

    .mc-benefit span {
        font-size: 7.5px;
    }
}

@media (max-width: 370px) {
    .makoro-category-card {
        width: 165px;
        flex-basis: 165px;
        height: 198px;
    }

    .mc-category-image img {
        max-height: 104px;
    }

    .makoro-benefits {
        grid-template-columns: 1fr;
    }

    .mc-benefit {
        border-bottom: 1px solid rgba(7,63,45,0.09) !important;
    }

    .mc-benefit:last-child {
        border-bottom: 0 !important;
    }
}

/* =========================    CHECKOUT COMMON ========================= */ .checkout-wrap {
    max-width: 1180px;
}
.checkout-title {
    font-weight: 800;
    color: #183b24;
    letter-spacing: -0.5px;
    font-size: 32px;
}
.checkout-card {
    background: #fffdf7;
    border: 1px solid rgba(47, 107, 63, 0.14);
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 12px 35px rgba(24, 59, 36, 0.08);
}
.checkout-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #183b24;
    margin-bottom: 20px;
}
.checkout-card label {
    font-weight: 600;
    color: #34483a;
    margin-bottom: 7px;
    font-size: 14px;
}
.checkout-card .form-group {
    margin-bottom: 18px;
}
.checkout-card .form-control {
    height: 48px;
    border-radius: 12px;
    border: 1px solid #d8dfd3;
    background: #ffffff;
    font-size: 15px;
    padding: 10px 14px;
    transition: 0.25s ease;
}
.checkout-card textarea.form-control {
    height: auto;
    resize: vertical;
}
.checkout-card .form-control:focus {
    border-color: #2f6b3f;
    box-shadow: 0 0 0 4px rgba(47, 107, 63, 0.12);
}
.payment-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 15px 16px;
    border: 1px solid #dbe4d6;
    border-radius: 14px;
    background: #ffffff;
    color: #183b24;
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.25s ease;
    font-size: 15px;
}
.payment-option:hover {
    border-color: #2f6b3f;
    background: #f3faef;
}
.payment-option input {
    accent-color: #2f6b3f;
}
.order-summary-card {
    position: sticky;
    top: 95px;
}
.mini-order-line {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px dashed rgba(47, 107, 63, 0.18);
}
.mini-order-line span {
    color: #26352b;
    font-weight: 600;
    line-height: 1.35;
    font-size: 14px;
}
.mini-order-line small {
    color: #73806f;
    font-weight: 500;
}
.mini-order-line strong {
    color: #183b24;
    white-space: nowrap;
    font-size: 14px;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 13px 0;
    font-size: 15px;
    color: #42513f;
}
.summary-row strong {
    color: #183b24;
}
.summary-row.total {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(47, 107, 63, 0.18);
    font-size: 20px;
    font-weight: 800;
    color: #183b24;
}
.checkout-main-btn {
    width: 100%;
    border: none;
    border-radius: 15px;
    padding: 15px 18px;
    margin-top: 18px;
    background: linear-gradient(135deg, #2f6b3f, #183b24);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(47, 107, 63, 0.25);
    transition: 0.25s ease;
}
.checkout-main-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(47, 107, 63, 0.32);
}
.secure-note {
    margin-top: 14px;
    font-size: 13px;
    color: #6c7a68;
    text-align: center;
}
.secure-note i {
    color: #2f6b3f;
}
.alert-danger {
    border-radius: 14px;
    border: 1px solid #f1b7b7;
    background: #fff1f1;
    color: #9f1d1d;
    padding: 14px 18px;
}
/* =========================    TABLET ========================= */ @media (max-width: 992px) {
    .site-header-inner {
        grid-template-columns: 95px 1fr auto;
        gap: 14px;
        padding: 10px 14px;
    }
    .site-logo img {
        width: 82px;
        height: 58px;
    }
    .smart-search-input {
        height: 44px;
        font-size: 14px;
    }
    .product_category {
        justify-content: flex-start;
        gap: 22px;
        min-height: 96px;
    }
    .category-icon {
        width: 62px;
        height: 62px;
    }
    .category-item p {
        font-size: 11.5px;
    }
    .makoro-footer {
        padding-top: 50px;
    }
    .footer-brand {
        font-size: 2rem;
    }
    .footer-heading {
        font-size: 1.05rem;
        margin-bottom: 12px;
    }
    .footer-desc,     .footer-links a,     .footer-contact-list li {
        font-size: 13.5px;
    }
    .order-summary-card {
        position: static;
        margin-top: 24px;
    }
}
/* =========================    MOBILE ========================= */ @media (max-width: 768px) {
    .topbanner {
        min-height: 32px;
        font-size: 11px;
    }
    .topbanner marquee {
        line-height: 32px;
    }
    .topbanner span {
        margin-right: 45px;
        font-size: 11px;
        line-height: 32px;
    }
    .topbanner span:not(:last-child)::after {
        right: -24px;
        width: 4px;
        height: 4px;
    }
    .site-header-inner {
        grid-template-columns: 90px 1fr auto;
        gap: 8px;
        padding: 12px 16px 14px;
    }
    .site-logo {
        grid-column: 1;
        grid-row: 1;
    }
    .site-logo img {
        width: 86px;
        height: 72px;
    }
    .desktop-search-wrap {
        display: none;
    }
    .mobile-search-wrap {
        display: block;
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 10px;
    }
    .header-actions {
        grid-column: 3;
        grid-row: 1;
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: flex-end;
        min-width: max-content;
    }
    .profile-icon {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .header-icon {
        width: 38px;
        height: 38px;
        font-size: 24px;
    }
    .profile-icon {
        order: 1;
    }
    .cart-icon {
        order: 2;
    }
    .cart-count-badge {
        top: -4px;
        right: -4px;
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
    .smart-search-input {
        height: 48px;
        font-size: 14px;
        padding: 0 18px;
    }
    .search-suggestions {
        top: 54px;
        border-radius: 14px;
    }
    .suggestion-item {
        padding: 10px;
    }
    .suggestion-item img {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
    .suggestion-item strong {
        font-size: 13px;
    }
    .suggestion-item span {
        font-size: 11px;
    }
    .product_category {
        justify-content: flex-start;
        gap: 18px;
        min-height: 88px;
        padding: 10px 10px;
    }
    .category-item {
        min-width: 78px;
    }
    .category-icon {
        width: 56px;
        height: 56px;
    }
    .category-item p {
        font-size: 10.5px;
        margin-top: 6px;
    }
    /* Footer mobile 2-column */     .makoro-footer {
        padding: 38px 0 0;
    }
    .makoro-footer .row {
        display: flex;
        flex-wrap: wrap;
        row-gap: 22px;
    }
    .makoro-footer .row > div {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .makoro-footer .row > div:first-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer-brand {
        font-size: 1.7rem;
    }
    .footer-desc {
        font-size: 13px;
        line-height: 1.6;
    }
    .footer-heading {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .footer-links li {
        margin-bottom: 7px;
    }
    .footer-links a,     .footer-contact-list li {
        font-size: 13px;
    }
    .footer-social a {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
    .footer-bottom {
        margin-top: 30px;
        padding: 6px 0;
    }
    .footer-bottom p {
        font-size: 12px;
    }
    .checkout-wrap {
        padding-left: 14px;
        padding-right: 14px;
    }
    .checkout-title {
        font-size: 26px;
    }
    .checkout-card {
        padding: 20px;
        border-radius: 16px;
    }
    .checkout-card h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .checkout-card label {
        font-size: 13px;
    }
    .checkout-card .form-control {
        height: 43px;
        font-size: 13.5px;
        border-radius: 10px;
    }
    .payment-option {
        padding: 12px 13px;
        border-radius: 12px;
        font-size: 13.5px;
    }
    .mini-order-line span,     .mini-order-line strong {
        font-size: 13px;
    }
    .summary-row {
        font-size: 14px;
    }
    .summary-row.total {
        font-size: 18px;
    }
    .checkout-main-btn {
        padding: 13px 15px;
        font-size: 14px;
        border-radius: 13px;
    }
    .secure-note {
        font-size: 12px;
    }
}
/* =========================    SMALL MOBILE ========================= */ @media (max-width: 480px) {
    .topbanner {
        min-height: 30px;
        font-size: 10.5px;
    }
    .topbanner marquee,     .topbanner span {
        line-height: 30px;
        font-size: 10.5px;
    }
    .site-header-inner {
        grid-template-columns: 78px 1fr auto;
        padding: 10px 12px 12px;
    }
    .site-logo img {
        width: 78px;
        height: 62px;
    }
    .header-icon {
        width: 34px;
        height: 34px;
        font-size: 22px;
    }
    .smart-search-input {
        height: 44px;
        font-size: 13px;
    }
    .product_category {
        min-height: 76px;
        gap: 14px;
        padding: 8px 8px;
    }
    .category-item {
        min-width: 70px;
    }
    .category-icon {
        width: 48px;
        height: 48px;
    }
    .category-item p {
        font-size: 9.5px;
    }
    .checkout-card {
        padding: 16px;
    }
    .checkout-title {
        font-size: 23px;
    }
    .footer-brand {
        font-size: 1.5rem;
    }
    .footer-links a,     .footer-contact-list li {
        font-size: 12px;
    }
}
/* =========================================================    CUSTOMER PROFILE DROPDOWN ========================================================= */ .account-menu-wrap {
    position:relative;
    display:flex
}
.account-menu-toggle {
    border:0;
    background:transparent;
    padding:0;
    cursor:pointer
}
.header-profile-photo {
    width:42px;
    height:42px;
    display:block;
    border-radius:50%;
    object-fit:cover;
    border:2px solid rgba(255,255,255,.9);
    box-shadow:0 3px 12px rgba(0,0,0,.18)
}
.account-dropdown {
    position:absolute;
    z-index:1200;
    top:calc(100% + 13px);
    right:0;
    width:270px;
    padding:10px;
    background:#fff;
    border:1px solid #e1e8e4;
    border-radius:14px;
    box-shadow:0 18px 45px rgba(9,42,29,.2);
    color:#173429;
    animation:accountDropIn .18s ease both
}
.account-dropdown[hidden] {
    display:none!important
}
@keyframes accountDropIn {
    from {
        opacity:0;
        transform:translateY(-5px)
    }
    to {
        opacity:1;
        transform:none
    }
}
.account-dropdown:before {
    content:"";
    position:absolute;
    right:17px;
    top:-7px;
    width:13px;
    height:13px;
    background:#fff;
    border-left:1px solid #e1e8e4;
    border-top:1px solid #e1e8e4;
    transform:rotate(45deg)
}
.account-dropdown-user {
    display:flex;
    align-items:center;
    gap:10px;
    padding:9px 8px 12px;
    border-bottom:1px solid #e7ece9
}
.account-dropdown-user>img,.account-dropdown-user>span {
    width:40px;
    height:40px;
    flex:0 0 40px;
    display:grid;
    place-items:center;
    border-radius:50%;
    object-fit:cover;
    background:#eaf5ee;
    color:#17643c
}
.account-dropdown-user div {
    min-width:0
}
.account-dropdown-user strong,.account-dropdown-user small {
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.account-dropdown-user strong {
    color:#153a2a;
    font-size:13px;
    font-weight:750
}
.account-dropdown-user small {
    margin-top:2px;
    color:#748179;
    font-size:11px
}
.account-dropdown-nav {
    display:grid;
    padding-top:7px
}
.account-dropdown-nav a {
    display:flex;
    align-items:center;
    gap:10px;
    min-height:40px;
    padding:9px 10px;
    border-radius:9px;
    color:#29463a!important;
    font-size:13px;
    font-weight:650;
    text-decoration:none!important;
    transition:.18s
}
.account-dropdown-nav a i {
    width:17px;
    text-align:center;
    color:#397b57
}
.account-dropdown-nav a:hover {
    background:#eff7f2;
    color:#145d36!important
}
.account-dropdown-nav .dropdown-logout {
    margin-top:5px;
    border-top:1px solid #e7ece9;
    border-radius:0 0 9px 9px;
    color:#a13038!important
}
.account-dropdown-nav .dropdown-logout i {
    color:#b83a43
}
@media(max-width:768px) {
    .header-profile-photo {
        width:38px;
        height:38px
    }
    .account-dropdown {
        position:absolute;
        top:calc(100% + 12px);
        right:-54px;
        left:auto;
        width:min(300px,calc(100vw - 20px));
        max-width:none;
        margin:0
    }
    .account-dropdown:before {
        right:69px
    }
    .account-dropdown-nav a {
        min-height:44px;
        font-size:14px
    }
}
@media(max-width:420px) {
    .account-dropdown {
        right:-50px;
        width:calc(100vw - 16px)
    }
    .account-dropdown:before {
        right:65px
    }
}
/* Profile photo geometry: exact centered circle on every viewport. */ .header-actions .account-menu-wrap {
    flex:0 0 auto;
    align-items:center;
    justify-content:center
}
.header-actions .account-menu-toggle.profile-icon {
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    aspect-ratio:1/1!important;
    padding:2px!important;
    margin:0!important;
    overflow:hidden!important;
    border:2px solid rgba(255,255,255,.92)!important;
    border-radius:50%!important;
    background:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:0!important
}
.header-actions .account-menu-toggle .header-profile-photo {
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    max-width:none!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    object-fit:cover!important;
    object-position:50% 50%!important;
    transform:none!important;
    box-shadow:none!important
}
.account-dropdown-user>img {
    aspect-ratio:1/1!important;
    overflow:hidden!important;
    border-radius:50%!important;
    object-fit:cover!important;
    object-position:50% 50%!important
}
@media(max-width:768px) {
    .header-actions .account-menu-toggle.profile-icon {
        width:38px!important;
        height:38px!important;
        min-width:38px!important;
        max-width:38px!important;
        min-height:38px!important;
        max-height:38px!important;
        padding:2px!important
    }
}
@media(max-width:480px) {
    .header-actions .account-menu-toggle.profile-icon {
        width:34px!important;
        height:34px!important;
        min-width:34px!important;
        max-width:34px!important;
        min-height:34px!important;
        max-height:34px!important;
        padding:1.5px!important
    }
}
/* Independent customer avatar — intentionally not a .header-icon. */ .header-actions .customer-avatar {
    position:relative;
    width:44px;
    height:44px;
    min-width:44px;
    flex:0 0 44px;
    aspect-ratio:1/1;
    display:block;
    padding:0;
    margin:0;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.85);
    border-radius:50%;
    background:#eef6f1;
    box-shadow:0 2px 8px rgba(0,0,0,.16);
    cursor:pointer;
    isolation:isolate
}
.header-actions .customer-avatar-photo {
    position:absolute;
    inset:0;
    overflow:hidden;
    border-radius:50%;
    background:#fff
}
.header-actions .customer-avatar-photo img {
    position:absolute;
    left:50%;
    top:48%;
    width:138%;
    height:138%;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    object-fit:cover;
    object-position:50% 35%;
    transform:translate(-50%,-50%);
    display:block
}
.header-actions .customer-avatar-fallback {
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    color:#17613b;
    font-size:15px;
    font-weight:800;
    line-height:1
}
.header-actions .customer-avatar:focus-visible {
    outline:3px solid rgba(117,224,168,.45);
    outline-offset:3px
}
@media(max-width:768px) {
    .header-actions .customer-avatar {
        width:38px;
        height:38px;
        min-width:38px;
        flex-basis:38px
    }
    .header-actions .customer-avatar-photo img {
        width:140%;
        height:140%;
        top:48%
    }
}
@media(max-width:480px) {
    .header-actions .customer-avatar {
        width:34px;
        height:34px;
        min-width:34px;
        flex-basis:34px
    }
    .header-actions .customer-avatar-photo img {
        width:142%;
        height:142%
    }
}
/* FINAL AVATAR RESET: remove every old zoom/absolute-position rule. */ .header-actions .customer-avatar {
    position:relative!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    flex:0 0 48px!important;
    padding:0!important;
    overflow:hidden!important;
    border:2px solid rgba(255,255,255,.92)!important;
    border-radius:50%!important;
    background:#fff!important;
}
.header-actions .customer-avatar-photo {
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    overflow:hidden!important;
    border-radius:50%!important;
}
.header-actions .customer-avatar-photo img {
    position:static!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    min-height:100%!important;
    max-height:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    object-fit:cover!important;
    object-position:50% 50%!important;
    transform:none!important;
}
@media(max-width:768px) {
    .header-actions .customer-avatar {
        width:44px!important;
        height:44px!important;
        min-width:44px!important;
        max-width:44px!important;
        min-height:44px!important;
        max-height:44px!important;
        flex-basis:44px!important;
        border:2px solid rgba(255,255,255,.92)!important
    }
}
@media(max-width:480px) {
    .header-actions .customer-avatar {
        width:40px!important;
        height:40px!important;
        min-width:40px!important;
        max-width:40px!important;
        min-height:40px!important;
        max-height:40px!important;
        flex-basis:40px!important;
        border:2px solid rgba(255,255,255,.92)!important
    }
}