    .shop-menu .menu-product-grid{ display:grid; grid-template-columns:1fr; gap:1.5rem; padding:1.25rem 1.25rem 1.75rem; }
    @media (min-width: 1024px){ .shop-menu .menu-product-grid{ grid-template-columns:1fr 1fr; } }
    .shop-menu .menu-product-gallery-main{ width:100%; height:320px; object-fit:cover; border-radius:16px; border:1px solid var(--menu-border); background:var(--menu-surface-2); display:block; }
    .shop-menu .menu-product-gallery-thumbs{ display:flex; flex-wrap:wrap; gap:.5rem; margin-top:.75rem; }
    .shop-menu .gallery-thumb{ border-color:var(--menu-border); }
    .shop-menu .gallery-thumb.active{ border-color:var(--menu-accent); box-shadow:0 0 0 2px rgba(181,80,46,0.18); }
    .shop-menu .menu-product-name{ font-size:1.4rem; font-weight:800; color:var(--menu-text); }
    .shop-menu .menu-product-meta{ color:var(--menu-muted); font-size:.85rem; margin-top:.4rem; }
    .shop-menu .menu-product-price{ font-size:1.6rem; font-weight:800; color:var(--menu-accent); margin-top:.75rem; }
    .shop-menu .product-info-table{ width:100%; border-collapse:collapse; margin-top:.85rem; font-size:.88rem; }
    .shop-menu .product-info-table tr{ border-bottom:1px solid var(--menu-border); }
    .shop-menu .product-info-table tr:last-child{ border-bottom:none; }
    .shop-menu .product-info-table th, .shop-menu .product-info-table td{ padding:.55rem .25rem; text-align:start; vertical-align:top; }
    .shop-menu .product-info-table th{ color:var(--menu-muted); font-weight:600; width:38%; white-space:nowrap; }
    .shop-menu .product-info-table td{ color:var(--menu-text); font-weight:600; }
    .shop-menu .product-info-table td.product-info-price{ color:var(--menu-accent); font-weight:800; font-size:1.05rem; }
    .shop-menu .menu-product-desc{ color:var(--menu-muted); font-size:.9rem; margin-top:.75rem; line-height:1.6; }
    .shop-menu .menu-product-actions{ display:flex; flex-wrap:wrap; gap:.4rem; margin-top:1rem; }
    .shop-menu .menu-product-actions a, .shop-menu .menu-product-actions button.copy-link-btn, .shop-menu .menu-product-actions button.add-to-cart-btn{ font-size:.78rem; font-weight:700; padding:.45rem .85rem; border-radius:999px; border:1px solid var(--menu-border); background:var(--menu-surface); color:var(--menu-accent); text-decoration:none; cursor:pointer; font-family:inherit; }
    .shop-menu .menu-product-actions button.add-to-cart-btn:disabled{ opacity:.6; cursor:default; }
