.bowlos-logo-text{font-size:28px;color:#252525;letter-spacing:-1px}.bowlos-hero{border-radius:4px;overflow:hidden}.hero__text{background:rgba(255,255,255,.82);display:inline-block;padding:24px;border-radius:18px}.featured__item,.product__item{border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.05)}.primary-btn,.site-btn{border-radius:999px}.breadcrumb-section{background-position:center}.footer{margin-top:30px}.contact__widget{border-radius:20px;box-shadow:0 10px 24px rgba(0,0,0,.06);padding:28px;background:white}.checkout__order,.shoping__checkout{border-radius:20px}.admin-panel-card{max-width:1200px;margin:30px auto;background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 28px #0001}.admin-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.metric-card{background:#f8faf7;border-radius:18px;padding:20px}.metric-card span{display:block;font-size:30px;color:#7fad39;font-weight:900}@media(max-width:800px){.admin-card-grid{grid-template-columns:1fr}}

/* BOWLOS fix: remove Ogani mobile/off-canvas menu artifacts on every customer page. */
.humberger__menu__overlay,
.humberger__menu__wrapper,
.humberger__open,
.hamburger__menu__overlay,
.hamburger__menu__wrapper,
.hamburger__open,
#mobile-menu-wrap,
.slicknav_menu {
    display: none !important;
    visibility: hidden !important;
}
.bowlos-customer-header .header__menu,
.bowlos-customer-header .bowlos-desktop-menu {
    display: block !important;
}
.bowlos-customer-header .bowlos-desktop-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 28px;
}
.bowlos-customer-header .bowlos-desktop-menu ul li {
    display: inline-block;
}
@media (max-width: 991px) {
    .bowlos-customer-header .header__top {
        display: block !important;
    }
    .bowlos-customer-header .header__logo,
    .bowlos-customer-header .header__cart {
        text-align: center;
    }
    .bowlos-customer-header .header__cart {
        padding: 12px 0 18px;
    }
    .bowlos-customer-header .bowlos-desktop-menu {
        padding: 8px 0 12px;
    }
    .bowlos-customer-header .bowlos-desktop-menu ul {
        justify-content: center;
        gap: 0 18px;
    }
}
@media (max-width: 575px) {
    .bowlos-customer-header .header__top__left,
    .bowlos-customer-header .header__top__right,
    .bowlos-customer-header .header__cart {
        text-align: center;
    }
    .bowlos-customer-header .bowlos-logo-text {
        font-size: 24px;
    }
    .bowlos-customer-header .bowlos-desktop-menu ul {
        gap: 0 12px;
    }
    .bowlos-customer-header .bowlos-desktop-menu ul li a {
        font-size: 12px;
        padding: 8px 0;
    }
}

/* BOWLOS mobile header behavior: hide desktop top info and open a clean mobile menu. */
.bowlos-mobile-toggle,
.bowlos-mobile-menu {
    display: none;
}
.bowlos-mobile-toggle {
    margin-left: auto;
    width: 44px;
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: #252525;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.bowlos-mobile-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    border-radius: 999px;
    transition: transform .2s ease, opacity .2s ease;
}
.bowlos-mobile-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.bowlos-mobile-toggle.is-open span:nth-child(2) {
    opacity: 0;
}
.bowlos-mobile-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.bowlos-mobile-menu {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 8px 0 16px;
    box-shadow: 0 14px 24px rgba(0,0,0,.07);
}
.bowlos-mobile-menu a {
    display: block;
    padding: 13px 4px;
    color: #252525;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #f3f3f3;
}
.bowlos-mobile-menu a:last-child {
    border-bottom: 0;
}
@media (min-width: 992px) {
    .bowlos-desktop-topbar {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .bowlos-customer-header .bowlos-desktop-topbar,
    .bowlos-customer-header .header__top,
    .bowlos-customer-header .bowlos-desktop-menu,
    .bowlos-customer-header .bowlos-room-service-link {
        display: none !important;
    }
    .bowlos-customer-header .bowlos-header-row {
        min-height: 72px;
    }
    .bowlos-customer-header .header__logo {
        text-align: left;
        padding: 18px 0;
    }
    .bowlos-customer-header .bowlos-logo-text {
        font-size: 24px;
        line-height: 1.2;
    }
    .bowlos-mobile-toggle {
        display: flex !important;
    }
    .bowlos-mobile-menu.is-open {
        display: block !important;
    }
}
@media (max-width: 575px) {
    .bowlos-customer-header .bowlos-logo-text {
        font-size: 21px;
    }
    .bowlos-mobile-menu a {
        font-size: 14px;
    }
}

/* BOWLOS v1.4: marquee topbar, fullscreen mobile menu and mobile category filter. */
.bowlos-top-marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #252525;
    font-weight: 600;
    line-height: 38px;
    position: relative;
}
.bowlos-top-marquee span {
    display: inline-block;
    min-width: 100%;
    padding-left: 100%;
    animation: bowlos-marquee 18s linear infinite;
}
@keyframes bowlos-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.bowlos-fercort-link {
    color: #252525;
    font-weight: 900;
    letter-spacing: .3px;
}
.bowlos-fercort-link:hover {
    color: #7fad39;
}
body.bowlos-mobile-menu-open {
    overflow: hidden;
}
.bowlos-customer-header .bowlos-mobile-menu {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(18, 18, 18, .96);
    padding: 0;
    transition: opacity .18s ease, visibility .18s ease;
}
.bowlos-customer-header .bowlos-mobile-menu.is-open {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    align-items: stretch;
    justify-content: center;
}
.bowlos-mobile-menu__inner {
    width: 100%;
    min-height: 100vh;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.bowlos-mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.bowlos-mobile-menu__logo {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
}
.bowlos-mobile-menu__logo:hover {
    color: #7fad39;
}
.bowlos-mobile-close {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: #7fad39;
    color: #fff;
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
    cursor: pointer;
}
.bowlos-mobile-menu__links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 32px 0;
}
.bowlos-customer-header .bowlos-mobile-menu .bowlos-mobile-menu__links a {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.bowlos-customer-header .bowlos-mobile-menu .bowlos-mobile-menu__links a:hover {
    color: #7fad39;
}
.bowlos-category-filter {
    display: none;
    margin-bottom: 22px;
}
.bowlos-category-filter__button {
    width: 100%;
    border: 0;
    border-radius: 16px;
    background: #252525;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 18px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bowlos-category-filter__button:after {
    content: '+';
    font-size: 22px;
    line-height: 1;
}
.bowlos-category-filter__button.is-open:after {
    content: '−';
}
.bowlos-category-filter__panel {
    display: none;
    background: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
    overflow: hidden;
}
.bowlos-category-filter__panel.is-open {
    display: block;
}
.bowlos-category-filter__panel a {
    display: block;
    padding: 13px 18px;
    color: #252525;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
}
.bowlos-category-filter__panel a:last-child {
    border-bottom: 0;
}
.bowlos-category-filter__panel a:hover {
    background: #f7faf2;
    color: #7fad39;
}
@media (max-width: 991px) {
    .bowlos-customer-header .bowlos-desktop-topbar,
    .bowlos-customer-header .header__top,
    .bowlos-customer-header .header__top__left,
    .bowlos-customer-header .header__top__right {
        display: none !important;
    }
    .bowlos-category-filter {
        display: block;
    }
    .bowlos-desktop-category-sidebar {
        display: none !important;
    }
    .bowlos-menu-products-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .bowlos-mobile-menu__inner {
        padding: 20px;
    }
    .bowlos-mobile-menu__logo {
        font-size: 21px;
    }
    .bowlos-customer-header .bowlos-mobile-menu .bowlos-mobile-menu__links a {
        font-size: 25px;
        padding: 16px 0;
    }
}

/* BOWLOS v1.5: campaigns nav label and grouped menu listing. */
.bowlos-category-list a.is-active,
.bowlos-category-filter__panel a.is-active {
    color: #7fad39;
    font-weight: 900;
}
.bowlos-category-filter__panel a.is-active {
    background: #f7faf2;
}
.bowlos-product-group {
    margin-bottom: 38px;
}
.bowlos-product-group__heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 8px 0 28px;
}
.bowlos-product-group__heading span {
    display: block;
    height: 1px;
    flex: 1;
    background: #e7e7e7;
}
.bowlos-product-group__heading h3 {
    margin: 0;
    color: #252525;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}
.bowlos-menu-mode-label {
    color: #6f6f6f;
    font-size: 13px;
    font-weight: 700;
}
.bowlos-empty-state {
    padding: 44px 28px;
    border-radius: 18px;
    background: #f7faf2;
    text-align: center;
}
.bowlos-empty-state h4 {
    font-weight: 900;
    margin-bottom: 10px;
}
.bowlos-empty-state p {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .bowlos-product-group__heading {
        gap: 12px;
        margin: 2px 0 22px;
    }
    .bowlos-product-group__heading h3 {
        font-size: 18px;
        letter-spacing: .6px;
    }
    .bowlos-menu-mode-label {
        margin-top: 8px;
        text-align: left;
    }
}

/* BOWLOS v1.6: Araz Cafe menu view switcher and Quiz floating design. */
.bowlos-view-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border: 1px solid #e7e7e7;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
}
.bowlos-view-toggle__button {
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #555;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    padding: 10px 14px;
    transition: all .2s ease;
}
.bowlos-view-toggle__button i {
    margin-right: 5px;
}
.bowlos-view-toggle__button:hover,
.bowlos-view-toggle__button.is-active {
    background: #7fad39;
    color: #fff;
}
.bowlos-menu-products.is-grid .bowlos-product-card__desc {
    color: #777;
    font-size: 13px;
    line-height: 1.45;
    margin: 8px auto 0;
    max-width: 92%;
}
.bowlos-product-card__bottom {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
}
.bowlos-product-card__bottom h5 {
    margin: 0;
}
.bowlos-product-card__detail {
    border: 1px solid #7fad39;
    border-radius: 999px;
    color: #7fad39;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    padding: 8px 13px;
    text-transform: uppercase;
}
.bowlos-product-card__detail:hover {
    background: #7fad39;
    color: #fff;
}
.bowlos-menu-products.is-list .bowlos-product-group__items > .bowlos-menu-product-col {
    flex: 0 0 100%;
    max-width: 100%;
}
.bowlos-menu-products.is-list .bowlos-product-card {
    align-items: stretch;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    display: flex;
    margin-bottom: 22px;
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}
.bowlos-menu-products.is-list .bowlos-product-card:hover {
    box-shadow: 0 18px 38px rgba(0,0,0,.10);
    transform: translateY(-2px);
}
.bowlos-menu-products.is-list .bowlos-product-card__image {
    flex: 0 0 240px;
    height: auto;
    min-height: 178px;
    width: 240px;
}
.bowlos-menu-products.is-list .bowlos-product-card__body {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 22px 24px;
    text-align: left;
}
.bowlos-menu-products.is-list .bowlos-product-card__body h6 {
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 8px;
}
.bowlos-menu-products.is-list .bowlos-product-card__desc {
    color: #666;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 14px;
    max-width: 760px;
}
.bowlos-menu-products.is-list .bowlos-product-card__bottom {
    justify-content: flex-start;
    margin-top: 4px;
}
.bowlos-menu-products.is-list .product__item__pic__hover {
    bottom: 18px;
}
.bowlos-quiz-widget {
    bottom: 24px;
    position: fixed;
    right: 24px;
    z-index: 9998;
}
.bowlos-quiz-button {
    align-items: center;
    background: #7fad39;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 14px 35px rgba(0,0,0,.22);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 27px;
    height: 64px;
    justify-content: center;
    position: relative;
    transition: background .22s ease, box-shadow .22s ease, transform .22s ease;
    width: 64px;
}
.bowlos-quiz-button:hover,
.bowlos-quiz-button.is-open {
    background: #5f8e25;
    box-shadow: 0 18px 42px rgba(0,0,0,.30);
    transform: scale(1.08);
}
.bowlos-quiz-status {
    animation: bowlosQuizPulse 1.2s infinite;
    background: #17d35d;
    border: 3px solid #fff;
    border-radius: 999px;
    height: 16px;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 16px;
}
@keyframes bowlosQuizPulse {
    0% { box-shadow: 0 0 0 0 rgba(23,211,93,.65); }
    70% { box-shadow: 0 0 0 12px rgba(23,211,93,0); }
    100% { box-shadow: 0 0 0 0 rgba(23,211,93,0); }
}
.bowlos-quiz-chatbox {
    background: #fff;
    border-radius: 24px;
    bottom: 82px;
    box-shadow: 0 24px 60px rgba(0,0,0,.24);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateY(34px) scale(.96);
    transform-origin: right bottom;
    transition: opacity .25s ease, transform .25s ease;
    width: 360px;
}
.bowlos-quiz-chatbox.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}
.bowlos-quiz-chatbox__header {
    align-items: center;
    background: linear-gradient(135deg, #7fad39, #4d7e1f);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
}
.bowlos-quiz-chatbox__header span {
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bowlos-quiz-chatbox__header strong {
    display: block;
    font-size: 17px;
    margin-top: 2px;
}
.bowlos-quiz-close {
    align-items: center;
    background: rgba(255,255,255,.18);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 26px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    width: 36px;
}
.bowlos-quiz-chatbox__body {
    background: #f7faf2;
    padding: 20px;
}
.bowlos-quiz-message {
    background: #fff;
    border-radius: 18px 18px 18px 6px;
    box-shadow: 0 8px 22px rgba(0,0,0,.06);
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
    padding: 14px 16px;
}
.bowlos-quiz-options {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}
.bowlos-quiz-options button {
    background: #fff;
    border: 1px solid #e6eedb;
    border-radius: 999px;
    color: #466323;
    cursor: pointer;
    font-weight: 900;
    padding: 11px 14px;
    text-align: left;
    transition: all .2s ease;
}
.bowlos-quiz-options button:hover {
    background: #7fad39;
    border-color: #7fad39;
    color: #fff;
}
@media (max-width: 991px) {
    .bowlos-view-toggle {
        margin-top: 12px;
        width: 100%;
    }
    .bowlos-view-toggle__button {
        flex: 1;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .bowlos-menu-products.is-list .bowlos-product-card {
        display: block;
    }
    .bowlos-menu-products.is-list .bowlos-product-card__image {
        height: 220px;
        min-height: 220px;
        width: 100%;
    }
    .bowlos-menu-products.is-list .bowlos-product-card__body {
        padding: 18px;
    }
    .bowlos-quiz-widget {
        bottom: 18px;
        right: 18px;
    }
    .bowlos-quiz-button {
        height: 58px;
        width: 58px;
    }
    .bowlos-quiz-chatbox {
        bottom: 76px;
        max-width: calc(100vw - 36px);
        width: 330px;
    }
}

/* BOWLOS v1.7: stronger list view, mobile cart band, no-redirect add to cart flow. */
.bowlos-product-card__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.bowlos-product-card__add,
.bowlos-detail-add-to-cart {
    background: #7fad39;
    border: 1px solid #7fad39;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    padding: 9px 14px;
    text-transform: uppercase;
    transition: all .2s ease;
}
.bowlos-detail-add-to-cart {
    font-size: 14px;
    padding: 14px 30px;
}
.bowlos-product-card__add:hover,
.bowlos-detail-add-to-cart:hover {
    background: #5f8e25;
    border-color: #5f8e25;
    color: #fff;
}
.bowlos-menu-products.is-list .bowlos-product-group__items > .bowlos-menu-product-col {
    flex: 0 0 50%;
    max-width: 50%;
}
.bowlos-menu-products.is-list .bowlos-product-card {
    height: calc(100% - 22px);
    min-height: 182px;
}
.bowlos-menu-products.is-list .bowlos-product-card__image {
    flex: 0 0 190px;
    min-height: 182px;
    width: 190px;
}
.bowlos-menu-products.is-list .bowlos-product-card__body {
    padding: 18px 18px;
}
.bowlos-menu-products.is-list .bowlos-product-card__body h6 {
    font-size: 17px;
    line-height: 1.25;
}
.bowlos-menu-products.is-list .bowlos-product-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bowlos-menu-products.is-list .bowlos-product-card__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
}
.bowlos-menu-products.is-list .bowlos-product-card__actions {
    justify-content: flex-start;
}
.bowlos-mobile-cart-band {
    align-items: center;
    background: #252525;
    border-radius: 18px 18px 0 0;
    bottom: 0;
    box-shadow: 0 -12px 32px rgba(0,0,0,.18);
    color: #fff;
    display: none;
    justify-content: space-between;
    left: 0;
    padding: 10px 14px;
    position: fixed;
    right: 0;
    z-index: 9997;
}
.bowlos-mobile-cart-band__summary {
    align-items: center;
    display: flex;
    gap: 11px;
    min-width: 0;
}
.bowlos-mobile-cart-band__icon {
    align-items: center;
    background: #7fad39;
    border-radius: 999px;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}
.bowlos-mobile-cart-band strong,
.bowlos-mobile-cart-band small {
    display: block;
    line-height: 1.15;
}
.bowlos-mobile-cart-band strong {
    font-size: 14px;
    font-weight: 900;
}
.bowlos-mobile-cart-band small {
    color: rgba(255,255,255,.74);
    font-size: 12px;
    font-weight: 800;
    margin-top: 2px;
}
.bowlos-mobile-cart-band__button {
    background: #7fad39;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 14px;
    text-transform: uppercase;
    white-space: nowrap;
}
.bowlos-mobile-cart-band__button:hover {
    background: #5f8e25;
    color: #fff;
}
.bowlos-cart-toast {
    background: #252525;
    border-radius: 999px;
    bottom: 84px;
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
    color: #fff;
    font-weight: 900;
    left: 50%;
    opacity: 0;
    padding: 12px 18px;
    pointer-events: none;
    position: fixed;
    transform: translate(-50%, 18px);
    transition: opacity .22s ease, transform .22s ease;
    z-index: 9999;
}
.bowlos-cart-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}
.bowlos-cart-note {
    align-items: center;
    background: #f7faf2;
    border: 1px solid #e2edd3;
    border-radius: 18px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 14px 18px;
}
.bowlos-cart-note strong {
    color: #252525;
    font-weight: 900;
}
.bowlos-cart-note span {
    color: #666;
    flex: 1;
}
.bowlos-cart-note a {
    color: #7fad39;
    font-weight: 900;
    white-space: nowrap;
}
.bowlos-cart-empty-row td {
    color: #777;
    font-weight: 800;
    padding: 28px !important;
    text-align: center;
}
.bowlos-cart-product-cell {
    align-items: center;
    display: flex;
    gap: 15px;
}
.bowlos-cart-product-cell img {
    border-radius: 12px;
    height: 72px;
    object-fit: cover;
    width: 72px;
}
.bowlos-cart-product-cell h5 {
    font-size: 16px;
    font-weight: 900;
    margin: 0;
}
.bowlos-cart-qty-control {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}
.bowlos-cart-qty-control button,
.bowlos-cart-remove {
    align-items: center;
    background: #f4f4f4;
    border: 0;
    border-radius: 999px;
    color: #252525;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.bowlos-cart-remove {
    background: #fee2e2;
    color: #991b1b;
}
@media (max-width: 1199px) {
    .bowlos-menu-products.is-list .bowlos-product-card__image {
        flex-basis: 150px;
        width: 150px;
    }
}
@media (max-width: 991px) {
    .bowlos-menu-products.is-list .bowlos-product-group__items > .bowlos-menu-product-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bowlos-mobile-cart-band {
        display: flex;
    }
    body {
        padding-bottom: 74px;
    }
    .bowlos-quiz-widget {
        bottom: 92px;
    }
}
@media (max-width: 767px) {
    .bowlos-menu-products.is-list .bowlos-product-card {
        align-items: stretch;
        display: flex;
        min-height: 124px;
    }
    .bowlos-menu-products.is-list .bowlos-product-card__image {
        flex: 0 0 112px;
        height: auto;
        min-height: 124px;
        width: 112px;
    }
    .bowlos-menu-products.is-list .product__item__pic__hover {
        display: none;
    }
    .bowlos-menu-products.is-list .bowlos-product-card__body {
        padding: 12px 13px;
    }
    .bowlos-menu-products.is-list .bowlos-product-card__body h6 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .bowlos-menu-products.is-list .bowlos-product-card__desc {
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 1.35;
        margin-bottom: 8px;
    }
    .bowlos-menu-products.is-list .bowlos-product-card__bottom h5 {
        font-size: 15px;
    }
    .bowlos-menu-products.is-list .bowlos-product-card__actions {
        gap: 6px;
    }
    .bowlos-menu-products.is-list .bowlos-product-card__detail,
    .bowlos-menu-products.is-list .bowlos-product-card__add {
        font-size: 11px;
        padding: 7px 9px;
    }
    .bowlos-quiz-widget {
        bottom: 92px;
        right: 16px;
    }
    .bowlos-quiz-chatbox {
        bottom: 76px;
    }
    .bowlos-cart-note {
        align-items: flex-start;
        display: block;
    }
    .bowlos-cart-note span {
        display: block;
        margin: 6px 0 8px;
    }
    .bowlos-cart-table-wrap {
        overflow-x: auto;
    }
}

/* BOWLOS v1.11: clean header navigation without separator characters. */
.bowlos-customer-header .bowlos-desktop-menu ul li {
    position: relative;
}
.bowlos-customer-header .bowlos-desktop-menu ul li:not(:last-child)::after {
    display: none !important;
    content: none !important;
}
.bowlos-menu-anchor {
    display: block;
    height: 0;
    position: relative;
    top: -95px;
    visibility: hidden;
}
@media (max-width: 991px) {
    .bowlos-customer-header .bowlos-desktop-menu ul li:not(:last-child)::after {
        display: none;
    }
    .bowlos-menu-anchor {
        top: -74px;
    }
}

/* BOWLOS v1.9: clean product cards, centered price, mobile price/action layout. */
.bowlos-product-card .product__item__pic__hover,
.bowlos-add-to-cart-icon {
    display: none !important;
}
.bowlos-product-card__purchase {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}
.bowlos-product-card__purchase h5 {
    color: #252525;
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    text-align: center;
    width: 100%;
}
.bowlos-product-card__bottom {
    display: none;
}
.bowlos-menu-products.is-grid .bowlos-product-card__body {
    padding-bottom: 18px;
}
.bowlos-menu-products.is-grid .bowlos-product-card__desc {
    margin-bottom: 0;
}
.bowlos-menu-products.is-list .bowlos-product-card__purchase {
    align-items: flex-start;
    margin-top: auto;
    text-align: left;
}
.bowlos-menu-products.is-list .bowlos-product-card__purchase h5 {
    text-align: left;
}
@media (max-width: 767px) {
    .bowlos-product-card__purchase,
    .bowlos-menu-products.is-list .bowlos-product-card__purchase {
        align-items: center;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
        margin-top: 10px;
        text-align: left;
        width: 100%;
    }
    .bowlos-product-card__purchase h5,
    .bowlos-menu-products.is-list .bowlos-product-card__purchase h5 {
        flex: 0 0 auto;
        font-size: 17px;
        min-width: 92px;
        text-align: left;
        width: auto;
    }
    .bowlos-product-card__purchase .bowlos-product-card__actions {
        flex: 1;
        justify-content: flex-end;
    }
    .bowlos-menu-products.is-grid .bowlos-product-card__body {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* BOWLOS v1.10: drink section Bowl promotion banner. */
.bowlos-bowl-promo {
    align-items: center;
    background: linear-gradient(135deg, #252525 0%, #3d4f22 58%, #7fad39 100%);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(0,0,0,.14);
    color: #fff;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: -4px 0 28px;
    overflow: hidden;
    padding: 26px 28px;
    position: relative;
}
.bowlos-bowl-promo::before {
    background: rgba(255,255,255,.11);
    border-radius: 999px;
    content: "";
    height: 170px;
    position: absolute;
    right: -44px;
    top: -52px;
    width: 170px;
}
.bowlos-bowl-promo::after {
    background: rgba(255,255,255,.08);
    border-radius: 999px;
    bottom: -52px;
    content: "";
    height: 126px;
    position: absolute;
    right: 92px;
    width: 126px;
}
.bowlos-bowl-promo__content,
.bowlos-bowl-promo__actions {
    position: relative;
    z-index: 1;
}
.bowlos-bowl-promo__content span {
    color: #d9ffb6;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.bowlos-bowl-promo__content h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.18;
    margin: 0 0 8px;
}
.bowlos-bowl-promo__content p {
    color: rgba(255,255,255,.82);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0;
    max-width: 560px;
}
.bowlos-bowl-promo__actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}
.bowlos-bowl-promo__primary,
.bowlos-bowl-promo__secondary {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    padding: 13px 18px;
    text-transform: uppercase;
    transition: all .2s ease;
    white-space: nowrap;
}
.bowlos-bowl-promo__primary {
    background: #fff;
    color: #252525;
}
.bowlos-bowl-promo__primary:hover {
    background: #f2f7eb;
    color: #5f8e25;
    transform: translateY(-1px);
}
.bowlos-bowl-promo__secondary {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.26);
    color: #fff;
}
.bowlos-bowl-promo__secondary:hover {
    background: rgba(255,255,255,.24);
    color: #fff;
    transform: translateY(-1px);
}
@media (max-width: 991px) {
    .bowlos-bowl-promo {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
    .bowlos-bowl-promo__actions {
        justify-content: flex-start;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .bowlos-bowl-promo {
        border-radius: 20px;
        margin: -2px 0 24px;
        padding: 22px 20px;
    }
    .bowlos-bowl-promo__content h3 {
        font-size: 21px;
    }
    .bowlos-bowl-promo__content p {
        font-size: 13px;
    }
    .bowlos-bowl-promo__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .bowlos-bowl-promo__primary {
        width: 100%;
    }
}

/* BOWLOS v1.12: Bowl builder page. */
.bowlos-bowl-hero .breadcrumb__text {
    position: relative;
    z-index: 1;
}
.bowlos-bowl-hero__eyebrow {
    background: rgba(127,173,57,.18);
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 12px;
    padding: 8px 14px;
    text-transform: uppercase;
}
.bowlos-bowl-hero .breadcrumb__text p {
    color: rgba(255,255,255,.88);
    font-size: 18px;
    font-weight: 700;
    margin: 10px auto 0;
    max-width: 620px;
}
.bowlos-bowl-hero__button {
    background: #7fad39;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    margin-top: 24px;
    padding: 14px 24px;
    text-transform: uppercase;
    transition: all .2s ease;
}
.bowlos-bowl-hero__button:hover {
    background: #5f8e25;
    color: #fff;
    transform: translateY(-2px);
}
.bowlos-bowl-page {
    background: #f7f8f4;
}
.bowlos-bowl-intro {
    background: #fff;
    border: 1px solid #eef1e8;
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(0,0,0,.05);
    margin-bottom: 28px;
    padding: 28px;
    text-align: center;
}
.bowlos-bowl-intro span {
    color: #7fad39;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.bowlos-bowl-intro h3 {
    color: #252525;
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 8px;
}
.bowlos-bowl-intro p {
    color: #666;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 820px;
}
.bowlos-bowl-step {
    background: #fff;
    border: 1px solid #eef1e8;
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(0,0,0,.05);
    margin-bottom: 24px;
    padding: 24px;
}
.bowlos-bowl-step__head {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}
.bowlos-bowl-step__head > span {
    align-items: center;
    background: #7fad39;
    border-radius: 18px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 44px;
    font-size: 18px;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    width: 44px;
}
.bowlos-bowl-step__head h4 {
    color: #252525;
    font-size: 23px;
    font-weight: 900;
    margin: 0 0 2px;
}
.bowlos-bowl-step__head p {
    color: #777;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.bowlos-bowl-type-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bowlos-bowl-type-card {
    background: #fff;
    border: 2px solid #edf1e7;
    border-radius: 22px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 0 18px;
    position: relative;
    text-align: left;
    transition: all .2s ease;
}
.bowlos-bowl-type-card:hover,
.bowlos-bowl-type-card.is-selected {
    border-color: #7fad39;
    box-shadow: 0 16px 34px rgba(127,173,57,.17);
    transform: translateY(-2px);
}
.bowlos-bowl-type-card__badge {
    background: #252525;
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    left: 12px;
    letter-spacing: .6px;
    padding: 7px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    z-index: 2;
}
.bowlos-bowl-type-card__image {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 132px;
    margin-bottom: 14px;
    width: 100%;
}
.bowlos-bowl-type-card strong,
.bowlos-bowl-type-card small,
.bowlos-bowl-type-card em {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
}
.bowlos-bowl-type-card strong {
    color: #252525;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 4px;
}
.bowlos-bowl-type-card small {
    color: #666;
    font-size: 12px;
    font-weight: 700;
    min-height: 36px;
}
.bowlos-bowl-type-card em {
    color: #7fad39;
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    margin-top: 10px;
}
.bowlos-bowl-choice-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bowlos-bowl-choice-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bowlos-bowl-choice {
    align-items: center;
    background: #fbfcf8;
    border: 2px solid #edf1e7;
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    gap: 9px;
    justify-content: space-between;
    min-height: 54px;
    padding: 13px 14px;
    transition: all .2s ease;
}
.bowlos-bowl-choice:hover,
.bowlos-bowl-choice.is-selected {
    background: #f3f8eb;
    border-color: #7fad39;
}
.bowlos-bowl-choice input {
    margin-right: 4px;
}
.bowlos-bowl-choice span {
    color: #252525;
    flex: 1;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}
.bowlos-bowl-choice em {
    background: #7fad39;
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    padding: 6px 8px;
}
.bowlos-bowl-choice.is-disabled {
    cursor: not-allowed;
    opacity: .45;
}
.bowlos-bowl-limit {
    background: #252525;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 14px;
    padding: 8px 12px;
}
.bowlos-bowl-summary {
    background: #fff;
    border: 1px solid #e7ecd9;
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(0,0,0,.08);
    padding: 24px;
    position: sticky;
    top: 110px;
}
.bowlos-bowl-summary__label {
    color: #7fad39;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.bowlos-bowl-summary h4 {
    color: #252525;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 18px;
}
.bowlos-bowl-summary ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.bowlos-bowl-summary li {
    border-bottom: 1px solid #eef1e8;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 0;
}
.bowlos-bowl-summary li strong {
    color: #252525;
}
.bowlos-bowl-summary__total {
    align-items: center;
    background: #f3f8eb;
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 16px;
}
.bowlos-bowl-summary__total span {
    color: #252525;
    font-weight: 900;
}
.bowlos-bowl-summary__total strong {
    color: #7fad39;
    font-size: 24px;
    font-weight: 900;
}
.bowlos-bowl-qty {
    align-items: center;
    border: 2px solid #edf1e7;
    border-radius: 999px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    overflow: hidden;
}
.bowlos-bowl-qty button {
    background: #f7f8f4;
    border: 0;
    color: #252525;
    font-size: 20px;
    font-weight: 900;
    height: 44px;
    width: 52px;
}
.bowlos-bowl-qty strong {
    color: #252525;
    font-size: 18px;
    font-weight: 900;
}
.bowlos-bowl-add {
    background: #7fad39;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    padding: 15px 18px;
    text-transform: uppercase;
    transition: all .2s ease;
    width: 100%;
}
.bowlos-bowl-add:hover {
    background: #5f8e25;
    transform: translateY(-1px);
}
.bowlos-bowl-summary__note {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin: 12px 0 0;
    text-align: center;
}
.bowlos-cart-item-options {
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 5px;
}
@media (max-width: 991px) {
    .bowlos-bowl-summary {
        margin-top: 8px;
        position: static;
    }
    .bowlos-bowl-choice-grid,
    .bowlos-bowl-choice-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .bowlos-bowl-hero .breadcrumb__text h2 {
        font-size: 32px;
    }
    .bowlos-bowl-hero .breadcrumb__text p {
        font-size: 15px;
    }
    .bowlos-bowl-intro,
    .bowlos-bowl-step,
    .bowlos-bowl-summary {
        border-radius: 20px;
        padding: 20px;
    }
    .bowlos-bowl-intro h3 {
        font-size: 24px;
    }
    .bowlos-bowl-type-grid,
    .bowlos-bowl-choice-grid,
    .bowlos-bowl-choice-grid--compact {
        grid-template-columns: 1fr;
    }
    .bowlos-bowl-type-card__image {
        height: 120px;
    }
    .bowlos-bowl-step__head {
        align-items: flex-start;
    }
    .bowlos-bowl-step__head h4 {
        font-size: 20px;
    }
}

/* BOWLOS v1.13: Bowl modal popup builder, accordion flow and kitchen-ready cart notes. */
body.bowlos-bowl-modal-open {
    overflow: hidden;
}
.bowlos-bowl-type-grid--catalog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bowlos-bowl-type-card__cta {
    background: #7fad39;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    justify-content: center;
    margin: 14px 16px 0;
    padding: 9px 12px;
    text-transform: uppercase;
}
.bowlos-bowl-modal {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .22s ease;
    z-index: 10020;
}
.bowlos-bowl-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}
.bowlos-bowl-modal__backdrop {
    background: rgba(0,0,0,.58);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.bowlos-bowl-modal__panel {
    background: #f7f8f4;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -24px 70px rgba(0,0,0,.28);
    max-height: 92vh;
    max-width: 1120px;
    overflow-y: auto;
    padding: 24px;
    position: relative;
    transform: translateY(40px);
    transition: transform .25s ease;
    width: min(1120px, 100%);
    z-index: 1;
}
.bowlos-bowl-modal.is-open .bowlos-bowl-modal__panel {
    transform: translateY(0);
}
.bowlos-bowl-modal__close {
    align-items: center;
    background: #252525;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 28px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 42px;
    z-index: 3;
}
.bowlos-bowl-modal__top {
    align-items: center;
    background: #fff;
    border: 1px solid #eef1e8;
    border-radius: 24px;
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
    padding: 16px 62px 16px 16px;
}
.bowlos-bowl-modal__image {
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    flex: 0 0 142px;
    height: 112px;
}
.bowlos-bowl-modal__top span {
    color: #7fad39;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.bowlos-bowl-modal__top h3 {
    color: #252525;
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 6px;
}
.bowlos-bowl-modal__top p {
    color: #666;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}
.bowlos-bowl-modal__body {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) 340px;
}
.bowlos-bowl-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.bowlos-bowl-accordion__item {
    background: #fff;
    border: 1px solid #eef1e8;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0,0,0,.04);
    overflow: hidden;
}
.bowlos-bowl-accordion__button {
    align-items: center;
    background: #fff;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
    text-align: left;
    width: 100%;
}
.bowlos-bowl-accordion__button strong {
    color: #252525;
    font-size: 18px;
    font-weight: 900;
}
.bowlos-bowl-accordion__button span {
    background: #f3f8eb;
    border-radius: 999px;
    color: #5f8e25;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 10px;
    white-space: nowrap;
}
.bowlos-bowl-accordion__button::after {
    color: #252525;
    content: "+";
    font-size: 24px;
    font-weight: 900;
    margin-left: 12px;
}
.bowlos-bowl-accordion__item.is-open .bowlos-bowl-accordion__button::after {
    content: "−";
}
.bowlos-bowl-accordion__content {
    display: none;
    padding: 0 20px 20px;
}
.bowlos-bowl-accordion__item.is-open .bowlos-bowl-accordion__content {
    display: block;
}
.bowlos-bowl-choice-note {
    background: #fbfcf8;
    border-radius: 16px;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 14px;
    padding: 12px 14px;
}
.bowlos-bowl-modal .bowlos-bowl-summary {
    position: sticky;
    top: 0;
}
.bowlos-bowl-summary--modal {
    align-self: start;
}
.bowlos-bowl-summary--modal h4 {
    display: none;
}
.bowlos-bowl-summary__note.is-error {
    background: #fee2e2;
    border-radius: 14px;
    color: #991b1b;
    padding: 10px;
}
.bowlos-bowl-modal .bowlos-bowl-choice.is-selected {
    background: #eef8e4;
    border-color: #7fad39;
}
.bowlos-bowl-modal .bowlos-bowl-choice--extra {
    border-style: dashed;
}
.bowlos-cart-item-options {
    background: #f7faf2;
    border-radius: 12px;
    color: #4b5563;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 7px;
    padding: 8px 10px;
}
@media (max-width: 1199px) {
    .bowlos-bowl-type-grid--catalog {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    .bowlos-bowl-type-grid--catalog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .bowlos-bowl-modal__body {
        grid-template-columns: 1fr;
    }
    .bowlos-bowl-modal .bowlos-bowl-summary {
        position: static;
    }
}
@media (max-width: 767px) {
    .bowlos-bowl-type-grid--catalog {
        grid-template-columns: 1fr;
    }
    .bowlos-bowl-modal__panel {
        border-radius: 22px 22px 0 0;
        max-height: 94vh;
        padding: 14px;
    }
    .bowlos-bowl-modal__top {
        align-items: flex-start;
        display: block;
        padding: 14px 58px 14px 14px;
    }
    .bowlos-bowl-modal__image {
        height: 132px;
        margin-bottom: 12px;
        width: 100%;
    }
    .bowlos-bowl-modal__top h3 {
        font-size: 24px;
    }
    .bowlos-bowl-accordion__button {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
        padding: 16px;
    }
    .bowlos-bowl-accordion__button::after {
        position: absolute;
        right: 18px;
        top: 16px;
    }
    .bowlos-bowl-accordion__item {
        position: relative;
    }
    .bowlos-bowl-accordion__content {
        padding: 0 16px 16px;
    }
}

/* BOWLOS v1.17: Make Bowl cards visually identical to standard product cards inside Yiyecek section. */
.bowlos-bowl-product-items {
    margin-top: 0;
}
.bowlos-bowl-product-card {
    background: #fff;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.bowlos-bowl-product-card:hover {
    transform: translateY(-3px);
}
.bowlos-bowl-product-card:focus,
.bowlos-bowl-product-card:focus-visible {
    outline: none;
}
.bowlos-bowl-product-card:focus-visible {
    box-shadow: 0 0 0 3px rgba(127, 173, 57, .28), 0 12px 30px rgba(0,0,0,.08);
}
.bowlos-bowl-product-card__image {
    display: block;
}
.bowlos-bowl-product-card__body {
    display: block;
}
.bowlos-bowl-product-card__badge {
    background: #252525;
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    left: 14px;
    letter-spacing: .5px;
    line-height: 1;
    padding: 7px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 14px;
    z-index: 2;
}
.bowlos-bowl-product-card__button {
    pointer-events: none;
}
.bowlos-menu-products.is-list .bowlos-bowl-product-card {
    text-align: left;
}
.bowlos-menu-products.is-list .bowlos-bowl-product-card__badge {
    left: 14px;
    top: 14px;
}
@media (max-width: 767px) {
    .bowlos-bowl-product-card__badge {
        font-size: 9px;
        left: 10px;
        padding: 6px 8px;
        top: 10px;
    }
}

/* BOWLOS v1.18: Bowl cards are now the exact same product-card pattern as menu items. */
.bowlos-bowl-product-card {
    appearance: none;
    -webkit-appearance: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: center;
}
.bowlos-bowl-product-card h6 a {
    color: #252525;
}
.bowlos-bowl-product-card h6 a:hover {
    color: #7fad39;
}
.bowlos-bowl-product-card__detail {
    background: #fff;
    cursor: pointer;
    font-family: inherit;
}
.bowlos-bowl-product-card__button {
    font-family: inherit;
    pointer-events: auto;
}
.bowlos-bowl-product-card [data-bowl-action] {
    pointer-events: auto;
}
.bowlos-bowl-product-card:focus-visible {
    box-shadow: 0 0 0 3px rgba(127, 173, 57, .28), 0 12px 28px rgba(0,0,0,.05);
    outline: 0;
}
.bowlos-menu-products.is-list .bowlos-bowl-product-card {
    text-align: left;
}

/* BOWLOS v1.19: cart recommendation engine and redesigned cart cards. */
.bowlos-cart-page-v2{background:#f7f8f4}.bowlos-cart-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.bowlos-cart-title-row h2{font-size:34px;font-weight:900;margin:4px 0}.bowlos-cart-title-row p{margin:0;color:#6b7280}.bowlos-cart-kicker{display:inline-flex;background:#ecf7df;color:#5b8427;border-radius:999px;padding:7px 12px;font-weight:900}.bowlos-cart-continue{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#252525;border:1px solid #e5e7eb;border-radius:999px;padding:12px 18px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.05)}.bowlos-cart-continue:hover{background:#7fad39;color:#fff;text-decoration:none}.bowlos-cart-layout{align-items:flex-start}.bowlos-cart-card,.bowlos-cart-summary-card{background:#fff;border-radius:24px;padding:22px;box-shadow:0 18px 45px rgba(0,0,0,.06);margin-bottom:20px}.bowlos-cart-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}.bowlos-cart-card__head h3,.bowlos-cart-summary-card h3{font-size:22px;font-weight:900;margin:0}.bowlos-cart-card__head p{margin:6px 0 0;color:#6b7280}.bowlos-cart-card__head span{background:#f3f6ef;border-radius:999px;padding:7px 11px;font-weight:800;color:#5b8427}.bowlos-cart-item-list{display:grid;gap:14px}.bowlos-cart-empty-state{background:#f8faf7;border:1px dashed #cbd5c0;border-radius:20px;padding:30px;text-align:center}.bowlos-cart-empty-state h4{font-weight:900;margin-bottom:8px}.bowlos-cart-line-card{display:grid;grid-template-columns:96px 1fr;gap:16px;border:1px solid #eef0ea;border-radius:20px;padding:13px;background:#fff}.bowlos-cart-line-card>img{width:96px;height:96px;object-fit:cover;border-radius:16px;background:#f3f3f3}.bowlos-cart-line-card__body h4{font-size:18px;font-weight:900;margin:0 0 4px}.bowlos-cart-line-card__body h4 a{color:#252525}.bowlos-cart-line-card__category{display:inline-flex;background:#f7f8f4;color:#6b7280;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;margin-bottom:8px}.bowlos-cart-line-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.bowlos-cart-line-card__foot>strong{font-size:18px;color:#252525}.bowlos-cart-item-options{display:block;background:#f8faf7;border-radius:14px;padding:10px 12px;color:#4b5563;line-height:1.6;margin-top:8px}.bowlos-cart-summary-card{position:sticky;top:20px}.bowlos-cart-summary-line,.bowlos-cart-summary-total{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #eef0ea;padding:13px 0}.bowlos-cart-summary-line--muted{color:#6b7280}.bowlos-cart-summary-total{border-bottom:0;font-size:20px;font-weight:900}.bowlos-cart-summary-total strong{color:#7fad39}.bowlos-cart-checkout-btn{display:block;text-align:center;margin-top:18px;border-radius:999px}.bowlos-cart-quiz-box,.bowlos-cart-service-type{background:#f8faf7;border-radius:18px;padding:15px;margin-top:16px}.bowlos-cart-quiz-box strong,.bowlos-cart-service-type strong{display:block;margin-bottom:6px}.bowlos-cart-quiz-box span{display:block;color:#6b7280;font-size:13px;line-height:1.45}.bowlos-cart-quiz-trigger{border:0;background:#252525;color:#fff;border-radius:999px;padding:9px 13px;font-weight:900;margin-top:10px}.bowlos-cart-service-type label{display:block;margin:9px 0 0;color:#374151;font-weight:700}.bowlos-cart-recommendations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bowlos-cart-recommendations__empty{grid-column:1/-1;background:#f8faf7;border-radius:18px;padding:18px;color:#6b7280}.bowlos-cart-rec-card{display:grid;grid-template-columns:70px 1fr;gap:12px;align-items:center;border:1px solid #eef0ea;border-radius:18px;padding:11px;background:#fff;position:relative}.bowlos-cart-rec-card img{width:70px;height:70px;object-fit:cover;border-radius:14px;background:#f3f3f3}.bowlos-cart-rec-card span{display:block;font-size:11px;font-weight:900;color:#7fad39;text-transform:uppercase}.bowlos-cart-rec-card h4{font-size:15px;font-weight:900;margin:2px 0}.bowlos-cart-rec-card p{font-size:12px;color:#6b7280;margin:0;line-height:1.35}.bowlos-cart-rec-card>strong{grid-column:1/2;text-align:center;font-size:13px;color:#252525}.bowlos-cart-rec-card button{grid-column:2/3;border:0;background:#7fad39;color:#fff;border-radius:999px;padding:9px 12px;font-weight:900}.bowlos-cart-rec-card button:hover{background:#5f8e24}@media(max-width:991px){.bowlos-cart-summary-card{position:static}.bowlos-cart-recommendations{grid-template-columns:1fr}.bowlos-cart-title-row{display:block}.bowlos-cart-continue{margin-top:14px}}@media(max-width:575px){.bowlos-cart-page-v2{padding-bottom:90px}.bowlos-cart-card,.bowlos-cart-summary-card{border-radius:20px;padding:16px}.bowlos-cart-line-card{grid-template-columns:76px 1fr;gap:11px}.bowlos-cart-line-card>img{width:76px;height:76px}.bowlos-cart-line-card__foot{flex-wrap:wrap}.bowlos-cart-qty-control{order:1}.bowlos-cart-line-card__foot>strong{order:2;margin-left:auto}.bowlos-cart-remove{order:3}.bowlos-cart-title-row h2{font-size:28px}}

/* BOWLOS v1.20: desktop cart icon restoration and Mudanya/Bursa quiz flow. */
.bowlos-desktop-cart{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#252525;font-weight:900;padding:18px 0;text-decoration:none}.bowlos-desktop-cart:hover{color:#7fad39;text-decoration:none}.bowlos-desktop-cart__icon{width:46px;height:46px;border-radius:999px;background:#f4f8ee;display:inline-flex;align-items:center;justify-content:center;position:relative;color:#7fad39;font-size:20px}.bowlos-desktop-cart__icon em{position:absolute;right:-5px;top:-7px;min-width:22px;height:22px;border-radius:999px;background:#7fad39;color:#fff;display:flex;align-items:center;justify-content:center;font-style:normal;font-size:12px;border:2px solid #fff}.bowlos-desktop-cart__text{display:flex;flex-direction:column;line-height:1.15;font-size:13px}.bowlos-desktop-cart__text strong{font-size:12px;color:#6b7280;margin-top:2px}.bowlos-customer-header .bowlos-desktop-menu ul{justify-content:center;gap:0 22px}.bowlos-customer-header .bowlos-desktop-menu ul li a{white-space:nowrap}.bowlos-quiz-app h4{font-size:20px;font-weight:900;margin:10px 0 8px;color:#252525}.bowlos-quiz-app p{font-size:14px;line-height:1.55;color:#4b5563;margin:0 0 14px}.bowlos-quiz-badge{display:inline-flex;background:#ecf7df;color:#5f8e25;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}.bowlos-quiz-primary,.bowlos-quiz-secondary{border:0;border-radius:999px;padding:12px 16px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.bowlos-quiz-primary{background:#7fad39;color:#fff;box-shadow:0 12px 26px rgba(127,173,57,.22)}.bowlos-quiz-primary:hover{background:#5f8e25;color:#fff;text-decoration:none}.bowlos-quiz-secondary{background:#fff;color:#252525;border:1px solid #e5e7eb}.bowlos-quiz-limit-note{background:#fff7e6;border:1px solid #ffe1a6;border-radius:16px;padding:11px 12px;color:#8a5d00;font-size:13px;font-weight:800;line-height:1.45;margin:12px 0 16px}.bowlos-quiz-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;font-weight:900;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.bowlos-quiz-progress-head strong{background:#252525;color:#fff;border-radius:999px;padding:5px 9px;font-size:11px}.bowlos-quiz-progress{height:8px;background:#e8efdf;border-radius:999px;overflow:hidden;margin:10px 0 16px}.bowlos-quiz-progress i{display:block;height:100%;background:#7fad39;border-radius:999px;transition:width .2s ease}.bowlos-quiz-scoreline{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.bowlos-quiz-scoreline span{background:#fff;border:1px solid #e7eddc;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;color:#4b5563}.bowlos-quiz-answer-grid{display:grid;gap:9px;margin-top:14px}.bowlos-quiz-answer{background:#fff;border:1px solid #e6eedb;border-radius:16px;color:#252525;cursor:pointer;font-weight:900;padding:12px 14px;text-align:left;transition:all .18s ease}.bowlos-quiz-answer:hover{background:#7fad39;border-color:#7fad39;color:#fff;transform:translateY(-1px)}.bowlos-quiz-current-score{margin-top:12px;background:#fff;border-radius:14px;padding:10px 12px;color:#6b7280;font-size:13px}.bowlos-quiz-current-score strong{color:#7fad39}.bowlos-quiz-result{text-align:center}.bowlos-quiz-result-score{width:116px;height:116px;border-radius:999px;background:#fff;box-shadow:0 14px 32px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:14px auto}.bowlos-quiz-result-score strong{font-size:38px;color:#7fad39;line-height:1}.bowlos-quiz-result-score span{font-weight:900;color:#6b7280;font-size:12px;text-transform:uppercase}.bowlos-quiz-locked-reward{text-align:left;background:#fff;border:1px solid #e6eedb;border-radius:18px;padding:13px 14px;margin:14px 0}.bowlos-quiz-locked-reward b{display:block;color:#252525;margin-bottom:5px}.bowlos-quiz-locked-reward span{display:block;color:#6b7280;font-size:13px;line-height:1.45}.bowlos-quiz-result-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:14px}.bowlos-quiz-chatbox__body{min-height:260px}.bowlos-quiz-message,.bowlos-quiz-options{display:none}.bowlos-quiz-widget{z-index:9999}@media(max-width:991px){.bowlos-desktop-cart{display:none}.bowlos-quiz-open .bowlos-mobile-cart-band{display:none}.bowlos-quiz-chatbox{position:fixed!important;left:12px!important;right:12px!important;bottom:16px!important;width:auto!important;max-width:none!important;border-radius:24px;max-height:calc(100vh - 32px);overflow:auto}.bowlos-quiz-chatbox__body{padding:18px}.bowlos-quiz-app h4{font-size:18px}.bowlos-quiz-button{box-shadow:0 12px 28px rgba(0,0,0,.22)}}


/* BOWLOS v1.21: centered FERcort footer and Araz Bilgi Yarışması auto prompt. */
.footer__copyright,
.footer__copyright__text,
.footer__copyright__text p {
    width: 100%;
    text-align: center !important;
}
.footer__copyright__text p {
    margin: 0 auto;
}
.bowlos-fercort-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.bowlos-quiz-button__text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.bowlos-quiz-button.is-nudging {
    animation: bowlosQuizNudge 1.2s ease-in-out 2;
}
@keyframes bowlosQuizNudge {
    0%, 100% { transform: scale(1); }
    35% { transform: scale(1.10) rotate(-4deg); }
    70% { transform: scale(1.06) rotate(4deg); }
}


/* BOWLOS v1.22: restore visible quiz trigger and admin access icons. */
.bowlos-desktop-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    position:relative;
}
.bowlos-desktop-actions .bowlos-desktop-cart{
    padding:14px 0;
}
.bowlos-desktop-actions .bowlos-desktop-cart__text{
    display:none;
}
.bowlos-desktop-account{
    position:relative;
}
.bowlos-desktop-account__button{
    width:46px;
    height:46px;
    border-radius:999px;
    border:0;
    background:#252525;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:21px;
    cursor:pointer;
    box-shadow:0 12px 28px rgba(0,0,0,.10);
    transition:all .18s ease;
}
.bowlos-desktop-account__button:hover,
.bowlos-desktop-account:hover .bowlos-desktop-account__button{
    background:#7fad39;
    transform:translateY(-1px);
}
.bowlos-desktop-account__dropdown{
    position:absolute;
    top:calc(100% + 12px);
    right:0;
    width:220px;
    background:#fff;
    border:1px solid #edf0e8;
    border-radius:18px;
    box-shadow:0 24px 60px rgba(0,0,0,.16);
    padding:12px;
    opacity:0;
    pointer-events:none;
    transform:translateY(8px);
    transition:all .18s ease;
    z-index:10020;
}
.bowlos-desktop-account:hover .bowlos-desktop-account__dropdown,
.bowlos-desktop-account:focus-within .bowlos-desktop-account__dropdown{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
}
.bowlos-desktop-account__dropdown strong{
    display:block;
    font-size:13px;
    color:#252525;
    margin:4px 8px 2px;
}
.bowlos-desktop-account__dropdown span{
    display:block;
    font-size:12px;
    color:#6b7280;
    margin:0 8px 8px;
}
.bowlos-desktop-account__dropdown a{
    display:flex;
    align-items:center;
    gap:8px;
    border-radius:12px;
    color:#252525;
    font-weight:800;
    padding:10px 9px;
    text-decoration:none;
}
.bowlos-desktop-account__dropdown a:hover{
    background:#f4f8ee;
    color:#7fad39;
    text-decoration:none;
}
.bowlos-mobile-menu__account{
    border-top:1px solid rgba(255,255,255,.14);
    margin-top:20px;
    padding-top:18px;
    display:grid;
    gap:10px;
}
.bowlos-mobile-menu__account a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    border-radius:16px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:18px;
    font-weight:900;
    padding:15px 16px;
    text-decoration:none;
}
.bowlos-mobile-menu__account a i{
    margin-right:auto;
}
.bowlos-mobile-menu__account a small{
    color:rgba(255,255,255,.72);
    font-size:12px;
    font-weight:800;
}
.bowlos-mobile-menu__account a:hover{
    background:#7fad39;
    color:#fff;
    text-decoration:none;
}
.bowlos-quiz-button{
    width:auto!important;
    min-width:72px;
    height:64px!important;
    padding:0 18px 0 16px;
    gap:10px;
    border-radius:999px!important;
}
.bowlos-quiz-icon-mark{
    width:36px;
    height:36px;
    border-radius:999px;
    background:#fff;
    color:#5f8e25;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:1000;
    line-height:1;
    box-shadow:inset 0 0 0 2px rgba(95,142,37,.12);
}
.bowlos-quiz-button__text{
    clip:auto!important;
    height:auto!important;
    margin:0!important;
    overflow:visible!important;
    padding:0!important;
    position:static!important;
    white-space:normal!important;
    width:auto!important;
    max-width:105px;
    color:#fff;
    display:block;
    font-size:12px;
    line-height:1.15;
    text-align:left;
    font-weight:900;
}
@media(max-width:575px){
    .bowlos-quiz-button{
        min-width:62px;
        width:62px!important;
        height:62px!important;
        padding:0!important;
        justify-content:center;
    }
    .bowlos-quiz-button__text{
        display:none!important;
    }
    .bowlos-quiz-icon-mark{
        width:34px;
        height:34px;
        font-size:23px;
    }
}


/* BOWLOS v1.23 HARD FIX: visible admin entry + visible Araz Bilgi Yarışması. */
@media (min-width: 992px) {
    .bowlos-customer-header .bowlos-header-row > .col-lg-3.d-none.d-lg-block {
        display: block !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
    .bowlos-customer-header .bowlos-header-row > .col-lg-6.d-none.d-lg-block {
        display: block !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .bowlos-desktop-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 12px !important;
        min-height: 64px !important;
        overflow: visible !important;
        position: relative !important;
        z-index: 10030 !important;
    }
    .bowlos-desktop-actions .bowlos-desktop-cart,
    .bowlos-desktop-account,
    .bowlos-desktop-account--hard-visible {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex: 0 0 auto !important;
    }
    .bowlos-desktop-account__button {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        border-radius: 999px !important;
        background: #252525 !important;
        color: #fff !important;
        border: 2px solid #fff !important;
        box-shadow: 0 14px 32px rgba(0,0,0,.16) !important;
    }
    .bowlos-desktop-account__button i {
        color: #fff !important;
        font-size: 22px !important;
    }
}
.bowlos-mobile-menu__account,
.bowlos-mobile-menu__account a,
.bowlos-mobile-admin-entry,
.bowlos-mobile-cart-entry {
    visibility: visible !important;
    opacity: 1 !important;
}
.bowlos-mobile-menu__account a span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.bowlos-mobile-admin-entry {
    border: 1px solid rgba(255,255,255,.14) !important;
    background: rgba(255,255,255,.10) !important;
}
.bowlos-mobile-admin-entry i,
.bowlos-mobile-cart-entry i {
    min-width: 22px !important;
    text-align: center !important;
}
.bowlos-quiz-widget,
.bowlos-quiz-widget--visible {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 2147483000 !important;
    pointer-events: auto !important;
}
.bowlos-quiz-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-width: 178px !important;
    width: auto !important;
    height: 64px !important;
    padding: 0 17px 0 14px !important;
    background: #7fad39 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.28) !important;
    gap: 10px !important;
    cursor: pointer !important;
}
.bowlos-quiz-button:hover,
.bowlos-quiz-button.is-open {
    background: #5f8e25 !important;
    transform: translateY(-2px) scale(1.03) !important;
}
.bowlos-quiz-icon-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #5f8e25 !important;
    font-size: 25px !important;
    font-weight: 1000 !important;
    line-height: 1 !important;
}
.bowlos-quiz-button__text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    overflow: visible !important;
    white-space: nowrap !important;
    color: #fff !important;
    text-align: left !important;
    line-height: 1.05 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.bowlos-quiz-button__text b,
.bowlos-quiz-button__text small {
    display: block !important;
    color: #fff !important;
}
.bowlos-quiz-button__text b {
    font-size: 14px !important;
    font-weight: 1000 !important;
}
.bowlos-quiz-button__text small {
    font-size: 11px !important;
    font-weight: 900 !important;
    opacity: .94 !important;
}
.bowlos-quiz-chatbox {
    z-index: 2147483001 !important;
}
@media (max-width: 991px) {
    .bowlos-quiz-widget,
    .bowlos-quiz-widget--visible {
        right: 16px !important;
        bottom: 94px !important;
    }
    .bowlos-quiz-button {
        min-width: 62px !important;
        width: 62px !important;
        height: 62px !important;
        padding: 0 !important;
    }
    .bowlos-quiz-button__text {
        display: none !important;
    }
    .bowlos-quiz-chatbox {
        left: 12px !important;
        right: 12px !important;
        bottom: 16px !important;
        width: auto !important;
        max-width: none !important;
    }
    body.bowlos-quiz-open .bowlos-mobile-cart-band {
        display: none !important;
    }
}
.bowlos-desktop-account.is-open .bowlos-desktop-account__dropdown {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

/* BOWLOS v1.24: clean fixed admin icon + compact Araz Bilgi Yarışması trigger. */
@media (min-width: 992px) {
    .bowlos-customer-header .bowlos-header-row > .col-lg-3.d-none.d-lg-block {
        display: block !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
    .bowlos-customer-header .bowlos-header-row > .col-lg-6.d-none.d-lg-block {
        display: block !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .bowlos-desktop-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 12px !important;
        min-height: 64px !important;
        overflow: visible !important;
        position: relative !important;
        z-index: 10030 !important;
    }
    .bowlos-desktop-actions .bowlos-desktop-cart,
    .bowlos-desktop-admin-login,
    .bowlos-desktop-account--clean {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex: 0 0 auto !important;
    }
    .bowlos-desktop-admin-login,
    .bowlos-desktop-account__button {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        border-radius: 999px !important;
        background: #252525 !important;
        color: #fff !important;
        border: 0 !important;
        box-shadow: 0 12px 28px rgba(0,0,0,.12) !important;
        text-decoration: none !important;
    }
    .bowlos-desktop-admin-login:hover,
    .bowlos-desktop-account__button:hover,
    .bowlos-desktop-account.is-open .bowlos-desktop-account__button {
        background: #7fad39 !important;
        color: #fff !important;
        transform: translateY(-1px) !important;
    }
    .bowlos-desktop-admin-login i,
    .bowlos-desktop-account__button i {
        color: #fff !important;
        font-size: 21px !important;
    }
    .bowlos-desktop-account__dropdown {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }
    .bowlos-desktop-account__dropdown a {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        border-radius: 12px !important;
        color: #252525 !important;
        font-weight: 800 !important;
        padding: 10px 9px !important;
        text-decoration: none !important;
    }
    .bowlos-desktop-account__dropdown a:hover {
        background: #f4f8ee !important;
        color: #7fad39 !important;
        text-decoration: none !important;
    }
}
.bowlos-quiz-widget,
.bowlos-quiz-widget--visible {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 2147483000 !important;
    pointer-events: auto !important;
}
.bowlos-quiz-button {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 68px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: #7fad39 !important;
    color: #fff !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.28) !important;
    gap: 0 !important;
    overflow: visible !important;
}
.bowlos-quiz-button:hover,
.bowlos-quiz-button.is-open {
    background: #5f8e25 !important;
    transform: translateY(-2px) scale(1.05) !important;
}
.bowlos-quiz-icon-mark {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #5f8e25 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 26px !important;
    font-weight: 1000 !important;
    line-height: 1 !important;
}
.bowlos-quiz-status {
    display: block !important;
    position: absolute !important;
    right: 5px !important;
    top: 6px !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 999px !important;
    background: #17d35d !important;
    border: 3px solid #fff !important;
}
.bowlos-quiz-button__text {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    display: block !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}
.bowlos-quiz-chatbox {
    z-index: 2147483001 !important;
}
@media (max-width: 991px) {
    .bowlos-quiz-widget,
    .bowlos-quiz-widget--visible {
        right: 16px !important;
        bottom: 94px !important;
    }
    .bowlos-quiz-button {
        width: 62px !important;
        min-width: 62px !important;
        max-width: 62px !important;
        height: 62px !important;
    }
    .bowlos-quiz-icon-mark {
        width: 36px !important;
        min-width: 36px !important;
        height: 36px !important;
        font-size: 24px !important;
    }
    body.bowlos-quiz-open .bowlos-mobile-cart-band {
        display: none !important;
    }
}

/* Customer auth fallback page */
.bowlos-customer-auth{background:#f7f9f4;min-height:62vh;padding-top:70px;padding-bottom:90px}.bowlos-customer-auth__shell{display:grid;grid-template-columns:1fr 460px;gap:28px;align-items:stretch}.bowlos-customer-auth__intro{background:linear-gradient(135deg,#252525,#6a8d2e);border-radius:28px;padding:42px;color:#fff;box-shadow:0 25px 70px rgba(0,0,0,.14);display:flex;flex-direction:column;justify-content:center}.bowlos-customer-auth__intro span{display:inline-flex;width:max-content;background:rgba(255,255,255,.14);border-radius:999px;padding:7px 14px;font-weight:800;margin-bottom:16px}.bowlos-customer-auth__intro h1{color:#fff;font-weight:1000;font-size:44px;margin-bottom:12px}.bowlos-customer-auth__intro p{font-size:17px;line-height:1.75;color:rgba(255,255,255,.86);max-width:620px}.bowlos-customer-auth__benefits{display:grid;gap:12px;margin-top:22px}.bowlos-customer-auth__benefits strong{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:13px 16px}.bowlos-customer-auth__card{background:#fff;border-radius:28px;padding:22px;box-shadow:0 22px 55px rgba(15,23,42,.12)}.bowlos-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f2f6ec;border-radius:18px;padding:6px;margin-bottom:18px}.bowlos-auth-tabs button{border:0;border-radius:14px;padding:12px 10px;font-weight:900;background:transparent;color:#6b7280;cursor:pointer}.bowlos-auth-tabs button.active{background:#7fad39;color:#fff;box-shadow:0 12px 26px rgba(127,173,57,.25)}.bowlos-auth-form{display:none}.bowlos-auth-form.active{display:block}.bowlos-auth-form label{font-weight:900;color:#252525;margin:10px 0 6px;display:block}.bowlos-auth-form input[type=text],.bowlos-auth-form input[type=password],.bowlos-auth-form input[type=email],.bowlos-auth-form input[type=tel]{width:100%;border:1px solid #e5eadc;border-radius:16px;padding:13px 15px;outline:0;background:#fbfcf8}.bowlos-auth-form input:focus{border-color:#7fad39;box-shadow:0 0 0 4px rgba(127,173,57,.12)}.bowlos-auth-check{display:flex!important;gap:10px;align-items:flex-start;font-size:13px;color:#4b5563!important;font-weight:700!important}.bowlos-auth-submit{width:100%;border:0;border-radius:18px;background:#7fad39;color:#fff;font-weight:1000;padding:14px 16px;margin-top:14px;box-shadow:0 16px 30px rgba(127,173,57,.25);cursor:pointer}.bowlos-auth-form small{display:block;color:#7b8190;margin-top:12px;line-height:1.55}.bowlos-customer-auth__admin{display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid #eef2e8;margin-top:18px;padding-top:16px}.bowlos-customer-auth__admin a{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:10px 13px;background:#f6f8f2;color:#252525;font-weight:900;text-decoration:none}.bowlos-mobile-login-entry{display:flex!important;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-radius:18px;background:#f6f9f0;color:#252525!important;text-decoration:none!important;font-weight:900;margin-bottom:10px}.bowlos-mobile-login-entry i{color:#7fad39;margin-right:8px}@media(max-width:991px){.bowlos-customer-auth{padding-top:36px;padding-bottom:110px}.bowlos-customer-auth__shell{grid-template-columns:1fr}.bowlos-customer-auth__intro{padding:28px;border-radius:24px}.bowlos-customer-auth__intro h1{font-size:34px}.bowlos-customer-auth__card{border-radius:24px;padding:18px}}

/* BOWLOS v1.27: premium unified customer/admin auth and forgot password design */
.bowlos-premium-auth {
    background:
        radial-gradient(circle at 10% 15%, rgba(127,173,57,.16), transparent 28%),
        radial-gradient(circle at 92% 20%, rgba(37,37,37,.10), transparent 30%),
        linear-gradient(135deg, #f7f9f4 0%, #ffffff 46%, #f2f6ec 100%);
    min-height: 72vh;
    padding-top: 72px;
    padding-bottom: 96px;
}
.bowlos-premium-auth__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(380px, 480px);
    gap: 30px;
    align-items: stretch;
}
.bowlos-premium-auth__story {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 44px;
    color: #fff;
    min-height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(28,28,28,.94), rgba(79,111,34,.92)),
        url('../../../themes/ogani/assets/img/hero/banner.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 0 30px 80px rgba(15,23,42,.18);
}
.bowlos-premium-auth__story:after {
    content: '';
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 300px;
    height: 300px;
    border-radius: 999px;
    background: rgba(127,173,57,.28);
    filter: blur(4px);
}
.bowlos-premium-auth__story > * { position: relative; z-index: 2; }
.bowlos-premium-auth__eyebrow {
    display: inline-flex;
    width: max-content;
    align-items: center;
    border-radius: 999px;
    padding: 8px 15px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.16);
    font-weight: 900;
    margin-bottom: 18px;
}
.bowlos-premium-auth__story h1 {
    color: #fff;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.02;
    font-weight: 1000;
    margin-bottom: 16px;
    letter-spacing: -.8px;
}
.bowlos-premium-auth__story p {
    max-width: 680px;
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 1.75;
}
.bowlos-premium-auth__reward-card {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 24px;
    max-width: 600px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(8px);
}
.bowlos-premium-auth__gift {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: #7fad39;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 18px 40px rgba(0,0,0,.20);
}
.bowlos-premium-auth__reward-card strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 1000;
    margin-bottom: 4px;
}
.bowlos-premium-auth__reward-card small {
    color: rgba(255,255,255,.82);
    line-height: 1.55;
}
.bowlos-premium-auth__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
    max-width: 680px;
}
.bowlos-premium-auth__benefits strong {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.14);
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}
.bowlos-premium-auth__benefits i { color: #b7df72; font-size: 18px; }
.bowlos-premium-auth__panel {
    align-self: center;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(229,234,220,.95);
    border-radius: 32px;
    padding: 26px;
    box-shadow: 0 24px 70px rgba(15,23,42,.13);
    backdrop-filter: blur(10px);
}
.bowlos-premium-auth__alert {
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 16px;
    padding: 12px 14px;
    margin-bottom: 14px;
    background: #fff0f0;
    color: #b42318;
    border: 1px solid #ffd1d1;
    font-weight: 800;
}
.bowlos-premium-auth__form-title h2 {
    font-size: 25px;
    font-weight: 1000;
    color: #252525;
    margin-bottom: 6px;
}
.bowlos-premium-auth__form-title p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 16px;
}
.bowlos-premium-auth .bowlos-auth-tabs {
    background: #f1f6e9;
    border-radius: 20px;
    padding: 7px;
    margin-bottom: 20px;
}
.bowlos-premium-auth .bowlos-auth-tabs button {
    border-radius: 16px;
    min-height: 48px;
}
.bowlos-premium-auth .bowlos-auth-form label {
    font-size: 13px;
    letter-spacing: .2px;
}
.bowlos-premium-auth .bowlos-auth-form input[type=text],
.bowlos-premium-auth .bowlos-auth-form input[type=password],
.bowlos-premium-auth .bowlos-auth-form input[type=email],
.bowlos-premium-auth .bowlos-auth-form input[type=tel] {
    min-height: 50px;
    border-radius: 17px;
    background: #fbfcf8;
}
.bowlos-premium-auth .bowlos-auth-submit {
    min-height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, #7fad39, #5f8f20);
    box-shadow: 0 18px 36px rgba(127,173,57,.30);
}
.bowlos-auth-inline-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap;
}
.bowlos-auth-inline-links a,
.bowlos-auth-return {
    color: #5f8f20;
    font-weight: 900;
    text-decoration: none;
}
.bowlos-auth-inline-links a:hover,
.bowlos-auth-return:hover { color: #252525; }
.bowlos-reset-preview {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}
.bowlos-reset-preview div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    background: #f6f9f0;
    border: 1px solid #e7efd9;
}
.bowlos-reset-preview strong {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #252525;
    color: #fff;
}
.bowlos-reset-preview span { color: #374151; font-weight: 800; }
@media (max-width: 991px) {
    .bowlos-premium-auth { padding-top: 34px; padding-bottom: 118px; }
    .bowlos-premium-auth__shell { grid-template-columns: 1fr; gap: 18px; }
    .bowlos-premium-auth__story { min-height: auto; padding: 28px; border-radius: 26px; }
    .bowlos-premium-auth__story h1 { font-size: 36px; }
    .bowlos-premium-auth__story p { font-size: 16px; }
    .bowlos-premium-auth__benefits { grid-template-columns: 1fr; }
    .bowlos-premium-auth__panel { border-radius: 26px; padding: 19px; }
}
@media (max-width: 480px) {
    .bowlos-premium-auth__reward-card { align-items: flex-start; }
    .bowlos-premium-auth__gift { width: 50px; height: 50px; font-size: 26px; }
    .bowlos-auth-inline-links { display: grid; }
}

/* BOWLOS v1.28: premium auth states */
.bowlos-premium-auth__notice{display:flex;gap:10px;align-items:flex-start;background:#eef7ff;color:#075985;border:1px solid #bae6fd;border-radius:14px;padding:12px 14px;margin-bottom:14px;font-weight:700}
.bowlos-auth-submit--disabled,.bowlos-auth-submit:disabled{background:#9ca3af!important;cursor:not-allowed!important;box-shadow:none!important;opacity:.82}
.bowlos-auth-form input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}
.bowlos-auth-check input:disabled{cursor:not-allowed}
.bowlos-empty-state{background:#fff;border-radius:22px;padding:36px;text-align:center;box-shadow:0 14px 38px rgba(0,0,0,.06)}
.bowlos-empty-state h3{margin-bottom:8px;color:#1f2937}.bowlos-empty-state p{color:#6b7280;margin:0}

/* BOWLOS v1.29: active customer auth */
.bowlos-premium-auth__success{display:flex;gap:10px;align-items:flex-start;background:#ecfdf3;color:#166534;border:1px solid #bbf7d0;border-radius:14px;padding:12px 14px;margin-bottom:14px;font-weight:800}
.bowlos-auth-signed-card{background:linear-gradient(180deg,#ffffff,#f7fbef);border:1px solid #e4edd7;border-radius:24px;padding:28px;text-align:center;box-shadow:0 18px 45px rgba(15,23,42,.08)}
.bowlos-auth-signed-card__avatar{width:74px;height:74px;margin:0 auto 16px;border-radius:999px;background:#edf7df;color:#6fa22f;display:flex;align-items:center;justify-content:center;font-size:42px}
.bowlos-auth-signed-card__avatar--dark{background:#252525;color:#fff}
.bowlos-auth-signed-card h2{font-size:26px;font-weight:1000;color:#252525;margin-bottom:8px}
.bowlos-auth-signed-card p{color:#6b7280;line-height:1.6;margin-bottom:20px}
.bowlos-auth-signed-card__actions{display:grid;gap:10px}.bowlos-auth-link-btn{display:flex;min-height:48px;border-radius:16px;border:1px solid #dfe8d3;align-items:center;justify-content:center;color:#252525;font-weight:900;text-decoration:none;background:#fff}.bowlos-auth-link-btn:hover{color:#6fa22f}
.bowlos-premium-auth .bowlos-auth-form small{display:block;color:#6b7280;margin-top:10px;line-height:1.45}.bowlos-premium-auth .bowlos-auth-form label small{display:inline;color:#9ca3af;margin-left:4px}


/* Admin Ayarlar - Ürün kartı detay görünürlüğü */
.bowlos-admin-settings-card .section-head p { max-width: 760px; }
.bowlos-admin-settings-form { display: grid; gap: 18px; }
.bowlos-admin-setting-row { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px; border: 1px solid #edf0e8; border-radius: 18px; background: #fbfcf8; }
.bowlos-admin-setting-row strong { display: block; color: #172414; font-size: 16px; margin-bottom: 6px; }
.bowlos-admin-setting-row small { display: block; color: #71806b; line-height: 1.45; }
.bowlos-admin-switch { position: relative; display: inline-flex; width: 64px; height: 36px; flex: 0 0 auto; }
.bowlos-admin-switch input { opacity: 0; width: 0; height: 0; }
.bowlos-admin-switch span { position: absolute; cursor: pointer; inset: 0; background: #d9dfd2; border-radius: 999px; transition: .2s ease; box-shadow: inset 0 2px 5px rgba(0,0,0,.08); }
.bowlos-admin-switch span:before { content: ''; position: absolute; width: 28px; height: 28px; left: 4px; top: 4px; border-radius: 50%; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.16); transition: .2s ease; }
.bowlos-admin-switch input:checked + span { background: #7fad39; }
.bowlos-admin-switch input:checked + span:before { transform: translateX(28px); }
.bowlos-admin-settings-actions { text-align: right; }
@media (max-width: 575px) {
    .bowlos-admin-setting-row { align-items: flex-start; flex-direction: column; }
    .bowlos-admin-settings-actions { text-align: left; }
}

/* BOWLOS v1.31: separated drink/food pages and grid card purchase row. */
.bowlos-menu-products.is-grid .bowlos-product-card__purchase {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    text-align: left;
    width: 100%;
}
.bowlos-menu-products.is-grid .bowlos-product-card__purchase h5 {
    flex: 0 0 auto;
    margin: 0;
    text-align: left;
    width: auto;
}
.bowlos-menu-products.is-grid .bowlos-product-card__actions {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: flex-end;
    margin-left: auto;
}
.bowlos-menu-products.is-grid .bowlos-product-card__add {
    white-space: nowrap;
}
.bowlos-admin-menu-pages-card .section-head {
    align-items: flex-start;
}
.bowlos-menu-page-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}
.bowlos-menu-pages-switches {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 22px;
}
.bowlos-menu-pages-switches label:not(.bowlos-admin-setting-row) {
    color: #252525;
    display: grid;
    font-weight: 800;
    gap: 8px;
}
.bowlos-menu-pages-switches input[type="text"],
.bowlos-menu-pages-table select {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    min-height: 42px;
    padding: 10px 12px;
    width: 100%;
}
.bowlos-menu-pages-table td,
.bowlos-menu-pages-table th {
    vertical-align: middle;
}
@media (max-width: 767px) {
    .bowlos-menu-pages-switches {
        grid-template-columns: 1fr;
    }
    .bowlos-menu-page-shortcuts {
        justify-content: flex-start;
        margin-top: 12px;
    }
}


/* BOWLOS v1.32: unified drink/food flow and corrected card purchase layout. */
.bowlos-menu-unified-tabs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:0 0 18px}.bowlos-menu-unified-tabs a{display:inline-flex;align-items:center;gap:8px;border:1px solid #e7eedf;border-radius:999px;background:#fff;color:#252525;font-weight:900;padding:12px 20px;box-shadow:0 10px 26px rgba(0,0,0,.05)}.bowlos-menu-unified-tabs a.is-active,.bowlos-menu-unified-tabs a:hover{background:#7fad39;color:#fff;border-color:#7fad39}.bowlos-menu-section-label{text-align:center;margin:-4px 0 18px}.bowlos-menu-section-label span{display:inline-flex;background:#f4f8ee;border:1px solid #e0edd2;color:#4d7e1f;border-radius:999px;padding:8px 14px;font-weight:900;font-size:13px;letter-spacing:.3px;text-transform:uppercase}
.bowlos-menu-products.is-grid .bowlos-product-card__purchase{align-items:center!important;display:flex!important;flex-direction:column!important;gap:9px!important;justify-content:center!important;text-align:center!important;width:100%!important}.bowlos-menu-products.is-grid .bowlos-product-card__purchase h5{display:block!important;flex:none!important;font-size:20px!important;margin:0!important;text-align:center!important;width:100%!important}.bowlos-menu-products.is-grid .bowlos-product-card__actions{display:flex!important;justify-content:center!important;margin-left:0!important;width:100%!important}.bowlos-menu-products.is-grid .bowlos-product-card__add{min-width:132px;text-align:center}.bowlos-menu-products.is-list .bowlos-product-card__purchase{align-items:center!important;display:flex!important;flex-direction:row!important;gap:12px!important;justify-content:space-between!important;text-align:left!important;width:100%!important}.bowlos-menu-products.is-list .bowlos-product-card__purchase h5{flex:0 0 auto!important;text-align:left!important;width:auto!important}.bowlos-menu-products.is-list .bowlos-product-card__actions{display:flex!important;justify-content:flex-end!important;margin-left:auto!important}.bowlos-menu-products.is-list .bowlos-product-card__add{white-space:nowrap}@media(max-width:991px){.bowlos-menu-products.is-list .bowlos-product-card__purchase{flex-direction:row!important}.bowlos-menu-products.is-list .bowlos-product-card__purchase h5{text-align:left!important}.bowlos-menu-products.is-list .bowlos-product-card__actions{justify-content:flex-end!important}}@media(max-width:575px){.bowlos-menu-unified-tabs a{flex:1;justify-content:center;padding:11px 12px}.bowlos-menu-products.is-grid .bowlos-product-card__purchase{flex-direction:column!important;text-align:center!important}.bowlos-menu-products.is-list .bowlos-product-card__purchase{flex-direction:row!important}.bowlos-menu-products.is-list .bowlos-product-card__purchase h5{font-size:17px!important;min-width:92px}.bowlos-menu-products.is-list .bowlos-product-card__actions{flex:1!important}}

/* BOWLOS v1.33 - unified DB driven menu/category design */
.bowlos-menu-unified-tabs,
.bowlos-menu-section-label{display:none!important;}
.bowlos-unified-category-sidebar{background:#fff;border-radius:18px;padding:4px 0;}
.bowlos-category-list--all{margin-bottom:22px!important;}
.bowlos-category-group-block{border-top:1px solid #edf1e7;padding-top:18px;margin-top:18px;}
.bowlos-category-group-block:first-of-type{border-top:0;margin-top:0;padding-top:0;}
.bowlos-category-group-block h5{font-weight:900;color:#1c1c1c;font-size:18px;margin:0 0 14px;}
.bowlos-category-group-block .bowlos-category-list{margin:0;}
.bowlos-mobile-category-group{padding:10px 0;border-top:1px solid #edf1e7;}
.bowlos-mobile-category-group strong{display:block;color:#1c1c1c;font-weight:900;font-size:13px;margin:4px 0 8px;text-transform:none;}
.bowlos-mobile-category-group a{padding-left:12px!important;}
.bowlos-product-card__purchase{width:100%!important;}
.bowlos-menu-products.is-grid .bowlos-product-card__purchase{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:9px!important;margin-top:10px!important;}
.bowlos-menu-products.is-grid .bowlos-product-card__purchase h5{display:block!important;width:100%!important;margin:0!important;text-align:center!important;font-size:20px!important;font-weight:900!important;color:#252525!important;}
.bowlos-menu-products.is-grid .bowlos-product-card__actions{display:flex!important;width:100%!important;justify-content:center!important;align-items:center!important;margin:0!important;gap:8px!important;}
.bowlos-menu-products.is-grid .bowlos-product-card__add{min-width:132px!important;text-align:center!important;}
.bowlos-menu-products.is-list .bowlos-product-card__purchase{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:10px!important;}
.bowlos-menu-products.is-list .bowlos-product-card__purchase h5{display:block!important;width:auto!important;min-width:96px!important;margin:0!important;text-align:left!important;font-size:19px!important;font-weight:900!important;}
.bowlos-menu-products.is-list .bowlos-product-card__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;margin-left:auto!important;gap:8px!important;}
.bowlos-menu-products.is-list .bowlos-product-card__add{white-space:nowrap!important;}
@media(max-width:767px){
  .bowlos-category-filter__panel{max-height:72vh;overflow:auto;}
  .bowlos-menu-products.is-list .bowlos-product-card__purchase{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;}
  .bowlos-menu-products.is-list .bowlos-product-card__purchase h5{min-width:90px!important;font-size:17px!important;}
  .bowlos-menu-products.is-list .bowlos-product-card__actions{flex:1!important;justify-content:flex-end!important;}
}

/* BOWLOS v1.35 Quiz memory/admin refinements */
.bowlos-quiz-timer{background:#111827;color:#fff;border-radius:999px;padding:6px 12px;font-size:13px;letter-spacing:.2px}
.bowlos-quiz-between{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;background:linear-gradient(135deg,#f7fff0,#fff);border-radius:22px;padding:28px}
.bowlos-quiz-between span{font-weight:800;color:#1f2937;font-size:18px}.bowlos-quiz-between strong{width:54px;height:54px;border-radius:999px;background:#7fad39;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 32px rgba(127,173,57,.28)}
.bowlos-quiz-reward-panel{margin:14px 0;padding:16px;border-radius:18px;background:#f7fff0;border:1px solid rgba(127,173,57,.25);display:flex;flex-direction:column;gap:8px;text-align:left}
.bowlos-quiz-reward-panel>b{font-size:16px;color:#1f2937}.bowlos-quiz-reward-panel span{font-weight:800;color:#5f8e25}.bowlos-quiz-reward-panel small{color:#6b7280;font-weight:700}.bowlos-quiz-reward-panel em{font-style:normal;color:#6b7280;font-size:12px}
.bowlos-quiz-gift-list{display:flex;flex-wrap:wrap;gap:8px}.bowlos-quiz-gift-list button{border:0;border-radius:999px;background:#fff;color:#1f2937;padding:8px 12px;font-weight:800;box-shadow:0 8px 18px rgba(0,0,0,.08);cursor:pointer}.bowlos-quiz-gift-list button:hover{background:#7fad39;color:#fff}
.bowlos-cart-item-options strong{font-weight:900;color:#111827}.bowlos-cart-quiz-box{text-align:center}.bowlos-cart-quiz-trigger{margin:10px auto 0;display:inline-flex!important;align-items:center;justify-content:center;background:linear-gradient(135deg,#7fad39,#5f8e25)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:13px 24px!important;font-weight:900!important;box-shadow:0 16px 36px rgba(127,173,57,.32)!important;animation:bowlosQuizPulse 1.8s infinite}
@keyframes bowlosQuizPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.04)}}
.bowlos-admin-quiz-head .section-head{align-items:center}.bowlos-quiz-admin-counts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.bowlos-quiz-admin-counts span{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:18px;text-align:center;font-weight:800;color:#6b7280}.bowlos-quiz-admin-counts strong{display:block;color:#111827;font-size:32px;line-height:1}.bowlos-admin-gift-grid{display:grid;grid-template-columns:1fr 180px;gap:12px;margin:12px 0 18px}.bowlos-quiz-difficulty-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
@media(max-width:767px){.bowlos-quiz-admin-counts{grid-template-columns:1fr}.bowlos-admin-gift-grid{grid-template-columns:1fr}.bowlos-quiz-chatbox{width:calc(100vw - 24px)!important;right:12px!important}.bowlos-quiz-timer{font-size:12px;padding:5px 10px}}

/* BOWLOS v1.41 - Quiz points, premium cart toast, default list view spacing */
.bowlos-quiz-button .bowlos-quiz-icon-mark i{font-size:22px;line-height:1;}
.bowlos-quiz-button{background:linear-gradient(135deg,#171717,#4d7e1f 58%,#7fad39)!important;}
.bowlos-quiz-result-score.is-negative{background:linear-gradient(135deg,#fff1f2,#fff)!important;border:1px solid rgba(220,38,38,.18)!important;color:#b91c1c!important;}
.bowlos-quiz-negative-note{display:grid;gap:4px;margin:12px 0;padding:14px 15px;border-radius:16px;background:#fff7ed;border:1px solid rgba(249,115,22,.22);text-align:left;color:#7c2d12;}
.bowlos-quiz-negative-note b{font-size:14px;font-weight:1000;}
.bowlos-quiz-negative-note span{font-size:12px;line-height:1.45;color:#9a3412;}
.bowlos-quiz-balance-note{margin:10px 0;padding:11px 13px;border-radius:999px;background:#f7fff0;color:#365314;font-weight:800;text-align:center;border:1px solid rgba(127,173,57,.2);}
.bowlos-quiz-balance-note strong{font-size:18px;color:#4d7e1f;}
.bowlos-cart-toast{position:fixed;right:22px;bottom:112px;z-index:2147482800;display:flex;align-items:center;gap:12px;max-width:390px;min-width:300px;padding:13px 14px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid rgba(127,173,57,.18);box-shadow:0 24px 60px rgba(15,23,42,.18);transform:translateY(18px) scale(.98);opacity:0;pointer-events:none;transition:.24s ease;color:#111827;backdrop-filter:blur(12px);}
.bowlos-cart-toast.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;}
.bowlos-cart-toast__icon{width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,#7fad39,#4d7e1f);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(127,173,57,.28);flex:0 0 auto;}
.bowlos-cart-toast__body{display:grid;gap:1px;min-width:0;flex:1;}
.bowlos-cart-toast__body strong{font-size:14px;font-weight:1000;color:#111827;}
.bowlos-cart-toast__body span{font-size:13px;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bowlos-cart-toast__body small{font-size:12px;color:#6b7280;font-weight:700;}
.bowlos-cart-toast__link{border-radius:999px;background:#111827;color:#fff!important;padding:9px 13px;font-size:12px;font-weight:900;white-space:nowrap;}
.bowlos-menu-products.is-list .bowlos-product-card__purchase{gap:18px!important;padding-top:12px!important;}
.bowlos-menu-products.is-list .bowlos-product-card__actions{padding-left:16px!important;}
.bowlos-menu-products.is-list .bowlos-product-card__add{padding:11px 18px!important;min-width:128px!important;}
@media(max-width:767px){
  .bowlos-cart-toast{left:14px;right:14px;bottom:96px;max-width:none;min-width:0;border-radius:20px;padding:12px;}
  .bowlos-cart-toast__icon{width:38px;height:38px;}
  .bowlos-cart-toast__link{padding:9px 12px;}
  .bowlos-menu-products.is-list .bowlos-product-card__purchase{gap:12px!important;}
  .bowlos-menu-products.is-list .bowlos-product-card__actions{padding-left:12px!important;}
  .bowlos-menu-products.is-list .bowlos-product-card__add{min-width:112px!important;padding:10px 12px!important;}
}

/* v1.42 - Quiz reward exclusivity, cart Bowl details and gift line polish */
.bowlos-cart-item-options{
    font-weight:400!important;
    color:#4b5563!important;
}
.bowlos-cart-item-options span{
    display:block;
    font-weight:400!important;
    margin:2px 0;
}
.bowlos-cart-item-options strong{
    font-weight:900!important;
    color:#111827!important;
}
.bowlos-cart-line-card__foot--gift{
    justify-content:flex-start!important;
    gap:14px!important;
}
.bowlos-cart-line-card__foot--gift > strong{
    margin-left:auto;
    color:#7fad39!important;
}
.bowlos-quiz-gift-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#ecf7df,#ffffff);
    border:1px solid #dceccd;
    color:#5f8e25;
    border-radius:999px;
    padding:8px 12px;
    font-size:12px;
    font-weight:900;
    line-height:1.2;
}
.bowlos-quiz-reward-panel small{
    display:block;
    color:#6b7280;
    font-weight:800;
    margin:8px 0;
}
.bowlos-quiz-intro--soft-error .bowlos-quiz-badge{
    background:#fff4d8;
    color:#9a6515;
}

/* v1.43 - Premium cart presentation for Araz Bilgi Yarışması gift rewards */
.bowlos-cart-line-card--quiz-gift{
    display:grid!important;
    grid-template-columns:64px 1fr!important;
    align-items:center!important;
    gap:16px!important;
    min-height:auto!important;
    padding:18px 20px!important;
    border:1px solid rgba(127,173,57,.24)!important;
    background:linear-gradient(135deg,#fbfff6 0%,#ffffff 58%,#f6fbef 100%)!important;
    box-shadow:0 14px 34px rgba(127,173,57,.10)!important;
}
.bowlos-cart-line-card--quiz-gift img{display:none!important;}
.bowlos-cart-gift-icon{
    width:56px;height:56px;border-radius:20px;
    display:flex;align-items:center;justify-content:center;
    background:linear-gradient(135deg,#7fad39,#4f7f1d);
    color:#fff;font-size:24px;
    box-shadow:0 12px 24px rgba(127,173,57,.28);
}
.bowlos-cart-line-card__body--gift{width:100%;}
.bowlos-cart-gift-top{
    display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;
}
.bowlos-cart-gift-top > strong{
    color:#111827!important;font-size:18px;font-weight:900;white-space:nowrap;
}
.bowlos-cart-line-card__body--gift h4{
    margin:0 0 4px!important;font-size:20px!important;font-weight:900!important;color:#1f2937!important;
}
.bowlos-cart-gift-desc{
    margin:0!important;color:#6b7280!important;font-size:13px!important;font-weight:700!important;
}
.bowlos-cart-line-card--quiz-gift .bowlos-quiz-gift-chip{
    background:#fff!important;
    border:1px solid rgba(127,173,57,.24)!important;
    color:#5f8e25!important;
    border-radius:999px!important;
    padding:7px 12px!important;
    font-size:12px!important;
    font-weight:900!important;
    box-shadow:0 8px 18px rgba(127,173,57,.08)!important;
}
.bowlos-cart-gift-remove{
    margin-top:9px;border:0;background:transparent;color:#9b1c1c;
    font-size:12px;font-weight:900;cursor:pointer;padding:0;
}
.bowlos-cart-gift-remove:hover{color:#dc2626;text-decoration:underline;}
.bowlos-cart-line-card--quiz-gift .bowlos-cart-qty-control,
.bowlos-cart-line-card--quiz-gift .bowlos-cart-remove{display:none!important;}
@media(max-width:767px){
    .bowlos-cart-line-card--quiz-gift{
        grid-template-columns:48px 1fr!important;
        gap:12px!important;
        padding:16px!important;
        border-radius:20px!important;
    }
    .bowlos-cart-gift-icon{width:46px;height:46px;border-radius:16px;font-size:20px;}
    .bowlos-cart-gift-top{align-items:flex-start;}
    .bowlos-cart-gift-top > strong{font-size:16px;}
    .bowlos-cart-line-card__body--gift h4{font-size:17px!important;}
}

/* BOWLOS v1.44 - Admin controlled menu layout and premium list spacing */
@media (min-width: 992px) {
  .bowlos-menu-page .bowlos-menu-fluid-container {
    max-width: var(--bowlos-menu-container-width, 1440px) !important;
    width: calc(100% - 36px) !important;
  }
  .bowlos-menu-page .bowlos-desktop-category-sidebar {
    flex: 0 0 var(--bowlos-menu-sidebar-width, 260px) !important;
    max-width: var(--bowlos-menu-sidebar-width, 260px) !important;
  }
  .bowlos-menu-page .bowlos-menu-products-column {
    flex: 1 1 calc(100% - var(--bowlos-menu-sidebar-width, 260px)) !important;
    max-width: calc(100% - var(--bowlos-menu-sidebar-width, 260px)) !important;
  }
  .bowlos-menu-products.is-list .bowlos-product-card {
    display: grid !important;
    grid-template-columns: minmax(170px, 210px) minmax(0, 1fr) !important;
    min-height: 184px !important;
    overflow: hidden !important;
  }
  .bowlos-menu-products.is-list .bowlos-product-card__image {
    width: 100% !important;
    min-height: 184px !important;
    height: 100% !important;
  }
  .bowlos-menu-products.is-list .bowlos-product-card__body {
    min-width: 0 !important;
    padding: 26px 26px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .bowlos-menu-products.is-list .bowlos-product-card__purchase {
    display: grid !important;
    grid-template-columns: minmax(88px, 1fr) minmax(var(--bowlos-menu-list-action-width, 230px), auto) !important;
    align-items: center !important;
    column-gap: 24px !important;
    width: 100% !important;
    margin-top: 18px !important;
  }
  .bowlos-menu-products.is-list .bowlos-product-card__actions {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: var(--bowlos-menu-list-action-width, 230px) !important;
    padding-left: 0 !important;
  }
  .bowlos-menu-products.is-list .bowlos-product-card__add {
    min-width: var(--bowlos-menu-list-button-width, 156px) !important;
    padding: 12px 20px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
  .bowlos-menu-products.is-list .bowlos-product-card__purchase h5 {
    min-width: 92px !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .bowlos-menu-products.is-list .bowlos-product-group__items > .bowlos-menu-product-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .bowlos-menu-products.is-list .bowlos-product-card__purchase {
    display: grid !important;
    grid-template-columns: minmax(80px, 1fr) auto !important;
    gap: 14px !important;
  }
  .bowlos-menu-products.is-list .bowlos-product-card__add {
    min-width: 128px !important;
    padding: 11px 16px !important;
  }
}
.bowlos-checkout-note,
.bowlos-checkout-customer-box,
.bowlos-checkout-service-types,
.bowlos-checkout-channel-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
  padding: 18px 20px;
  margin-bottom: 18px;
}
.bowlos-checkout-customer-box strong,
.bowlos-checkout-service-types strong,
.bowlos-checkout-channel-box strong { display:block; color:#1f2937; margin-bottom:10px; }
.bowlos-checkout-customer-box span { display:block; color:#6b7280; }
.bowlos-checkout-service-types label { display:inline-flex; align-items:center; gap:8px; margin:8px 14px 0 0; font-weight:700; color:#252525; }
.bowlos-checkout-channel-box span { display:inline-flex; background:#f3f8ec; color:#5f8e25; border-radius:999px; padding:7px 12px; margin:6px 6px 0 0; font-weight:800; font-size:13px; }
.bowlos-checkout-channel-box em { display:block; margin-top:10px; color:#8a5a00; font-style:normal; font-weight:800; }

/* BOWLOS v1.54 checkout + bowl usability */
.bowlos-checkout-page .checkout__input p small{color:#8a8f86;font-weight:700;margin-left:6px;text-transform:none}
.bowlos-checkout-customer-box{background:#f7fbf1;border:1px solid #e3efd7;border-radius:18px;padding:14px 16px;margin-bottom:16px;display:grid;gap:3px}
.bowlos-checkout-customer-box strong{color:#263326;font-size:17px}.bowlos-checkout-customer-box span{color:#6f7769;font-weight:700}
.bowlos-checkout-result{display:none;margin-top:16px;border-radius:18px;padding:14px 16px;font-weight:800;line-height:1.45}.bowlos-checkout-result.is-success,.bowlos-checkout-result.is-error{display:grid;gap:4px}.bowlos-checkout-result.is-success{background:#ecf8e7;border:1px solid #cdecbf;color:#376b1f}.bowlos-checkout-result.is-error{background:#fff0f0;border:1px solid #ffd1d1;color:#9b2222}.bowlos-checkout-result span{font-weight:700}
.bowlos-checkout-line{display:flex!important;justify-content:space-between;gap:14px;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.18);padding:10px 0!important}.bowlos-checkout-line>span{display:grid;gap:4px;max-width:72%}.bowlos-checkout-line small{color:#b9b9b9;font-size:12px;line-height:1.45}.bowlos-checkout-line em{font-style:normal;font-weight:900;color:#fff;white-space:nowrap}.bowlos-checkout-line--discount em{color:#a7dc6d}.bowlos-checkout-submit:disabled{opacity:.65;cursor:not-allowed}.bowlos-checkout-whatsapp{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;width:100%;border-radius:14px;background:#25d366;color:#fff!important;font-weight:900;padding:12px 14px;text-decoration:none!important}
.bowlos-bowl-accordion__button{gap:14px}.bowlos-bowl-accordion__button strong{flex:1;min-width:0}.bowlos-bowl-accordion__button span{margin-left:auto;text-align:right;flex:0 0 auto}.bowlos-bowl-extra-warning{position:fixed;inset:0;background:rgba(20,24,20,.45);z-index:2147483100;display:none;align-items:center;justify-content:center;padding:18px}.bowlos-bowl-extra-warning.is-open{display:flex}.bowlos-bowl-extra-warning__box{background:#fff;border-radius:26px;box-shadow:0 30px 90px rgba(0,0,0,.24);max-width:420px;width:100%;padding:28px;position:relative;border:1px solid #edf1e7}.bowlos-bowl-extra-warning__box strong{display:block;color:#263326;font-size:24px;margin-bottom:10px}.bowlos-bowl-extra-warning__box p{color:#5f665b;font-weight:700;line-height:1.55;margin:0 0 18px}.bowlos-bowl-extra-warning__close{position:absolute;right:14px;top:12px;border:0;background:#f3f6ef;border-radius:999px;width:34px;height:34px;font-size:22px;line-height:1}.bowlos-bowl-extra-warning__ok{background:#7fad39;color:#fff;border:0;border-radius:999px;padding:12px 20px;font-weight:900;width:100%}
@media(max-width:767px){.bowlos-bowl-accordion__button{align-items:flex-start}.bowlos-bowl-accordion__button span{font-size:11px;white-space:normal}.bowlos-checkout-line>span{max-width:65%}}

/* BOWLOS v58.4 menu speed: lazy product backgrounds */
.bowlos-menu-page .set-bg.is-bg-lazy:not(.is-bg-loaded),
.bowlos-menu-page .bowlos-product-card__image:not(.is-bg-loaded) {
  background: linear-gradient(135deg, #f3f5ef, #e8eee1);
}
.bowlos-menu-page .bowlos-product-card__image {
  background-color: #f3f5ef;
  background-size: cover;
  background-position: center;
}

/* BOWLOS v59.1: eski siyah mobil sepet bandı desktop'ta görünmesin ve QR Menü shell'e karışmasın. */
@media (min-width: 992px) {
    .bowlos-mobile-cart-band {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    body {
        padding-bottom: 0;
    }
}
body.bowlos-menu-shell-body .bowlos-mobile-cart-band {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
body.bowlos-menu-shell-body.bowlos-quiz-open .bowlos-mobile-cart-band {
    display: none !important;
}

/* BOWLOS v74.3: public/admin image path fallback + stable product thumbs */
.bowlos-menu-page .bowlos-product-card__image,
.bowlos-menu-page .product__item__pic.bowlos-product-card__image {
    position: relative;
    overflow: hidden;
    background-color: #f3f5ef;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bowlos-menu-page .bowlos-product-card__image.is-bg-error,
.bowlos-menu-page .bowlos-product-card__image.is-bg-fallback {
    background-image: linear-gradient(135deg, #f3f5ef, #e8eee1) !important;
}
.bowlos-img-fallback-applied {
    object-fit: cover;
    object-position: center;
    background: #f3f5ef;
}

/* v75: Müşteri mobil/UX düzeltmeleri */
.bowlos-checkout-channel-box{display:none!important;}
.bowlos-checkout-order-card.is-empty .checkout__order__products,
.bowlos-checkout-order-card.is-empty .checkout__order__total{
    opacity:.55;
}
.bowlos-checkout-order-card.is-empty .bowlos-checkout-submit{
    background:#b9b9b9!important;
    cursor:not-allowed!important;
}
.bowlos-checkout-result--success-final{
    display:block!important;
    margin-top:18px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
}
.bowlos-order-success-card{
    display:grid;
    gap:14px;
    padding:22px;
    border-radius:26px;
    background:linear-gradient(135deg,#eefbe9,#ffffff);
    border:1px solid #cdecbf;
    box-shadow:0 18px 42px rgba(55,107,31,.13);
    color:#214438;
}
.bowlos-order-success-card__icon{
    width:58px;
    height:58px;
    border-radius:999px;
    background:#7fad39;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    font-weight:1000;
    box-shadow:0 14px 30px rgba(127,173,57,.28);
}
.bowlos-order-success-card__body{display:grid;gap:6px;}
.bowlos-order-success-card__body strong{font-size:26px;font-weight:1000;color:#214438;line-height:1.15;}
.bowlos-order-success-card__body span{font-size:17px;font-weight:900;color:#376b1f;line-height:1.45;}
.bowlos-order-success-card__body small{color:#5b6d61;font-weight:700;line-height:1.45;}
.bowlos-order-success-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px;}
.bowlos-order-success-card__actions a,
.bowlos-order-success-card__actions button{
    min-height:48px;
    border:0;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    text-decoration:none!important;
    font-weight:1000;
    cursor:pointer;
}
.bowlos-order-success-card__actions a{background:#214438;color:#fff!important;}
.bowlos-order-success-card__actions button{background:#edf5ee;color:#214438;}
body.bowlos-order-success .bowlos-checkout-order-card{display:none!important;}
body.bowlos-order-success .bowlos-checkout-note,
body.bowlos-order-success .bowlos-checkout-customer-box,
body.bowlos-order-success .bowlos-checkout-service-types,
body.bowlos-order-success .bowlos-checkout-location-field,
body.bowlos-order-success .bowlos-checkout-page .checkout__input:not(.bowlos-checkout-location-field){display:none!important;}
.bowlos-bowl-choice input:disabled + span{opacity:1;}
.bowlos-bowl-choice.is-disabled{opacity:1;cursor:pointer;}
.bowlos-bowl-extra-warning__box strong{line-height:1.2;}
@media(max-width:767px){
    .bowlos-order-success-card{padding:20px;border-radius:24px;}
    .bowlos-order-success-card__body strong{font-size:23px;}
    .bowlos-order-success-card__body span{font-size:16px;overflow-wrap:anywhere;}
    .bowlos-order-success-card__actions{grid-template-columns:1fr;}
    .bowlos-checkout-page .checkout__form h4{font-size:28px;}
    .bowlos-checkout-page .checkout__input p small{display:block;margin:4px 0 0;}
    .bowlos-bowl-summary__total{padding:14px!important;}
    .bowlos-bowl-summary__total strong{font-size:24px!important;}
    .bowlos-bowl-qty{margin-bottom:18px!important;}
}

/* BOWLOS v89 - Customer-safe smart recommendation cards */
.bowlos-cart-recommendations-card .bowlos-cart-card__head h3{letter-spacing:-.01em}
.bowlos-cart-recommendations-card .bowlos-cart-card__head p{max-width:520px;color:#6b7280}
.bowlos-cart-rec-card{min-height:112px;overflow:hidden}
.bowlos-cart-rec-card span{font-size:12px;text-transform:none;letter-spacing:0;color:#5f8e25;background:#f1f8e8;border-radius:999px;padding:4px 9px;display:inline-flex;width:max-content;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bowlos-cart-rec-card h4{line-height:1.2}
.bowlos-cart-rec-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.bowlos-cart-rec-card button{min-height:38px;white-space:nowrap}
@media(max-width:575px){.bowlos-cart-rec-card{grid-template-columns:64px 1fr;gap:10px;padding:10px}.bowlos-cart-rec-card img{width:64px;height:64px}.bowlos-cart-rec-card span{font-size:11px}.bowlos-cart-rec-card h4{font-size:14px}.bowlos-cart-rec-card p{font-size:12px}.bowlos-cart-rec-card>strong{font-size:12px}.bowlos-cart-rec-card button{padding:8px 11px;font-size:12px}}

/* BOWLOS v110 - Public menu LIST view card layout fix only
   Scope: sadece #bowlos-menu-products.is-list içindeki ürün kartları.
   Grid görünümüne, sepet önerilerine, otel kartlarına ve admin kartlarına dokunmaz. */
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-group__items{
    row-gap:18px!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-group__items > .bowlos-menu-product-col{
    flex:0 0 100%!important;
    max-width:100%!important;
    width:100%!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
    display:grid!important;
    grid-template-columns:158px minmax(0,1fr)!important;
    align-items:stretch!important;
    gap:0!important;
    min-height:158px!important;
    height:auto!important;
    margin:0 0 18px!important;
    overflow:hidden!important;
    border:1px solid rgba(23,33,28,.08)!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:0 12px 32px rgba(23,33,28,.065)!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card:hover{
    transform:translateY(-2px)!important;
    box-shadow:0 18px 42px rgba(23,33,28,.10)!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
#bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
    width:158px!important;
    height:158px!important;
    min-height:158px!important;
    flex:0 0 158px!important;
    align-self:stretch!important;
    display:block!important;
    background-color:#f3f6f1!important;
    background-size:contain!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    border-radius:0!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body,
#bowlos-menu-products.bowlos-menu-products.is-list .product__item__text.bowlos-product-card__body{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:stretch!important;
    padding:22px 24px!important;
    text-align:left!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body h6{
    margin:0 0 8px!important;
    color:#17211c!important;
    font-size:19px!important;
    font-weight:950!important;
    line-height:1.22!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body h6 a,
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body h6 span{
    color:inherit!important;
    text-decoration:none!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body h6 a:hover{
    color:#174d3a!important;
    text-decoration:none!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__desc{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    margin:0 0 16px!important;
    max-width:760px!important;
    color:#667085!important;
    font-size:14px!important;
    line-height:1.55!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__purchase{
    width:100%!important;
    margin-top:auto!important;
    padding-top:0!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    text-align:left!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__purchase h5{
    flex:0 0 auto!important;
    min-width:108px!important;
    width:auto!important;
    margin:0!important;
    color:#174d3a!important;
    font-size:21px!important;
    font-weight:1000!important;
    line-height:1.1!important;
    text-align:left!important;
    white-space:nowrap!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__actions{
    flex:0 0 auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
    min-width:0!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__add{
    min-width:148px!important;
    max-width:100%!important;
    height:44px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 22px!important;
    border-radius:999px!important;
    background:#7fad39!important;
    border-color:#7fad39!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1!important;
    text-align:center!important;
    white-space:nowrap!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__detail{
    height:40px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 14px!important;
    white-space:nowrap!important;
    text-decoration:none!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic__hover{
    display:none!important;
}
@media(max-width:991px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
        grid-template-columns:132px minmax(0,1fr)!important;
        min-height:142px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
        width:132px!important;
        height:142px!important;
        min-height:142px!important;
        flex-basis:132px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__text.bowlos-product-card__body{
        padding:18px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__purchase{
        gap:12px!important;
    }
}
@media(max-width:575px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
        grid-template-columns:104px minmax(0,1fr)!important;
        min-height:124px!important;
        border-radius:18px!important;
        margin-bottom:14px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
        width:104px!important;
        height:124px!important;
        min-height:124px!important;
        flex-basis:104px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__text.bowlos-product-card__body{
        padding:13px 12px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body h6{
        margin-bottom:5px!important;
        font-size:15px!important;
        line-height:1.22!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__desc{
        margin-bottom:9px!important;
        font-size:12px!important;
        line-height:1.35!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__purchase{
        gap:8px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__purchase h5{
        min-width:74px!important;
        font-size:16px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__actions{
        flex:1 1 auto!important;
        justify-content:flex-end!important;
        gap:6px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__add{
        min-width:86px!important;
        height:38px!important;
        padding:0 12px!important;
        font-size:11px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__detail{
        display:none!important;
    }
}
@media(max-width:380px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
        grid-template-columns:92px minmax(0,1fr)!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
        width:92px!important;
        height:118px!important;
        min-height:118px!important;
        flex-basis:92px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__add{
        min-width:72px!important;
        padding:0 10px!important;
    }
}


/* BOWLOS v111 - Public menu LIST view responsive columns + image fill fix
   Scope: Sadece #bowlos-menu-products.is-list içindeki ürün kartları.
   Grid görünümü, admin kartları, otel kartları ve sepet önerileri etkilenmez. */
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-group__items{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:stretch!important;
    row-gap:18px!important;
    margin-left:-10px!important;
    margin-right:-10px!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-group__items > .bowlos-menu-product-col{
    padding-left:10px!important;
    padding-right:10px!important;
    margin-bottom:0!important;
}
@media(min-width:768px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-group__items > .bowlos-menu-product-col{
        flex:0 0 50%!important;
        max-width:50%!important;
        width:50%!important;
    }
}
@media(max-width:767px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-group__items{
        margin-left:0!important;
        margin-right:0!important;
        row-gap:14px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-group__items > .bowlos-menu-product-col{
        flex:0 0 100%!important;
        max-width:100%!important;
        width:100%!important;
        padding-left:0!important;
        padding-right:0!important;
    }
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
    width:100%!important;
    height:100%!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:150px minmax(0,1fr)!important;
    min-height:150px!important;
    background:#fff!important;
    overflow:hidden!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
#bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
    width:150px!important;
    height:100%!important;
    min-height:150px!important;
    flex:0 0 150px!important;
    align-self:stretch!important;
    background-color:#eef2f6!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    border-radius:0!important;
    overflow:hidden!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image img,
#bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body,
#bowlos-menu-products.bowlos-menu-products.is-list .product__item__text.bowlos-product-card__body{
    padding:20px 20px!important;
    min-width:0!important;
    overflow:hidden!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__desc{
    max-width:100%!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__purchase{
    width:100%!important;
    min-width:0!important;
    gap:12px!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__purchase h5{
    min-width:88px!important;
    font-size:20px!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__actions{
    flex:1 1 auto!important;
    min-width:0!important;
    justify-content:flex-end!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__add{
    min-width:126px!important;
    padding:0 16px!important;
}
@media(min-width:768px) and (max-width:1199px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
        grid-template-columns:124px minmax(0,1fr)!important;
        min-height:138px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
        width:124px!important;
        min-height:138px!important;
        flex-basis:124px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__text.bowlos-product-card__body{
        padding:16px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body h6{
        font-size:17px!important;
        margin-bottom:6px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__desc{
        font-size:13px!important;
        line-height:1.42!important;
        margin-bottom:12px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__purchase h5{
        min-width:78px!important;
        font-size:18px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__add{
        min-width:106px!important;
        height:40px!important;
        padding:0 12px!important;
        font-size:11px!important;
    }
}
@media(max-width:767px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
        grid-template-columns:112px minmax(0,1fr)!important;
        min-height:128px!important;
        border-radius:18px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
        width:112px!important;
        min-height:128px!important;
        flex-basis:112px!important;
        background-size:cover!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__text.bowlos-product-card__body{
        padding:13px 12px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__body h6{
        font-size:15px!important;
        margin-bottom:5px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__desc{
        -webkit-line-clamp:2!important;
        font-size:12px!important;
        line-height:1.35!important;
        margin-bottom:9px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__purchase h5{
        min-width:74px!important;
        font-size:16px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__add{
        min-width:84px!important;
        height:38px!important;
        padding:0 10px!important;
        font-size:11px!important;
    }
}
@media(max-width:380px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
        grid-template-columns:96px minmax(0,1fr)!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
        width:96px!important;
        min-height:122px!important;
        flex-basis:96px!important;
    }
}

/* FERcort v120 - ortak QR masa seçimi müşteri arayüzü */
.bowlos-qr-context-band,.bowlos-selected-table-band{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#e9f9ed,#fff7df);border:1px solid rgba(31,125,83,.22);border-radius:18px;padding:12px 14px;margin:0 0 14px;color:#12311f;box-shadow:0 10px 26px rgba(31,125,83,.08);font-weight:850}.bowlos-qr-context-band i,.bowlos-selected-table-band i{color:#1f7d53;font-size:18px}.bowlos-qr-context-band span,.bowlos-selected-table-band span{color:#66725f;font-size:13px}.bowlos-selected-table-band button,.bowlos-change-table-btn{border:0;background:#fff;color:#1f7d53;border-radius:999px;padding:7px 11px;font-weight:900;margin-left:auto;box-shadow:0 4px 14px rgba(31,125,83,.12)}.bowlos-change-table-btn{margin-top:8px;margin-left:0}.bowlos-table-picker{position:fixed;inset:0;z-index:5000;background:rgba(5,12,20,.48);display:none;align-items:center;justify-content:center;padding:18px}.bowlos-table-picker.is-open{display:flex}.bowlos-table-picker__panel{width:min(680px,96vw);max-height:90vh;background:#fffdf6;border-radius:26px;box-shadow:0 28px 80px rgba(0,0,0,.28);position:relative;overflow:hidden;display:flex;flex-direction:column}.bowlos-table-picker__close{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:999px;background:#f2f4ea;font-size:24px;line-height:1;z-index:3}.bowlos-table-picker__head{padding:22px 22px 14px;background:linear-gradient(135deg,#143b2a,#1f7d53);color:#fff}.bowlos-table-picker__head strong{display:block;font-size:24px;line-height:1.1}.bowlos-table-picker__head span{display:block;color:#e6f5e5;margin-top:5px;font-weight:750}.bowlos-table-picker__body{padding:16px 18px 96px;overflow:auto}.bowlos-table-picker__group{margin-bottom:16px}.bowlos-table-picker__group h3{margin:0 0 10px;color:#143b2a;font-size:17px;font-weight:950}.bowlos-table-picker__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bowlos-table-option{border:2px solid transparent;border-radius:18px;background:#f7faef;padding:12px 10px;min-height:74px;text-align:left;box-shadow:0 8px 22px rgba(20,59,42,.08);transition:.16s transform,.16s box-shadow,.16s border-color,.16s background}.bowlos-table-option span{display:block;font-weight:950;color:#183727}.bowlos-table-option small{display:block;color:#71806b;font-weight:850;margin-top:4px}.bowlos-table-option:not(.is-blocked):hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(20,59,42,.14)}.bowlos-table-option.is-selected{background:linear-gradient(135deg,#1f7d53,#ff9d2e);border-color:#fff;color:#fff}.bowlos-table-option.is-selected span,.bowlos-table-option.is-selected small{color:#fff}.bowlos-table-option.is-blocked{background:#eef0ee;color:#9aa09b;cursor:not-allowed;opacity:.72}.bowlos-table-picker__confirm{position:absolute;left:0;right:0;bottom:0;padding:14px 18px calc(14px + env(safe-area-inset-bottom));background:rgba(255,253,246,.95);border-top:1px solid #ece8d8;box-shadow:0 -12px 30px rgba(20,59,42,.08)}.bowlos-table-picker__confirm button{width:100%;height:54px;border:0;border-radius:18px;background:linear-gradient(135deg,#1f7d53,#ff9d2e);color:#fff;font-weight:950;font-size:16px;box-shadow:0 14px 28px rgba(31,125,83,.22)}.bowlos-table-picker__confirm button:disabled{background:#d8ddd5;color:#7d867c;box-shadow:none}.bowlos-table-picker__empty{padding:24px;text-align:center;font-weight:900;color:#6b7280}@media(max-width:767px){.bowlos-table-picker{align-items:flex-end;padding:0;background:rgba(5,12,20,.55)}.bowlos-table-picker__panel{width:100%;max-height:88vh;border-radius:24px 24px 0 0;animation:bowlosSheetUp .22s ease-out}.bowlos-table-picker__body{padding-bottom:calc(98px + env(safe-area-inset-bottom))}.bowlos-table-picker__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bowlos-table-option{min-height:70px}.bowlos-selected-table-band{align-items:flex-start;flex-wrap:wrap}.bowlos-selected-table-band button{width:100%;margin-left:0}}@keyframes bowlosSheetUp{from{transform:translateY(100%)}to{transform:translateY(0)}}

/* FERcort v125 - ortak QR masa seçimi / checkout kontrol düzeltmesi */
.bowlos-checkout-table-select-card{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#fffdf6,#eef8ec);border:1px solid rgba(64,109,69,.18);border-radius:20px;padding:14px 16px;margin:0 0 18px;box-shadow:0 12px 30px rgba(31,72,47,.08);color:#1f2a24}
.bowlos-checkout-table-select-card__icon{width:42px;height:42px;border-radius:14px;background:#dfeedd;display:flex;align-items:center;justify-content:center;font-size:20px;flex:0 0 auto}
.bowlos-checkout-table-select-card__text{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.bowlos-checkout-table-select-card__text strong{font-size:16px;line-height:1.2;color:#1e2d22;font-weight:750;letter-spacing:-.01em}
.bowlos-checkout-table-select-card__text span{font-size:13px;color:#66725f;font-weight:500;line-height:1.35}
.bowlos-checkout-table-select-card button{border:0;border-radius:999px;background:#557f44;color:#fff;font-size:13px;font-weight:750;padding:10px 15px;white-space:nowrap;box-shadow:0 10px 20px rgba(85,127,68,.18);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.bowlos-checkout-table-select-card button:hover{background:#466f37;transform:translateY(-1px);box-shadow:0 14px 24px rgba(85,127,68,.22)}
.bowlos-checkout-table-select-card.has-table{background:linear-gradient(135deg,#eef8ec,#fff8df);border-color:rgba(85,127,68,.28)}
.bowlos-checkout-table-select-card.has-table .bowlos-checkout-table-select-card__icon{background:#cfe8ca}
.bowlos-table-picker{position:fixed!important;inset:0!important;z-index:99999!important;background:rgba(6,12,10,.48)!important;display:none;align-items:center;justify-content:center;padding:18px;overscroll-behavior:contain}
.bowlos-table-picker.is-open{display:flex!important}
.bowlos-table-picker__panel{width:min(660px,96vw);max-height:88vh;background:#fffdf8;border-radius:26px;box-shadow:0 30px 90px rgba(13,34,22,.32);position:relative;overflow:hidden;display:flex;flex-direction:column;transform:translateY(0)}
.bowlos-table-picker__head{padding:20px 22px 14px;background:linear-gradient(135deg,#284c30,#5f8e49);color:#fff}
.bowlos-table-picker__head strong{display:block;font-size:21px;line-height:1.12;font-weight:760;letter-spacing:-.02em}
.bowlos-table-picker__head span{display:block;color:rgba(255,255,255,.86);margin-top:5px;font-size:13px;font-weight:500}
.bowlos-table-picker__body{padding:15px 18px 96px;overflow:auto;-webkit-overflow-scrolling:touch}
.bowlos-table-picker__group{margin:0 0 15px}.bowlos-table-picker__group h3{margin:0 0 9px;color:#26352a;font-size:15px;font-weight:760;letter-spacing:-.01em}.bowlos-table-picker__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bowlos-table-option{border:1px solid rgba(47,71,51,.12);border-radius:16px;background:#f4f7ef;padding:11px 10px;min-height:54px;text-align:left;box-shadow:0 8px 18px rgba(30,55,38,.06);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.bowlos-table-option span{display:block;font-weight:760;font-size:14px;color:#26352a}.bowlos-table-option small{display:block;color:#fff;font-size:11px;font-weight:720;margin-top:4px}.bowlos-table-option.is-garden{background:#cfe4c3;border-color:#9fc58b}.bowlos-table-option.is-garden span{color:#1d371e}.bowlos-table-option.is-indoor{background:#f3f0e7;border-color:#e2dbc9}.bowlos-table-option.is-front{background:#fff4dc;border-color:#ecd99d}.bowlos-table-option:not(.is-blocked):hover{transform:translateY(-1px);box-shadow:0 14px 25px rgba(30,55,38,.13)}.bowlos-table-option.is-selected{background:linear-gradient(135deg,#4b7c39,#e9a12c)!important;border-color:rgba(255,255,255,.8);box-shadow:0 16px 28px rgba(75,124,57,.23)}.bowlos-table-option.is-selected span,.bowlos-table-option.is-selected small{color:#fff}.bowlos-table-option.is-blocked{background:#e6e8e4!important;border-color:#d5d9d3!important;cursor:not-allowed;opacity:.76;box-shadow:none}.bowlos-table-option.is-blocked span{color:#7a8179}.bowlos-table-option.is-blocked small{color:#7a8179}.bowlos-table-picker__group--accordion{border:1px solid rgba(47,71,51,.12);border-radius:16px;background:#fff8e8;padding:0;overflow:hidden}.bowlos-table-picker__group--accordion summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;font-size:15px;font-weight:760;color:#594120}.bowlos-table-picker__group--accordion summary::-webkit-details-marker{display:none}.bowlos-table-picker__group--accordion summary:before{content:'▸';margin-right:3px;color:#bf7b16}.bowlos-table-picker__group--accordion[open] summary:before{content:'▾'}.bowlos-table-picker__group--accordion summary span{font-size:12px;font-weight:650;color:#7e6744;background:#fff;border-radius:999px;padding:4px 8px}.bowlos-table-picker__group--accordion .bowlos-table-picker__grid{padding:0 12px 12px}.bowlos-table-picker__confirm{position:absolute;left:0;right:0;bottom:0;padding:13px 18px calc(13px + env(safe-area-inset-bottom));background:rgba(255,253,248,.97);border-top:1px solid #ece8d8;box-shadow:0 -12px 30px rgba(20,59,42,.08)}.bowlos-table-picker__confirm button{width:100%;height:52px;border:0;border-radius:17px;background:linear-gradient(135deg,#4b7c39,#e9a12c);color:#fff;font-weight:760;font-size:15px;box-shadow:0 14px 26px rgba(75,124,57,.22)}.bowlos-table-picker__confirm button:disabled{background:#d8ddd5;color:#7d867c;box-shadow:none}
@media(max-width:767px){.bowlos-checkout-table-select-card{align-items:flex-start;padding:13px 13px;border-radius:18px;gap:10px}.bowlos-checkout-table-select-card__icon{width:38px;height:38px;border-radius:13px}.bowlos-checkout-table-select-card__text strong{font-size:15px}.bowlos-checkout-table-select-card__text span{font-size:12.5px}.bowlos-checkout-table-select-card button{width:100%;margin-top:8px;flex-basis:100%;padding:11px 14px}.bowlos-table-picker{align-items:flex-end!important;padding:0!important;background:rgba(6,12,10,.56)!important}.bowlos-table-picker__panel{width:100%!important;max-height:86vh!important;border-radius:24px 24px 0 0!important;animation:bowlosSheetUpV125 .24s cubic-bezier(.2,.8,.2,1);box-shadow:0 -22px 70px rgba(6,12,10,.34)}.bowlos-table-picker__head{padding:18px 18px 13px}.bowlos-table-picker__head strong{font-size:20px}.bowlos-table-picker__body{padding:14px 14px calc(92px + env(safe-area-inset-bottom))}.bowlos-table-picker__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.bowlos-table-option{min-height:52px;border-radius:15px}.bowlos-table-picker__confirm{padding:12px 14px calc(12px + env(safe-area-inset-bottom))}.bowlos-table-picker__close{right:12px;top:10px}}
@keyframes bowlosSheetUpV125{from{transform:translateY(105%)}to{transform:translateY(0)}}

/* FERcort v126: customer login/account redesign, quiz reward account view and WhatsApp CTA emphasis */
.bowlos-premium-auth{
    background:
        radial-gradient(circle at 8% 8%, rgba(187,215,162,.34), transparent 26%),
        radial-gradient(circle at 90% 18%, rgba(255,221,150,.30), transparent 24%),
        linear-gradient(135deg,#fbfaf3 0%,#f4f8ed 50%,#ffffff 100%)!important;
    padding-top:46px!important;
    padding-bottom:92px!important;
}
.bowlos-premium-auth__shell{grid-template-columns:minmax(0,1fr) minmax(360px,430px)!important;gap:22px!important;}
.bowlos-premium-auth__story{
    min-height:520px!important;
    border-radius:30px!important;
    padding:34px!important;
    background:
        linear-gradient(135deg,rgba(62,97,45,.92),rgba(126,151,89,.88)),
        url('../../../themes/ogani/assets/img/hero/banner.jpg') center/cover!important;
    box-shadow:0 18px 44px rgba(63,89,50,.16)!important;
}
.bowlos-premium-auth__eyebrow{font-size:12px!important;font-weight:800!important;background:rgba(255,255,255,.18)!important;}
.bowlos-premium-auth__story h1{font-size:clamp(30px,4.2vw,48px)!important;font-weight:800!important;letter-spacing:-.4px!important;}
.bowlos-premium-auth__story p{font-size:15px!important;line-height:1.65!important;max-width:620px!important;}
.bowlos-premium-auth__reward-card{border-radius:22px!important;padding:16px!important;background:rgba(255,255,255,.17)!important;}
.bowlos-premium-auth__gift{width:52px!important;height:52px!important;border-radius:18px!important;background:#f2b95f!important;font-size:26px!important;box-shadow:0 12px 26px rgba(0,0,0,.14)!important;}
.bowlos-premium-auth__reward-card strong{font-size:16px!important;font-weight:800!important;}
.bowlos-premium-auth__benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
.bowlos-premium-auth__benefits strong{min-height:54px!important;border-radius:16px!important;font-size:13px!important;font-weight:700!important;background:rgba(255,255,255,.14)!important;}
.bowlos-premium-auth__panel{border-radius:26px!important;padding:21px!important;box-shadow:0 18px 42px rgba(54,78,43,.10)!important;border-color:#e5ecda!important;}
.bowlos-premium-auth__form-title h2{font-size:22px!important;font-weight:750!important;color:#243323!important;}
.bowlos-premium-auth__form-title p{font-size:13px!important;color:#71806b!important;line-height:1.55!important;}
.bowlos-premium-auth .bowlos-auth-tabs{background:#f3f6ed!important;border-radius:16px!important;padding:5px!important;}
.bowlos-premium-auth .bowlos-auth-tabs button{min-height:42px!important;border-radius:13px!important;font-size:14px!important;font-weight:750!important;}
.bowlos-premium-auth .bowlos-auth-tabs button.active{background:#6d934d!important;box-shadow:0 10px 22px rgba(109,147,77,.22)!important;}
.bowlos-premium-auth .bowlos-auth-form label{font-size:12.5px!important;font-weight:750!important;color:#394739!important;}
.bowlos-premium-auth .bowlos-auth-form input[type=text],
.bowlos-premium-auth .bowlos-auth-form input[type=password],
.bowlos-premium-auth .bowlos-auth-form input[type=email],
.bowlos-premium-auth .bowlos-auth-form input[type=tel]{min-height:46px!important;border-radius:14px!important;background:#fffdf7!important;border-color:#dde8d3!important;font-size:14px!important;}
.bowlos-premium-auth .bowlos-auth-submit{min-height:48px!important;border-radius:15px!important;background:#6d934d!important;font-weight:800!important;box-shadow:0 14px 28px rgba(109,147,77,.22)!important;}
.bowlos-auth-inline-links a,.bowlos-auth-return{color:#6d934d!important;font-weight:800!important;font-size:13px!important;}

.bowlos-customer-account{background:linear-gradient(135deg,#fbfaf3 0%,#f5f8ef 54%,#ffffff 100%);padding-top:42px;padding-bottom:112px;min-height:72vh;}
.bowlos-account-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px;padding:26px;border:1px solid #e6ecdc;border-radius:28px;background:linear-gradient(135deg,#ffffff,#f4f8ed);box-shadow:0 16px 36px rgba(48,70,40,.08);}
.bowlos-account-kicker{display:inline-flex;padding:7px 12px;border-radius:999px;background:#edf6e5;color:#607f43;font-size:12px;font-weight:800;margin-bottom:10px;}
.bowlos-account-hero h1{font-size:clamp(28px,4vw,42px);font-weight:800;color:#223022;letter-spacing:-.5px;margin:0 0 6px;}
.bowlos-account-hero p{margin:0;color:#6b7568;font-size:15px;line-height:1.55;}
.bowlos-account-hero__actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end;}
.bowlos-account-hero__actions a{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 13px;border-radius:999px;background:#6d934d;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:800;}
.bowlos-account-hero__actions a.is-light{background:#fff;color:#3d4d3b!important;border:1px solid #dfe8d3;}
.bowlos-account-alerts{display:grid;gap:10px;margin-bottom:16px;}
.bowlos-account-alerts>div{display:flex;gap:9px;align-items:center;border-radius:16px;padding:12px 14px;font-size:14px;font-weight:750;}
.bowlos-account-alerts .is-success{background:#ecf8ea;color:#27632b;border:1px solid #ccecc7}.bowlos-account-alerts .is-info{background:#eef7ff;color:#075985;border:1px solid #bae6fd}.bowlos-account-alerts .is-error{background:#fff1f1;color:#a93333;border:1px solid #ffd1d1}
.bowlos-account-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;}
.bowlos-account-card{position:relative;display:grid;gap:12px;min-height:220px;border:1px solid #e4ebda;border-radius:24px;padding:18px;background:#fff;box-shadow:0 14px 32px rgba(48,70,40,.07);overflow:hidden;}
.bowlos-account-card:before{content:'';position:absolute;right:-38px;top:-38px;width:120px;height:120px;border-radius:999px;background:rgba(109,147,77,.10);}
.bowlos-account-card--reward{background:#f2f8ea}.bowlos-account-card--orders{background:#fff8e7}.bowlos-account-card--points{background:#eef6ff}.bowlos-account-card--profile{background:#fff2f4}.bowlos-account-card.is-muted{filter:saturate(.82);}
.bowlos-account-card__icon{width:48px;height:48px;border-radius:17px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.72);font-size:25px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7);}
.bowlos-account-card__body{display:grid;gap:4px;position:relative;z-index:2;}
.bowlos-account-card__body span{color:#667060;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;}
.bowlos-account-card__body strong{color:#243323;font-size:22px;line-height:1.15;font-weight:850;}
.bowlos-account-card__body p{margin:0;color:#5e6b5d;font-size:13px;line-height:1.45;font-weight:650;}
.bowlos-account-card__body small{color:#7a8375;font-size:12px;line-height:1.45;}
.bowlos-account-card__cta{align-self:end;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border-radius:999px;background:#243323;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:800;position:relative;z-index:2;}
.bowlos-account-two-col{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:16px;align-items:start;}
.bowlos-account-panel{background:#fff;border:1px solid #e4ebda;border-radius:26px;padding:20px;box-shadow:0 14px 34px rgba(48,70,40,.07);}
.bowlos-account-panel--soft{background:#f7fbf0;}
.bowlos-account-panel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;}
.bowlos-account-panel__head span{font-size:12px;color:#6d934d;font-weight:850;text-transform:uppercase;letter-spacing:.4px}.bowlos-account-panel__head h2{font-size:21px;color:#243323;font-weight:850;margin:3px 0 0}.bowlos-account-panel__head a{font-size:13px;color:#6d934d;font-weight:800;text-decoration:none!important;}
.bowlos-account-orders{display:grid;gap:10px;}.bowlos-account-orders article{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:13px;border-radius:18px;background:#fbfcf8;border:1px solid #edf1e8;}
.bowlos-account-orders strong{display:block;color:#243323;font-size:14px}.bowlos-account-orders span,.bowlos-account-orders small{display:block;color:#6b7568;font-size:12px;margin-top:2px}.bowlos-account-orders b{display:block;text-align:right;color:#243323;font-size:15px}.bowlos-account-orders em{display:inline-flex;margin-top:4px;padding:4px 8px;border-radius:999px;background:#edf6e5;color:#607f43;font-size:11px;font-weight:800;font-style:normal;}
.bowlos-account-empty{padding:24px;border-radius:20px;background:#f7faf3;text-align:center;color:#6b7568}.bowlos-account-empty strong{display:block;color:#243323;margin-bottom:5px}
.bowlos-account-quiz-status{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;}.bowlos-account-quiz-status div{border-radius:18px;background:#fff;padding:14px;text-align:center;border:1px solid #e4ebda}.bowlos-account-quiz-status strong{display:block;font-size:23px;color:#243323;font-weight:850}.bowlos-account-quiz-status span{display:block;color:#6b7568;font-size:12px;font-weight:750;line-height:1.35}.bowlos-account-note{margin:0;color:#687468;font-size:13px;line-height:1.55;}
.bowlos-order-success-card__actions a.is-whatsapp-required{grid-column:1/-1;min-height:60px!important;background:linear-gradient(135deg,#1fa855,#13813f)!important;color:#fff!important;font-size:16px!important;box-shadow:0 16px 34px rgba(31,168,85,.26);animation:bowlosWhatsappPulse 1.8s ease-in-out infinite;}
@keyframes bowlosWhatsappPulse{0%,100%{transform:translateY(0);box-shadow:0 16px 34px rgba(31,168,85,.22)}50%{transform:translateY(-1px);box-shadow:0 20px 42px rgba(31,168,85,.34)}}
@media(max-width:991px){.bowlos-premium-auth__shell{grid-template-columns:1fr!important}.bowlos-premium-auth__story{min-height:auto!important;padding:24px!important}.bowlos-premium-auth__benefits{grid-template-columns:1fr!important}.bowlos-account-hero{align-items:flex-start;flex-direction:column;padding:22px}.bowlos-account-hero__actions{justify-content:flex-start}.bowlos-account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bowlos-account-two-col{grid-template-columns:1fr}.bowlos-account-quiz-status{grid-template-columns:1fr}}
@media(max-width:575px){.bowlos-customer-account{padding-top:26px}.bowlos-account-grid{grid-template-columns:1fr}.bowlos-account-card{min-height:auto;border-radius:22px}.bowlos-account-hero h1{font-size:28px}.bowlos-account-hero__actions a{width:100%;justify-content:center}.bowlos-account-orders article{align-items:flex-start;flex-direction:column}.bowlos-account-orders b{text-align:left}.bowlos-order-success-card__actions a.is-whatsapp-required{font-size:15px!important}}

/* FERcort v129 - checkout hizalama, kayıtlı müşteri kartı ve oda servisi pasif düzeni */
.bowlos-checkout-page{
    padding-top:clamp(28px,5vw,56px)!important;
    padding-bottom:calc(112px + env(safe-area-inset-bottom))!important;
}
.bowlos-checkout-page .checkout__form > h4{
    text-align:center!important;
    font-size:clamp(24px,4.8vw,30px)!important;
    line-height:1.15!important;
    font-weight:760!important;
    letter-spacing:-.025em!important;
    margin:0 0 8px!important;
    color:#1f2a24!important;
}
.bowlos-checkout-page .bowlos-checkout-note{
    text-align:center!important;
    max-width:620px!important;
    margin:0 auto 18px!important;
    font-size:14px!important;
    line-height:1.45!important;
    color:#687363!important;
}
.bowlos-checkout-table-select-card{
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:8px!important;
    max-width:680px!important;
    margin:0 auto 18px!important;
    padding:18px 18px!important;
    border-radius:22px!important;
    background:linear-gradient(135deg,#fffaf0,#eff8eb)!important;
}
.bowlos-checkout-table-select-card__icon{
    margin:0 auto!important;
    width:44px!important;
    height:44px!important;
    border-radius:16px!important;
}
.bowlos-checkout-table-select-card__text{
    align-items:center!important;
    text-align:center!important;
    width:100%!important;
    min-width:0!important;
}
.bowlos-checkout-table-select-card__text strong{
    display:block!important;
    width:100%!important;
    font-size:18px!important;
    line-height:1.2!important;
    text-align:center!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
}
.bowlos-checkout-table-select-card__text span{
    display:block!important;
    max-width:360px!important;
    margin:0 auto!important;
    font-size:13px!important;
    line-height:1.35!important;
    text-align:center!important;
}
.bowlos-checkout-table-select-card button{
    position:static!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:178px!important;
    margin:8px auto 0!important;
    padding:11px 18px!important;
    text-align:center!important;
}
.bowlos-checkout-customer-box--account{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:5px!important;
    margin:0 auto 18px!important;
    padding:18px 18px!important;
    max-width:560px!important;
    border:1px solid rgba(72,106,61,.18)!important;
    border-radius:22px!important;
    background:linear-gradient(135deg,#ffffff,#f2f8ec)!important;
    box-shadow:0 14px 32px rgba(29,55,30,.08)!important;
}
.bowlos-checkout-customer-box__icon{
    width:42px!important;
    height:42px!important;
    border-radius:16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#e3f0de!important;
    font-size:19px!important;
    margin-bottom:2px!important;
}
.bowlos-checkout-customer-box--account strong{
    display:block!important;
    font-size:17px!important;
    line-height:1.2!important;
    color:#1f2a24!important;
    font-weight:760!important;
}
.bowlos-checkout-customer-box--account span{
    color:#687363!important;
    font-size:13px!important;
    line-height:1.35!important;
}
.bowlos-checkout-customer-box--account a{
    margin-top:6px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    padding:8px 13px!important;
    background:#fff!important;
    border:1px solid rgba(72,106,61,.18)!important;
    color:#4f7d3d!important;
    font-size:12.5px!important;
    font-weight:760!important;
}
.bowlos-checkout-service-types{
    text-align:center!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    align-items:center!important;
    gap:10px!important;
    margin:14px auto 18px!important;
    padding:15px!important;
    max-width:620px!important;
    border-radius:22px!important;
    background:#fffdf7!important;
    border:1px solid rgba(72,106,61,.14)!important;
    box-shadow:0 10px 26px rgba(29,55,30,.05)!important;
}
.bowlos-checkout-service-types > strong{
    flex:0 0 100%!important;
    display:block!important;
    text-align:center!important;
    font-size:15px!important;
    line-height:1.25!important;
    color:#26352a!important;
    font-weight:760!important;
    margin:0 0 2px!important;
}
.bowlos-checkout-service-types label{
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:42px!important;
    padding:10px 14px!important;
    border-radius:999px!important;
    background:#f3f7ef!important;
    border:1px solid rgba(72,106,61,.16)!important;
    color:#26352a!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:700!important;
    cursor:pointer!important;
}
.bowlos-checkout-service-types label:has(input:checked){
    background:#dfeeda!important;
    border-color:#8db77b!important;
    color:#223b22!important;
    box-shadow:0 10px 20px rgba(88,132,68,.12)!important;
}
.bowlos-checkout-service-types input[type="radio"]{
    width:15px!important;
    height:15px!important;
    margin:0 7px 0 0!important;
    accent-color:#5b8b45!important;
}
.bowlos-checkout-location-field.is-selected-table{
    display:none!important;
}
.bowlos-checkout-page .checkout__input p{
    font-size:14px!important;
    font-weight:700!important;
    color:#26352a!important;
    margin-bottom:7px!important;
}
.bowlos-checkout-page .checkout__input input{
    font-size:15px!important;
    border-radius:14px!important;
}
.bowlos-checkout-submit{
    border-radius:16px!important;
    font-size:14px!important;
    letter-spacing:.02em!important;
}
@media(max-width:767px){
    .bowlos-checkout-page{
        padding-top:88px!important;
        padding-bottom:calc(132px + env(safe-area-inset-bottom))!important;
    }
    .bowlos-checkout-page .checkout__form > h4{
        font-size:25px!important;
    }
    .bowlos-checkout-table-select-card{
        width:100%!important;
        padding:17px 14px!important;
        border-radius:20px!important;
    }
    .bowlos-checkout-table-select-card__text strong{
        font-size:17px!important;
    }
    .bowlos-checkout-table-select-card button{
        width:100%!important;
        max-width:260px!important;
    }
    .bowlos-checkout-service-types{
        padding:14px 12px!important;
        gap:8px!important;
    }
    .bowlos-checkout-service-types label{
        flex:1 1 calc(50% - 8px)!important;
        padding:11px 8px!important;
        font-size:13.5px!important;
    }
    .bowlos-checkout-service-types label:nth-of-type(3){
        flex-basis:100%!important;
    }
    .bowlos-checkout-customer-box--account{
        padding:17px 14px!important;
        border-radius:20px!important;
    }
}

/* FERcort v130: müşteri sepet/checkout mobil temizlik ve öneri görsel düzeltmeleri */
.bowlos-cart-service-type label:has(input[value="room"]),
.bowlos-checkout-service-types label:has(input[value="room"]) {
    display: none !important;
}
.bowlos-cart-service-type {
    text-align: center;
}
.bowlos-cart-service-type strong,
.bowlos-checkout-service-types > strong {
    text-align: center;
    color: #1f2a24;
    font-weight: 850;
}
.bowlos-cart-service-type label,
.bowlos-checkout-service-types label {
    border: 1px solid rgba(33,68,56,.14) !important;
    background: #fffdf7 !important;
    border-radius: 18px !important;
    min-height: 48px;
    padding: 10px 14px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #1f2a24 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 18px rgba(31,42,36,.04);
}
.bowlos-cart-service-type label:has(input:checked),
.bowlos-checkout-service-types label:has(input:checked) {
    background: #eff8e9 !important;
    border-color: rgba(95,142,37,.45) !important;
    color: #214438 !important;
}
.bowlos-cart-service-type input[type="radio"],
.bowlos-checkout-service-types input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #2f604f;
}
.bowlos-cart-checkout-btn,
.bowlos-checkout-submit,
.checkout__order .bowlos-checkout-submit,
.site-btn.bowlos-checkout-submit {
    background: #214438 !important;
    border-color: #214438 !important;
    color: #fff !important;
    letter-spacing: .04em;
    box-shadow: 0 14px 30px rgba(33,68,56,.18) !important;
}
.bowlos-cart-checkout-btn:hover,
.bowlos-checkout-submit:hover,
.checkout__order .bowlos-checkout-submit:hover {
    background: #2f604f !important;
    border-color: #2f604f !important;
}
.bowlos-cart-rec-card {
    border-color: rgba(33,68,56,.10) !important;
    box-shadow: 0 10px 24px rgba(31,42,36,.045);
}
.bowlos-cart-rec-card img {
    object-fit: cover !important;
    background: #f3f5ef;
}
.bowlos-cart-rec-card > strong {
    align-self: center;
    justify-self: center;
    white-space: nowrap;
}
.bowlos-cart-rec-card button {
    justify-self: end;
    width: min(180px,100%);
    min-height: 40px;
    background: #78ad38 !important;
}
.bowlos-menu-shell-body .shoping-cart,
.bowlos-menu-shell-body .checkout,
.bowlos-cart-page-v2,
.bowlos-checkout-page {
    padding-bottom: 142px !important;
}
@media(max-width:767px){
    .bowlos-menu-shell-body .shoping-cart,
    .bowlos-menu-shell-body .checkout,
    .bowlos-cart-page-v2,
    .bowlos-checkout-page {
        padding-bottom: 170px !important;
    }
    .bowlos-cart-summary-card {
        margin-bottom: 120px !important;
    }
    .bowlos-cart-service-type,
    .bowlos-checkout-service-types {
        text-align: center !important;
    }
    .bowlos-cart-service-type label,
    .bowlos-checkout-service-types label {
        width: 100%;
        margin: 7px 0 0 !important;
    }
    .bowlos-cart-rec-card {
        grid-template-columns: 72px 1fr !important;
        gap: 11px !important;
        min-height: 102px !important;
    }
    .bowlos-cart-rec-card img {
        width: 72px !important;
        height: 72px !important;
        border-radius: 16px !important;
    }
    .bowlos-cart-rec-card button {
        width: 100%;
        max-width: 190px;
        justify-self: stretch;
    }
    .bowlos-cart-rec-card > strong {
        font-size: 13px !important;
    }
}


/* FERcort v140: müşteri ürün kartı optik görsel normalizasyonu
   Amaç: bardak/tabak/bowl görsellerini aynı dairesel sahnede, göze dengeli boyutta göstermek.
   Not: ürün verisi, fiyat, kategori ve sipariş akışı değişmez; yalnızca müşteri görsel sunumu etkilenir. */
.bowlos-menu-page .bowlos-product-card__image,
.bowlos-menu-page .product__item__pic.bowlos-product-card__image{
    --bowlos-product-optic-scale:86%;
    background-color:#eef3f5!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:var(--bowlos-product-optic-scale,86%) auto!important;
}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-bowl{--bowlos-product-optic-scale:87%;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-dessert{--bowlos-product-optic-scale:82%;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-drink{--bowlos-product-optic-scale:88%;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-soda{--bowlos-product-optic-scale:94%;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-juice{--bowlos-product-optic-scale:84%;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-frozen,
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-cocktail{--bowlos-product-optic-scale:90%;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-coffee{--bowlos-product-optic-scale:89%;}

#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
    grid-template-columns:176px minmax(0,1fr)!important;
    align-items:center!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
#bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
    width:132px!important;
    height:132px!important;
    min-height:132px!important;
    flex:0 0 132px!important;
    justify-self:center!important;
    align-self:center!important;
    margin:9px auto!important;
    border-radius:999px!important;
    overflow:hidden!important;
    background-size:var(--bowlos-product-optic-scale,86%) auto!important;
    background-position:center center!important;
    box-shadow:inset 0 0 0 1px rgba(31,42,36,.08),0 10px 26px rgba(31,42,36,.08)!important;
}
#bowlos-menu-products.bowlos-menu-products.is-grid .bowlos-product-card__image,
#bowlos-menu-products.bowlos-menu-products.is-grid .product__item__pic.bowlos-product-card__image{
    width:168px!important;
    height:168px!important;
    min-height:168px!important;
    margin:18px auto 12px!important;
    border-radius:999px!important;
    background-size:var(--bowlos-product-optic-scale,86%) auto!important;
    background-position:center center!important;
    box-shadow:inset 0 0 0 1px rgba(31,42,36,.08),0 12px 30px rgba(31,42,36,.08)!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image.is-bg-error,
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image.is-bg-fallback,
#bowlos-menu-products.bowlos-menu-products.is-grid .bowlos-product-card__image.is-bg-error,
#bowlos-menu-products.bowlos-menu-products.is-grid .bowlos-product-card__image.is-bg-fallback{
    background-size:cover!important;
}
@media(max-width:991px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
        grid-template-columns:150px minmax(0,1fr)!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
        width:116px!important;
        height:116px!important;
        min-height:116px!important;
        flex-basis:116px!important;
    }
}
@media(max-width:575px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
        grid-template-columns:118px minmax(0,1fr)!important;
        min-height:126px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
        width:94px!important;
        height:94px!important;
        min-height:94px!important;
        flex-basis:94px!important;
        margin:8px auto!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-grid .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-grid .product__item__pic.bowlos-product-card__image{
        width:138px!important;
        height:138px!important;
        min-height:138px!important;
    }
}

/* FERcort v141: müşteri ürün görseli sahne düzeltmesi
   Amaç: v140'ta oluşan yapay gri/mavi arka planı kaldırmak ve ürünleri müşterinin rahat göreceği büyüklüğe getirmek.
   Ürün/fiyat/kategori/sipariş verisi değişmez; sadece müşteri kartı görsel sunumu etkilenir. */
.bowlos-menu-page .bowlos-product-card__image,
.bowlos-menu-page .product__item__pic.bowlos-product-card__image,
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
#bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image,
#bowlos-menu-products.bowlos-menu-products.is-grid .bowlos-product-card__image,
#bowlos-menu-products.bowlos-menu-products.is-grid .product__item__pic.bowlos-product-card__image{
    background-color:transparent!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:104% auto!important;
    box-shadow:none!important;
    outline:0!important;
}

#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
    grid-template-columns:196px minmax(0,1fr)!important;
}
#bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
#bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
    width:158px!important;
    height:158px!important;
    min-height:158px!important;
    flex:0 0 158px!important;
    border-radius:0!important;
    margin:10px auto!important;
    overflow:visible!important;
}
#bowlos-menu-products.bowlos-menu-products.is-grid .bowlos-product-card__image,
#bowlos-menu-products.bowlos-menu-products.is-grid .product__item__pic.bowlos-product-card__image{
    width:196px!important;
    height:196px!important;
    min-height:196px!important;
    border-radius:0!important;
    margin:16px auto 10px!important;
    overflow:visible!important;
}

/* Ürün türüne göre optik büyüklük: ürün küçük ikon gibi kalmasın, ama kartı da ezmesin. */
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-default{background-size:104% auto!important;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-bowl{background-size:106% auto!important;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-dessert{background-size:102% auto!important;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-drink{background-size:106% auto!important;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-soda{background-size:112% auto!important;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-juice{background-size:103% auto!important;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-frozen,
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-cocktail{background-size:108% auto!important;}
.bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-coffee{background-size:118% auto!important;}

/* Fallback görselde taşma olmaması için ayrı davranış korunur. */
.bowlos-menu-page .bowlos-product-card__image.is-bg-error,
.bowlos-menu-page .bowlos-product-card__image.is-bg-fallback{
    background-size:cover!important;
    background-color:#f6f7f3!important;
    border-radius:18px!important;
    overflow:hidden!important;
}

@media(max-width:991px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
        grid-template-columns:170px minmax(0,1fr)!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
        width:138px!important;
        height:138px!important;
        min-height:138px!important;
        flex-basis:138px!important;
    }
}
@media(max-width:575px){
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card{
        grid-template-columns:124px minmax(0,1fr)!important;
        min-height:132px!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-list .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-list .product__item__pic.bowlos-product-card__image{
        width:108px!important;
        height:108px!important;
        min-height:108px!important;
        flex-basis:108px!important;
        margin:8px auto!important;
        background-size:106% auto!important;
    }
    #bowlos-menu-products.bowlos-menu-products.is-grid .bowlos-product-card__image,
    #bowlos-menu-products.bowlos-menu-products.is-grid .product__item__pic.bowlos-product-card__image{
        width:154px!important;
        height:154px!important;
        min-height:154px!important;
    }
    .bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-coffee{background-size:122% auto!important;}
    .bowlos-menu-page .bowlos-product-card__image.bowlos-image-type-soda{background-size:116% auto!important;}
}
