/*
 * Netgardi Store 3.9.52 — cart recommendations only.
 * The 3.9.49 cart presentation remains untouched. This file owns only the
 * independent recommendation shelf rendered after the cart content.
 */
body.ngstore-cart-page .ngstore-cart-recommendations-root:empty{display:none}
body.ngstore-cart-page .ngstore-cart-recommendations{margin-top:24px;padding:22px;border:1px solid var(--ng-page-border);border-radius:var(--ng-page-radius);background:var(--ng-page-card);box-shadow:var(--ng-page-shadow)}
body.ngstore-cart-page .ngstore-cart-recommendations-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
body.ngstore-cart-page .ngstore-cart-recommendations-head>div{min-width:0}
body.ngstore-cart-page .ngstore-cart-recommendations-head h2{margin:4px 0 2px;color:var(--ng-ink);font-size:clamp(1rem,1.8vw,1.28rem);font-weight:900;line-height:1.55}
body.ngstore-cart-page .ngstore-cart-recommendations-head p{margin:0;color:var(--ng-page-muted);font-size:.78rem;line-height:1.9}
body.ngstore-cart-page .ngstore-cart-recommendations-head>a{display:inline-flex;min-height:42px;flex:0 0 auto;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--ng-page-border);border-radius:12px;background:var(--ng-page-card);color:var(--ng-action);font-size:.72rem;font-weight:800;text-decoration:none}
body.ngstore-cart-page .ngstore-cart-recommendations-head>a svg{width:17px;height:17px}
body.ngstore-cart-page .ngstore-cart-recommendation-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
body.ngstore-cart-page .ngstore-cart-recommendation-list>.ngstore-product-card{min-width:0}
@media(max-width:980px){
  body.ngstore-cart-page .ngstore-cart-recommendation-list{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:782px){
  body.ngstore-cart-page .ngstore-cart-recommendations{margin-top:16px;padding:15px 14px 14px;border-radius:18px}
  body.ngstore-cart-page .ngstore-cart-recommendations-head{align-items:flex-start;gap:10px;margin-bottom:12px}
  body.ngstore-cart-page .ngstore-cart-recommendations-head h2{font-size:1rem}
  body.ngstore-cart-page .ngstore-cart-recommendations-head p{font-size:.69rem}
  body.ngstore-cart-page .ngstore-cart-recommendations-head>a{display:none}
  body.ngstore-cart-page .ngstore-cart-recommendation-list{display:flex;gap:9px;margin-inline:-14px;padding-inline:14px 26px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-padding-inline:14px;scroll-snap-type:x proximity;scrollbar-width:none}
  body.ngstore-cart-page .ngstore-cart-recommendation-list::-webkit-scrollbar{display:none}
  body.ngstore-cart-page .ngstore-cart-recommendation-list>.ngstore-product-card{flex:0 0 min(68vw,244px);scroll-snap-align:start}
}
@media(max-width:360px){
  body.ngstore-cart-page .ngstore-cart-recommendations{padding-inline:12px}
  body.ngstore-cart-page .ngstore-cart-recommendation-list{margin-inline:-12px;padding-inline:12px 22px;scroll-padding-inline:12px}
  body.ngstore-cart-page .ngstore-cart-recommendation-list>.ngstore-product-card{flex-basis:min(72vw,230px)}
}
@media(prefers-reduced-motion:reduce){
  body.ngstore-cart-page .ngstore-cart-recommendations *{scroll-behavior:auto!important}
}
