.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.product-actions .save-product{cursor:pointer}
.share-product{width:100%;border:1px solid #078d98;background:#eaf8fb;color:#07385f;padding:11px;border-radius:11px;font-weight:700;cursor:pointer}
.share-product:hover{background:#d8f3f5}
.pwa-install{position:fixed;right:20px;bottom:20px;z-index:60;border:0;border-radius:999px;background:#ff5145;color:#fff;padding:13px 20px;font:inherit;font-weight:800;box-shadow:0 12px 34px #07375c40;cursor:pointer}.pwa-install[hidden],.pwa-guide[hidden]{display:none}.pwa-guide{position:fixed;inset:0;z-index:80;background:#062f4d99;display:grid;place-items:center;padding:20px}.pwa-guide>div{position:relative;width:min(390px,100%);box-sizing:border-box;background:#fff;border-radius:22px;padding:30px;text-align:center;box-shadow:0 24px 80px #001b2d66}.pwa-guide .brand-mark{display:grid;margin:0 auto 18px;width:56px;height:56px;font-size:30px}.pwa-guide h2{margin:0 0 10px;color:#07375c}.pwa-guide p{color:#547080;line-height:1.65}.pwa-guide>div>button:last-child{border:0;border-radius:11px;background:#10aeb5;color:#fff;padding:12px 22px;font:inherit;font-weight:700}.pwa-close{position:absolute;right:14px;top:10px;border:0;background:transparent;color:#547080;font-size:28px;cursor:pointer}
.cookie-notice{position:fixed;left:20px;right:20px;bottom:max(20px,env(safe-area-inset-bottom));z-index:70;max-width:900px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;border:1px solid #b9dce5;border-radius:16px;background:#fff;color:#173e57;box-shadow:0 18px 60px #052b4a3d}.cookie-notice[hidden]{display:none}.cookie-notice b{color:#07375c}.cookie-notice p{display:inline;margin:0 8px;font-size:.9rem;color:#547080}.cookie-notice a{font-size:.85rem;color:#078d98;text-decoration:underline}.cookie-actions{display:flex;flex:none;gap:8px}.cookie-actions button{border:1px solid #bfd7df;border-radius:10px;background:#fff;color:#466576;padding:9px 13px;font:inherit;font-weight:700;cursor:pointer}.cookie-actions button:last-child{border-color:#08aeb5;background:#08aeb5;color:#fff}@media(max-width:680px){.cookie-notice{align-items:stretch;flex-direction:column;gap:12px}.cookie-notice p{display:block;margin:3px 0}.cookie-actions button{flex:1}}
@media(max-width:420px){.product-actions{grid-template-columns:1fr}}
