#qv-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75);z-index:99998;display:none;backdrop-filter:blur(4px)}
#qv-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:92%;max-width:1100px;max-height:90vh;background:#fff;border-radius:12px;z-index:99999;display:none;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,0.4)}
#qv-popup .qv-topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:rgba(255,255,255,0.92);backdrop-filter:blur(8px);border-bottom:1px solid #eee}
#qv-popup .qv-topbar .qv-counter{font-size:.85em;color:#999}
#qv-popup .qv-topbar .qv-actions{display:flex;gap:10px;align-items:center}
#qv-popup .qv-topbar .qv-actions button{background:none;border:none;cursor:pointer;padding:6px 10px;border-radius:6px;font-size:1.1em;color:#555}
#qv-popup .qv-topbar .qv-actions button:hover{background:#f0f0f0;color:#222}
#qv-popup .qv-topbar .qv-nav-btn{font-size:1.3em;font-weight:700}
#qv-popup .qv-body{display:flex;flex-direction:row;overflow-y:auto;max-height:calc(90vh - 100px)}
#qv-popup .qv-gallery{flex:0 0 48%;padding:20px;position:sticky;top:0;align-self:flex-start}
#qv-popup .qv-gallery .qv-main-img{width:100%;height:400px;object-fit:cover;border-radius:8px;cursor:zoom-in}
#qv-popup .qv-gallery .qv-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:6px}
#qv-popup .qv-gallery .qv-thumbs img{width:70px;height:70px;object-fit:cover;border-radius:6px;cursor:pointer;opacity:.6;border:2px solid transparent}
#qv-popup .qv-gallery .qv-thumbs img.active,#qv-popup .qv-gallery .qv-thumbs img:hover{opacity:1;border-color:#c8a96e}
#qv-popup .qv-info{flex:1;padding:20px 20px 20px 0;min-width:0}
#qv-popup .qv-info h2{font-size:1.6em;margin:0 0 8px;color:#222;line-height:1.3}
#qv-popup .qv-info .qv-price{font-size:1.5em;font-weight:700;color:#c8a96e;margin-bottom:12px}
#qv-popup .qv-info .qv-short-desc{color:#555;margin-bottom:16px;line-height:1.6}
#qv-popup .qv-info .qv-full-desc{color:#444;line-height:1.7}
#qv-popup .qv-bottombar{position:sticky;bottom:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:rgba(255,255,255,0.92);backdrop-filter:blur(8px);border-top:1px solid #eee}
#qv-popup .qv-bottombar button{background:none;border:none;cursor:pointer;padding:10px 16px;border-radius:8px;color:#555}
#qv-popup .qv-bottombar button:hover{background:#f0f0f0;color:#222}
#qv-popup .qv-bottombar .qv-prod-name{font-size:.85em;color:#999;text-align:center;flex:1}
.qv-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#999}
.qv-loading .qv-spinner{width:40px;height:40px;border:3px solid #eee;border-top:3px solid #c8a96e;border-radius:50%;animation:qv-spin .8s linear infinite;margin:0 auto 10px}
@keyframes qv-spin{to{transform:rotate(360deg)}}
.qv-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.92);z-index:100000;display:none;align-items:center;justify-content:center}
.qv-lightbox img{max-width:92%;max-height:92vh;object-fit:contain;border-radius:4px}
@media(max-width:768px){#qv-popup{width:100%;max-width:100%;height:100vh;max-height:100vh;border-radius:0;top:0;left:0;transform:none}#qv-popup .qv-body{flex-direction:column;max-height:calc(100vh - 100px)}#qv-popup .qv-gallery{flex:none;padding:12px;position:static}#qv-popup .qv-gallery .qv-main-img{height:280px}#qv-popup .qv-gallery .qv-thumbs img{width:55px;height:55px}#qv-popup .qv-info{padding:12px}#qv-popup .qv-info h2{font-size:1.3em}#qv-popup .qv-topbar{padding:10px 12px}#qv-popup .qv-bottombar{padding:8px 12px}}

/* ===== GLOBAL WOOCOMMERCE PRODUCT STYLES ===== */
/* Applies to all product listings across the site */

/* Hide Add to Cart buttons (presentation site) */
.woocommerce a.button,.woocommerce button.button,.woocommerce ul.products li.product a.button,.woocommerce ul.products li.product .button,.add_to_cart_button,.single_add_to_cart_button,a.add_to_cart,.wc-block-components-product-button,.wc-block-grid__product-add-to-cart,form.cart,.cart-contents,.quantity{display:none !important}

/* Dietary labels: Vegan and Vegetarian */
li.product.product_tag-vegan .woocommerce-loop-product__title::before{content:"Vegan";display:block;background:#4caf50;color:#fff;padding:3px 10px;border-radius:3px;font-size:.72em;font-weight:700;margin-bottom:6px;letter-spacing:.5px;width:fit-content}
li.product.product_tag-vegetarian .woocommerce-loop-product__title::before{content:"Vegetarian";display:block;background:#8bc34a;color:#fff;padding:3px 10px;border-radius:3px;font-size:.72em;font-weight:700;margin-bottom:6px;letter-spacing:.5px;width:fit-content}

/* Consistent image sizing across all product grids */
.woocommerce ul.products li.product a img{width:100%;height:260px;object-fit:cover;aspect-ratio:1/1;border-radius:6px}
.woocommerce ul.products li.product:hover a img{transform:scale(1.03)}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{margin-bottom:35px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1em;font-weight:700;min-height:2.5em;display:flex;align-items:center;justify-content:center;text-align:center;padding:8px 5px}
.woocommerce ul.products li.product .price{text-align:center;font-size:1.1em}

/* Menu section titles with background images (like Offers page) */
h2.menu-section-title,h3.menu-subsection-title{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;text-align:center!important;color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,0.6)!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;text-transform:uppercase!important;letter-spacing:2px!important;border-left:none!important}
h2.menu-section-title{padding:40px 25px!important;font-size:1.8em!important;border-radius:8px!important;margin:45px 0 20px 0!important;min-height:80px!important}
h3.menu-subsection-title{padding:30px 20px!important;font-size:1.4em!important;border-radius:6px!important;margin:35px 0 15px 0!important;min-height:60px!important;letter-spacing:1px!important}
#section-starters{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-starters.jpg') center/cover no-repeat!important}
#section-salads{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-salads.jpg') center/cover no-repeat!important}
#section-rations{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-rations.jpg') center/cover no-repeat!important}
#section-combined-dishes{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-combined-dishes.jpg') center/cover no-repeat!important}
#section-fish{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-fish.jpg') center/cover no-repeat!important}
#section-seafood{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-seafood.jpg') center/cover no-repeat!important}
#section-paellas{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-paella.jpg') center/cover no-repeat!important}
#section-meat{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-meat.jpg') center/cover no-repeat!important}
#section-burgers{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-burgers.jpg') center/cover no-repeat!important}
#section-toasts{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-toasts.jpg') center/cover no-repeat!important}
#section-extras{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-extras.jpg') center/cover no-repeat!important}
#subsection-beers{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-beers.jpg') center/cover no-repeat!important}
#subsection-wines{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-wines.jpg') center/cover no-repeat!important}
#subsection-soft-drinks{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-soft-drinks.jpg') center/cover no-repeat!important}
#subsection-spirits{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://taperialamina.dedyn.io/wp-content/uploads/2026/05/category-header-spirits.jpg') center/cover no-repeat!important}

/* Paella notice */
.paella-notice{background:#fff8e1;border:1px solid #c8a96e;color:#8a6900;padding:10px 18px;margin:0 0 15px 0;border-radius:4px;font-weight:600;font-size:.95em}

/* Wine dual pricing badge */
.woocommerce ul.products li.product.post-2365 .price::after{content:" | Bottle: 11.90EUR";font-size:.75em;color:#888;font-weight:400}
.woocommerce ul.products li.product.post-2366 .price::after{content:" | Bottle: 12.50EUR";font-size:.75em;color:#888;font-weight:400}
.woocommerce ul.products li.product.post-2367 .price::after{content:" | Bottle: 15.00EUR";font-size:.75em;color:#888;font-weight:400}
.woocommerce ul.products li.product.post-2368 .price::after{content:" | Bottle: 16.50EUR";font-size:.75em;color:#888;font-weight:400}
.woocommerce ul.products li.product.post-2405 .price::after{content:" | Bottle: 17.50EUR";font-size:.75em;color:#888;font-weight:400}
.woocommerce ul.products li.product.post-2404 .price::after{content:" | Bottle: 11.50EUR";font-size:.75em;color:#888;font-weight:400}
.woocommerce ul.products li.product.post-2406 .price::after{content:" | Bottle: 17.00EUR";font-size:.75em;color:#888;font-weight:400}
.woocommerce ul.products li.product.post-2428 .price::after{content:" | Bottle: 11.80EUR";font-size:.75em;color:#888;font-weight:400}