/* GAYA – checkout layout (skeleton; pixel perfect dopinamy jutro) */
.gaya-checkout__grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:32px;align-items:start;max-width:1200px;margin:0 auto;padding:24px 16px}
@media (max-width:980px){.gaya-checkout__grid{grid-template-columns:1fr}}
.gaya-checkout__title{font-size:40px;line-height:1.15;margin:8px 0 18px}
.gaya-checkout-items{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}
.gaya-checkout-item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;padding:14px;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.gaya-checkout-item__image img{width:64px;height:auto;display:block}
.gaya-checkout-sidebar__card{background:#fff;border-radius:22px;box-shadow:0 10px 28px rgba(0,0,0,.08);padding:18px}
.gaya-co-quick__section{padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.gaya-co-quick__section:last-child{border-bottom:0}
.gaya-co-quick__head{display:flex;align-items:center;gap:10px}
.gaya-co-quick__icon img{width:18px;height:18px;display:block;opacity:.85}
.gaya-co-quick__title{font-weight:600}
.gaya-co-quick__edit{margin-left:auto;font-size:13px;text-decoration:underline;opacity:.7}
.gaya-co-quick__body{margin-top:10px;font-size:13px;opacity:.85;line-height:1.35}
.gaya-co-quick__pill{display:inline-block;padding:6px 10px;border-radius:999px;background:#f3f5f7;font-size:12px}
.gaya-checkout-sidebar__order-review table{width:100%!important}
.gaya-checkout-sidebar__order-review td,.gaya-checkout-sidebar__order-review th{white-space:normal}
