.tas-shipping-notice { box-sizing: border-box; color: var(--tas-navy, #082b5c); font-family: var(--font-primary, inherit); line-height: 1.45; }
.tas-shipping-notice__icon { flex: 0 0 auto; color: #d65b00; }
.tas-shipping-notice__content { min-width: 0; }
.tas-shipping-notice__heading { font-weight: 700; }
.tas-shipping-notice__message { font-weight: 400; white-space: pre-line; }
.tas-shipping-notice__heading + .tas-shipping-notice__message::before { content: " "; }
.tas-shipping-notice--site { display: flex; align-items: flex-start; justify-content: center; gap: 9px; width: 100%; padding: 14px max(24px, calc((100% - 1260px) / 2)); border-bottom: 1px solid #efad20; background: #fff5d8; color: #161616; font-size: 15px; text-align: center; }
.tas-shipping-notice--site .tas-shipping-notice__heading { color: #b94700; }
.tas-shipping-notice--site .tas-shipping-notice__icon { margin-top: 3px; }
.tas-shipping-notice--product { display: flex; align-items: flex-start; gap: 14px; margin: 16px 0; padding: 16px; border: 1px solid #efa900; border-radius: 8px; background: linear-gradient(135deg, #fff9e9 0%, #fff5d2 100%); font-size: 14px; text-align: left; }
.tas-shipping-notice--product .tas-shipping-notice__content { flex: 1 1 auto; }
.tas-shipping-notice--product .tas-shipping-notice__icon { margin-top: 3px; font-size: 22px; }
.tas-shipping-notice--product .tas-shipping-notice__heading { display: block; margin-bottom: 4px; color: #a54200; font-size: 16px; text-transform: uppercase; }
.tas-shipping-notice--product .tas-shipping-notice__heading + .tas-shipping-notice__message::before { content: none; }
.tas-shipping-notice--product .tas-shipping-notice__message { display: block; }
@media (max-width: 767px) {
  .tas-shipping-notice--site { justify-content: flex-start; padding: 18px 24px; font-size: 14px; text-align: left; }
  .tas-shipping-notice--product { gap: 12px; padding: 16px 14px; }
}
