.shop-page { background: #f5faff; color: #173444; padding-bottom: 0; }
.shop-header { position: sticky; top: 0; z-index: 1030; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 78px; padding: 12px 32px; background: #fff; border-top: 4px solid var(--gold); border-bottom: 1px solid #dceaf2; }
.shop-brand { display: flex; align-items: center; gap: 12px; font-size: 21px; font-weight: 750; text-decoration: none; min-width: 0; }
.shop-brand-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; background: #dff3ff; color: #0876a8; border-radius: 8px; font-size: 23px; }
.shop-header nav { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.shop-nav-link { display: flex; align-items: center; gap: 7px; padding: 10px; text-decoration: none; color: #466474; }
.shop-nav-link:hover { color: #03628f; background: #edf8ff; border-radius: 6px; }
.shop-layout { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; }
.shop-catalog { padding: 30px; min-width: 0; }
.shop-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.shop-heading h1 { font-size: 28px; font-weight: 750; margin: 6px 0 0; overflow-wrap: anywhere; }
.shop-eyebrow { color: #88702f; font-size: 11px; font-weight: 750; letter-spacing: 0; }
.shop-tag { display: flex; align-items: center; gap: 7px; padding: 8px 10px; color: #82621e; background: #fff6d9; font-size: 11px; white-space: nowrap; border-radius: 4px; }
.shop-address { color: #687f8b; font-size: 13px; }
.last-order { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; font-weight: 600; color: #066992; }
.shop-search { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #d5e5ef; border-radius: 8px; min-height: 46px; padding: 0 15px; }
.shop-search i { color: #6497af; }
.shop-search input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 12px 0; outline: 0; font-size: 14px; }
.shop-search:focus-within { outline: 2px solid #74c8f5; outline-offset: 1px; }
.shop-categories { display: flex; gap: 8px; overflow-x: auto; padding: 18px 0; scrollbar-width: thin; }
.shop-categories button { flex: 0 0 auto; border: 1px solid #d8e7f0; background: #fff; color: #516d7c; font-size: 12px; font-weight: 600; padding: 9px 14px; border-radius: 6px; }
.shop-categories button.active { color: #0a4c70; background: #dff3ff; border-color: #79c9f2; box-shadow: inset 0 -2px #c8a248; }
.shop-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.menu-product { min-width: 0; background: #fff; border: 1px solid #e1ebf1; border-radius: 8px; overflow: hidden; }
.menu-photo { aspect-ratio: 1.65; position: relative; display: grid; place-items: center; background: #eaf6fd; color: #6cbbe5; font-size: 48px; }
.menu-product:nth-child(3n+2) .menu-photo { background: #fff8e5; color: #c3a355; }
.menu-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.menu-unavailable { position: absolute; right: 10px; bottom: 10px; padding: 3px 8px; border-radius: 4px; background: #fff; color: #7b8186; font-size: 11px; }
.menu-info { padding: 14px; }
.menu-info>small { color: #758894; font-size: 11px; }
.menu-info h2 { min-height: 38px; font-size: 14px; font-weight: 650; line-height: 1.4; margin: 4px 0 12px; overflow-wrap: anywhere; }
.menu-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 5px; }
.menu-product-bottom strong { display: block; font-size: 14px; }
.menu-product-bottom span { font-size: 10px; color: #81949e; }
.menu-add { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; background: #dff3ff; border: 1px solid #b9e4fb; color: #096489; border-radius: 6px; padding: 0; }
.menu-add:hover { background: #b4e3fb; color: #06445f; }
.shop-empty { padding: 50px 12px; text-align: center; color: #748996; }
.customer-basket { background: #fff !important; border-left: 1px solid #ddebf3 !important; }
.customer-basket .offcanvas-body { display: block; padding: 24px; }
.basket-desktop-title { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #e4edf3; }
.basket-desktop-title i { font-size: 20px; color: #b88b28; }
.basket-desktop-title h2, .customer-basket .offcanvas-title { font-size: 18px; margin: 0; font-weight: 700; }
.basket-empty { text-align: center; padding: 36px 0 22px; color: #8196a1; }
.basket-empty i { font-size: 32px; color: #a9cfdf; }
.basket-empty p { margin-top: 10px; }
.basket-item { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; padding: 16px 0; border-bottom: 1px solid #e9eff3; }
.basket-item b { display: block; font-size: 13px; overflow-wrap: anywhere; }
.basket-item small { display: block; font-size: 11px; color: #80939e; margin-top: 4px; }
.basket-item strong { font-size: 12px; }
.basket-quantity { display: flex; align-items: center; justify-content: space-between; gap: 8px; grid-column: 1/-1; }
.basket-stepper { display: flex; align-items: center; gap: 6px; }
.basket-quantity-button { width: 32px; height: 30px; padding: 0; border: 1px solid #d8e6ef; background: #f5fbff; color: #096c9a; border-radius: 4px; }
.basket-quantity-input { width: 44px; height: 30px; text-align: center; font-weight: 600; font-size: 12px; border: 1px solid #d8e6ef; border-radius: 4px; padding: 0; -moz-appearance: textfield; }
.basket-quantity-input::-webkit-outer-spin-button, .basket-quantity-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.basket-remove-button { width: 30px; height: 30px; padding: 0; border: 1px solid #f3d6d6; background: #fff5f5; color: #c0392b; border-radius: 4px; }
.basket-addons { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: 8px; }
.basket-addon-option { display: flex; align-items: center; gap: 5px; font-size: 11px; color: #4a5c66; cursor: pointer; }
.basket-addon-option input { margin: 0; }
.basket-fields { padding-top: 18px; }
.basket-fields .form-control { font-size: 14px; }
.basket-summary { margin: 20px 0; }
.basket-summary>div { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; font-size: 13px; }
.basket-summary .basket-total { border-top: 1px solid #dbe8ee; margin-top: 9px; padding-top: 16px; font-size: 16px; }
.customer-order-button { width: 100%; min-height: 46px; background: #d6b45e; border-color: #d6b45e; color: #443611; font-size: 14px; }
.customer-order-button:hover { background: #c8a54a; border-color: #c8a54a; color: #322607; }
.basket-success { text-align: center; padding: 28px 0; }
.basket-success>i { font-size: 44px; color: #218bbf; }
.basket-success h2 { font-size: 20px; margin-top: 18px; }
.mobile-basket-bar { display: none; }
.order-receipt { max-width: 680px; padding: 36px 24px; margin: 32px auto; background: #fff; border-top: 3px solid #d2ae56; }
.order-receipt-heading { display: flex; gap: 9px; color: #0a7aab; margin-bottom: 18px; }
.order-receipt h1 { font-size: 23px; overflow-wrap: anywhere; }
.order-state { display: inline-block; border-radius: 4px; background: #fff5d8; padding: 6px 10px; color: #785d1e; font-weight: 600; font-size: 12px; }
.receipt-items { margin: 20px 0; }
.receipt-item { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid #e5edf3; font-size: 14px; }
.receipt-item small { display: block; color: #6d8592; margin-top: 5px; }
.receipt-item b, .order-note { overflow-wrap: anywhere; }
@media (min-width: 992px) {
    .customer-basket { position: sticky; top: 78px; height: calc(100dvh - 78px); overflow-y: auto; }
}
@media (min-width: 1400px) { .shop-products { grid-template-columns: repeat(4, minmax(0,1fr)); } }
@media (max-width: 1199px) { .shop-catalog { padding: 24px; } .shop-products { grid-template-columns: repeat(2,minmax(0,1fr)); } .shop-tag { display: none; } }
@media (max-width: 991px) {
    .shop-layout { display: block; }
    .shop-products { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .shop-page { padding-bottom: calc(90px + env(safe-area-inset-bottom)); }
    .customer-basket { --bs-offcanvas-height: 88dvh; border-radius: 12px 12px 0 0; border-top: 3px solid #d1ae58; }
    .customer-basket .offcanvas-header { border-bottom: 1px solid #e2edf3; }
    .customer-basket .offcanvas-body { padding: 0 20px 24px; padding-bottom: calc(24px + env(safe-area-inset-bottom)); }
    .basket-desktop-title { display: none; }
    .mobile-basket-bar { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1035; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid #cce7f6; }
    .mobile-basket-bar span { display: block; font-size: 11px; color: #6f8997; }
    .mobile-basket-bar strong { display: block; font-size: 16px; }
    .mobile-basket-bar .btn { min-height: 42px; font-size: 13px; }
}
@media (max-width: 575px) {
    .shop-header { min-height: 68px; padding: 10px 14px; gap: 8px; }
    .shop-brand { font-size: 16px; gap: 8px; }
    .shop-brand-icon { width: 34px; height: 34px; flex-basis: 34px; font-size: 19px; }
    .shop-header nav { gap: 0; }
    .shop-nav-link { padding: 9px 7px; font-size: 12px; }
    .shop-nav-link:first-child { display: none; }
    .shop-catalog { padding: 22px 14px; }
    .shop-heading { margin-bottom: 18px; }
    .shop-heading h1 { font-size: 25px; }
    .shop-products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .menu-info { padding: 11px; }
    .menu-info h2 { font-size: 13px; min-height: 37px; }
    .menu-product-bottom strong { font-size: 13px; }
    .menu-photo { font-size: 36px; }
    .menu-add { width: 32px; height: 34px; flex-basis: 32px; }
    .order-receipt { margin: 18px 14px; padding: 24px 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }

/* Professional soft refresh (2026-09-24): a more inviting storefront look, smoother motion. */
:root { --shop-radius-lg: 20px; --shop-radius-md: 14px; --shop-shadow: 0 16px 36px rgba(17, 65, 99, .1); --shop-shadow-sm: 0 4px 14px rgba(17, 65, 99, .06); --shop-ease: cubic-bezier(.4, 0, .2, 1); }
html { scroll-behavior: smooth; }
.shop-page { background: linear-gradient(180deg, #eef7fe 0%, #f6fbff 320px, #f5faff 100%); }
.shop-header { box-shadow: 0 2px 16px rgba(17, 65, 99, .05); backdrop-filter: blur(10px); background: rgba(255, 255, 255, .92); }
.shop-brand-icon { border-radius: var(--shop-radius-md); background: linear-gradient(135deg, #6cc7f5, #2389d5); color: #fff; box-shadow: 0 6px 14px rgba(35, 137, 213, .28); }
.shop-nav-link { border-radius: var(--shop-radius-md); transition: background-color .15s var(--shop-ease), color .15s var(--shop-ease); }

.shop-heading { position: relative; padding: 26px 28px; margin-bottom: 20px; border-radius: var(--shop-radius-lg); overflow: hidden; background: linear-gradient(120deg, #eaf6ff 0%, #fff9e8 100%); box-shadow: var(--shop-shadow-sm); }
.shop-heading::after { content: ''; position: absolute; inset: auto -40px -60px auto; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(212, 179, 95, .22), transparent 70%); pointer-events: none; }
.shop-heading h1 { background: linear-gradient(120deg, #0a5c85, #1f4d63); -webkit-background-clip: text; background-clip: text; color: transparent; }
.shop-tag { border-radius: 999px; box-shadow: 0 3px 10px rgba(200, 162, 72, .18); }
.last-order { padding: 8px 14px; background: #fff; border-radius: 999px; box-shadow: var(--shop-shadow-sm); transition: transform .15s var(--shop-ease), box-shadow .15s var(--shop-ease); }
.last-order:hover { transform: translateY(-1px); box-shadow: var(--shop-shadow); }

.shop-search { border-radius: var(--shop-radius-md); box-shadow: var(--shop-shadow-sm); transition: box-shadow .15s var(--shop-ease), border-color .15s var(--shop-ease); }
.shop-search:focus-within { box-shadow: 0 0 0 3px rgba(56, 189, 248, .18); border-color: #79c9f0; outline: 0; }

.shop-categories button { border-radius: 999px; transition: background-color .15s var(--shop-ease), color .15s var(--shop-ease), border-color .15s var(--shop-ease), transform .15s var(--shop-ease); }
.shop-categories button:hover { transform: translateY(-1px); }
.shop-categories button.active { box-shadow: 0 4px 12px rgba(35, 137, 213, .18); }

.menu-product { border-radius: var(--shop-radius-lg); box-shadow: var(--shop-shadow-sm); transition: transform .18s var(--shop-ease), box-shadow .18s var(--shop-ease), border-color .18s var(--shop-ease); }
.menu-product:hover { transform: translateY(-4px); box-shadow: var(--shop-shadow); border-color: #cfe6f4; }
.menu-photo { overflow: hidden; }
.menu-photo img { transition: transform .3s var(--shop-ease); }
.menu-product:hover .menu-photo img { transform: scale(1.05); }
.menu-add { border-radius: var(--shop-radius-md); transition: background-color .15s var(--shop-ease), color .15s var(--shop-ease), transform .15s var(--shop-ease); }
.menu-add:hover { transform: scale(1.08); }
.menu-add:active { transform: scale(.96); }

.customer-basket { border-top-left-radius: var(--shop-radius-lg); }
.basket-quantity-button, .basket-remove-button { border-radius: var(--shop-radius-md); transition: background-color .15s var(--shop-ease), transform .1s var(--shop-ease); }
.basket-quantity-button:active, .basket-remove-button:active { transform: scale(.94); }
.basket-quantity-input { border-radius: var(--shop-radius-md); }
.customer-order-button { border-radius: var(--shop-radius-md); background: linear-gradient(135deg, #e3c069, #cf9f3f); border-color: #cf9f3f; box-shadow: 0 8px 20px rgba(207, 159, 63, .28); transition: transform .15s var(--shop-ease), box-shadow .15s var(--shop-ease), filter .15s var(--shop-ease); }
.customer-order-button:hover { background: linear-gradient(135deg, #e3c069, #cf9f3f); border-color: #cf9f3f; filter: brightness(1.05); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(207, 159, 63, .34); }
.mobile-basket-bar { box-shadow: 0 -6px 20px rgba(17, 65, 99, .08); }
.mobile-basket-bar .btn { border-radius: var(--shop-radius-md); }

.order-receipt { border-radius: var(--shop-radius-lg); box-shadow: var(--shop-shadow); }
@media (prefers-reduced-motion: reduce) { .shop-page * { transition: none !important; } }
