.bottoni-order-progress { display:grid; gap:10px; margin:0 0 28px; padding:20px 24px; border:1px solid #ddc7a8; border-left:3px solid #b77925; background:#faf4eb; color:#514236; font:14px/1.6 var(--bottoni-sans,Arial,sans-serif); }
.bottoni-order-progress strong { color:#7f1f32; font-weight:600; }
.bottoni-order-progress small { color:#78675b; font-size:11px; }
.bottoni-order-progress progress { width:100%; height:5px; border:0; accent-color:#b77925; }
.bottoni-order-progress progress::-webkit-progress-bar { background:#e7dac8; }
.bottoni-order-progress progress::-webkit-progress-value { background:#b77925; }
.bottoni-under-minimum .wc-block-cart__submit-button,
.bottoni-under-minimum .wc-block-components-checkout-place-order-button { opacity:.45; cursor:not-allowed; }
.bottoni-floating-cart-policy { margin:12px 0; color:#78675b; font-size:12px; line-height:1.5; }
.bottoni-floating-cart-checkout[aria-disabled="true"] { opacity:.45; cursor:not-allowed; }
@media(max-width:520px) { .bottoni-order-progress { padding:16px; font-size:13px; } }
/* Catalog terms: compact, non-modal, once per session. */
.bottoni-catalog-notice[hidden] { display:none !important; }
.bottoni-catalog-notice { position:fixed; z-index:1005; right:24px; bottom:24px; width:min(350px,calc(100vw - 32px)); box-sizing:border-box; padding:22px 26px 18px; border:1px solid #d8c09e; border-top:2px solid #b77925; background:#fff9f0; color:#302622; box-shadow:0 12px 45px rgba(42,26,17,.18); animation:bottoni-notice-appear .25s ease-out; }
.bottoni-catalog-notice-kicker { color:#8d5818; font:600 10px/1.4 var(--bottoni-sans,Arial,sans-serif); letter-spacing:.1em; text-transform:uppercase; }
.bottoni-catalog-notice h2 { margin:10px 0; font:500 25px/1.1 var(--bottoni-serif,Georgia,serif); padding-right:6px; }
.bottoni-catalog-notice p { margin:0 0 13px; font:13px/1.8 var(--bottoni-sans,Arial,sans-serif); }
.bottoni-catalog-notice p strong { font-weight:600; }
.bottoni-catalog-notice-close { position:absolute; right:4px; top:4px; width:36px; height:36px; padding:0; border:0; background:transparent; color:#78675b; cursor:pointer; font:24px/1 Arial,sans-serif; }
.bottoni-catalog-notice-confirm { display:flex; align-items:center; justify-content:space-between; gap:30px; width:100%; min-height:36px; padding:8px 0 0; border:0; border-top:1px solid #e4d4c0; background:transparent; color:#8d5818; cursor:pointer; font:600 11px/1.5 var(--bottoni-sans,Arial,sans-serif); text-align:left; }
.bottoni-catalog-notice button:focus-visible { outline:2px solid #7f1f32; outline-offset:2px; }
@keyframes bottoni-notice-appear { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:none; } }
@media(max-width:520px) {
 .bottoni-catalog-notice { right:16px; bottom:max(12px,env(safe-area-inset-bottom)); padding:14px 20px 10px; }
 .bottoni-catalog-notice h2 { font-size:22px; margin:6px 0; }
 .bottoni-catalog-notice p { font-size:12px; margin-bottom:6px; line-height:1.6; }
 .bottoni-catalog-notice-kicker { font-size:9px; }
}
@media(prefers-reduced-motion:reduce) { .bottoni-catalog-notice { animation:none; } }
