.free-shipping-notice{background-color:#3c4850;color:white;padding:16px 20px;margin:20px 0;border-radius:8px;text-align:left;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px}.free-shipping-notice .message{font-size:15px;line-height:1.4;font-weight:400;flex:1}.free-shipping-notice .message strong{font-weight:600}.free-shipping-notice .button{background-color:#a3232b;color:white;padding:10px 20px;font-size:14px;border-radius:4px;white-space:nowrap;text-align:center;text-decoration:none}@media (max-width:480px){.free-shipping-notice{flex-direction:column;align-items:stretch;text-align:center}.free-shipping-notice .message{margin-bottom:10px}.free-shipping-notice .button{width:100%}}