<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.location-banner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:20px 32px;margin-bottom:0;border-radius:0;font-family:var(--font-body-family, inherit);transition:opacity .3s ease,transform .3s ease;overflow:visible;min-height:150px;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}.banner-content{display:flex;align-items:center;gap:20px;flex:1;min-width:0;position:relative;z-index:2}.banner-text-content{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.banner-with-bg-image{position:relative;min-height:96px}.banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.banner-with-side-image .banner-content{gap:16px}.banner-image{width:auto;height:auto;max-width:100%;max-height:none;object-fit:contain;border-radius:8px;flex-shrink:0;display:block}.banner-image-link{text-decoration:none;display:block}.banner-content.image-left,.banner-content.image-right{flex-direction:row}.banner-image.large{width:100px;height:80px}.location-banner.full-width{min-height:96px;padding:0}.location-banner.full-width .banner-content{padding:24px;background:linear-gradient(135deg,#0009,#0000004d);min-height:96px}.location-banner.full-width .banner-text-content{gap:12px}.location-banner.full-width .banner-title{font-size:18px;font-weight:700}.location-banner.full-width .banner-message{font-size:16px;line-height:1.4}.banner-title{font-weight:600;font-size:14px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;min-width:0;margin:0;padding:0;line-height:1.2}.banner-message{font-size:14px;opacity:.9;flex:1;margin:0;padding:0;line-height:1.3}.banner-action{background:#fff3;color:inherit;padding:8px 16px;border-radius:4px;text-decoration:none;font-size:13px;font-weight:500;white-space:nowrap;border:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(0);cursor:pointer}.banner-action.has-shadow{box-shadow:0 2px 8px #00000026}.banner-action:hover{background:#ffffff4d;color:inherit;text-decoration:none;transform:translateY(-2px) scale(1.02);border-color:#ffffff80}.banner-action.has-shadow:hover{box-shadow:0 4px 12px #00000040}.banner-action:active{transform:translateY(0) scale(.98);transition-duration:.1s}.banner-action:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff80;transform:translate(-50%,-50%);transition:width .6s,height .6s}.banner-action:active:before{width:300px;height:300px}.banner-action:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}@keyframes pulse{0%{box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}.banner-action:hover{animation:pulse 1.5s infinite}.banner-button-right{margin-left:auto}.banner-button-left{margin-right:auto}.banner-button-center{margin:12px auto 0;display:block;text-align:center;width:fit-content}.banner-container{position:relative;z-index:10}.banner-container.top-banner{position:sticky;top:0;z-index:100;margin-bottom:0}.banner-container.top-banner .location-banner{border-radius:0;margin-bottom:0}.banner-container.in-content{margin:20px 0}.banner-container.floating{position:fixed;top:20px;right:20px;left:20px;z-index:1000;max-width:600px;margin:0 auto}.banner-container.floating .location-banner{box-shadow:0 4px 12px #00000026;border:1px solid rgba(255,255,255,.2)}.location-banners-section{padding-left:0;padding-right:0}.location-banners-section .location-banner-container{padding-left:0;padding-right:0;margin-left:0;margin-right:0}@media (min-width: 769px){.location-banner{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;position:relative;border-radius:0;padding:40px 64px;min-height:200px}.banner-image{width:auto;height:auto;max-width:100%;max-height:none}}@media (max-width: 768px){.location-banner{flex-direction:column;align-items:stretch;text-align:center;padding:16px;margin-bottom:0;min-height:140px}.banner-content{flex-direction:column!important;gap:12px;margin-bottom:12px}.banner-text-content{gap:8px;order:2}.banner-image{align-self:center;order:1;width:auto;height:auto;max-width:100%;max-height:none}.banner-title{white-space:normal;font-size:16px}.banner-message{font-size:14px;line-height:1.4}.banner-action{align-self:center;min-width:120px;min-height:44px;padding:12px 20px}.banner-container.floating{top:10px;right:10px;left:10px}.location-banner.full-width{min-height:140px}.location-banner.full-width .banner-content{padding:16px;text-align:left}.location-banner.banner-with-bg-image{border-radius:0}}@media (max-width: 480px){.banner-content{gap:8px}.banner-text-content{gap:6px}.banner-title{font-size:15px}.banner-message{font-size:13px}.banner-action{font-size:12px;padding:8px 16px}.banner-image{width:60px;height:60px}.location-banner.full-width .banner-title{font-size:16px}.location-banner.full-width .banner-message{font-size:14px}}@keyframes bannerSlideIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.location-banner.animate-in{animation:bannerSlideIn .4s ease-out}.location-banner.theme-delivery{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.location-banner.theme-special{background:linear-gradient(135deg,#660eae,#4a0a7a);color:#fff}.location-banner.theme-announcement{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.location-banner.theme-success{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.location-banner.theme-warning{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}@media (prefers-contrast: high){.location-banner{border:2px solid currentColor}.banner-action{border:2px solid currentColor;background:transparent}}@media (prefers-reduced-motion: reduce){.location-banner{transition:none}.location-banner.animate-in{animation:none}.banner-action{transition:none}}.banner-title.font-small{font-size:12px}.banner-title.font-medium{font-size:16px}.banner-title.font-large{font-size:20px}.banner-title.font-xlarge{font-size:24px}.banner-title.style-bold{font-weight:700!important}.banner-title.style-italic{font-style:italic}.banner-title.style-underline{text-decoration:underline}.banner-title.style-bold-italic{font-weight:700!important;font-style:italic}.banner-title.style-bold-underline{font-weight:700!important;text-decoration:underline}.banner-title.style-italic-underline{font-style:italic;text-decoration:underline}.banner-title.style-all{font-weight:700!important;font-style:italic;text-decoration:underline}@media (max-width: 768px){.banner-title.font-small{font-size:14px}.banner-title.font-medium{font-size:18px}.banner-title.font-large{font-size:22px}.banner-title.font-xlarge{font-size:26px}}.banner-message.font-small{font-size:11px}.banner-message.font-medium{font-size:14px}.banner-message.font-large{font-size:17px}.banner-message.font-xlarge{font-size:20px}.banner-message.style-bold{font-weight:700!important}.banner-message.style-italic{font-style:italic}.banner-message.style-underline{text-decoration:underline}.banner-message.style-bold-italic{font-weight:700!important;font-style:italic}.banner-message.style-bold-underline{font-weight:700!important;text-decoration:underline}.banner-message.style-italic-underline{font-style:italic;text-decoration:underline}.banner-message.style-all{font-weight:700!important;font-style:italic;text-decoration:underline}@media (max-width: 768px){.banner-message.font-small{font-size:12px}.banner-message.font-medium{font-size:15px}.banner-message.font-large{font-size:18px}.banner-message.font-xlarge{font-size:21px}}.banner-image{background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;aspect-ratio:3 / 2;width:clamp(240px,40vw,480px);height:auto}.location-banner.banner-with-bg-image{background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;min-height:calc(100vw / 1.5)}@media (min-width: 769px){.location-banner.banner-with-bg-image{min-height:calc(100vw / 1.5);max-height:400px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/location-banner.css.map */
</pre></body></html>