.consent-banner{position:fixed;inset-inline:16px;inset-block-end:16px;z-index:85;display:grid;grid-gap:14px;gap:14px;max-width:680px;margin-inline:auto;padding:16px;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.98);box-shadow:var(--shadow)}.consent-banner-content{display:grid;grid-gap:6px;gap:6px}.consent-banner-content strong{font-size:.95rem;line-height:1.3}.consent-banner-content p{margin:0;font-size:.85rem;color:var(--text-soft);line-height:1.5}.consent-banner-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.consent-banner-actions .primary-action,.consent-banner-actions .secondary-action{min-height:38px;padding-inline:14px;font-size:.85rem}@media (max-width:720px){.consent-banner{inset-inline:12px;inset-block-end:12px;padding:14px}.consent-banner-actions{justify-content:stretch;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.consent-banner-actions .primary-action,.consent-banner-actions .secondary-action{width:100%}}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.skeleton-pulse{animation:skeleton-pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}body,html{font-feature-settings:"lnum"}.cart-badge,.cart-line-total,.checkout-summary-total strong,.price,.product-price,input[type=number],input[type=tel]{font-feature-settings:lining-nums tabular-nums;font-variant-numeric:lining-nums tabular-nums}