/* Categorized home menu */
.gpk-home-menu{background:#fff}
.gpk-menu-category{padding:56px 0;scroll-margin-top:120px}
.gpk-menu-category:nth-child(even){background:#fffaf5}
.gpk-menu-category-head{display:flex;margin-bottom:24px;align-items:flex-end;justify-content:space-between;gap:35px}
.gpk-menu-category-head>div>span{color:var(--accent);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.09em}
.gpk-menu-category-head h2{margin:3px 0 0;font-size:clamp(30px,4vw,44px);font-weight:600;line-height:1.1}
.gpk-menu-category-head p{max-width:470px;margin:0;color:var(--muted);font-size:14px}
.gpk-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px}
.gpk-product-card{display:flex;min-width:0;flex-direction:column}
.gpk-product-open{display:block;width:100%;padding:0;border:0;background:transparent;color:var(--text);text-align:left;cursor:pointer}
.gpk-product-card-image{display:block;width:100%;aspect-ratio:1.08;overflow:hidden;border-radius:20px;background:#f4f5f6}
.gpk-product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.22,.61,.36,1)}
.gpk-product-card-image.is-placeholder,.gpk-product-modal-image.is-placeholder{position:relative;background:#f4ecdc}
.gpk-product-card-image.is-placeholder img,.gpk-product-modal-image.is-placeholder img{object-fit:cover}
.gpk-photo-preparing-note{position:absolute;z-index:3;right:14px;bottom:14px;left:14px;display:flex;padding:10px 13px;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.7);border-radius:12px;background:rgba(255,255,255,.88);color:#24231f;box-shadow:0 8px 22px rgba(55,40,22,.12);backdrop-filter:blur(9px);text-align:left}
.gpk-photo-preparing-note strong{font-size:13px;font-weight:650;line-height:1.2}.gpk-photo-preparing-note small{color:#777168;font-size:10px;line-height:1.2;text-align:right}
.gpk-product-modal-image .gpk-photo-preparing-note{right:24px;bottom:24px;left:24px;padding:13px 16px;border-radius:14px}.gpk-product-modal-image .gpk-photo-preparing-note strong{font-size:15px}.gpk-product-modal-image .gpk-photo-preparing-note small{font-size:12px}
[data-happy-ui][hidden]{display:none!important}
.gpk-product-open:hover img{transform:scale(1.025)}
.gpk-product-card-copy{display:flex;min-height:58px;padding-top:11px;flex-direction:column}
.gpk-product-card-copy strong{font-size:18px;font-weight:500;line-height:1.28}
.gpk-product-card-copy small{margin-top:3px;color:#8a8c86;font-size:13px}
.gpk-product-card-action{display:flex;margin-top:auto;align-items:center;justify-content:space-between;gap:12px}
.gpk-product-card-price{font-size:17px;font-weight:500}
.gpk-product-card-price>.amount{white-space:nowrap}
.gpk-product-add,.gpk-product-details{display:inline-flex!important;min-height:40px!important;padding:9px 13px!important;align-items:center;gap:9px;border:0!important;border-radius:12px!important;background:#f3f3f2!important;color:var(--text)!important;font-size:14px!important;font-weight:500!important;line-height:1!important;white-space:nowrap}
.gpk-product-add:hover,.gpk-product-details:hover{background:#e9e7e3!important;color:var(--text)!important}
.gpk-product-add span{font-size:22px;font-weight:400;line-height:.7}
.gpk-product-card .added_to_cart{display:none}
.gpk-product-modal[hidden]{display:none}
.gpk-product-modal{position:fixed;inset:0;z-index:1100;display:grid;padding:28px;place-items:center}
.gpk-product-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(22,24,22,.58);backdrop-filter:blur(3px);cursor:pointer}
.gpk-product-modal-box{position:relative;z-index:1;width:min(960px,100%);max-height:min(760px,calc(100dvh - 56px));overflow:auto;border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.3)}
.gpk-product-modal-close{position:absolute;top:12px;right:12px;z-index:3;display:grid;width:44px;height:44px;padding:0;place-items:center;border:0;border-radius:50%;background:rgba(248,248,247,.94);color:var(--text);font-size:31px;font-weight:300;line-height:1;cursor:pointer}
.gpk-product-modal-layout{display:grid;min-height:590px;grid-template-columns:minmax(0,58%) minmax(0,42%)}
.gpk-product-modal-image{min-height:0;background:#f3f4f5}
.gpk-product-modal-image img{width:100%;height:100%;object-fit:cover}
.gpk-product-modal-info{display:flex;min-width:0;padding:42px 34px 26px;flex-direction:column}
.gpk-product-modal-info h2{margin:0 42px 5px 0;font-size:27px;font-weight:600;line-height:1.15}
.gpk-product-modal-weight{color:var(--muted);font-size:14px}
.gpk-product-stock-note{display:inline-flex;margin-top:7px;padding:6px 9px;align-self:flex-start;border-radius:8px;background:#edf6ee;color:#397044;font-size:12px;font-weight:600}
.gpk-product-modal-description{margin-top:14px;color:#73766f;font-size:14px;line-height:1.55}
.gpk-product-modal-description p{margin:0 0 12px}
.gpk-product-modal-bottom{display:flex;margin-top:auto;padding-top:24px;align-items:center;justify-content:space-between;gap:16px}
.gpk-product-modal-price{font-size:19px;font-weight:500}
.gpk-modal-add{display:inline-flex!important;min-height:50px;align-items:center;justify-content:center;border-radius:14px!important;background:#efc493!important;color:var(--text)!important;font-weight:600!important;white-space:nowrap}
.gpk-modal-add:hover{background:#e8b77f!important;color:var(--text)!important}
body.gpk-modal-open{overflow:hidden}
@media(max-width:800px){.gpk-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gpk-menu-category-head{align-items:flex-start;flex-direction:column;gap:8px}.gpk-product-modal-layout{min-height:0;grid-template-columns:1fr}.gpk-product-modal-image{height:min(50vh,430px)}.gpk-product-modal-info{min-height:310px;padding:26px 22px 20px}}
@media(max-width:520px){.gpk-menu-category{padding:38px 0}.gpk-product-grid{grid-template-columns:1fr;gap:30px}.gpk-product-card-image{aspect-ratio:1.12}.gpk-product-card-copy strong{font-size:17px}.gpk-product-modal{padding:10px}.gpk-product-modal-box{max-height:calc(100dvh - 20px);border-radius:19px}.gpk-product-modal-image{height:42vh}.gpk-product-modal-info h2{font-size:23px}.gpk-product-modal-bottom{align-items:stretch;flex-direction:column}.gpk-modal-add{width:100%}}

/* Minimal food-delivery visual system */
:root{--bg:#f5f5f5;--card:#fff;--text:#21201f;--muted:#777672;--accent:#fce000;--green:#21201f;--line:#e8e8e8;--radius:20px;--shadow:0 8px 30px rgba(0,0,0,.055)}
body{background:var(--bg);color:var(--text)}
.gpk-topbar{display:none}
.gpk-header{padding:0;border-bottom:1px solid #ededed;background:rgba(255,255,255,.96);box-shadow:none}
.gpk-navbar{width:min(1180px,calc(100% - 32px));min-height:72px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.gpk-desktop-nav a{font-weight:500}.gpk-desktop-nav a:after{background:var(--text)}
.gpk-call{border:0;background:#f2f2f2}.gpk-call:hover{background:#e9e9e9}
.gpk-menu-toggle{background:var(--text)}
.btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border:0!important;background:var(--accent)!important;color:var(--text)!important;font-weight:600!important;box-shadow:none!important}
.btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:#f2d800!important;color:var(--text)!important}
.section-soft,.gpk-home-menu,.gpk-menu-category,.gpk-menu-category:nth-child(even),.gpk-category-strip,.gpk-promotions{background:var(--bg)}
.gpk-promo-slider{border-radius:24px;box-shadow:none}
.gpk-promo-button{background:var(--accent);color:var(--text)}.gpk-promo-button:hover{background:#f2d800;color:var(--text)}
.gpk-promo-kicker{background:var(--accent);color:var(--text)}
.gpk-promo-dots button.is-active{background:var(--text)}
.gpk-category-tile{border:0;background:#fff;box-shadow:none}.gpk-category-tile:hover{border:0;box-shadow:0 10px 30px rgba(0,0,0,.07)}
.gpk-menu-category{padding:48px 0}.gpk-menu-category-head>div>span{color:var(--muted)}
.gpk-product-card{padding:10px 10px 14px;border-radius:22px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}
.gpk-product-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.07);transform:translateY(-2px)}
.gpk-product-card-image{border-radius:17px;background:#f1f1f1}
.gpk-product-card-copy{padding-right:4px;padding-left:4px}.gpk-product-card-action{padding:0 4px}
.gpk-product-card-price,.woocommerce ul.products li.product .price,.gpk-weight-price strong{color:var(--text)}
.gpk-product-add,.gpk-product-details{background:#f1f1f1!important}.gpk-product-add:hover,.gpk-product-details:hover{background:#e7e7e7!important}
.gpk-product-counter{display:inline-flex;min-height:40px;padding:3px;align-items:center;border-radius:12px;background:var(--accent);color:var(--text)}
.gpk-product-counter button{display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:10px;background:transparent;color:var(--text);font-size:22px;line-height:1;cursor:pointer}
.gpk-product-counter button:hover{background:rgba(255,255,255,.45)}.gpk-product-counter button:disabled{opacity:.45}
.gpk-product-counter output{min-width:30px;text-align:center;font-size:15px;font-weight:600}
.gpk-product-modal-backdrop{background:rgba(0,0,0,.48)}.gpk-product-modal-box{border-radius:24px;box-shadow:0 24px 80px rgba(0,0,0,.22)}
.gpk-product-modal-close{background:#f2f2f2}.gpk-modal-add{background:var(--accent)!important;color:var(--text)!important}.gpk-modal-add:hover{background:#f2d800!important}
.gpk-floating-cart{border:0;background:var(--accent);color:var(--text);box-shadow:0 10px 32px rgba(0,0,0,.18)}
.gpk-floating-cart:hover{background:#f2d800;color:var(--text)}.gpk-floating-cart .cart-count{background:var(--text);color:#fff}
.gpk-fulfillment button.is-active{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.gpk-cart-footer .gpk-checkout-button{background:var(--accent);color:var(--text)}.gpk-cart-footer .gpk-checkout-button:hover{background:#f2d800;color:var(--text)}
.gpk-item-counter button,.gpk-cutlery-counter button{background:#f1f1f1}.gpk-item-counter button:hover,.gpk-cutlery-counter button:hover{background:#e5e5e5;color:var(--text)}
.woocommerce ul.products li.product{border:0;background:#fff;box-shadow:none}.woocommerce ul.products li.product:hover{box-shadow:0 12px 32px rgba(0,0,0,.07)}
.woocommerce-checkout form.checkout #customer_details,.woocommerce-checkout form.checkout #order_review{border:0;background:#fff;box-shadow:none}
.woocommerce-checkout #payment{background:#f4f4f4}.woocommerce-checkout #place_order{background:var(--accent)!important;color:var(--text)!important}
.site-footer{background:#21201f}
@media(max-width:900px){.gpk-header{padding:0}.gpk-navbar{width:calc(100% - 24px);min-height:64px}.gpk-product-card:hover{transform:none}}

/* Header scrolls with the page */
.site-header.gpk-header{position:relative;top:auto}
.admin-bar .site-header.gpk-header{top:auto}

/* Product modal action alignment */
.gpk-product-modal-bottom{gap:10px}
.gpk-product-modal-price{min-width:0;flex:1 1 auto}
.gpk-product-modal-bottom .gpk-modal-add{width:auto;min-width:0;max-width:175px;min-height:46px;padding:11px 13px!important;flex:0 0 auto;font-size:13px;line-height:1.2;text-align:center;white-space:normal}
@media(max-width:520px){.gpk-product-modal-bottom .gpk-modal-add{width:100%;max-width:none}}

/* Full-width centered promotion carousel */
.gpk-promotions{padding:26px 0 22px;overflow:hidden;background:var(--bg)}
.gpk-promotions>.container{width:100%;max-width:none}
.gpk-promo-slider{width:100%;overflow:visible;border-radius:0;background:transparent;box-shadow:none!important;touch-action:pan-y}
.gpk-promo-track{gap:20px;align-items:center}
.gpk-promo-track.is-jumping{transition:none!important}
.gpk-promo-slide{min-width:min(1180px,82vw);border:0;border-radius:27px;opacity:.52;transform:scale(.94);box-shadow:none;transition:opacity .55s ease,transform .65s cubic-bezier(.22,.61,.36,1)}
.gpk-promo-slide.is-active{z-index:1;border:0;opacity:1;transform:scale(1);box-shadow:none}
.gpk-promo-arrow.is-prev{left:max(18px,calc((100vw - min(1180px,82vw))/2 + 18px))}
.gpk-promo-arrow.is-next{right:max(18px,calc((100vw - min(1180px,82vw))/2 + 18px))}
@media(max-width:760px){
.gpk-promotions{padding-top:14px}.gpk-promo-track{gap:10px}
.gpk-promo-track{will-change:transform;backface-visibility:hidden;transform-style:flat}
.gpk-promo-slide,.gpk-promo-slide.is-active{min-width:calc(100vw - 28px);border-radius:21px;opacity:1;transform:none;transition:none;backface-visibility:visible;contain:none}
.gpk-promo-picture,.gpk-promo-image{backface-visibility:visible;transform:none}
.gpk-promo-arrow.is-prev{left:24px}.gpk-promo-arrow.is-next{right:24px}
}
@media(prefers-reduced-motion:reduce){.gpk-promo-slide{transition:none}}

/* Compact two-column product grid on phones */
@media(max-width:520px){
.gpk-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 8px}
.gpk-product-card{padding:6px 6px 9px;border-radius:16px}
.gpk-product-card-image{aspect-ratio:1;border-radius:13px}
.gpk-product-card-copy{min-height:53px;padding:8px 2px 0}
.gpk-product-card-copy strong{font-size:13px;line-height:1.25}
.gpk-product-card-copy small{margin-top:2px;font-size:10px}
.gpk-product-card-action{padding:0 2px;gap:5px}
.gpk-product-card-price{font-size:13px;line-height:1.2}
.gpk-product-card-price .gpk-weight-price small{font-size:8px}
.gpk-product-add,.gpk-product-details{min-height:34px!important;padding:7px 8px!important;gap:4px;border-radius:10px!important;font-size:11px!important}
.gpk-product-add span{font-size:18px}
.gpk-product-counter{min-height:34px;padding:2px;border-radius:10px}
.gpk-product-counter button{width:27px;height:30px;font-size:18px}
.gpk-product-counter output{min-width:20px;font-size:12px}
}

/* Компактное состояние фильтров после формирования подборки. */
.gpk-meal-modal form.is-collapsed{display:none!important}
.gpk-meal-filter-summary{display:flex;margin:20px 0 14px;padding:11px 13px;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e2d071;border-radius:13px;background:#fff8c9}
.gpk-meal-filter-summary>span{min-width:0;overflow:hidden;color:#62551b;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.gpk-meal-filter-summary button{min-height:40px;padding:0 14px;flex:0 0 auto;border:0;border-radius:10px;background:#1c1d1b;color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer}
html[data-theme="dark"] .gpk-meal-filter-summary{border-color:#665a20;background:#332f1b}
html[data-theme="dark"] .gpk-meal-filter-summary>span{color:#f4dc70}
html[data-theme="dark"] .gpk-meal-filter-summary button{background:#fce000;color:#171717}
@media(max-width:600px){.gpk-meal-filter-summary{margin-top:14px;align-items:stretch;flex-direction:column}.gpk-meal-filter-summary>span{white-space:normal}.gpk-meal-filter-summary button{width:100%}}

/* Breakfast ordering hours */
.gpk-breakfast-hours{display:block;margin-top:4px;color:#8a6b00!important;font-size:11px!important;font-weight:500}
.gpk-product-modal-info>.gpk-breakfast-hours{margin-top:7px;padding:7px 9px;align-self:flex-start;border-radius:8px;background:#fff6c7;color:#655000!important;font-size:12px!important}
.gpk-product-unavailable{display:inline-flex;min-height:38px;padding:8px 11px;align-items:center;border-radius:11px;background:#ededed;color:#888;font-size:12px;font-weight:500;white-space:nowrap}
@media(max-width:520px){.gpk-product-card-copy .gpk-breakfast-hours{font-size:9px!important;line-height:1.2}.gpk-product-unavailable{min-height:32px;padding:6px 7px;font-size:9px}}

/* Ordering hours notice */
.gpk-product-modifiers{display:grid;margin-top:16px;gap:12px}.gpk-product-modifiers fieldset{margin:0;padding:13px;border:1px solid #e6ddd2;border-radius:13px;background:#fcfaf7}.gpk-product-modifiers legend{padding:0 5px;color:var(--text);font-size:14px;font-weight:700}.gpk-product-modifiers legend small{margin-left:4px;color:var(--muted);font-size:10px;font-weight:500}.gpk-product-modifiers fieldset>div{display:flex;flex-wrap:wrap;gap:7px}.gpk-product-modifiers label{display:flex}.gpk-product-modifiers input{position:absolute;opacity:0;pointer-events:none}.gpk-product-modifiers label span{display:block;padding:9px 12px;border:1px solid #ddd7cf;border-radius:10px;background:#fff;color:#49443e;font-size:12px;font-weight:650;cursor:pointer}.gpk-product-modifiers input:checked+span{border-color:#d1a900;background:#fff2a6;color:#342b00;box-shadow:0 0 0 1px #d1a900}.gpk-product-modifiers fieldset.is-error{border-color:#d8493f;background:#fff2ef}.gpk-modifier-add{min-height:46px;padding:0 15px;border:0;border-radius:12px;background:#ffd600;color:#211f18;font-size:13px;font-weight:800;cursor:pointer}.gpk-modifier-add:disabled{opacity:.6}@media(max-width:520px){.gpk-product-modifiers{margin-top:13px}.gpk-product-modifiers label span{padding:9px 11px}.gpk-modifier-add{width:100%}}

/* Lazy catalog placeholders reserve card space and prevent scroll jumps. */
.gpk-product-skeleton{display:grid;padding:10px;gap:9px;border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(20,24,28,.04)}
.gpk-product-skeleton i,.gpk-product-skeleton b,.gpk-product-skeleton small{display:block;overflow:hidden;border-radius:10px;background:#eceeef}
.gpk-product-skeleton i{aspect-ratio:720/640;border-radius:17px}
.gpk-product-skeleton b{width:74%;height:18px}
.gpk-product-skeleton small{width:48%;height:13px}
.gpk-product-skeleton i:after,.gpk-product-skeleton b:after,.gpk-product-skeleton small:after{display:block;width:55%;height:100%;content:'';background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);transform:translateX(-120%);animation:gpk-skeleton-shimmer 1.25s ease-in-out infinite}
.gpk-menu-category.is-loading .gpk-product-grid{pointer-events:none}
.gpk-category-retry{min-height:48px;padding:0 18px;border:1px solid #dedede;border-radius:12px;background:#fff;font:inherit;font-weight:700;cursor:pointer}
@keyframes gpk-skeleton-shimmer{to{transform:translateX(220%)}}
@media(max-width:520px){.gpk-product-skeleton{padding:6px;gap:7px;border-radius:16px}.gpk-product-skeleton i{aspect-ratio:1;border-radius:13px}.gpk-product-skeleton b{height:14px}.gpk-product-skeleton small{height:10px}}
@media(prefers-reduced-motion:reduce){.gpk-product-skeleton i:after,.gpk-product-skeleton b:after,.gpk-product-skeleton small:after{animation:none}}

/* Remove the 300 ms tap delay and keep optimistic cart controls responsive. */
.gpk-product-add,.gpk-modal-add,.gpk-product-counter button,.gpk-item-counter button,.gpk-cutlery-counter button,.gpk-fulfillment button,#place_order{touch-action:manipulation}

/* Meat delivery recommendation, separate from purchasable catalog items. */
.gpk-shashlik-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #482325;border-radius:28px;background:#1c1012;color:#fff4eb;box-shadow:0 14px 32px #35101418}
.gpk-shashlik-photo{position:relative;overflow:hidden;aspect-ratio:1.65;background:#2d1515}
.gpk-shashlik-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#19090d20 45%,#1c1012)}
.gpk-shashlik-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 48%}
.gpk-shashlik-photo>span{position:absolute;z-index:1;top:16px;left:16px;padding:7px 11px;border:1px solid #ffffff40;border-radius:30px;background:#211013bb;color:#fff4eb;font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
.gpk-shashlik-copy{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:4px 24px 22px}
.gpk-shashlik-eyebrow{margin-bottom:10px;color:#ffac8e;font-size:10px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}
.gpk-shashlik-card h3{margin:0;color:#fff4eb;font-size:clamp(23px,2.1vw,30px);font-weight:800;line-height:1.12;letter-spacing:-.035em}
.gpk-shashlik-card h3 em{color:#ff584f;font-style:normal}
.gpk-shashlik-copy p{margin:12px 0 20px;color:#d7bdb8;font-size:13px;line-height:1.5}
.gpk-shashlik-card .gpk-shashlik-link{display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box;width:100%;min-height:46px;margin-top:auto;padding:12px 16px;border-radius:13px;background:#e82a35;color:#fff;text-decoration:none;font-size:14px;font-weight:750;transition:background .18s}
.gpk-shashlik-link span{font-size:23px;line-height:1}
.gpk-shashlik-card .gpk-shashlik-link:hover{background:#c91e29;color:#fff}
.gpk-shashlik-card .gpk-shashlik-phone{align-self:center;display:flex;align-items:center;min-height:44px;margin-top:5px;color:#fff4eb;font-size:16px;font-weight:650;text-decoration:none;white-space:nowrap}
.gpk-shashlik-card a:focus-visible{outline:3px solid #ffdc75;outline-offset:3px}
@media(max-width:600px){.gpk-shashlik-card{grid-column:1/-1}.gpk-shashlik-photo{aspect-ratio:1.9}.gpk-shashlik-copy{padding:6px 22px 16px}.gpk-shashlik-card h3{font-size:29px}}

/* Keep yellow product counters legible in dark mode. */
html[data-theme="dark"] .gpk-product-counter,
html[data-theme="dark"] .gpk-product-counter button,
html[data-theme="dark"] .gpk-product-counter output{color:#171717!important}
