:root {
    --brand-red: #ad0008;
    --brand-red-dark: #760006;
    --accent-yellow: #ffd64a;
    --ink: #151515;
    --line: #ececef;
    --red-shadow: 0 8px 22px rgba(142, 0, 8, .38);
    --logo-search-height: 221px;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background: #f8f8f8;
    color: var(--ink);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    overflow: hidden;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

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

.fw-black {
    font-weight: 900 !important;
}

.place-items-center {
    place-items: center !important;
}

.min-w-0 {
    min-width: 0 !important;
}



.hero-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 25%, rgba(255, 118, 42, .2), transparent 18%),
        radial-gradient(circle at 14% 88%, rgba(255, 255, 255, .1), transparent 28%),
        linear-gradient(145deg, #b40008 0%, #940006 40%, #5d0004 100%);
    opacity: 1;
    pointer-events: none;
    top: -60px;
}

.logo-search {
    background:
        radial-gradient(circle at 80% 25%, rgba(255, 118, 42, .2), transparent 18%),
        radial-gradient(circle at 14% 88%, rgba(255, 255, 255, .1), transparent 28%),
        linear-gradient(145deg, #b40008 0%, #940006 40%, #5d0004 160%);
}

.hero-area>* {
    position: relative;
    z-index: 1;
}

.logo-search.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    padding-top: 15px;
    width: 100%;
    height: auto;
}

main {
    margin-top: var(--logo-search-height);
    height: calc(100vh - var(--logo-search-height));
    height: calc(100dvh - var(--logo-search-height));
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 15px;
    -webkit-overflow-scrolling: touch;
}

main.min-vh-100 {
    min-height: 0 !important;
}

.status-bar {
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1;
}

.signal-bars {
    height: 21px;
}

.search-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}

.signal-bars span {
    width: 5px;
    border-radius: 4px;
    background: #fff;
}

.signal-bars span:nth-child(1) {
    height: 8px;
}

.signal-bars span:nth-child(2) {
    height: 12px;
}

.signal-bars span:nth-child(3) {
    height: 17px;
}

.signal-bars span:nth-child(4) {
    height: 21px;
}

.wifi-icon {
    position: relative;
    width: 25px;
    height: 19px;
}

.wifi-icon::before,
.wifi-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
}

.wifi-icon::before {
    width: 26px;
    height: 26px;
    top: 0;
}

.wifi-icon::after {
    width: 15px;
    height: 15px;
    top: 8px;
}

.battery {
    min-width: 38px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, .95);
    border-radius: 6px;
    color: var(--brand-red);
    background: #fff;
    font-size: 14px;
    line-height: 1;
}

.battery::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 6px;
    width: 3px;
    height: 9px;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, .95);
}

.logo-badge {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    padding: 8px;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
}

.logo-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.cup-mark {
    width: 69px;
    height: 63px;
    position: relative;
    transform: scale(clamp(.68, 1.7vw, 1));
}

.cup-mark::before {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 15px;
    width: 43px;
    height: 31px;
    border-radius: 0 0 19px 19px;
    background: linear-gradient(#d0000b, #8f0006);
    box-shadow: inset 0 -3px 0 rgba(80, 0, 0, .25);
}

.cup-mark::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 6px;
    height: 5px;
    border-radius: 50%;
    background: #8d0005;
}

.handle {
    position: absolute;
    right: 4px;
    bottom: 25px;
    width: 23px;
    height: 20px;
    border: 5px solid #9d0007;
    border-left: 0;
    border-radius: 0 18px 18px 0;
}

.steam {
    position: absolute;
    top: 2px;
    width: 9px;
    height: 27px;
    border-radius: 50%;
    transform: rotate(18deg);
}

.steam.one {
    left: 23px;
    background: #27b34d;
}

.steam.two {
    left: 33px;
    background: #ec1d25;
    height: 34px;
}

.steam.three {
    left: 43px;
    background: #27b34d;
    height: 24px;
}

.brand-title {
    font-size: 24px;
    line-height: 1.06;
}

.brand-subtitle {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
}

.order-float {
    width: 90px;
    min-height: 60px;
    background: linear-gradient(160deg, #c8000d, #840004);
    box-shadow: inset 0 0 18px rgba(255, 255, 255, .22), 0 8px 24px rgba(0, 0, 0, .2);
}

/* .order-float::before {
    content: "";
    position: absolute;
    inset: -13px auto auto -14px;
    width: 40px;
    height: 40px;
    border-top: 3px solid #ffc435;
    border-left: 3px solid #ffc435;
    border-radius: 50%;
    transform: rotate(-20deg);
    opacity: .85;
} */

.cart-svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    stroke-width: 2.4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.order-count {
    right: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: #ff1e27;
    font-size: 14px;
    line-height: 1;
}

.order-label {
    font-size: 14px;
}

.search-box {
    border: 2px solid rgba(146, 0, 7, .28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 4px 11px rgba(0, 0, 0, .12);
    color: var(--brand-red);
}

.search-box svg {
    width: clamp(25px, 7vw, 32px);
    height: clamp(25px, 7vw, 32px);
}

.search-box input {
    color: #30333a;
    font-size: 15px;
    outline: 0;
    padding: 18px 0px;
}

.search-box input::placeholder {
    color: #69717c;
    opacity: 1;
}

.offer-section {}

.offer-card {
    min-height: clamp(202px, 36vw, 252px);
    background:
        radial-gradient(circle at 74% 45%, rgba(255, 190, 60, .25), transparent 24%),
        linear-gradient(115deg, #320000 0%, #790006 46%, #b40009 100%);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .26);
}

.offer-card .image {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.offer-card.offer-green {
    background:
        radial-gradient(circle at 74% 45%, rgba(255, 215, 74, .22), transparent 24%),
        linear-gradient(115deg, #153d18 0%, #2c681f 48%, #6a940e 100%);
}

.offer-card.offer-gold {
    background:
        radial-gradient(circle at 74% 45%, rgba(255, 255, 255, .2), transparent 24%),
        linear-gradient(115deg, #602300 0%, #bb5300 48%, #e39d12 100%);
}

.offer-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 62% 34%, rgba(255, 255, 255, .18) 0 2px, transparent 2px),
        radial-gradient(circle at 54% 44%, rgba(255, 255, 255, .09) 0 1px, transparent 2px);
    background-size: 26px 26px, 18px 18px;
    opacity: .5;
    pointer-events: none;
}

.offer-content {
    width: min(58%, 360px);
    z-index: 2;
}

.offer-pill {
    background: var(--accent-yellow);
    color: var(--brand-red);
    font-size: 12px;
    line-height: 1;
}

.offer-pill::before {
    content: "";
    width: 10px;
    height: 14px;
    border-radius: 10px 10px 10px 2px;
    background: var(--brand-red);
    transform: rotate(38deg);
    box-shadow: inset -3px -2px 0 #ff8d18;
}

.offer-card h2 {
    font-size: clamp(26px, 7vw, 40px);
    line-height: 1.08;
}

.offer-card p {
    font-size: clamp(15px, 4vw, 22px);
    line-height: 1.35;
}

.code-box {
    border: 1px dashed rgba(255, 255, 255, .82);
    font-size: clamp(13px, 3.5vw, 17px);
}

.code-box strong {
    color: var(--accent-yellow);
}

.offer-cta {
    min-height: 39px;
    background: var(--accent-yellow);
    color: #7d0005;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .14);
}

.valid-note {
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
}

.pizza-art {
    right: 31px;
    bottom: 22px;
    z-index: 1;
    width: min(46vw, 330px);
    aspect-ratio: 1.14;
    background:
        radial-gradient(circle at 48% 47%, rgba(255, 226, 145, .95) 0 15%, transparent 16%),
        radial-gradient(circle at 29% 40%, #d42116 0 5%, transparent 6%),
        radial-gradient(circle at 59% 36%, #d42116 0 5%, transparent 6%),
        radial-gradient(circle at 76% 53%, #d42116 0 5%, transparent 6%),
        radial-gradient(circle at 43% 67%, #19150d 0 4%, transparent 5%),
        radial-gradient(circle at 69% 69%, #19150d 0 4%, transparent 5%),
        radial-gradient(circle at 37% 31%, #2f8f28 0 4%, transparent 5%),
        radial-gradient(circle at 58% 58%, #2f8f28 0 4%, transparent 5%),
        radial-gradient(circle, #fff3c0 0 54%, #e49b35 55% 67%, #8b4b1f 68% 70%, transparent 71%);
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, .38));
    transform: rotate(5deg);
}

.pizza-art::before {
    content: "";
    position: absolute;
    inset: 52% 1% -8% 8%;
    border-radius: 50%;
    background:
        linear-gradient(100deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .08) 42%, transparent 65%),
        repeating-linear-gradient(90deg, transparent 0 24px, rgba(255, 255, 255, .52) 25px 32px, transparent 33px 50px);
    transform: rotate(-7deg);
    opacity: .75;
    clip-path: polygon(0 0, 100% 6%, 92% 42%, 12% 58%);
}

.offer-badge {
    right: clamp(18px, 6vw, 46px);
    top: 27px;
    z-index: 3;
    width: clamp(58px, 14vw, 76px);
    height: clamp(58px, 14vw, 76px);
    background: var(--accent-yellow);
    color: #5b0700;
    font-size: clamp(11px, 3vw, 14px);
    line-height: 1.05;
}

.carousel-arrow {
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    color: var(--brand-red);
    transform: translateY(-50%);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
}

.carousel-arrow.left {
    left: 10px;
}

.carousel-arrow.right {
    right: 10px;
}

.carousel-arrow svg {
    width: 25px;
    height: 25px;
    stroke-width: 3.6;
}

.offer-section .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: -28px;
    position: relative;
    z-index: 6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.offer-section .owl-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    transition: width .25s ease, background .25s ease;
}

.offer-section .owl-dot.active {
    width: 24px;
    border-radius: 999px;
    background: var(--accent-yellow);
    height: 24px;
}

.offer-section .owl-stage,
.offer-section .owl-item {
    display: flex;
}

.offer-section .owl-item .offer-card {
    flex: 0 0 100%;
    width: 100%;
}

.category-scroll {
    display: flex;
    gap: 20px;
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
}

.category-scroll.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.category-scroll.sticky-top {
    z-index: 1019;
    background: #fff;
    padding: 8px 0px 10px 0px;
}

.logo-search .category-scroll.sticky-top {
    position: relative;
    top: auto;
}

.category-scroll::-webkit-scrollbar {
    display: none;
}

.category-card {
    color: #151515;
    transition: border-color .2s ease, color .2s ease, transform .22s ease, box-shadow .22s ease;
    font-size: 18px;
    min-width: fit-content;
    padding: 6px 0px;
    outline: none;
    border: none;
}

.category-card:hover,
.category-card:focus,
.category-card:active {
    color: var(--brand-red) !important;
}

.category-card:active {
    outline: none;
    border: none;
}

.category-card.active {
    color: var(--brand-red);
    border: none;
    outline: none;
}

.category-card.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    border-radius: 8px;
    background: var(--brand-red);
}

.cat-icon {
    height: 43px;
    color: currentColor;
}

.cat-icon svg {
    width: 42px;
    height: 42px;
    fill: currentColor;
}

.cat-icon.beverage {
    color: #ec008c;
}

.cat-icon.ice {
    color: #a73cff;
}

.cat-icon.bakery {
    color: #ff8918;
}

.cat-icon.more {
    color: #68717e;
    font-size: 37px;
    letter-spacing: 4px;
}

.section-title {
    font-size: 28px;
    line-height: 1.15;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 63px;
    height: 4px;
    border-radius: 10px;
    background: var(--brand-red);
}

.sort-btn {
    min-height: 58px;
    min-width: 120px;
    color: #202027;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.sort-btn svg {
    width: 25px;
    height: 25px;
    stroke: #4b505a;
}

.menu-list {
    margin-bottom: 111px;
    transition: opacity .25s ease, transform .25s ease;
}

.menu-list.is-changing {
    opacity: 0;
    transform: translateY(12px);
}

.menu-card {
    min-height: 100%;
    border-color: #ebebee;
    box-shadow: 0 3px 11px rgba(0, 0, 0, .09);
    animation: menuIn .36s ease both;
    padding: 15px;
    border-radius: 16px;
}

.menu-card .food-copy {
    margin-top: 15px;
}

.menu-card.is-hidden,
.empty-menu.is-hidden {
    display: none !important;
}

@keyframes menuIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.food-photo {
    background: #eee;
}

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

.service-section,
.contact-section {
    background: #fff;
}

.service-card,
.contact-panel,
.map-card {
    box-shadow: 0 6px 18px rgba(20, 20, 20, .07);
}

.service-card p,
.contact-panel p,
.contact-panel span,
.map-card span {
    color: #5c6470;
}

.site-footer span {
    color: var(--accent-yellow);
}

.service-icon {
    width: 48px;
    height: 48px;
    background: rgba(173, 0, 8, .08);
    color: var(--brand-red);
}

.service-icon svg {
    width: 25px;
    height: 25px;
}

.contact-panel {
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 214, 74, .28), transparent 22%),
        linear-gradient(135deg, #fff, #fff6f6);
    border: 1px solid rgba(173, 0, 8, .12);
}

.contact-panel .small {
    color: var(--brand-red);
    letter-spacing: .08em;
}

.contact-info-item i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(173, 0, 8, .08);
    color: var(--brand-red);
    font-size: 16px;
    line-height: 1;
}

.contact-link,
.footer-links a {
    color: var(--brand-red);
    text-decoration: none;
}

.contact-link:hover,
.footer-links a:hover {
    color: var(--brand-red-dark);
    text-decoration: underline;
}

.map-visual {
    min-height: 210px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .45) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .45) 1px, transparent 1px),
        linear-gradient(135deg, #fde8e8, #f7caca 42%, #fff4c6);
    background-size: 36px 36px, 36px 36px, 100% 100%;
}

.map-visual::before,
.map-visual::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(173, 0, 8, .2);
}

.map-visual::before {
    left: 12%;
    right: 10%;
    top: 42%;
    height: 14px;
    transform: rotate(-13deg);
}

.map-visual::after {
    left: 46%;
    top: -8%;
    width: 16px;
    height: 120%;
    transform: rotate(28deg);
}

.map-pin {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 34px;
    height: 34px;
    border-radius: 50% 50% 50% 6px;
    background: var(--brand-red);
    transform: translate(-50%, -50%) rotate(-45deg);
    box-shadow: 0 8px 18px rgba(128, 0, 8, .28);
    z-index: 1;
}

.map-pin::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: #fff;
}

.site-footer {
    padding-bottom: 20px !important;
    background: radial-gradient(circle at 80% 25%, rgba(255, 118, 42, .2), transparent 18%), radial-gradient(circle at 14% 88%, rgba(255, 255, 255, .1), transparent 28%), linear-gradient(145deg, #b40008 0%, #940006 40%, #5d0004 100%);
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.checkout-page .site-footer {
    padding-bottom: 1.5rem !important;
}

.map-card iframe {
    width: 100%;
    height: 220px;
}

.checkout-hero {
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 214, 74, .22), transparent 18%),
        radial-gradient(circle at 15% 85%, rgba(255, 255, 255, .12), transparent 26%),
        linear-gradient(145deg, #b40008 0%, #940006 42%, #5d0004 100%);
}

.checkout-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .09) 1px, transparent 1.5px);
    background-size: 22px 22px;
    opacity: .45;
    pointer-events: none;
}

.checkout-hero>* {
    position: relative;
    z-index: 1;
}

.back-link,
.back-link:hover {
    text-decoration: none;
}

.back-link svg {
    width: 22px;
    height: 22px;
}

.checkout-step,
.checkout-hero-card {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .32);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.checkout-hero-card span {
    color: rgba(255, 255, 255, .84);
}

.checkout-section {
    background: #fff;
}

.checkout-form,
.order-panel {
    box-shadow: 0 8px 22px rgba(20, 20, 20, .08);
}

.checkout-kicker {
    color: var(--brand-red);
    letter-spacing: .08em;
}

.secure-badge,
.summary-count {
    background: rgba(173, 0, 8, .08);
    color: var(--brand-red);
}

.checkout-form .form-control {
    border-color: #ececef;
    border-radius: 12px;
}

.checkout-form .form-control:focus {
    border-color: rgba(173, 0, 8, .55);
    box-shadow: 0 0 0 .25rem rgba(173, 0, 8, .12);
}

.choice-card {
    display: block;
    cursor: pointer;
    color: #151515;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.choice-card span,
.checkout-item span,
.checkout-empty span,
.summary-totals span {
    color: #5c6470;
}

.btn-check:checked+.choice-card {
    border-color: rgba(173, 0, 8, .72) !important;
    box-shadow: 0 8px 18px rgba(173, 0, 8, .13);
    transform: translateY(-2px);
}

.place-order-btn {
    min-height: 58px;
    background: var(--accent-yellow);
    color: #6d0004;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
    font-size: clamp(17px, 4vw, 21px);
}

.place-order-btn:disabled {
    background: #e6e6e6;
    color: #777;
    box-shadow: none;
}

.place-order-btn svg {
    width: 24px;
    height: 24px;
}

.checkout-message {
    color: var(--brand-red);
}

.checkout-item {
    background: #fff;
}

.checkout-item strong:last-child,
.total-line strong,
.total-line span {
    color: var(--brand-red);
}

.sticky-lg-top {
    top: 1.25rem;
}

.food-copy h3 {
    font-size: clamp(19px, 4.8vw, 24px);
    line-height: 1.13;
}

.food-copy p {
    color: #3f454d;
    font-size: 14px;
    line-height: 1.55;
}

.price {
    color: var(--brand-red);
    font-size: clamp(19px, 4.8vw, 23px);
    line-height: 1;
}

.add-btn {
    min-height: 48px;
    background: linear-gradient(#c4000b, #960006);
    box-shadow: 0 4px 8px rgba(138, 0, 8, .22);
    font-size: clamp(13px, 3.5vw, 16px);
}

.add-btn:active,
.checkout-btn:active,
.carousel-arrow:active,
.sort-btn:active,
.category-card:active {
    transform: scale(.96);
}

.add-btn svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.bottom-cart {
    left: 50%;
    bottom: 14px;
    z-index: 20;
    grid-template-columns: minmax(0, 1fr) auto minmax(130px, 176px) auto;
    width: min(calc(100% - 28px), 732px);
    min-height: 82px;
    transform: translateX(-50%);
    background: linear-gradient(95deg, #b90008, #7a0005);
    box-shadow: var(--red-shadow);
    transition: transform .24s ease, box-shadow .24s ease;
}

.bottom-cart.is-empty {
    pointer-events: none;
    transform: translateX(-50%) translateY(calc(100% + 24px));
}

.bottom-cart.bump {
    transform: translateX(-50%) translateY(-4px) scale(1.015);
    box-shadow: 0 13px 28px rgba(142, 0, 8, .44);
}

.empty-menu {
    min-height: 170px;
    border-color: #ededf0;
    color: #69717c;
    box-shadow: 0 3px 11px rgba(0, 0, 0, .06);
}

.cart-circle {
    width: 59px;
    height: 59px;
    flex: 0 0 59px;
    color: var(--brand-red);
}

.cart-circle .cart-svg {
    width: 35px;
    height: 35px;
}

.cart-badge {
    right: -3px;
    top: -6px;
    width: 25px;
    height: 25px;
    background: #ff1e27;
    border: 3px solid #fff;
    font-size: 14px;
    line-height: 1;
}

.cart-title {
    font-size: clamp(18px, 4.6vw, 22px);
    line-height: 1.05;
}

.cart-subtitle {
    color: rgba(255, 255, 255, .84);
    font-size: clamp(12px, 3.2vw, 15px);
    line-height: 1.15;
}

.divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, .45);
}

.total-copy {
    min-width: 132px;
}

.total-copy strong {
    font-size: clamp(17px, 4.4vw, 20px);
    line-height: 1.1;
}

.total-copy span {
    color: rgba(255, 255, 255, .82);
    font-size: clamp(11px, 3vw, 13px);
    line-height: 1.1;
}

.checkout-btn {
    min-height: 58px;
    background: var(--accent-yellow);
    color: #6d0004;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
    font-size: clamp(17px, 4.4vw, 21px);
}

.checkout-btn svg {
    width: 24px;
    height: 24px;
    stroke-width: 3;
}

@media (max-width: 575.98px) {
    .logo-badge {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        padding: 7px;
    }

    .offer-content {
        width: 64%;
    }

    .pizza-art {
        right: -20px;
        width: min(52vw, 190px);
        opacity: .86;
    }

    .offer-badge {
        top: 17px;
    }

    .bottom-cart {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .bottom-cart .divider,
    .bottom-cart .total-copy {
        display: none !important;
    }

    .checkout-btn {
        min-width: 126px;
    }

    .cart-circle {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .cart-circle .cart-svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 430px) {
    .offer-content {
        width: 70%;
    }

    .pizza-art {
        right: -48px;
        bottom: 13px;
        width: 180px;
    }

    .add-btn {
        padding-inline: .7rem;
    }
}

@media (min-width: 768px) {
    .hero-area {
        border-radius: 0 0 28px 28px;
    }

    .category-scroll {
        grid-auto-flow: initial;
        grid-template-columns: repeat(5, 1fr);
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

}

@media (min-width: 1200px) {
    body {
        background: linear-gradient(135deg, #f5f5f5, #fff);
    }

}

@media (max-width: 768px) {
    .food-copy h3 {
        font-size: 16px;
    }

    .menu-card {
        display: flex;
        gap: 15px;
    }

    .menu-card .food-photo {
        width: 120px;
        border-radius: 16px;
    }

    .menu-card .food-copy {
        margin-top: 0px;
        width: calc(100% - 120px);
    }

    .hero-area.px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-area {
        padding-top: 8px;
    }

    .search-box input {
        padding: 12px 0px;
    }

    .order-float {
        padding: 2px 0px !important;
    }

    .brand-title {
        font-size: 18px;
    }

    .price {
        font-size: 16px;
    }

    .add-btn {
        max-width: 140px;
    }

    .add-btn {
        min-height: 40px;
    }

    .section-title {
        font-size: 20px;
    }

    .site-footer {
        padding-bottom: 20px !important;
    }

    .cart-title {
        font-size: 14px;
    }

    .offer-cta {
        margin-top: 15px;
    }

    .checkout-btn {
        font-size: 15px;
        gap: 5px !important;
    }

    .checkout-btn svg {
        width: 20px;
        height: 20px;
    }


}
