/* Tings Market Platform — native storefront footer. */
.tm-site-footer--native,
.tm-site-footer--native * { box-sizing:border-box; }
.tm-site-footer--native {
    --tm-footer-navy:#071a2e;
    --tm-footer-navy-deep:#061525;
    --tm-footer-aqua:#12b8ca;
    --tm-footer-aqua-deep:#0797ac;
    --tm-footer-yellow:#ffd000;
    --tm-footer-text:#b9c7d4;
    --tm-footer-border:rgba(171,201,218,.20);
    width:100%;
    margin:0;
    border-top:4px solid var(--tm-footer-aqua);
    background:
        radial-gradient(circle at 18% 18%, rgba(9,132,157,.17), transparent 25%),
        linear-gradient(105deg,var(--tm-footer-navy-deep) 0%,var(--tm-footer-navy) 68%,#07192b 100%);
    color:#fff;
    font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
.tm-footer-shell { width:min(calc(100% - 80px),1400px); margin-inline:auto; }
.tm-footer-main {
    display:grid;
    grid-template-columns:minmax(300px,1.35fr) repeat(3,minmax(170px,.8fr));
    gap:74px;
    padding:58px 0 44px;
}
.tm-footer-brand { min-width:0; }
.tm-footer-brand__logo { width:min(245px,100%); margin-bottom:20px; }
.tm-footer-brand__logo .custom-logo-link { display:inline-flex; max-width:100%; }
.tm-footer-brand__logo .custom-logo { display:block; width:auto; max-width:100%; max-height:116px; }
.tm-footer-brand__logo .tm-wordmark { color:#fff; text-decoration:none; font-size:24px; font-weight:900; }
.tm-footer-brand__logo .tm-wordmark__mark { background:var(--tm-footer-aqua); }
.tm-footer-brand > p { max-width:335px; margin:0 0 22px; color:var(--tm-footer-text); font-size:14px; line-height:1.75; }
.tm-footer-whatsapp {
    display:inline-flex;
    align-items:center;
    gap:13px;
    margin:0 0 18px;
    color:#fff;
    text-decoration:none;
}
.tm-footer-whatsapp__icon {
    width:50px;height:50px;flex:0 0 50px;
    display:grid;place-items:center;
    border-radius:12px;
    color:#20d96a;
    background:rgba(32,217,106,.14);
    border:1px solid rgba(32,217,106,.10);
}
.tm-footer-whatsapp__icon .tm-icon { width:25px;height:25px; }
.tm-footer-whatsapp span:last-child { display:grid; gap:3px; }
.tm-footer-whatsapp small { color:#aebdca; font-size:10px; font-weight:850; letter-spacing:.08em; line-height:1; }
.tm-footer-whatsapp strong { color:#fff; font-size:15px; font-weight:850; line-height:1.2; }
.tm-footer-whatsapp:hover strong { color:#6df3a0; }
.tm-footer-delivery-pill {
    width:max-content; max-width:100%;
    display:inline-flex;align-items:center;gap:8px;
    min-height:38px;padding:0 15px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    color:#d8e4ec;
    background:rgba(255,255,255,.055);
    font-size:11px;font-weight:750;
}
.tm-footer-delivery-pill .tm-icon { width:17px;height:17px;color:var(--tm-footer-aqua); }
.tm-footer-column { padding-top:5px; }
.tm-footer-column h2 {
    display:flex;align-items:center;gap:9px;
    margin:0 0 23px;
    color:#fff;
    font-size:17px;font-weight:850;line-height:1.2;
}
.tm-footer-column h2 .tm-icon { width:18px;height:18px;color:var(--tm-footer-aqua); }
.tm-footer-column ul { margin:0;padding:0;list-style:none; }
.tm-footer-column li + li { margin-top:16px; }
.tm-footer-column a { color:var(--tm-footer-text); font-size:14px; line-height:1.35; text-decoration:none; transition:color .15s ease; }
.tm-footer-column a:hover,.tm-footer-column a:focus-visible { color:#fff; }
.tm-footer-bottom {
    min-height:72px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:24px;
    border-top:1px solid var(--tm-footer-border);
    color:#879bae;
    font-size:11px;
}
.tm-footer-bottom__trust { display:flex;align-items:center;justify-content:center;gap:22px; }
.tm-footer-bottom__trust > span { display:inline-flex;align-items:center;gap:6px;white-space:nowrap; }
.tm-footer-bottom__trust .tm-icon { width:14px;height:14px;color:var(--tm-footer-aqua); }
.tm-footer-bottom__credit { justify-self:end; white-space:nowrap; }
.tm-footer-bottom__credit strong { color:var(--tm-footer-yellow); font-weight:900; }
@media (max-width:1050px) {
    .tm-footer-shell { width:min(calc(100% - 48px),1400px); }
    .tm-footer-main { grid-template-columns:1.25fr repeat(3,1fr); gap:40px; }
}
@media (max-width:820px) {
    .tm-footer-main { grid-template-columns:1.2fr 1fr 1fr; gap:36px 28px; padding-top:44px; }
    .tm-footer-brand { grid-column:1/-1; display:grid; grid-template-columns:minmax(190px,.8fr) 1fr; gap:24px 42px; align-items:start; }
    .tm-footer-brand__logo { grid-row:1/4; }
    .tm-footer-brand > p { margin:0; }
    .tm-footer-whatsapp { margin:0; }
    .tm-footer-delivery-pill { align-self:start; }
    .tm-footer-bottom { grid-template-columns:1fr auto; padding:18px 0; }
    .tm-footer-bottom__trust { order:3; grid-column:1/-1; justify-content:flex-start; }
}
@media (max-width:620px) {
    .tm-footer-shell { width:min(calc(100% - 30px),1400px); }
    .tm-footer-main { grid-template-columns:1fr 1fr; gap:34px 24px; padding:38px 0 30px; }
    .tm-footer-brand { grid-column:1/-1; display:block; }
    .tm-footer-brand__logo { width:205px; margin-bottom:18px; }
    .tm-footer-brand > p { margin-bottom:18px; font-size:13px; }
    .tm-footer-whatsapp { display:flex; margin-bottom:15px; }
    .tm-footer-column:last-child { grid-column:1/-1; }
    .tm-footer-column h2 { margin-bottom:15px; font-size:15px; }
    .tm-footer-column li + li { margin-top:12px; }
    .tm-footer-column a { font-size:13px; }
    .tm-footer-bottom { grid-template-columns:1fr; gap:12px; min-height:0; padding:22px 0; }
    .tm-footer-bottom__trust { grid-column:auto; order:0; justify-content:flex-start; flex-wrap:wrap; gap:12px 18px; }
    .tm-footer-bottom__credit { justify-self:start; }
}
