.pet-header-bars{flex-direction:column;gap:8px;width:100%;display:flex}.pet-header-bar{--pet-bar-bg:var(--pet-surface-alt,#f9f7f3);--pet-bar-text:var(--pet-text-primary,#1a1a2e);--pet-bar-btn-bg:var(--pet-primary);--pet-bar-btn-text:#fff;width:100%;font-size:var(--pet-text-base);border-radius:0;padding:12px 44px 12px 14px;position:relative;overflow:hidden;box-shadow:inset 0 -1px #dcdfe3;background:var(--pet-bar-bg)!important;color:var(--pet-bar-text)!important}.pet-header-bar.style-dark{--pet-bar-bg:var(--pet-text-primary,#1a1a2e);--pet-bar-text:#e7e5e4;--pet-bar-btn-bg:var(--pet-primary,#1b2f5b);--pet-bar-btn-text:#fff}.pet-header-bar.style-primary{--pet-bar-bg:var(--pet-primary);--pet-bar-text:#fff;--pet-bar-btn-bg:var(--pet-secondary);--pet-bar-btn-text:#fff}.pet-header-bar.style-pale-blue{--pet-bar-bg:#f0ece4;--pet-bar-text:#1c1917;--pet-bar-btn-bg:#1c1917;--pet-bar-btn-text:#f0ece4}.pet-header-bar.style-pale-mint{--pet-bar-bg:#e8f7f2;--pet-bar-text:#0f2f29;--pet-bar-btn-bg:#0f2f29;--pet-bar-btn-text:#e8f7f2}.pet-header-bar.style-pale-rose{--pet-bar-bg:#fbeff3;--pet-bar-text:#3b0a1b;--pet-bar-btn-bg:#3b0a1b;--pet-bar-btn-text:#fbeff3}.pet-header-bar.style-pale-sand{--pet-bar-bg:#f8f3ea;--pet-bar-text:#2d1c0f;--pet-bar-btn-bg:#2d1c0f;--pet-bar-btn-text:#f8f3ea}.pet-header-bar__inner{align-items:center;gap:12px;display:flex}.is-advanced .pet-header-bar__inner{align-items:center;gap:10px;display:grid}.is-advanced.layout-1 .pet-header-bar__inner{grid-template-columns:1fr}.is-advanced.layout-2 .pet-header-bar__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.is-advanced.layout-3 .pet-header-bar__inner{grid-template-columns:repeat(3,minmax(0,1fr))}.is-advanced .pet-header-bar__col{flex-direction:row;align-items:center;gap:8px;display:flex}.pet-header-bar__message{text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:0;display:flex}.pet-header-bar__line{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}.pet-header-bar__line>*{margin:0}.pet-header-bar__title{font-weight:var(--pet-heading-weight,600);margin-right:6px}.pet-header-bar__body{font-weight:400}.pet-header-bar__content{flex:auto;justify-content:center;align-items:center;min-width:0;max-width:100%;display:flex}.pet-header-bar__content span,.pet-header-bar__content p{margin:0}.pet-header-bar__content strong,.pet-header-bar__content b{font-weight:700}.pet-header-bar__content em,.pet-header-bar__content i{font-style:italic}.pet-header-bar__separator{opacity:.6;font-size:15px;font-weight:400;display:inline-block;margin:0 8px!important}.pet-header-bar__link{font-weight:var(--pet-font-semibold,600);text-decoration:none;color:inherit!important}.pet-header-bar__link:hover{opacity:.85;text-decoration:none;color:inherit!important}.pet-header-bar__cta{white-space:nowrap;color:inherit;font-weight:var(--pet-font-semibold,600);text-decoration:underline;display:inline}.pet-header-bar__cta:hover{opacity:.9;text-decoration:none}.pet-header-bar__countdown{font-variant-numeric:tabular-nums;white-space:nowrap;align-self:center;align-items:center;gap:6px;display:inline-flex}.pet-header-bar__close{background:var(--pet-bar-bg);color:inherit;cursor:pointer;width:32px;height:32px;font-size:var(--pet-text-2xl);border:0;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:opacity .15s,transform .15s,box-shadow .15s,background .15s;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.pet-header-bar__close:hover{opacity:.75;box-shadow:none;color:var(--pet-bar-text);transform:translateY(-50%)}.is-advanced .pet-header-bar__close{justify-self:end}.pet-header-bar-carousel{position:relative;overflow:hidden}.pet-header-bar--carousel-item{opacity:0;pointer-events:none;width:100%;transition:opacity .35s;display:block;position:absolute;inset:0}.pet-header-bar--carousel-item.is-active{opacity:1;pointer-events:auto;position:relative}.pet-header-bar.is-dismissed{display:none!important}.pet-header-bar-carousel__nav{pointer-events:none;z-index:2;position:absolute;inset:0}.pet-header-bar-carousel__nav--simple{max-width:1200px;margin:0 auto;padding:0 12px;left:0;right:0}.pet-header-bar-carousel__arrow{pointer-events:auto;font-size:var(--pet-text-2xl);color:rgba(var(--pet-shadow-color,30, 28, 24),.6);cursor:pointer;user-select:none;border-radius:var(--pet-radius-xs);box-shadow:none;background:0 0;padding:8px 10px;font-weight:400;line-height:1;transition:background .15s,color .15s;position:absolute;top:50%;transform:translateY(-50%)}.pet-header-bar-carousel__arrow:first-child{left:8px}.pet-header-bar-carousel__arrow:last-child{right:8px}.pet-header-bar-carousel__arrow:hover{color:var(--pet-bar-text);background:0 0}@media (width<=768px){.is-advanced .pet-header-bar__inner{grid-template-columns:1fr!important}.pet-header-bar__message{text-align:center;align-items:center}.pet-header-bar__line{flex-wrap:wrap;justify-content:center;gap:6px}.pet-header-bar__content{text-align:center;word-break:break-word;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:inline-flex}.pet-header-bar__title,.pet-header-bar__body{white-space:normal}.pet-header-bar-carousel__arrow{display:none}}.pet-header-bar.cta-button .pet-header-bar__cta{background:var(--pet-bar-btn-bg);color:var(--pet-bar-btn-text);border-radius:var(--pet-radius-xs);font-weight:var(--pet-font-semibold,600);white-space:nowrap;padding:6px 14px;text-decoration:none;display:inline-block}.pet-header-bar.cta-button .pet-header-bar__cta:hover{opacity:.9;text-decoration:none}