.mobile-item-menu-toggle,.mobile-favorite-mark{display:none}
.mobile-item-actions{position:fixed;z-index:90;width:176px;max-width:calc(100vw - 16px);padding:6px;border:1px solid #e1e5eb;background:#fff;border-radius:10px;box-shadow:0 8px 28px #18202d26}
.mobile-item-actions button{display:flex;align-items:center;gap:9px;width:100%;min-height:44px;padding:10px 12px;border-radius:6px;font-size:14px;line-height:1.4;color:#384351;text-align:left;white-space:nowrap}
.mobile-item-actions button svg{width:17px;height:17px;flex-shrink:0}
.mobile-item-actions button:hover,.mobile-item-actions button:focus-visible{background:#fff1e8;color:var(--orange);outline:none}
.mobile-item-actions .is-favorite{color:var(--orange)}.mobile-item-actions .is-favorite svg{fill:currentColor}
@media (max-width: 680px), (hover: none), (pointer: coarse){
  .product-card .favorite-btn{display:none}
  .product-card .card-overlay,.product-card:hover .card-overlay{opacity:0;visibility:hidden;pointer-events:none}
  .product-card .mobile-item-menu-toggle{display:grid;place-items:center;position:absolute;top:0;right:0;width:44px;height:44px;padding:0;z-index:3;color:#384351;border-radius:50%;background:transparent}
  .mobile-item-menu-toggle>span{display:grid;place-items:center;width:clamp(28px,20cqw,34px);height:clamp(28px,20cqw,34px);background:#fffffff2;border-radius:50%;box-shadow:0 1px 5px #17223112}
  .mobile-item-menu-toggle svg{width:19px;height:19px}.mobile-item-menu-toggle[aria-expanded=true]>span{background:#fff0e6;color:var(--orange)}
  .mobile-item-menu-toggle:focus-visible{outline:2px solid var(--orange);outline-offset:-2px}
  .product-card .mobile-favorite-mark{position:absolute;right:4cqw;bottom:4cqw;display:grid;place-items:center;width:clamp(22px,15cqw,28px);height:clamp(22px,15cqw,28px);border-radius:50%;background:#fffffff2;color:var(--orange);pointer-events:none;box-shadow:0 1px 5px #17223112}
  .mobile-favorite-mark svg{width:14px;height:14px;fill:currentColor}
}
