/* Zibimart V4.14.4 - cart toast + product layout regression guard */
.sz-cart-toast{position:fixed!important;right:22px!important;top:96px!important;left:auto!important;bottom:auto!important;width:min(390px,calc(100vw - 32px))!important;z-index:2147483000!important;background:#fff!important;border:1px solid #dbe7f3!important;border-radius:16px!important;box-shadow:0 24px 70px rgba(16,46,83,.24)!important;padding:16px!important;transform:translateY(-16px) scale(.98)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important;color:#10284d!important;box-sizing:border-box!important}
.sz-cart-toast.show{transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.sz-cart-toast.is-error .sz-cart-toast-head{color:#b42318!important}
.sz-cart-toast-head{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;color:#167b49!important;font-weight:900!important;font-size:18px!important;line-height:1.2!important}
.sz-cart-toast-head button{border:0!important;background:transparent!important;color:#29445f!important;font-size:24px!important;line-height:1!important;cursor:pointer!important;padding:2px 4px!important}
.sz-cart-toast-product{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;margin:14px 0!important}
.sz-cart-toast-product img,.sz-cart-toast-product .placeholder{display:block!important;width:64px!important;height:64px!important;object-fit:contain!important;border:1px solid #e4ebf3!important;border-radius:10px!important;background:#f7f9fc!important}
.sz-cart-toast-product b,.sz-cart-toast-product small{display:block!important;overflow-wrap:anywhere!important}.sz-cart-toast-product b{font-size:14px!important;color:#10284d!important}.sz-cart-toast-product small{margin-top:5px!important;font-size:12px!important;color:#667b91!important}
.sz-cart-toast-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}.sz-cart-toast-actions a{display:block!important;text-align:center!important;text-decoration:none!important;padding:10px 12px!important;border-radius:9px!important;font-weight:900!important;font-size:13px!important}.sz-cart-toast-actions .view{border:1px solid #aacced!important;color:#086fd7!important;background:#fff!important}.sz-cart-toast-actions .checkout{background:#0877ee!important;color:#fff!important}
@media(max-width:780px){.sz-cart-toast{top:auto!important;right:10px!important;left:10px!important;bottom:82px!important;width:auto!important;border-radius:18px!important}}

/* Keep product-detail layout rules isolated from the homepage/account/admin shells. */
body .pd443[data-product-layout]{isolation:isolate}
body .pd443[data-product-layout] .pd443-top{align-items:start}
body .pd443[data-product-layout="grocery"].pd411-layout-grocery,
body .pd443[data-product-layout="amazon"].pd411-layout-amazon,
body .pd443[data-product-layout="premium"].pd411-layout-premium,
body .pd443[data-product-layout="electronics"].pd411-layout-electronics,
body .pd443[data-product-layout="compact"].pd411-layout-compact{position:relative}
