.promotion-material-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.promotion-material-groups>section,.promotion-orders,.promotion-checkout>section,.promotion-checkout-fields,.active-promotion-note{padding:22px;background:#fff;border:1px solid var(--border);border-radius:15px}.promotion-material-groups h2,.promotion-orders h2,.promotion-checkout h2{margin-top:0;color:var(--blue-dark)}.promotion-material-groups section>div{display:grid;gap:8px}.promotion-material-groups article{padding:11px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f4f8fb;border-radius:9px}.promotion-material-groups article span{min-width:0}.promotion-material-groups article strong,.promotion-material-groups article small{display:block}.promotion-material-groups article strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promotion-material-groups article small{color:var(--muted)}.promotion-material-groups article a,.promotion-checkout>button{padding:9px 12px;color:#fff;background:var(--red);border:0;border-radius:8px;font-weight:900}.promotion-orders{margin-top:22px}.account-order-list{display:grid;gap:9px}.account-order-list article{padding:14px;display:flex;justify-content:space-between;gap:18px;background:#f4f8fb;border-radius:10px}.account-order-list article span,.account-order-list article small{display:block}.promotion-checkout{display:grid;gap:20px}.promotion-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.promotion-product{display:block;cursor:pointer}.promotion-product>input{position:absolute;opacity:0}.promotion-product>span{height:100%;padding:18px;display:flex;flex-direction:column;gap:8px;background:#f7fafc;border:2px solid #d8e3ec;border-radius:13px;transition:.18s}.promotion-product input:checked+span{background:#eef7ff;border-color:#1769aa;box-shadow:0 8px 22px rgba(23,105,170,.14)}.promotion-product strong{color:var(--blue-dark);font-size:18px}.promotion-product small{color:var(--muted);line-height:1.45}.promotion-product b{margin-top:auto;color:#17623a}.promotion-product em{font-size:12px}.promotion-product.package>span{background:#fff8e8;border-color:#edcf86}.promotion-checkout-fields{display:grid;grid-template-columns:1fr 2fr;gap:15px}.promotion-checkout-fields label span{display:block;margin-bottom:6px;font-weight:800}.promotion-checkout-fields input,.promotion-checkout-fields textarea{width:100%;padding:12px;border:1px solid var(--border);border-radius:8px}.promotion-checkout>button{justify-self:start;padding:14px 20px}.active-promotion-note{margin-bottom:20px;color:#17623a;background:#edf9f2}@media(max-width:900px){.promotion-material-groups,.promotion-catalog-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.promotion-material-groups,.promotion-catalog-grid,.promotion-checkout-fields{grid-template-columns:1fr}.account-order-list article{flex-direction:column}.promotion-checkout>button{width:100%}}
