/* ═══════════════════════════════════════════════════
   SE MENY — Wolt-structure, light theme
   smny3.css
   ═══════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ── TOKENS ─────────────────────────────────────── */
:root{
    --w:      #ffffff;
    --bg:     #f7f7f5;
    --bg2:    #f0efeb;
    --b:      #e4e3de;
    --b2:     rgba(0,0,0,.12);
    --t1:     #1a1916;
    --t2:     #6b6b68;
    --t3:     #a0a09c;
    --red:    #c0392b;
    --red2:   #a73224;
    --green:  #16a34a;
    --amber:  #d97706;
    --sh:     0 1px 4px rgba(0,0,0,.07),0 2px 8px rgba(0,0,0,.04);
    --sh2:    0 4px 20px rgba(0,0,0,.10);
    --r:      10px;
    --pill:   999px;
}

/* ── FONT EVERYWHERE ───── */
*,*::before,*::after{
    font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif!important;
    -webkit-font-smoothing:antialiased!important;box-sizing:border-box;
}
html,body,#wrapper,#pre-wrapper,.page-wrapper{background:var(--bg)!important;color:var(--t1)!important}

/* ═══════════════════════════════════════════════════
   SITE HEADER
   ═══════════════════════════════════════════════════ */
#header.header,.section-header{
    background:var(--w)!important;border-bottom:1px solid var(--b)!important;
    box-shadow:none!important;position:sticky!important;top:0!important;z-index:100!important;
}
#header .packer,#header .package{padding-top:0!important;padding-bottom:0!important}
#header .left a.logo{display:flex!important;align-items:center!important;height:60px!important}
#header .left a.logo picture,#header .left a.logo img{
    width:auto!important;height:36px!important;min-width:unset!important;max-width:none!important;
    border:none!important;border-radius:0!important;box-shadow:none!important;
    background:transparent!important;margin:0!important;object-fit:contain!important;display:block!important;
}
#header nav#menu a{font-size:.83rem!important;font-weight:600!important;color:var(--t2)!important;
    -webkit-text-fill-color:var(--t2)!important;padding:8px 14px!important;
    border-radius:8px!important;text-decoration:none!important;transition:all .15s!important}
#header nav#menu a:hover{background:var(--bg2)!important;color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important}
#header nav#menu a.featured{background:var(--red)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-radius:var(--pill)!important}
#header nav#menu a.featured:hover{background:var(--red2)!important}

/* ═══════════════════════════════════════════════════
   HERO
   main.css sets: height:450px; display:flex; align-items:flex-end
   ═══════════════════════════════════════════════════ */
section.section-place-header,
section.smny-hero{
    height:320px!important;overflow:hidden!important;
    background:#111!important;display:flex!important;align-items:flex-end!important;
    position:relative!important;
}
@media(max-width:768px){section.section-place-header,section.smny-hero{height:240px!important}}

section.section-place-header::after,section.smny-hero::after{
    content:''!important;position:absolute!important;inset:0!important;
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.25) 40%,rgba(0,0,0,.75) 100%)!important;
    z-index:1!important;pointer-events:none!important;
}
section.section-place-header>.packer,section.smny-hero>.packer{
    z-index:2!important;padding-bottom:20px!important;width:100%!important;
}

/* Hero content layout */
.smny-hero__content{gap:16px!important;width:100%!important}
.smny-hero__left{display:flex!important;align-items:flex-end!important;gap:16px!important;flex:1!important;min-width:0!important}
.smny-hero__right{flex-shrink:0!important;display:flex!important;gap:8px!important;align-items:flex-end!important}

/* Restaurant name */
section.section-place-header h1{
    font-size:clamp(1.5rem,3vw,2.2rem)!important;font-weight:900!important;
    color:#fff!important;-webkit-text-fill-color:#fff!important;
    text-shadow:0 2px 10px rgba(0,0,0,.5)!important;letter-spacing:-.04em!important;
    margin:0 0 3px!important;line-height:1.1!important;
}
.smny-hero__desc{
    font-size:.78rem!important;color:rgba(255,255,255,.8)!important;
    -webkit-text-fill-color:rgba(255,255,255,.8)!important;
    display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;
    overflow:hidden!important;margin:0 0 3px!important;text-shadow:0 1px 4px rgba(0,0,0,.4)!important;
}
.smny-hero__meta{
    font-size:.76rem!important;color:rgba(255,255,255,.7)!important;
    -webkit-text-fill-color:rgba(255,255,255,.7)!important;margin:0!important;
    text-shadow:0 1px 3px rgba(0,0,0,.4)!important;
}
.smny-hero__link{color:rgba(255,255,255,.85)!important;-webkit-text-fill-color:rgba(255,255,255,.85)!important;text-decoration:underline!important;text-underline-offset:2px!important}
.smny-hero__link:hover{color:#fff!important;-webkit-text-fill-color:#fff!important}

/* Hero action buttons */
.smny-hero-btn{
    background:rgba(255,255,255,.15)!important;backdrop-filter:blur(8px)!important;
    border:1px solid rgba(255,255,255,.3)!important;color:#fff!important;
    -webkit-text-fill-color:#fff!important;padding:8px 16px!important;
    border-radius:var(--pill)!important;font-size:.78rem!important;font-weight:600!important;
    text-decoration:none!important;white-space:nowrap!important;
    transition:background .15s!important;cursor:pointer!important;
}
.smny-hero-btn:hover{background:rgba(255,255,255,.25)!important;text-decoration:none!important}

/* ── LOGO ───────────────────────────────────────── */
picture.avatar,.smny-avatar{
    width:100px!important;height:100px!important;
    min-width:100px!important;max-width:100px!important;
    border-radius:12px!important;border:3px solid rgba(255,255,255,.9)!important;
    box-shadow:0 4px 16px rgba(0,0,0,.3)!important;overflow:hidden!important;
    display:block!important;flex-shrink:0!important;background:var(--w)!important;
    margin-bottom:0!important;
}
picture.avatar img,.smny-avatar img{
    width:100%!important;height:100%!important;
    object-fit:cover!important;object-position:center!important;display:block!important;
}
@media(max-width:768px){
    picture.avatar,.smny-avatar{width:64px!important;height:64px!important;min-width:64px!important;max-width:64px!important;border-radius:8px!important}
}

/* ═══════════════════════════════════════════════════
   INFO BAR (Wolt-style row below hero)
   ═══════════════════════════════════════════════════ */
.smny-infobar{
    background:var(--w)!important;
    border-bottom:1px solid var(--b)!important;
    position:sticky!important;top:64px!important;z-index:90!important;
    box-shadow:0 1px 4px rgba(0,0,0,.05)!important;
}
.smny-infobar__inner{
    max-width:var(--packer,1280px)!important;margin:0 auto!important;
    padding:0 24px!important;height:48px!important;
    display:flex!important;align-items:center!important;
    justify-content:space-between!important;gap:8px!important;
    overflow-x:auto!important;scrollbar-width:none!important;
}
.smny-infobar__inner::-webkit-scrollbar{display:none!important}
.smny-infobar__left{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important;flex:1!important;min-width:0!important}
.smny-infobar__right{display:flex!important;align-items:center!important;gap:10px!important;flex-shrink:0!important}

/* Delivery/Pickup chips — all shown chips are active options */
.smny-chip{
    display:inline-flex!important;align-items:center!important;gap:5px!important;
    padding:5px 12px!important;border-radius:var(--pill)!important;
    border:1.5px solid rgba(0,0,0,.15)!important;background:var(--bg2)!important;
    font-size:.78rem!important;font-weight:600!important;
    color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;
    white-space:nowrap!important;cursor:default!important;
}
.smny-chip--active{
    background:var(--red)!important;border-color:var(--red)!important;
    color:#fff!important;-webkit-text-fill-color:#fff!important;
}
.smny-chip svg{flex-shrink:0!important}

/* Separator line between chips and stats */
.smny-infobar__sep{
    width:1px!important;height:18px!important;background:var(--b)!important;flex-shrink:0!important;
    display:inline-block!important;margin:0 4px!important;
}
/* Dot separator */
.smny-infobar__dot{
    color:var(--t3)!important;-webkit-text-fill-color:var(--t3)!important;
    font-size:.85rem!important;flex-shrink:0!important;line-height:1!important;
}
/* Stats */
.smny-infobar__stat{
    font-size:.8rem!important;font-weight:500!important;
    color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important;
    white-space:nowrap!important;display:inline-flex!important;align-items:center!important;gap:3px!important;
}
.smny-infobar__stat--green{color:var(--green)!important;-webkit-text-fill-color:var(--green)!important;font-weight:600!important}
.smny-infobar__stat--amber{color:var(--amber)!important;-webkit-text-fill-color:var(--amber)!important;font-weight:600!important}
.smny-infobar__stat--muted{color:var(--t3)!important;-webkit-text-fill-color:var(--t3)!important}
/* Links in info bar */
.smny-infobar__link{
    font-size:.8rem!important;font-weight:500!important;
    color:var(--red)!important;-webkit-text-fill-color:var(--red)!important;
    text-decoration:none!important;white-space:nowrap!important;
    display:inline-flex!important;align-items:center!important;gap:3px!important;
    transition:color .15s!important;
}
.smny-infobar__link:hover{color:var(--red2)!important;-webkit-text-fill-color:var(--red2)!important;text-decoration:underline!important}

/* ═══════════════════════════════════════════════════
   CATEGORY TAB BAR
   ═══════════════════════════════════════════════════ */
.bg-white.nav-menu,.bg-white.nav-menu.smny-sticky-nav{
    background:var(--w)!important;border-bottom:1px solid var(--b)!important;
    border-top:none!important;box-shadow:none!important;padding:0!important;
    position:-webkit-sticky!important;position:sticky!important;
    top:112px!important;z-index:95!important;
    isolation:isolate!important;
}
/* Keep tabs + search slot in one single 48px row */
.bg-white.nav-menu .packer,.bg-white.nav-menu .package{
    padding-top:0!important;padding-bottom:0!important;
    display:flex!important;align-items:center!important;
    height:48px!important;overflow:hidden!important;
    position:static!important;z-index:auto!important;
}
#place-menu{
    display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;
    scrollbar-width:none!important;gap:0!important;padding:0!important;align-items:stretch!important;
    flex:1!important;min-width:0!important;height:48px!important;
}
#place-menu::-webkit-scrollbar{display:none!important}
#place-menu>.item{
    flex-shrink:0!important;display:flex!important;align-items:center!important;
    padding:0 16px!important;height:48px!important;font-size:.82rem!important;font-weight:600!important;
    color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important;
    border-bottom:2.5px solid transparent!important;border-top:none!important;
    border-left:none!important;border-right:none!important;
    white-space:nowrap!important;cursor:pointer!important;
    background:none!important;border-radius:0!important;margin:0!important;
    transition:color .15s,border-color .15s!important;
}
#place-menu>.item>a{color:inherit!important;-webkit-text-fill-color:inherit!important;text-decoration:none!important}
#place-menu>.item:hover,#place-menu>.item.active{
    color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;border-bottom-color:var(--red)!important;
}
#place-menu>.item:hover>a,#place-menu>.item.active>a{color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important}

/* Search hidden */
#wolt-search-slot,
.itemsSearchHolder,
.wolt-search-in-tab { display:none!important; }

/* ═══════════════════════════════════════════════════
   CONTENT AREA
   ═══════════════════════════════════════════════════ */
section.section-place-content,
section.section-place-content .packer,
section.section-place-content .package,
section.section-place-content .content,
.holder-left,.content-center,.content-tab.expanded{background:var(--bg)!important}

/* ── SECTION HEADINGS ───────────────────────────── */
.box-info{background:transparent!important;margin:0!important}
.box-info>.head{padding:28px 0 10px!important;border-bottom:none!important;background:transparent!important;position:relative!important;top:auto!important}
.box-info>.head h3{
    font-size:1.25rem!important;font-weight:800!important;
    color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;
    letter-spacing:-.035em!important;margin:0!important;
}
.box-info>.content{padding:10px 0!important;background:transparent!important}

/* ═══════════════════════════════════════════════════
   ITEM GRID — 3 columns like Wolt
   ═══════════════════════════════════════════════════ */
.content.grid{
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    grid-auto-flow:row!important;
    gap:10px!important;background:transparent!important;
}
@media(max-width:1100px){.content.grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:700px){.content.grid{grid-template-columns:1fr!important}}

/* ═══════════════════════════════════════════════════
   ITEM CARDS — Wolt style
   ═══════════════════════════════════════════════════ */
a.item-offer-horizontal{
    background:var(--w)!important;border:1px solid var(--b)!important;
    border-radius:var(--r)!important;box-shadow:var(--sh)!important;
    display:grid!important;grid-template-columns:1fr 100px!important;
    grid-template-rows:1fr!important;min-height:120px!important;
    padding:14px 12px 14px 16px!important;align-items:stretch!important;
    gap:12px!important;text-decoration:none!important;
    position:relative!important;overflow:hidden!important;
    transition:box-shadow .15s ease,transform .15s ease,border-color .15s!important;
    cursor:pointer!important;color:var(--t1)!important;
}
a.item-offer-horizontal:hover{
    box-shadow:var(--sh2)!important;transform:translateY(-2px)!important;
    border-color:rgba(0,0,0,.17)!important;text-decoration:none!important;
}

/* Text column */
.item-offer-horizontal>.info{
    display:flex!important;flex-direction:column!important;
    justify-content:flex-start!important;min-width:0!important;gap:3px!important;
}
.item-offer-horizontal>.info>.title,
.item-offer-horizontal>.info>h6{
    font-size:.88rem!important;font-weight:700!important;
    color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;
    line-height:1.3!important;margin:0!important;
    display:-webkit-box!important;-webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;overflow:hidden!important;white-space:normal!important;
}
a.item-offer-horizontal:hover .title,a.item-offer-horizontal:hover h6{
    color:var(--red)!important;-webkit-text-fill-color:var(--red)!important;
}
.item-offer-horizontal>.info>p{
    font-size:.74rem!important;line-height:1.5!important;
    color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important;
    display:-webkit-box!important;-webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;overflow:hidden!important;
    margin:0!important;flex:1!important;
}
.item-offer-horizontal>.info>.extras{
    display:flex!important;align-items:center!important;gap:6px!important;
    margin-top:auto!important;padding-top:6px!important;
}
.item-offer-horizontal>.info>.extras>.price{
    font-size:.88rem!important;font-weight:800!important;
    color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;
}

/* Food image — override main.css max-height:100px */
a.item-offer-horizontal>picture{
    width:100px!important;min-width:100px!important;max-width:100px!important;
    height:100px!important;min-height:100px!important;max-height:unset!important;
    border-radius:8px!important;overflow:hidden!important;background:var(--bg2)!important;
    display:block!important;align-self:center!important;flex-shrink:0!important;
    border:none!important;aspect-ratio:unset!important;position:relative!important;
}
a.item-offer-horizontal>picture::after{display:none!important;padding:0!important}
a.item-offer-horizontal>picture img{
    width:100%!important;height:100%!important;
    object-fit:cover!important;object-position:center!important;
    display:block!important;position:static!important;
}

/* ═══════════════════════════════════════════════════
   RIGHT SIDEBAR — sticky, no separate card wrapping
   ═══════════════════════════════════════════════════ */
.holder-right{background:transparent!important;border-left:none!important;position:sticky!important;top:130px!important;margin-top:0!important;z-index:10!important;align-self:flex-start!important}

/* Cart info card */
.holder-right .info#order-summary{
    background:var(--w)!important;border:1px solid var(--b)!important;
    border-radius:14px!important;box-shadow:var(--sh)!important;
    overflow:hidden!important;margin-bottom:12px!important;
}
.holder-right .box-order{background:var(--w)!important}
.holder-right .box-order .head{
    padding:14px 16px 12px!important;border-bottom:1px solid var(--b)!important;
    background:var(--w)!important;text-align:center!important;border-radius:0!important;
}
.holder-right .box-order .head h6{
    font-size:.88rem!important;font-weight:700!important;
    color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;margin:0!important;
}
.holder-right .box-order .head h6 small,.holder-right .box-order .head small{
    font-size:.72rem!important;font-weight:400!important;display:block!important;margin-top:1px!important;
    color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important;
}
.holder-right .content#cartList{padding:6px 0!important;background:var(--w)!important}
.holder-right li.items.col-12{padding:8px 16px!important}
.holder-right .product-item_title{font-size:.81rem!important;font-weight:500!important;color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;text-decoration:none!important}
.holder-right .product-item_quantity{color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important}
.holder-right .product-item_price{font-size:.81rem!important;font-weight:700!important;color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;white-space:nowrap!important}
.holder-right .empty-cart{padding:24px 16px!important;text-align:center!important;background:var(--w)!important}
.holder-right .empty-cart p,.holder-right .empty-cart p small{color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important;font-size:.81rem!important}
.holder-right .actionsCart{padding:10px 14px 16px!important;background:var(--w)!important}
.holder-right .actionsCart a.button.full-button,
.holder-right .actionsCart .button.full-button{
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    background:var(--red)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
    border-radius:var(--pill)!important;padding:12px 18px!important;font-size:.86rem!important;
    font-weight:700!important;text-decoration:none!important;border:none!important;width:100%!important;
    margin-bottom:8px!important;transition:background .15s,transform .15s!important;
}
.holder-right .actionsCart a.button.full-button:hover,.holder-right .actionsCart .button.full-button:hover{
    background:var(--red2)!important;transform:translateY(-1px)!important;
    color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none!important;
}
.holder-right .actionsCart .ammount{font-weight:800!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.holder-right .btn-cart-radius{background:var(--bg2)!important;border:1px solid var(--b)!important;border-radius:50%!important;width:26px!important;height:26px!important;min-width:26px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}

/* Opening hours — inside sidebar */
.holder-right .info#hours{
    background:var(--w)!important;border:1px solid var(--b)!important;
    border-radius:14px!important;box-shadow:var(--sh)!important;overflow:hidden!important;margin-bottom:12px!important;
    position:relative!important;top:auto!important;
}
.holder-right .info#hours .box-info{border:none!important;border-radius:0!important;box-shadow:none!important;background:var(--w)!important}
.holder-right .info#hours .box-order .head{
    padding:14px 16px 12px!important;border-bottom:1px solid var(--b)!important;background:var(--w)!important;text-align:center!important;
}
.holder-right .info#hours .box-order .head h6{font-size:.88rem!important;font-weight:700!important;color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;margin:0!important}
.holder-right .info#hours .content{padding:8px 16px 14px!important;background:transparent!important}
/* Hours list */
.holder-right .schedule ol.items{list-style:none!important;padding:0!important;margin:0!important}
.holder-right .schedule ol.items li{
    display:flex!important;justify-content:space-between!important;align-items:center!important;
    padding:4px 0!important;border-bottom:none!important;
}
.holder-right .schedule ol.items li .day{
    font-size:.78rem!important;font-weight:500!important;
    color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important;
}
.holder-right .schedule ol.items li .hours{
    font-size:.78rem!important;font-weight:500!important;
    color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important;text-align:right!important;
}
.holder-right .schedule ol.items li.today .day,
.holder-right .schedule ol.items li.today .hours{
    font-weight:700!important;color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;
}
.holder-right .schedule .tag svg{display:none!important}

/* Powered by */
.holder-right .about-us{padding:10px 16px 14px!important;border-top:1px solid var(--b)!important;text-align:center!important;background:var(--w)!important;border-radius:0 0 14px 14px!important}
.holder-right .about-us *{font-size:.72rem!important;color:var(--t3)!important;-webkit-text-fill-color:var(--t3)!important}

/* ═══════════════════════════════════════════════════
   MODALS
   ═══════════════════════════════════════════════════ */
.modal-content{background:var(--w)!important;border:none!important;border-radius:16px!important;box-shadow:0 8px 40px rgba(0,0,0,.14)!important}
.modal-header{border-bottom:1px solid var(--b)!important;padding:20px 24px 14px!important;background:transparent!important}
.modal-footer{border-top:1px solid var(--b)!important;background:transparent!important}
.modal-title{font-size:1rem!important;font-weight:800!important;color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important}
.close>span:not(.sr-only){background:var(--bg2)!important;border-radius:50%!important;width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important}
img#modalImg{border-radius:var(--r)!important;width:100%!important;object-fit:cover!important;max-height:240px!important}
span#modalPrice{font-size:1.2rem!important;font-weight:900!important;color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important}
p#modalDescription{font-size:.87rem!important;line-height:1.7!important;color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important}
.modal-content label,.modal-content .form-control-label{color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important;font-size:.8rem!important;font-weight:600!important}
.modal-content input,.modal-content select,.modal-content textarea{background:var(--bg2)!important;border-color:var(--b)!important;color:var(--t1)!important;border-radius:8px!important}
.modal-content .custom-control-input:checked~.custom-control-label::before{background:var(--red)!important;border-color:var(--red)!important}

/* ═══════════════════════════════════════════════════
   MOBILE FLOATING CART BUTTON
   ═══════════════════════════════════════════════════ */
.btn_reserve_fixed{
    background:transparent!important;
    box-shadow:none!important;
    padding:10px 14px!important;
    border-top:none!important;
}
.btn_reserve_fixed .btn_1.gradient.full-width,
#theCartBottomButton{
    background:var(--red)!important;
    background-image:none!important;
    color:#fff!important;-webkit-text-fill-color:#fff!important;
    border-radius:14px!important;
    font-size:1rem!important;font-weight:700!important;
    padding:15px 20px!important;
    height:auto!important;line-height:1.3!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    gap:6px!important;
    box-shadow:0 4px 20px rgba(192,57,43,.35)!important;
    border:none!important;
    transition:background .15s,transform .1s!important;
    width:100%!important;
}
.btn_reserve_fixed .btn_1.gradient.full-width:hover,
#theCartBottomButton:hover{
    background:var(--red2)!important;background-image:none!important;
    transform:translateY(-1px)!important;
    color:#fff!important;-webkit-text-fill-color:#fff!important;
}
/* Min order sub-text — hidden */
#theCartBottomButton .cart-btn-min{ display:none!important; }

/* ═══════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════ */
.btn-danger,.btn-primary,.modal-content .btn-danger{background:var(--red)!important;border-color:var(--red)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-radius:var(--pill)!important;font-weight:700!important}
.btn-danger:hover,.btn-primary:hover,.modal-content .btn-danger:hover{background:var(--red2)!important;border-color:var(--red2)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.btn-outline-primary,.btn-secondary{background:transparent!important;border-color:var(--b2)!important;color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important;border-radius:var(--pill)!important}
.btn-cart-radius{background:var(--bg2)!important;border:1px solid var(--b)!important;color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;border-radius:8px!important}

/* ═══════════════════════════════════════════════════
   GENERAL + MISC
   ═══════════════════════════════════════════════════ */
.section-place-content h1,.section-place-content h2,.section-place-content h3,.section-place-content h4,.section-place-content h5,.section-place-content h6{color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;letter-spacing:-.025em!important;font-weight:700!important}
.section-place-content p{color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important}
.text-muted,.text-secondary{color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important}
small,.small{color:var(--t3)!important;-webkit-text-fill-color:var(--t3)!important}
.section-place-content a:not(.btn):not([class*='btn-']):not(.button):not(.item-offer-horizontal):not(.smny-infobar__link){color:var(--t1)!important}
.section-place-content a:not(.btn):not([class*='btn-']):not(.button):not(.item-offer-horizontal):not(.smny-infobar__link):hover{color:var(--red)!important}
.bg-white{background:var(--w)!important}.bg-light{background:var(--bg)!important}
hr,.divider{border-color:var(--b)!important}
.dropdown-menu{background:var(--w)!important;border-color:var(--b)!important;border-radius:10px!important;box-shadow:0 8px 24px rgba(0,0,0,.12)!important}
.dropdown-item{color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important}
.dropdown-item:hover{background:var(--bg)!important;color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important}
.badge.badge-danger,.badge.badge-primary{background:var(--red)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.badge-open{background:rgba(22,163,74,.1)!important;color:var(--green)!important;-webkit-text-fill-color:var(--green)!important;border-radius:99px!important;padding:3px 8px!important}
.badge-closed{background:rgba(192,57,43,.09)!important;color:var(--red2)!important;-webkit-text-fill-color:var(--red2)!important;border-radius:99px!important;padding:3px 8px!important}
.alert{background:var(--bg2)!important;border-color:var(--b)!important;color:var(--t1)!important}
.alert-success{background:rgba(22,163,74,.1)!important;color:var(--green)!important;-webkit-text-fill-color:var(--green)!important}
.alert-danger{background:rgba(192,57,43,.09)!important;color:var(--red2)!important;-webkit-text-fill-color:var(--red2)!important}
input,select,textarea,.form-control{background:var(--w)!important;border-color:var(--b2)!important;color:var(--t1)!important;border-radius:8px!important}
label{color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important}
.select2-container--default .select2-selection--single{background:var(--w)!important;border-color:var(--b)!important;border-radius:8px!important;height:40px!important}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important;line-height:38px!important;padding-left:12px!important}
.select2-dropdown{background:var(--w)!important;border-color:var(--b)!important;border-radius:10px!important;box-shadow:0 8px 24px rgba(0,0,0,.12)!important}
.select2-results__option{color:var(--t2)!important;-webkit-text-fill-color:var(--t2)!important;font-size:.85rem!important;padding:9px 14px!important}
.select2-results__option--highlighted{background:var(--bg)!important;color:var(--t1)!important;-webkit-text-fill-color:var(--t1)!important}
